mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
12 lines
246 B
Markdown
12 lines
246 B
Markdown
# vm_stat
|
|
|
|
> Show virtual memory statistics.
|
|
> More information: <https://keith.github.io/xcode-man-pages/vm_stat.1.html>.
|
|
|
|
- Display virtual memory statistics:
|
|
|
|
`vm_stat`
|
|
|
|
- Display reports every 2 seconds for 5 times:
|
|
|
|
`vm_stat -c {{5}} {{2}}`
|