CPU utilization in jmeter plugin

2011-10-07 Thread vamba
Hi , I have added jemter plugin for the perform counter . how to find the bottlenecks in CPU utilization and memory leak in that report ..pl tel me how to check that using that graph -- View this message in context:

Re: CPU utilization in jmeter plugin

2011-10-07 Thread sebb
On 7 October 2011 11:18, vamba vino10.test...@gmail.com wrote: Hi ,         I  have added jemter plugin for the perform counter .  how to find the bottlenecks in CPU utilization and memory leak in that report ..pl tel me how to check that using that graph As far as I can tell from the rather

Re: CPU utilization in jmeter plugin

2011-10-07 Thread Oliver Lloyd
If you have MES V2.02 (Make Everything Simple) installed then all you have to do is point it at a URL and press one of two buttons on it called 'Find Bottleneck' or 'Find Memory Leak' - they will run an analysis routine that replaces the need for human thought and automatically produces a

Re: CPU utilization in jmeter plugin

2011-10-07 Thread apc
vamba, You need to have: 1. A working performance test to put load on system 2. Successfully working CPU and memory PerfMon collector If you have succeeded with both parts then you can begin tests and interpret results. For step 1 you may find help here. For step 2 seek for help at PerfMon

Not getting the final confirmation Number from the order submitted

2011-10-07 Thread Bhuiyan, Hasan (Hasan)
Hi Friends, I have a script that places an order. Looks like it works upto the step before it place order. I am not getting any response back with the confirmation number at the following step. It's not giving any error either. Can anyone help? Request: POST data:

Re: Not getting the final confirmation Number from the order submitted

2011-10-07 Thread Deepak Shetty
Most of these type of cases work out to one of the two a. You aren't sending back the correct session id (usually you havent added a cookie manager) so the server rejects your request b. Your application uses dynamic data and you aren't extracting the data and sending it back correctly (for.e.g

Re: counter function bug

2011-10-07 Thread daluu
I was wondering if what I experience recently is also another counter + intSum bug or did I set up test incorrectly (I don't think so, but I'm new to JMeter). Here's a recap from my post about it (original mail to list with subject Counter bug or test plan setup incorrectly?): Hello, I'm using

Re: counter function bug

2011-10-07 Thread Deepak Shetty
it looks to me that the counter gets invoked twice when it is part of the while conditions definition that why you see increment by 2 (which may or may not be a bug) This works Thread Group While controlle r${__javaScript( ${cnt} != 10 )} +Sampler ${__counter(TRUE,cnt)} -- use this form the time

Re: XPath Extractor doesn't work if I check 'Use Tidy'

2011-10-07 Thread freesky
Thank you for telling me some knowledge of XML ! -- View this message in context: http://jmeter.512774.n5.nabble.com/XPath-Extractor-doesn-t-work-if-I-check-Use-Tidy-resolved-tp4848485p4881843.html Sent from the JMeter - User mailing list archive at Nabble.com.

Re: How can I assign multiple values to a variable

2011-10-07 Thread freesky
Thank you! I prefer use multiple variables to store multiple parameters instead of BeanShell, BeanShell is a bit more complicated. -- View this message in context: http://jmeter.512774.n5.nabble.com/How-can-I-assign-multiple-values-to-a-variable-tp4852668p4881863.html Sent from the JMeter - User