Package cherrypy :: Package lib :: Module cpstats :: Class StatsPage
[hide private]
[frames] | no frames]

Class StatsPage

source code

object --+
         |
        StatsPage

Instance Methods [hide private]
 
index(self) source code
 
get_namespaces(self)
Yield (title, scalars, collections) for each namespace.
source code
 
get_dict_collection(self, v, formatting)
Return ([headers], [rows]) for the given collection.
source code
 
get_list_collection(self, v, formatting)
Return ([headers], [subrows]) for the given collection.
source code
 
data(self) source code
 
pause(self, namespace) source code
 
resume(self, namespace) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  formatting = {'CherryPy Applications': {'Bytes Read/Request': ...
Properties [hide private]

Inherited from object: __class__

Class Variable Details [hide private]

formatting

Value:
{'CherryPy Applications': {'Bytes Read/Request': '%.3f',
                           'Bytes Read/Second': '%.3f',
                           'Bytes Written/Request': '%.3f',
                           'Bytes Written/Second': '%.3f',
                           'Current Time': <function <lambda> at 0xf6b\
42d84>,
                           'Enabled': <function _pause_resume at 0xf6b\
42e2c>,
...