process viewer is just a GUI interpretation of top, which is more reliable, IMO.
In a terminal window, type top then hit return. processes are sorted by id#.
To sort by CPU usage, type top -u and hit enter.
To read all about it, type man top and hit enter.
CV