Boian Bonev
Boian Bonev
`iotop` reads from `/proc` but that doesn't show up as IO. What is your kernel version?
I tried on an older one and the problem is not present, will try to get access to a newer one to see what is happening... ``` # uname -a...
I could not reproduce, closing
That was long ago. I did try on all proxmox boxes I could get access to. And none exhibited the same problem. I tried on the hosts, not in a...
I think that one of the 4.x series should work. Not sure if 4.4 is closer to 4.19 or 4.9...
As long as it runs, most probably there is nothing missing. In newer kernels the delayacct ioctl is off by default and processes started before that is enabled, will always...
Thanks for the idea. Let's name that read-only mode. In case privileges are elevated by `setcap`, there will be no way to ensure that the environment variable is what the...
Hi, Currently bpfmon is using a single data source - either pps/bps from iptables rule or pps/bps from libpcap rule. What you describe is requiring more than one data source...
Happy to hear that bpfmon is useful :) Implementing multiple sources is not a problem from technical point of view, but more of how to organize the interface and command...
There is one catch with option `o` - when the sysctl is disabled it checks bytes in+out, else io. But the kernel does not keep the io stats for processes...