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