RE: Running JMeter virtualised instances

2009-02-25 Thread Sonam Chauhan
Hi Oliver- Like you, I've also built a load test harness that fires up independent copies of JMeter :)... it run on virtualized Redhat Linux ES on ESX server. Whether you hit a problem with ESX depends on your tests, the ESX server hardware and how much memory and CPU you've allocated (or bette

Re: [Remote Testing] Custom fixed port numbers via proxy through firewall

2009-02-25 Thread sebb
On 03/02/2009, Axel Knauf wrote: > Hi. > > I am currently trying to setup some remote test cases with the following > setup: > - 2 linux Tomcats and 1 linux Apache as target hosts to be tested > running our web app > - 2 separate linux hosts running the jmeter-server to generate load on > th

Running JMeter virtualised instances

2009-02-25 Thread Oliver Erlewein [DATACOM]
Hi all, I'm being asked if I can run JMeter instances on a virtualised environment. The detail is that we (will) have massive machines (8 core lots of RAM) that will run VMware ESX server. On that I will need about 15-30 instances of JMeter running to generate the load needed. How does the vir

RE: Use jmeter in multiple CPUs

2009-02-25 Thread Oliver Erlewein [DATACOM]
Hi Toni, Just some things I’ve noticed with JMeter/Java... a) One JVM only supports 2000 concurrent TCP connections. Check your Time_wait states! b) Using HTTPS I've determined that about 70 threads per JVM is about the max you should do although I haven't investigated it into much detail. Seem

Re: how to use variables in Filepath

2009-02-25 Thread sebb
On 25/02/2009, wenqat...@gmail.com wrote: > Thanks for your quick response, sebb. > > 1.The variable has been defined using CSV data set config,so i think i go > with your suggestion of "defining it early" > 2.When i use the variable for other inputs in the Parameters list like "send > paramet

Re: initialize shared variable

2009-02-25 Thread sebb
On 25/02/2009, otismo wrote: > > >> When I execute further runs of my test plan, data from > >> previous runs still exists in my list. I want to initialize this list > >> before every run of my test plan. > > > Just checking - this presumably only applies to GUI runs? > > > Yup. > > > > Di

Re: initialize shared variable

2009-02-25 Thread otismo
>> When I execute further runs of my test plan, data from >> previous runs still exists in my list. I want to initialize this list >> before every run of my test plan. > Just checking - this presumably only applies to GUI runs? Yup. > Did you try running the thread groups sequentially? No,

Hash MD5 function & Hex conversion function in SOAP request.

2009-02-25 Thread Zack Sayed
Hi, I need to get MD5 format of a string which should then converted to Hex format. For MD5 conversion, I downloaded the script from http://pajhome.org.uk/crypt/md5/ . Also that same script file (md5.js) has 'binl2hex(binarray)' function to convert to hex value.. My real problem is (perhaps simpl

Re: how to use variables in Filepath

2009-02-25 Thread sebb
On 25/02/2009, wenqatesh wrote: > > Hi all, > > I am testing a web based application Using JMETER and i have a scenario > where in, i need to upload different files in subsequent iterations. > and my requirement is exactly to send files from the location > > D:\Venkadesh\file1.pdf > D:\Venka

how to use variables in Filepath

2009-02-25 Thread wenqatesh
Hi all, I am testing a web based application Using JMETER and i have a scenario where in, i need to upload different files in subsequent iterations. and my requirement is exactly to send files from the location D:\Venkadesh\file1.pdf D:\Venkadesh\file2.pdf D:\Venkadesh\file3.pdf D:\Venkadesh\fil

Re: Paralell running ThreadGroups

2009-02-25 Thread aldana
Noel O'Brien wrote: > > > Is the "Run Thread Groups consecutively" box ticked in the test plan? > Ouch... switching this made the trick. thanks. - manuel aldana aldana((at))gmx.de software-engineering blog: http://www.aldana-online.de -- View this message in context: http://www.nabble

Re: Jmeter proxy recoring not showing cookie

2009-02-25 Thread sebb
On 25/02/2009, Mordechai wrote: > > Followed your instructions the JSESSION ID's are unique and they are being > sent correctly. > What tipped you off that something is wrong with the log in processing? > Your thoughts are appreciated... I'll speak with dev.. Because if JMeter were at fault

Re: Jmeter proxy recoring not showing cookie

2009-02-25 Thread Mordechai
Followed your instructions the JSESSION ID's are unique and they are being sent correctly. What tipped you off that something is wrong with the log in processing? Your thoughts are appreciated... I'll speak with dev.. Thanks. Mordechai sebb-2-2 wrote: > > On 25/02/2009, Mordechai wrote: >> >

Re: Paralell running ThreadGroups

