You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by Alf Høgemark <al...@i100.no> on 2002/03/10 16:16:32 UTC

a new visualizer : TableVisualizer

As I've been doing some experiments with jmeter, I thought it would be useful to
display all the samples in a table, since it's very hard to read each sample value in
the Graph Results visualizer.

Attached is two files which can be used to add a visualizer which shows a table like this :

SampleNo - Sample ms
0                40
1                35
2                100
3                56

and so on.

Any comments on the need for such a visualizer ?

Note that the code as it's now doesn't use the messages.properties for it's text, which
it of course should.
It should probably also contain a column showing if the sample was a success or not.

I'm also wondering a bit if the model should have gone into the jmeter.reporters package.
As of now, both files are in the jmeter.visualizers package.

Regards
Alf Hogemark