You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by Cristian Opincaru <cr...@gmail.com> on 2007/07/02 16:24:01 UTC

Visualization of results

I'm trying to run JMeter in non-gui mode. I built my own test which includes
an AggregateReport Listner which saves the data into a file.

All works out fine. But I don't know how to view the results. If I try
JMeter / AggregateReportListner / Load File, I get an exception (see below).
Any ideas?

I also found a program called "jmeter-report" in the JMeter distribution,
which probably does exactly what I want, but was unable to find any help or
instructions about how to use it.

Any help is appreciated!
Cristian


Exception in thread "AWT-EventQueue-0" java.util.NoSuchElementException
        at java.util.StringTokenizer.nextToken(Unknown Source)
        at
org.apache.jmeter.save.OldSaveService.makeResultFromDelimitedString(O
ldSaveService.java:191)
        at
org.apache.jmeter.save.OldSaveService.makeResultFromDelimitedString(O
ldSaveService.java:126)
        at org.apache.jmeter.reporters.ResultCollector.loadExistingFile
(ResultCo
llector.java:202)
        at org.apache.jmeter.visualizers.gui.AbstractVisualizer.stateChanged
(Abs
tractVisualizer.java:248)
        at org.apache.jmeter.gui.util.FilePanel.fireFileChanged(
FilePanel.java:1
32)
        at org.apache.jmeter.gui.util.FilePanel.actionPerformed(
FilePanel.java:1
46)
        at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
        at javax.swing.AbstractButton$Handler.actionPerformed(Unknown
Source)
        at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown
Source)
        at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
        at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown
Sour
ce)
        at java.awt.Component.processMouseEvent(Unknown Source)
        at javax.swing.JComponent.processMouseEvent(Unknown Source)
        at java.awt.Component.processEvent(Unknown Source)
        at java.awt.Container.processEvent(Unknown Source)
        at java.awt.Component.dispatchEventImpl(Unknown Source)
        at java.awt.Container.dispatchEventImpl(Unknown Source)
        at java.awt.Component.dispatchEvent(Unknown Source)
        at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
        at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
        at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
        at java.awt.Container.dispatchEventImpl(Unknown Source)
        at java.awt.Window.dispatchEventImpl(Unknown Source)
        at java.awt.Component.dispatchEvent(Unknown Source)
        at java.awt.EventQueue.dispatchEvent(Unknown Source)
        at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown
Source)

        at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown
Source)
        at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
        at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
        at java.awt.EventDispatchThread.run(Unknown Source)
-- 
Cristian OPINCARU
University of the Federal Armed Forces Munich
http://www.unibw.de/cristian.opincaru

Re: Visualization of results

Posted by Cristian Opincaru <cr...@gmail.com>.
I'll do this tomorrow.

Cheers!
C.

