Skip to content

Instantly share code, notes, and snippets.

@yyolk
Forked from andersonfreitas/gist:4355992
Last active August 29, 2015 14:25
Show Gist options
  • Save yyolk/fbfe87aae7190600ff70 to your computer and use it in GitHub Desktop.
Save yyolk/fbfe87aae7190600ff70 to your computer and use it in GitHub Desktop.
Installing nmon on Amazon Linux AMI

Installing nmon on Amazon Linux AMI

nmon is an excellent performance monitor for Linux systems.

Since Amazon Linux AMI is compatible with RHEL5, I've downloaded a binary RPM from:

http://pkgs.repoforge.org/nmon/

64bit

curl -LO http://pkgs.repoforge.org/nmon/nmon-14g-1.el7.rf.x86_64.rpm
sudo rpm -ivh nmon-14g-1.el7.rf.x86_64.rpm

32bit

curl -LO http://pkgs.repoforge.org/nmon/nmon-14g-1.el5.rf.i386.rpm
sudo rpm -ivh nmon-14g-1.el5.rf.i386.rpm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment