Title: P0: I collected logs from several nodes to one file [2023-08-13 Sun]
From result of execution of python scripts to a one server.

With this commands:

For nodes:
: script -c python param.py |& sed -u "s/^/S{who}: /" |& perl -ne use IO::Handle printf " ", scalar time(), S_ STDOUT->autoflush(1) |& tee -a S{who}.log

For one server:
: watch "cat chief_0.log worker_0.log worker_1.log | sort -ns -k1 | tail"\n#k8s #shell #bash #terminal #console