pederbl
05-19-2002, 03:11 PM
Hi,
Does anyone know how to monitor the load of each virtual host separately on Apache servers?
Thanks,
Peder
:confused:
provet
05-20-2002, 02:34 PM
if you want it in "real-time" i think there is no way..
i'm using separated log files per any virtualhost, and review statistic with webalizer.
is anyone know other ways?
pederbl
05-20-2002, 05:38 PM
thanks,
yeah that's what i am doing too. But there must be a better way. Does anyone know of any extension modules for apache that can monitor the load of each website?
Thanks,
peder
Shyne
05-20-2002, 06:43 PM
The load can be measures by bandwidth. As far as I know, there's no module that monitors individual virutualhost.
pederbl
05-21-2002, 10:58 AM
But, some webhosting companies offer caps on bandwidth per website. How do they know how much bandwidth is used by each website?
mdrussell
05-21-2002, 11:31 AM
I've seen Matt from Site5 mention a number of times they use a tool to monitor site resource usage, so I believe it is possible (not done thru' bandwidth usage).
However, I haven't come accross any tool that does this....
provet
05-21-2002, 03:43 PM
Dont know what about monitor, but may be this will help you:
Limit the bandwidth usage and server load of virtual hosts, directories, locations, or users according to selected policies. Now support throttling by client IP address & remote user name.
http://modules.apache.org/search?id=123
nexcess.net
05-21-2002, 11:13 PM
check out mod_watch. it's invaluable and gives you real-time mrtg style graphs and you can configure it for other neat things as well.
http://www.snert.com/Software/mod_watch/
Chris