当前位置:网站首页>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 0
procs ( 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
边栏推荐
- Halcon installation and testing in vs2017, DLL configuration in vs2017
- [flask introduction series] installation and configuration of flask Sqlalchemy
- Output 1234 three digits without repetition
- [experience] relevant configuration of remote connection to intranet server through springboard machine
- 性能更佳、使用更简单的懒加载IntersectionObserverEntry(观察者)
- [summer daily question] Luogu p6320 [coci2006-2007 4] sibice
- Volatile keyword parsing of C #
- 佳木斯市场监管局开展防疫防虫害专题食品安全网络培训
- Blue Bridge Cup group a selection XOR
- [dry goods memo] 50 kinds of Matplotlib scientific research paper drawing collection, including code implementation
猜你喜欢
随机推荐
[cryoelectron microscope] relion4.0 pipeline command summary (self use)
In JS, 0 means false, and non-0 means true
330. Complete the array as required
CDM - code division multiplexing (easy to understand)
Android interview question | how to write a good and fast log library?
EF core reading text type is slow_ EF core is slow to read large string fields
Halcon installation and testing in vs2017, DLL configuration in vs2017
Pat class a 1150 traveling salesman problem
Embroidery of little D
Write some DP
cs61abc分享会(六)程序的输入输出详解 - 标准输入输出,文件,设备,EOF,命令行参数
[paper reading | cryoet] gum net: fast and accurate 3D subtomo image alignment and average unsupervised geometric matching
【无标题】格式保存
@Use of jsonserialize annotation
[deep learning] data preparation -pytorch custom image segmentation data set loading
Data warehouse modeling, what is wide table? How to design? Advantages and disadvantages
Matlab simulation of LDPC minimum sum decoding based on high-order six ring free
[flask introduction series] installation and configuration of flask Sqlalchemy
Day 014 二维数组练习
Up sampling deconvolution operation