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
 
 

Attachment: TableVisualizer.java
Description: Binary data

Attachment: TableDataModel.java
Description: Binary data

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


Reply via email to