当前位置:  技术问答>linux和unix

求教vmstat的参数含义

    来源: 互联网  发布时间:2017-01-07

    本文导语:  procs -----------memory---------- ---swap-- -----io---- -system-- -----cpu------  r  b   swpd   free   buff  cache   si   so    bi    bo   in   cs us sy id wa st  0  0      0 1996612  78784 907068    0    0     0 ...

procs -----------memory---------- ---swap-- -----io---- -system-- -----cpu------
 r  b   swpd   free   buff  cache   si   so    bi    bo   in   cs us sy id wa st
 0  0      0 1996612  78784 907068    0    0     0     4    3   10  0  0 100  0  0

请高手解释一下,si,so,bi,bo,in,cs,us,sy,id,wa,st的含义。
另外buff,cache有什么区别呢?

|

Procs:
r:处于runnable 队列中的进程数。
b:处于blocked 队列中的不可中断的进程数。
Memory:
Swpd:虚拟内存使用量,单位:KB
Free:空闲的内存,单位KB
Buff:被用来做为文件系统数据结构缓存的内存数,单位:KB
cache:被用来做块设备缓冲的内存,单位:KB
Swap:
Si:从磁盘交换到内存的交换页数量,单位:KB/秒
So:从内存交换到磁盘的交换页数量,单位:KB/秒
IO:
Bi:发送到块设备的块数,单位:块/秒
Bo:从块设备接收到的块数,单位:块/秒
System:
In:每秒的中断数,包括时钟中断
Cs:每秒的上下文切换次数
CPU:(按CPU  的总使用百分比来显示)
Us:处于用户模式的时间百分比
Sy:处于内核模式的时间百分比
Id:空闲时间百分比,在.5.41 版本以前,等待IO 的时间也计算在内
wa:等待IO 的时间百分比

st:还未理解到

|

   Swap
       si: Amount of memory swapped in from disk (/s).
       so: Amount of memory swapped to disk (/s).

   IO
       bi: Blocks received from a block device (blocks/s).
       bo: Blocks sent to a block device (blocks/s).

   System
       in: The number of interrupts per second, including the clock.
       cs: The number of context switches per second.

   CPU
       These are percentages of total CPU time.
       us: Time spent running non-kernel code. (user time, including nice time)
       sy: Time spent running kernel code. (system time)
       id: Time spent idle. Prior to Linux 2.5.41, this includes IO-wait time.
       wa: Time spent waiting for IO. Prior to Linux 2.5.41, included in idle.
       st: Time stolen from a virtual machine. Prior to Linux 2.6.11, unknown.
建议多使用man,很好用的帮助文档 
一般说cache是指cpu的cache,使用的是比内存还快的静态RAM,其速度接近cpu,buff是程序中预设的缓存区间,一般在内存中



    
 
 
 
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • 求教求教,shell问题...各位大哥,帮忙下
  • 400分求教: 求教一简单问题,现场给分
  • 高分求教:如何将JAVA文件(.class)制作成可执行文件(.exe),求教方法或工具推荐
  • 急!!求教linux命令的使用:统计出/bin目录中文件的个数,追加到文件filea的结尾
  • 求教:在UNIX中查找包含指定文字的文件名
  • 小白菜求教linux大鸟
  • JDK1.3.1初级问题求教
  • 初学者有问题求教!
  • 各路高手请进!高分求教,非常着急!
  • 高分求教的问题(关于SendMail设置)
  • 简单问题:从sun网站上当了个jdk1.4b3,bin后缀,求教怎么安装
  • 求教:知道当前时间,如何得到N天前的时间 ?
  • 求教:switch(condition)中的condition 必须为整型吗?
  • Linux远程访问的问题,高分求教:)
  • 求教:在Linux下如何做代理服务器?
  • 紧急求教!究竟Java里面有没有相当于C++的CPOINT的类阿?
  • 求教JAVA中XML解析问题
  • 50分求教,在JSP里如何将String转换成Double
  • 我刚装好,是不是需要配制环境变量?求教。
  • 400分求教JAVA皮肤的问题


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3