Products :: ZenStatus :: CollectionStatistic :: CollectionStatistic :: Class CollectionStatistic
[hide private]
[frames] | no frames]

Class CollectionStatistic

source code

object --+
         |
        CollectionStatistic

Class that calculates common stats for a collected value.

Instance Methods [hide private]
 
__init__(self) source code
 
reset(self) source code
 
logRequest(self) source code
 
logResponse(self, val) source code
 
stdDev(self, avg)
Calculate the sample standard deviation.
source code
Method Details [hide private]

__init__(self)
(Constructor)

source code 
Overrides: object.__init__
(inherited documentation)