mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-06 13:09:50 +00:00
Update help files to reflect changes in vm utility.
This commit is contained in:
parent
9f444dbaf9
commit
47a8315e54
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=40730
@ -3,8 +3,8 @@
|
||||
This program repeatedly displays current memory usage, showing the
|
||||
following numbers:
|
||||
|
||||
* procs: number of processes; r - running, d - waiting for I/O,
|
||||
p - paging, s - sleeping,
|
||||
* procs: number of processes; r - running, w - waiting for I/O,
|
||||
l - sleeping, s - swapping
|
||||
* virt mem: virtual memory amounts (total and active), in kB
|
||||
* real mem: real memory amounts (total and active), in kB
|
||||
* shared vm: amount of shared virtual memory (total and active), in kB
|
||||
|
@ -4,9 +4,9 @@
|
||||
wyswietlajac nastepujace wartosci:
|
||||
|
||||
* procs: liczba procesow: r - running (dzialajace),
|
||||
d - czekajace na I/O,
|
||||
p - paging,
|
||||
s - sleeping,
|
||||
w - czekajace na I/O,
|
||||
l - sleeping,
|
||||
s - swapping,
|
||||
* virt mem: ilosc pamieci witrualnej (total i active), w kB
|
||||
* real mem: ilosc pamieci rzeczywistej (total i active) w kB
|
||||
* shared vm: ilosc dzielonej pamieci wirtualnej, w kB
|
||||
|
Loading…
Reference in New Issue
Block a user