RE: Jmeter stops ( not hanging )

2009-01-21 Thread Mahajan, Nitin
Did you see OutofMemory Error in console where you started JMeter. Same thing happened to me and it was memory issue. If this is the case with you, you can increase Heap Size while starting JMeter. Also make sure that you don't have "View Result Tree" Listener in your test plan. It takes lot of mem

RE: JMeter and Cosign SSO

2009-01-21 Thread Mahajan, Nitin
I recorded JMeter scripts where we had SSO in front of application. Problem is that while recording when request reaches SSO server it gets redirected couple of times and protocol is changed to HTTPS. JMeter specification says that HTTP Proxy cannot record scripts for HTTPS protocol(since it can'

Aggregate report Time Accuracy

2009-01-16 Thread Mahajan, Nitin
When we run any Jmeter test for web based j2ee application Aggregate Report show Min Tim, Max Time, Average Time etc. What are these times exactly. It is time between HTTPRequest being send from JMeter and Time when HttpResponse is received. Does it anyways account time browser will take to render

RE: Jmeter - AutoRefresh Implimentation

2008-12-04 Thread Mahajan, Nitin
. Or watch a browser with a packet sniffer like wireshark to observe the behavior. -Original Message- From: Mahajan, Nitin [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 03, 2008 8:15 PM To: jmeter-user@jakarta.apache.org Subject: Jmeter - AutoRefresh Implimentation Hi All,

Jmeter - AutoRefresh Implimentation

2008-12-03 Thread Mahajan, Nitin
Hi All, I am using JMeter to generate load scripts for java/j2ee application and I have reached a point where response page/html have some dynamic JavaScript to process. To be specific JavaScript refreshes page every 30 sec by generating some url. This url need some request parameter value whic