Aktuelle Änderungen Printable View Änderungen Bearbeiten
Pile > PodCast > PofEAA > PatternsOfEnterpriseApplicationArchitecture > Polymorphism > PostgreSQL > PostgreSQLVsMySQL > PowerPoint > PowerPointPresentation > PowerPoint > PowerShell > PracticalCommonLisp > LispSprache > PrintToPdf > ProcessingLargeXml > Profiler > ProfilingClear TrailThe user counters show time spent in user mode; the system counters show time spent in system mode.
When operating on user data, a process (or thread) has limited access to other processes, memory, devices, etc. CPU used by such a thread is counted as "user time". If it needs to interact with the system, it makes a kernel or system call (like read()). When the call starts, it has to have extra privileges, so it operates in kernel or system context. Time accumulated by the thread is counted as system time.