Tuesday 25 December 2018

How to install Nmon for Monitor Linux Performance in CentOS 7



Nmon is a resource monitoring tools designed for use on Linux which can monitor CPU, Memory, Disks, Network and File systems. You can easily monitor your system's CPU usage, memory, network, disks, file systems, NFS, top processes, resources and power micro-partition information using nmon.
Nmon package installation: Run the following command to install the package:

[root@linuxcnf ~]# yum install nmon
Loaded plugins: fastestmirror
………………………
Installed:
  nmon.x86_64 0:16g-3.el7

Complete!
[root@linuxcnf ~]#

Verify installation: Run the following command for verification:

[root@linuxcnf ~]# which nmon
/bin/nmon
[root@linuxcnf ~]#

That’s it. Installation is done.

No comments:

Post a Comment