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
Unsure why, the file /proc/[pid]/io of my system "Linux smart-dtn 3.10.0-514.2.2.el7.x86_64 #1 SMP Tue Dec 6 23:06:41 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux" always reports read_bytes as zero.
So, psutil.disk_io_counters().read_count always reports 0, as well as the p.io_counters() where p is the process.
update: Well the read counter is not always zero, but just does not change.
Unsure why, the file /proc/[pid]/io of my system "Linux smart-dtn 3.10.0-514.2.2.el7.x86_64 #1 SMP Tue Dec 6 23:06:41 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux" always reports read_bytes as zero.
So, psutil.disk_io_counters().read_count always reports 0, as well as the p.io_counters() where p is the process.
update: Well the read counter is not always zero, but just does not change.
An example of my /proc/[pid]/io file:
rchar: 97640349
wchar: 93615
syscr: 1027662
syscw: 1123
read_bytes: 0
write_bytes: 225280
cancelled_write_bytes: 0
The text was updated successfully, but these errors were encountered: