1
0
Fork 0
arangodb/Doxygen/Examples.ArangoDB/connection-statistics

11 lines
274 B
Plaintext

> curl -dump http://localhost:8529/_admin/connection-statistics?granularity=minutes&figures=all&length=all
{
"resolution" : 60,
"start" : [1341517860, 1341517920, 1341517980],
"length" : 3,
"totalLength" : 120,
"httpConnections" : {
"count" : [10, 0, 1]
}
}