gpt4 book ai didi

logging - 输出重定向 - 如何使用 tail -f 获取实时流

转载 作者:行者123 更新时间:2023-12-04 19:22:17 26 4
gpt4 key购买 nike

我正在使用 runnit 在 ubuntu 上运行 python 进程。我将程序的输出重定向到日志文件。

exec /usr/bin/python /home/ubuntu/workspace/monitor.py >> /tmp/monitor.out 2>&1

然后我用
tail -f /tmp/monitor.out

看看发生了什么。

但是,它的输出不是流式传输的。总是落后,有时落后几分钟。它的输出并不多。

如何获得实时流媒体?

最佳答案

输出可能正在缓冲。把 sys.stdout.flush()在脚本循环结束的某个地方立即将缓冲区写入磁盘。 (参见 here 了解更多信息)

关于logging - 输出重定向 - 如何使用 tail -f 获取实时流,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11635832/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com