mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
ps(1): Consistent usage of Kbyte unit
Approved by: kib
Sponsored by: Netflix
Differential Revision: https://reviews.freebsd.org/D49504
(cherry picked from commit 20bdda14fa)
This commit is contained in:
parent
ac6a9fed6c
commit
39a31a5272
1 changed files with 2 additions and 2 deletions
|
|
@ -423,7 +423,7 @@ for details.
|
|||
The process scheduling increment (see
|
||||
.Xr setpriority 2 ) .
|
||||
.It Cm rss
|
||||
the real memory (resident set) size of the process (in 1024 byte units).
|
||||
the real memory (resident set) size of the process in Kbytes.
|
||||
.It Cm start
|
||||
The time the command started.
|
||||
If the command started less than 24 hours ago, the start time is
|
||||
|
|
@ -677,7 +677,7 @@ real group ID
|
|||
.It Cm rgroup
|
||||
group name (from rgid)
|
||||
.It Cm rss
|
||||
resident set size
|
||||
resident set size (in Kbytes)
|
||||
.It Cm rtprio
|
||||
realtime priority (see
|
||||
.Xr rtprio 1)
|
||||
|
|
|
|||
Loading…
Reference in a new issue