Download the software for nmon tool and nmon analyser
Save to /tmp
chmod 755 nmon_x86_64_rhel6
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
Press h for online help
Press c for monitoring CPU
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
Press the Analyse nmon data
Select nmon file and Press Open
Press Save
Meta Tags Example
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
Press h for online help
Press c for monitoring CPU
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
Press the Analyse nmon data
Select nmon file and Press Open
Press Save