# nmonvisualizer **Repository Path**: justBreak/nmonvisualizer ## Basic Information - **Project Name**: nmonvisualizer - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-15 - **Last Updated**: 2022-02-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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](http://nmonvisualizer.github.io/nmonvisualizer/). ## Build from Source 1. Download [Apache Ant](http://ant.apache.org/bindownload.cgi) and unpack into a directory, which we'll refer to as `${ANT_HOME}` 2. From the root directory of nmonvisualizer, run `${ANT_HOME}/bin/ant`. This will create an executable JAR file in the root directory.