4 open source software to analyse big quantity of log files

4 open source software to analyse big quantity of log files

Logging is a critical thing for all system administrators, if you log too much and you don’t manage the files you could fill up a partition or even worst stop some service, if you don’t log enough you’ll lose information when something goes wrong, in general a good solution for this is to send all […]

Tune mod_jk to Boost HTTP/Java Server Performance

This is an article of mine first published on Wazi The mod_jk connector serves as the glue between the Apache HTTP server and a Java application server such as Tomcat or JBoss. While most adminstrators concentrate on optimizing Apache or the Java server, setting up mod_jk optimally can also improve your users’ experience. To be […]

Cacti Makes Device Monitoring Simple

Cacti Makes Device Monitoring Simple

This is an article of mine, first published on Wazi Every organization must monitor its infrastructure’s uptime and performance. While the popular Nagios application is a good general-purpose monitoring program that you can extend with plugins to handle just about any task, you may do even better by employing Cacti as a graphical front end to RRDTool‘s data logging and graphing functionality. Cacti was […]

Hadoop – The Small Application for Big Data

Back in December 2011, data-intensive Linux users rejoiced as Apache Hadoop reached its 1.0.0 milestone. Setting a benchmark for distributed computing software, this wonderful little program is now into release 1.0.3 but what is Hadoop and how can you benefit from using it? Designed with ‘web-scale’ operations in mind, Hadoop can handle massive amounts of […]

How to split Varnish log for Virtual host

Varnish is a great tool that accelerates the performance of your site with a simple configuration and a low usage of resources, compared to the result you’ll get. Just because Varnish is designed and engineered to be fast by default it does not write any log to disk, outrageous you could think … to be […]