On 7/2/07, sebb <se...@gmail.com> wrote:
>
> On 02/07/07, Cristian Opincaru <cr...@gmail.com> wrote:
> > Hi!
> >
> > I tried the night build and it works loading data from samples. However,
> > both the simple report and the aggregated report calculate wrong values
> of
> > the throughput (aggregated report computes less than one request per
> second,
> > while the simple request computes about 600 - my throughput is 300).
>
> Can you file a Bugzilla report?
> Please attach the data file, editted to conceal any private information.
>
> > Cristian
> >
> > PS. Anybody know about the jmeter-report?
> >
> >
> >
> >
> > On 7/2/07, Cristian Opincaru <cr...@gmail.com> wrote:
> > >
> > > Thankx, I'll try that.
> > >
> > > How about the jmeter-report? Do you know where I can get some
> information
> > > about this one?
> > >
> > > Cristian
> > >
> > > On 7/2/07, sebb <se...@gmail.com> wrote:
> > > >
> > > > On 02/07/07, Cristian Opincaru < cristian.opincaru@gmail.com> wrote:
> > > > > I'm trying to run JMeter in non-gui mode. I built my own test
> which
> > > > includes
> > > > > an AggregateReport Listner which saves the data into a file.
> > > > >
> > > > > All works out fine. But I don't know how to view the results. If I
> try
> > > > > JMeter / AggregateReportListner / Load File, I get an exception
> (see
> > > > below).
> > > > > Any ideas?
> > > >
> > > > There have been some fixes to the OldSaveService since 2.2; it would
> > > > be worth trying the nightly.
> > > >
> > > > Check that the CSV file looks OK - perhaps try loading it in a
> > > > spreadsheet.
> > > >
> > > > Otherwise please create a Bugzilla issue and attach a simple CSV
> file
> > > > that fails.
> > > >
> > > > > I also found a program called "jmeter-report" in the JMeter
> > > > distribution,
> > > > > which probably does exactly what I want, but was unable to find
> any
> > > > help or
> > > > > instructions about how to use it.
> > > > >
> > > > > Any help is appreciated!
> > > > > Cristian
> > > > >
> > > > >
> > > > > Exception in thread "AWT-EventQueue-0"
> > > > java.util.NoSuchElementException
> > > > >        at java.util.StringTokenizer.nextToken(Unknown Source)
> > > > >        at
> > > > >
> org.apache.jmeter.save.OldSaveService.makeResultFromDelimitedString(O
> > > > > ldSaveService.java:191)
> > > > >        at
> > > > >
> org.apache.jmeter.save.OldSaveService.makeResultFromDelimitedString (O
> > > > > ldSaveService.java:126)
> > > > >        at
> org.apache.jmeter.reporters.ResultCollector.loadExistingFile
> > > > > (ResultCo
> > > > > llector.java:202)
> > > > >        at
> > > > org.apache.jmeter.visualizers.gui.AbstractVisualizer.stateChanged
> > > > > (Abs
> > > > > tractVisualizer.java:248)
> > > > >        at org.apache.jmeter.gui.util.FilePanel.fireFileChanged(
> > > > > FilePanel.java:1
> > > > > 32)
> > > > >        at org.apache.jmeter.gui.util.FilePanel.actionPerformed (
> > > > > FilePanel.java:1
> > > > > 46)
> > > > >        at javax.swing.AbstractButton.fireActionPerformed(Unknown
> > > > Source)
> > > > >        at javax.swing.AbstractButton$Handler.actionPerformed
> (Unknown
> > > > > Source)
> > > > >        at javax.swing.DefaultButtonModel.fireActionPerformed
> (Unknown
> > > > > Source)
> > > > >        at javax.swing.DefaultButtonModel.setPressed(Unknown
> Source)
> > > > >        at javax.swing.plaf.basic.BasicButtonListener.mouseReleased
> (Unknown
> > > > > Sour
> > > > > ce)
> > > > >        at java.awt.Component.processMouseEvent(Unknown Source)
> > > > >        at javax.swing.JComponent.processMouseEvent(Unknown Source)
> > > > >        at java.awt.Component.processEvent (Unknown Source)
> > > > >        at java.awt.Container.processEvent(Unknown Source)
> > > > >        at java.awt.Component.dispatchEventImpl(Unknown Source)
> > > > >        at java.awt.Container.dispatchEventImpl(Unknown Source)
> > > > >        at java.awt.Component.dispatchEvent(Unknown Source)
> > > > >        at java.awt.LightweightDispatcher.retargetMouseEvent
> (Unknown
> > > > Source)
> > > > >        at java.awt.LightweightDispatcher.processMouseEvent(Unknown
> > > > Source)
> > > > >        at java.awt.LightweightDispatcher.dispatchEvent(Unknown
> Source)
> > > > >        at java.awt.Container.dispatchEventImpl(Unknown Source)
> > > > >        at java.awt.Window.dispatchEventImpl(Unknown Source)
> > > > >        at java.awt.Component.dispatchEvent(Unknown Source)
> > > > >        at java.awt.EventQueue.dispatchEvent(Unknown Source)
> > > > >        at java.awt.EventDispatchThread.pumpOneEventForHierarchy
> > > > (Unknown
> > > > > Source)
> > > > >
> > > > >        at java.awt.EventDispatchThread.pumpEventsForHierarchy
> (Unknown
> > > > > Source)
> > > > >        at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
> > > > >        at java.awt.EventDispatchThread.pumpEvents (Unknown Source)
> > > > >        at java.awt.EventDispatchThread.run(Unknown Source)
> > > > > --
> > > > > Cristian OPINCARU
> > > > > University of the Federal Armed Forces Munich
> > > > > http://www.unibw.de/cristian.opincaru
> > > > >
> > > >
> > > >
> ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> > > > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
> > > >
> > > >
> > >
> > >
> > > --
> > > Cristian OPINCARU
> > > University of the Federal Armed Forces Munich
> > > http://www.unibw.de/cristian.opincaru
> > >
> >
> >
> >
> > --
> > Cristian OPINCARU
> > University of the Federal Armed Forces Munich
> > http://www.unibw.de/cristian.opincaru
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>
>


-- 
Cristian OPINCARU
University of the Federal Armed Forces Munich
http://www.unibw.de/cristian.opincaru

Re: Visualization of results

Posted by sebb <se...@gmail.com>.
On 03/07/07, Cristian Opincaru <cr...@gmail.com> wrote:
> Ok. I filed in 2 bug reports: one for the stable version and one for the
> night build.

Thanks - it would be helpful if you could attach a sample failing JTL.

> I'm still wondering about documentation for the jmeter-report. Do you know
> where I can get any documentation?

I don't think there is any yet.

> Thanks!
> C.
>
> On 7/2/07, sebb <se...@gmail.com> wrote:
> >
> > On 02/07/07, Cristian Opincaru <cr...@gmail.com> wrote:
> > > Hi!
> > >
> > > I tried the night build and it works loading data from samples. However,
> > > both the simple report and the aggregated report calculate wrong values
> > of
> > > the throughput (aggregated report computes less than one request per
> > second,
> > > while the simple request computes about 600 - my throughput is 300).
> >
> > Can you file a Bugzilla report?
> > Please attach the data file, editted to conceal any private information.
> >
> > > Cristian
> > >
> > > PS. Anybody know about the jmeter-report?
> > >
> > >
> > >
> > >
> > > On 7/2/07, Cristian Opincaru <cr...@gmail.com> wrote:
> > > >
> > > > Thankx, I'll try that.
> > > >
> > > > How about the jmeter-report? Do you know where I can get some
> > information
> > > > about this one?
> > > >
> > > > Cristian
> > > >
> > > > On 7/2/07, sebb <se...@gmail.com> wrote:
> > > > >
> > > > > On 02/07/07, Cristian Opincaru < cristian.opincaru@gmail.com> wrote:
> > > > > > I'm trying to run JMeter in non-gui mode. I built my own test
> > which
> > > > > includes
> > > > > > an AggregateReport Listner which saves the data into a file.
> > > > > >
> > > > > > All works out fine. But I don't know how to view the results. If I
> > try
> > > > > > JMeter / AggregateReportListner / Load File, I get an exception
> > (see
> > > > > below).
> > > > > > Any ideas?
> > > > >
> > > > > There have been some fixes to the OldSaveService since 2.2; it would
> > > > > be worth trying the nightly.
> > > > >
> > > > > Check that the CSV file looks OK - perhaps try loading it in a
> > > > > spreadsheet.
> > > > >
> > > > > Otherwise please create a Bugzilla issue and attach a simple CSV
> > file
> > > > > that fails.
> > > > >
> > > > > > I also found a program called "jmeter-report" in the JMeter
> > > > > distribution,
> > > > > > which probably does exactly what I want, but was unable to find
> > any
> > > > > help or
> > > > > > instructions about how to use it.
> > > > > >
> > > > > > Any help is appreciated!
> > > > > > Cristian
> > > > > >
> > > > > >
> > > > > > Exception in thread "AWT-EventQueue-0"
> > > > > java.util.NoSuchElementException
> > > > > >        at java.util.StringTokenizer.nextToken(Unknown Source)
> > > > > >        at
> > > > > >
> > org.apache.jmeter.save.OldSaveService.makeResultFromDelimitedString(O
> > > > > > ldSaveService.java:191)
> > > > > >        at
> > > > > >
> > org.apache.jmeter.save.OldSaveService.makeResultFromDelimitedString (O
> > > > > > ldSaveService.java:126)
> > > > > >        at
> > org.apache.jmeter.reporters.ResultCollector.loadExistingFile
> > > > > > (ResultCo
> > > > > > llector.java:202)
> > > > > >        at
> > > > > org.apache.jmeter.visualizers.gui.AbstractVisualizer.stateChanged
> > > > > > (Abs
> > > > > > tractVisualizer.java:248)
> > > > > >        at org.apache.jmeter.gui.util.FilePanel.fireFileChanged(
> > > > > > FilePanel.java:1
> > > > > > 32)
> > > > > >        at org.apache.jmeter.gui.util.FilePanel.actionPerformed (
> > > > > > FilePanel.java:1
> > > > > > 46)
> > > > > >        at javax.swing.AbstractButton.fireActionPerformed(Unknown
> > > > > Source)
> > > > > >        at javax.swing.AbstractButton$Handler.actionPerformed
> > (Unknown
> > > > > > Source)
> > > > > >        at javax.swing.DefaultButtonModel.fireActionPerformed
> > (Unknown
> > > > > > Source)
> > > > > >        at javax.swing.DefaultButtonModel.setPressed(Unknown
> > Source)
> > > > > >        at javax.swing.plaf.basic.BasicButtonListener.mouseReleased
> > (Unknown
> > > > > > Sour
> > > > > > ce)
> > > > > >        at java.awt.Component.processMouseEvent(Unknown Source)
> > > > > >        at javax.swing.JComponent.processMouseEvent(Unknown Source)
> > > > > >        at java.awt.Component.processEvent (Unknown Source)
> > > > > >        at java.awt.Container.processEvent(Unknown Source)
> > > > > >        at java.awt.Component.dispatchEventImpl(Unknown Source)
> > > > > >        at java.awt.Container.dispatchEventImpl(Unknown Source)
> > > > > >        at java.awt.Component.dispatchEvent(Unknown Source)
> > > > > >        at java.awt.LightweightDispatcher.retargetMouseEvent
> > (Unknown
> > > > > Source)
> > > > > >        at java.awt.LightweightDispatcher.processMouseEvent(Unknown
> > > > > Source)
> > > > > >        at java.awt.LightweightDispatcher.dispatchEvent(Unknown
> > Source)
> > > > > >        at java.awt.Container.dispatchEventImpl(Unknown Source)
> > > > > >        at java.awt.Window.dispatchEventImpl(Unknown Source)
> > > > > >        at java.awt.Component.dispatchEvent(Unknown Source)
> > > > > >        at java.awt.EventQueue.dispatchEvent(Unknown Source)
> > > > > >        at java.awt.EventDispatchThread.pumpOneEventForHierarchy
> > > > > (Unknown
> > > > > > Source)
> > > > > >
> > > > > >        at java.awt.EventDispatchThread.pumpEventsForHierarchy
> > (Unknown
> > > > > > Source)
> > > > > >        at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
> > > > > >        at java.awt.EventDispatchThread.pumpEvents (Unknown Source)
> > > > > >        at java.awt.EventDispatchThread.run(Unknown Source)
> > > > > > --
> > > > > > Cristian OPINCARU
> > > > > > University of the Federal Armed Forces Munich
> > > > > > http://www.unibw.de/cristian.opincaru
> > > > > >
> > > > >
> > > > >
> > ---------------------------------------------------------------------
> > > > > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> > > > > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
> > > > >
> > > > >
> > > >
> > > >
> > > > --
> > > > Cristian OPINCARU
> > > > University of the Federal Armed Forces Munich
> > > > http://www.unibw.de/cristian.opincaru
> > > >
> > >
> > >
> > >
> > > --
> > > Cristian OPINCARU
> > > University of the Federal Armed Forces Munich
> > > http://www.unibw.de/cristian.opincaru
> > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
> >
> >
>
>
> --
> Cristian OPINCARU
> University of the Federal Armed Forces Munich
> http://www.unibw.de/cristian.opincaru
>

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


Re: Visualization of results

Posted by Cristian Opincaru <cr...@gmail.com>.
Ok. I filed in 2 bug reports: one for the stable version and one for the
night build.

I'm still wondering about documentation for the jmeter-report. Do you know
where I can get any documentation?

Thanks!
C.

On 7/2/07, sebb <se...@gmail.com> wrote:
>
> On 02/07/07, Cristian Opincaru <cr...@gmail.com> wrote:
> > Hi!
> >
> > I tried the night build and it works loading data from samples. However,
> > both the simple report and the aggregated report calculate wrong values
> of
> > the throughput (aggregated report computes less than one request per
> second,
> > while the simple request computes about 600 - my throughput is 300).
>
> Can you file a Bugzilla report?
> Please attach the data file, editted to conceal any private information.
>
> > Cristian
> >
> > PS. Anybody know about the jmeter-report?
> >
> >
> >
> >
> > On 7/2/07, Cristian Opincaru <cr...@gmail.com> wrote:
> > >
> > > Thankx, I'll try that.
> > >
> > > How about the jmeter-report? Do you know where I can get some
> information
> > > about this one?
> > >
> > > Cristian
> > >
> > > On 7/2/07, sebb <se...@gmail.com> wrote:
> > > >
> > > > On 02/07/07, Cristian Opincaru < cristian.opincaru@gmail.com> wrote:
> > > > > I'm trying to run JMeter in non-gui mode. I built my own test
> which
> > > > includes
> > > > > an AggregateReport Listner which saves the data into a file.
> > > > >
> > > > > All works out fine. But I don't know how to view the results. If I
> try
> > > > > JMeter / AggregateReportListner / Load File, I get an exception
> (see
> > > > below).
> > > > > Any ideas?
> > > >
> > > > There have been some fixes to the OldSaveService since 2.2; it would
> > > > be worth trying the nightly.
> > > >
> > > > Check that the CSV file looks OK - perhaps try loading it in a
> > > > spreadsheet.
> > > >
> > > > Otherwise please create a Bugzilla issue and attach a simple CSV
> file
> > > > that fails.
> > > >
> > > > > I also found a program called "jmeter-report" in the JMeter
> > > > distribution,
> > > > > which probably does exactly what I want, but was unable to find
> any
> > > > help or
> > > > > instructions about how to use it.
> > > > >
> > > > > Any help is appreciated!
> > > > > Cristian
> > > > >
> > > > >
> > > > > Exception in thread "AWT-EventQueue-0"
> > > > java.util.NoSuchElementException
> > > > >        at java.util.StringTokenizer.nextToken(Unknown Source)
> > > > >        at
> > > > >
> org.apache.jmeter.save.OldSaveService.makeResultFromDelimitedString(O
> > > > > ldSaveService.java:191)
> > > > >        at
> > > > >
> org.apache.jmeter.save.OldSaveService.makeResultFromDelimitedString (O
> > > > > ldSaveService.java:126)
> > > > >        at
> org.apache.jmeter.reporters.ResultCollector.loadExistingFile
> > > > > (ResultCo
> > > > > llector.java:202)
> > > > >        at
> > > > org.apache.jmeter.visualizers.gui.AbstractVisualizer.stateChanged
> > > > > (Abs
> > > > > tractVisualizer.java:248)
> > > > >        at org.apache.jmeter.gui.util.FilePanel.fireFileChanged(
> > > > > FilePanel.java:1
> > > > > 32)
> > > > >        at org.apache.jmeter.gui.util.FilePanel.actionPerformed (
> > > > > FilePanel.java:1
> > > > > 46)
> > > > >        at javax.swing.AbstractButton.fireActionPerformed(Unknown
> > > > Source)
> > > > >        at javax.swing.AbstractButton$Handler.actionPerformed
> (Unknown
> > > > > Source)
> > > > >        at javax.swing.DefaultButtonModel.fireActionPerformed
> (Unknown
> > > > > Source)
> > > > >        at javax.swing.DefaultButtonModel.setPressed(Unknown
> Source)
> > > > >        at javax.swing.plaf.basic.BasicButtonListener.mouseReleased
> (Unknown
> > > > > Sour
> > > > > ce)
> > > > >        at java.awt.Component.processMouseEvent(Unknown Source)
> > > > >        at javax.swing.JComponent.processMouseEvent(Unknown Source)
> > > > >        at java.awt.Component.processEvent (Unknown Source)
> > > > >        at java.awt.Container.processEvent(Unknown Source)
> > > > >        at java.awt.Component.dispatchEventImpl(Unknown Source)
> > > > >        at java.awt.Container.dispatchEventImpl(Unknown Source)
> > > > >        at java.awt.Component.dispatchEvent(Unknown Source)
> > > > >        at java.awt.LightweightDispatcher.retargetMouseEvent
> (Unknown
> > > > Source)
> > > > >        at java.awt.LightweightDispatcher.processMouseEvent(Unknown
> > > > Source)
> > > > >        at java.awt.LightweightDispatcher.dispatchEvent(Unknown
> Source)
> > > > >        at java.awt.Container.dispatchEventImpl(Unknown Source)
> > > > >        at java.awt.Window.dispatchEventImpl(Unknown Source)
> > > > >        at java.awt.Component.dispatchEvent(Unknown Source)
> > > > >        at java.awt.EventQueue.dispatchEvent(Unknown Source)
> > > > >        at java.awt.EventDispatchThread.pumpOneEventForHierarchy
> > > > (Unknown
> > > > > Source)
> > > > >
> > > > >        at java.awt.EventDispatchThread.pumpEventsForHierarchy
> (Unknown
> > > > > Source)
> > > > >        at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
> > > > >        at java.awt.EventDispatchThread.pumpEvents (Unknown Source)
> > > > >        at java.awt.EventDispatchThread.run(Unknown Source)
> > > > > --
> > > > > Cristian OPINCARU
> > > > > University of the Federal Armed Forces Munich
> > > > > http://www.unibw.de/cristian.opincaru
> > > > >
> > > >
> > > >
> ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> > > > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
> > > >
> > > >
> > >
> > >
> > > --
> > > Cristian OPINCARU
> > > University of the Federal Armed Forces Munich
> > > http://www.unibw.de/cristian.opincaru
> > >
> >
> >
> >
> > --
> > Cristian OPINCARU
> > University of the Federal Armed Forces Munich
> > http://www.unibw.de/cristian.opincaru
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>
>


-- 
Cristian OPINCARU
University of the Federal Armed Forces Munich
http://www.unibw.de/cristian.opincaru

Re: Visualization of results

Posted by sebb <se...@gmail.com>.
On 02/07/07, Cristian Opincaru <cr...@gmail.com> wrote:
> Hi!
>
> I tried the night build and it works loading data from samples. However,
> both the simple report and the aggregated report calculate wrong values of
> the throughput (aggregated report computes less than one request per second,
> while the simple request computes about 600 - my throughput is 300).

Can you file a Bugzilla report?
Please attach the data file, editted to conceal any private information.

> Cristian
>
> PS. Anybody know about the jmeter-report?
>
>
>
>
> On 7/2/07, Cristian Opincaru <cr...@gmail.com> wrote:
> >
> > Thankx, I'll try that.
> >
> > How about the jmeter-report? Do you know where I can get some information
> > about this one?
> >
> > Cristian
> >
> > On 7/2/07, sebb <se...@gmail.com> wrote:
> > >
> > > On 02/07/07, Cristian Opincaru < cristian.opincaru@gmail.com> wrote:
> > > > I'm trying to run JMeter in non-gui mode. I built my own test which
> > > includes
> > > > an AggregateReport Listner which saves the data into a file.
> > > >
> > > > All works out fine. But I don't know how to view the results. If I try
> > > > JMeter / AggregateReportListner / Load File, I get an exception (see
> > > below).
> > > > Any ideas?
> > >
> > > There have been some fixes to the OldSaveService since 2.2; it would
> > > be worth trying the nightly.
> > >
> > > Check that the CSV file looks OK - perhaps try loading it in a
> > > spreadsheet.
> > >
> > > Otherwise please create a Bugzilla issue and attach a simple CSV file
> > > that fails.
> > >
> > > > I also found a program called "jmeter-report" in the JMeter
> > > distribution,
> > > > which probably does exactly what I want, but was unable to find any
> > > help or
> > > > instructions about how to use it.
> > > >
> > > > Any help is appreciated!
> > > > Cristian
> > > >
> > > >
> > > > Exception in thread "AWT-EventQueue-0"
> > > java.util.NoSuchElementException
> > > >        at java.util.StringTokenizer.nextToken(Unknown Source)
> > > >        at
> > > > org.apache.jmeter.save.OldSaveService.makeResultFromDelimitedString(O
> > > > ldSaveService.java:191)
> > > >        at
> > > > org.apache.jmeter.save.OldSaveService.makeResultFromDelimitedString (O
> > > > ldSaveService.java:126)
> > > >        at org.apache.jmeter.reporters.ResultCollector.loadExistingFile
> > > > (ResultCo
> > > > llector.java:202)
> > > >        at
> > > org.apache.jmeter.visualizers.gui.AbstractVisualizer.stateChanged
> > > > (Abs
> > > > tractVisualizer.java:248)
> > > >        at org.apache.jmeter.gui.util.FilePanel.fireFileChanged(
> > > > FilePanel.java:1
> > > > 32)
> > > >        at org.apache.jmeter.gui.util.FilePanel.actionPerformed (
> > > > FilePanel.java:1
> > > > 46)
> > > >        at javax.swing.AbstractButton.fireActionPerformed(Unknown
> > > Source)
> > > >        at javax.swing.AbstractButton$Handler.actionPerformed(Unknown
> > > > Source)
> > > >        at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown
> > > > Source)
> > > >        at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
> > > >        at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown
> > > > Sour
> > > > ce)
> > > >        at java.awt.Component.processMouseEvent(Unknown Source)
> > > >        at javax.swing.JComponent.processMouseEvent(Unknown Source)
> > > >        at java.awt.Component.processEvent (Unknown Source)
> > > >        at java.awt.Container.processEvent(Unknown Source)
> > > >        at java.awt.Component.dispatchEventImpl(Unknown Source)
> > > >        at java.awt.Container.dispatchEventImpl(Unknown Source)
> > > >        at java.awt.Component.dispatchEvent(Unknown Source)
> > > >        at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown
> > > Source)
> > > >        at java.awt.LightweightDispatcher.processMouseEvent(Unknown
> > > Source)
> > > >        at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
> > > >        at java.awt.Container.dispatchEventImpl(Unknown Source)
> > > >        at java.awt.Window.dispatchEventImpl(Unknown Source)
> > > >        at java.awt.Component.dispatchEvent(Unknown Source)
> > > >        at java.awt.EventQueue.dispatchEvent(Unknown Source)
> > > >        at java.awt.EventDispatchThread.pumpOneEventForHierarchy
> > > (Unknown
> > > > Source)
> > > >
> > > >        at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown
> > > > Source)
> > > >        at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
> > > >        at java.awt.EventDispatchThread.pumpEvents (Unknown Source)
> > > >        at java.awt.EventDispatchThread.run(Unknown Source)
> > > > --
> > > > Cristian OPINCARU
> > > > University of the Federal Armed Forces Munich
> > > > http://www.unibw.de/cristian.opincaru
> > > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> > > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
> > >
> > >
> >
> >
> > --
> > Cristian OPINCARU
> > University of the Federal Armed Forces Munich
> > http://www.unibw.de/cristian.opincaru
> >
>
>
>
> --
> Cristian OPINCARU
> University of the Federal Armed Forces Munich
> http://www.unibw.de/cristian.opincaru
>

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


Re: Visualization of results

Posted by Cristian Opincaru <cr...@gmail.com>.
Hi!

I tried the night build and it works loading data from samples. However,
both the simple report and the aggregated report calculate wrong values of
the throughput (aggregated report computes less than one request per second,
while the simple request computes about 600 - my throughput is 300).

Cristian

PS. Anybody know about the jmeter-report?




On 7/2/07, Cristian Opincaru <cr...@gmail.com> wrote:
>
> Thankx, I'll try that.
>
> How about the jmeter-report? Do you know where I can get some information
> about this one?
>
> Cristian
>
> On 7/2/07, sebb <se...@gmail.com> wrote:
> >
> > On 02/07/07, Cristian Opincaru < cristian.opincaru@gmail.com> wrote:
> > > I'm trying to run JMeter in non-gui mode. I built my own test which
> > includes
> > > an AggregateReport Listner which saves the data into a file.
> > >
> > > All works out fine. But I don't know how to view the results. If I try
> > > JMeter / AggregateReportListner / Load File, I get an exception (see
> > below).
> > > Any ideas?
> >
> > There have been some fixes to the OldSaveService since 2.2; it would
> > be worth trying the nightly.
> >
> > Check that the CSV file looks OK - perhaps try loading it in a
> > spreadsheet.
> >
> > Otherwise please create a Bugzilla issue and attach a simple CSV file
> > that fails.
> >
> > > I also found a program called "jmeter-report" in the JMeter
> > distribution,
> > > which probably does exactly what I want, but was unable to find any
> > help or
> > > instructions about how to use it.
> > >
> > > Any help is appreciated!
> > > Cristian
> > >
> > >
> > > Exception in thread "AWT-EventQueue-0"
> > java.util.NoSuchElementException
> > >        at java.util.StringTokenizer.nextToken(Unknown Source)
> > >        at
> > > org.apache.jmeter.save.OldSaveService.makeResultFromDelimitedString(O
> > > ldSaveService.java:191)
> > >        at
> > > org.apache.jmeter.save.OldSaveService.makeResultFromDelimitedString (O
> > > ldSaveService.java:126)
> > >        at org.apache.jmeter.reporters.ResultCollector.loadExistingFile
> > > (ResultCo
> > > llector.java:202)
> > >        at
> > org.apache.jmeter.visualizers.gui.AbstractVisualizer.stateChanged
> > > (Abs
> > > tractVisualizer.java:248)
> > >        at org.apache.jmeter.gui.util.FilePanel.fireFileChanged(
> > > FilePanel.java:1
> > > 32)
> > >        at org.apache.jmeter.gui.util.FilePanel.actionPerformed (
> > > FilePanel.java:1
> > > 46)
> > >        at javax.swing.AbstractButton.fireActionPerformed(Unknown
> > Source)
> > >        at javax.swing.AbstractButton$Handler.actionPerformed(Unknown
> > > Source)
> > >        at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown
> > > Source)
> > >        at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
> > >        at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown
> > > Sour
> > > ce)
> > >        at java.awt.Component.processMouseEvent(Unknown Source)
> > >        at javax.swing.JComponent.processMouseEvent(Unknown Source)
> > >        at java.awt.Component.processEvent (Unknown Source)
> > >        at java.awt.Container.processEvent(Unknown Source)
> > >        at java.awt.Component.dispatchEventImpl(Unknown Source)
> > >        at java.awt.Container.dispatchEventImpl(Unknown Source)
> > >        at java.awt.Component.dispatchEvent(Unknown Source)
> > >        at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown
> > Source)
> > >        at java.awt.LightweightDispatcher.processMouseEvent(Unknown
> > Source)
> > >        at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
> > >        at java.awt.Container.dispatchEventImpl(Unknown Source)
> > >        at java.awt.Window.dispatchEventImpl(Unknown Source)
> > >        at java.awt.Component.dispatchEvent(Unknown Source)
> > >        at java.awt.EventQueue.dispatchEvent(Unknown Source)
> > >        at java.awt.EventDispatchThread.pumpOneEventForHierarchy
> > (Unknown
> > > Source)
> > >
> > >        at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown
> > > Source)
> > >        at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
> > >        at java.awt.EventDispatchThread.pumpEvents (Unknown Source)
> > >        at java.awt.EventDispatchThread.run(Unknown Source)
> > > --
> > > Cristian OPINCARU
> > > University of the Federal Armed Forces Munich
> > > http://www.unibw.de/cristian.opincaru
> > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
> >
> >
>
>
> --
> Cristian OPINCARU
> University of the Federal Armed Forces Munich
> http://www.unibw.de/cristian.opincaru
>



