Re: AW: Reporting tool for JMeter

2008-10-16 Thread Peter Lin
same. > > > Regard's > Ajay Mishra > > -Original Message- > From: Peter Lin [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 16, 2008 6:37 PM > To: JMeter Users List > Subject: Re: AW: Reporting tool for JMeter > > sorry for the delay responding. &

Re: AW: Reporting tool for JMeter

2008-10-16 Thread Peter Lin
an Baumgartner wrote: >> >> Hello Peter, >> >> the reporting tool sounds like the thing i was missing in jmeter the whole >> time i am using it. if it comes for testing, i would be glad to help. >> >> >> good morning >> Christian >

Re: [Help] Checking number of concurrent session with JMeter?

2008-10-17 Thread Peter Lin
the key here is to determine was the peak request per second is. 24000 users that are inactive might only generate 100 request/second. 1000 very active users could easily exceed the load generated by 24000 inactive users. peter On Fri, Oct 17, 2008 at 8:18 AM, rustix <[EMAIL PROTECTED]> wrote: >

Re: [Help] Checking number of concurrent session with JMeter?

2008-10-17 Thread Peter Lin
rote: > On 17/10/2008, Peter Lin <[EMAIL PROTECTED]> wrote: >> the key here is to determine was the peak request per second is. 24000 >> users that are inactive might only generate 100 request/second. 1000 >> very active users could easily exceed the load generated by

Re: Generate Summary Results - Incorrect Calculations?

2009-01-07 Thread Peter Lin
the min time is the first record in the .jtl file. The max time is the last record. the duraction is max - min. peter On Wed, Jan 7, 2009 at 10:40 AM, Woodcock, Simon wrote: > Sebb, > > The results are logging to a .jtl file, the test is set to loop 'forever'. > > Could you explain in more det

Re: Monitor Results listener

2009-02-24 Thread Peter Lin
the monitor results work with tomcat's status servlet. other webservers can be modified to output the same format as tomcat, but it does take a bit of work. I've gotten weblogic 6 to output the right format a long time back, so it is possible. never tried with websphere or any other ejb/servlet co

Re: Monitor Results in jmeter for Glassfish App server

2009-03-03 Thread Peter Lin
the monitor sampler only works with tomcat. to use it with other containers, you have to port tomcat's status servlet to the target container and access the appropriate mbeans to get the stats. peter On Tue, Mar 3, 2009 at 9:55 PM, Raghuvir Kamath wrote: >> Hi I want to monitor the results of G

Re: Monitor Results in jmeter for Glassfish App server

2009-03-03 Thread Peter Lin
; target container inorder to output the server values in xml format > >  Can we do this for any application server. > > Thanks and Regards > > Rekha Arsi > > > -Original Message- > From: Peter Lin [mailto:wool...@gmail.com] > Sent: Wednesday, March 04, 2

Re: Jmeter Monitor results script

2009-04-17 Thread Peter Lin
the monitor only works for tomcat. Make sure you have it configured correctly. try accessing the tomcat's status servlet with a browser. On Fri, Apr 17, 2009 at 12:58 PM, Ekta Trivedi wrote: > Hi, > > > > I am trying to input Monitor result feature in my scripts. > > Here is my input, > > > > Se

Re: Maximum Users can JMeter support for HTTP Request

