Hi. I'm looking at this snippet from _stats?range=60
"couchdb": {
"request_time": {
"description": "",
"current": 36.5,
"sum": 36.5,
"mean": 18.25,
"stddev": 22.274,
"min": 2.5,
"max": 34.0
},
Looking at how numbers add up, it looks like there have been 2
requests, but 'sum' is 3 in http.requests for the same period
"requests": {
"description": "number of HTTP requests",
"current": 3.0,
"sum": 3.0,
"mean": 0.05,
"stddev": 0.287,
"min": 0,
"max": 2
}
tnx
--
:Matteo Caprari
[email protected]
