jvm (1) performance monitoring -linux related commands

top command real-time display system resource consumption of each process, its output is divided into two parts, the first part of the system statistics, the second half is process information.

Picture .png first one

 

The first line is the task queue information, the result is equivalent to its uptime command.

The first two pictures .png

The second line is the process statistics:

The first three pictures .png

The third line is the CPU information

The first four pictures .png

The fourth line is the memory information

The first five pictures .png

The fifth line is the area of information exchange

The first six pictures .png

After that process statistics

Pictures of 7 .png

Reference to other network commands: https: //blog.csdn.net/qq_34021920/article/details/80543315

 

vmstat it can count the CPU , memory usage, swap information about the usage and so on. You can also specify the sampling period and the number of times.

 

 

iostat can display cpu and disk information, add the -d parameter to display only the disk information

 

 

Guess you like

Origin www.cnblogs.com/yiyepiaolingruqiu/p/11669700.html