Package sage :: Package dsage :: Package server :: Module stats :: Class XMLStats
[hide private]
[frames] | no frames]

Class XMLStats

source code

object --+
         |
        XMLStats


Generates a XML document containing statistics for the server.



Instance Methods [hide private]
 
__init__(self, dsage_server)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
gen_xml(self) source code
 
add_element(self, element, value) source code
 
add_workers(self)
Adds workers to the root.
source code
 
add_mhz(self)
Adds the current working MHz to root.
source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, dsage_server)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)