var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-27772211-1']); _gaq.push(['_trackPageview']);
(function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })();
The NMON is one of the server monitoring tool for the Linux as well as AIX operating systems. The NMON is available without any cost and easy to use. Refer to the following steps and install it to monitor the server performance.
Login in to the server as a root user.
mkdir -p /usr/bin/nmon/ && cd /usr/bin/nmon/
wget http://sourceforge.net/projects/nmon/files/nmon_linux_14g.tar.gz
tar -xvf nmon_linux_14g.tar.gz
ln -s nmon_x86_rhel54 nmon
./nomn
or
./nmon_x86_rhel54
For further explanation about NMON refer to the following URL