Is there a way to list pipes used by a running linux process (e.g. given its pid or process name) and to determine their used capacity?
Something like:
lspipes -l -p pid
resulting in something like:
[rw] descriptor size name
where rw is the pipe end type and size is its used capacity
Or something similar