Re: unable to get jmeter source via cvs

2005-10-05 Thread Peter Lin
you're trying to check out using anonymous ? it should work. peter On 10/5/05, Baumgartner, Christian <[EMAIL PROTECTED]> wrote: > > Hi, i was away from work for about 1 month and now I got a new computer > for work. Well I work with jmeter and want to add some extra > modules/sampler etc. and

Re: include controller in 2.1.1

2005-10-04 Thread Peter Lin
can you open a bugzilla entry with a sample test plan. I tested the include controller in gui and non-gui mode. the documentation is minimal right now, and needs to be better. Basically this is how the include controller works. 1. add a simple controller in the workbench 2. add samples to the si

Re: How to Confirm HTTP Response

2005-10-03 Thread Peter Lin
On 10/3/05, Srinath vaidyanathan <[EMAIL PROTECTED]> wrote: > > Hi, > > I have a question regarding a web application i'm currently performance > testing using Jmeter 2.0.3. It's actually a online quiz application where > users can log on and take multiple-choice quizzes. This is my question. > > F

Re: Aggregate Report reset

2005-09-30 Thread Peter Lin
you have to do "clear" inbetween runs. peter On 9/30/05, m mat <[EMAIL PROTECTED]> wrote: > > Hi > > I would like aggregate report in particular and other listeners to reset > for every test run. Right now aggregate report aggregates results across > test runs. The only way I know of not making

Re: java.io.UnsupportedEncodingException in webservices sampler

2005-09-30 Thread Peter Lin
hmm, not sure. I'll take a look, though currently JMeter just uses apache soap. the sampler doesn't worry about encoding and assumes apache soap takes care of it. peter On 9/30/05, m mat <[EMAIL PROTECTED]> wrote: > > > Hi > > I get the following exception in webservices sampler > > > > 2005/09/

Re: Aggregare Report Queer Behavior

2005-09-30 Thread Peter Lin
please try the new 2.1.1 release sebb is posting this weekend and see if the problem persists. can you also try clearing first and then reloading the .jtl file. peter lin On 9/29/05, Srinath vaidyanathan <[EMAIL PROTECTED]> wrote: > > Hello, > I'm using jmeter 2.0.3. for

Re: SyncTimer

2005-09-29 Thread Peter Lin
I haven't used the sync timer and don't really remember who wrote it. can you open a bugzilla entry and provide a sample test plan. thanks peter On 9/29/05, Jonathan Oexner <[EMAIL PROTECTED]> wrote: > > Bump. > > Anyone? Bueller? Bueller? > > On 9/27/05, Jonathan Oexner <[EMAIL PROTECTED]> wrot

Re: Jmeter and using a proxy except for certain requests.

2005-09-29 Thread Peter Lin
it's probably going to require an enhancement so that JMeter selectively uses a proxy for a specific host:port. peter On 9/29/05, bugfactory anonyme <[EMAIL PROTECTED]> wrote: > > Hello. > > I want to load test a complex web site that uses multiple servers. To > access > some of them, I have to

Re: Distributed test, scalability!

2005-09-28 Thread Peter Lin
>I downloaded the source code, but I have not figured out yet where to > >start look. > > > >You wouldn't know how the Aggregate listener works when running multiple > >load agents? > > > >Regards > >Lars > > > > > > > >-Or

Re: Distributed test, scalability!

2005-09-28 Thread Peter Lin
what you observed is a fundamental limitation of stress testing. the only good way to deal with this is to have 2 ethernet ports on each client machine and use 2 routers. this way, all the traffic to the server is on one router and all other traffic is on the other router. this is how I have my ho

Re: Using HTTP proxy Server

2005-09-26 Thread Peter Lin
http://cvs.apache.org/viewcvs.cgi/*checkout*/jakarta-jmeter/xdocs/usermanual/jmeter_proxy_step_by_step.pdf try this tutorial. peter On 9/26/05, Anurodh Jain <[EMAIL PROTECTED]> wrote: > > Ya, I have changed the proxy to my machine where I am running Jmeter > and i am trying to test a web applic

Re: Getting Exception - java.util.NoSuchElementException

