bpytop icon indicating copy to clipboard operation
bpytop copied to clipboard

[BUG] I/O graphs aren't showing for `/dev/md` devices

Open wallentx opened this issue 4 years ago • 1 comments

bpytop version: 1.0.67 psutil version: 5.8.1

This used to work fine, but I've since noticed that the graphs aren't working for any of my mdadm created devices.

python3 -c "import psutil, pprint; pprint.pprint(psutil.disk_partitions())" | grep ssdarray1
 sdiskpart(device='/dev/md0', mountpoint='/mnt/ssdarray1', fstype='xfs', opts='rw,noatime,nodiratime,swalloc,attr2,largeio,inode64,logbufs=8,logbsize=32k,sunit=1024,swidth=8192,noquota', maxfile=255, maxpath=4096)]

2021-09-07_15-59

2021-09-07_16-00

And I'm absolutely writing data to that volume.

It just quit working one day.

wallentx avatar Sep 07 '21 21:09 wallentx

This seems to be working when bpytop uses psutil 5.8.0

wallentx avatar Sep 08 '21 10:09 wallentx