Installation and use of nmon task manager

1. Download nmon , official website: http://nmon.sourceforge.net/pmwiki.php?n=Site.Download

insert image description here

2. Unzip :
Unzip the package, which contains nmon versions adapted to various systems:

3. Upload the appropriate nmon version to the linux system :
use FinalShell to remotely connect to the linux server, find the appropriate nmon file in the decompressed folder and upload it to the Centos system

insert image description here

4. Execute the nmon program , command :./nmon_x86_64_centos7

insert image description here

After executing the command, it prompts that the permissions are not enough, so the file permissions need to be elevated, and the privilege escalation command:chmod 755 nmon_x86_64_centos7

insert image description here

After the privilege escalation is successful, execute the nmon program again:./nmon_x86_64_centos7

The nmon task manager is successfully executed, and you can view the relevant resource information of the server system:

insert image description here

insert image description here

Guess you like

Origin blog.csdn.net/qq_41320433/article/details/126623576