Last active
December 9, 2022 10:00
-
-
Save shubhamagarwal92/a072ca6b06f312f241bd46a4ffe27a27 to your computer and use it in GitHub Desktop.
Helps in monitoring your code runs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tail -f logs.txt | |
watch -n1 nvidia-smi | |
htop | |
watch -n 1 free -h |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment