Hi,
I would like to monitor system IO load from a python program, accessing statistics similar to those provided in /proc/diskstats
in linux (although obviously a cross-platform library would be great). Is there an existing python library that I could use to query disk IO statistics on linux?