当前位置:网站首页>Vmstat memory consumption query
Vmstat memory consumption query
2022-07-29 07:52:00 【Lying cat】
-a: Show active and inactive memory
-f: Show the... Since the system was started fork Number .
-m: Show slabinfo
-n: Display field names only once at the beginning .
-s: Display memory related statistics and the number of various system activities .
delay: Refresh interval . If you don't specify , Show only one result .
count: Refresh times . If you do not specify the number of refreshes , But the refresh interval is specified , At this time, the number of refreshes is infinite .
-d: Display disk related statistics .
-p: Display statistics for the specified partition
-S: Use the specified unit to display . Parameters have k 、K 、m 、M , Represent the 1000、1024、1000000、1048576 byte (byte). The default unit is K(1024 bytes)
-V: Show vmstat Version information .
[[email protected] ~]# vmstat
procs -----------memory---------- ---swap-- -----io---- -system-- ------cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
3 0 2048 77440 0 376040 0 8 3525 111 436 1100 13 16 71 1 0procs ( process ):
r : The number of tasks waiting to be performed
B : wait for IO The number of processes
Memory( Memory ) :
swpd : Using virtual memory size , Company k
free : Free memory size
buff : Used buff size , Buffer the read and write of the block device
cache : Used cache size , File system cache
inact : Inactive memory size , The memory marked recyclable , The difference in free and active -a When
active : Active memory size -a When
Swap( Swap partition ):
si : The amount of memory written from the swap per second ( Company :kb/s)
so : The size of the swap written from memory per second ( Company :kb/s)
IO( disk IO performance ) :
bi : Number of blocks read per second ( Read disk )
bo : Number of blocks written per second ( Write disk )
system( kernel ):
in: Interrupts per second , Including clock interruption
cs : Number of context switches per second
CPU( Expressed as a percentage ):
Us: User process execution consumption cpu Time (user time)
Sy: System process consumption cpu Time (system time)
Id: free time ( Include IO Waiting time )
wa: wait for IO Time
边栏推荐
- MySQL 45 讲 | 07 行锁功过:怎么减少行锁对性能的影响?
- Jiamusi Market Supervision Bureau carried out special food safety network training on epidemic and insect prevention
- State machine DP (simple version)
- Use custom annotations to verify the size of the list
- Write some DP
- Data warehouse modeling, what is wide table? How to design? Advantages and disadvantages
- [experience] relevant configuration of remote connection to intranet server through springboard machine
- Basic introduction to pod
- [memo] summary of the reasons why SSH failed? Remember to come next time.
- C language data type
猜你喜欢

Amaze UI icon query

The new colleague wrote a few pieces of code, broke the system, and was blasted by the boss!

CDM - code division multiplexing (easy to understand)

Joseph Ring problem
![[cryoelectron microscope | paper reading] emclarity: software for high-resolution cryoelectron tomography and sub fault averaging](/img/1e/9f05862288261e16a6b04508b9b292.png)
[cryoelectron microscope | paper reading] emclarity: software for high-resolution cryoelectron tomography and sub fault averaging

NLP introduction + practice: Chapter 5: using the API in pytorch to realize linear regression

Getting started with JDBC

Cs61abc sharing session (VI) detailed explanation of program input and output - standard input and output, file, device, EOF, command line parameters

Monitor the bottom button of page scrolling position positioning (including the solution that page initialization positioning does not take effect on mouse sliding)
![[cryoelectron microscope | paper reading] a feature guided, focused 3D signal permutation method for subtogram averaging](/img/50/594dfc9affbcca97166d475fe09ad3.png)
[cryoelectron microscope | paper reading] a feature guided, focused 3D signal permutation method for subtogram averaging
随机推荐
The new generation of public chain attacks the "Impossible Triangle"
工业互联网行至深水区,落地的路要怎么走?
RoBERTa:A Robustly Optimized BERT Pretraining Approach
Better performance and simpler lazy loading of intersectionobserverentry (observer)
Jiamusi Market Supervision Bureau carried out special food safety network training on epidemic and insect prevention
JVM garbage collection mechanism (GC)
下推分析的限制
Do you want to meet all the needs of customers
2022 Shenzhen Cup Title A: get rid of "scream effect" and "echo room effect" and get out of the "information cocoon room"
Space shooting Lesson 17: game over (end)
[deep learning] data preparation -pytorch custom image segmentation data set loading
The beauty of do end usage
Pat class a 1150 traveling salesman problem
20 hacker artifacts
Useful websites
State machine DP 3D
cs61abc分享会(六)程序的输入输出详解 - 标准输入输出,文件,设备,EOF,命令行参数
How to draw an excellent architecture diagram
Volatile keyword parsing of C #
Data warehouse modeling, what is wide table? How to design? Advantages and disadvantages