Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^2: LWP over SSL Hammers Apache

by grantm (Parson)
on Dec 17, 2004 at 19:00 UTC ( [id://415743]=note: print w/replies, xml ) Need Help??


in reply to Re: LWP over SSL Hammers Apache
in thread LWP over SSL Hammers Apache

I was just wondering how many concurrent requests you have managed to generate using this module.

I'm not sure, but each 'thread' of our test script sleeps between requests to simulate the time taken to fill in each form. We have the load generation scripts running on a number of different client machines.

I am assuming that calling lwprequest directly will allow more parallel requests to be generated than the overhead of using the perl interfaces like this.

Um no, lwp-request is just a Perl script that uses the LWP module. It's all Perl.

What do you think is the best way to generate the most parallel requests?

We're not really interested in raw 'requests per second' numbers since we want to know how many simultaneous user sessions the servers can handle. What constitutes a 'user session' for your app would be quite different to ours.

The ApacheBench (ab) tool bundled with Apache might be one way to generate many parallel requests. The mod_perl performance tuning guide has other suggestions.

Replies are listed 'Best First'.
Re^3: LWP over SSL Hammers Apache
by hakkr (Chaplain) on Dec 18, 2004 at 20:15 UTC
    Um no, lwp-request is just a Perl script that uses the LWP module. It's all Perl.

    Thanks, I had assumed it was a binary of some sort. Very strange they did't use LWP directly .

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://415743]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (None)
    As of 2024-04-25 02:05 GMT
    Sections?
    Information?
    Find Nodes?
    Leftovers?
      Voting Booth?

      No recent polls found