Skip to content

Instantly share code, notes, and snippets.

@daniel-garcia
Created April 8, 2015 17:51
Show Gist options
  • Save daniel-garcia/d8ca12a8c4477153d50c to your computer and use it in GitHub Desktop.
Save daniel-garcia/d8ca12a8c4477153d50c to your computer and use it in GitHub Desktop.
installing perf tool
sudo apt-get install linux-tools-common
sudo apt-get install -y linux-tools-3.13.0-48-generic linux-cloud-tools-3.13.0-48-generic
sudo perf top -p $(pgrep processname)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment