You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by "Bhadauria, Tarun Kumar" <ta...@zalando.de> on 2016/02/16 14:14:59 UTC

jmeter mode=DiskStore does not send results back after test run

I am using Diskstore mode to have test results sent back to Jmeter client
form slave machines. I set up java.io.tmpdir to store results in intended
directory when starting the jmeter server as -

-Djava.io.tmpdir=/home/<username>/testresult

Once test execution is over then I see following files in testresult folder
-

SerialisedSampleSender3962717554130295184.ser
SerialisedSampleSender8703746856009463861.ser

And the following message on jmeter-server.log file -

2016/02/16 12:18:04 INFO  - jmeter.engine.StandardJMeterEngine:
Notifying test listeners of end of test
2016/02/16 12:18:04 INFO  - jmeter.samplers.DiskStoreSampleSender:
Test Ended on 127.0.0.1:24003

But results are not sent back to client. Result file specified during non
GUI test run using -lproperty is empty - -l "testresult.$(date).jtl" \ and
I see following summary on client console forever -

Generate Summary Results +   4120 in    30s =  137.3/s Avg:     1 Min:
    1 Max:    15 Err:     0 (0.00%) Active: 0 Started: 10 Finished: 10
Generate Summary Results = 536771 in  2728s =  196.8/s Avg:     2 Min:
    0 Max:  1010 Err:     0 (0.00%)

Even after an hr of test run no result data is available in file which I
specified using -l parameter and Generate Summary Results keeps printing on
console. Did I miss any configuration?


Thanks
Tarun K

Re: jmeter mode=DiskStore does not send results back after test run

Posted by "Bhadauria, Tarun Kumar" <ta...@zalando.de>.
Seems to work now. May have been n/w issues.
Though results take hour to be sent to client from slaves each having 100mb
file.
SCP ing jtl files from multiple jmeter machines in non distributed mode
seems faster than serialized data which is sent to JMeter client in
distributed mode.

Thanks
Tarun K

On 16 February 2016 at 14:14, Bhadauria, Tarun Kumar <
tarun.kumar.bhadauria@zalando.de> wrote:

> I am using Diskstore mode to have test results sent back to Jmeter client
> form slave machines. I set up java.io.tmpdir to store results in intended
> directory when starting the jmeter server as -
>
> -Djava.io.tmpdir=/home/<username>/testresult
>
> Once test execution is over then I see following files in testresult
> folder -
>
> SerialisedSampleSender3962717554130295184.ser
> SerialisedSampleSender8703746856009463861.ser
>
> And the following message on jmeter-server.log file -
>
> 2016/02/16 12:18:04 INFO  - jmeter.engine.StandardJMeterEngine: Notifying test listeners of end of test
> 2016/02/16 12:18:04 INFO  - jmeter.samplers.DiskStoreSampleSender: Test Ended on 127.0.0.1:24003
>
> But results are not sent back to client. Result file specified during non
> GUI test run using -lproperty is empty - -l "testresult.$(date).jtl" \ and
> I see following summary on client console forever -
>
> Generate Summary Results +   4120 in    30s =  137.3/s Avg:     1 Min:     1 Max:    15 Err:     0 (0.00%) Active: 0 Started: 10 Finished: 10
> Generate Summary Results = 536771 in  2728s =  196.8/s Avg:     2 Min:     0 Max:  1010 Err:     0 (0.00%)
>
> Even after an hr of test run no result data is available in file which I
> specified using -l parameter and Generate Summary Results keeps printing on
> console. Did I miss any configuration?
>
>
> Thanks
> Tarun K
>