How can I install perf, a linux peformance monitoring tool?

Solution 1:

Just type in command line:

yum install perf

(Dont forget sudo if you are not running as admin.)