You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by Deepak Goel <de...@gmail.com> on 2011/11/21 09:57:06 UTC

Re: Help! Summariser delta time reported in epoch

Hey

Namaskara~Nalama~Guten Tag~Bonjour

Looks like a thread issue. What system it is? You might need to configure
the number of threads.

Deepak
   --
Keigu

Deepak
+91-9765089593
deicool@gmail.com
http://www.simtree.net

Skype: thumsupdeicool
Google talk: deicool
Blog: http://loveandfearless.wordpress.com
Facebook: http://www.facebook.com/deicool

"Contribute to the world, environment and more : http://www.gridrepublic.org
"



On Mon, Nov 21, 2011 at 12:02 PM, Tech Newbie <te...@yahoo.com> wrote:

> The throughput in my JMeter log is all wrong.  Upon closer examination, I
> see that in the log file, the delta time in seconds is a huge number,
> instead the configured 10 seconds.  This huge number looks like the epoch
> time.  What is going on?  Is there some mis-configuration?
>
>
> What I'm seeing in the log:
>
> 2011/11/20 10:25:00 INFO  - jmeter.reporters.Summariser: Submit Response
> Time: +     8 in 1321813500.4s =    0.0/s Avg:   688 Min:     0 Max:  1241
> Err:     1 (12.50%)
> 2011/11/20 10:25:10 INFO  - jmeter.reporters.Summariser: Submit Response
> Time: +    54 in 1321813510.7s =    0.0/s Avg:   408 Min:     0 Max:  2100
> Err:     7 (12.96%)
> 2011/11/20 10:25:10 INFO  - jmeter.reporters.Summariser: Submit Response
> Time: =    62 in 1321813510.7s =    0.0/s Avg:   445 Min:     0 Max:  2100
> Err:     8 (12.90%)
> 2011/11/20 10:25:20 INFO  - jmeter.reporters.Summariser: Submit Response
> Time: +    50 in 1321813520.1s =    0.0/s Avg:   391 Min:     0 Max:  2065
> Err:     8 (16.00%)
> 2011/11/20 10:25:20 INFO  - jmeter.reporters.Summariser: Submit Response
> Time: =   112 in 1321813520.1s =    0.0/s Avg:   421 Min:     0 Max:  2100
> Err:    16 (14.29%)
>
>
> What I'm expecting in the log:
>
> 2011/11/20 10:25:00 INFO  - jmeter.reporters.Summariser: Submit Response
> Time:+    41 in  15.4s =    2.7/s Avg:  2234 Min:   383 Max:  6974 Err:
> 0 (0.00%)
> 2011/11/20 10:25:00 INFO  - jmeter.reporters.Summariser: Submit Response
> Time:+    57 in  21.5s =    2.6/s Avg:  2548 Min:   618 Max:  4528 Err:
> 0 (0.00%)
> 2011/11/20 10:25:10 INFO  - jmeter.reporters.Summariser: Submit Response
> Time:=    98 in  32.5s =    3.0/s Avg:  2416 Min:   383 Max:  6974 Err:
> 0 (0.00%)
>
> Here are the Summariser settings
> summariser.name=Total  Response Time:
> summariser.interval=10
> summariser.log=true
> summariser.out=true
>
> TIA