6 messages in ru.sysoev.nginxRE: virtual host throughput
FromSent OnAttachments
Benny FrishbergMar 25, 2008 12:43 am 
Benny FrishbergMar 25, 2008 12:46 am 
Almir KaricMar 25, 2008 1:06 am 
Benny FrishbergMar 25, 2008 1:22 am 
Cliff WellsMar 25, 2008 1:57 am 
Igor ClarkMar 25, 2008 3:32 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:RE: virtual host throughputActions...
From:Cliff Wells (clif@public.gmane.org)
Date:Mar 25, 2008 1:57:09 am
List:ru.sysoev.nginx

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:

http://awstats.sourceforge.net/

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