Update README.md
adding memory stats info with vm_stat
This commit is contained in:
parent
e15e93f3e7
commit
9b0793a354
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user