glTail – Visual Log Analyzer
glTail is another visual log viewer. It can in real time (like logstalgia) show you traffic to your site. glTail does a lot more analytical work before showing you the motion.
glTail will show you and track things like
Requests per minute from ips
HTTP response codes per minute (how many 404’s)
How many hits from googlebot per minute
What [...]
Posted on September 24, 2009 at 12:45 pm by Jordan Carter · Permalink
· Leave a comment
In: Web Development · Tagged with: apache, log file, Rails
In: Web Development · Tagged with: apache, log file, Rails
Logstalgia from Remote server
Remote graphical apache log monitoring via Logstalgia is a simple little graphical way to watch traffic on your website.
Install via
sudo apt-get install logstalgia
Run via
ssh machine_username@hostname “tail -f /var/logs/apache/access_log” | logstalgia -
Posted on September 23, 2009 at 12:55 pm by Jordan Carter · Permalink
· Leave a comment
In: Ubuntu Tricks, Web Development · Tagged with: analysis, log file, logstalgia
In: Ubuntu Tricks, Web Development · Tagged with: analysis, log file, logstalgia
