You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by Auxilian <au...@docomo.ca> on 2005/12/08 01:09:32 UTC

Getting Started with jmeter

Hi all

I have started using jmeter to testing my applications, but have no clear idea about the one shown below

[GC
Desired survivor size 6684672 bytes, new threshold 1 (max 2)
- age�� 1:��� 8305872 bytes,��� 8305872 total
�104960K->8111K(249088K), 0.0869971 secs]
[Full GC 22987K->8562K(249088K), 0.1909483 secs]
[GC
Desired survivor size 6684672 bytes, new threshold 2 (max 2)
- age�� 1:���� 919600 bytes,���� 919600 total
�113522K->9460K(249088K), 0.0111894 secs]
[Full GC 69649K->8816K(249088K), 0.1686865 secs]


These are the values shown in a command window. Plz explain the given data


Thanks and regards
Auxilian

RE: JMeter Log for Point-To-Point Sampler

Posted by Kim Loh <ki...@pd.jaring.my>.
>
> For this, can I say Thread 1 is start sending the message to the queue 
> at 23:42:39? Or may be it is in another meaning?
>

No; it means that the thread finished at 23:42:39.

-----------------------
Is that mean the message is ready to send, awaiting queue to pick up?










-----Original Message-----
From: sebb [mailto:sebbaz@gmail.com] 
Sent: Thursday, December 08, 2005 9:58 AM
To: JMeter Users List; kimlkn@pd.jaring.my
Subject: Re: JMeter Log for Point-To-Point Sampler

On 08/12/05, Kim Loh <ki...@pd.jaring.my> wrote:
> Hi
>
>
>
> I did test plan for Point-to-Point and would like to know the meaning of
> "started" and "is done" in Jmeter Log.
>
>
>
> Scenario: Sending Request Only message to Q.REQ queue:-
>
>
>
> Jmeter Log showed as follow:-
>
>
>
> 2005/12/07 23:42:36 WARN  - jmeter.threads.JMeterThread:
> jmeterthread.startearlier=true (see jmeter.properties)
>
> 2005/12/07 23:42:37 INFO  - jmeter.threads.JMeterThread: Thread Thread
> 1-MSG1-84 1-1 started

The thread has started running

> 2005/12/07 23:42:37 INFO  - jmeter.protocol.jms.sampler.Receiver: Receiver
-
> ctor. Connection to messaging system established

> 2005/12/07 23:42:39 INFO  - jmeter.threads.JMeterThread: Thread Thread
> 1-MSG1-84 1-1 is done
>

The thread has finished running

>
> For this, can I say Thread 1 is start sending the message to the queue at
> 23:42:39? Or may be it is in another meaning?
>

No; it means that the thread finished at 23:42:39.

>
> Thanks.
>
>
>
> Regards,
>
> Kim
>
>
>
>
>
>
>
>
>
>
>


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


Re: JMeter Log for Point-To-Point Sampler

Posted by sebb <se...@gmail.com>.
On 08/12/05, Kim Loh <ki...@pd.jaring.my> wrote:
> Hi
>
>
>
> I did test plan for Point-to-Point and would like to know the meaning of
> "started" and "is done" in Jmeter Log.
>
>
>
> Scenario: Sending Request Only message to Q.REQ queue:-
>
>
>
> Jmeter Log showed as follow:-
>
>
>
> 2005/12/07 23:42:36 WARN  - jmeter.threads.JMeterThread:
> jmeterthread.startearlier=true (see jmeter.properties)
>
> 2005/12/07 23:42:37 INFO  - jmeter.threads.JMeterThread: Thread Thread
> 1-MSG1-84 1-1 started

The thread has started running

> 2005/12/07 23:42:37 INFO  - jmeter.protocol.jms.sampler.Receiver: Receiver -
> ctor. Connection to messaging system established

> 2005/12/07 23:42:39 INFO  - jmeter.threads.JMeterThread: Thread Thread
> 1-MSG1-84 1-1 is done
>

The thread has finished running

>
> For this, can I say Thread 1 is start sending the message to the queue at
> 23:42:39? Or may be it is in another meaning?
>

No; it means that the thread finished at 23:42:39.

>
> Thanks.
>
>
>
> Regards,
>
> Kim
>
>
>
>
>
>
>
>
>
>
>

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


JMeter Log for Point-To-Point Sampler

Posted by Kim Loh <ki...@pd.jaring.my>.
Hi

 

I did test plan for Point-to-Point and would like to know the meaning of
"started" and "is done" in Jmeter Log.

 

Scenario: Sending Request Only message to Q.REQ queue:-

 

Jmeter Log showed as follow:-

 

2005/12/07 23:42:36 WARN  - jmeter.threads.JMeterThread:
jmeterthread.startearlier=true (see jmeter.properties) 

2005/12/07 23:42:37 INFO  - jmeter.threads.JMeterThread: Thread Thread
1-MSG1-84 1-1 started 

2005/12/07 23:42:37 INFO  - jmeter.protocol.jms.sampler.Receiver: Receiver -
ctor. Connection to messaging system established 

2005/12/07 23:42:39 INFO  - jmeter.threads.JMeterThread: Thread Thread
1-MSG1-84 1-1 is done

 

For this, can I say Thread 1 is start sending the message to the queue at
23:42:39? Or may be it is in another meaning?

 

Thanks.

 

Regards,

Kim

 

 

 

 


Re: Getting Started with jmeter

Posted by Peter Lin <wo...@gmail.com>.
that's just the Garbage collection information. you can ignore it

peter


On 12/7/05, Auxilian <au...@docomo.ca> wrote:
>
> Hi all
>
> I have started using jmeter to testing my applications, but have no clear
> idea about the one shown below
>
> [GC
> Desired survivor size 6684672 bytes, new threshold 1 (max 2)
> - age   1:    8305872 bytes,    8305872 total
>  104960K->8111K(249088K), 0.0869971 secs]
> [Full GC 22987K->8562K(249088K), 0.1909483 secs]
> [GC
> Desired survivor size 6684672 bytes, new threshold 2 (max 2)
> - age   1:     919600 bytes,     919600 total
>  113522K->9460K(249088K), 0.0111894 secs]
> [Full GC 69649K->8816K(249088K), 0.1686865 secs]
>
> These are the values shown in a command window. Plz explain the given data
>
> Thanks and regards
>
> Auxilian
>
>