New in version 0.2.
Tools for working with Grinder log output and generating CSV data.
Accumulated statistics for an interval of time.
Accumulate a row of statistics in this bin. All statistics are accumulated as integers.
Return the integer average (mean) of the given statistic.
Failure to find any test names in a Grinder out* file.
A report of statistics for a Grinder test run.
Add a row from a data* file to the stats.
Add statistics for all tests in all Grinder data files.
Return the (start, end) timestamps for this report, based on the timestamps of all tests within it.
Write all CSV files for this report to files with the given prefix.
Write the given statistic for all tests to filename.
Statistics for a single Test in a Grinder test run.
Add a row of statistics for this test.
Return a statistic at the given timestamp (either sum or average). Return 0 if there is no data at the given time.
Return the (start, end) timestamps for this test.
Return a dict of {number: name} for each test from the summary portion of the given Grinder out* file. If the summary portion is not found, look for test numbers and names as logged by grinder-webtest.
Return a list of full pathnames to all out* and data* files found in descendants of include_dir.