mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 23:22:07 +02:00

* vm_stat: add page * Update pages/osx/vm_stat.md Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
12 lines
235 B
Markdown
12 lines
235 B
Markdown
# vm_stat
|
|
|
|
> Show virtual memory statistics.
|
|
> More information: <https://www.unix.com/man-page/osx/1/vm_stat>.
|
|
|
|
- Display virtual memory statistics:
|
|
|
|
`vm_stat`
|
|
|
|
- Display reports every 2 seconds for 5 times:
|
|
|
|
`vm_stat -c {{5}} {{2}}`
|