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
@allandequeiroz
Copy link

Really, really helpful!!!
Thank you very much!!!

@sivakumarsharma
Copy link

Helpful information, working for me.. Thanks a lot 😄

@gac
Copy link

gac commented Dec 22, 2015

thank you

@aresjava
Copy link

aresjava commented Jun 3, 2016

Helpful information,Thank you very much!!

@qyf404
Copy link

qyf404 commented Jul 8, 2016

cool

@sebkouba
Copy link

sebkouba commented Nov 14, 2016

Thanks!
I've posted a slightly more up to date version here.

@marcelotpcosta
Copy link

Excellent. tks!

@eoportus
Copy link

Excellent! Thanks!

@wayss000
Copy link

可以用,感谢。

@90percentile
Copy link

kudos...

@licusliu
Copy link

licusliu commented Dec 5, 2017

perfect,Thank you!!!

@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