What's the best tool for generating server stats reports and a live monitoring? It feels like Webalizer got a bit behind.
Thanks!
What's the best tool for generating server stats reports and a live monitoring? It feels like Webalizer got a bit behind.
Thanks!
Why not using the module that comes with apache, it has lots of information (pages being accessed, memory being used per process and so forth) and is pretty usefull.
Make sure you have
mod_status.so
loaded within your apache modules then look for/add the above to your httpd.conf:To access it use http://YourServerIp/server-status