1. the network download in the system and CPU corresponding version
website Link: Http://nmon.sourceforge.net/pmwiki.php?n=Site.Download
2. Download the nmon tool and upload it to the server and execute the following command
[Email protected] mnt]# chmod +xnmon_x86_64_rhel6
[Email protected] mnt]# cp-a Nmon_x86_64_rhel6/usr/local/bin/nmon
3. then run directly nmon can monitor the use of system resources in real time, perform the following steps to show the system resource consumption report for a period of time. (H Help information can see many parameters )
650) this.width=650; "src=" Http://s2.51cto.com/wyfs02/M00/79/EF/wKiom1aeeL6i2JnFAABjnYubjWU821.png "title=" 1.png " alt= "Wkiom1aeel6i2jnfaabjnyubjwu821.png"/>
4. Generate reports
1) Collect Data
Nmon-s10-c60-f-m/home/
Parameter explanation:
-s10 every Ten seconds to collect data once.
-C60 Acquisition - time, that is to collect 10 minutes of data.
- F The generated data file name contains the time when the file was created.
- M the storage directory for the generated data file.
This will generate a Nmon files, and update every 10 seconds until 10 minutes later.
The resulting file name is as follows: , " .
nmon-h See more help information.
650) this.width=650; "src=" Http://s5.51cto.com/wyfs02/M00/79/EE/wKioL1aeeVbST26aAAApUil65AY460.png "title=" 2.png " alt= "Wkiol1aeevbst26aaaapuil65ay460.png"/>
2) Generate reports
Download Nmon Analyser ( free tool for generating performance reports ) :
Https://www.ibm.com/developerworks/community/wikis/home?lang=en#!/wiki/Power%20Systems/page/nmon_analyser
The previously generatedNmondata files are uploaded toWindowson the machine, withExcelOpen Analysis ToolsNmon Analyserv33c.xls. ClickExcelin the file"Analyzenmon Data"button, selectNmondata file so that a parsed result file is generated:Hostname_090824_1306.nmon.xls, withExcelOpen the generated file to see the results.
If the macro does not run, the following actions are required:
Tools - Macro - Security - , and then open the file and allow the macro to run.
The following is the build in the test environment NMON Report:
650) this.width=650; "src=" Http://s4.51cto.com/wyfs02/M01/79/EF/wKiom1aeeUKjK-93AAButCRa54w472.png "title=" 3.png " alt= "Wkiom1aeeukjk-93aabutcra54w472.png"/>
Below share a personal tested Nmon Redhat6
This article is from the "experience-based staff" blog, please be sure to keep this source http://zhangjianxin.blog.51cto.com/10134758/1736652
How to use the Performance Analysis Guild Nmon under Linux