sebb | 1 Jun 2007 01:33
Picon

Re: Gaussian Random Timer

What is not working?

On 31/05/07, Aditi Seth (adseth) <adseth <at> cisco.com> wrote:
> Hi , I am a newbie with Jmeter. I am trying to simulate where a user
> logs into a web page every 5 mins. I tried using the gaussian random
> timer but without much luck.
>
> - Logon User
>  - Gaussian Random Timer (associated with the logon user HTTP request)
>
> Any ideas ?
>
> Thanks!
> Aditi
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe <at> jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help <at> jakarta.apache.org
>
>
sebb | 1 Jun 2007 01:38
Picon

Re: Performance testing a windows app

If the test harness is written in-house, why not just add timer calls to that?

If that's not possible, then it depends on what the test-harness interface is:
- command-line
- GUI
- property file
- telepathy
- etc

On 30/05/07, lists <at> dankeeley.co.uk <lists <at> dankeeley.co.uk> wrote:
> Hi all,
>
> I'm pretty sure jmeter can't do this, but just incase it can i'll ask.
> (also others may be able to suggest suitable tools )
>
> we have a simple test harness application ( c++ I think ) which basically
> provides a simplified interface to our XML/RPC app.  Jmeter tests the
> xml/rpc beautifully but now we need to just double check that the hashing
> and security checking that the c++ app does doesnt add any severe delays.
>
> so essentially i need a simple tool to be able to drive this app - but
> most importantly record accurate timings.
>
> Any ideas?
>
> Thanks,
> Dan
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe <at> jakarta.apache.org
(Continue reading)

sebb | 1 Jun 2007 01:47
Picon

Re: non-POST methods for SOAP/XML-RPC sampler?

On 31/05/07, andrew m. boardman <amb <at> mit.edu> wrote:
>
> Hi, all.  I'm using jmeter to test an HTTP-based service which takes XML
> input with POST, PUT, and DELETE requests.
>
> Using POST works perfectly with the SOAP/XML-RPC request, but that
> sampler makes a hardcoded POST request.  Alternately, I can use any
> method with the HTTP sampler, but it doesn't support arbitrary XML
> input.

If you are using (or can use) files to contain the XML, then there
have been some changes to JMeter that allow these to be sent as is
without adding any wrapping.

