
Scrub-Process Accounting (PA) Page |
MenuWhat is Scrub-PA?Papers Describing Scrub-PA System Architecture Getting Scrub-PA Installation Instructions |
|
| ac_comm | Command name |
| ac_uid | User ID associated with the process |
| ac_gid | Group ID associated with the process |
| ac_tty | TTY which sent the command to launch the process |
| ac_btime | Beginning system time for the process |
| ac_utime | Time spent in user space for the process |
| ac_stime | Time spent in kernel space for the process (accurate to 0.01 second) |
| ac_etime | Total elapsed time for the process (greater than or equal to ac_utime + ac_stime) also known as “wall clock” or real-time (accurate to a second) |
| ac_mem | Average amount of memory in units of 8K (pages) that is used by the process |
| ac_rw | Number of blocks read or written by the process |
| ac_io | Number of characters transferred by the process |
| ac_minflt | Number of minor pagefaults. Minor pagefaults do not require physical I/O. Any process doing a read or write to something that is in the page will get a minor page fault |
| ac_majflt | Number of major page faults. Major pagefaults cause pages to be read from disk including pages read from buffer cache. |
| ac_swaps | Number of memory swaps |
| ac_exitcode | A status code that indicates how the process terminated |
| ac_flag | Accounting flags |
![]() |
![]() |
Figure 2A |
Figure 2B |
Visit archives of the Scrub-PA Mailing list to search/browse through other posted questions and answers.
Go to the top!