如何在 centOS 中获取输出“xentop”或“xm top”命令

如何在 centOS 中获取输出“xentop”或“xm top”命令

我想开发一个 shell 脚本,获得与top -c, wxmtopxm top命令类似的输出,并将输出发送到命令行或管道到文件中。

答案1

谢谢你的观点,最后我找到了解决方案关联

    # xentop -b -i 2 -d 1 > /tmp/xentop

    # cat /tmp/xentop

          NAME  STATE   CPU(sec) CPU(%)     MEM(k) MEM(%)  MAXMEM(k) MAXMEM(%) VCPUS NETS NETTX(k) NETRX(k) VBDS   VBD_OO   VBD_RD   VBD_WR  VBD_RSECT  VBD_WSECT SSID
       usernam --b---         12    0.0     256000    6.3    4194304     103.4     1    1        8        0    2        0     2028       62      76244        592    0
      Domain-0 -----r         42    0.0    2103296   51.9   no limit       n/a     4    0        0        0    0        0        0        0          0          0    0
       vpsmans --b---         12    0.0     296960    7.3    4194304     103.4     1    1        4        0    2        0     3397      100      82356       1472    0
      superman --b---         10    0.0     256000    6.3    4194304     103.4     1    1        0        0    2        0     2413        0      46874

相关内容