From 08e7d20281014f201ca13afc77c377cb1453c326 Mon Sep 17 00:00:00 2001 From: Choi Young-jin Date: Sun, 22 May 2022 16:27:06 +0900 Subject: [PATCH] vm_stat: add page (#8067) * vm_stat: add page * Update pages/osx/vm_stat.md Co-authored-by: Axel Navarro --- pages/osx/vm_stat.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/osx/vm_stat.md diff --git a/pages/osx/vm_stat.md b/pages/osx/vm_stat.md new file mode 100644 index 0000000000..11ecd0071a --- /dev/null +++ b/pages/osx/vm_stat.md @@ -0,0 +1,12 @@ +# vm_stat + +> Show virtual memory statistics. +> More information: . + +- Display virtual memory statistics: + +`vm_stat` + +- Display reports every 2 seconds for 5 times: + +`vm_stat -c {{5}} {{2}}`