Package funkload :: Module ReportRenderer :: Class RenderRst
[show private | hide private]
[frames | no frames]

Class RenderRst

Known Subclasses:
RenderHtml

Render stats in ReST format.
Method Summary
  __init__(self, config, stats, error, monitor, options)
  __repr__(self)
  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 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

Type:
int
Value:
5                                                                     

Generated by Epydoc 2.1 on Tue Feb 27 10:41:43 2007 http://epydoc.sf.net