We would like to (continuously) write to a log file on one linux machine, and continuously read from it on another machine. We're looking for low latency updates (this is for real-time plotting) and easy setup. What the best way to achieve this?
I have tinkered with nfs, sshfs, and tail -f, but updates only come in at 1Hz. I assume these filesystems don't support the select syscall, and so top polls at it's internal rate.