Skip to content

Instantly share code, notes, and snippets.

@jvmvik
Last active October 8, 2018 14:03
Show Gist options
  • Select an option

  • Save jvmvik/70274c816c92fc370dd3df0f851605b9 to your computer and use it in GitHub Desktop.

Select an option

Save jvmvik/70274c816c92fc370dd3df0f851605b9 to your computer and use it in GitHub Desktop.
List of tools to track process performance monitoring

OS realtime

  • atop : network usage
  • htop : cpu / memory / io usage
  • lsof : filesystem handle per pid

Ruby

Docker

Java

  • jvisualvm : Live chart showing CPU / threads / Memory heap usage on the realtime java process.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment