Re: Help Needed - JMeter

2004-08-16 Thread Peter Lin
I believe the LDAP sampler is old and may be out of date. mike will know the details a bit better peter On Mon, 16 Aug 2004 16:05:00 +0530, Dhiman, Gaurav [EMAIL PROTECTED] wrote: Hi All, I am using the latest version of JMeter (2.0.1) I want to connect to LDAP directory using JMeter and

Re: Can JMeter be used to test applets?

2004-08-16 Thread Peter Lin
you're going to have to create a series of requests that reflect what the applet would do. remember that Jmeter is a stress testing tool primarily with some function testing features. if you want a functional test for an applet, I would suggest using some other tool. peter On Mon, 16 Aug 2004

Re: Problems using with timers

2004-08-13 Thread Peter Lin
you may want to look at the timeout value. most likely, it is set to 1 minute. some people including myself sometimes get around this issue during testing by setting the timeout to some really large like 1 week or 1day. peter On Fri, 13 Aug 2004 17:20:10 +0200, Giuseppe Ielpa [EMAIL PROTECTED]

Re: Scheduler for Running A Test Plan

2004-08-12 Thread Peter Lin
if you're on Unix, use Cron to schedule the test. if you're on windows, use the AT commands peter On Tue, 10 Aug 2004 01:42:53 +0800, Irfandhy Franciscus [EMAIL PROTECTED] wrote: Hi All, I have a question for the JMeter community here. Has anyone of you tried to schedule your Jmeter test

Re: manual is up-to-date

2004-08-11 Thread Peter Lin
you are right. some of the docs and screen shots are not up to date. please file a bugzilla entry. thanks peter On Wed, 11 Aug 2004 17:30:47 +0200, Giuseppe Ielpa [EMAIL PROTECTED] wrote: Dear All, I noted that the manual misses some up-to-date features. For instance in the section

Re: manual is up-to-date

2004-08-11 Thread Peter Lin
Many thanks! G. -Original Message- From: Peter Lin [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 11, 2004 5:02 PM To: JMeter Users List Subject: Re: manual is up-to-date you are right. some of the docs and screen shots are not up to date. please file

Re: Problems with redirection

2004-08-10 Thread Peter Lin
so is the problem your test plan does not login successfully? if it is logging successfully, you have to add a cookie manager, otherwise it won't pass back the right cookies. I'm guess that is happening, since there isn't enough information in the email for me to figure out exactly what is

Re: Problems with redirection

2004-08-10 Thread Peter Lin
to the problem? Many thanks! G. -Original Message- From: Peter Lin [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 10, 2004 3:10 PM To: JMeter Users List Subject: Re: Problems with redirection so is the problem your test plan does not login successfully

Re: new to jmeter

2004-08-04 Thread Peter Lin
In jmeter, there's listeners, which allow you to view the results in a table or in a tree. Add view results in a tree to view the response data sent by the server. does that help? http://jakarta.apache.org/jmeter/usermanual/component_reference.html#View_Results_Tree peter On Wed, 4 Aug 2004

Re: new to jmeter

2004-08-04 Thread Peter Lin
request has ran the session is no longer open. Your help is appreciated. -Original Message- From: Peter Lin [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 04, 2004 1:31 PM To: JMeter Users List Subject: Re: new to jmeter In jmeter, there's listeners, which allow you

Re: Documents

2004-08-02 Thread Peter Lin
look on JMeter's wiki and articles page. http://wiki.apache.org/jakarta-jmeter/JMeterLinks http://wiki.apache.org/jakarta-jmeter/JMeterFAQ I have a couple articles posted about general stress testing and how to go about writing test plans. hope that helps. peter On Mon, 2 Aug 2004 11:26:27

Re: Report

2004-07-28 Thread Peter Lin
you should look at the various HTTP accesslog reporting tool out there. To get detailed information like 5,6 and 7, you're going to have edit the accesslog parameters to record more information. the default setup for tomcat5 has the access log turned off. look at the tomcat docs to figure out how

Re: Java Request with multiple different logins

2004-07-28 Thread Peter Lin
have you tried using the standard Http sampler to do a basic smoke test? to get the username password, your sampler has to get them from the config element. I don't know the java sampler stuff, so maybe jordi or sebastian can answer your question. peter On Tue, 27 Jul 2004 21:14:16 -0700

Re: HTTP Request sampler other means of sending data

2004-07-28 Thread Peter Lin
what do you see on the serverside of things? for jmeter development I have a simple little echo servlet for POST data. When ever I want to see exactly what is sent in the post method, I hit the servlet. I would suggest using something like that to see what is going on. peter On Wed, 28 Jul

Re: HTTP Request sampler other means of sending data

2004-07-28 Thread Peter Lin
, the request is sent by the browser in UTF-8. The target application will also return in UTF-8. Peter Lin [EMAIL PROTECTED] wrote:sounds like that isn't following the standard. I'm guessing the request is sent by a program and not a browser. I'm going to guess the target application

Re: HTTP Request sampler other means of sending data

2004-07-28 Thread Peter Lin
ok, that makes sense. for a minute there, I thought someone put some crack in my coffee. If I remember the XML-RPC sampler, it just writes to the outputstream, but it doesn't set the post data. which means the view results in tree doesn't show it. since post data can be in a variety of format, it

Re: Head scratcher - test hanging

2004-07-23 Thread Peter Lin
wow, that sounds like amazon does some weird stuff. hmm, the standard URLConnection is suppose to give up after a couple tries. HttpSamplerBase probably is the place to look. peter On Fri, 23 Jul 2004 19:56:46 -0400, joelsherriff [EMAIL PROTECTED] wrote: Goofy s**t going on here. Debugging

Re: Help please urgent! Is it possible to write graph data after run!

2004-07-20 Thread Peter Lin
if you download the nightly build, it now has a save graph feature. you can save any graph jmeter renders, include the new distribution graph. the format it uses is png I hope that helps. I still haven't written any documentation for it, so if you get lost, just post a email. peter On Tue, 20

Re: Re: Re: Help please urgent! Is it possible to write graph data after run!'Viren geprueft!'

2004-07-20 Thread Peter Lin
|-+ | | Peter Lin| | | [EMAIL PROTECTED]| | | m | | || | | 20.07.2004 18:17 | | | Bitte antworten

Re: Re: Re: Help please urgent! Is it possible to write graph data after run!'Viren geprueft!'

2004-07-20 Thread Peter Lin
, if there is a possibility to dump the data (I need the raw data not an image) out of JMeter? If possible it would be great if JMeter would allocate the directory if not existant. Frank |-+ | | Peter Lin| | | [EMAIL

Re: Re: Re: Re: Re: Help please urgent! Is it possible to write graph data after run!'Viren geprueft!'

2004-07-20 Thread Peter Lin
, yeah, that's what I expected Jmeter to do. Would be great if somebody could fix it. I'll fill in a bugzilla soon. Frank |-+ | | Peter Lin| | | [EMAIL PROTECTED]| | | m

Re: Any other limitations of jmeter? How about scalability?

2004-07-20 Thread Peter Lin
I believe if you add the encoding to the http header in the http config, it will send it in the request header. the server will respond with gzipped content. the only catch is, JMeter won't be able to display it currently. peter On Tue, 20 Jul 2004 17:49:19 -0400, joelsherriff [EMAIL

Re: https url using Jmeter- pls help

2004-07-15 Thread Peter Lin
I believe the proxy server cannot handle SSL or HTTPS. if it could, it would mean SSL is not secure. Others have asked the same question before. you have a couple options. 1. use http and simply change the test plan after you're done recording. assuming you can still use your web applications

Re: https url using Jmeter- pls help

2004-07-15 Thread Peter Lin
trying to find all of the limitations of jmeter and this is the first entry on my list - that's too bad. I wonder if anyone has put any effort into fixing this? J - Original Message - From: Peter Lin [EMAIL PROTECTED] To: JMeter Users List [EMAIL PROTECTED] Sent: Thursday, July 15

Re: https url using Jmeter- pls help

2004-07-15 Thread Peter Lin
. Sometimes you can get away with capturing unsecure and playing back secure, but the customers never seem to trust this. J - Original Message - From: Peter Lin [EMAIL PROTECTED] To: JMeter Users List [EMAIL PROTECTED] Sent: Thursday, July 15, 2004 9:34 AM Subject: Re: https url using

Re: Any other limitations of jmeter? How about scalability?

2004-07-15 Thread Peter Lin
haha, that's funny. I didn't think of that. But then again, I'm busy porting CLIPS to java, so I don't have much time :) as soon as I find a way to go without sleep, I'll get that done yesterday. peter On Thu, 15 Jul 2004 12:52:20 -0400, Michael Stover [EMAIL PROTECTED] wrote: If you want to

Re: Any other limitations of jmeter? How about scalability?

2004-07-15 Thread Peter Lin
it? Is it typically CPU bound or memory or...? J - Original Message - From: Peter Lin [EMAIL PROTECTED] To: JMeter Users List [EMAIL PROTECTED] Sent: Thursday, July 15, 2004 11:43 AM Subject: Re: Any other limitations of jmeter? How about scalability? for general performance testing

Re: Any other limitations of jmeter? How about scalability?

2004-07-15 Thread Peter Lin
it saturates it? Is it typically CPU bound or memory or...? J - Original Message - From: Peter Lin [EMAIL PROTECTED] To: JMeter Users List [EMAIL PROTECTED] Sent: Thursday, July 15, 2004 11:43 AM Subject: Re: Any other limitations of jmeter? How about scalability

Re: Negative value in Min column of Aggregate report

2004-07-14 Thread Peter Lin
I believe this may be a bug, please file a bugzilla entry. peter On Wed, 14 Jul 2004 03:06:45 -0700 (PDT), Shankar s [EMAIL PROTECTED] wrote: hi all, After executing the script. I get negative values in the minimum column of the aggregate report. The minimum value should be a +ve value

Re: Hi any one pls help me

2004-07-14 Thread Peter Lin
looks like your query string may be longer than 256 characters. It could be that it is violating HTTP specification and is getting mangled by URLConnection. have you tried it with the alpha sampler that uses HTTPClient? peter On Thu, 15 Jul 2004 12:28:10 +1000, Krishna, Raj [EMAIL PROTECTED]

Re: Taking too much of time

2004-07-12 Thread Peter Lin
I suspect your web application is timing out or return some error. What kind of database is your web application using? How complex is the login process and what kind of authentication is it doing? Have you looked at the server logs to see if it logged any errors? depending on the database

Re: Non-GUI Mode on Windows 2000

2004-07-12 Thread Peter Lin
that is correct. you have to run it from the jmeter/bin/ directory, otherwise it won't find the required jar file. peter On Mon, 12 Jul 2004 17:11:50 -0400, Rusch, Daniel [EMAIL PROTECTED] wrote: All, I am running jmeter 2.0.1 on Windows 2000 and Java version 1.4.1_03 If I run the

Re: Taking too much of time

2004-07-12 Thread Peter Lin
:-) Peter Lin wrote: I suspect your web application is timing out or return some error. What kind of database is your web application using? How complex is the login process and what kind of authentication is it doing? Have you looked at the server logs to see if it logged any errors

Re: Taking too much of time

2004-07-12 Thread Peter Lin
(JMeterThread.java:244) at java.lang.Thread.run(Unknown Source) BAZLEY, Sebastian wrote: Also remember to check the jmeter.log file for any errors. What happens if you try 1 thread only? 2 threads? S. -Original Message- From: Peter Lin [mailto:[EMAIL PROTECTED] Sent: 12 July

Re: Newbie basic question

2004-07-09 Thread Peter Lin
one thing to keep in mind is jmeter uses one single thread to get the page and all it's resources (when the box is checked). A browser on the otherhand will use 2 or more threads depending on the protocol. If it is using http1.0, the official spec limits each browser to 4 concurrent connections.

Re: Client performance differences between Windows and Linux

2004-07-08 Thread Peter Lin
I've used my Sun X1, RedHat and windows XP with JMeter + jdk1.4.2. I see no performance difference worth noting. the only real reason to use unix is to be able to ssh/telnet into a system easily and start jmeter in non-gui mode for distributed testing. the I/O performance between OS is not

Re: Anybody try Java 5.0 with jmeter

2004-07-08 Thread Peter Lin
I've been using jmeter with jdk5 beta for several months now. it works just fine. for the new distriubtion graph and monitor, the UI is more responsive. peter On Thu, 8 Jul 2004 10:55:29 -0400 , Cronin, James [EMAIL PROTECTED] wrote: How about it? Is Java 5.0 fit for jmeter consumption?

Re: HTTP timeout setting?

2004-07-06 Thread Peter Lin
the webservice sampler currently uses SOAP, which doesn't give us the ability to measure all the additional data points. Even if I change to use Axis, I believe we still wouldn't be able to add all the additional measurement points. the webservice sampler does use connection in the parent class

Re: timer not able to time requests!

2004-07-05 Thread Peter Lin
I believe the constant timer uses milliseconds for the delay. the way it works is once a response is done, it will wait x milliseconds before starting another request. does that answer your question? peter On Mon, 5 Jul 2004 03:04:17 -0700 (PDT), shambu pujar [EMAIL PROTECTED] wrote: hi

Re: about Jmeter performance monitoring

2004-07-01 Thread Peter Lin
Tomcat's status servlet will not show Apache performance statistics. There may be a module for Apache httpd for statistics, but I'm not aware of any. In theory, as long as the server returns the statistics in the same format JMeter expects, you can use jmeter to monitor the server. The schema for

Re: jmeter memory consumption

2004-07-01 Thread Peter Lin
. My plan is to get up to a 5000 virtual user load going. If your approximation of 75 virtual users per machine is used, that would yield about 67 client machines to generate such a load! I suppose no one has used Jmeter to the extent that I am planning. mabel Peter Lin [EMAIL

Re: Hanging threads in non-GUI mode

2004-07-01 Thread Peter Lin
these numbers seem fine. does your webserver logs confirm the expected concurrency? 6 aggregate listeners shouldn't cause a performance impact, since it isn't graphical. in non-gui mode, do you get any errors in jmeter's log? peter On Thu, 1 Jul 2004 12:57:03 -0700 (PDT), Remedy QA [EMAIL

Re: Saving Listener(s)

2004-06-28 Thread Peter Lin
open your test plan and add a the listener. then give it a file name to save the file. http://jakarta.apache.org/jmeter/usermanual/build-test-plan.html http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Simple_Data_Writer peter On Mon, 28 Jun 2004 09:07:36 +0545, Niraj [EMAIL

Re: Saving Listener(s)

2004-06-28 Thread Peter Lin
it will save the results of the sampler if you put the listener at the right level. give it try. it does take a while to learn JMeter and how it works. peter On Mon, 28 Jun 2004 18:40:14 +0545, Niraj [EMAIL PROTECTED] wrote: Peter Lin wrote: Does it save the entire results I think

Re: Machine configuration used for JMeter

2004-06-28 Thread Peter Lin
I have my own development environment for testing JMeter plugin's I write. AMD 2ghz, 1 Gb RAM, Redhat fedora 1, jdk1.4.2, tomcat5 Sun X1, 768Mb RAM, jdk1.4.2, tomcat5 gateway 450 laptop 1.4 ghz, 1 Gb RAM, Windows XP pro, Jmeter 2.0 home built 450mhz P3, 512Mb RAM, Windows XP pro, Jmeter 2.0 At

Re: Saving Listener(s)

2004-06-28 Thread Peter Lin
Thread Group (10 users, 100 loop) Simple Controller HTTP Samplers Aggregate Report Listener blah blah Peter Lin wrote: it will save

Re: How to use JMeter Built in Function

2004-06-25 Thread Peter Lin
was wondering if there is any book on JMeter. Anyway thanks !! - Original Message - From: Peter Lin [EMAIL PROTECTED] To: JMeter Users List [EMAIL PROTECTED] Sent: Friday, June 25, 2004 12:17 AM Subject: Re: How to use JMeter Built in Function There's a user manual? Who would have

Re: Saving Listener(s)

2004-06-25 Thread Peter Lin
you can use the Simple Data Writer to save the results. after that you can view it with any of the listeners, except the monitor listener in jmeter 2.0. in the nightly, there's a new distribution graph for viewing results. peter On Fri, 25 Jun 2004 08:42:22 -0400, Michael Stover [EMAIL

Re: 2-hour test produces 1 second's worth of results

2004-06-25 Thread Peter Lin
so to summarize. It appears to work for 2 minutes, but for 2 hours it doesn't. maybe there was an exception, which caused the test to stop unexpectedly. the only thing I can think of is to run the test in Gui mode for 10-15 minutes to see what happens. Hopefully you'll see the error that caused

Re: Thread group only runs first http request

2004-06-24 Thread Peter Lin
could you look at the JMeter log and post any errors in the file? the log file should be in the jmeter/bin directory. peter On Thu, 24 Jun 2004 13:43:11 -0500, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I have set up a thread group that has 20+ http request and when I run the test with

Re: Thread group only runs first http request

2004-06-24 Thread Peter Lin
. The only thing in the log file was: 2004/06/24 11:42:44 INFO - jmeter.JMeter: Version 2.0.1 2004/06/24 11:42:44 INFO - jmeter.JMeter: java.version-1.4.1 Peter Lin [EMAIL PROTECTED] on 06/24/2004 01:45:39 PM Please respond to JMeter Users List [EMAIL PROTECTED] To:JMeter Users List

Re: Thread group only runs first http request

2004-06-24 Thread Peter Lin
/06/24 13:25:35 Duration: (left blank) Startup delay: (left blank) Could the problem be that my start and end time are the same? Any suggestions? Are there any known problems with the scheduler? Thanks, Ishmael Peter Lin [EMAIL PROTECTED] on 06/24/2004 02:28:06 PM Please respond

Re: importing linklists

2004-06-23 Thread Peter Lin
Mike recently made a lot of nice changes to AccessLogSampler. Probably the easiest way is to write a parser that implements the parser interface. then you can simply drop the jar file into /lib/ directory to use it with the AccessLogSampler. the original idea behind the accesslog sampler was to

Re: importing linklists

2004-06-23 Thread Peter Lin
Peter Lin wrote: Mike recently made a lot of nice changes to AccessLogSampler. Probably the easiest way is to write a parser that implements the parser interface. then you can simply drop the jar file into /lib/ directory to use it with the AccessLogSampler. the original idea behind

Re: JMeter 1.9.1 bottlenecked

2004-06-22 Thread Peter Lin
From first hand experience, running a test with 50 threads is usually enough to saturate the network IO. This is with static HTML and tomcat4/5. one way to overcome this is to access the webserver from two different ethernet ports. For example, my dev environment at home include 4 servers. My X1

Re: pls help! cnt seem to retrieve a reference name :(((

2004-06-22 Thread Peter Lin
oh man I had to respond to this. it gave me a good laugh. men can be rather silly, since I am one. you could have multiple thread groups and have each one run for different number of iterations. would that do it? peter On Wed, 23 Jun 2004 08:36:54 +0930, nlunebur [EMAIL PROTECTED] wrote:

Re: How do I put jmeter into batch mode?

2004-06-21 Thread Peter Lin
I'm not sure what you're referring to, but if you're talking about having JMeter run on a regular basis like a cron job, you can set it up with ANT. or are you thinking of another kind of batch? peter On Mon, 21 Jun 2004 10:03:29 -0700, Joseph Silverman [EMAIL PROTECTED] wrote: Does anyone

Re: How do I put jmeter into batch mode?

2004-06-21 Thread Peter Lin
. Ant would be that way, I suppose, but I can't even figure out how to do that! On Jun 21, 2004, at 10:08 AM, Peter Lin wrote: I'm not sure what you're referring to, but if you're talking about having JMeter run on a regular basis like a cron job, you can set it up with ANT. or are you

[Announcement] - saving graphs to png or tif

2004-06-17 Thread peter lin
for those who have wanted the ability to save any visualiser to a png or tif format, the implementation has been checked in. It should get built tonight and be included in the nightly. any feedback on it would be great. peter - Do you

RE: is there a wait function for requests?

2004-06-14 Thread peter lin
According to the official HTTP1.0 and HTTP 1.1 specification, there is a limit on the number of concurrent connections from one browser to a server. http1.0 sets the limit at 4 http1.1 sets the limit at 2 therefore, even a browser has to wait. It's not desirable or practical to allow JMeter

Re: A note of thanks to the authors

2004-06-05 Thread peter lin
who is this mstover? he must be a pretty bright fella and a good OSS developer :) peter --- Paul Furbacher [EMAIL PROTECTED] wrote: I'm just popping in here for a moment to say thanks to the authors, especially mstover, the attributed author of

Re: Fwd: JavaSampler, complex response processing

2004-06-03 Thread peter lin
hi Axel, you're probably going to have to extend SampleResult, or try to wedge it into the existing one. Are you planning on using a local interface to call the EJB or do a real remote call? if you're goal is to measure how long it takes to get data, you probably should be using local

Re: Re[2]: Fwd: JavaSampler, complex response processing

2004-06-03 Thread peter lin
that definitely gives me a better idea, but I'm afraid there isn't a simple solution to your specific problem. Axel Faltin [EMAIL PROTECTED] wrote: Hi, you're probably going to have to extend SampleResult, or try to wedge it into the existing one. Are you planning on using a local

Re: Re[2]: Fwd: JavaSampler, complex response processing

2004-06-03 Thread peter lin
have you read this article? http://www.javaworld.com/javaworld/jw-05-2000/jw-0526-testinfect.html other people have come across this problem and there are JUnit based approaches to testing EJB that may be more suitable for your needs. good luck. peter

Re: new distribution graph prototype

2004-05-31 Thread peter lin
This weekend i ran tests with 200K and 600K requests and the graph displayed correctly. so far it looks like the graph works as long as your web application behaves predictably and doesn't have any serious memory leaks. peter --- peter lin [EMAIL PROTECTED] wrote: http://cvs.apache.org

[announcement] new distribution graph

2004-05-27 Thread peter lin
I've just commited the code for the new distribution graph. I tested it quite a bit, but it is still labeled alpha. right now I'm running a test plan with 100K requests to see how the new graph works with large datasets. any feedback is appreciated. peter

new distribution graph prototype

2004-05-26 Thread peter lin
http://cvs.apache.org/~woolfel/distribution_graph_capture3.png for those who have always wanted a distribution graph for JMeter, I am currently working on one. peter __ Do you Yahoo!? Friends. Fun. Try the all-new Yahoo! Messenger.

Re: One more question on monitoring Tomcat

2004-05-19 Thread peter lin
According to Remy, the next version of JBoss will use TC5 and it will still have the manager. The URL will be different, but it will still be there :) peter --- David McKnight [EMAIL PROTECTED] wrote: Thanks Peter for your help - the scenario has more hair on it, of course. The new wrinkle

Re: Problems monitoring Tomcat

2004-05-18 Thread peter lin
-- ___ Sign-up for Ads Free at Mail.com http://www.mail.com/?sr=signup - Original Message - From: peter lin Date: Tue, 18 May 2004 07:52:14 -0700 (PDT) To: JMeter Users List ,David McKnight Subject: Re: Problems monitoring Tomcat hello david, most likely

Re: Problems monitoring Tomcat

2004-05-18 Thread peter lin
at Mail.com http://www.mail.com/?sr=signup - Original Message - From: peter lin Date: Tue, 18 May 2004 07:52:14 -0700 (PDT) To: JMeter Users List ,David McKnight Subject: Re: Problems monitoring Tomcat hello david, most likely the server is returning an error code, like not allowed

Re: Problems monitoring Tomcat

2004-05-18 Thread peter lin
Groups. DM - Original Message - From: peter lin Date: Tue, 18 May 2004 12:37:32 -0700 (PDT) To: JMeter Users List Subject: Re: Problems monitoring Tomcat yeah, it's a quirk of basic auth, you have to use Http Auth manager. glad it worked for you :) any feedback is welcome

Re: Jmeter accuracy (applets, load, response)

2004-05-18 Thread peter lin
--- Remedy QA [EMAIL PROTECTED] wrote: I have a few more questions/comments about how JMeter measures response times. Suppose I have the following Test Plan structure that is set to run twice by one user: Test Plan Thread Group HTTP Cookie Manager Simple

Re: Jmeter accuracy (applets, load, response)

2004-05-12 Thread peter lin
most of this is in the component documentation. http://jakarta.apache.org/jmeter/usermanual/index.html the response time you see in JMeter is the total elapsed time. If you do not check retrieve all embedded resources from HTML files, it is just the html. If you check it, it is the total

RE: SQL Query Parameters

2004-05-12 Thread peter lin
you need to write a jmeter book :) bad joke peter Michael Stover [EMAIL PROTECTED] wrote: Escape special chars with a '\'. ie: \('String1'\, 'String2'\) see here: http://jakarta.apache.org/jmeter/usermanual/functions.html section 16.3 Do people think the documentation sucks for JMeter?

Re: Problems with german umlauts by using jmeter's HTTP Proxy Server

2004-05-03 Thread peter lin
I don't remember changes to the URLEncoding. Most likely it is caused by the encoding. Perhaps sebastian or Jordi will know if any of that code changed recently. peter lin [EMAIL PROTECTED] wrote: Hello, in version 1.9.1 the http proxy server didn't crashed, when sending checkbox-values

Re: While loop functionality

2004-04-29 Thread peter lin
I like to think of it as sleep deprevation exercize. SWT looks nicer and is fast. Since most of jmeter developers use eclipse, it would be way too cool. now I just have to figure out exactly how many hours of sleep I can survive on. 5 hrs seems to be my limit right now :) The only downside

Re: re opening saved test plan

2004-04-22 Thread peter lin
can you post your test plan, so that we can look at it to figure exactly what is wrong? peter lin [EMAIL PROTECTED] wrote: hi all, I'm newly using jmetter and beeing seriously tering my hair about a trying to open =E0 saved test plan. I explain: When I create, save and start a test plan

Re: Re[2]: jMeter on Linux PPC

2004-04-21 Thread peter lin
try commenting out all the extra options. that should get rid of the remaining errors peter lin Jerry S. [EMAIL PROTECTED] wrote: Hello JMeter, Thanks for the info. I am fairly new to all this so any additional guidance would be greatly appreciated. When I tried removing all the -X

new article on JMeter

2004-04-20 Thread peter lin
I've posted a new entry to my blog on JMeter. The article is meant for those new to testing and want a basic introduction. http://woolfel.blogspot.com/ peter lin - Do you Yahoo!? Yahoo! Photos: High-quality 4x6 digital prints for 25¢

RE: new article on JMeter

2004-04-20 Thread peter lin
sure, I'll add it later today. I already added the link to my blog in the committers section peter BAZLEY, Sebastian [EMAIL PROTECTED] wrote: Excellent stuff. Perhaps add these as links on the Wiki? Sebastian -Original Message- From: peter lin [mailto:[EMAIL PROTECTED] Sent: 20

Re: JMeter Architecture

2004-04-19 Thread peter lin
by calling Sample(). To get a better idea, I would suggest read the code and looking at the Javadocs. Most of the classes have decent comments and should be mostly up-to-date. peter lin lalit sahoo [EMAIL PROTECTED] wrote: Hi!peter, You are correct.I am interested in how JMeter's engine

Re: JMeter Architecture

2004-04-16 Thread peter lin
for example if you have specific questions about writing plugin, just post them on the list. without knowing what you're thinking of, it's hard to answer the question effectively. peter lin lalit sahoo [EMAIL PROTECTED] wrote: Hi!All, I am working in load testing projects using jmeter.I want to know

Re: JMeter Architecture

2004-04-16 Thread peter lin
in how JMeter's engine invokes the GUI and handles the test element? peter lin lalit sahoo [EMAIL PROTECTED] wrote: Hi!Peter Thanks for the response.I am little bit confused while i was going through the code related to generation of test element after entering the values in related gui

Re: 2.0 HTTP Request Sampler features

2004-04-14 Thread peter lin
usage. Based on that data, JMeter will monitor the server and show the performance history. peter lin Casadonte, Joe [EMAIL PROTECTED] wrote: I have a couple of questions on some of the new, currently-undocumented 2.0 HTTP Request Sampler options: 1) What's the difference between Redirect

Re: Webservice Sampler (axis)

2004-04-14 Thread peter lin
. If you can provide a sample WSDL, please email it to me directly and I'll take a look tomorrow. Thanks for the suggestion, it helps to know these issues exist. peter lin --- Darren Hartford [EMAIL PROTECTED] wrote: Hey all, Just giving some feedback. Using JMeter for webservice stresstesting

Re: Assigning different IPs for different Virtual Users from the same Machine

2004-04-07 Thread peter lin
way cool! now I just script kiddies don't get the bright idea they can use jmeter for DDOS. peter lin Michal Kostrzewa [EMAIL PROTECTED] wrote: so does it mean you're going to implement support for Alias michael ? :) This time I'll first implement something and then promise I'll do

Re: Assigning different IPs for different Virtual Users from the same Machine

2004-04-07 Thread peter lin
LOL bad joke. you're right on the DDos, Smurf and Synflood. Jmeter is already a pretty good tool for flooding a webserver :)) peter --- Michal Kostrzewa [EMAIL PROTECTED] wrote: Dnia ¶ro 7. kwietnia 2004 19:50, peter lin napisa³: way cool! now I just script kiddies don't get the bright

RE: Assigning different IPs for different Virtual Users from the same Machine

2004-04-07 Thread peter lin
the other approach that I've seen first hand is session based load balancing. I've used resonate in the past with session based load balancing. setting it up can be a bit tricky, but it does work. in the case of resonate, the have a heart beat on all the servers in the cluster. the load

Re: Assigning different IPs for different Virtual Users from the same Machine

2004-04-06 Thread peter lin
you're looking for, but testing single sign-on application can be tricky, since security is inherently an issue. For a single sign-on to be good, it has to make it hard or impractical to spoof. Otherwise the single sign-on wouldn't be worth anything. peter lin Eda Srinivasareddy [EMAIL

Re: Assigning different IPs for different Virtual Users from the same Machine

2004-04-06 Thread peter lin
¶cie z wto, 06-04-2004, godz. 15:57, peter lin pisze: unfortunately, the only reliable way to make it appear one JMeter is 10 different IP addresses is to modify the TCP header. Even if you change the HTTPHeader, if the webserver uses reverse lookup, it will figure out it is the same machine

Re: Assigning different IPs for different Virtual Users from the same Machine

2004-04-06 Thread peter lin
the performance issues of lots of traffic coming from a specific IP address. so does it mean you're going to implement support for Alias michael ? :) peter lin Michal Kostrzewa [EMAIL PROTECTED] wrote: A good single sign-on application shouldn't use just the IP address, so even if you assign

RE: JMeter compatibility with websphere 5.1 with Axis

2004-04-01 Thread peter lin
- From: peter lin [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 31, 2004 12:42 PM To: JMeter Users List Subject: Re: JMeter compatibility with websphere 5.1 with Axis Hi kala, can you send me a sample of the WSDL generated by websphere 5.1? I wrote the webservice sampler. the handling

RE: JMeter compatibility with websphere 5.1 with Axis

2004-04-01 Thread peter lin
also find other WSDL samples at http://www.xmethods.com Thanks Kala -Original Message- From: peter lin [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 31, 2004 12:42 PM To: JMeter Users List Subject: Re: JMeter compatibility with websphere 5.1 with Axis Hi kala, can you send me

RE: JMeter compatibility with websphere 5.1 with Axis

2004-04-01 Thread peter lin
this instead. - wsdl:service name=ElmarSearchService - wsdl:port binding=impl:ElmarSearchServicesSoapBinding name=ElmarSearchServices wsdlsoap:address location=http://projekt.wifo.uni-mannheim.de/elmar/api/ElmarSearchServices; / /wsdl:port /wsdl:service peter lin

Re: JMeter compatibility with websphere 5.1 with Axis

2004-03-31 Thread peter lin
post a sample of the WSDL I will take a look. Most likely the format is different. peter lin SUBRAMANYAM, KALA (SBCSI) [EMAIL PROTECTED] wrote: Hi, I am using trying to use JMeter 1.9.1 with IBM Websphere 5.1. The steps I followed were, 1. Started my web services application on the IBM

Re: Getting response time for 90% of samples

2004-03-16 Thread peter lin
. peter lin --- [EMAIL PROTECTED] wrote: Hi all, I have a test plan for testing web services. I need to figure out a way to get data for response time for 90% of the samples. The Graph Results Listener gives Median (50%). Any help is appreciated. Thanks, Anubhav

[Tomcat Monitor] - new feature in nightly

2004-03-16 Thread peter lin
is used for monitors 3. a new monitor result listener provides two tabs: status and performance history To use it with the nightly tomcat5 build, you have to hit /manager/status?XML=true. the monitor currently keeps a buffer of 1000 data points. You can monitor/view multiple systems. peter lin

Tomcat monitor for JMeter

2004-03-11 Thread peter lin
in case some users of JMeter also use tomcat, but don't subscribe to tomcat-user mailing list. http://cvs.apache.org/~woolfel/prototype_perfcap.png peter lin __ Do you Yahoo!? Yahoo! Search - Find what you’re looking for faster http://search.yahoo.com

Re: Different numbers of threads per server

2004-03-10 Thread peter lin
, and 10-15% of 1 million subscribers using the service at any given time. peter lin Angelo Ferecini Neto [EMAIL PROTECTED] wrote: Hello, I need to simulate 3000 users and I´m trying to use some JMeter servers and 1 JMeter Client. The problem is: the machines aren't equals and have different

Re: 3000 concurrent users

2004-02-26 Thread peter lin
of servers. peter lin --- Angelo Ferecini Neto [EMAIL PROTECTED] wrote: Hello, I need to do a stress test using JMETER simulating 3000 concurrent users... What can I do to achieve it? Do I need 3000 threads? Did anybody do this test? Please help me... Regards... Angelo Ferecini

<    3   4   5   6   7   8   9   >