mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-21 17:35:37 +02:00
vmstat: update page (#3927)
This commit is contained in:
parent
f6022ded6c
commit
8477079ecf
1 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,10 @@
|
|||
> Report information about processes, memory, paging, block IO, traps, disks and CPU activity.
|
||||
> More information: <https://linux.die.net/man/8/vmstat>.
|
||||
|
||||
- Display virtual memory statistics:
|
||||
|
||||
`vmstat`
|
||||
|
||||
- Display reports every 2 seconds for 5 times:
|
||||
|
||||
`vmstat {{2}} {{5}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue