Skip to content

Instantly share code, notes, and snippets.

@andersonfreitas
Last active June 24, 2021 13:29
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save andersonfreitas/4355992 to your computer and use it in GitHub Desktop.
Save andersonfreitas/4355992 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/

$ wget http://pkgs.repoforge.org/nmon/nmon-14g-1.el5.rf.i386.rpm
$ sudo rpm -ivh nmon-14g-1.el5.rf.i386.rpm
@fabriciosautner
Copy link

not working

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