mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-24 11:29:10 +00:00
parent
6e96c3814b
commit
936d754a6c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4343
@ -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