Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 2 months ago
JSON representation
A Java GUI tool for analyzing NMON and other system stats files
- Host: GitHub
- URL: https://github.com/nmonvisualizer/nmonvisualizer
- Owner: nmonvisualizer
- License: apache-2.0
- Created: 2013-05-22T21:19:50.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-04-18T15:28:38.000Z (8 months ago)
- Last Synced: 2024-08-02T15:49:42.099Z (5 months ago)
- Topics: gui, iostat, java, java-gui, nmon, parser, performance
- Language: Java
- Homepage:
- Size: 19.1 MB
- Stars: 169
- Watchers: 21
- Forks: 69
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.