Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

Could someone help me to install perf monitoring tool, please?

share|improve this question
1  
What exactly do you want to monitor? – ddeimeke Jun 23 '11 at 7:31

2 Answers

up vote 6 down vote accepted

The perf utility can be found in the linux-toolsInstall linux-tools package.

share|improve this answer

Running the following two commands will do it!

sudo apt-get install linux-tools-common 
sudo apt-get install linux-tools
share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.