Re: Quick and easy performance reports using Jmeter

2011-02-12 Thread David Brown
Hi, it would help your cause if u were to supply: * Tool name * underlying framework or language used to develop * Source code repo * Any type of direct online info about the tool including URLs, doco, reference links etc. On Sat, 2011-02-12 at 07:55 -0800, rkedari wrote: Hi All, I would

Re: Contributing to JMeter: Some Questions

2008-12-05 Thread David Brown
Hello JM, you should probably join the dev ML and look into the bugzilla to see if your sampler has already been suggested. You might search the source code comments for hints of your sampler. HTH, David. JM Ibanez wrote .. Hi, I've started work on a sampler for JMeter, and I have a few

Re: I/O Exceptions with httpclient

2008-11-27 Thread David Brown
Hello Steve, check for concurrent running JVMs. I have had similar issues using Weblogic and HttpClient and more than one running JVM will cause this situation. HTH, David. Steve Kapinos wrote .. One of my recent runs of a nightly simultation melted down on a certain run. Trying to piece

Re: Can't login to a website

2008-08-20 Thread David Brown
Hello Knut, you might try: http://jakarta.apache.org/jmeter/usermanual/jmeter_proxy_step_by_step.pdf. HTH, David. Knut Wuchtig wrote .. hi, i try to make an http request and give jmteer the following things: website url: www.example.com (it is an phpbb forum) protocol: http path:

Re: Can't login to a website

2008-08-20 Thread David Brown
Hello Knut, to get better help you need to supply better info. Right now what you have given is anybody's guess. Try something like the following: URL: http://192.168.1.1:8080 (where and what is your app running? IP, port, etc.) OS: gnu-linux, windows 2008, etc. Browser: Firefox and proxy

Re: JMeter recording problem

2008-07-29 Thread David Brown
Hello uzfarid, can you ping the target address? Which browser are you using and have you set-up the browser for proxy? A tip for the future you might want to append you messages with something like this: OS: Linux/Ubuntu/Debian/Windows/x JMeter: 2.3.x Browser: Netscape/Firefox/Safari/Opera/IE/x

Re: Timers in JMeter

2008-07-20 Thread David Brown
. Examples using numbers to explain the contexts on how they are used would help me greatly. Other friends are also facing the same issues of not understanding the timers well and created a lot of confusion in discussion. 2008/7/19 David Brown [EMAIL PROTECTED]: Hello Z W, please find attached

Re: Timers in JMeter

2008-07-19 Thread David Brown
Hello Z W, I'm no JMeter expert but if you study the GUI layout of a Jmeter TestPlan you will see that you add Samplers to ThreadGroups. So if you add 3 Samplers to one ThreadGroup you have 3 Samplers that can take on more attributes such as a Timer. HTH, David. Z W wrote .. Hi 1- I'm not

Re: Timers in JMeter

2008-07-19 Thread David Brown
? On Sat, Jul 19, 2008 at 12:48 PM, David Brown [EMAIL PROTECTED] wrote: Hello Z W, I'm no JMeter expert but if you study the GUI layout of a Jmeter TestPlan you will see that you add Samplers to ThreadGroups. So if you add 3 Samplers to one ThreadGroup you have 3 Samplers that can take

Re: Jmeter to Load Test a WEB APPLICATION

2008-06-12 Thread David Brown
try: http://jakarta.apache.org/jmeter/usermanual/jmeter_proxy_step_by_step.pdf. And, when you have read the document cited in the previous sentence: to do some serious multi-threaded testing try: http://jakarta.apache.org/jmeter/usermanual/jmeter_distributed_testing_step_by_step.pdf. HTH.

Re: Jmeter to Load Test a WEB APPLICATION

2008-06-12 Thread David Brown
to Simulate the Load Test the WEB application but cannot test the Http Session Object ? am i missing some thing . with regards Karthik David Brown wrote: try: http://jakarta.apache.org/jmeter/usermanual/jmeter_proxy_step_by_step.pdf. And, when you have read the document cited

Re: Measuring CPU utilization

2008-05-07 Thread David Brown
Hello, if you do roll-ur-own: JMeter definitely has access to anything you want in terms of system stuff. If you get the source look into building a so-called Visualizer and related topics. HTH. George Harley wrote .. Hi, Does anyone know if it is possible for JMeter to record the CPU

Re: how do you analyse the results?