2009-04-22 Thread Peter Lin
the best way to find out is create a test plan and try ramping up the number of threads in blocks of 100. peter On Wed, Apr 22, 2009 at 10:46 AM, C.Vijayakumar wrote: > Hi Sebb , > > What I meant is , I just want to test the Java application ( HTTP Request ) > with 2500 Users ( Heap Memory Size

Re: TestNG sampler

2009-05-11 Thread Peter Lin
there's already an existing JUnit sampler. you could extend that sampler to support TestNG. I wrote the JUnit sampler back in 2006. peter On Mon, May 11, 2009 at 5:31 PM, Chi Tong wrote: > > Hi, > > Will there be a TestNG sampler available in Jmeter's future release for > driving TestNG test

Re: Graph Results overlap

2009-05-12 Thread Peter Lin
Isn't that how it has always worked. If the test plan is large and runs for a long time, the graph start back at the beginning again. peter On Tue, May 12, 2009 at 6:24 PM, sebb wrote: > On 11/05/2009, drubix wrote: >> >>  Hi, >> >>  When using the Graph Results listener, if the plot goes off t

Re: Graph Results overlap

2009-05-12 Thread Peter Lin
ode and non-GUI > mode (and opening the JTL file after the test has completed).  I'm away from > work today and don't have any of my testing files but I'll upload a bugzilla > report tomorrow if that is not the intended functionality. > > Drew > > > Peter Lin wr

Re: Graph Results overlap

2009-05-13 Thread Peter Lin
raph's produced > don't make sense and can't be directly exported into a report due to their > non-standard nature.  I'll file a bugzilla report regarding this. > > Drew > > > Peter Lin wrote: >> >> I could be wrong, but it has always been that

Re: Graph Results overlap

2009-05-13 Thread Peter Lin
e. > > I'll probably need to write some sort of graphing plugin so that I can > include the results of the test in my final report for work anyway.  If I do > end up doing this, I'll release the graphing plugin so that other people can > use it too. > > Thanks for

Re: Graph Results overlap

2009-05-14 Thread Peter Lin
port for work anyway.  If I >> do >> end up doing this, I'll release the graphing plugin so that other people >> can >> use it too. >> >> Thanks for the heads up, >> >> Drew >> >> >> Peter Lin wrote: >>> >>> there&

Re: Presentation

2009-05-17 Thread Peter Lin
look in this folder. http://svn.apache.org/repos/asf/jakarta/jmeter/trunk/xdocs/presentation/ I made those a long time ago. it's in open office format. peter On Sun, May 17, 2009 at 10:59 AM, Steve Weisberg wrote: > So as not to need to recreate the wheel, does anybody have material > for a pr

Re: How to understand Aggregate Report

2009-05-19 Thread Peter Lin
this question has been asked many time by lots of people. most often it is because they don't read the documentation. peter On Tue, May 19, 2009 at 8:23 AM, Ashv wrote: > After reading this link > (http://jakarta.apache.org/jmeter/usermanual/glossary.html) only I have > posted my question? > b

Re: StackOverflowError

2009-05-26 Thread Peter Lin
If you want to simulate "real production traffic", one option is to use the access log sampler. I wrote that sampler so that I could simulate production traffic. It might be easier than using a test plan that generates random requests. peter On Tue, May 26, 2009 at 12:08 PM, Noel O'Brien wrote:

Re: StackOverflowError

2009-05-26 Thread Peter Lin
ndom/Throughput > Controllers to simulating random branching with weighting. > > Regards, > Noel > > - Original Message - > From: "Peter Lin" > To: "JMeter Users List" > Sent: Tuesday, 26 May, 2009 17:12:37 GMT +00:00 GMT Britain, Ireland, Portuga

Re: 64 bit requirements?

2009-06-03 Thread Peter Lin
as far as I know none. peter On Wed, Jun 3, 2009 at 5:39 PM, Scott McFadden wrote: > Are there any special requirements for running JMeter on Windows 2008 > Server X64? > > > > Thanks > > > > > > - To unsubscribe, e-mail: jmete

Re: Additional info from Summariser

2009-07-21 Thread Peter Lin
you can copy the existing summariser and make a new one with stdev. there's a pdf document describing how to write plugins. http://jakarta.apache.org/jmeter/extending/jmeter_tutorial.pdf peter On Tue, Jul 21, 2009 at 2:25 PM, Tech Newbie wrote: > I found the Summariser very helpful for monitori

Re: Integrating Monitoring stuff

2009-09-16 Thread Peter Lin
sounds like a useful feature. As far as know, DTrace has been ported to linux and OSX, so it should work on solaris, linux and osx. it won't work on windows obviously. the sampler should be fairly straight forward. Are you planning on using JNI to invoke DTrace? peter On Wed, Sep 16, 2009 at

Re: Negative Latency

2009-10-20 Thread Peter Lin
both systems must be insync. That's fundamental to all distributed applications, including distributed testing. peter On Tue, Oct 20, 2009 at 2:13 PM, Carl Shaulis wrote: > > The difference appears to be about 10 seconds between the clock on my > machine and the slave server.  I added a constan

Re: JUnit setUp() trap

2007-01-23 Thread Peter Lin
the tutorial on the JUnit sampler states the setup and teardown method need to be public. please open a bugzilla to enhance the user manual. sorry you had to waste time debugging your test. it's generally better to make the setup, teardown, onetimesetup and onetimeteardown public methods. peter

Re: JUnit setUp() trap

2007-01-23 Thread Peter Lin
jmeter does some magic loading its classes so I had to remote debug. But never mind, I learned something ;-) Thanks for a great tool, Jürgen Peter Lin wrote: > the tutorial on the JUnit sampler states the setup and teardown method > need > to be public. please open a bugzilla to enhance

