首页  

linux watch 命令     所属分类 linux 浏览量 780
监测一个命令的运行结果
很有用的功能 
top  saidar 等 定时刷新结果

-d, --differences[=cumulative]        highlight changes between updates
                (cumulative means highlighting is cumulative)
-n, --interval=seconds            seconds to wait between updates
-t, --no-title                    turns off showing the header
  
  
watch -n 1  -d  free
watch -n 1  -d  'free -h'

watch -n 1 -d "uptime"

watch -n 1 -d -t "uptime"

上一篇     下一篇
Linux查找磁盘IO读写很高的进程

linux pidstat 命令

linux load 简介

linux sar 使用简介

Linux系统监控工具大全

linux stress 工具简介