jftuga 1 Posted May 22, 2006 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 Admin_Popup, show computer info or launch shellRemote Manager, facilitates connecting to RDP / VNCProc_Watch, reprioritize cpu intensive processesUDF: _ini_to_dict, transforms ini file entries into variablesUDF: monitor_resolutions, returns resolutions of multiple monitorsReport Computer Problem, for your IT help deskProfile Fixer, fixes a 'missing' AD user profile Share this post Link to post Share on other sites
Uten 9 Posted May 22, 2006 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 Please keep your sig. small! Use the help file. Search the forum. Then ask unresolved questions :) Script plugin demo, Simple Trace udf, TrayMenuEx udf, IOChatter demo, freebasic multithreaded dll sample, PostMessage, Aspell, Code profiling Share this post Link to post Share on other sites