junxnone / linux

Linux wiki
https://junxnone.github.io/linux/
0 stars 0 forks source link

Tools OS watch #98

Open junxnone opened 5 years ago

junxnone commented 5 years ago

Brief

UseCasse

Usecase cmd
监控 GPU watch -n 1 nvidia-smi
监控log文件变化 watch -d ' ls -l \| grep log '
查看网络连接 watch -n 1 -d netstat -ant