Skip to content

Instantly share code, notes, and snippets.

@craigvantonder
Last active March 17, 2017 23:58
Show Gist options
  • Save craigvantonder/52dc1081c3bd54be37c557f6dde9246a to your computer and use it in GitHub Desktop.
Save craigvantonder/52dc1081c3bd54be37c557f6dde9246a to your computer and use it in GitHub Desktop.
Watch memory usage in Ubuntu
#!/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