2008-04-30 Thread David Brown
Results analysis can be somewhat subjective based upon the metrics you deem important. Like all engineering Software engineering is not always Blank and White. From a software engineering perspective I tend to establish a baseline metric such as configuring a single ThreadGroup with a loop

Re: How to integrate jmeter results with perfmon

2008-04-29 Thread David Brown
Beanshell? jyothi vdaru wrote .. Hi all, Please tell me how to generate reports by using jmeter and perfmon..Now i want to know how much CPU is utilizing for specified users...i mean i want a graph for the values users and CPU utilization...By using perfmon i can record how much CPU

Re: how do you analyse the results?

2008-04-29 Thread David Brown
How many ThreadGroups are you using? This might help: http://jakarta.apache.org/jmeter/usermanual/jmeter_distributed_testing_step_by_step.pdf. HTH. maalamaal wrote .. in my test case i am using no: of users as 60 and ramp up period as 60 and loop count forever. the response time i get how

Re: how do you analyse the results?

2008-04-29 Thread David Brown
I have hit this limitation before brought to my attention by: Sebb. There is a concurrency issue (you can look it up in bugzilla) with multiple users per ThreadGroup. The work-a-round is to create several ThreadGroups with one user per ThreadGroup. Ideally: you should use distributed

Re: How do you read and use values from a file?

2008-04-28 Thread David Brown
What r u trying to do?: monitor?, load test?, proxy record?, screen scrape? JMeter has many Samplers and Listeners. Purdy, Ron wrote .. I would like to take a text file containing hundreds of URLs and have JMeter go through the file visiting each URL. Any suggestions as to what parts of

RE: How do you read and use values from a file?

2008-04-28 Thread David Brown
Google search seemed related to temperature studies.. Can you define what you meant? Ron Purdy [EMAIL PROTECTED] -Original Message- From: David Brown [mailto:[EMAIL PROTECTED] Sent: Monday, April 28, 2008 4:18 PM To: JMeter Users List Subject: Re: How do you read and use

Re: 10k Hits for web site

2008-04-27 Thread David Brown
Hello, i don't know about all of this but what i have done in the past to exclude images: jpeg, gif, etc. is when your created your HTTP Proxy Server in the Workbench to add to the: URL Patterns to Exclude. See the doco at:

Re: Jmeter with asp web applications

2008-04-22 Thread David Brown
I remember a Peter Lin PDF on testing and loadbalancing apps and he claims he wrote JMeter as a testing tool for when he was working a .NET project. Take a look at the JMeter Wiki. HTH. Jadoon wrote .. AOA Can i use JMeter for testing asp or asp.net web applications. Regards -- View

Re: Stress testing my Server

2008-04-17 Thread David Brown
Read: http://jakarta.apache.org/jmeter/usermanual/jmeter_distributed_testing_step_by_step.pdf Siva Pannier wrote .. Hi All, I want to do stress testing for my server. How can I fire more cases to the server through JMeter. Currently I have done the below configuration Server

Re: monitoring JBOSS server with user/password

2008-04-16 Thread David Brown
Run the proxy recorder to get the parms for you userid and password and any other HTTP request params. I run a monitor on a public JBoss instance and I acquired all the link parameters for the applications running the proxy recorder. HTH. Fulvio Guglielmelli wrote .. i woud like monitoring

Re: Understanding How to Twiddle Values in JMeter

2008-04-11 Thread David Brown
Remember Dan: the folks that are giving you terse answers are also giving terse answers to a great number of people not only on the user ML but also the dev ML and dealing with Bugzilla and committing source and developing source and testing source and giving terse answers to JMeter developers

RE: Difference in AB and JMeter Results.

2008-04-04 Thread David Brown
Are you using the master/slave distributed testing? Jae Joo wrote .. Yes, I have same experience. The average time of AB is always faster than jmeter. AB is very light, but jmeter has it's overhead. Specially, in client/server environment, it is different a lot. If you can, run AB and

RE: How to use JMeter Monitor results with BEA weblogic server 8.1

2008-04-04 Thread David Brown
that .. but it gives only the below message, Error 404--Not Found From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1: 10.4.5 404 Not Found Do I need to set any properties or deploy any special servlets. Kindly let me know. Thanks, Siva -Original Message- From: David

rest web services and jmeter

2008-04-03 Thread David Brown
Doesn't REST use HTTP? Ray Trejo wrote .. Hi, Can I use jmeter to load test REST web services? Thanks ray Thank you, Ray Trejo Rackspace Quality Assurance Engineer Direct: (210) 312 - 5326 Email: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]

Re: MonitorHealthVisualizer class comments: add a 3rd tabbed pane for email alerts.

2008-03-30 Thread David Brown
I will feel more comfortable with adding the third pane if it is actually working! * In this way the email alerts pane may be useful someday whenever the geronimo-javamail.jar issues get resolved. sebb wrote .. On 27/03/2008, David Brown [EMAIL PROTECTED] wrote: Hello Sebb, JMeter committers

Re: MonitorHealthVisualizer class comments: add a 3rd tabbed pane for email alerts.

2008-03-30 Thread David Brown
:186) at javax.mail.Transport.send(Transport.java:118) sebb wrote .. On 30/03/2008, David Brown [EMAIL PROTECTED] wrote: Hello sebb, thanks for the speedy and informative reply. Before attempting the MonitorHealthVisualizer email alerts pane I decided it would be prudent to study

