Hmmm. That's not the impression I got from reading what's available on wikitech. It's called a "developer account". Pages like
https://wikitech.wikimedia.org/wiki/Portal:Toolforge/About_Toolforge say things like, "If you already know these basics, then you are ready to start developing tools!" So, it sure sounds like it's supposed to be a development environment.
which is at odds with your statement that it's not meant to be a development environment. Yes, I keep several tmux sessions nailed up. It makes life easier and I assumed it would be a very small impact on the system. As for:
That's exactly what it is. Tailing a NFS log file is not practical. I opened
a phab ticket on this which got triaged to a low priority. Fair enough, so I found a workaround. The process you're seeing is essentially a private syslog server I'm running. My k8s web server process logs to that, bypassing NFS. I don't need that running when I'm not actively debugging, so I'll shut it down now. It didn't seem like the kind of thing that would be imposing any significant load.