Skip to content

Instantly share code, notes, and snippets.

@ericnicolaas
Created July 17, 2014 10:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ericnicolaas/1297571964aacd1b1496 to your computer and use it in GitHub Desktop.
Save ericnicolaas/1297571964aacd1b1496 to your computer and use it in GitHub Desktop.
Keep track of the number of Apache processes and memory usage.
watch -n 1 "echo -n 'Apache Processes: ' && ps -C httpd --no-headers | wc -l && free -m"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment