Last active
January 13, 2017 15:18
-
-
Save eskatos/86ddcac0e6b3e92cb11ca329a4198370 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
value | host_statistics_pages | host_statistics_mb | vm_stat_mb | vm_stat_pages | |
---|---|---|---|---|---|
free | 10637 | 41 | 39 | 10178 | |
inactive | 1415946 | 5531 | 5533 | 1416664 | |
wired | 686800 | 2682 | 2682 | 686822 | |
active | 1424004 | 5562 | 5561 | 1423734 | |
external | 734911016 | 2870746 | 2302 | 589350 | |
speculative | 1 | 0 | 23 | 6022 | |
total | 4194304 | 16384 | 16384 | 4194304 | |
available_fcache | 734921652 | 2870787 | 2318 | 593506 | |
available_inact | 1426582 | 5572 | 5550 | 1420820 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Columns
host_statistics_*
values are from native calls tohost_statistics64
vm_stat_*
values are from parsingvm_stat
outputRows
total
is the system's amount of RAMavailable_fcache
isfree + external - speculative
available_inact
isfree + inactive - speculative