Tiago Semprebom wrote:
Hello,

CPU:  Pentium IV 3.0 GHz - HT,
Memory: 1 GB
OS - Linux (Ubuntu)

<IfModule mpm_prefork_module>
    ServerLimit 256
    KeepAlive on
KeepAliveTimeout 1 StartServers 5
    MinSpareServers       5
    MaxSpareServers      10
    MaxClients           50
    MaxRequestsPerChild   0
</IfModule>

I need to drive my apache server 2.2 a overload situation. I'm using the httperf like for load client generator.

ideas?

Thank's
Tiago


Hi -

Unless I'm misunderstanding your question, I think you can "overload" it by hitting it with 257 concurrent connections.

Can you elaborate a bit more on exactly what you're trying to test? Perhaps we can give some better suggestions.

Thanks
-dant

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to