Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. PVilevac

    Monitor % Process CPU Usage (specific process)

    Response Part II: Seems This Works, I believe.. for each Process in GetObject("winmgmts:").ExecQuery("Select * from Win32_Process") WScript.echo Process.name & " " & CPUUSage(Process.Handle) & " %" Next Function CPUUSage( ProcID ) On Error...
  2. PVilevac

    Monitor % Process CPU Usage (specific process)

    Here's a clue. The thing I don't like is you've got to use both Win32_Process (for KernalModeTime) and Win32_PerfFormattedData_PerfProc_Process for CPUUsage. But if you are willing to give up some of the details including KernalModeTime (and command line and ...) you can get everything you...

Part and Inventory Search

Back
Top