...
- Initial heap size
- Heap used
- Heap committed
- Max heap size
- Initial non-heap size
- Non-heap memory used
- Non-heap memory committed
- Non-heap memory max size
For more info regarding the process statistics above, you can reference the Oracle JavaDoc on MemoryUsage.
JDK 7 or newer is needed to collect all available memory stats. In addition some stats are not available on all jvms.
...