Hi.

I'm playing with _stats and noticed that the new api gained a new field "sum",
which seems to report the exact number of hits in the timespan, a
figure that is absent in previous releases.

Is this correct?
Other changes I'm overlooking?

old (0.10)
"GET": {
      "current": 507,
      "count": 2443,
      "mean": 0.20753172329103617,
      "min": 0,
      "max": 13,
      "stddev": 1.2365992967940493,
      "description": "number of HTTP GET requests"
    },

new (0.11) trunk
"GET": {
      "description": "number of HTTP GET requests",
      "current": 1,
      "sum": 1,
      "mean": 0.017,
      "stddev": 0.129,
      "min": 0,
      "max": 1
    },



-- 
:Matteo Caprari
[email protected]

Reply via email to