Posts belonging to Category 'tools'
December 23, 2010 | Posted by linus
Description: Patch for rotating access logs every minute Download: bbcdnTime0.8.53.patch Installation: 1, download patch 2, download nginx 0.8.53 3, extract nginx and go to the src dir 4, call patch: patch -p0 -i <path_to_dir_where_is_patch>/bbcdnTime0.8.53.patch 5, set in your nginx.conf something like this (keyword is $date_bbcdn) : access_log /logdir/access_$date_bbcdn.access.log log; and then you can see access [...]
Categories: tools |
Tags: log, logs rotation, Nginx, patch |
No Comments »
August 24, 2010 | Posted by linus
More info in section APACHE. apacheLogReport from this site apacheLogReport form sourceforge.net
Categories: tools |
Tags: Apache, Http |
No Comments »
August 24, 2010 | Posted by linus
I wrote script which can purge your content directly from binary files in proxy_cache_path. Everything what you have to do is set your CACHE_DIR variable in script. Script will find your proxy cache key in binary files. After this you will have options for purging this file. This purge script was wrote in bash, so [...]
Categories: tools |
Tags: Nginx |
10 Comments »
August 24, 2010 | Posted by linus
I was finding great tools for profiling my mysql server, apache server and memcached server. I saw many great commercial software, but finally i found great templates for Cacti server! I didn’t like cacti before, but i love it now with mysql-cacti-templates! If you want really great charts for your mysql, apache, memcached…, you must [...]
Categories: tools |
Tags: Monitoring |
No Comments »
August 24, 2010 | Posted by linus
Download links: tuning-primer.sh mysqltuner.pl
Categories: tools |
Tags: MySQL |
No Comments »
August 24, 2010 | Posted by linus
This script analyze access log from Nginx server. This aplication shows result which contain info about the longest request shorted by status, size and request. It helps for right setting of your server. It could help if you use Nginx as CDN server. You can download it from: nginxLogReport
Categories: tools |
Tags: Http, Nginx |
No Comments »