Getting performance measurement tools from Linux on Mac OS X

Mac OS X doesn't seem to have the Linux performance tools perf, pidstat, or mpstat.

What other software has equal functionality on OS X? Or, how can I install these?


Solution 1:

I've used Instruments in XCode - not sure if it covers all of the functionality of the Linux tools you mention, but Instruments seems to be the preferred performance analyzer on Mac.