1
0
Fork 0
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:
Ein Verne 2020-03-25 01:30:44 +08:00 committed by GitHub
parent f6022ded6c
commit 8477079ecf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}}`