How to relogin after particular interval?

2008-05-08 Thread raja raman
Hi all, I have a scenario where I log in to my webapp and my session gets invalidated after 120 minutes.I have a plan where login page is added as the first request followed by a set of other http requests..Is there a provision where I would be able to execute the login page alone after 120

Domain cookies

2007-11-14 Thread raja raman
Hi, Can JMeter send domain cookie as a part of request? I have a login page and the login page contains a domain cookie, so after log in the JMeter should send the cookie as a part of the request.I don't see this happening.I had tried different cookie policies that are available.I use JMeter 2.

Re: OutOfMemoryError

2007-08-30 Thread raja raman
your jmeter.bat file, instead of increasing the HEAP value alone.This would help you with a better GC process. regards, Rajaraman On 8/30/07, Bj <[EMAIL PROTECTED]> wrote: > > I'm using default values : 128M. > But i'm using a recent bea jrockit jvm. > > -- > Bj

Re: OutOfMemoryError

2007-08-30 Thread raja raman
Hi Bj, Can you say what value you set it for "NEW" in your jmeter file? regards, Rajaraman M N On 8/30/07, Bj <[EMAIL PROTECTED]> wrote: > > Try to monitor your Jmeter in JMX to see heap and non-heap jvm memory > usage. > You can use Jconsole (if you use sun jvm) or missioncontrol (with j

Re: Issues while running more number of threads while running SSL( HTTPS) test

2007-08-25 Thread raja raman
ajaraman On 8/21/07, sebb <[EMAIL PROTECTED]> wrote: > > Which version of JMeter are you running? > > Might be worth trying the current nightly, as this has improved SSL > support (better than 2.3RC3) > > On 21/08/07, raja raman <[EMAIL PROTECTED]> wrote: > >

Issues while running more number of threads while running SSL( HTTPS) test

2007-08-20 Thread raja raman
Hi all, I am using Jmeter to stress test my webserver.I have a Solaris 10 SPARC box with 32 GB RAM and 32 Processor machine.I tried stress testing five webservers(installed on different platforms) from the same client, with 250 threads for each webserver.I had five different Jmeter process

Finding web server memory using Jmeter

2007-08-18 Thread raja raman
Hi all, Is there anyway to measure the web server's memory using Jmeter.Now, I run a script to capture the memory every hour and plot it manually using staroffice. Is there any provision is jmeter that does that? Thanks, Rajaraman

Re: Providing hostname for the jmx file from the command line.

2007-08-17 Thread raja raman
y named > 'srvhost' having a default value DEFAULTHOSTNAME. Do the following: > > 1.) Enter ${__P(srvhost,DEFAULTHOSTNAME)} in the domain field > of the JMX file (e.g. HTTP Request Defaults). > 2.) Run the test by > $ jmeter-devel.sh -n -t testplan.jmx -Jsrvhost=HOSTNAM

Providing hostname for the jmx file from the command line.

2007-08-17 Thread raja raman
Hi all, I am using jmeter to stress test my webserver.I start the jmx file form the shell as, bash# ./jmeter -n -t test.jmx.I have the hostname hardcoded in the jmx file while I created the testplan.Now, if I need to run the jmeter for stressing another server, I replace the hostname alone

Doubt regarding setting the duration for which Jmeter runs

2007-08-07 Thread raja raman
Hi, I am using JMeter for testing the performance of my webserver.I manually start the Jmeter to fire the requests and at the end of the Test , I manually am stopping it.Now I am required to start the jmeter and I want it to run for a specified period of time say 48 hours and after that I want