Re: JUnit setUp() trap

2007-01-23 Thread Peter Lin
hanks for a great tool, Jürgen Peter Lin wrote: > the tutorial on the JUnit sampler states the setup and teardown method > need > to be public. please open a bugzilla to enhance the user manual. > > sorry you had to waste time debugging your test. it's generally bette

Re: JMeterMonitor Results for WebLogic 9.1,JBoss 4.0.X

2007-02-07 Thread Peter Lin
did you make sure to send the right parameters to jboss? for it to work, you need to have XML=true in the request parameters. if you're passing that, look in the server logs to see if there's any errors. peter On 2/7/07, nisha yadav <[EMAIL PROTECTED]> wrote: Hi, We are trying to con

Re: Store results in a database?

2007-04-17 Thread Peter Lin
yeah, there's an old bugzilla enhancement for that. I never got around to checking it in. I'll try to find it. peter On 4/17/07, sebb <[EMAIL PROTECTED]> wrote: Or record the data as CSV (or XML) and then use the database bulk load tools to populate the database. Or use the BeanShell Listene

Re: Performance of JMeter under Java 5

2007-04-24 Thread Peter Lin
that's odd. Back in 2005, I did some tests and jmeter ran faster with jdk1.5.0 for http sampler for me. That was with a single jmeter instance, not distributed testing. what sampler are you using? peter On 4/24/07, sebb <[EMAIL PROTECTED]> wrote: I've no idea why that should be. There are n

Re: 'Monitor Results' showing servers as dead

2007-05-25 Thread Peter Lin
the first thing to do is see if you can view the status servlet results in tomcat. if you can, make sure the login settings in jmeter are correct. peter On 5/24/07, Krishna Kanth B. N. <[EMAIL PROTECTED]> wrote: Hi, I m testing a web application and I have added 'Monitor Results' and 'View

Re: monitor result

2007-06-11 Thread Peter Lin
the monitor is only designed to work with tomcat 5.x status servlet. peter On 6/11/07, neth <[EMAIL PROTECTED]> wrote: Hi, I've a little problem to use monitor result; in a thread group i put 1 http auth. manager, 1 http request with correct value of each field , 1 constant timer and 1 monito

Re: Jmeter Plugin

2007-07-19 Thread Peter Lin
either way should work. there's a link to a tutorial on jmeter's home page towards the bottom. peter On 7/19/07, tiffany <[EMAIL PROTECTED]> wrote: Hi, I am developing a Jmeter Plugin, I have the following question: Do I have to build Jmeter with the Plugin code, use "ant all" command to b

Re: Jmeter Plugin

2007-07-20 Thread Peter Lin
find this topic from the tutorial, I just see the following from the tutorial: Distributed Testing Recording Tests JUnit Sampler Access Log Sampler None of them contain the information for this topic. Please let me know the URL for the tutorial. Thanks, Tiffany Peter Lin wrote: > >

Re: Test failed! java.lang.StackOverflowError

2007-08-07 Thread Peter Lin
your test plan might be corrupted. the error looks like jmeter had problems with the structure of the testplan peter On 8/7/07, Simon Brown <[EMAIL PROTECTED]> wrote: > > Hi, > > I'm getting a java.lang.StackOverflowError after running multiple > requests to a suite of URLs. The error is as foll

Re: JMS Point to Point JNDI settings

2007-10-23 Thread Peter Lin
try the docs here http://jakarta.apache.org/jmeter/usermanual/build-jms-point-to-point-test-plan.html On 10/23/07, Kumar, Vijay (Sapient) <[EMAIL PROTECTED]> wrote: > > I have set the JNDI properties and its working well. But required to set > JMS as well. No idea what is the parameter name to s

Re: Jmeter throughput goes down after few minutes; sign of memory leak?

2007-12-11 Thread Peter Lin
which listeners are in the test plan? keep in mind soap is very verbose, so if you have any listeners it will consume a lot of memory very quickly. peter On Dec 11, 2007 9:41 AM, Joe S <[EMAIL PROTECTED]> wrote: > Hi all, > > I noticed in my tests with Jmeter 2.3 in a Windows XP machine with >

Re: Access Log Sampler

