showspeed
showspeed copied to clipboard
Doesn't work on Ubuntu 16.04
Doesn't work on Ubuntu 16.04 !
Please fix it !
;-)
cat /proc/$PID/fdinfo/$FD prints pos: 0 even after transfering large amounts of data.
We don't seem to have a better way to access data from open streams.
Workaround: try instead
pv -d $PID:$FD
Hoping, that they have a better way to retrieve their data.