The JMeter GUI has nothing to do with a 1 minute reponse from and HTTP
Request unless your running it on a commodore 64. HTTP Requests are usually
VERY small strings sent across a wire. Not much to it. I think you need to
read more about how the whole web protocol works. The bottleneck is on the
server. I use the aggregate results listener with an infinite loop on the
thread to determine where the bottlenecks are on the server. Then I turn on
a Java profiling tool on the server (Optimizeit, JProfiler, etc.) and focus
primarily on the HTTP Request that take the most time.
Mike

-----Original Message-----
From: REBESCHINI Christophe [mailto:[EMAIL PROTECTED]
Sent: Thursday, January 15, 2004 5:47 AM
To: JMeterUser MailingList
Subject: Bad GUI performance


JMeter responds well to all my needs, but a scenario run takes many time.
For example, I have wait 1 minute for the two first "HTTP Request", and
 "View Results in Table" says it has taken 3 seconds !

Is there a document about good use rules of JMeter GUI ?
If not, could some one tell me how to improve the time a run takes.

If it can help, here is my scenario content :
- 1 "HTTP Request Defaults", 1 "HTTP Cookie Manager" and 1 "User Parameter"
 at the beginning.
- A list of "HTTP Request" Sampler with a "Response Assertion" on each.
- 1 "View Results Tree" and 1 "View Results in Table" at the end.

Thanks

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Note:  The information contained in this email and in any attachments is
intended only for the person or entity to which it is addressed and may
contain confidential and/or privileged material.  Any review,
retransmission, dissemination or other use of, or taking of any action in
reliance upon, this information by persons or entities other than the
intended recipient is prohibited.  The recipient should check this email and
any attachments for the presence of viruses.  Sender accepts no liability
for any damages caused by any virus transmitted by this email. If you have
received this email in error, please notify us immediately by replying to
the message and delete the email from your computer.  This e-mail is and any
response to it will be unencrypted and, therefore, potentially unsecure.
Thank you.  NOVA Information Systems, Inc.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to