mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
18 lines
365 B
Plaintext
18 lines
365 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# vmstat
|
|
|
|
> Report information about processes, memory, paging, block IO, traps, disks, and CPU activity.
|
|
> More information: <https://manned.org/vmstat>.
|
|
|
|
- Display virtual memory statistics:
|
|
|
|
`vmstat`
|
|
|
|
- Display reports every 2 seconds for 5 times:
|
|
|
|
`vmstat {{2}} {{5}}`
|