tags: operating system linux java cpu
This picture is the real Ali cloud server, using the information after the TOP command.

From left to right as the current system time, the system is running, the system is in the previous 1min, 5 min, and 15 min within the average load value of the CPU.
For example, I am in this picture
The bank gives the overall statistics of the process, including the total number of processes in the statistical cycle, the number of operational state processes, sleep state processes, stop state processes and zombies.
For example, I am in this picture
Here, you can refer to my article in this article, you can refer to my article.
CPU overall statistics, including user state processes, system states take up CPU time ratio, and the NICE value is greater than 0 in the user state, the CPU time ratio, the CPU is in the IDLE state, the time ratio of the WAIT state, and the hard interruption , Time ratio of soft interruption
For example, I am in this picture
76.9% US, 23.1% SY, this is the percentage of CPU for user space and kernel space
0.0 NI User Process Space Changes the priority process occupies CPU percentage
0.0 ID Idle CPU Percentage
0.0 WA Waiting for the CPU Time Percentage of Enter Output
0.0 Hi hard interruption (Hardware IRQ) occupies the percentage of CPU
0.0 Si Soft Interrupt (Software Interrupts) occupies the percentage of CPU
The row provides memory statistics, including the total amount of physical memory, has been used, idle memory, and memory used as buffers.
For example, I first figure 1881952 Total, 72736 Free, 13127996 Used, 496420 Buffer / Cache
Virtual statistics, including the total amount of swap space, existing switching zone size, idle switching area size, and switching space for cache
Swap: 0 total, 0 free, 0 used, 405996 avail Mem
This behavior exchanges partition usage, and the interpretation of the above memory is basically consistent
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
TOP common summary:
Linux Top Command Interface top- Tasks: % CPU (s): means this line shows the overall information of the CPU KiB Mem : 1882056 Total: The system physical memory is total. 1453876 free: The total amount...
virt-install command General options: specify the name, memory size, number of VCPUs and characteristics of the virtual machine; parameter Introduction -n NAME, --name=NAME The name of the virtual mac...
Analyzing the performance of the Linux server, the first command that thinks must be TOP. Through it, we can see that the current server resource usage and process operation resource occupation. When ...
1 Introduction Iostat is used to monitor the use of statistical system input and output devices and CPUs, and the abbreviation of English I / O Statistics. iostat is mainly used to monitor the IO load...
Find command introduction Many times in Linux need to query the path path, then you need to use the find command. find command: Real-time lookup tool, complete file search by traversing the file syste...
Some students will engage us%% CPU and Halo, which is shown below in top view information cpu time. Then some students will ask: Which is right in the end these two CPU. In fact, all right, but the me...
Can be used in Linuxuptime or topCommand View the average load of the system load average: 0.01, 0.04, 0.05 Display the average load of 1,515 minutes. 1, concept (1), average load In the unit time, in...
Move left command For example: The above command is to shift the value of eax to the left by two bits. How to shift it to the left? First, convert the value of eax to binary 10------》1010, and then sh...
Detailed explanation of Linux's TCPDUMP command Install TCPDUMP principle Details Install TCPDUMP download https://www.tcpdump.org/ Click the red part in the figure to download TCPDUMP and libpcap pac...