nmon 官網:http://nmon.sourceforge.net/
下載原始檔兩個 lmon14i.c 與 makefile
http://sourceforge.net/projects/nmon/files/
編譯
yum install ncurses-devel gcc44 mv lmon14i.c lmon.c // CentOS 5 x86_64 make nmon_x86_rhel54 // CentOS 4 x86_64 make nmon_x86_rhel45
以 CentOS 5 x86_64 為例,使用參數 nmon_x86_rhel54;這也適用 32 bit。
其他 Linux 版本,可以檢視 makefile 的內容。