readmedottxt Posted February 9, 2009 Posted February 9, 2009 I'm after some code to obtain the totals of the following for a selected process: I/O Read Bytes I/O Write Bytes I/O Other Bytes The numbers are from task manager I've read up on Win32_PerfRawData_PerfProc_Process class and similar formatted classes and found only counters that display read/write/other OPs per second. How does the task manager obtain the totals, especially when it hasn't been running for the duration of system uptime? Thanks
Inverted Posted February 9, 2009 Posted February 9, 2009 You mean something like ProcessGetStats ? lol
readmedottxt Posted February 9, 2009 Author Posted February 9, 2009 You mean something like ProcessGetStats ?lolThats what I need. I googled before posting and for some reason didn't find that command.Thank you very muchly!
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now