Changes between Version 1 and Version 2 of WebServerLogs


Ignore:
Timestamp:
07/11/13 14:32:44 (3 years ago)
Author:
chris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WebServerLogs

    v1 v2  
    1212* 32688 page views                                                       
    1313                                                              
    14 Therefore to get a handel on what the web servers are doing, as opposed to what realy people are doing on the site, we need some tools other than Piwik. 
     14Therefore to get a handle on what the web servers are doing, as opposed to what realy people are doing on the site, we need some tools other than Piwik. 
    1515 
     16== logstalgia == 
     17 
     18This allows a realtime display of log files, install logstalgia on your local machine, for example: 
     19 
     20{{{ 
     21sudo aptitude install logstalgia 
     22}}} 
     23 
     24And then pipe the logs into it via ssh: 
     25 
     26{{{ 
     27ssh puffin.webarch.net sudo tail -f /var/log/nginx/awstats.log | logstalgia --sync 
     28ssh parrot.webarch.net sudo tail -f /home/*/logs/access.log | logstalgia --sync 
     29ssh penguin.webarch.net sudo tail -f /var/log/nginx/*.access.log | logstalgia --sync 
     30}}} 
     31 
     32For more info see https://code.google.com/p/logstalgia/ and the videos here https://www.youtube.com/user/Logstalgia