Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nmonvisualizer/nmonvisualizer

A Java GUI tool for analyzing NMON and other system stats files
https://github.com/nmonvisualizer/nmonvisualizer

gui iostat java java-gui nmon parser performance

Last synced: about 1 month ago
JSON representation

A Java GUI tool for analyzing NMON and other system stats files

Awesome Lists containing this project

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 Maven](https://maven.apache.org/download.cgi) 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.