You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a little piece of code that for a given PID reports the available bytes in its stdin and stdout buffers. That's equal to the number of bytes you could read with a non-blocking read from the pipe. Can be used to inspect pipe congestion when compared to the max buffer size.
You might have to run this program with appropriate user to be able to peek into PID's file descriptors.