linux watch——重复执行同一命令
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
实际操操作过程中,经常会遇到重复执行同一命令,以观察其结果变化的情况,以前经常是上下键加回车,或是Ctr+p然后回车的方式。
现在告诉大家一个好用的命令——watch,它可以全屏执行这个命令,并显示执行结果。例如:
#watch uptime
#watch -t uptime
#watch -d -n 1 netstat -ntlp
#watch -d ’ls -l | fgrep goface’ //监测goface的文件
#watch -t -differences=cumulative uptime
#watch -n 60 from //监控mail
#watch -n 1 ”df -i;df” //监测磁盘inode和block数目变化情况
参数具体含义如下
-n, –interval=<seconds> 指定时间间隔(秒),默认是2s
-t ,-no-title 会关闭watch命令在顶部的时间间隔
原文位置:
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献5条内容
所有评论(0)