Press 1 to see the usage of each CPU
first row
Current time Running time Current logged in user Load balancing (1 minute, 5 minutes, 10 minutes)
Load average data checks the number of active processes every 5 seconds and calculates the value. If the number divided by the number of logical CPUs exceeds 5, the system is overloaded.
second line
Total 248 processes 1 running 247 sleeping 0 stopped 0 zombie processes
The third row
us (user space): The percentage of CPU occupied by user space
sy (sysctl): The percentage of CPU occupied by kernel space
ni()—Percentage of CPU occupied by processes that have changed priority
id(idolt): Idle CPU percentage
wa(wait): IO waiting percentage of CPU occupied
hi (Hardware IRQ): Percentage of CPU occupied by hard interrupts
si (Software Interrupts): The percentage of CPU occupied by soft interrupts
Fourth line
Total memory Used memory Free memory Buffers (amount of cached memory)
The fifth line
Swap partition
Available memory=free buffer cached (total amount of swap area in Huancheng)
For memory monitoring, in top we must always monitor the used of the swap partition in the fifth line. If this value is constantly changing, it means that the kernel is constantly exchanging data between memory and swap. This is a real lack of memory. .
The total amount of memory in use (used) in the fourth line refers to the amount of memory currently controlled by the system kernel,
The total amount of free memory (free) in the fourth line is the amount that the kernel has not yet included in its control.
Not all the memory managed by the kernel is in use, it also includes memory that has been used in the past and can now be reused. The kernel does not return these reusable memories to free, so on Linux Free memory will become less and less, but don't worry about this.
Sixth line
PID — process id
USER — Process owner
PR — Process Priority
NI — nice value. Negative values represent high priority, positive values represent low priority
VIRT — The total amount of virtual memory used by the process, in kb. VIRT=SWAP RES
RES — The size of the physical memory used by the process that has not been swapped out, in kb. RES=CODE DATA
SHR — Shared memory size, unit kb
S —Process status. D=Uninterruptible sleep state R=Run S=Sleep T=Trace/Stop Z=Zombie process
%CPU — The percentage of CPU time occupied since the last update
%MEM — Percentage of physical memory used by the process
TIME — Total CPU time used by the process, unit 1/100 second
COMMAND — Process name (command name/command line)
The above is the detailed content of Detailed explanation of linux top command. For more information, please follow other related articles on the PHP Chinese website!

This post mainly introduces Zoho Mail. Learn how to sign up for Zoho Mail and log into your Zoho Mail account to use this email service to view and manage your personal or business emails.

Want to show formulas in Excel? Want to hide formulas in Excel? It is not difficult to do these jobs. php.cn Software collects some useful methods and shows them in this post. In addition, if you want to recover your lost Excel files, you can try php

Does Google provide a free VPN? What is Google One VPN? Do you get VPN with Google One? In this post, php.cn will show you information about this VPN service. Besides, you can download Google One VPN for Desktop (Windows & macOS) to access the in

Are you struggling with the “internal hard drive keeps disconnecting Windows 10” issue? There are many possible reasons for this related issue and you can read this post on php.cn Website for detailed troubleshooting measures and figure out its trigg

FIFA 22/21 is a popular game that there is no football fans can resist it. However, you will be stopped from enjoying the game due to some reasons. One of the most frequent issues that you might meet is FIFA 22/21 crashing on PC. If your FIFA 22 keep

Some of you find that Hulu won’t play certain shows when intending to watch some videos on it. To address Hulu missing episodes, we have sorted out some potential reasons and feasible solutions for you on php.cn Website. If you are also troubled by i

Google Drive offers apps for Windows and Mac. With the Google Drive desktop app, you can sync files more easily. This post from php.cn shows you how to download, install, and use Google Drive for Windows.

Super People is one of the latest battle royal games that is published by Wonder Games and you can download it for free on the Steam client. When you play this game, you are likely to encounter Super People lag, low FPS and stuttering issues. Luckily


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

DVWA
Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

MantisBT
Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

SublimeText3 Chinese version
Chinese version, very easy to use

mPDF
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),