Skip to content

Instantly share code, notes, and snippets.

@ncolomer
Forked from sunggun-yu/gist:4416430
Created August 21, 2013 15:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ncolomer/6295713 to your computer and use it in GitHub Desktop.
Save ncolomer/6295713 to your computer and use it in GitHub Desktop.
# Get Root
sudo su
# Download NMON archive
cd /tmp
wget http://nmon.sourceforge.net/docs/MPG_nmon_for_Linux_14a_binaries.zip
# Install unzip if you don't have
yum install unzip
# Unzip archive
unzip MPG_nmon_for_Linux_14a_binaries.zip
# Copy nmon file
cp nmon_x86_64_centos5 /usr/local/bin/
chmod a+x /usr/local/bin/nmon_x86_64_centos5
# Create symbolic link
ln -s /usr/local/bin/nmon_x86_64_centos5 /usr/local/bin/nmon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment