| Home | Trees | Index | Help |
|
|---|
| Package funkload :: Module ReportRenderer :: Class RenderRst |
|
RenderHtml| Method Summary | |
|---|---|
__init__(self,
config,
stats,
error,
monitor,
options)
| |
__repr__(self)
| |
Append text to rst output. | |
Return the cycle with the maximum STPS. | |
Return the cycle stat with the maximum number of steps. | |
Render bench configuration. | |
Render a type of stats for all cycles. | |
Render a step stats for all cycle. | |
Render error list. | |
Render a monitored host. | |
Render all monitored hosts. | |
Render a page detail. | |
Render the n slowest requests of the best cycle. | |
Render global information about test content. | |
| Class Variable Summary | |
|---|---|
int |
slowest_items = 5 |
| Method Details |
|---|
append(self, text)Append text to rst output. |
getBestStpsCycle(self)Return the cycle with the maximum STPS. |
getRepresentativeCycleStat(self)Return the cycle stat with the maximum number of steps. |
renderConfig(self)Render bench configuration. |
renderCyclesStat(self, key, title, description='')Render a type of stats for all cycles. |
renderCyclesStepStat(self, step)Render a step stats for all cycle. |
renderErrors(self)Render error list. |
renderMonitor(self, host)Render a monitored host. |
renderMonitors(self)Render all monitored hosts. |
renderPageDetail(self, cycle_r)Render a page detail. |
renderSlowestRequests(self, number)Render the n slowest requests of the best cycle. |
renderTestContent(self, test)Render global information about test content. |
| Class Variable Details |
|---|
slowest_items
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Tue Feb 27 10:41:43 2007 | http://epydoc.sf.net |