Skip to content

Instantly share code, notes, and snippets.

@sunggun-yu
Created December 31, 2012 00:42
Show Gist options
  • Star 20 You must be signed in to star a gist
  • Fork 14 You must be signed in to fork a gist
  • Save sunggun-yu/4416430 to your computer and use it in GitHub Desktop.
Save sunggun-yu/4416430 to your computer and use it in GitHub Desktop.
Install NMON - CentOS 64bit
# 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
@sathishvc
Copy link

sathishvc commented Jan 23, 2018

Works perfectly. Thank you! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment