Re: Help with interpreting results....

2004-09-02 Thread Peter Lin
AverageTime - this is the actual average as in Sum(samples)/count minTime - is the shortest time recorded maxtime - is the longest response time recorded if you want to get a visual idea of what the performance is like, you can add the new distribution graph and open the log file containing the re

Re: jdbc Request -JMeter don´t stopped

2004-09-02 Thread Peter Lin
not sure I understand the problem. can you describe the setup in greater detail? 1. are you testing in distributed mode? 2. how many threads? 3. what is the average query time you're getting? 4. how long does it take for jmeter to stop once you stop the test? 5. are there errors in the jmeter log?

Re: Recording requests

2004-09-02 Thread Peter Lin
I think you posted the question a week or two back. Unfortunately, if the network you're on is blocking traffic, there's nothing you can do. Well besides begging the system administrators to open up the firewall a little for your talk. Your other option is to use a wireless service like wifi or so

Re: Http-Request: Duplicate Parameter

2004-09-01 Thread Peter Lin
I am totally lost as to why you see this behavior. have you tried it against a different servlet container? the duplication doesn't make any sense to me and I can't think of any possible causes. maybe sebastian or mike will have a better idea. peter On Wed, 01 Sep 2004 20:35:11 +0200, Tino Sch

Re: Question on Graph Results Listener ...

2004-08-31 Thread Peter Lin
well there isn't a graph that will show every 100, but there is a new distribution graph, which will show the 90% and 50% percent. http://cvs.apache.org/~woolfel/distribution_graph_capture4.png peter On Tue, 31 Aug 2004 16:27:24 -0700 (PDT), Antonio Si <[EMAIL PROTECTED]> wrote: > Hi, > > I a

Re: out of memory error

2004-08-31 Thread Peter Lin
harma wrote: > > > >>512 MB RAM > >> > >>Rashmi > >> > >>-Original Message- > >>From: Peter Lin [mailto:[EMAIL PROTECTED] > >>Sent: Tuesday, August 31, 2004 11:48 AM > >>To: JMeter Users List > >>Subject: Re: out

Re: out of memory error

2004-08-31 Thread Peter Lin
Get a new computer maybe? joking aside, how much ram do you have on the system? you can try running in non-gui mode if you're ram challenged. peter On Tue, 31 Aug 2004 12:19:09 -0500, Rashmi Sharma <[EMAIL PROTECTED]> wrote: > Hi, > I am running a test with 40 and 60 threads (using Jmeter

Re: jsession for a jsp page

2004-08-27 Thread Peter Lin
that is the session id peter On Fri, 27 Aug 2004 15:30:06 +1000 (EST), krishna raj <[EMAIL PROTECTED]> wrote: > > Hi does any one know how to handle a jsesssion my request is like this > > JSession=DWVWSHNDWZQUYQRZIQIWEFYMXCLCISNQ > > I do not know how to handle this number i am trying to aut

Re: Which is the best Perfomance Monitoring Tool for Linux?

2004-08-27 Thread Peter Lin
CPU & Memory monitors. Is there any thing > > like 'Perfmon' (which is available in windows 2000) in linux. > > > > Thanks & Regards > > Shankar > > > > > > > > Peter Lin <[EMAIL PROTECTED]> wrote: > > that really depends on what

Re: Monitor listener

2004-08-26 Thread Peter Lin
three important things. 1. the server must be Tomcat 5.0.19 or newer. 2. check "use as monitor" in the sampler 3. add a authmanager and make sure the logic is good if you don't have these three things, will always be dead. does that help? peter On Thu, 26 Aug 2004 14:20:09 -0400, joelsherriff

Re: Getting content of cookie

2004-08-26 Thread Peter Lin
if you have your test plan setup this way, it should work testplan - thread group - cookie manager - request to first server - request to second server I haven't verified this, but the cookie manager should add the cookie to the second sampler. Since JMeter doesn't actually obey coo

Re: Which is the best Perfomance Monitoring Tool for Linux?

2004-08-26 Thread Peter Lin
that really depends on what statistics you want to collect. If you're trying to quantify servlet container performance, the two primary factors affecting scalability and performance (speed wise) is CPU and memory usage. although network IO can affect scalability, it won't affect reliability of a w

Re: URGENT regexFunction

2004-08-24 Thread Peter Lin
I would recommend installing jdk1.4.2 peter On Tue, 24 Aug 2004 16:36:40 +0100, BAZLEY, Sebastian <[EMAIL PROTECTED]> wrote: > Not enough information. > > > -Original Message- > From: Rita danger [mailto:[EMAIL PROTECTED] > Sent: 24 August 2004 16:08 > To: [EMAIL PROTECTED] > Subject:

Re: win 2000

2004-08-24 Thread Peter Lin
.jar -server ? > > > > -Original Message- > From: Peter Lin [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 24, 2004 8:32 AM > To: JMeter Users List > Subject: Re: win 2000 > > yeah, that is understandable, since Sun says the extended options are > not r

Re: win 2000

2004-08-24 Thread Peter Lin
t completely elliminated, > which is good because they sometimes caused significant disturbance in > the measurements in short-running tests. > > > > -- > Salut, > > Jordi. > > En/na Peter Lin ha escrit: > > that's strange. when I run it with and witho

Re: URGENT regexFunction

2004-08-24 Thread Peter Lin
I'm biased, so take this with a grain of salt. jmeter 2.0 is much better and the regexp changes in 2.0 are better in my mind. for me, it's worth while to update the excel spreadsheet and use 2.0. you'll have to decide for youself whether it is worth it or not. peter On Tue, 24 Aug 2004 13:39:0

Re: win 2000

2004-08-24 Thread Peter Lin
d the two settings. > > > > -Original Message- > From: Peter Lin [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 24, 2004 6:38 AM > To: JMeter Users List > Subject: Re: win 2000 > > that's strange. when I run it with and without the extra options on m

Re: win 2000

2004-08-24 Thread Peter Lin
he -Xms/-Xmx without removing the > -XX:NewSize/-XX:MaxNewSize as he did in his last message causes exactly > that (as I would expect: the default heap is far too small to accomodate > a 128m new space). So leave all those parameters in place or remove them > all. > > --

Re: win 2000

2004-08-23 Thread Peter Lin
yeah, many of the -X options can cause problems. glad that worked for you peter On Mon, 23 Aug 2004 13:42:16 -0600, Michael Chandler <[EMAIL PROTECTED]> wrote: > I took out all the args and just ran java -jar ApacheJMeter.jar . It > works. > > > > -Original Messag

Re: win 2000

2004-08-23 Thread Peter Lin
Users List > Subject: RE: win 2000 > > If I take it out, it still gives me the error. I'll try rebooting here > in a minute and do it again. I've tried several combos. I'll look at > java - X, also. > > -Original Message- > From: Peter Lin [mai

Re: URGENT regexFunction

2004-08-23 Thread Peter Lin
could you describe what the exact of the goal is. It's a bit hard to help with no details. A description of the use case would be beneficial. peter On Mon, 23 Aug 2004 16:15:01 +, Rita danger <[EMAIL PROTECTED]> wrote: > Hello > > I need some help on the regexFunction. > > How do I get jme

Re: win 2000

2004-08-23 Thread Peter Lin
it should work if you remove it. I have JMeter 2 and 1.9 running on my workstation at home, which is running win2K. it works with Sun jdk1.4.2_03 and jdk5 peter On Mon, 23 Aug 2004 11:44:58 -0600, Michael Chandler <[EMAIL PROTECTED]> wrote: > I've been running Jmeter successfully on my XP box. W

Re: What is really going on?

2004-08-19 Thread Peter Lin
just make sure the cookie manager is in the test plan. that will make sure the sessionid is set for the current test. peter On Fri, 20 Aug 2004 09:36:26 +1000, David Schulberg <[EMAIL PROTECTED]> wrote: > OK, My understanding of what is going on is slowly improving. > When I render the responses

Re: Problem - JMeter uses \ in file pathnamel as special characte r

2004-08-19 Thread Peter Lin
http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=JMeter On Thu, 19 Aug 2004 20:58:37 +0530, Dhiman, Gaurav <[EMAIL PROTECTED]> wrote: > > How can I enable the Debug mode in JMeter, I am new to it. > Also please let me know how can I create a Bugzilla issue, please give > me the link. > >

Re: Problem - JMeter uses \ in file pathnamel as special characte r

2004-08-19 Thread Peter Lin
y. > > Regards, > Gaurav > > > > > -Original Message- > From: Peter Lin [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 19, 2004 8:37 PM > To: JMeter Users List > Subject: Re: Problem - JMeter uses \ in file pathnamel as special > characte r >

Re: Problem - JMeter uses \ in file pathnamel as special characte r

2004-08-19 Thread Peter Lin
w to handle it. > > If anybody has answer, please respond. > > Thanks & Regards, > Gaurav Dhiman > > > > > -Original Message- > From: Peter Lin [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 19, 2004 6:28 PM > To: JMeter Users List > Subject: Re: Pr

Re: Out Of Memory Errors After Long Periods of Monitoring

2004-08-19 Thread Peter Lin
hehe, so you're using cygwin on windows :) I tried to write a simple ASP page that outputs the same format as Tomcat5, but what I discovered is many of the performance numbers in the system performance monitor returns either 1 or 0 regardless of the actual number of active threads handling request

Re: Out Of Memory Errors After Long Periods of Monitoring

2004-08-19 Thread Peter Lin
so were you using the new Tomcat monitor in Jmeter2.0? peter On Thu, 19 Aug 2004 08:58:14 -0400, Pollard, Matthew (Mat) 1275 <[EMAIL PROTECTED]> wrote: > I boosted the value of MaxLiveObjectEvacuationRatio to 100% and it seems to > have done the trick. JMeter has been running now for a coupl

Re: Problem - JMeter uses \ in file pathnamel as special characte r

2004-08-19 Thread Peter Lin
On Thu, 19 Aug 2004 13:50:05 +0100, BAZLEY, Sebastian <[EMAIL PROTECTED]> wrote: > Useful - but it does not mention "/", so I wonder why that failed? > > S. > -----Original Message- > From: Peter Lin [mailto:[EMAIL PROTECTED] > Sent: 19 August 2004 13:48 &g

Re: Problem - JMeter uses \ in file pathnamel as special characte r

2004-08-19 Thread Peter Lin
http://java.sun.com/products/jndi/tutorial/beyond/names/syntax.html here's a page on ldap and handling special characters. peter On Thu, 19 Aug 2004 13:35:27 +0100, BAZLEY, Sebastian <[EMAIL PROTECTED]> wrote: > Still trying to understand what you are doing... > > Are you using an LDAP Sampler

Re: Report Generation

2004-08-19 Thread Peter Lin
I'm not sure I understand. can you give an example of what kind of output you expect? peter On Thu, 19 Aug 2004 11:11:31 +0530, Shailender Jain <[EMAIL PROTECTED]> wrote: > Hai, > > I want to log an aggregate report in the CSV format. > I changed the required format in JMeter.properties file.

Re: Problem - JMeter uses \ in file pathnamel as special characte r

2004-08-19 Thread Peter Lin
correction, ldap spec. not http spec. peter On Thu, 19 Aug 2004 07:37:20 -0500, Peter Lin <[EMAIL PROTECTED]> wrote: > you're going to have to urlencode all special characters. this is a > http spec requirement and not specific to jmeter. > > peter > > > &

Re: Problem - JMeter uses \ in file pathnamel as special characte r

2004-08-19 Thread Peter Lin
you're going to have to urlencode all special characters. this is a http spec requirement and not specific to jmeter. peter On Thu, 19 Aug 2004 17:15:20 +0530, Dhiman, Gaurav <[EMAIL PROTECTED]> wrote: > > The request and response data from JMeter are as follows: > > Request Data > > Add obje

Re: JMeter from DOS Command Prompt ?

2004-08-19 Thread Peter Lin
http://jakarta.apache.org/jmeter/usermanual/get-started.html#non_gui the user manual describes how. peter On Thu, 19 Aug 2004 12:35:01 +0530, Dhiman, Gaurav <[EMAIL PROTECTED]> wrote: > > Hi All, > > Can we run the JMeter test cases from command prompt ? > Actually I want to integrate the JMe

Re: What is really going on?

2004-08-18 Thread Peter Lin
you should at minimum see requests in your access log. if not, add a listener like view results in tree to make sure it is getting results back peter On Thu, 19 Aug 2004 10:17:41 +1000, David Schulberg <[EMAIL PROTECTED]> wrote: > I have created a use case with JMeter 2.0.1 and then increased the

Re: Mailer Listener

2004-08-18 Thread Peter Lin
it could be a bug. can you see if any errors appear in jmeter's log? peter On Wed, 18 Aug 2004 12:40:10 -0500, Tracy Bost <[EMAIL PROTECTED]> wrote: > I wish to have the mailer listener email me for a failed assertion. > I believe I have it set all up correctly as I'm having the mailer > visuali

Re: Jmeter Support for Weblogic, Websphere

2004-08-18 Thread Peter Lin
On Jmeter's website, there's a link to the docs. http://jakarta.apache.org/jmeter/usermanual/index.html I would suggest going through one of the samples, like "building a test plan". If you don't like the user manual, I have a blog entry that attempts to introduce users to jmeter. http://woolfel

Re: Out Of Memory Errors After Long Periods of Monitoring

2004-08-17 Thread Peter Lin
Hi mat, How many servers are you monitoring? Are you using the new Tomcat5 monitor? When I worked on the Tomcat5 monitor, I ran JMeter for 2 days with Borland OptimizeIt to make sure the memory usage is flat. the tests I ran to verify there wasn't any memory leak was to monitor 2 of my servers a

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 1

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 JMet

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

Re: manual is up-to-date

2004-08-11 Thread Peter Lin
la/show_bug.cgi?id=30599 > > 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 &g

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 sect

Re: Problems with redirection

2004-08-10 Thread Peter Lin
> redirected page the login parameters? > BTW is there a alternative solution to the problem? > > Many thanks! > > G. > > > > > -Original Message- > > From: Peter Lin [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, August 10, 2004 3:10 PM > > T

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 happeni

Re: new to jmeter

2004-08-06 Thread Peter Lin
than a page > that retrieves a small amount of data. Is there a way to bring all the > data back so I can see the actual query time? Or is there a way to just > get the time? I don't necessarily need the data but I do need the actual > time to load the page. > > -Original

Re: new to jmeter

2004-08-04 Thread Peter Lin
; Thanks for the help. You guys rock...and roll.. > > > > -Original Message- > From: Peter Lin [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 04, 2004 1:48 PM > To: JMeter Users List > Subject: Re: new to jmeter > > look at the config elements, to pass around c

Re: new to jmeter

2004-08-04 Thread Peter Lin
nd page. > It seems that once the http 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 > S

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 12:

Re: viewstate problem

2004-08-03 Thread Peter Lin
tream.flush(BufferedOutputStream.java:127) > at org.apache.jmeter.protocol.http.proxy.Proxy.writeToClient(Proxy.java:197) > at org.apache.jmeter.protocol.http.proxy.Proxy.run(Proxy.java:148) > > Thanks & Regards > > Prabhu > > > > > Peter Lin <[EMAIL PROTECTED]> wrote: > that error doesn&#x

Re: viewstate problem

2004-08-03 Thread Peter Lin
that error doesn't help much. can you look at jmeter's log and see what errors were logged? peter On Tue, 3 Aug 2004 06:24:01 -0700 (PDT), prabhu varma <[EMAIL PROTECTED]> wrote: > > Hi All > > I am trying to recording dot net application using JMeter recorder but I got view > state problem

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 +0

Re: HTTP Request sampler other means of sending data

2004-07-29 Thread Peter Lin
mpler then I won't > have to manually add them in my script... ;-) > > Thanks for your help. Btw, I did write a simple servlet to echo the output and some > other debug statements. That helped. > > > > Peter Lin <[EMAIL PROTECTED]> wrote: > ok, that makes sense

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 c

Re: HTTP Request sampler other means of sending data

2004-07-28 Thread Peter Lin
Remedy QA <[EMAIL PROTECTED]> wrote: > Actually, 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 > > > r

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 200

Re: HTTP Request sampler other means of sending data

2004-07-28 Thread Peter Lin
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 uses servlet mapping and routing to return the correct http resource. If that is the case, you're probably going to have to write a new sampler

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 (PDT

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: 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: 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 PROTECTE

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
gt; wrote: > > > Hi Peter, > > 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 > > |---------+> > |

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

2004-07-20 Thread Peter Lin
x27;t allocated => no file. > So I need information, 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 > > |----

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

2004-07-20 Thread Peter Lin
e great if JMeter would allocate the directory if not > existant. > > Frank > > |-+> > | | Peter Lin| > | | <[EMAIL PROTECTED]| > | | m>

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: what type of Engine does JMETER Regex uses pls

2004-07-15 Thread Peter Lin
jmeter uses apache oromatcher for the regexp. does that answer your question? peter On Fri, 16 Jul 2004 13:31:47 +1000, Krishna, Raj <[EMAIL PROTECTED]> wrote: > Hi , > > Does any one know what type of engine does the jmeter use like dfa or > nfa. > > Thanks for the help > > Raj > > ---

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

2004-07-15 Thread Peter Lin
ed 2 seconds between > requests. In terms of load generated on the server. The elimination of > extra threads probably helps reduce some of the context switching and > memory use. > > Then again, no timers might increasing context switching, so who knows? > > -Mike > &g

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

2004-07-15 Thread Peter Lin
ny that aren't there for pretty > > good reason - like the proxy/ssl issue. > > > > To distill down something you said, and ignoring the network limitations > > (since that's such a variable): so in your experience you get about 100 > > threads per machine before

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

2004-07-15 Thread Peter Lin
a variable): so in your experience you get about 100 > threads per machine before it saturates it? Is it typically CPU bound or > memory or...? > > J > > > > - Original Message - > From: "Peter Lin" <[EMAIL PROTECTED]> > To: "JMe

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 t

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

2004-07-15 Thread Peter Lin
for general performance testing stuff, I have several performance articles listed on the links page http://wiki.apache.org/jakarta-jmeter/JMeterLinks. If I compare JMeter to other tools I've used, I would say it is comparable. The tools I've used: 1. apache ab 2. zdnet Webbench 3. custom script p

Re: https url using Jmeter- pls help

2004-07-15 Thread Peter Lin
oad test tool that can capture ssl. 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:

Re: https url using Jmeter- pls help

2004-07-15 Thread Peter Lin
n being picky about > certificates - but it works for most cases. I'm 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 > > &g

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 in

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: 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 v

Re: Taking too much of time

2004-07-12 Thread Peter Lin
r.configureSampler(TestCompiler.java:115) > at org.apache.jmeter.threads.JMeterThread.run(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

Re: Taking too much of time

2004-07-12 Thread Peter Lin
hentication process is > home made :-) > > > > 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 au

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
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 you're

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. H

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: 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 signif

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 to

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: 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 PR

Re: jmeter memory consumption

2004-07-01 Thread Peter Lin
t; generate such a load! > > I suppose no one has used Jmeter to the extent that I am planning. > > mabel > > > Peter Lin <[EMAIL PROTECTED]> wrote: > to my knowledge, even if you use a commercial product like mercury. > You still can't simulate 250 threads from on

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-06-30 Thread Peter Lin
to my knowledge, even if you use a commercial product like mercury. You still can't simulate 250 threads from one system without it eating a ton of memory. In fact, I believe mercury doesn't recommend you try it, unless you're using a beefy dual or quad CPU server with 8Gb of RAM, Gigabit ethernet

Re: Saving Listener(s)

2004-06-28 Thread Peter Lin
n : > Test Plan >Thread Group (10 users, 100 loop) > Simple Controller > HTTP Samplers > Aggregate Report Listener >

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 wo

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 en

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: 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 it

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 PROTEC

Re: How to use JMeter Built in Function

2004-06-25 Thread Peter Lin
ook will probably be outdated before u know it. > > > Niraj Shah wrote: > > >I was wondering if there is any book on JMeter. > >Anyway thanks !! > > > >- Original Message - > >From: "Peter Lin" <[EMAIL PROTECTED]> > >

Re: Thread group only runs first http request

2004-06-24 Thread Peter Lin
pt reply! > Thanks, > Ishmael > > Peter Lin <[EMAIL PROTECTED]> on 06/24/2004 02:39:58 PM > > > > Please respond to "JMeter Users List" <[EMAIL PROTECTED]> > > To:JMeter Users List <[EMAIL PROTECTED]> > cc: > > Subject

Re: Thread group only runs first http request

2004-06-24 Thread Peter Lin
> Start Time : 2004/06/24 13:25:35 > End Time: 2004/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, > Ishmae

Re: Thread group only runs first http request

2004-06-24 Thread Peter Lin
rrors in the jmeter.log file. 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

<    4   5   6   7   8   9   10   11   >