Graph display of AIX and Linux nmon data without using MS Excel

By using nmonchart, it is possible to display the nmon data of AIX and Linux as a graph even on MAC.

background

nmon is an OSS utility that collects and displays AIX and Linux performance and configuration information. Compatible with various Linux. Included with AIX. There is a CUI full screen mode and a mode to collect data.

There is nmon analyzer as a utility to display the data collected by nmon as a graph on MS Excel, but the operation could not be confirmed in Excel on MAC at this time.

solution

By using nmonchart, it is possible to display graphs such as performance information from nmon data without using Excel even on MAC.

reference

http://nmon.sourceforge.net/pmwiki.php?n=Site.Nmonchart

Graph display example (included in the above site)

https://github.com/aguther/nmonchart

Image of introduction and use on MAC

Information gathering on Linux, AIX, etc.

# nmon -f -s 10 -c 120 -t

Output 120 times of information every 10 seconds to ./ \ _ .nmon text file Hereinafter, the data file is p8126a_201111_1529.nmon.

HTML creation and display image on MAC

Ksh required

##Get a git repository containing nmonchart scripts
$ git clone --depth 1 [email protected]:aguther/nmonchart.git

##Copy nmon data locally from the target machine
$ scp p8126a:p8126a_201111_1529.nmon . 

##Run the script and create an html file
$ ksh nmonchart/nmonchart p8126a_201111_1529.nmon p8126a_201111_1529.nmon.html

##Display the created file in safari
$ open -a /Applications/Safari.app p8126a_201111_1529.nmon.html

Please note that the version is newer if you drop it with tar from the above site.

If you check the contents of the nmonchart script, it is assumed that it will be executed on AIX or Linux, so if there is a problem with execution on the MAC, it may be possible to avoid it by converting it to html on the nmon target node. There is.

Recommended Posts

Graph display of AIX and Linux nmon data without using MS Excel
Search and save images of Chino Kafu from Twitter
Read the function name from the DB and execute it dynamically
Mathematical explanation of binary search and ternary search and implementation method without bugs
Read and use Python files from Python
Graph display of AIX and Linux nmon data without using MS Excel
[Python] From morphological analysis of CSV data to CSV output and graph display [GiNZA]
Get data using Ministry of Internal Affairs and Communications API
[Django] Google map display of GIS data and graphing of parameters
Graph time series data in Python using pandas and matplotlib
Graph Excel data with matplotlib (1)
Graph display of household power consumption with 3GPI and Raspberry Pi
[Ruby on Rails] Display and pinning of GoolgeMAP using Google API