Re: distribuited TESTING

2006-04-04 Thread Peter Lin
any more to say! -Raffo On 4/4/06, Peter Lin [EMAIL PROTECTED] wrote: it's hard to tell from the email what is happening. Can you describe the steps you took in greater detail? without more details, it will be very hard to assit you. peter On 4/4/06, Raffaele Viola [EMAIL

Re: distribuited TESTING

2006-04-04 Thread Peter Lin
: in the remote_host=... at the 44th line in the jmeter.properties I have to add both the IP of teh server and the IP of the client ?? _thanks On 4/4/06, Peter Lin [EMAIL PROTECTED] wrote: the output looks odd, there should be multiple IP addresses, but I only see 151.98.181.12. if you're running

Re: distribuited TESTING

2006-04-04 Thread Peter Lin
did the suggestion help? or are you still stuck. peter On 4/4/06, Raffaele Viola [EMAIL PROTECTED] wrote: in the remote_host=... at the 44th line in the jmeter.properties I have to add both the IP of teh server and the IP of the client ?? _thanks On 4/4/06, Peter Lin [EMAIL PROTECTED

Re: Re: Test Microsoft .NET aspx pages with VIEWSTATE

2006-03-31 Thread Peter Lin
to do it automatically. So, basically, the problem is that the URL Re-writing fails to handle __VIEWSTATE correctly. From: Peter Lin [EMAIL PROTECTED] Date: 2006/03/31 Fri AM 10:06:50 EST To: JMeter Users List jmeter-user@jakarta.apache.org Subject: Re: Test Microsoft .NET aspx pages

Re: FW: Web Service SOAP sampler - need HTTP keep-alive

2006-03-31 Thread Peter Lin
I believe apache HTTP client uses stock java URLConnection, which doesn't handle keep alive and probably never will. it's one of those annoying bugs in Java that never gets fixed. peter On 3/31/06, Joe Crean [EMAIL PROTECTED] wrote: Hi Folks, I am using the Web Service SOAP request sampler.

Re: FW: Web Service SOAP sampler - need HTTP keep-alive

2006-03-31 Thread Peter Lin
doh typo. I meant to say apache soap uses standard java httpconnection. peter On 3/31/06, Peter Lin [EMAIL PROTECTED] wrote: I believe apache HTTP client uses stock java URLConnection, which doesn't handle keep alive and probably never will. it's one of those annoying bugs in Java

Re: Access log sampler : IllegalArgumentException: URI can't be null

2006-03-30 Thread Peter Lin
are you going to a proxy by any chance? the error shows it might be proxy related. peter On 3/30/06, Mikael Andersson [EMAIL PROTECTED] wrote: Hi I am encountering a problem when using Access log sampler with apache log files. I followed Access log sampler Step-by-step turorial (

Re: Twin problems with a SOAP load test

2006-03-28 Thread Peter Lin
are you using soap/xml sampler or the soap webservice sampler? peter On 3/28/06, Richard Gaywood [EMAIL PROTECTED] wrote: Hi list. Just when I thought I was getting to grips with JMeter, a client threw me a curveball :o( I'm trying to load test a third-party SOAP web service to confirm it

Re: Twin problems with a SOAP load test

2006-03-28 Thread Peter Lin
looking at the response, you're hitting IIS running ASP.NET. the soap webservice sampler has been tested against .NET 1.0 and 1.1. I'm pretty confident it should work. peter On 3/28/06, Richard Gaywood [EMAIL PROTECTED] wrote: Hi list. Just when I thought I was getting to grips with JMeter,

Re: JMeter results

2006-03-23 Thread Peter Lin
- From: Peter Lin [mailto:[EMAIL PROTECTED] Sent: Thursday, March 23, 2006 2:26 PM To: JMeter Users List Subject: Re: JMeter results the response time is time to last byte and the 90% line is hte 90th percentile. peter On 3/23/06, Massimo Forno [EMAIL PROTECTED] wrote: Hi

Re: JMeter results

2006-03-23 Thread Peter Lin
(with Mozilla + Fasterfox) I get 5 - 6 sec for the same page. Thank in advance. Massimo. -Original Message- From: Peter Lin [mailto:[EMAIL PROTECTED] Sent: Thursday, March 23, 2006 2:26 PM To: JMeter Users List Subject: Re: JMeter results the response time is time to last byte

Re: Negative Durations?

2006-03-23 Thread Peter Lin
are they any request failures under heavy load when you see the negative duration? peter On 3/23/06, Eric Dalquist [EMAIL PROTECTED] wrote: I've tried some simple test cases to reproduce it. I can only reproduce the negative results when running heavy load. I may see if I can add some

Re: Sanity check

2006-03-23 Thread Peter Lin
that sounds pretty advanced. off the top of my head, I don't know of an easy way to achieve the desired effect. maybe others will have suggestions peter On 3/23/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, I have a requirement to be able to select the sampler instance being

Re: Sanity check

2006-03-23 Thread Peter Lin
, or? Brendan Peter Lin [EMAIL PROTECTED] wrote on 23/03/2006 16:21:14: : that sounds pretty advanced. off the top of my head, I don't know of an : easy way to achieve the desired effect. maybe others will have suggestions : : peter : : : On 3/23/06, [EMAIL PROTECTED] [EMAIL PROTECTED

Re: Sanity check

2006-03-23 Thread Peter Lin
that implements Controller, or? Brendan Peter Lin [EMAIL PROTECTED] wrote on 23/03/2006 16:21:14: : that sounds pretty advanced. off the top of my head, I don't know of an : easy way to achieve the desired effect. maybe others will have

Re: Are you planning to update the htmlparser to the latest?

2006-03-22 Thread Peter Lin
LGPL is not allowed by apache foundation, so we are restricted by that. the HTMLParser developers were kind enough to give us snapshot and license it under apache, but that means the version we use is out of date with the current version. I know there's been a lot of API changes in HTMLParser,

Re: Next Jmeter Release

2006-03-22 Thread Peter Lin
wish I could help, but right now I'm pretty much swamped with stuff at work. peter On 3/22/06, sebb [EMAIL PROTECTED] wrote: I am still hoping to do one soon, but tuits are in short supply, and there seem to be a few bugs that really ought to be fixed first if possible... S. On 22/03/06,

Re: Next Jmeter Release

2006-03-22 Thread Peter Lin
of the CSV config element and I have some spare time to help with development on jMeter. -Eric Peter Lin wrote: wish I could help, but right now I'm pretty much swamped with stuff at work. peter On 3/22/06, sebb [EMAIL PROTECTED] wrote: I am still hoping to do one soon

Re: Help with Graphs

2006-03-16 Thread Peter Lin
if the target server is tomcat 5.1.19 or newer, jmeter can use the status servlet to plot the server memory usage. http://jakarta.apache.org/jmeter/usermanual/build-monitor-test-plan.html if you're using a servlet container, it's not too hard to port tomcat's status servlet. I've done it before

Re: Integration with MQC

2006-03-14 Thread Peter Lin
As far as I know, I'm not aware of anyone getting mercury quality center working with jmeter. Mercury has their own performance/stress testing tool, so Mercury probably recommends using that. peter On 3/14/06, Ganti, Venkata [EMAIL PROTECTED] wrote: All, Does any one know about JMeter can

Re: Distributed/Remote testing with JMeter

2006-03-09 Thread Peter Lin
thanks for the info. which platform was this on? I've successfully use jdk1.5.0 on windows. When I wrote the dsitributed testing tutorial, I used jdk1.5.0 on windows. I'll update the docs in the next few days. thanks again peter On 3/9/06, Ganti, Venkata [EMAIL PROTECTED] wrote: All,

Re: Long Time Taken to get Actual TPS

2006-03-09 Thread Peter Lin
That really depends on the setup. It's hard to tell without additional details. In the past, when I stress tested websites, I used a local gigabit network and all the system were on the same router/switch. more information is needed for others to give useful advice. peter On 3/9/06, Alexander

Re: Remote testing with JMeter

2006-03-08 Thread Peter Lin
try a network sniffer to see if the RMI connections are established and working properly peter On 3/8/06, Oliver Erlewein (DSLWN) [EMAIL PROTECTED] wrote: Hi Ven, As I said, remote testing works for me on the same subnet with XP-boxes. Just XP to Linux is making problems. I use Java

Re: JMeter and Eclipse [was Re: [Proposal] Make JMeter depend on Java 1.4 as a minimum]

2006-03-06 Thread Peter Lin
not that I have the time, but I think it is feasible to write GUI classes to re-use the existing jmeter engine :) Most of our core code is re-usable, or should be. It's just a matter of writing new GUI components to reuse the object model and engine. peter On 3/6/06, sebb [EMAIL PROTECTED]

Re: Junit

2006-02-28 Thread Peter Lin
I believe the latest build contains the junit sampler. I will update the documentation so it is correct. the nightly build also has the sampler. thanks peter On 2/28/06, zimske [EMAIL PROTECTED] wrote: Hello, The company I work for will soon be involved in an extensive testing of

Re: Performance graph of the Results Monitor Listener

2006-02-28 Thread Peter Lin
Since I wrote the sampler and documentation, I'll try to explain it the best I can. the performance graph has 4 lines. health - this line is sort of arbitrary at the moment, but it basically takes the load and threads to calculate health load - combination of memory and threads memory - free

Re: Viewing Report Data

2006-02-28 Thread Peter Lin
you can load the jtl file in aggregate report, then do a copy and paste into excel. there's also a new aggregate listener which will generate graphs peter On 2/28/06, Dan Diephouse [EMAIL PROTECTED] wrote: I have my servers recording performance tests now in a .jtl file, but I am unsure of

Re: Invalid Viewstate problem while running the test

2006-02-22 Thread Peter Lin
looks like IIS had issues validating the viewstate data sent by jmeter. peter On 2/22/06, Manish Joshi [EMAIL PROTECTED] wrote: I am load testing a ASP.net web app. I get following error for one of the pages. -- *Unable to validate data.* *Description: *An

Re: Invalid Viewstate problem while running the test

2006-02-22 Thread Peter Lin
hard to say, I know close to nothing about the new viewstate features. sorry I'm no help peter On 2/22/06, Manish Joshi [EMAIL PROTECTED] wrote: Hi Sebb, But I do not get the error when accessed normally through Browser. So developers might not give me a cold shoulder :-). What type of

Re: FW: Jmeter Thread Time Delay for 500 concurrent Hits

2006-02-18 Thread Peter Lin
is the goal to simulate concurrent load? if so, the proper way to do it is to gradually ramp up and then keep the load at a set level. Once the steady state is reached, take the desired measurements on the server. from the description, it's not clear what the goal is. peter On 2/18/06, Tan,

Re: Help with JMETER webservices(SOAP) test.

2006-02-17 Thread Peter Lin
the current webservice sampler is very basic. One of the major challenges with test SOAP is the response is stuck inside some XML, so you'd have to use Regexp to parse out the value and then use it in a subsequent request. to do that, make sure memory cache is turned off. In theory, a variable

Re: i need some documentation

2006-02-15 Thread Peter Lin
http://svn.apache.org/repos/asf/jakarta/jmeter/trunk/xdocs/extending/jmeter_tutorial.pdf tutorial on extending jmeter peter On 2/15/06, Simon De Uvarow [EMAIL PROTECTED] wrote: hi, i need some documentation about how to extend JMeter. I know that i have to write the gui (a class that

Re: i need some documentation

2006-02-15 Thread Peter Lin
/2/15, Peter Lin [EMAIL PROTECTED]: http://svn.apache.org/repos/asf/jakarta/jmeter/trunk/xdocs/extending/jmeter_tutorial.pdf tutorial on extending jmeter peter On 2/15/06, Simon De Uvarow [EMAIL PROTECTED] wrote: hi, i need some documentation about how to extend JMeter. I

Re: SOAP data repeated across different Webservice samplers

2006-02-14 Thread Peter Lin
the memory cache is very simple and stupid, and was meant as a way to improve JMeter's ability to generate higher loads. Basically, the idea was to send the same SOAP message as fast as possible to stress a server. thanks for filing the bug, I probably won't have time to add the enhancement for

Re: Protocol https-WebService

2006-02-09 Thread Peter Lin
I haven't had time to look at the helper class for the webservice sampler, but it should be a straight forward fix. feel free to file a bugzilla to track it. thanks peter On 2/9/06, Pablo Pizarro [EMAIL PROTECTED] wrote: Here you can see that the protocol used by JMeter is http, and not

Re: Protocol https-WebService

2006-02-07 Thread Peter Lin
in the WSDL peter On 2/7/06, Pablo Pizarro [EMAIL PROTECTED] wrote: How I specify the URL to use https, there isn´t any field for the protocol, I have specify the port 443 Pablo On 2/2/06, Peter Lin [EMAIL PROTECTED] wrote: I've used the SOAP Webservice sampler to send requests

Re: JMeter and ASP.NET Postback

2006-02-07 Thread Peter Lin
JMeter currently doesn't support ASP.NET postback, since that is a recent development. I suspect more people will want this type of feature, but currently no one has any plans to work on it. Feel free to file an enhancement bugzilla. I would suggest using a tool that does handle ASP.NET

Re: JMeter and ASP.NET Postback

2006-02-07 Thread Peter Lin
you're the first person that has tried JMeter with ASP.NET postback. I'll try to update the docs later this week. You should be able to add a note in Wiki, if you feel up to it. thanks peter On 2/7/06, Mamading Ceesay [EMAIL PROTECTED] wrote: On Tuesday 07 February 2006 14:41, Peter Lin

Re: Protocol https-WebService

2006-02-07 Thread Peter Lin
, JMeter use the url: XXX.XXX.XXX.:443/path, and it shoud use the https://XXX.XXX.XXX.:443/path On 2/7/06, Peter Lin [EMAIL PROTECTED] wrote: in the WSDL peter On 2/7/06, Pablo Pizarro [EMAIL PROTECTED] wrote: How I specify the URL to use https, there isn´t any field

Re: Protocol https-WebService

2006-02-07 Thread Peter Lin
PROTECTED] wrote: Oups, I didn´t know it, I have to do it for my job, so.. I have to do it. I will send you tomorrow a bugzilla from the work. On 2/7/06, Peter Lin [EMAIL PROTECTED] wrote: out of curiousity, are you trying to stress test a secure webservice? The reason I ask is that it's

Re: Test Message Loading to JMeter

2006-02-07 Thread Peter Lin
for point-to-point you should queue messaging and not topic (aka pub/sub) messaging. peter On 2/7/06, Kim Loh [EMAIL PROTECTED] wrote: Hi, I am intended to load different messages to my application via poin-to-point JMS sampler. I Would like to know which sampler or function I can use

Re: Protocol https-WebService

2006-02-02 Thread Peter Lin
I've used the SOAP Webservice sampler to send requests to a service running on IIS with HTTPS. Make sure the URL for the service has HTTPS and it should work peter On 2/2/06, Pablo Pizarro [EMAIL PROTECTED] wrote: Does anyone know how can I specify the protocol https when I test a https web

Re: it is possible to test a web service on https with JMeter ?

2006-02-02 Thread Peter Lin
the reason is most likely due to SSL certificates. I'm guessing you're getting a connection denied error. the old apache SOAP docs should explain how to configure the jdk to use SSL correctly. If it doesn't work, then it could be a bug in Apache SOAP. peter On 2/2/06, Pablo Pizarro [EMAIL

Re: Got fault code in web service response

2006-01-31 Thread Peter Lin
suggest how to check and fix it? Thanks, Jenny -Original Message- From: Peter Lin [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 31, 2006 10:12 AM To: JMeter Users List Subject: Re: Got fault code in web service response looks like the soap message to the server is using an invalid

Re: How much threads ?

2006-01-30 Thread Peter Lin
my german is very rusty, but if I understand correctly, you tried 200 threads and have no problems with 75. At which point did the server start denying connections. Personally, I've tested tomcat, jetty and resin with 250 threads without any problems hitting a very simple jsp page and static

Re: performance result: rate value

2006-01-30 Thread Peter Lin
the throughput is the actual throughput at the end of the test. that means # of request / total time = throughput rate this should be documented on the website for the aggregate listener. peter On 1/30/06, GUERARD Elisabeth [EMAIL PROTECTED] wrote: Hi All, I would like to know how this

Re: JMeter - using DLL to communicate with my application

2006-01-30 Thread Peter Lin
currently there isn't a JNI sampler. one way to do it would be to write a JNI sampler to call DLL's peter On 1/30/06, Givens, Denise [EMAIL PROTECTED] wrote: Hi All, I've just started working with JMeter and I wondering if any one knew if JMeter could communicate with an application

Re: Got fault code in web service response

2006-01-30 Thread Peter Lin
apache soap supports base64 encoding, but the current SOAP webservice sampler doesn't really do anything special with base64 encoded data. are you trying to view the result in the result tree? peter On 1/30/06, Fan, Jenny [EMAIL PROTECTED] wrote: Hi Guys, I just started using JMeter to

Re: Got fault code in web service response

2006-01-30 Thread Peter Lin
content recorded differently in different listener. Thanks, Jenny -Original Message- From: Peter Lin [mailto:[EMAIL PROTECTED] Sent: Monday, January 30, 2006 1:57 PM To: JMeter Users List Subject: Re: Got fault code in web service response apache soap supports base64 encoding

Re: Got fault code in web service response

2006-01-30 Thread Peter Lin
policy 'TorstarDigital.Tops.Web.Services.Utility.LookupHelper' could not be found./faultstringdetail //soap:Fault/soap:Body Thanks a lot, Jenny -Original Message- From: Peter Lin [mailto:[EMAIL PROTECTED] Sent: Monday, January 30, 2006 2:11 PM To: JMeter Users List Subject: Re

Re: Got fault code in web service response

2006-01-30 Thread Peter Lin
-Original Message- From: Peter Lin [mailto:[EMAIL PROTECTED] Sent: Monday, January 30, 2006 4:07 PM To: JMeter Users List Subject: Re: Got fault code in web service response what else do you see in the result tree? specifically, http header response codes and other details

Re: JMeter distributed testing: java.rmi.MarshalException: error marshalling arguments; nested exception is

2006-01-25 Thread Peter Lin
please make sure the location jmeter is installed does not have a space in the path. peter On 1/25/06, GUERARD Elisabeth [EMAIL PROTECTED] wrote: Hey, I try to use the fonctionnality of Remote Testing. I follow up the tutorial: Distributed testing And i have the feeling to be in a good

Re: JMeter distributed testing: Space in the path

2006-01-25 Thread Peter Lin
having space in the path generally causes problems in Java. AFAIK, the path issue has been around forever in Java. to work around that, we could convert paths to URL. feel free to file an enhancement bugzilla. peter On 1/25/06, GUERARD Elisabeth [EMAIL PROTECTED] wrote: Sorry, to disturb you

Re: gSOAP and JMeter

2006-01-25 Thread Peter Lin
I have used jmeter to test gSoap webservices in the past. I used the xml/rpc and webservice sampler instead of the httpSampler. peter lin On 1/25/06, Guilherme Machado [EMAIL PROTECTED] wrote: Does anyone use JMeter to make gSOAP web services performance test? I'm facing with this error

Re: Graph Results: Throughput Definition ?

2006-01-25 Thread Peter Lin
looks like graph results isn't formatting the value correctly peter On 1/25/06, Jay Biddle [EMAIL PROTECTED] wrote: How do I interprete the Throughput metric on Graph Results from a JMeter 2.2.1 LDAP Sampler Test ? Example: Throughput 1.0552171060791079E-4/minute Thanks, Jay Biddle

Re: gSOAP and JMeter

2006-01-25 Thread Peter Lin
. In fact, I'm running a gSOAP web service in a embedded system and my tests are already xml/rpc based. Guilherme Peter Lin [EMAIL PROTECTED] escreveu: I have used jmeter to test gSoap webservices in the past. I used the xml/rpc and webservice sampler instead of the httpSampler. peter lin

Re: Unable to start remote clients

2006-01-19 Thread Peter Lin
have you read this tutorial http://jakarta.apache.org/jmeter/usermanual/jmeter_distributed_testing_step_by_step.pdf peter On 1/18/06, Lenin Basheer [EMAIL PROTECTED] wrote: Hi All, I am facing an issue while Load testing my application from remote machines. I have setup my application

Re: Simultaneous Request

2006-01-16 Thread Peter Lin
it's possible to do that with jmeter, but it really depends on how fast the webserver handles a particular request. what are you trying to achieve? peter lin On 1/16/06, Raffaele Viola [EMAIL PROTECTED] wrote: Hi all, can I simultaneously send request with the same jsessionid ? Thanks

Re: local web based demo application

2006-01-11 Thread Peter Lin
I have a simple jsp application I wrote for teaching jmeter, I'll try to check that in tonight. peter On 1/11/06, Martin Dijkink [EMAIL PROTECTED] wrote: Hi everyone, I was wondering if anyone has ever given a demo to show what Jmeter is and can do. I am planning to do that next week, but

Re: #Threads to use - rough rule of thumb needed

2006-01-03 Thread Peter Lin
this question is asked frequently. it all depends on the think time between requests. I've easily ran tests with 250threads with no think time for static files in tomcat without any problems. the best way is to try 50, 100, 150, 200 threads and see which produces the max throughput. hope that

Re: Jmeter - JMS Topic Sampler

2005-12-27 Thread Peter Lin
and ask the developers. They know their JMS stuff inside out and would be able to give you clear answer as to whether the behavior you're trying to test is achievable. hope that helps peter lin On 12/27/05, Kim Loh [EMAIL PROTECTED] wrote: Hi , I am working on Publisher Subscriber

Re: JMeter and Radius Server

2005-12-23 Thread Peter Lin
http://svn.apache.org/repos/asf/jakarta/jmeter/trunk/xdocs/extending/jmeter_tutorial.pdf peter On 12/23/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Is there a tutorial, faq, or how to that explains how to create plugins? Thanks Alessandro you might be able to use the java sampler to

Re: Controlling the Active Number of Threads at any instance

2005-12-21 Thread Peter Lin
I've never had to do that myself, perhaps other users will respond. given it's the holidays in the US, you might have to wait for some responses. peter On 12/21/05, Anurodh Jain [EMAIL PROTECTED] wrote: Hi, I have a scenario where it is required to control the number of concurrent threads

Re: Two Questions: LDAP Search and Password Constraint Exception

2005-12-21 Thread Peter Lin
I assume you've read the LDAP page. http://jakarta.apache.org/jmeter/usermanual/build-ldap-test-plan.html jmeter shouldn't be trying to add a user to LDAP, unless that's what the sampler is trying to do. I haven't used LDAP in several years, so can't provide any tips. the LDAP sampler isn't

Re: JMeter and Radius Server

2005-12-21 Thread Peter Lin
you might be able to use the java sampler to test Radius server, but quite honestly, I don't know of anyone that has. the other option is to use an existing Radius protocol driver and write your own sampler peter On 12/21/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi guys! I am beginner

Re: Monitor server performance IIS web server - IBM websphere 6.0.

2005-12-20 Thread Peter Lin
currently the monitor only works with Tomcat. I tried to port Tomcat's status servlet to ASPX, but the performance metrics for IIS in .NET 1.0 and 1.1 don't work. I don't know if that's true in .NET 2.0. for websphere, you can port Tomcat's status servlet over and make the necessary changes to

Re: Eclipse TPTP, UML2TP and JMeter

2005-12-14 Thread Peter Lin
I've thought about it, but no one has done any work towards that. peter On 12/14/05, Marshall, Peter, Sun Consultant [EMAIL PROTECTED] wrote: Hi, I was wondering if any work was going on on integrating or connecting JMeter to the Eclipse TPTP framework (Hyades) and/or making JMeters

Re: building JMeter from source on 20051214

2005-12-14 Thread Peter Lin
oh those instructions are wrong. JMeter uses ANT to build now, so you should be able to build from eclipse using ANT. Which IDE are you using? peter On 12/14/05, I Love JMeter [EMAIL PROTECTED] wrote: It is December 14, 2005 I am running Linux, I am using jdk1.5.0_01 I have downloaded and

Re: building JMeter from source on 20051214

2005-12-14 Thread Peter Lin
. I do not see a jmeter binary I can run in /bin . How do I build JMeter with Eclipse? How do I get someone to fix the install instructions? On 12/14/05, Peter Lin [EMAIL PROTECTED] wrote: oh those instructions are wrong. JMeter uses ANT to build now, so you should be able to build from

Re: Peak tests

2005-12-13 Thread Peter Lin
unfortunately, the only way to have each client machine use a test plan is to start jmeter on several systems and then have a few people help you click run at the same time. in the case where you really need each request to be different, due to caching, I would recommend turning off the cache to

Re: JMeter Log for Point-To-Point Sampler

2005-12-12 Thread Peter Lin
honestly, I don't know the answer to that, but I'll take a guess. In request only mode, ActiveMQ is probably returning a response immediately, then queueing up the message. In could be that in that case, it batches the insert, so there could be a longer delay. In contrast, request response has a

Re: How to use Monitor Results

2005-12-12 Thread Peter Lin
the monitor results is specifically designed to work with tomcat 5.0.19 and newer. the purpose is to monitor the load on tomcat using tomcat's status servlet. peter On 12/12/05, Tapaswini Das [EMAIL PROTECTED] wrote: Hi All, Please let me know how to use Monitor Result in the test plan?

Re: stop url encoding

2005-12-12 Thread Peter Lin
I would have to take a look. It may be the log parser isn't URL decoding the entries in the access log. please file a bugzilla and I'll try to take a look the next few days. peter On 12/12/05, Dhanush [EMAIL PROTECTED] wrote: Hi All, I am using the access log sampler to populate the URLs

Re: JMeter Log for Point-To-Point Sampler

2005-12-11 Thread Peter Lin
when you say message sent to the queue, what do you mean exactly? Do you mean when it started sending it, or once the JMS server has successfully recieved the message in the queue? The start time is when JMeter started to send the message, but it definitely isn't when the server recieved the

Re: Webservice sampler - mulitpart support

2005-12-11 Thread Peter Lin
hmm, looks like apache SOAP is slowly being phased out and the javadocs have been retired. I'm looking into switching to Apache AXIS, which has better support for multi-part attachements. peter

Re: Peak tests

2005-12-09 Thread Peter Lin
I'm not sure I understand why you have 100 thread groups. you can put the requests in sequence in 1 threadGroup and increase the thread count to 100 with 0 second ramp up. peter On 12/9/05, Iago Toral Quiroga [EMAIL PROTECTED] wrote: hi!, I'm using Jmeter to perform a peak test of my web

Re: testing a WebSphere Portal

2005-12-09 Thread Peter Lin
people have used jmeter to test struts, so it should be feasible. I've never done it myself, so can't really give you an pointers. peter On 12/9/05, Sorin N. Ciolofan [EMAIL PROTECTED] wrote: Hello! Sorry that I disturb you again. Can somebody answer my question: Can I test a WebSphere

Re: Peak tests

2005-12-09 Thread Peter Lin
measurement. peter On 12/9/05, Iago Toral Quiroga [EMAIL PROTECTED] wrote: El vie, 09-12-2005 a las 15:17, Peter Lin escribió: I'm not sure I understand why you have 100 thread groups. you can put the requests in sequence in 1 threadGroup and increase the thread count to 100 with 0 second ramp

Re: Peak tests

2005-12-09 Thread Peter Lin
Quiroga [EMAIL PROTECTED] wrote: First of all, thanks a lot for your answer peter, I comment it between lines: El vie, 09-12-2005 a las 16:00, Peter Lin escribió: for what it's worth, it's nearly impossible to get all 100 requests within 500ms. The reason for this is making the initial

Re: Value replacing in streams

2005-12-09 Thread Peter Lin
mike or sebb would know more about this area. my knowledge of the variable stuff is pretty weak peter On 12/9/05, Brudermann Roger [EMAIL PROTECTED] wrote: Thanks for all your feedback. I am currently working on my own stream replacement facility. As far as I understand the JMeter

Re: When to use which http sampler?

2005-12-09 Thread Peter Lin
the advantage of the HTTPClient version is it supports keep alive and slow connections correctly. the default sun implementation does not and hasn't since the beginning. peter On 12/9/05, Christensen, Alan [EMAIL PROTECTED] wrote: I originally wrote all my scripts using the HTTP Request

Re: Constant Throughput Timer performance

2005-12-09 Thread Peter Lin
honestly, I don't understand why first request needs to be different for all threads. if the point is to measure an application's ability to handle a sudden spike, it's better to pick a very heavy page and set 1 threadGroup with 100 threads and hit it. using different thread groups just means

Re: Constant Throughput Timer performance

2005-12-09 Thread Peter Lin
doesn't have the capability, it's really going to be hard to effectively test the impact of traffic spike. peter On 12/9/05, Iago Toral Quiroga [EMAIL PROTECTED] wrote: El vie, 09-12-2005 a las 18:49, Peter Lin escribió: honestly, I don't understand why first request needs to be different for all

Re: Integrating JMeter

2005-12-08 Thread Peter Lin
one simple way is to use ANT to start jmeter. What kinds of intergration are you thinking of? peter On 12/8/05, Chetana Anand [EMAIL PROTECTED] wrote: Hi, How can we integrate JMeter with other applications Ok let me be clear... I want to have a framework where in I want to

Re: Integrating JMeter

2005-12-08 Thread Peter Lin
and no. of threads using JMeter(either by JMeter java code). Thanks in advance, Regards, Aditya -Original Message- From: Peter Lin [mailto:[EMAIL PROTECTED] Sent: Thursday, December 08, 2005 8:15 PM To: JMeter Users List Subject: Re: Integrating JMeter one simple way is to use

Re: Testing the effect of page compression with Jmeter; Any gotchas?

2005-12-08 Thread Peter Lin
sebb would know how to do that. I believe he updated the docs in SVN, but the website hasn't been updated yet. if you download a nightly, the docs packaged in the tar/zip should have an explanation. peter On 12/8/05, Christensen, Alan [EMAIL PROTECTED] wrote: How exactly is this property set

Re: Testing the effect of page compression with Jmeter; Any gotchas?

2005-12-08 Thread Peter Lin
, should I use a smaller number for httpclient.socket.http.cps than 6250? If anyone has thoughts on the most appropriate number to use to simulate a 50kbps dialup line, then I'd appreciate their advice. -Original Message- From: Peter Lin [mailto:[EMAIL PROTECTED] Sent: Thursday, December

Re: Testing the effect of page compression with Jmeter; Any gotchas?

2005-12-08 Thread Peter Lin
into account. S. On 08/12/05, Peter Lin [EMAIL PROTECTED] wrote: hmm... I haven't used the new feature myself. maybe sebb can respond with some tips peter On 12/8/05, Christensen, Alan [EMAIL PROTECTED] wrote: I tried setting these properties first to 6250 and later both

Re: Performance problems

2005-12-07 Thread Peter Lin
://jakarta.apache.org/jmeter/usermanual/remote-test.html -- Benjamin Francisoud Peter Lin wrote: unfortunately, XML is heavy weight and the default xml parser shipped with sun jdk is crimson. it's rather slow, so the practical limit per system is roughly 20-40 depending on the CPU speed. The only way

Re: Getting Started with jmeter

2005-12-07 Thread Peter Lin
that's just the Garbage collection information. you can ignore it peter On 12/7/05, Auxilian [EMAIL PROTECTED] wrote: Hi all I have started using jmeter to testing my applications, but have no clear idea about the one shown below [GC Desired survivor size 6684672 bytes, new threshold 1

Re: Jmeter to handle asynchronous calls

2005-12-06 Thread Peter Lin
jmeter can use async protocols like JMS peter On 12/6/05, Rupendra Butola [EMAIL PROTECTED] wrote: Hi, How to test Web application with Asynchronous calls using jmeter? Is Jmeter capable of handling such web application. Best Regards, Butola Rupendrasingh Systems Operations T

Re: Jmeter to handle asynchronous calls

2005-12-06 Thread Peter Lin
OR BY TELEPHONING +91 79 2687 1002/ 3. -Original Message- From: Peter Lin [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 06, 2005 8:03 PM To: JMeter Users List Subject: Re: Jmeter to handle asynchronous calls to do AJAX style testing, you have a few options 1. write a new

Re: jdbc query (ASAP)

2005-12-05 Thread Peter Lin
did you put the mysql driver in the /lib directory? look in bin/jmeter.log and see what errors are in there. most likely it couldn't find the driver. peter On 12/5/05, naveen gs [EMAIL PROTECTED] wrote: Hi All, In the database of my web applicaton i have around 50 users

Re: Value replacing in streams

2005-12-05 Thread Peter Lin
since you've written your own sampler to pass the xml stream, you'll need to write your own edit functionality. you could use something saxpath or xpath to do it. peter On 12/5/05, Brudermann Roger [EMAIL PROTECTED] wrote: Dear JMeter Community We have the need to do performance testing

Re: Value replacing in streams

2005-12-05 Thread Peter Lin
You probably already know this, but just in case. In terms of performance testing an application that uses large XML files, it will be limited by bandwidth. 100mbit has max of 10Mbyte/second 10Mb/concurrent request/message = max throughput per second Using the 50Mb file, this means a single

Re: [Summary of reporting tool approach]

2005-12-02 Thread Peter Lin
-Ursprüngliche Nachricht- Von: Peter Lin [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 2. November 2005 18:08 An: jmeter-user Betreff: [Summary of reporting tool approach] first off, thanks to everyone that responded. It really did help. Based on the feedback, I'm thinking of going

Re: Performance problems

2005-12-02 Thread Peter Lin
unfortunately, XML is heavy weight and the default xml parser shipped with sun jdk is crimson. it's rather slow, so the practical limit per system is roughly 20-40 depending on the CPU speed. The only way to simulate larger loads is to increase the think time, or use several client systems to

Re: Performance problems

2005-12-02 Thread Peter Lin
I have some old performance numbers for tomcat I ran in 2003. http://jakarta.apache.org/tomcat/articles/performance.pdf there's a few graphs covering XML parser performance. peter On 12/2/05, Ross Garrett [EMAIL PROTECTED] wrote: Benjamin Francisoud wrote: Ross Garrett wrote: Hi

Re: How to periodically Increase the number of threads during load test

2005-11-29 Thread Peter Lin
a simple option is this test plan - - thread group (delay 1000) - thread group (delay 5000) - thread group (delay 1) peter On 11/29/05, Noam Paz [EMAIL PROTECTED] wrote: Hi Sebb, you wrote What we tend to do is to use a fixed number of threads, but vary the throughput

Re: Increasing memory consumption in test with no listeners?

2005-11-28 Thread Peter Lin
of bandwidth. Getting a full 100mbit bandwidth generally only happens at tier 1 ISP like Level3, MCI, Global Crossing, etc. hope that helps. I cover this stuff in my articles on jmeter's articles page. peter lin On 11/28/05, Will Meyer [EMAIL PROTECTED] wrote: Hi. I have a test that, among many

<    1   2   3   4   5   6   7   8   9   >