Commands of the day: Terminator, tail and awstats Source
Markdown source
1---2title: 'Commands of the day: Terminator, tail and awstats'3date: '2009-05-21'4published_at: '2009-05-21T16:02:00.004+10:00'5tags: ['linux', 'monitoring', 'unix']6author: 'Gavin Jackson'7excerpt: 'apt-get install terminator It''s a wrapper around gnome terminal that allows you to split your terminal both horizontally and vertically. What makes this supercool is that you can have multiple tabs wi...'8updated_at: '2009-05-21T16:25:05.010+10:00'9legacy_url: 'http://www.gavinj.net/2009/05/commands-of-day-terminator-tail-and.html'10---1112[](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhErQk2qELjq5c949khKSt9Uax_mPVIYeXbcC73kTGj_Xfhr5-V2yG1boe42COpPZWSnkbOgsQ78RmtLDut783eQjnRFqmDiDfAultdpUUsV0ohiRyk7tjURkdgXDSl6iP9Bn8Gd3erSSo/s1600-h/terminator.jpg)1314apt-get install terminator It's a wrapper around gnome terminal that allows you to split your terminal both horizontally and vertically. What makes this supercool is that you can have multiple tabs with different terminal layouts.1516This is particularly handy when you are performing code debugging and monitoring of multiple log files. Also, another tip that I recently learned was that you can use the unix command tail -f with multiple log files - as logs are generated, the source filename is clearly displayed in the tail output.1718Finally, I've been playing around with generating web server statistics for our apache tomcat webserver - the two that I like are [webalizer](http://www.mrunix.net/webalizer/) and [awstats](http://awstats.sourceforge.net/).1920Webalizer is pretty easy to set up and use, I came across a good howto on setting up awstats on Ubuntu [here](http://www.debuntu.org/2006/04/21/33-how-to-setting-up-awstats-with-apache-2-on-debianubuntu/).2122Both have their pros and cons, however I feel that awstats looks more polished and provides some really in-depth details covering things like average visitor duration and site entry and exit points.232425