E S
Custom Sampler Tutorial –
I'm new to JMeter and am looking for a tutorial on how to write a customer
sampler. I would think this would be a popular topic, but I'm not real...
Loading...
Bruce Ide
I've written a couple of data elements, a sampler and a post-processor. Most
of what I picked up came from reading the jmeter source code itself....
Loading...
Dcunha, Stephanie
100% cpu utilization on application server –
Hi,
I am performing load test using jmeter on an application hosted on a tomcat server. The problem that I am facing is that the CP...
Loading...
Fazal Syed Ali
Make sure your Tomcat memory settings are utilizing whole 32G of physical
memory.
Thanks,
Fazal
On Wed, Jun 15, 2011 at 5:57 AM, Dcunha, S...
Loading...
AdrianS
Setting one application to use the whole available RAM can be problematic,
you should live memory for the OS.
On Wed, Jun 15, 2011 at 8:12 PM,...
Loading...
Benedict.Nkosi
Regular expresion to capture multiple lines –
Hi everyone, I'm trying to correlate a value but the right and left
boundaries are not on the same line.
I want to use "Total Number of Ex...
Loading...
shettyd
http://jakarta.apache.org/jmeter/usermanual/regular_expressions.html
I believe you need to prefix your regex with(?s) to treat the text as a
sin...
Loading...
Benedict.Nkosi
RE: Regular expresion to capture multiple lines –
Hi, I tested it and it doesn't find it. Do you need any other
information from me?
Kind Regards
Benedict Nkosi
Performance Tester
-----...
Loading...
shettyd
Re: Regular expresion to capture multiple lines –
Hi
I tested it and it worked me. However I see you have your solution so we
needn't look further :)
regards
deepak
On Wed, Jun 15, 2011 a...
Loading...
Oliver Lloyd
Total Number of Exceptions(\n|.)*<\/TD>
Loading...
Oliver Lloyd
Ooops, you said 'TR'.
Total Number of Exceptions(\n|.)*<\/TR>
But you could have worked that out yourself I'm sure...
Also, weird t...
Loading...
Benedict.Nkosi
RE: Regular expresion to capture multiple lines –
Hi Lloyd, Thanks a lot, its working.
Kind Regards
Benedict Nkosi
Performance Tester
-----Original Message-----
From: Oliver Lloyd [mail...
Loading...
Oliver Lloyd
It does work. Try it here or here . Both give correct matches.
Note, I'm only going by what you wrote - check your original post.
Loading...
Oliver Lloyd
Oh...you're replying to Deepak. I see.
Loading...
shettyd
>I need to put up a load for 5000users and the server is getting killed just
by a user load of 100.
Concurrent users? JMeter doesnt pause bet...
Loading...
suresh_rajachar
App server's CPU is increasing. This nothing to do with Jmeter. This can be a performance bottleneck in the application.
Verify whether you ramp...
Loading...
Barrie Treloar
On Wed, Jun 15, 2011 at 3:41 PM, Bruce Ide <flyingrhenquest@...> wrote:
> I've written a couple of data elements, a sampler and a post-p...
Loading...
E S
Barrie,
Thanks for sharing your code. I am also currently using the Http Request
sampler, but I don't know of an easy way to simulate the requ...
Loading...
E S
Barrie,
How did you deploy your sampler so you could actually use it in the JMeter
GUI? I've seen that the guys who wrote jmeter-plugins got i...
Loading...
Barrie Treloar
On Fri, Jun 17, 2011 at 7:04 AM, E S <electric.or.sharp@...> wrote:
> Barrie,
> How did you deploy your sampler so you could actuall...
Loading...
Bruce Ide
You just roll 'em up in a Jar file. I use maven for my builds and it puts a
jar together for me. As long as you implemented the interfaces correc...
Loading...
E S
Okay, well I got something to deploy and show up in the GUI, but I'm a
little confused on the methodology. The tutorial (
http://jakarta.apache....
Loading...
Barrie Treloar
On Fri, Jun 17, 2011 at 9:15 AM, E S <electric.or.sharp@...> wrote:
> Okay, well I got something to deploy and show up in the GUI, but I...
Loading...
Bruce Ide
I usually make a class BeanInfo class with the bean information. I haven't
yet needed to make a more complex UI than just "Enter a string he...