Created
April 8, 2015 17:51
-
-
Save daniel-garcia/d8ca12a8c4477153d50c to your computer and use it in GitHub Desktop.
installing perf tool
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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