Try OpenEdge Now
skip to main content
Administration Guide
REST API Reference for oemanager.war : Session management : Get runtime metrics
 

Get runtime metrics

Description

Query the session manager for runtime metrics of an ABL application.

HTTP Operation

GET

URI

//host_name:port/oemanager/applications/ABL_app_name/metrics

Media type

application/vnd.progress+json

Response codes

200 Success
500 Unexpected Server Error

Command-line example

curl -X GET -v http://localhost:16680/oemanager/applications/oepas1/metrics

Request body example

NA

Response body example

{
"operation":"GET SESSION-MGR METRICS",
"result":
{
"writeErrors":0,
"concurrentConnectedClients":0,
"maxQueueDepth":0,
"maxConcurrentClients":0,
"readErrors":0,
"reserveConnectionTimeouts":0,
"timesQueued":0,
"Writes":0,
"Requests":0,
"Reads":0,
"avgQueueDepth":0,
"type":"OE_BROKER",
"accessTime":"2014-09-17T10:26:12.693-04:00"
},
"outcome":"SUCCESS",
"errmsg":"",
"versionStr":"PASOE 11.5.0",
"versionNo":1
}