mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 11:55:24 +02:00
vm_stat: add page (#8067)
* vm_stat: add page * Update pages/osx/vm_stat.md Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
This commit is contained in:
parent
57932bf64f
commit
08e7d20281
1 changed files with 12 additions and 0 deletions
12
pages/osx/vm_stat.md
Normal file
12
pages/osx/vm_stat.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# 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}}`
|
Loading…
Add table
Reference in a new issue