• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Activity Monitor

alevasseur14

Golden Member
In Activity Monitor, what is the difference between %User and %System? How are processes divided into one category or another?

Thanks!
 
User is the CPU time for the process itself and System is time spent on behalf of a process in a driver doing I/O, etc.
 
Interesting. Thanks!

So if a program is writing a large file to the HD, the work being done by the processor will fall under System?
 
Originally posted by: Nothinman
User is the CPU time for the process itself and System is time spent on behalf of a process in a driver doing I/O, etc.

That is certainly more specific than the mouse-over in Activity Monitor.

%User: Percentage of total CPU utilized in performing tasks for the User
%System: Percentage of total CPU utilized in performing tasks for the System
 
Back
Top