3303-flashcards/hATaBiZQ - 3303/Cruy1IO9 - In UNIX accounting what two categories is Process CPU time divided into.md
2026-04-20 23:08:47 -04:00

10 lines
No EOL
226 B
Markdown

In UNIX accounting, what two categories is **Process CPU time** divided into?
---
1. **System Time**: Time spent executing OS/kernel-level calls.
2. **User Time**: Time spent executing the application's own code.