MonitorHealthVisualizer class comments: add a 3rd tabbed pane for email alerts.

2008-03-27 Thread David Brown
Hello Sebb, JMeter committers and developers, I have been reading the Mike Stover JMeter plugin PDF and as a result I read the comments at the top of the MailHealthVisualizer class: /* In the future, we may want to add email alerts as a third tab. */ My questions are: * Would such an addition

Re: JMeter Integration

2008-03-26 Thread David Brown
Maybe if your framework could be used as a NetBeans so-called module or an Eclipse plugin. JMeter seems to be included with the latest NetBeans (6.0.1?). I haven't looked at JMeter as an Eclipse plugin as I always run JMeter from the command-line. Maybe you could just supply skeletal JMX

Re: Follow the processing of one file using JMeter

2008-03-01 Thread David Brown
Hello Juliano, Sebb may mean that you should do something like this on this any other ML: OS: Debian, XP, 2003, BSD, etc. File system: NTFS, EXT3, ZFS, 390, etc. File type: binary, ASCII. Software, script or protocol: I/O library/package, FTP, Korn, Bash, etc. Juliano Niero Moreno wrote .. Hi,

Re: JMeter functions -- where to invoke them in a test?

2008-02-27 Thread David Brown
Hello Jason, I just rolled off a gig where I had to build a scaled down model of and existing Production set of applications and their servlet containers (Tomcat and JBoss). To get a good representation of all the links including logins with userids and passwords I used the Http Proxy

Re: Concurrent Samplers in JMeter

2008-02-19 Thread David Brown
Hello Me vina, Roy's suggestions are good and correct. I would also like to share that I have had concurrency problems with JMeter previously. And, I got a very good result by using the JMeter jmeter-server.sh(bat) remote slave concept. If you can muster several client machines of anytype: old

Re: Documenting a JMeter Test Plan

2008-02-14 Thread David Brown
Try JasperReports: http://www.jasperforge.org/jaspersoft/opensource/business_intelligence/jasperreports/ HTH kindsol wrote .. Hey now, I am fairly new to JMeter and my boss requested that I document the actual test steps being performed by our JMeter TestPlan. Instead of transcribing

Re: Non-GUI Mode: Gtk-WARNING **: cannot open display

2008-02-12 Thread David Brown
What command-line script or shell are you running for the Debian? jmeter.bat would IMHO not run under a Debian bash shell. Try jmeter.sh if have not already. If you have then the Debian X-11 server is having a problem with your environment variable: Display. Set the Display variable. Type the

Re: Jmeter configuration to run web test in office environment

2008-02-09 Thread David Brown
Hello, I have just finished an initial Tomcat assessment in an all Windows office using JMeter. The company is large and is geographically dispersed across the world. Ultimately, I needed to use the distributed remote testing feature of JMeter: a type of client/server, master/slave topology to

telnet to slave @ 1099 OK but Connection refused from jmeter-server

2008-02-01 Thread David Brown
Hello JMeter gurus, Peter Lin et. al. and users, I have previously posted a similar problem and it was ignored probably for good reason. I am able to telnet slave-host 1099 and I get the expected page as if I were connecting to an email server @ port 25. The connection is of course the RMI

Re: telnet to slave @ 1099 OK but Connection refused from jmeter-server

