Python to emulate remote tail -f?

前端 未结 6 1626
攒了一身酷
攒了一身酷 2021-01-04 20:28

We have several application servers, and a central monitoring server.

We are currently running ssh with \"tail -f\" from the monitoring server to stream several text

6条回答
  •  一向
    一向 (楼主)
    2021-01-04 21:07

    I've posted a question on something like this with code (paramiko)

    tail -f over ssh with Paramiko has an increasing delay

提交回复
热议问题