| #curl --silent -XGET --user admin:admin http://localhost:8161/api/jolokia/read/java.lang:type=Memory/HeapMemoryUsage | python -m json.tool | |
| { | |
| "request": { | |
| "attribute": "HeapMemoryUsage", | |
| "mbean": "java.lang:type=Memory", | |
| "type": "read" | |
| }, | |
| "status": 200, | |
| "timestamp": 1420596076, | |
| "value": { | |
| "committed": 226492416, | |
| "init": 131005376, | |
| "max": 954728448, | |
| "used": 31846216 | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment