mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-29 20:54:13 +01:00
parent
f7fa8274c4
commit
065c79ba58
@ -118,6 +118,8 @@ seeks and rotational latency)
|
||||
% of cpu time in user mode running niced processes
|
||||
.It \&sy
|
||||
% of cpu time in system mode
|
||||
.It \&in
|
||||
% of cpu time in interrupt mode
|
||||
.It \&id
|
||||
% of cpu time in idle mode
|
||||
.El
|
||||
|
@ -339,7 +339,7 @@ phdr(signo)
|
||||
for (i = 0; i < dk_ndrive; i++)
|
||||
if (dr_select[i])
|
||||
(void)printf(" sps tps msps ");
|
||||
(void)printf(" us ni sy id\n");
|
||||
(void)printf(" us ni sy in id\n");
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user