-- 
Cristian OPINCARU
University of the Federal Armed Forces Munich
http://www.unibw.de/cristian.opincaru

Re: Visualization of results

Posted by Cristian Opincaru <cr...@gmail.com>.
Thankx, I'll try that.

How about the jmeter-report? Do you know where I can get some information
about this one?

Cristian

On 7/2/07, sebb <se...@gmail.com> wrote:
>
> On 02/07/07, Cristian Opincaru <cr...@gmail.com> wrote:
> > I'm trying to run JMeter in non-gui mode. I built my own test which
> includes
> > an AggregateReport Listner which saves the data into a file.
> >
> > All works out fine. But I don't know how to view the results. If I try
> > JMeter / AggregateReportListner / Load File, I get an exception (see
> below).
> > Any ideas?
>
> There have been some fixes to the OldSaveService since 2.2; it would
> be worth trying the nightly.
>
> Check that the CSV file looks OK - perhaps try loading it in a
> spreadsheet.
>
> Otherwise please create a Bugzilla issue and attach a simple CSV file
> that fails.
>
> > I also found a program called "jmeter-report" in the JMeter
> distribution,
> > which probably does exactly what I want, but was unable to find any help
> or
> > instructions about how to use it.
> >
> > Any help is appreciated!
> > Cristian
> >
> >
> > Exception in thread "AWT-EventQueue-0" java.util.NoSuchElementException
> >        at java.util.StringTokenizer.nextToken(Unknown Source)
> >        at
> > org.apache.jmeter.save.OldSaveService.makeResultFromDelimitedString(O
> > ldSaveService.java:191)
> >        at
> > org.apache.jmeter.save.OldSaveService.makeResultFromDelimitedString(O
> > ldSaveService.java:126)
> >        at org.apache.jmeter.reporters.ResultCollector.loadExistingFile
> > (ResultCo
> > llector.java:202)
> >        at
> org.apache.jmeter.visualizers.gui.AbstractVisualizer.stateChanged
> > (Abs
> > tractVisualizer.java:248)
> >        at org.apache.jmeter.gui.util.FilePanel.fireFileChanged(
> > FilePanel.java:1
> > 32)
> >        at org.apache.jmeter.gui.util.FilePanel.actionPerformed(
> > FilePanel.java:1
> > 46)
> >        at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
> >        at javax.swing.AbstractButton$Handler.actionPerformed(Unknown
> > Source)
> >        at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown
> > Source)
> >        at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
> >        at javax.swing.plaf.basic.BasicButtonListener.mouseReleased
> (Unknown
> > Sour
> > ce)
> >        at java.awt.Component.processMouseEvent(Unknown Source)
> >        at javax.swing.JComponent.processMouseEvent(Unknown Source)
> >        at java.awt.Component.processEvent(Unknown Source)
> >        at java.awt.Container.processEvent(Unknown Source)
> >        at java.awt.Component.dispatchEventImpl(Unknown Source)
> >        at java.awt.Container.dispatchEventImpl(Unknown Source)
> >        at java.awt.Component.dispatchEvent(Unknown Source)
> >        at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown
> Source)
> >        at java.awt.LightweightDispatcher.processMouseEvent(Unknown
> Source)
> >        at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
> >        at java.awt.Container.dispatchEventImpl(Unknown Source)
> >        at java.awt.Window.dispatchEventImpl(Unknown Source)
> >        at java.awt.Component.dispatchEvent(Unknown Source)
> >        at java.awt.EventQueue.dispatchEvent(Unknown Source)
> >        at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown
> > Source)
> >
> >        at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown
> > Source)
> >        at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
> >        at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
> >        at java.awt.EventDispatchThread.run(Unknown Source)
> > --
> > Cristian OPINCARU
> > University of the Federal Armed Forces Munich
> > http://www.unibw.de/cristian.opincaru
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>
>