2008-01-04 Thread Peter Lin
change the number of iterations to 1, if you just want it to read the first line. the purpose of the accesslog sampler is to take a huge log file with hundreds of thousands of requests and run a simulation of actual production traffic. peter On Jan 4, 2008 6:06 AM, Christian Hufgard <[EMAIL PROT

Re: Access Log Sampler

2008-01-04 Thread Peter Lin
if you want a delay between requests, add a timer. when I wrote the sampler, it was to run a large number of requests. In my case, I took a sample log of 50K and set jmeter to run for 1million iterations I added a timer to produce the desired concurrent requests per second. peter On Jan 4, 2008

Re: Access Log Sampler

2008-01-04 Thread Peter Lin
you can use multiple thread groups and control each one with a timer, though the timing is probably going to vary depending on how fast the server responds. at best, jmeter will try to simulate peak load and lull load. a simple way would be to create 10 thread groups and have some thread groups s

Re: Access Log Sampler

2008-01-04 Thread Peter Lin
that's tricky :) exactly as possible will never be exactly what happened in production. the best one can hope for is the same traffic loads and patterns. from your comments so far, it sounds like you want to reproduce a sudden traffic spike to see what happens on the server and possible see how l

Re: Access Log Sampler

2008-01-04 Thread Peter Lin
in that case, if you get a rough approximation of the traffic pattern, you should be able to run it multiple times and get comparable results. peter On Jan 4, 2008 11:13 AM, Christian Hufgard <[EMAIL PROTECTED]> wrote: > > exactly as possible will never be exactly what happened in production. >

Re: Time spent where?

2008-01-28 Thread Peter Lin
what I would do is added some simple code to time how long the queries take and write that to a file. Back when I worked for Superpages.com, we had all sorts of performance logging, so that we could generate reports every night. In my case, we had service level agreements, so we had to log extensi

Re: How popular is JMeter?

2008-02-01 Thread Peter Lin
there isn't a comprehensive list any where. JMeter is widely used, but it's hard to know exactly which companies use it. peter On Feb 1, 2008 10:19 PM, Joe S <[EMAIL PROTECTED]> wrote: > Hi David, > > Thanks for your comments. Where can I find a list of companies who use > JMeter? > > Thanks >

Re: Looping the monitor results listener - best way?

2008-04-30 Thread Peter Lin
if you want the monitor to only run during the stress test, just set the iteration and delay so it roughly matches the duration of the test. peter On Wed, Apr 30, 2008 at 6:50 AM, efj <[EMAIL PROTECTED]> wrote: > > Hi, > > I've set up a simple test plan to see how the monitor results listener w

Re: Access Log Sampler

2008-05-15 Thread Peter Lin
What I've done in the past with tomcat is to write a request filter to dump the request parameters into the log. in some cases, you may not want to do that for security reasons if there's sensitive data. peter On Thu, May 15, 2008 at 6:53 AM, sebb <[EMAIL PROTECTED]> wrote: > On 14/05/2008, john

Re: Access Log Sampler

2008-05-15 Thread Peter Lin
k OK. > > @Peter: what format do the request parameters have to be in for the > sampler to pick them up? > > On 15/05/2008, Peter Lin <[EMAIL PROTECTED]> wrote: >> What I've done in the past with tomcat is to write a request filter to >> dump the request parameters i

Re: Jmeter2.3.1 JMS Publisher Problem

2008-06-10 Thread Peter Lin
looks like it couldn't create the initialcontext. make sure you have the activemq jar in jmeter's lib folder peter On Tue, Jun 10, 2008 at 8:24 AM, ModiPawan <[EMAIL PROTECTED]> wrote: > > > Hi Jmeter Community, > > I am new to Jmeter. I am using Jmeter2.3.1. I want to perform some JMS test > us

Re: Is there any way of doing JDBC recording

2008-06-10 Thread Peter Lin
you can try a network sniffer, but that would give you raw data and not something jmeter can consume. the other option is to have the client log the statements out to a file and use it from jmeter peter On Tue, Jun 10, 2008 at 12:12 PM, gpthree <[EMAIL PROTECTED]> wrote: > > Hi, > > I am trying

Re: Is there any way of doing JDBC recording

2008-06-10 Thread Peter Lin
you'd have to change the code in your client to dumb out all sql queries and transactions to a text file as sql statements. then you can use it in jmeter peter On Tue, Jun 10, 2008 at 12:18 PM, gpthree <[EMAIL PROTECTED]> wrote: > > Hi Peter, > Thanks for the spontaneous reply!! > > Can you plese

Re: Jmeter2.3.1 JMS Publisher Problem

2008-06-10 Thread Peter Lin
tached Jmeter log file. > http://www.nabble.com/file/p17769228/jmeter.log jmeter.log > > Kindly guide how can i solve this problem? > > Thanks in advance. > > With Regards, > Pawan Modi > > > Peter Lin wrote: >> >> looks like it couldn't create

Re: Jmeter2.3.1 JMS Publisher Problem

2008-06-11 Thread Peter Lin
vemq.xml > > Where to configure topic in this configuration file or need to configure in > any other configuration file. > In /home i just found single configuration file attached > above. > > Thanks & regards, > Pawan Modi > > > > > Peter Lin wrote: >> &

Re: JMeter with JMS Point-to-Point using Oracle JMS Provider-Failing

2008-06-11 Thread Peter Lin
not sure what you mean. are you able to connect to oracle jms? Is the problem displaying the results of the messages in JMeter? or something other problem. On Wed, Jun 11, 2008 at 9:19 AM, JMeterWithOracle <[EMAIL PROTECTED]> wrote: > > Hi All, > > I am trying to set up JMeter in Request-Respo

Re: Jmeter2.3.1 JMS Publisher Problem

2008-06-11 Thread Peter Lin
query in ActiveMQ forum for the same but not > getting answer. > > I appreciate if you guide me configuring topics in ActiveMQ with a short > example. > > I am struggle for the same since 2 days. > > Thanks in advance. > > With regards, > Pawan Modi > > > &

Re: JMeter with JMS Point-to-Point using Oracle JMS Provider-Failing

2008-06-12 Thread Peter Lin
I need 'Request/Response' > mode to work.I am using Oracle Application server 10.1.3.1g.Please let me > know what is the possible cause of this error. > > Thanks. > > > > Peter Lin wrote: >> >> not sure what you mean. >> >> are you able

Re: 3600 Threads with a rampup of 3600 seconds?

2008-07-09 Thread Peter Lin
if you don't set a ramp up time, jmeter will try to create all threads when the test starts. in general, having 3600 threads isn't necessary to simulate 3600 users in one hour. What matters is the number of page views and hits per second on the webserver. It's better to try to simulate the reques

Re: 3600 Threads with a rampup of 3600 seconds?

2008-07-10 Thread Peter Lin
Since the goal is to simulate 3600 users per hour, you don't have enough information to do a good job. The first thing I would do is see if there's HTTP logs. If there is, use webtrends or some other web analysis tool to figure out how long the average session is and what the break down looks like.

Re: Monitoring with JMeter

2008-08-11 Thread Peter Lin
the monitor in jmeter is a monitor for tomcat. It's not a general purpose monitor. it reads data from tomcat's status servlet and monitors tomcat. peter On Mon, Aug 11, 2008 at 11:37 AM, uzfarid <[EMAIL PROTECTED]> wrote: > > Hi, > > I read that The monitor requires Tomcat 5 , what does this actu

Re: Question about Scalability of Jmeter-Server

2008-08-28 Thread Peter Lin
On Thu, Aug 28, 2008 at 12:15 PM, Huesgen, Chad <[EMAIL PROTECTED]> wrote: > Sorry should of put that in there. I am running all tests in non-gui > mode, gave jmeter-server 1 gig of mem and cycling jmeter-servers between > each test. I moved the client to the webserver to reduce the amount of > n

Re: Documentation about the GUI Structure.

2008-09-16 Thread Peter Lin
have you looked at the PDF on extending jmeter? http://jakarta.apache.org/jmeter/extending/jmeter_tutorial.pdf peter 2008/9/16 <[EMAIL PROTECTED]>: > Hi, > My company is relying heavily on JMETER. The management wants that we are > able to make our add ons. Therefore I must learn to extend the

Re: Feature ?

2005-04-13 Thread Peter Lin
yes, there is a box in the httpsamler to follow redirects http://jakarta.apache.org/jmeter/usermanual/build-web-test-plan.html go down to the screenshot of the sampler and you'll see the redirect checkbox. peter On 4/13/05, Ducloux Victor <[EMAIL PROTECTED]> wrote: > Hello, > > I'm know trynig

Re: JMeter with socket-based binary protocol

2005-04-14 Thread Peter Lin
you'll probably have to write your own plugin using your custom driver. look at how the TCP sampler works for reference. peter On 4/14/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi all, > > I have developed a custom socket-based binary protocol, and I would like to > use > JMeter to tes

Re: Running JMeter using WSAD/ WebSphere

2005-04-18 Thread Peter Lin
hmm... it's hard to tell what is going on. is that from jmeter's log or websphere's log? peter On 4/18/05, Sangeetha Srinivasan <[EMAIL PROTECTED]> wrote: > I have a WSAD (WebSphere Studio Application Developer) application that > invokes JMETER to run a java workload. My WSAD install director

Re: SSL Communication Problem

2005-04-19 Thread Peter Lin
my guess is the cetificate isn't working properly. Have you tried using the HTTP sampler to hit a page with the custom certificate? peter On 4/19/05, Manjunath N.S. <[EMAIL PROTECTED]> wrote: > Hi, > > I have webService running on HTTP/HTTPS connection. Load Testing, > First Case on HTTP worke

Re: Web Services Redirect

2005-04-19 Thread Peter Lin
you can set the proxy by passing it in the command or you can or setting it in the sampler. http://jakarta.apache.org/jmeter/usermanual/component_reference.html#WebService(SOAP)_Request_(Beta_Code) peter On 4/19/05, Kevin Scott <[EMAIL PROTECTED]> wrote: > Hello everyone, > I am attempting to ma

Re: Is it possible?

2005-04-21 Thread Peter Lin
there is little sampler call AccessLog sampler which will read access logs in the common log format. that what you're looking for? peter On 4/21/05, Fredrik <[EMAIL PROTECTED]> wrote: > I would like to create a jmeter test plan that retrieves a set of URLs from > either a file or a web page rathe

Re: validating HTML with JMeter

2005-04-21 Thread Peter Lin
Jmeter already ships with JTidy, so it may be easy to simply use that to figure out if the HTML is XHTML compliant. The other option is to use DTD validation, which could be a listener. peter On 4/21/05, COGOLUEGNES Arnaud <[EMAIL PROTECTED]> wrote: > Hi all, > > As test plans are usually a goo

Re: validating HTML with JMeter

2005-04-22 Thread Peter Lin
I'm not aware of a XHTML validation library. Many of the libraries out there like HtmlParser, JTidy are built to fix bad html and make it XHTML compliant. I suppose one option would be to strip out the javascript and then run it through DTD validation. not sure how that would work, but it's an id

Re: validating HTML with JMeter

2005-04-25 Thread Peter Lin
if you want fine grain control at that level, your other option is to write a validator using SAX API. Using a simple stack approach and you should be able to handle it. peter lin On 4/25/05, COGOLUEGNES Arnaud <[EMAIL PROTECTED]> wrote: > I kept on trying with the DTD validation

Re: WebService(SOAP) Request (Beta Code)'s URL and WSDL Fields

2005-04-26 Thread Peter Lin
nope. the wsdl url is only used to populate the other fields. the URL can be manually entered, if the wsdl is non-compliant. peter On 4/26/05, Manjunath N.S. <[EMAIL PROTECTED]> wrote: > Hi, > > In WebService(SOAP) Request (Beta Code) Sampler, is it possible to > use Variable [ ${wsdl_url}] i

Re: JMeter requirements?

2005-04-27 Thread Peter Lin
I'm guessing it's an environment problem. the test plan works on 2 systems, but a third system has problems. are you using plain valina HTTPS without custom certificates or other stuff? peter On 4/27/05, Elli Swift <[EMAIL PROTECTED]> wrote: > I have a JMeter script that connects to our applic

Re: Test Log [JTL]

2005-04-29 Thread Peter Lin
I'll look into this next week. I've been sick this week. peter lin On 4/28/05, sebb <[EMAIL PROTECTED]> wrote: > Looks like the Webservice Sampler is not setting up the name correctly. > > There's no work-round or patch that I know of at present, sorry. >

Re: Help..

2005-05-02 Thread Peter Lin
to do load testing correctly, you need to first know what kind of load you need to simulate. if you don't already know that, the best you can do is take a wild guess. you can read my articles for more details http://wiki.apache.org/jakarta-jmeter/JMeterLinks peter On 5/2/05, Santosh Kumar <[EMA

Re: Help..

2005-05-02 Thread Peter Lin
ual user & try to see the > behaviour of the application. Can you give me any clue so that i can wrinte > scripts for that > > SantoshK > ----- Original Message - > From: "Peter Lin" <[EMAIL PROTECTED]> > To: "JMeter Users List" > S

Re: Scoping rules and behavior of Constant Timer

2005-05-03 Thread Peter Lin
the constant timer attempts to send requests to meet the constant rate. which means it sends requests and sleeps for x time until it should do it again. so I'm guessing what you want is constant and spread out evenly. peter lin On 5/3/05, Scott Pack <[EMAIL PROTECTED]> wrote: &g

Re: Concurrent users

2005-05-04 Thread Peter Lin
20 concurrent isn't much load for jmeter to handle. think of it this way. the load increased by 20x, but the time increase is less than that. 20 concurrent users finishing in 80 seconds isn't bad. Or is the 80 seconds per user? Since the jdbc results showed similar results, chances are the querie

Re: Concurrent users

2005-05-04 Thread Peter Lin
things that come to mind are queries that result in full table scans. generally, a sql query with like or contains often results in full table scan. queries that do text scanning or parsing often results full table scan. since you're using TOAD and oracle, one thing to keep in mind is the semiphor

Re: Using HTTPS protocol

2005-05-04 Thread Peter Lin
you can use Badboy to record HTTPS. since HTTPS is encrypted, JMeter can't record it. If Jmeter could record it using the proxy, HTTPS wouldn't be secure :) peter On 5/4/05, Pravin Ve <[EMAIL PROTECTED]> wrote: > Can we use JMeter to record test scenario of a web site that uses HTTPS > protoco