2008-02-01 Thread David Brown
informational help? Tests and monitoring pending: please advise, David. sebb wrote .. You should not see a page when telnetting to the RMI server on 1099 On 01/02/2008, David Brown [EMAIL PROTECTED] wrote: Hello JMeter gurus, Peter Lin et. al. and users, I have previously posted a similar

Re: How popular is JMeter?

2008-02-01 Thread David Brown
I don't know of any opensource competitors but commercial ones like: HPs LoadRunner would probably like to see JMeter go away like what Oracle is going to do with MySQL. JProbe is another. I think the JMeter Wiki has some material or articles on various opensource and commercial testing tools.

Re: How popular is JMeter?

2008-02-01 Thread David Brown
Hello Joe, as posted: on the JMeter Wiki. HTH. Joe S wrote .. Hi David, Thanks for your comments. Where can I find a list of companies who use JMeter? Thanks Joe On Feb 1, 2008 6:34 PM, David Brown [EMAIL PROTECTED] wrote: I don't know of any opensource competitors but commercial

Re: telnet to slave @ 1099 OK but Connection refused from jmeter-server

2008-02-01 Thread David Brown
and server, but please don't post them to the list. S/// On 01/02/2008, David Brown [EMAIL PROTECTED] wrote: Hello Sebb, thanks for the speedy reply. Please find included below the logs your requested. I ran a grep on all (dot).log files using the arg: jmeter.engine

I know this is in the doco but: Connection refused! (dist. test)

2008-01-31 Thread David Brown
Hello Peter, contributors, they who commit, gurus and JMeter users, I have set up 2 jmeter-server instances on a Windows XP and a Linux box. the serves are listening OK and the jmeter-log shows a connection attempt to run the distributed test from a JMeter Master which is on the same sub-net. I

RE: JMeter training

2008-01-31 Thread David Brown
What about the JMeter distributed testing feature?: 1 target web application server or web service, 1 Master and 2 or 3 slaves? Please advise, David. Matthew Coventon wrote .. Michael, Since JMeter is open source, maybe the JMeter developers are interested in earning something through

Re: Calling JMeter from a Portlet App

2008-01-29 Thread David Brown
If you can get your applications to output the XML then you could just use the JMeter Monitor (Health tab). kit-2 wrote .. Hello, I am new to JMeter, and apologize if this has already been covered (I must have missed it). I am creating a JSR-168 Portlet to test System Availability on

RE: Stopping Image and js files

2008-01-25 Thread David Brown
, response times etc for these type. But the transfer of images and other static content still happens. Please correct me if I am wrong. -Original Message- From: David Brown [mailto:[EMAIL PROTECTED] Sent: Friday, January 25, 2008 3:05 PM To: JMeter Users List Subject: Re: Stopping

Re: Does jmeter work with oracfle forms

2008-01-25 Thread David Brown
Hello Jack, the question is do Oracle Forms respond to HTTP Requests? If not there are work-a-rounds such as BeanShell, AccessLog and the like. It depends on what you are trying to do. Can you redirect the form output to a proxy or some type of socket server such that the data can be processed

Re: Stopping Image and js files

2008-01-25 Thread David Brown
Yes, it is in the doco. Add the HTTP Request Defaults to your Thread Group and add the urls and file types to exclude like: \.*.gif. HTH Modha Khammammettu wrote .. Hi All Is there a way I can tell Jmeter not to get static resources like images, .js files during the test. Reason I ask

Re: JMeter doesn't load WSDL using httpS

2008-01-23 Thread David Brown
Hello Joe, did you use an ordinary HTTP Request Test Plan. Please advise, David. Joe S wrote .. Hi all, I tried JMeter to load a WSDL file from a server using https, but it doesn't, and shows a warning message that: The WSDL was not valid, please double check the URL. When I try it with

Re: Test Plan execution from Proxy Recording failing at critical spot (*.do?)

2008-01-22 Thread David Brown
the page data? Please advise, David. sebb wrote .. Have you looked at: http://wiki.apache.org/jakarta-jmeter/DifferentBehaviour You need to establish what is missing from the JMeter HTTP requests and fix that. On 20/01/2008, David Brown [EMAIL PROTECTED] wrote: Hello Peter

Test Plan execution from Proxy Recording failing at critical spot (*.do?)

2008-01-20 Thread David Brown
Hello Peter, the committers, contribs and users. I have just recently begun using JMeter though I am a long time Jakarta.Apache project haunt. I have found the tool to be indispensible to my current gig. There does not seem to be much traffic here and so I will keep it short. I have a Test Plan