From 9b0793a3548f3b2a558631d4c9471fe06dae03da Mon Sep 17 00:00:00 2001 From: Steven Fusco Date: Wed, 2 Dec 2015 22:09:44 -0600 Subject: [PATCH] Update README.md adding memory stats info with vm_stat --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 751842f..2fa72fb 100644 --- a/README.md +++ b/README.md @@ -1197,6 +1197,15 @@ sudo defaults write /Library/Preferences/com.apple.loginwindow LoginwindowText " sudo purge ``` +#### Show Memory Statistics +```bash +# one time +vm_stat + +# table of data, repeat 10 times total, 1 second wait between each poll +vm_stat -c 10 1 +``` + ### Notification Center #### Disable Notification Center