Virtual host throughput

Hi all,

I need to find a way to get the throughput of each virtualhost.

Any ideas?

Benny

http benchmark - Google Search :confused:

Hi,
Thanks for the quick reply.
I do not need a benchmarking tool.
I need to see my virtualhosts online throughput.

Hey Cliff, just to say thanks for that tip - apachetop seems excellent

Cheers
Igor

On Tue, 2008-03-25 at 10:23 +0200, Benny Frishberg wrote:

Hi,
Thanks for the quick reply.
I do not need a benchmarking tool.
I need to see my virtualhosts online throughput.

“Online throughput” isn’t exactly a precise technical term, but since
you’ve eliminated benchmarking, I’ll take a stab and suggest you are
looking for stats:

Clearly you can’t easily run the CGI version, but you should be able to
use the CLI one without problem (output is static HTML).

If you want something that’s (nearly) real-time, rather than cumulative,
you might see if apachetop fits the bill

http://www.webta.org/projects/apachetop/

Even though it’s meant for Apache, if your Nginx logs are configured to
mimic Apache’s then it should probably work.

Cliff