Last active
March 17, 2017 23:58
-
-
Save craigvantonder/52dc1081c3bd54be37c557f6dde9246a to your computer and use it in GitHub Desktop.
Watch memory usage in Ubuntu
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
#!/bin/bash | |
# http://www.upubuntu.com/2013/01/how-to-free-up-unused-memory-in.html | |
watch -n 5 free -m |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment