watch: add command (#10027)

pull/23/head
KRyTeX1337 2023-04-09 20:21:50 +02:00 committed by GitHub
parent 16d7f93aea
commit fb7c5c3eae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

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