Connecting Tech Pros Worldwide Help | Site Map

what is the wmi query to get top most process that is taking max cpu and memoery usag

Newbie
 
Join Date: Sep 2008
Posts: 18
#1: Mar 18 '09
hi,

what is WMI Query to get top most process name that is taking maximum cpu usage and memory usage.

what is the syntax for wmi query and also which of win32 api will be used to call that process.

thanks
tlhintoq's Avatar
Moderator
 
Join Date: Mar 2008
Location: Arizona, USA
Posts: 1,745
#2: Mar 18 '09

re: what is the wmi query to get top most process that is taking max cpu and memoery usag


What have you tried so far?
I'm sure you've tried on your own several times, right? Probably gotten close but not quite? So out of your own experimentation what got you close but not quite?
Newbie
 
Join Date: Sep 2008
Posts: 18
#3: Mar 19 '09

re: what is the wmi query to get top most process that is taking max cpu and memoery usag


i don't want to close any thing, but i want to get the process name that is taking maximum cpu usage and also memory usage.
i want to get some help regarding its query mostly we use this query

Select * from Win32_Process where name = 'googletalk.exe' '");
to check if this process is running.
i want to check the process name that is taking maximum utilization of system memory.
Reply