-- 
Cristian OPINCARU
University of the Federal Armed Forces Munich
http://www.unibw.de/cristian.opincaru

Re: Visualization of results

Posted by sebb <se...@gmail.com>.
On 02/07/07, Cristian Opincaru <cr...@gmail.com> wrote:
> I'm trying to run JMeter in non-gui mode. I built my own test which includes
> an AggregateReport Listner which saves the data into a file.
>
> All works out fine. But I don't know how to view the results. If I try
> JMeter / AggregateReportListner / Load File, I get an exception (see below).
> Any ideas?

There have been some fixes to the OldSaveService since 2.2; it would
be worth trying the nightly.

Check that the CSV file looks OK - perhaps try loading it in a spreadsheet.

Otherwise please create a Bugzilla issue and attach a simple CSV file
that fails.

> I also found a program called "jmeter-report" in the JMeter distribution,
> which probably does exactly what I want, but was unable to find any help or
> instructions about how to use it.
>
> Any help is appreciated!
> Cristian
>
>
> Exception in thread "AWT-EventQueue-0" java.util.NoSuchElementException
>        at java.util.StringTokenizer.nextToken(Unknown Source)
>        at
> org.apache.jmeter.save.OldSaveService.makeResultFromDelimitedString(O
> ldSaveService.java:191)
>        at
> org.apache.jmeter.save.OldSaveService.makeResultFromDelimitedString(O
> ldSaveService.java:126)
>        at org.apache.jmeter.reporters.ResultCollector.loadExistingFile
> (ResultCo
> llector.java:202)
>        at org.apache.jmeter.visualizers.gui.AbstractVisualizer.stateChanged
> (Abs
> tractVisualizer.java:248)
>        at org.apache.jmeter.gui.util.FilePanel.fireFileChanged(
> FilePanel.java:1
> 32)
>        at org.apache.jmeter.gui.util.FilePanel.actionPerformed(
> FilePanel.java:1
> 46)
>        at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
>        at javax.swing.AbstractButton$Handler.actionPerformed(Unknown
> Source)
>        at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown
> Source)
>        at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
>        at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown
> Sour
> ce)
>        at java.awt.Component.processMouseEvent(Unknown Source)
>        at javax.swing.JComponent.processMouseEvent(Unknown Source)
>        at java.awt.Component.processEvent(Unknown Source)
>        at java.awt.Container.processEvent(Unknown Source)
>        at java.awt.Component.dispatchEventImpl(Unknown Source)
>        at java.awt.Container.dispatchEventImpl(Unknown Source)
>        at java.awt.Component.dispatchEvent(Unknown Source)
>        at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
>        at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
>        at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
>        at java.awt.Container.dispatchEventImpl(Unknown Source)
>        at java.awt.Window.dispatchEventImpl(Unknown Source)
>        at java.awt.Component.dispatchEvent(Unknown Source)
>        at java.awt.EventQueue.dispatchEvent(Unknown Source)
>        at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown
> Source)
>
>        at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown
> Source)
>        at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
>        at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
>        at java.awt.EventDispatchThread.run(Unknown Source)
> --
> Cristian OPINCARU
> University of the Federal Armed Forces Munich
> http://www.unibw.de/cristian.opincaru
>

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org