2009-02-25 Thread Noel O'Brien
On Wednesday 25 February 2009 15:40:35 aldana wrote: > Hi, > > What I want to achieve is: > -Hitting a certain URL with high load (20 threads, looping) > -Hitting another URL every 20 seconds in parallel to the high load requests > > I tried to do this by applying two ThreadGroups as siblings (1st

Paralell running ThreadGroups

2009-02-25 Thread aldana
Hi, What I want to achieve is: -Hitting a certain URL with high load (20 threads, looping) -Hitting another URL every 20 seconds in parallel to the high load requests I tried to do this by applying two ThreadGroups as siblings (1st for heavy load looping, 2nd for scheduled firing every 20 second

Re: BackingStoreException

2009-02-25 Thread sebb
On 25/02/2009, Noel O'Brien wrote: > On Wednesday 25 February 2009 14:31:07 sebb wrote: > > On 25/02/2009, Noel O'Brien wrote: > > > Hi All, > > > > > > I'm just wondering if anyone knows what causes the following warning > > > while JMeter is running and if anything can be done to stop it.

Re: BackingStoreException

2009-02-25 Thread Noel O'Brien
On Wednesday 25 February 2009 14:31:07 sebb wrote: > On 25/02/2009, Noel O'Brien wrote: > > Hi All, > > > > I'm just wondering if anyone knows what causes the following warning > > while JMeter is running and if anything can be done to stop it. It's not > > causing any problems, just clogging up

Re: BackingStoreException

2009-02-25 Thread sebb
On 25/02/2009, Noel O'Brien wrote: > Hi All, > > I'm just wondering if anyone knows what causes the following warning while > JMeter is running and if anything can be done to stop it. It's not causing > any problems, just clogging up my console :) > > Feb 25, 2009 1:02:49 PM java.util.prefs.Fi

BackingStoreException

2009-02-25 Thread Noel O'Brien
Hi All, I'm just wondering if anyone knows what causes the following warning while JMeter is running and if anything can be done to stop it. It's not causing any problems, just clogging up my console :) Feb 25, 2009 1:02:49 PM java.util.prefs.FileSystemPreferences syncWorld WARNING: Couldn't fl

Re: Jmeter proxy recoring not showing cookie

2009-02-25 Thread sebb
On 25/02/2009, Mordechai wrote: > > It seems like Jmeter _maybe_ messing up the jsessions when the users are > launched to closely together. > > If you have 2 Thread Groups one called A another called B and each contains > 5 users and they both launch 5 users in 1 second. That's 10 users >

Re: Jmeter proxy recoring not showing cookie

2009-02-25 Thread Mordechai
It seems like Jmeter _maybe_ messing up the jsessions when the users are launched to closely together. If you have 2 Thread Groups one called A another called B and each contains 5 users and they both launch 5 users in 1 second. That's 10 users launching in 1 second from 2 Thread Groups, most

Re: Use jmeter in multiple CPUs

2009-02-25 Thread kirk
Hi Toni, Something appears to be artificially throttling your threads. Can you create a thread dump? kill -QUIT pid should do it. I've not seen RH limit threads to this extent, not without seeing system times significantly higher. Regards, Kirk Toni Menendez Lopez wrote: 1st.- CPU usage .-

Re: Use jmeter in multiple CPUs

2009-02-25 Thread Toni Menendez Lopez
1st.- CPU usage .- 12:31:54 PM CPU %user %nice %system %iowait %idle 12:31:56 PM all 28.62 0.00 0.50 0.12 70.75 12:31:56 PM 0 31.16 0.00 0.50 0.00 68.34 12:31:56 PM 1 22.11 0.00 0.50 0.00

Re: initialize shared variable

2009-02-25 Thread sebb
On 25/02/2009, otismo wrote: > > How do I initialize a shared variable before each run of a test plan? > > I have a Java list initialized in my beanshell.init.file and shared using > the bsh.shared namespace. This initialization seems to be performed once on > launch of JMeter. Yes, that's w

Re: Use jmeter in multiple CPUs

2009-02-25 Thread Thomas Johnson
Hmm, just ignoring jconsole for a moment, what does your OS say about its CPU usage? Does top, prstat, acitivity monitor, or task manager show that your Java process is also using 25% CPU? Is that 25% combined, or is that just User space, not counting time in Kernel space? Once again, I'd just lik

Re: Use jmeter in multiple CPUs

2009-02-25 Thread Toni Menendez Lopez
I am testing a Huge platform that is able to get like 5000reqxseg, and now I am only sending 100reqxseg, so my Load is doing nothing to the Tested server. About logs, I am not writing any logs in my jmeter... May main question, and I am not able to find a solution, and I am browsing in google is

Re: Use jmeter in multiple CPUs

2009-02-25 Thread Thomas Johnson
Just curious -- what kind of system are you testing? Are you doing tests against a website? You might be hitting bandwidth limitations, meaning that the test machine's CPU has nothing to do while it waits for the network. If you are running the server on the same system, the server might be eating

Fwd: Use jmeter in multiple CPUs

2009-02-25 Thread Toni Menendez Lopez
OK, I have a look to the links and still thinks that I don´t underestand quite well, I explain to you : After lloking in the CPU´s in OS I can see that the threads are spread in all CPU´s look attachment ( CPU.jpg ). After this I tried to check the JVM working mode and I go to jconsole, and now

Re: Problems with User logging in and creating contents when testing a web application

2009-02-25 Thread Noel O'Brien
On Wednesday 25 February 2009 00:46:34 MetalFang wrote: > Noel O'Brien wrote: > > On Tuesday 24 February 2009 06:28:53 MetalFang wrote: > >> Hi all, > >> > >> My test plan will do the following, > >> > >> 1) Log in as a USER. > >> > >> 2) Go to update some personal information in that account. > >>