You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by Herman Schultz <he...@gmail.com> on 2007/05/29 17:07:41 UTC

how to read jmeter log

Hi,

I have a test plan with 6 threads, 200 ramp up period, loop count of 600 and
a constant timer 10 seconds
I have a jmeter log likes this, and i have 2 questions:
1. how to read the first column?
2. how come I have thread-group 1,2,1,3,2,1,4,3,2,1,5,4 ? instead I expect I
have 1,2,3,4,5,6,1,2,3,4,5,6?



1180375533967,2843,HTTP Request,200,OK,Thread Group 1-1,bin,true
1180375543951,2712,HTTP Request,200,OK,Thread Group 1-2,bin,true
1180375547051,2560,HTTP Request,200,OK,Thread Group 1-1,bin,true
1180375553951,2389,HTTP Request,200,OK,Thread Group 1-3,bin,true
1180375556687,2623,HTTP Request,200,OK,Thread Group 1-2,bin,true
1180375559623,2382,HTTP Request,200,OK,Thread Group 1-1,bin,true
1180375563951,2551,HTTP Request,200,OK,Thread Group 1-4,bin,true
1180375566347,4160,HTTP Request,200,OK,Thread Group 1-3,bin,true
1180375569315,2988,HTTP Request,200,OK,Thread Group 1-2,bin,true
1180375572011,2740,HTTP Request,200,OK,Thread Group 1-1,bin,true
1180375573951,3204,HTTP Request,200,OK,Thread Group 1-5,bin,true
1180375576507,2887,HTTP Request,200,OK,Thread Group 1-4,bin,true
1180375580515,2688,HTTP Request,200,OK,Thread Group 1-3,bin,true
1180375582311,3748,HTTP Request,200,OK,Thread Group 1-2,bin,true
1180375583951,2590,HTTP Request,200,OK,Thread Group 1-6,bin,true

Re: how to read jmeter log

Posted by sebb <se...@gmail.com>.
On 29/05/07, Herman Schultz <he...@gmail.com> wrote:
> Hi,
>
> I have a test plan with 6 threads, 200 ramp up period, loop count of 600 and
> a constant timer 10 seconds
> I have a jmeter log likes this, and i have 2 questions:
> 1. how to read the first column?

http://jakarta.apache.org/jmeter/usermanual/listeners.html#csvlogformat

> 2. how come I have thread-group 1,2,1,3,2,1,4,3,2,1,5,4 ? instead I expect I
> have 1,2,3,4,5,6,1,2,3,4,5,6?
>

Because some samples take longer than others.

>
> 1180375533967,2843,HTTP Request,200,OK,Thread Group 1-1,bin,true
> 1180375543951,2712,HTTP Request,200,OK,Thread Group 1-2,bin,true
> 1180375547051,2560,HTTP Request,200,OK,Thread Group 1-1,bin,true
> 1180375553951,2389,HTTP Request,200,OK,Thread Group 1-3,bin,true
> 1180375556687,2623,HTTP Request,200,OK,Thread Group 1-2,bin,true
> 1180375559623,2382,HTTP Request,200,OK,Thread Group 1-1,bin,true
> 1180375563951,2551,HTTP Request,200,OK,Thread Group 1-4,bin,true
> 1180375566347,4160,HTTP Request,200,OK,Thread Group 1-3,bin,true
> 1180375569315,2988,HTTP Request,200,OK,Thread Group 1-2,bin,true
> 1180375572011,2740,HTTP Request,200,OK,Thread Group 1-1,bin,true
> 1180375573951,3204,HTTP Request,200,OK,Thread Group 1-5,bin,true
> 1180375576507,2887,HTTP Request,200,OK,Thread Group 1-4,bin,true
> 1180375580515,2688,HTTP Request,200,OK,Thread Group 1-3,bin,true
> 1180375582311,3748,HTTP Request,200,OK,Thread Group 1-2,bin,true
> 1180375583951,2590,HTTP Request,200,OK,Thread Group 1-6,bin,true
>

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