Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/jquery-ui/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Solaris 10 Vmstat输出被压缩_Solaris 10 - Fatal编程技术网

Solaris 10 Vmstat输出被压缩

Solaris 10 Vmstat输出被压缩,solaris-10,Solaris 10,我正在确定我们的一台服务器是否内存不足。我们的操作系统使用Solaris 10。帮助诊断内存问题的最推荐命令之一是vmstat。我看到的这个命令的示例如下所示 $ vmstat procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu------ r b swpd free buff cache si so bi bo in cs us sy id wa s

我正在确定我们的一台服务器是否内存不足。我们的操作系统使用Solaris 10。帮助诊断内存问题的最推荐命令之一是vmstat。我看到的这个命令的示例如下所示

$ vmstat
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 305416 260688  29160 2356920    2    2     4     1    0    0  6  1 92  2  0
我希望我的输出看起来很好,但是当我运行实用程序时,输出看起来像:

root@db01:# vmstat
 kthr      memory            page            disk          faults      cpu
 r b w   swap  free  re  mf pi po fr de sr m1 m2 m3 m4   in   sy   cs us sy id
 0 0 0 5070952 10237720 848 483 5240 105 103 0 0 11 20 5 0 4659 13472 4951 3 1 96
现在,IDK向各位专家介绍,但我无法区分free和re列,以及po和fr列之间的区别。我能修好这个吗


提前感谢您。

vmstat
没有选项是毫无用处的。Per:如果没有选项,
vmstat
显示自系统启动以来虚拟内存活动的单行摘要。“自系统启动以来的摘要”对于确定现在发生的事情是非常无用的。至于哪个栏目是哪个?数一数。
vmstat
没有选项是毫无用处的。Per:如果没有选项,
vmstat
显示自系统启动以来虚拟内存活动的单行摘要。“自系统启动以来的摘要”对于确定现在发生的事情是非常无用的。至于哪个栏目是哪个?数一数。