I need once per second get information about HDD loading like (current write speed,current read speed, total loading percent etc.) more info is better. Spesial functions on Win32 API i dont find. Maybe need very low level functions or i need go to driver level. Please help me solve this problem! Thanks!
I need once per second get information about HDD loading like (current write speed,current
Share
You have two options, checking the performance of your hard disk by accessing the S.M.A.R.T info or using the windows performance counters you can access these counters using the WInApi or the WMI.
Check these resources
S.M.A.R.T
WinApi
WMI Related Classes