Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Simultaneously monitoring multiple log files (over ssh) on Windows?

I've used poderosa(a .NET terminal app) to monitor logs on multiple linux/solaris servers. This application is NOT getting currently maintained and I've had several problems with it.

I'm wondering what other users do to simultaneously monitor several logs in real-time(as in tail -f logfile). I would like to be able to tab/cascade several ssh tails.

like image 386
anjanb Avatar asked Dec 23 '22 14:12

anjanb


1 Answers

You could just ssh to one server, and use mutitail from there to tail the logs on all the other servers.

like image 185
zigdon Avatar answered Dec 28 '22 23:12

zigdon