2005-09-23 Thread Peter Lin
that means the server might have reached it's limit and isn't returning a valid HTTP response. look in your server logs and see if you have connection denied status code. peter On 9/22/05, m mat <[EMAIL PROTECTED]> wrote: > > Hi > > I am using webservices sampler. Beyond a certain volume ( like

Re: Junit functionality

2005-09-22 Thread Peter Lin
honeslty, I haven't tried. I wrote the JUnitSampler specifically so that I could use our existing junit tests in jmeter for functional, load and stress testing. right now, the implementation will call setup testblah teardown peter On 9/22/05, planetsurya (sent by Nabble.com

Re: Where can I find the location in my web app of the errors that jMeter reports?

2005-09-21 Thread Peter Lin
which webserver are you using? usually there is an app log that writes out the errors. peter On 9/21/05, Greece <[EMAIL PROTECTED]> wrote: > > Hi, > I'm using Jmeter 2.0.3 to do load tesing about our web applications. > > I find some errors in the error report after running my tests using the >

[new features] - posted new nightly with classpath feature

2005-09-21 Thread Peter Lin
I've temporarily posted a nightly to my directory, since I'm unable to see the nightly directory at the moment. http://people.apache.org/~woolfel/jakarta-jmeter-2.1.20050921.zip for those who have been asking for classpath feature, please give it a try and kick the tires. Any feedback is appreci

Re: Monitor Results Listener

2005-09-21 Thread Peter Lin
http://jakarta.apache.org/jmeter/usermanual/build-monitor-test-plan.html peter On 9/21/05, Noureddine BEKRAR <[EMAIL PROTECTED]> wrote: > > Hi all, > Can you please explain me how to use the "Monitor results listener", > because i use it on a test to report a status of a tomcat 5.5.9 server > (w

Re: Junit functionality

2005-09-21 Thread Peter Lin
FYI I've improved the error handling for the JUnit sampler, so it should be pretty solid now. I'll try to post a nightly build to my directory today. thanks for all of your feedback. peter h <[EMAIL PROTECTED]> wrote: > > Hello Peter > > I have been busy of late. > Did you eventually get the J

Re: [extension to aggregate] - looking for feedback

2005-09-20 Thread Peter Lin
not a very convenient way :) > > > Peter Lin wrote: > > >that's a rough mockup. when you say "save results to file", do you mean > the > >aggregate table? > > > >peter > > > > > >On 9/8/05, Serguei Belikov <[EMAIL PROTECTED

Re: How to use Monitor Results Listener with jboss

2005-09-20 Thread Peter Lin
you should be able to. I'm told by Remy that jboss contains the status servlet. You'll have to figure out what the URL is for it though. I don't know it off hand. peter On 9/20/05, mukesh garg <[EMAIL PROTECTED]> wrote: > > Hi, > > Can we use Monitor listener with Jboss? > > Regards, > Muke

[new enhancements] - looking for feedback

2005-09-19 Thread Peter Lin
I've been working on more enhancements for JMeter and thought I would let the users know. http://people.apache.org/~woolfel/new-testplan.png I haven't finished testing the new feature yet, but I am working on adding support for classpaths. Once it's done, users will be able to add a classpath

Re: Junit functionality

2005-09-19 Thread Peter Lin
the code in 2.1 branch should work correctly now with the exception of suite, which I haven't figured how to handle. aside from that, it should be working now. http://cvs.apache.org/~woolfel/jakarta-jmeter.zip you grab the latest build I posted above. peter lin On 9/19/05, James Lear

Re: How it can be implemented?

2005-09-16 Thread Peter Lin
there's a new include controller which should be out with 2.1.1. it will allow you to make a series of requests in the workspace and then save it as a module. the module can then be used in the include controller. peter On 9/16/05, Manish Mathuria <[EMAIL PROTECTED]> wrote: > > I am going thr

Re: Is this a bug in webservices (SOAP) request sampler

2005-09-16 Thread Peter Lin
the way it is currently implemented, the sampler parses the XML to a DOM document and re-uses it. to get it to work that way would need an enhancement. please file an enhancement and I'll take a look thanks for reporting it peter On 9/16/05, Manish Mathuria <[EMAIL PROTECTED]> wrote: > > >

[proposal] - add the feature to allow user classpaths

2005-09-15 Thread Peter Lin
I'm planning on adding another feature to the 2.1 branch and provide a way for users to add classpaths to JMeter in the GUI. I was thinking of something like User Defined Classpath. Users can then select the jar files they want and the config element will add them to the classloader. Any though

Re: Using UTF8-Character set with (äöüß)

2005-09-13 Thread Peter Lin
that seems like a bug. I would file a bug entry as sebb suggested. peter On 9/13/05, Miklos Tverdota <[EMAIL PROTECTED]> wrote: > > Hi, > > The handling of the UTF8 character set in Soap/XML-RPC Sampler and > WebService(SOAP) cause some trouble. > > I had to avoid to write (äöüß) in the Soap/

