Jump to content

How to obtain process IO Reads, Writes, Other


Recommended Posts

Under Task Manager -> View -> Select Columns, you can select columns IO Reads, Writes, and Other (also in bytes). Given a process name, is there a way to obtain this information in AutoIt? Maybe through a DllCall? I looked at the Win32_Process under scriptomatic, but it did not contain this information. Any ideas?

Thanks,

-John

Link to comment
Share on other sites

Search for "performance monitor" and "performance counter". On w2k the official MS app is perfmon. You will finde quite a lot of projects using this over at www.codeproject.com.

Happy hunting :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...