How to collectdata using nmon tool and producing the reports using nmon analyser

Download the software for nmon tool and nmon analyser
Save to /tmp
chmod 755 nmon_x86_64_rhel6

Product / application Configuration

 
Run the NMON program on server to collect data
/tmp/nmon_x86_64_rhel6 -f -s 600 -c 10000000
ps -ef |grep nmon
root 13380 1 0 May07 ? 00:00:00 /tmp/nmon_x86_64_rhel6 -f -s 600 -c 10000000
root 21054 21031 0 10:29 pts/0 00:00:00 grep nmon
It will collect data into file which is named as hostname_yymmdd_hhmm.nmon under /tmp every 10 minutes.
ls -l *.nmon
-rw-r--r-- 1 root root 455138 May 10 10:30 BCISBCCLUAAPP01_130507_1430.nmon

Or real-time monitor the system

./nmon_x86_64_rhel6

clip_image002
Press h for online help
clip_image004
Press c for monitoring CPU
clip_image006
Press q to exit
Terminate the process nmon
ps -ef |grep nmon
root 13380 1 0 May07 ? 00:00:00 /tmp/nmon_x86_64_rhel6 -f -s 600 -c 10000000
root 21178 21031 0 10:34 pts/0 00:00:00 grep
kill -9 13380
Or the process will exit after run 10000000 times
Sftp collected data to local windows and produce the report using NMON Analyser

Download NMON Analyser and open the spreadsheet on windows.
 
nmon analyser v33f.xls
clip_image008
Press the Analyse nmon data
clip_image010
Select nmon file and Press Open
clip_image012
Press Save
clip_image014
clip_image016
Meta Tags Example

Post a Comment

Previous Post Next Post