1
0
Fork 0
arangodb/Documentation/Examples/connection-statistics-current

18 lines
394 B
Plaintext

> curl -dump http://localhost:8529/_admin/connection-statistics?granularity=minutes&length=current
{
"resolution" : 60,
"start" : 1341839700,
"httpConnections" : {
"count" : 761678,
"perSecond" : 12694.63
},
"httpDuration" : {
"cuts" : [0.1, 1, 60],
"count":761654,
"mean" : 0.00065909192362936456,
"min" : 0.0,
"distribution" : [761152, 0, 502, 0]
}
}