Skip to content
kaarenilsen edited this page Sep 14, 2010 · 4 revisions

eks json på hent memory graph

realtime
/memory

periode
/memory?from={timestamp}&to={timestamp}

hvis to ikke er satt så er det nuh, Dersom to er satt må from være satt

result

{
  "operations":[
   {
     "timestamp":{timestamp},
     "value":40
    },
    {...}
  ]
}

Capabilites

{
  "graphs":[
     {
       "name":"memory heap usage",
       "yAxisMax":"100",              (optional)
       "yAxisMin":"0",                (optional)
       "yAxisLegend":"MB",            (optional)
       "graphs":[                       
         {
           "label":"per second",
           "uri":"http://balle.org/memory"  
         },
         {...}
       ]
     }
   ],
  "lists":[
  ]
}

Clone this wiki locally