I've been steadily working on the reporting component the last few
days. I was thinking of making an interface named ReportWriter and
have an abstract base implementation like the rest of jmeter.

public interface ReportWriter
public abstract class AbstractReportWriter

some other random thoughts about writing reports.

1. is it desirable to have the reportWriters use external
header/footer files? if so what the preferred embodiment?

2. I was thinking HTML reports should support the ability to use a
server side include, like .shtml. What do people think?

3. the kind of report designers I was thinking of would provide to
basic format at the start: CSV and html

4. A report could have multiple summary tables and charts. For
example, say I want one chart of all the max, min, average times and a
second table for error rate, req/sec and kb/sec.

peter lin

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to