Skip to content

Instantly share code, notes, and snippets.

@omarrodriguez15
Created October 11, 2019 20:45
Show Gist options
  • Select an option

  • Save omarrodriguez15/7d95483197839059d0767cb07d6e4f13 to your computer and use it in GitHub Desktop.

Select an option

Save omarrodriguez15/7d95483197839059d0767cb07d6e4f13 to your computer and use it in GitHub Desktop.
An infinite one-line loop to monitor memory on and android device
while true; do dumpsys meminfo com.something.foo; sleep 2; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment