1
0
Fork 0
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:
Choi Young-jin 2022-05-22 16:27:06 +09:00 committed by GitHub
parent 57932bf64f
commit 08e7d20281
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

12
pages/osx/vm_stat.md Normal file
View 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}}`