[aggregate graph] - beta version checked in

2005-09-10 Thread Peter Lin
enhance it, but for now the functionality is working. http://people.apache.org/~woolfel/aggregate_graph.png peter lin

Re: SPAM-LOW: Re: SPAM-LOW: Re: Chaining SOAP calls

2005-09-09 Thread Peter Lin
gt; > Hi Peter > > Can you give me any pointers on how should I extend the SOAP sampler? > > Manish > -----Original Message- > From: Peter Lin [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 08, 2005 5:50 PM > To: JMeter Users List; [EMAIL PROTECTED] > Su

Re: [extension to aggregate] - looking for feedback

2005-09-08 Thread Peter Lin
I've managed to get some basic functionality working for the new aggregate graph listener. it's still missing some buttons for saving the graph and potentially the table data. http://people.apache.org/~woolfel/graph_cap2.png the code hasn't been checked in yet. peter On 9/

Re: SPAM-LOW: Re: Chaining SOAP calls

2005-09-08 Thread Peter Lin
rray of objects of which one of the property is this > id. Call 2 gets more data on this containers, so it needs to collate all > these ids together and pass into call 2. > > thanks > > > From: Peter Lin <[EMAIL PROTECTED

Re: Chaining SOAP calls

2005-09-08 Thread Peter Lin
that would depend on the response SOAP message sent by the server. sebb is the guru of regexp with jmeter, so perhaps he can help. What does the soap message look like? and what do you need to parse? peter On 9/8/05, Manish Mathuria <[EMAIL PROTECTED]> wrote: > > > > hi > > In orderto simul

Re: [extension to aggregate] - looking for feedback

2005-09-08 Thread Peter Lin
you please add "Save results to file" button? > In fact, it will be useful to have it on each listener GUI. > > Peter Lin wrote: > > >I thought I would share this with the users of jmeter. I am currently > >working on writing a new listener that is similar to the ag

[extension to aggregate] - looking for feedback

2005-09-08 Thread Peter Lin
following fields, which users will configure. 1. graph title 2. dimension width, height 3. drop down to select the column. in other words: ave, median, max, min, 50%, 90%, through put, kb/sec 4. button to display the graph 5. button to save the graph peter lin

Re: Problem making a soap call from JMeter

2005-09-08 Thread Peter Lin
looks like incorrect path. what does the WSDL have for the path of the webservice itself? for example, the wsdl from the xmethods.com in the email has this for the path http://64.124.140.30:9090/soap what you want to look for is this. http://64.124.140.30:9090/soap"/>

Re: Simulating more than 1000 Threads from Jmeter

2005-09-08 Thread Peter Lin
http://cvs.apache.org/viewcvs.cgi/*checkout*/jakarta-jmeter/xdocs/usermanual/jmeter_distributed_testing_step_by_step.pdf?rev=1.3.2.1 On 9/8/05, Elderkin, Scott <[EMAIL PROTECTED]> wrote: > > > Where can I find this "new manual for distributed testing?" > > Thanks! > > SE > > >

Re: URGENT : Jmeter Monitor Results with websphere

2005-09-06 Thread Peter Lin
n websphere and returning the statistics it maintains. peter lin On 9/6/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > hello; > > Please can you help me step by step to configure jmeter Monitor results > with Websphere Application Server > can you explain me the large stages to do this > > > thanks; >

[another report tool preview] - for those interested

2005-09-06 Thread Peter Lin
http://people.apache.org/~woolfel/report_cap7.png those curious about the progress of the reporting tool. you can see the latest screen capture of the progress above. peter

Re: Time measurement in Jmeter

2005-09-06 Thread Peter Lin
the answer is 2. the full request time. peter On 9/6/05, Łukasz Żebrowski <[EMAIL PROTECTED]> wrote: > > Hi, > What exactly mean times given in Aggregate Report? > > When I used Webroller, there were three modes of time measurement: > "0 - WebTransaction, the time period between the last reque

Re: HTML Rendering Time

2005-09-02 Thread Peter Lin
Unfortunately that currently isn't possible. In the past, I simply used mozilla and eye ball it. It's totally unscientific and not accurate, but it gives you a rough "feeling". Also, keep in mind that the HTML rendering in JMeter isn't any where near optimal. To get an "accurate" measurement, I

Re: Can Jmeter exercise existing Junit test cases

2005-09-01 Thread Peter Lin
hi james, the attachment didn't get through, can you try sending it to me directly, thanks peter On 9/1/05, James Learmonth <[EMAIL PROTECTED]> wrote: > > OK Peter tried that. With ref to attached SimpleTest.java > > test1 which passes reports OK > test0 which should fail does not report any

Re: [early peak at reporting tool] - for those interested

2005-08-31 Thread Peter Lin
onam Chauhan <[EMAIL PROTECTED]> wrote: > > Hi Peter. Hope you don't mind me: in the context below, you'd spell it > "peek", not "peak". > > Sonam > > -Original Message- > From: Peter Lin [mailto:[EMAIL PROTECTED] > Sent: Wednesday

Re: Can Jmeter exercise existing Junit test cases

2005-08-31 Thread Peter Lin
g-2005 14:38 > jakarta-jmeter-2_1.20050818_lib.zip 18-Aug-2005 14:38 > jakarta-jmeter-2_1.20050818_src.zip 18-Aug-2005 14:38 > > on the nightly builds. > > Am I looking in the wrong place, > e.g. http://cvs.apache.org/builds/jakarta-jmeter/nightly/ > > Regards > JimL > >

Re: [early peak at reporting tool] - for those interested

2005-08-31 Thread Peter Lin
he same OR if Jmeter has features to test this > scenario > > Rgds > Anuradha > > -Original Message- > From: Peter Lin [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 31, 2005 10:18 AM > To: jmeter-user > Subject: [early peak at reporting tool] - for those interes

[early peak at reporting tool] - for those interested

2005-08-30 Thread Peter Lin
Here is an early peak at the current progress of the reporting tool. http://people.apache.org/~woolfel/report_cap2.png http://people.apache.org/~woolfel/report_cap3.png peter lin

Re: Automatic execution of JMeter scripts

2005-08-30 Thread Peter Lin
On 8/30/05, Niranjan Dash <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I joined today in this group; I hope this will be a great experience of > knowledge sharing... > > Since a couple of weeks am using Jmeter for my company, but I'm least > experience in terms of using this tool. As currently I

Re: New to JMeter: Attributes of jtl sample results

2005-08-29 Thread Peter Lin
the easiest way is to just open the JTL file in a listener in jmeter. for example, start jmeter 1. add thread group 2. add aggregate listener 3. open the jtl file it will summarize the results. peter On 8/29/05, Kostas Karadamoglou <[EMAIL PROTECTED]> wrote: > > Hello, > I am new to JMeter.

Re: Windows Appln Testing

2005-08-28 Thread Peter Lin
JMeter isn't designed to do that. I'm not aware of any tool designed to test arbitrary exe applications. If you want to do that, it's going to be hard to do. You could use JNI to call the exe and time the entire thing, but it won't give you granularity. peter On 8/27/05, Sandeep Mankar <[EMAIL P

Re: Can Jmeter exercise existing Junit test cases

2005-08-26 Thread Peter Lin
> > > > Regards > > Jim > > > > -Original Message- > > From: Peter Lin [mailto:[EMAIL PROTECTED] > > Sent: 26 August 2005 14:04 > > To: JMeter Users List > > Subject: Re: Can Jmeter exercise existing Junit test cases > > >

Re: Can Jmeter exercise existing Junit test cases

2005-08-26 Thread Peter Lin
818_bin.zip > > Seems to be latest build ( also there are two ? ) > > I am so new to the email boards I don't know the ropes, sorry ! > > Regards > JimL > > > -Original Message- > From: Peter Lin [mailto:[EMAIL PROTECTED] > Sent: 26 August 2005 13:4

Re: Can Jmeter exercise existing Junit test cases

2005-08-26 Thread Peter Lin
Hi James, have you given the patched a try? any feedback on the JUnitSampler is appreciated. yesterday I added an additional catch for throwable, so hopefully that will catch more unexpected exceptions. peter lin On 8/24/05, James Learmonth <[EMAIL PROTECTED]> wrote: > Thanks Pete

Re: Can Jmeter exercise existing Junit test cases

2005-08-25 Thread Peter Lin
I've checked in a fix. it should be in the nightly build by tomorrow. now the sampler will set success to false and set the exception message as the response data. thanks for being patient. peter lin On 8/24/05, James Learmonth <[EMAIL PROTECTED]> wrote: > Thanks Peter, if you c

Re: SPAM-LOW: Re: Test Infrastructure Requirements

2005-08-24 Thread Peter Lin
I have an old article I wrote about tomcat performance. It's listed in tomcat's resource page. On 8/24/05, Manish Mathuria <[EMAIL PROTECTED]> wrote: > For calculations sake, let us assume 0 think time and I can scale it up as I > increase the think times. > > So at 0 think times I should be abl

Re: Test Infrastructure Requirements

2005-08-24 Thread Peter Lin
that depends on how much think time you have between requests. a 2ghz CPU system should be able to simulate 20-25 concurrent soap requests due to XML parser performance. that's the primary limitation. you can actually calculate the theoritical max concurrent load the server can handle soap webs

Re: scheduled distributed testing and access log sampler

2005-08-24 Thread Peter Lin
that's one of the limitations of jmeter. if you use "/" for the file separators, it should work, though you have to copy the accesslogs to all the systems running jmeter-server. the easiest way is to put the access logs in jmeter/bin/ directory. make sure the scheduler date and time is correct. A

Re: open-xchange login sessionID

2005-08-24 Thread Peter Lin
og? > >> > >> > >> peter > >> > >> > >> On 8/24/05, Fernando Ribeiro <[EMAIL PROTECTED]> wrote: > >>> Using a URL rewriting it don't disconnect, but results blanks too. > >>> > >>> > >>> &

Re: open-xchange login sessionID

2005-08-24 Thread Peter Lin
> > it looks like it's using URL rewriting for the session. what does the > > structure of your test plan look like? > > > > peter lin > > > > > > On 8/24/05, Fernando Ribeiro <[EMAIL PROTECTED]> wrote: > >> Hi all, > >> >

Re: Can Jmeter exercise existing Junit test cases

2005-08-24 Thread Peter Lin
my apologies, I came down with a cold on Sunday and last night was was sneezing and coughing. I'll try to implement that tonight if I'm not too sick. peter lin On 8/24/05, James Learmonth <[EMAIL PROTECTED]> wrote: > Hello Peter did you get chance to make the change as you s

Re: open-xchange login sessionID

2005-08-24 Thread Peter Lin
I took a quick look and used one of the demo logins. it looks like it's using URL rewriting for the session. what does the structure of your test plan look like? peter lin On 8/24/05, Fernando Ribeiro <[EMAIL PROTECTED]> wrote: > Hi all, > > I'm trying to use j

Re: Distributed Testing

2005-08-24 Thread Peter Lin
you've read the distributed testing tutorial right? if you haven't I would recommend reading it. the pdf is here http://cvs.apache.org/viewcvs.cgi/*checkout*/jakarta-jmeter/xdocs/usermanual/jmeter_distributed_testing_step_by_step.pdf peter lin On 8/24/05, Sandeep Mankar <[EM

Re: HTTPUnit Tests

2005-08-23 Thread Peter Lin
from JMeter? It will be time information > based on methods or WebRequest??? > > best wishes, > xudong > > On 8/23/05, Peter Lin <[EMAIL PROTECTED]> wrote: > > In the nightly build, there's a new JUnit sampler. I can reuse any > > classes that extend JUnit&

Re: Can Jmeter exercise existing Junit test cases

2005-08-23 Thread Peter Lin
sponseMessage(getError()); > > > -Original Message- > From: Peter Lin [mailto:[EMAIL PROTECTED] > Sent: 22 August 2005 16:58 > To: JMeter Users List > Subject: Re: Can Jmeter exercise existing Junit test cases > > I'm not sure what the problem is. try using

Re: HTTPUnit Tests

2005-08-22 Thread Peter Lin
In the nightly build, there's a new JUnit sampler. I can reuse any classes that extend JUnit's TestCase peter On 8/22/05, Jake Newren <[EMAIL PROTECTED]> wrote: > Is there an easy way to incorporate my existing HTTPUnit tests into Jmeter? > > > > -

Re: JMeter Question - Regarding virtual hosts

2005-08-22 Thread Peter Lin
hmm... I assume you're able to view it successfully in a browser? what kind of error do you see in jmeter.log? peter lin On 8/22/05, srinathv <[EMAIL PROTECTED]> wrote: > Hi Peter, > >No luck. whatever i give in the "server name or IP" tab in HTTP Req. it >

Re: Can Jmeter exercise existing Junit test cases

2005-08-22 Thread Peter Lin
box > Complains about org.apache.log.Formatter , I have scoured the net but cannot > find this. > > Regards Jim Learmonth > > > -Original Message- > From: Peter Lin [mailto:[EMAIL PROTECTED] > Sent: 19 August 2005 11:49 > To: JMeter Users List > Subject: Re: Can J

Re: Tomcat monitor memory load calculation

2005-08-19 Thread Peter Lin
esn't heap in terms of the Max heap. peter lin On 8/19/05, Jonathan Oexner <[EMAIL PROTECTED]> wrote: > Okay, I have no desire to start (continue?) a flame war here. I > personally have a need to see the actual memory usage of my > application, to check for leaks. I thought it

Re: Can Jmeter exercise existing Junit test cases

2005-08-19 Thread Peter Lin
feel free to post feedback to the list. I'm using it at work, but I'd like to hear what other's think. http://cvs.apache.org/viewcvs.cgi/*checkout*/jakarta-jmeter/xdocs/usermanual/junitsampler_tutorial.pdf the tutorial is there. peter lin On 8/19/05, James Learmonth <[EMAIL

Re: Can Jmeter exercise existing Junit test cases

2005-08-19 Thread Peter Lin
there's a new junitsampler in the nightly build and there's a tutorial for it in CVS. peter lin On 8/19/05, James Learmonth <[EMAIL PROTECTED]> wrote: > I am new to Jmeter though have used Junit > I have hundreds of existing Junit Test suites/Test cases > Up to now for

Re: Tomcat monitor memory load calculation

2005-08-18 Thread Peter Lin
. You can see the absolute heap usage. It has the > added benefit that both the heap size and the heap usage are on the > same scale, which means that you can see how close the memory usage > has to get before the JVM decides to grow the heap. > > Try it out. You might like it. ;

Re: Tomcat monitor memory load calculation

2005-08-18 Thread Peter Lin
t match my experience or existing documentation. Is this based on real world loads and application? Or it is based pure on theory? I've mainly worked on large clusters, so my experience may be totally different than what you see. peter lin --

Re: Tomcat monitor memory load calculation

2005-08-18 Thread Peter Lin
f the thread and memory usage reach a regular pattern after a few hours. If it doesn't, I profile it with OptimizeIt and track down the issue. I probably won't have time to work on it this week, but next weekend I may have time. peter lin On 8/18/05, Jonathan Oexner <[EMAIL PROTECTED]&

Re: Tomcat monitor memory load calculation

2005-08-18 Thread Peter Lin
urrent used / current heap lets you see how the JVM is resizing the heap and indicates if there is a memory. Several tomcat developers use Jmeter monitor for that purpose and so do I. If you don't believe, I would suggest changing it and run 20-30 tests with var

Re: SPAM-LOW: Re: Reporting tool for JMeter

2005-08-18 Thread Peter Lin
OW: Re: Reporting tool for JMeter > > Hi Peter, > > This is excellent news! A consoldated report is exactly what I need for > immediate visibility into an automated run. I'd also be very happy to > test this. > > Kind regards, > Bronagh > > Peter Lin wrote: >

Re: jmeter + cocoon 2.1.7 form submission

2005-08-17 Thread Peter Lin
the proxy will record what ever the browser sent. if there's an empty file, just remove it from the sample. usually, some manual cleanup is needed of the recorded test plans. peter lin On 8/17/05, Anton Andreev <[EMAIL PROTECTED]> wrote: > Hello, > > I'm trying to reco

Reporting tool for JMeter

2005-08-17 Thread Peter Lin
My apologies to the users for accidentally hijacking the VM thread. I'm reposting it under a new topic for those interested in hearing about the reporting feature I'm working on. I posted a message to jmeter-dev a few weeks back about reporting tool for jmeter. I guess now is as good of time as an

Re: JMeter Capacity?

2005-08-17 Thread Peter Lin
that usually means the webserver is not responding correctly, which one could interpret as "the server has reached it's limits." Some people explicitly define the limit as an error rate. by that I mean this. A max of 2% error and response time of Xms Some people define the limit as the response

Re: AW: AW: AW: Survey: JMeter OS/JVM platform usage

2005-08-17 Thread Peter Lin
y goal at the moment. peter lin On 8/17/05, Christian Baumgartner <[EMAIL PROTECTED]> wrote: > reporting feature? > 1.5 really has some nice improvements. i would appreciate to change, but i > am not the company, and beside, at this time there is no need to change, > because of t

Re: AW: AW: AW: Survey: JMeter OS/JVM platform usage

2005-08-17 Thread Peter Lin
chances are, version 3 will be atleast 1-2 years before it gets released :) I plan to continue working on the 2.x line, like the new reporting feature I'm working on for JMeter. But some things would be fun to do using Jdk1.5 for jmeter 3. peter On 8/17/05, Christian Baumgartner <[EMAIL PROTECT

Re: Survey: JMeter OS/JVM platform usage

2005-08-16 Thread Peter Lin
windows 2K, XP jdk 1.4.2, 1.5.0 fedora core 2 jrockit 1.5 ibm jdk1.4.2 sun jdk 1.4.2 solaris 8 sun jdk peter On 8/16/05, Michael Stover <[EMAIL PROTECTED]> wrote: > JMeter from CVS > > jdk1.5 > > OS's: Mandrake Linux, Windows XP Pro, Solaris (8, I think) > > -Mike > --

Re: using sql query as a request parameter value

2005-08-12 Thread Peter Lin
hi mukesh, is your goal to send a query to the database and then use the results for a HTTP request? peter On 8/12/05, Michael Stover <[EMAIL PROTECTED]> wrote: > S. does the JDBCSampler not meet your needs? > > On Fri, 2005-08-12 at 06:28 -0700, mukesh garg wrote: > > Basically i am

Re: Problem when my test class try to acces corba classes

2005-08-12 Thread Peter Lin
that should be in the WSAD docs peter On 8/12/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > thanks peter, do you know where I can find the list for the jar files needed > with WSAD ? > > > > > > > -----Original Message- > From: Peter Lin [mai

Re: Problem when my test class try to acces corba classes

2005-08-12 Thread Peter Lin
since you're using WSAD, there's a couple of jar files you need for IBM's RMI. I'm not positive, but you need j2ee.jar, ibmorb.jar, ras.jar, idl.jar and one other one. peter On 8/12/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi all, > > I have an issue using JMeter. I try to test a cli

Re: Proxy server settings..

2005-08-11 Thread Peter Lin
glad I could help. peter On 8/11/05, Umesh Pawar <[EMAIL PROTECTED]> wrote: > Thanks, Peter. > > -Original Message- > From: Peter Lin [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 11, 2005 3:19 PM > To: JMeter Users List > Subject: Re: Proxy server settin

Re: AccessLogSampler multiple files

2005-08-11 Thread Peter Lin
I will patch the bug and check it into CVS HEAD tonight. you should be able to pick up the nightly build. peter lin On 8/11/05, Ronald Garrett <[EMAIL PROTECTED]> wrote: > Definitely seen it. If you run multiple threads in a Thread Group, then > you can see the same requests scroll

Re: Proxy server settings..

2005-08-11 Thread Peter Lin
you can set IE to send the requests to a proxy. there's a step-by-step tutorial for the proxy. http://cvs.apache.org/viewcvs.cgi/*checkout*/jakarta-jmeter/xdocs/usermanual/jmeter_proxy_step_by_step.pdf?rev=1.1 peter On 8/11/05, Umesh Pawar <[EMAIL PROTECTED]> wrote: > Hi , > > As per knowledg

Re: AccessLogSampler multiple files

2005-08-11 Thread Peter Lin
I just looked at the current implementation and it looks like each sampler creates it's own log parser instance, so it will repeat the same request. please file a bugzilla entry and I will look into fixing it this weekend. peter On 8/11/05, Ronald Garrett <[EMAIL PROTECTED]> wrote: > Definitely

Re: AccessLogSampler multiple files

2005-08-11 Thread Peter Lin
the way AccessLogSampler works is it will parse 1 line in the access log per request. say you have a thread group with 30 threads. after each of the 30 threads have sent 1 request, the sampler would have parsed 30 lines of access log. This means, the 30 threads will not repeat the same request ano

Re: few doubts regarding login

2005-08-11 Thread Peter Lin
someone else just asked th esame kind of question about testing login. you can see the response. peter On 8/11/05, hema rengarajan <[EMAIL PROTECTED]> wrote: > Can anyone answer my questions.Its urgent > > hema rengarajan <[EMAIL PROTECTED]> wrote:Hi ppl, > > I'm a new user to jmeter.I have to

Re: few doubts

2005-08-11 Thread Peter Lin
http://jakarta.apache.org/jmeter/usermanual/index.html - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Dependency support for threads

2005-08-11 Thread Peter Lin
I would recommend trying the TCPSampler, if your XMPP server is able to call back using an open connection. I'm guessing this is for a mobile messaging portal. the best approach assuming you have the time is to write a new sampler. peter lin On 8/11/05, Vinod Panicker <[EMAIL PROTECTED

Re: few doubts

2005-08-11 Thread Peter Lin
the jmx file didn't get through. normally this is what people do 1. add thread group 2. add sampler 3. enter the request parameter names 4. enter a function call for the value 5. use a CSV file for the username, password, etc I would recommend reading the user manual if you haven't. hope that h

Re: Dependency support for threads

2005-08-11 Thread Peter Lin
.1 release candidate has a JMS sampler now. peter On 8/11/05, Vinod Panicker <[EMAIL PROTECTED]> wrote: > On 8/10/05, Peter Lin <[EMAIL PROTECTED]> wrote: > > I don't think that is possible in jmeter. The threads are independent > > of each other and do not thread.jo

Re: Statistics [was Re: AW: order of samples in results file]

2005-08-11 Thread Peter Lin
there's a submission in CVS that can insert the results to a database in bugzilla. you can look there. after we get jmeter 2.1 out, I plan to take a look and add the code. peter On 8/11/05, Christian Baumgartner <[EMAIL PROTECTED]> wrote: > Thanks.. I didn't know that exactly.. > but what i wann

Re: Dependency support for threads

2005-08-10 Thread Peter Lin
I don't think that is possible in jmeter. The threads are independent of each other and do not thread.join(thread) to the best of my knowledge. peter On 8/10/05, Vinod Panicker <[EMAIL PROTECTED]> wrote: > Let me explain in more detail. > > There are two threads, X and Y. Both run simultaneous

Re: Memory leaks - large and uncollected

2005-08-09 Thread Peter Lin
ich.edu/~janderse/sakai/test.jmx > > -Jon Andersen > Software developer > 734-260-6083 (work) > 734-646-5577 (home) > Digital Media Commons - Duderstadt Center > University of Michigan > > On Aug 9, 2005, at 11:58 AM, Peter Lin wrote: > > > that might be a bug. do

Re: Memory leaks - large and uncollected

2005-08-09 Thread Peter Lin
that might be a bug. do you see any errors in jmeter.log? peter On 8/9/05, Jon Andersen <[EMAIL PROTECTED]> wrote: > I tried using HTTPSampler2 as suggested. However, now there is another > problem, which shows up even without SSL. Once I switch to > HTTPSampler2, cookies or redirects aren't

Re: Running jmeter-server

2005-08-08 Thread Peter Lin
you have you looked at the new distributed testing tutorial? http://cvs.apache.org/viewcvs.cgi/*checkout*/jakarta-jmeter/xdocs/usermanual/jmeter_distributed_testing_step_by_step.pdf peter On 8/8/05, Jon Andersen <[EMAIL PROTECTED]> wrote: > Hi, > > I'm having trouble getting jmeter-server to s

Re: Constant Throughput Timer Troubles

2005-08-07 Thread Peter Lin
constant throughput attempts to send requests at a constante request rate. Hafve you tried it without the switch? peter lin On 8/7/05, Jeremy Dahlgren <[EMAIL PROTECTED]> wrote: > I have a test that needs to spread 1285200 requests across 3.5 hours. The > same test also needs to

Re: Memory leaks - large and uncollected

2005-08-03 Thread Peter Lin
nt" implementation without > rewriting the script? Do both use the same configuration, so I could > do a search-n-replace? > > Thanks a bunch! > > -Jon Andersen > Software developer > 734-260-6083 (work) > 734-646-5577 (home) > Digital Media Commons - Du

Re: Memory leaks - large and uncollected

2005-08-03 Thread Peter Lin
I've run optimizeIt on Jmeter about 3 dozen times when I wrote the various samplers like Webservice, jms, accesslog and tomcat monitor. Under normal conditions, JMeter's memory usage is constant. I've run tests using OptimizeIt on JMeter for 500K, 1million and 2 million requests. what I haven't do

Re: Getting an XMLerror

2005-08-03 Thread Peter Lin
in jmeter/bin/ there's a jmeter.log file. generally, errors will appear in the dos shell or in the log. when I tested the webservice sampler, I used one listed on xmethods.com. there may be a difference in Glue webservice versions. if that's the case, it maybe you're using a newer version. peter

Re: Performance testing Glue Web Services

2005-08-03 Thread Peter Lin
I did test the webservice sampler against glue and it worked. peter On 8/3/05, Manish Mathuria <[EMAIL PROTECTED]> wrote: > > Hi > > I am new to JMeter. > > I want to know if JMeter would work for Glue web services. We are using Glue > to convert our java interfaces to web services and need t

<    1   2   3   4   5   6   7   8   9   10   >