watch: add command (#10027)

This commit is contained in:
KRyTeX1337
2023-04-09 20:21:50 +02:00
committed by GitHub
parent 16d7f93aea
commit fb7c5c3eae

View File

@@ -14,3 +14,7 @@
- Monitor "node" processes, refreshing every 3 seconds: - Monitor "node" processes, refreshing every 3 seconds:
`watch -n {{3}} "{{ps aux | grep node}}"` `watch -n {{3}} "{{ps aux | grep node}}"`
- Monitor disk space and if it changes, stop monitoring:
`watch -g {{df}}`