Skip to content

nmonvisualizer/nmonvisualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NMON Visualizer

NMON Visualizer is a Java GUI tool for analyzing NMON system files from both AIX and Linux. It also parses IOStat files, IBM verbose GC logs, Perfmon CSV data and JSON data.
For more information, including links to download an executable JAR file, see the website.

Build from Source

  1. Download Apache Maven and unpack into a directory, which we'll refer to as ${MAVEN_HOME}
  2. From the root directory of nmonvisualizer, run ${MAVEN_HOME}/bin/mvn clean install. This will create an executable JAR file in the root directory.