摘要:
sar(System Activity Reporter系统活动情况报告),可以从多方面对系统的活动进行报告,包括:文件的读写情况、系统调用的使用情况、磁盘I/O、CPU、内存使用状况、进程活动及IPC有关的活动等。 sar -h [root@node0 ~]# sar -h Usage: sar 阅读全文
摘要:
ps是显示瞬间进程的状态,并不动态连续;如果想对进程进行实时监控应该用top命令。 This version of ps accepts several kinds of options:PS接受以下3中类型的语法风格 1 UNIX options, which may be grouped and 阅读全文