-
-
Save yyolk/b74660e9b039a69d6623e9d928b80b6c to your computer and use it in GitHub Desktop.
Install NMON - CentOS 64bit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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