Hello,
   I'm not sure about your first question.

There's currently no way to prevent the wrapping in Graph Results. This is one of the areas we're hoping to improve for the next major release...although we're not exactly sure what we will be changing yet. One way to do a quick fix would be to try increasing the "width" constant in the "Graph" class. It is currently set to 2000. I believe if you increase that value then the graph will be that much wider, so it will take longer before you wrap. Not a perfect solution, but it might be good enough for you for now.

The best solution probably involves scaling the X axis according to the number of data points and the available space in the window, and/or just displaying the last 'x' points. Take a look at the paintComponent method if you want to give it a try. You might also have to mess with updateGui(Sample) in order for the incremental updates to work....that's the trickier part.

Jeremy


[EMAIL PROTECTED] wrote:


Hi,

Am just starting to use JMeter, and have a simple question about the Graph
Results and Graph Full Results Listeners.

- what do you have to do to get the Graph Full Results working?!  It just
shows me the first two steps as text, and then nothing!

- is there any way to get the Graph Results listener NOT to wrap the
results over each other?  ie to keep extending to the right to show all
results in a continuous line instead of starting again at the beginning?
Not too hot on Swing - can anyone give me any pointers on how I would
achieve this if I were to extend the Graph Results listener to do this?

Many thanks,

David





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







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



Reply via email to