• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Monitor I/O activity on hard drive

tonyfreak215

Senior member
I am looking for a program that will get me the breakdown of IO activity for a hard drive.

For example; if there was 100MB of reads/writes, it would give me a breakdown of the IO sizes.

I would like to get an idea of what my database activity is like.
 
On linux there is iotop and the kernel apis it uses. you may have to tweak the code a bit to get exactly the data you need, but the kernel apis exist.

windows/osx: good luck. if it does exist, it will probably be expensive.
 
Back
Top