statistics

Splitting lighttpd Logs With vlogger And Creating Statistics With Webalizer

| | | | | |

Vlogger is a little tool with which you can write lighttpd logs broken down by virtual hosts and days. With vlogger, we need to put just one accesslog.filename directive into our global lighttpd configuration, and it will write access logs for each virtual host and day. Therefore, you do not have to split lighttpd's overall access log into access logs for each virtual host each day, and you do not have to configure lighttpd to write one access log per virtual host (which could make you run out of file descriptors very fast). At the end of this tutorial I will show you how to use webalizer to c

Server Monitoring With munin And monit On Debian Etch

| | | | | | | | | |

In this article I will describe how you can monitor your Debian Etch server with munin and monit. munin produces nifty little graphics about nearly every aspect of your server (load average, memory usage, CPU usage, MySQL throughput, eth0 traffic, etc.) without much configuration, whereas monit checks the availability of services like Apache, MySQL, Postfix and takes the appropriate action such as a restart if it finds a service is not behaving as expected.

Network Monitoring With ntop

| | | | | | |

ntop is a network traffic tools that shows network usage in a real time. One of the good things about this tool is that you can use a web browser to manage and navigate through ntop traffic information to better understand network status.

Find Out Which Articles Are Most Popular on Your Site With Google Analytics

| | | | |

If you have a large number of articles, it’s often difficult to figure out which articles have been the most popular over time, or even for a particular time frame. If you notice an abnormal amount of page views, you will probably want to figure out which article people are coming to.

Syndicate content