How to integrate jmeter results with perfmon

2008-04-29 Thread jyothi vdaru
Hi all, Please tell me how to generate reports by using jmeter and perfmon..Now i want to know how much CPU is utilizing for specified users...i mean i want a graph for the values users and CPU utilization...By using perfmon i can record how much CPU is utilizing while performing the

Re: Exception in thread Thread-1 java.lang.NullPointerException

2008-04-29 Thread sebb
2008/4/29 amalpushp [EMAIL PROTECTED]: Hi All I am using modular approach on linux platfirm and getting following error: Exception in thread Thread-1 java.lang.NullPointerException at org.apache.jorphan.collections.HashTree.traverseInto(HashTree.java:973) at

error in jmeter 2.3

2008-04-29 Thread Jitendra Kumar Mohanty
Hi All, I have prepared a script comprising of certain scenarios,the script is working fine in Jmeter 2.2 when the No. of the threads is 1 Loop is 1 and also if the no. of threads loop are increased upto 10.But the same script is giving error in Jmeter 2.3.1 for 10 No. of threads 10 Loop

Re: error in jmeter 2.3

2008-04-29 Thread sebb
2008/4/29 Jitendra Kumar Mohanty [EMAIL PROTECTED]: Hi All, I have prepared a script comprising of certain scenarios,the script is working fine in Jmeter 2.2 when the No. of the threads is 1 Loop is 1 and also if the no. of threads loop are increased upto 10.But the same script is

RE: error in jmeter 2.3

2008-04-29 Thread Jitendra Kumar Mohanty
Hi Its giving Assertion failure message as described below:- Assertion error: false Assertion failure: true Assertion failure message : Test failed: text expected to contain /Select Document to Create/ But the question here is that the same script is running in Jmeter 2.2. Regars, Jitendra

AJAX Page load time analysis

2008-04-29 Thread bc9ams
Hi, I've been using jmeter to run some page load times for a few sites, but I've run into a bit of a problem. Basically I want to get stats of how long whole pages (page + resources) take to load over a period of time, with differing number of users hitting the site. I realise that there is the

Re: AJAX Page load time analysis

2008-04-29 Thread Ronan Klyne
bc9ams wrote: Hi, I've been using jmeter to run some page load times for a few sites, but I've run into a bit of a problem. Basically I want to get stats of how long whole pages (page + resources) take to load over a period of time, with differing number of users hitting the site. I realise

Re: error in jmeter 2.3

2008-04-29 Thread sebb
2008/4/29 Jitendra Kumar Mohanty [EMAIL PROTECTED]: Hi Its giving Assertion failure message as described below:- Assertion error: false Assertion failure: true Assertion failure message : Test failed: text expected to contain /Select Document to Create/ Does the response contain the

Re: How to integrate jmeter results with perfmon

2008-04-29 Thread David Brown
Beanshell? jyothi vdaru wrote .. Hi all, Please tell me how to generate reports by using jmeter and perfmon..Now i want to know how much CPU is utilizing for specified users...i mean i want a graph for the values users and CPU utilization...By using perfmon i can record how much CPU

RE: error in jmeter 2.3

2008-04-29 Thread Jitendra Kumar Mohanty
Yea,I was using Cookie Manager clear each iteration? Now i think Cookie Manager clear each iteration does not have to be used in 2.3.1 thanks for the info. -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 29, 2008 5:50 PM To: JMeter Users List Subject:

RE: error in jmeter 2.3

2008-04-29 Thread Rashmi Maheshwari
How did u write script for jmeter? Can you tell me the steps to write the script to manipulate the response and to create a new request? Also can you give me an example of writing and using script in jmeter? Thanks Rashmi -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent:

Interleave example in online component reference

2008-04-29 Thread efj
Hi, I'm new to Jmeter and have started by going through the online component reference guide to get an idea about the various controllers etc. Whilst I understand the principal of the interleave logic controller

Re: Jmeter thread group no longer starts

2008-04-29 Thread pongtrotter
Yeah, did that - no errors. The only warning is about loading the mailer, which I'm not using anyway. Is there any kind of cache used by Jmeter that can be flushed? sebb-2-2 wrote: Look in jmeter.log for errors/warnings. -- View this message in context:

Re: Jmeter thread group no longer starts

2008-04-29 Thread sebb
2008/4/29 pongtrotter [EMAIL PROTECTED]: Yeah, did that - no errors. The only warning is about loading the mailer, which I'm not using anyway. Is there any kind of cache used by Jmeter that can be flushed? No, JMeter does not cache anything. sebb-2-2 wrote: Look in

Re: Interleave example in online component reference

2008-04-29 Thread sebb
2008/4/29 efj [EMAIL PROTECTED]: Hi, I'm new to Jmeter and have started by going through the online component reference guide to get an idea about the various controllers etc. Whilst I understand the principal of the interleave logic controller

SOAPException: faultCode=Could not create document

2008-04-29 Thread afmustac
Dear All, I am new to JMeter, and I followed the steps defined at http://jakarta.apache.org/jmeter/usermanual/build-ws-test-plan.html. I am using JMeter version 2.3.1. I have a apache axis web service written using Java language, and I am trying to test my service by calling a method of it.

how do you analyse the results?

2008-04-29 Thread maalamaal
in my test case i am using no: of users as 60 and ramp up period as 60 and loop count forever. the response time i get how do i measure it and tell my client? please help me as i am new to jmeter -- View this message in context:

Re: how do you analyse the results?

2008-04-29 Thread David Brown
How many ThreadGroups are you using? This might help: http://jakarta.apache.org/jmeter/usermanual/jmeter_distributed_testing_step_by_step.pdf. HTH. maalamaal wrote .. in my test case i am using no: of users as 60 and ramp up period as 60 and loop count forever. the response time i get how

Re: how do you analyse the results?

2008-04-29 Thread maalamaal
just one thread group what happens if i have multiple thread groups? geezenslaw wrote: How many ThreadGroups are you using? This might help: http://jakarta.apache.org/jmeter/usermanual/jmeter_distributed_testing_step_by_step.pdf. HTH. maalamaal wrote .. in my test case i am using

Re: how do you analyse the results?

2008-04-29 Thread David Brown
I have hit this limitation before brought to my attention by: Sebb. There is a concurrency issue (you can look it up in bugzilla) with multiple users per ThreadGroup. The work-a-round is to create several ThreadGroups with one user per ThreadGroup. Ideally: you should use distributed

Re: how do you analyse the results?

2008-04-29 Thread maalamaal
I wanted to know how do you document the result and explain it to the client based on response time. geezenslaw wrote: I have hit this limitation before brought to my attention by: Sebb. There is a concurrency issue (you can look it up in bugzilla) with multiple users per ThreadGroup. The

Re: how do you analyse the results?

2008-04-29 Thread sebb
2008/4/30 David Brown [EMAIL PROTECTED]: I have hit this limitation before brought to my attention by: Sebb. There is a concurrency issue (you can look it up in bugzilla) with multiple users per ThreadGroup. The work-a-round is to create several ThreadGroups with one user per ThreadGroup.

jmeter using unix

2008-04-29 Thread maalamaal
i am using ssh to get into my server and installed jmeter on my server. now i want to run my test plan which has a csv data set config---where should i place this on the server and how do i change the path of data set config sitting on my server? -- View this message in context:

RE: jmeter using unix

2008-04-29 Thread Steve Kapinos
It will look in the working directory.. So the directory in which you initate jmeter from. The test plan is just an xml file you can always open it in any text editor and look in there directly -Original Message- From: maalamaal [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 29, 2008

Re: How to integrate jmeter results with perfmon

2008-04-29 Thread jyothi vdaru
how to use beanshell?...can you please explain me On Tue, Apr 29, 2008 at 5:55 PM, David Brown [EMAIL PROTECTED] wrote: Beanshell? jyothi vdaru wrote .. Hi all, Please tell me how to generate reports by using jmeter and perfmon..Now i want to know how much CPU is utilizing for