教えてもらったので備忘としてメモ。
multitail
http://www.vanheusden.com/multitail/
multitail --mergeall -l "ssh server1 'tail -f /var/log/httpd/access_log'" -l "ssh server2 'tail -f /var/log/httpd/access_log'"
みたいな感じで2台(複数台)サーバーで出力されているアクセスログをtail&mergeすることができる。
が、できれば
multitail --mergeall -i server1:/var/log/httpd/access_log -i server2:/var/log/httpd/access_log
な風にできればよいのになぁ、とも思ったり。
#適当にやったので使い方間違えてるかも?
multitail
http://www.vanheusden.com/multitail/
multitail --mergeall -l "ssh server1 'tail -f /var/log/httpd/access_log'" -l "ssh server2 'tail -f /var/log/httpd/access_log'"
みたいな感じで2台(複数台)サーバーで出力されているアクセスログをtail&mergeすることができる。
が、できれば
multitail --mergeall -i server1:/var/log/httpd/access_log -i server2:/var/log/httpd/access_log
な風にできればよいのになぁ、とも思ったり。
#適当にやったので使い方間違えてるかも?