Re: Using eclipse 3 with JMeter 2.03

2005-05-05 Thread Peter Lin
you will need to download the optional jar files, which are not included in JMeter's CVS. this is due to license issues. you can get mail.jar, activation.jar from SUN's website. jms.jar is should be located here http://javashoplm.sun.com/ECom/docs/Welcome.jsp?StoreId=22&PartDetailId=7542-jms-1.1-f

Re: Out of memory error

2005-05-10 Thread Peter Lin
rimarily a hardware and IO limitation. peter lin On 5/10/05, Elli Swift <[EMAIL PROTECTED]> wrote: > Hi all, > > I am load testing an HTTPS application and I'm continually running into this > out of memory error: > > [GCException java.lang.OutOfMemoryError: requested

Re: Regression Testing w/ JMeter

2005-05-11 Thread Peter Lin
I've never seen the problem myself, so can't really offer any tips peter On 5/11/05, Sonam Chauhan <[EMAIL PROTECTED]> wrote: > Since I got no replies, a followup nag -- > > Any idea if the below is expected behavior for JMeter or Java? > (In the passage below, '' and '' stand for carriage retu

Re: Out of memory error

2005-05-11 Thread Peter Lin
or example, a 450mhz P3 can reliably handle 3-5 concurrent requests. > > More than that the server will crash. this is primarily a hardware and > > IO limitation. > > > > peter lin > > > > > > On 5/10/05, Elli Swift <[EMAIL PROTECTED]> wrote: > >&

Re: Out of memory error

2005-05-11 Thread Peter Lin
hardware accelerators. I personally don't recommend using > software HTTPS if the expected HTTPS load is more than 10-15 > concurrent. > > for example, a 450mhz P3 can reliably handle 3-5 concurrent requests. >

Re: Out of memory error

2005-05-11 Thread Peter Lin
New - sets the increment for resizing the new (aka eden generation) survivor - sets what gets promoted to tenure tenuring - is the second generation where long lived objects go evacution - I forget perm - this is where Class objects and statics are loaded these settings are specific to the VM and

Re: SOAP requests and scripting

2005-05-12 Thread Peter Lin
ou'll have to write a new sampler. peter lin On 5/12/05, Bronagh McElduff <[EMAIL PROTECTED]> wrote: > Hi, > > I am interested in JMeter's web service capabilities for testing web > services. Is it possible to embed a SOAP request in a script to send to > a web servic

Re: How to exclude the monitoring results from the aggregate

2005-05-13 Thread Peter Lin
just put the aggregate result in a different thread group. depending on where you put the listener, it will aggregate the results differently. for example, I usually do this test plan - thread group - - sampler - - sampler - - aggregate - thread group (monitor - - sampler for tomcat status -

Re: thread Limits

2005-05-13 Thread Peter Lin
what I like to do is run the test with just the simple data writer. then after the test I view it with aggregate listener, graph or distribution graph. to view the results after the test, just add the listener and open the .jtl file. peter On 5/13/05, Ducloux Victor <[EMAIL PROTECTED]> wrote:

Re: HTTP Proxy Server with soap recording and derived headers

2005-05-13 Thread Peter Lin
not sure why honestly, but to be clear. there's two soap samplers soap/xml-rpc soap webservice in the case of soap webservice sampler, it uses apache soap driver. peter On 5/13/05, Alex <[EMAIL PROTECTED]> wrote: > > I've hacked (and I do mean hacked, no GUI, JMeter newbie I am) > a version

Re: JMS issue

2005-05-18 Thread Peter Lin
you're using the queue sampler right? the topic sampler should work correctly. I've tested it for 100K, 200K, 300K, 400K, 500K and 1million messages. peter lin On 5/18/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi all, > > I am currently using the latest CVS

Re: How to analyze/read Runtime aggregate report?

2005-05-18 Thread Peter Lin
also. The average = sum(samples)/number of samples peter lin On 5/18/05, Jayashree K <[EMAIL PROTECTED]> wrote: > > > Hello All, > > Can anyone throw some light on how to analyze figures displayed in 'Runtime > Aggregate Report' listener ? > > Ho

Re: JMS issue

2005-05-18 Thread Peter Lin
I'll take a look at the sampler and see if I can change it to read from jmeter.properties peter On 5/18/05, sebb <[EMAIL PROTECTED]> wrote: > On 5/18/05, Martijn Blankestijn <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I investigated the bug report and the logfile. > > Thanks! > > > The timeout

Re: Using web services

2005-05-19 Thread Peter Lin
as far as I know, JMeter currently doesn't allow you to substitute a value in the XML for either SOAP/xml-rpc or SOAP webservice sampler. A while back I started to work on a webservice sampler using Axis, but I didn't get to far and got side tracked. peter On 5/19/05, Donato Trony <[EMAIL PROTE

Re: Creating custom component

2005-05-19 Thread Peter Lin
yeah, mike and I wrote a tutorial recently http://cvs.apache.org/viewcvs.cgi/jakarta-jmeter/xdocs/extending/jmeter_tutorial.pdf?rev=1.4&view=log peter lin On 5/19/05, Chad La Joie <[EMAIL PROTECTED]> wrote: > Is there any documentation about how to go about creating custom

Re: JMS issue

2005-05-19 Thread Peter Lin
setting it in the sampler is definitely the best solution. peter - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: JMeter & Siteminder SocketException

2005-05-23 Thread Peter Lin
it looks like the login requires SSL and client certificate. if that is the case, you'll need to register the certificate on the client side, so that it gets passed to the server. peter On 5/23/05, Major, Michael T <[EMAIL PROTECTED]> wrote: > Hi there, > > I am somewhat new to the JMeter eviron

Re: Server Monitoring for WebLogic

2005-05-25 Thread Peter Lin
to use jmeter to monitor weblogic, you'll have to port Tomcat5 status servlet to weblogic. the primary difference is weblogic doesn't have the same mbeans as tomcat, so you'll have to comment out those parts. for the thread count, you'll have to just use the system thread count. peter On 5/25/0

Re: Few queries

2005-05-25 Thread Peter Lin
I would recomment reading the JMeter user manual if you're not familiar with stress testing terminology and techniques. http://jakarta.apache.org/jmeter/usermanual/index.html peter On 5/25/05, Koya, Shareen <[EMAIL PROTECTED]> wrote: > I am exploring jmeter to do load testing on my application,

Re: Feature Req: Resource retrieval default

2005-05-25 Thread Peter Lin
http://jakarta.apache.org/jmeter/usermanual/component_reference.html#HTTP_Request if you look at the Http request, you should see "retrieve all embedded resource". if you check that, Jmeter will retrieve all the images. Keep in mind that most users are not going to download all the images on eve

Re: Feature Req: Resource retrieval default

2005-05-25 Thread Peter Lin
ns) it would be nice if I could have that > be the default behavior, either because it was the default behavior for > the HTTP sampler, or because I was able to set on the HTTP request defaults. > > Peter Lin wrote: > > http://jakarta.apache.org/jmeter/usermanual/component_referen

Re: Graph Analysis

2005-05-25 Thread Peter Lin
average = total time/number of requests median = the number in the middle of a set of numbers. in other words, half the response times are higher and half are lower deviaion = the standard deviation shows how much the response times vary. google for standard deviation to get the equation latest sam

  1   2   3   4   5   6   7   8   9   10   >