0

What is the best way to monitor the amount of CPU each process is using?

flag

1 Answer

0

This answer comes from osxdaily.

Try this command from the command line:

top -F -R -o cpu

-F Do not calculate statistics on shared libraries, also known as frameworks.

-R Do not traverse and report the memory object map for each process.

-o cpu Order by CPU usage

link|flag

Your Answer

Get an OpenID
or

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