How would you go about monitoring a user’s traffic (in a dockerized Theia container)? I don’t need anything complex, just simply want to understand if it’s possible to see something like nginx access logs, but for the websocket traffic within Theia. I don’t necessarily need to know which action was made—opening a file, running a command at the terminal, etc.—I only need to know that a request was sent and received. (Though, if possible, I’d be interested in more detailed data.)
So, how would you go about this?
[original thread by Brian Dant]