Linux system monitoring tool nmon

Motivation for the creation of this article:
a certain group of older brothers made nmon, it is said to be very useful, today I am in a starfish mood, have fun, hee hee


Nmon is a free Linux system monitoring tool

When doing performance testing, server resources are monitored

It is quite convenient to use nmon tool, let’s look at a demonstration diagram

Insert picture description here


Start below

Because it is in the centos7 environment, it is processed by yum

cat /etc/redhat-release 

Insert picture description here

yum provides nmon
yum -y install nmon

Insert picture description here
Then directly nmon can have fun

nmon

Insert picture description here

------------------------------                                                                                                                                                       x
x    _ __  _ __ ___   ___  _ __    	 For help type H or ...                                                                                                                          x
x   | '_ \| '_ ` _ \ / _ \| '_ \          nmon -?  - hint                                                                                                                                x
x   | | | | | | | | | (_) | | | |         nmon -h  - full details                                                                                                                        x
x   |_| |_|_| |_| |_|\___/|_| |_|                                                                                                                                                        x
x                                        To stop nmon type q to Quit                                                                                                                     x
x   ------------------------------                                                                                                                                                       x
x                                                                                                                                                                                        x
x   CentOS Linux release 7.2.1511 (Core)  VERSION="7 (Core)"                                                                                                                             x
x   Vendor=AuthenticAMD Model=AMD EPYC 7K62 48-Core Processor                                                                                                                            x
x   MHz=2595.124 bogomips=5190.24          lscpu:CPU=1 Little Endian                                                                                                                     x
x   ProcessorChips=1 PhyscalCores=1              Sockets=1 Cores=1 Thrds=1                                                                                                               x
x                    VirtualCPUs =1              MHz=2595 max=0 min=0                                                                                                                    x
x                                                                                                                                                                                        x
x   Use these keys to toggle statistics on/off:                                                                                                                                          x
x     c = CPU         l = CPU Long-term     - = Faster screen updates                                                                                                                    x
x     C = " WideView  U = Utilisation       + = Slower screen updates                                                                                                                    x
x     m = Memory      V = Virtual memory    j = File Systems                                                                                                                             x
x     d = Disks       n = Network           . = only busy disks/procs                                                                                                                    x
x     r = Resource    N = NFS               h = more options                                                                                                                             x
x     k = Kernel      t = Top-processes     q = Quit

This concludes this article!
More exciting, stay tuned!

Guess you like

Origin blog.csdn.net/frdevolcqzyxynjds/article/details/109707909