vmstat 中的 r 不同的书籍注解的不一样,求正确的解释
本帖最后由 kevin841020 于 2015-12-17 16:12 编辑关于vmstat中的r,目前我看到的注解有不同,主要为以下:
1、r代表 : 就绪状态等待的进程数。(就是说不包含运行中的进程数)
2、r代表 : 表示运行和等待cpu时间片的进程数
3、不同的系统,含义不一样,如AIX、linux、solairs,
这挺费解的,究竟是哪种意思?更甚者,如以下截图,有点自相矛盾,哪位对这方面比较深入的澄清一下?
不确定LZ参考哪里的教材?或指南书?建议去开源官网找答案:
Within the output, the first two fields under procs show processes waiting for CPU runtime and processes that are in uninterruptible sleep state. A traditional implementation of vmstat on many UNIX systems and earlier Linux versions also showed a w field under this procs section to indicate processes that are swapped out.
r列为运行队列值,即r是运行队列中的进程数。
一般在一个稳定的工作量下应该少于5 土土的豆豆 发表于 2015-12-18 10:09
不确定LZ参考哪里的教材?或指南书?建议去开源官网找答案:
Within the output, the first two fields un ...
找到一句英文解释
r : The number of processes waiting for run time.
翻译过来,基本就是等待时间片的进程数了,不包含运行中的进程数 kevin841020 发表于 2015-12-18 10:36
找到一句英文解释
r : The number of processes waiting for run time.
你可以好好琢磨下
中文博大精深
运行队列值,即包含了等待运行的(排队的队列)
其实就是个队列/堆栈,前面的进程不完成,后面就不能去操作。
若一定要咬文嚼字,不能说运行中/或正在运行的
等待运行/或排队在待运行队列的 都算理解正确~
页:
[1]