Connecting Tech Pros Worldwide Forums | Help | Site Map

[Lighttpd + PHP + MySQL] How to test performance?

Gilles Ganault
Guest
 
Posts: n/a
#1: Jan 14 '08
Hello

I have Lighttpd, PHP in FastCGI, and MySQL up and running on FreeBSD.
Now, I'd like to find a tool to stress things, so I can check what
happens when I try different things to improve performance (PHP cache,
MySQL cache, using different queries, etc.)

I haven't found anything on the subjet on www.lighttpd.net : Is there
an equivalent to Apache's ab that I could use to simulate multiple,
simultaneous connections from a client host on the LAN?

Thank you.

Rik Wasmus
Guest
 
Posts: n/a
#2: Jan 14 '08

re: [Lighttpd + PHP + MySQL] How to test performance?


On Mon, 14 Jan 2008 13:21:34 +0100, Gilles Ganault <nospam@nospam.com>
wrote:
Quote:
Hello
>
I have Lighttpd, PHP in FastCGI, and MySQL up and running on FreeBSD.
Now, I'd like to find a tool to stress things, so I can check what
happens when I try different things to improve performance (PHP cache,
MySQL cache, using different queries, etc.)
>
I haven't found anything on the subjet on www.lighttpd.net : Is there
an equivalent to Apache's ab that I could use to simulate multiple,
simultaneous connections from a client host on the LAN?
Apache's ab can AFAIK stress test a lighty server too. It's not limited to
Apache (allthough designed with it in mind offcourse).
--
Rik Wasmus
Gilles Ganault
Guest
 
Posts: n/a
#3: Jan 14 '08

re: [Lighttpd + PHP + MySQL] How to test performance?


On Mon, 14 Jan 2008 13:27:27 +0100, "Rik Wasmus"
<luiheidsgoeroe@hotmail.comwrote:
Quote:
>Apache's ab can AFAIK stress test a lighty server too. It's not limited to
>Apache (allthough designed with it in mind offcourse).
Cool :-) I assume it's a recommend tool for this type of things. Since
I don't know what I'm doing, can I just download this tool and install
it in FreeBSD, or am I required to install the whole Apache
package/ports just to get ab?

Thanks.
Closed Thread