> Any ideas?  My current plan is to extend the SOAP/XML-RPC sampler for
> non-POST requests, but if there's an easier option I've missed I'd love
> to hear about it.
>
> Thanks!
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe <at> jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help <at> jakarta.apache.org
>
>
Aditi Seth (adseth | 1 Jun 2007 01:49
Picon
Favicon

RE: Gaussian Random Timer


When I start this test - there is a delay seen for the first logon
request. But for all subsequent I see no delay. This delay is set with a
constant offset for 5 mins.

Not too sure I understand timers. Thanks for your help!

-----Original Message-----
From: sebb [mailto:sebbaz <at> gmail.com] 
Sent: Thursday, May 31, 2007 4:33 PM
To: JMeter Users List
Subject: Re: Gaussian Random Timer

What is not working?

On 31/05/07, Aditi Seth (adseth) <adseth <at> cisco.com> wrote:
> Hi , I am a newbie with Jmeter. I am trying to simulate where a user 
> logs into a web page every 5 mins. I tried using the gaussian random 
> timer but without much luck.
>
> - Logon User
>  - Gaussian Random Timer (associated with the logon user HTTP request)
>
> Any ideas ?
>
> Thanks!
> Aditi
>
>
> ---------------------------------------------------------------------
(Continue reading)

Aditi Seth (adseth | 1 Jun 2007 02:34
Picon
Favicon

RE: Gaussian Random Timer

Is there a way to delay this logon request for 5 mins for each iteration
? 
Example - 

Logon request 
	delay 5 mins
Logon request 
	delay 5 mins
Logon request 
	delay 5 mins
Logon request
	.....

Thanks in advance! 

-----Original Message-----
From: Aditi Seth (adseth) 
Sent: Thursday, May 31, 2007 4:49 PM
To: 'JMeter Users List'
Subject: RE: Gaussian Random Timer

 
When I start this test - there is a delay seen for the first logon
request. But for all subsequent I see no delay. This delay is set with a
constant offset for 5 mins.

Not too sure I understand timers. Thanks for your help!

-----Original Message-----
From: sebb [mailto:sebbaz <at> gmail.com]
(Continue reading)

lakshmi palaniappan | 1 Jun 2007 05:15
Picon
Favicon

RE: Gaussian Random Timer

Hi try this

  ThreadGroup ( Specify the number of threads and iterations)
  Logon req
    - constant timer ( 5 mins) 

  or 

  ThreadGroup ( Specify the number of threads and iterations)
    - Simple controller
       - Logon Req
          - Constant timer ( 5 mins)

  Place this logon req under a loop controller or under a simple controller with the number of iterations
specified in the thread group.

  Hope this would help.

"Aditi Seth (adseth)" <adseth <at> cisco.com> wrote:
  Is there a way to delay this logon request for 5 mins for each iteration
? 
Example - 

Logon request 
delay 5 mins
Logon request 
delay 5 mins
Logon request 
delay 5 mins
Logon request
(Continue reading)

Sonam Chauhan | 1 Jun 2007 05:22
Picon
Picon

RE: WebLogic Vs JBoss

One of the first things I'd try is add a 'View Results Tree' listener at
the bottom of the testcase. Then run up 2 JMeter instances - one pointed
to the JBoss server, and the second to WebLogic, and compare any
differences seen in the debug request responses recorded by 'View
Results Tree'. 

Kind regards,
Sonam Chauhan
-- 
Corporate Express Australia Ltd. 
Phone: +61-2-93350725, Email: sonam.chauhan <at> ce.com.au
-----Original Message-----
From: new2JM [mailto:kunchamsree <at> yahoo.com] 
Sent: Wednesday, 30 May 2007 5:43 AM
To: jmeter-user <at> jakarta.apache.org
Subject: WebLogic Vs JBoss

Hi,
I have a typical problem. I have my Jmter scripts recorded using
WebLogic as
application server. The Script works fine with weblogic as Application
server. but when I try to use the same script with JBoss as application
server, some of the HTTP samplers fail. Does anyone have any experience,
clue on this scenario? I know my question is a bit vague, but want to
see if
you guys can give me some pointers on how to tobug this scenario.. 

Is it something to do with how Redirects are handled by webLogic and
JBoss?
or sth to do with cookie management?
(Continue reading)

David Schulberg | 1 Jun 2007 08:12
Picon
Favicon

RE: Distributed testing

Thanks Alan for your advice about testing remotely.
What you suggest may make it possible to remotely test one jmeter instance but I guess it won't help if my aim
is to run distributed testing on multiple slave machines.

Regards,
David Schulberg

Object Consulting 
email: david.schulberg <at> objectconsulting.com.au
----------------------------------------------------------------
consulting | development | training | support
our experience makes the difference 

________________________________

From: Christensen, Alan [mailto:alan.christensen <at> hp.com]
Sent: Fri 1/06/2007 2:38 AM
To: JMeter Users List
Subject: RE: Distributed testing

Actually I have done a fair amount of remote testing from a PC in my
home.  I VPN into work where we have a Unix machine that is the remote
tester.  The remote tester machine (running jmeter) is then used to test
websites at work that aren't on the same subnet.  The tricky part of
this setup is that the remote test machine cannot find my PC to provide
back test results unless I expressly give it the virtual work IP that my
PC is using when VPN'd into the work network.  The way to specify this
to specify the Djava.rmi.server.hostname parameter in the final line of
the jmeter.bat file on my PC.  Here is the final line of my file.  When
I want to do remote testing over the VPN, I replace the  XXX.XXX.XXX.XXX
(Continue reading)

Neeraj C | 1 Jun 2007 09:02
Picon
Favicon

Re: Server returned HTTP response code: 500 for URL //


[Hye Friends]

Can anybody tell how can we pass our Login Credentials [i.e Username and
Password] to the Login Page and see the Next Page, which is the Home Page.

With thanks
Neeraj Chowdhury

Neeraj C wrote:
> 
> [Hye Sebb]
> 
> We have a Login Page //
> User needs to enter his Credentials and after successful Login "Home" Page
> is displayed //
> How can we Login the User Credentials and see the Home Page //
> 
> I have used "Save Responses to file" and it clearly showed that while I am
> requesting the Home Page it is still on the Login Page //
> 
> Please advice //
> 
> With thanks
> Neeraj Chowdhury
> 
> 
> 
> Neeraj C wrote:
>> 
(Continue reading)

Neeraj C | 1 Jun 2007 09:05
Picon
Favicon

How to Pass Username and Password //


Hye Friends] 

Can anybody tell how can we pass our Login Credentials [i.e Username and
Password] to the Login Page and see the Next Page, which is the Home Page. 

With thanks 
Neeraj Chowdhury 

--

-- 
View this message in context: http://www.nabble.com/How-to-Pass-Username-and-Password----tf3850693.html#a10907754
Sent from the JMeter - User mailing list archive at Nabble.com.

Gmane