Skip to content

Instantly share code, notes, and snippets.

@kroepke
Created July 13, 2013 10:13
Show Gist options
  • Save kroepke/5990236 to your computer and use it in GitHub Desktop.
Save kroepke/5990236 to your computer and use it in GitHub Desktop.
otter:jersey-netty kroepke$ curl -i -XGET http://localhost:12900/system/jvm?pretty=true
HTTP/1.1 200 OK
Content-Type: [application/json]
X-Runtime: [2922]
{
"max_memory" : {
"bytes" : 1907032064,
"kilobytes" : 1862336,
"megabytes" : 1818
},
"used_memory" : {
"bytes" : 46611048,
"kilobytes" : 45518,
"megabytes" : 44
},
"is_processing" : true,
"total_memory" : {
"bytes" : 233635840,
"kilobytes" : 228160,
"megabytes" : 222
},
"pid" : "7854",
"free_memory" : {
"bytes" : 187024792,
"kilobytes" : 182641,
"megabytes" : 178
},
"info" : "Oracle Corporation 1.7.0_11 on Mac OS X 10.8.4",
"node_id" : "otter.local-6c20ab5d-d9a2-408e-a6aa-6bd03f3c58b8"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment