Hi, What specifically do the DiskRead, DiskWrite fields reported in sacct measure?
Are these capturing data passing through POSIX read/write api? For instance POSIX read/write API's are used with sockets communication as well as disk based I/O. If these data are to be useful I need to understand specifics of what data the numbers reported by sacct include, as it seems to be more than just writes to disk based on numbers I see for my jobs. I am also curious as to the origin of these data, are you harvesting this information from data exposed in /proc file system by the kernel? or do you get them some other way? Thank you Burlen