Running process

(imported topic written by ltd200991)

Hi,

I was able to find some relevance for counting the number of open processes by name, but I was wondering if there was any way to view the current amount of Memory Usage of any given executable?

number of running applications whose (name of it = “javaw.exe”)

thanks!

(imported comment written by NoahSalzman)

I believe you need to find the wmi query that provides this info. This is a start:

selects “description, workingsetsize from win32_process” of wmi

(imported comment written by ltd200991)

thanks!!!

pretty sure I figured it out (using the info you gave me)

string value of selects “WorkingSetSize from Win32_Process where Caption = ‘javaw.exe’” of wmi