RE: AbstractJavaSamplerClient / getSystemResource question

2004-12-20 Thread Coret Bob
+0100, Coret Bob <[EMAIL PROTECTED]> wrote: > Hi all, > > We're building our own AbstractJavaSamplerClient but we run into a problem > when we want to read a property file using the ClassLoader.getSystemResource > method. Whatever we try in regard to the direct

AbstractJavaSamplerClient / getSystemResource question

2004-12-17 Thread Coret Bob
Hi all, We're building our own AbstractJavaSamplerClient but we run into a problem when we want to read a property file using the ClassLoader.getSystemResource method. Whatever we try in regard to the directory/filename (file:///d:/etc/test.properties, d:\etc\test.properties, .\test.properties,

LDAP testing and SSL

2004-12-06 Thread Coret Bob
Hi all, Has anybody by any chance extended the LDAP Request sampler to make requests over SSL (ldaps) ? Regards, Bob - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Constant Throughput Timer

2004-12-02 Thread Coret Bob
Hi, The specification of my performancetest states that a particul page has to have a specific maximum responsetime when 50 pages per minute are requested. So I made the following Test Plan to test this in a testrun of 1 hour: Testplan + Thread Group (Number of Threads:50, Loop Count: Forever,

jmeter hardware requirements

2004-11-26 Thread Coret Bob
Hi all, I was googling on the hardware requirements for Jmeter, but only found questions (see below). Does anybody know (from experience) what the hardware requirements are (for a reliable, realistic performance test)? Ragards, Bob * From: rainer_bohnert * Subject: jmeter hardware requirements

Can´t add Mailer Visualizer

2004-11-24 Thread Coret Bob
Hi all, I'm having trouble with the Mailer Visualizer: I can't add this listener in the GUI (tried 2.0.1 and 2.0.2, Win XP). I can select the listener and click it, then nothing. I tried to add it at the level of Test Plan, Thread Group and Sampler. All other listeners can be added without prob

RE: User Parameters not evaluated in the firs request

2004-11-15 Thread Coret Bob
56 To: JMeter Users List Cc: Subject:Re: User Parameters not evaluated in the firs request Dunno without looking at the code, but it looks like the UDV is being evaluated before the test has fully started. Try using the Pre-Processor User Parameters instead. S. On Mon, 15 Nov 200

User Parameters not evaluated in the firs request

2004-11-15 Thread Coret Bob
I´ve got the User Defined Variable "rn1" in my Thread Group defined as "${__Random(0,3,rn1)}". I use this variable in the HTTP Request. The Thread Group has a loop count of 6. When I look at the View Results Tree I see "${__Random(0,3,rn1)}" in the first request, in the following requests I see

Toggling the proxy in your browser

2004-11-11 Thread Coret Bob
Do you find yourself going a lot to the Tools > Internet Options > Connections > LAN Settings dialog in Internet Explorer to toggle the proxy on and off? Then you may like Brett Bartholomew's ProxyPal. This simple program, adds a button to the IE toolbar which simply enables and disables the pr

RE: Test hangs on Sun Solaris

2004-11-08 Thread Coret Bob
Sebb, How do I enable this alternate version of HTTPSampler? Bob -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: Mon 8-11-2004 17:18 To: JMeter Users List Cc: Subject:Re: Test hangs on Sun Solaris On Mon, 8 Nov 2004 16:47:21 +0100, Coret Bob <[EM

RE: Test hangs on Sun Solaris

2004-11-08 Thread Coret Bob
8 Nov 2004 16:47:21 +0100, Coret Bob <[EMAIL PROTECTED]> wrote: > Peter, > > The first script/method runs in GUI mode, the second one in non-GUI (-n) > mode. So this factor doesn't seem to make a difference. > > Currently I'm trying to get more DEBUG info (jmeter/

RE: Test hangs on Sun Solaris

2004-11-08 Thread Coret Bob
s that is odd. I can try to run a test tonight when I get home. I've used jmeter on my X1 at home without any problems for long-ish tests that run for 4-5 hours. in my case though, I run JMeter in console mode, since my Sun X1 doesn't have a monitor. peter On Mon, 8 Nov 2004 15:49:36

Test hangs on Sun Solaris

2004-11-08 Thread Coret Bob
I have got an simple script which is run four times hour to test the response of the site over a longer time. I have made a script which runs indefinitly with an appropiate Constant Timer (of 900.000ms). I also have a script (which requests the same pages) which runs the script only once, I can

Redirect

2004-11-01 Thread Coret Bob
Hi all, What's the difference between "Redirect Automatically" and "Follow Redirects"? The help only show the "Follow Redirects" option... Regards, Bob Coret

HTTP Header Manager

2004-11-01 Thread Coret Bob
Hi all, I want to force my proxy server to fetch the pages from the webserver instead of the cache. This can be achieved by adding the header "Cache-control: no-cache". Do I have to add this header to all HTTP requests (in the Browser-derived headers element) or do I just add one extra HTTP Hea

RE: How to convert timestamp

2004-10-22 Thread Coret Bob
it reads "22-10-2004 14:01". I have scraped the formula together from several sources, I can't yet explain all the numbers in the formula... Regards, Bob Coret -Original Message- From: Coret Bob Sent: Fri 22-10-2004 15:35 To: [EMAIL PROTECTED] Cc: Subject:

How to convert timestamp

2004-10-22 Thread Coret Bob
The sample results contain a field called timeStamp. How (which algorithm) can I use to convert this timestamp to a format like HH:MM:SS DD-MM- ? I'd like to know the algoritm so I can make the calculation using Perl, XLST of Excel... Regards, Bob Coret --

Record think times

2004-10-21 Thread Coret Bob
Hi all, Is it possible to record (with the HTTP Proxy Server) think times? Regards, Bob Coret - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

HTTPS and java version

2004-10-15 Thread Coret Bob
Hi all, Just solved a problem regarding HTTPS performance testing, I'd like to share this with you all. When we performed the test (which we recorded on http) on the https version of our application we got (with 1 thread) response times in the range from 5 to 6 seconds (and no errors in the lo

RE: Addition to XSLT: percentiles

2004-09-16 Thread Coret Bob
: Addition to XSLT: percentiles > On Fri, 10 Sep 2004 15:56:07 +0200, Coret Bob <[EMAIL PROTECTED]> wrote: > > BTW, is there a place where we can share JMeter XSLT's ? I have made a "results to > > CSV"-XSL as well, for those interested. Bugzilla supports at

Addition to XSLT: percentiles

2004-09-10 Thread Coret Bob
I'd like to share a piece of XSLT with you all. In the distributed report XSLT you have the minimum, maximum and average response times. I always like percentiles in my reports, mainly because performance requirements usually state something like "90% of the pages have to be loaded with 3 second

Thread Groups

2004-09-07 Thread Coret Bob
I understand the concept of a Thread Group. What I don't know (and can't find in the docs) is what happens if you add more Thread Groups to your Test Plan. - Can you run them seperatly? Or do they always run concurrently? - Are multiple Thread Groups only usable if you use the scheduler? - Do the

Distribution graph

2004-09-03 Thread Coret Bob
Peter, Where can we download the distribution graph functionality? Bob -Oorspronkelijk bericht- Van: Peter Lin [mailto:[EMAIL PROTECTED] Verzonden: donderdag 2 september 2004 20:08 Aan: JMeter Users List; [EMAIL PROTECTED] Onderwerp: Re: Help with interpreting results AverageTime -