how to do an item for windows total memory used?
Ad Widget
Collapse
memory used in windows
Collapse
X
-
Hi
You do it with a performance counter
perfmon[\Memory\Available MBytes]
Returns Megabytes not used in memory. -
I don't know how to get the total memory installed. Hm, i guess WMI can do it. Check the wiki for how to do WMI check. It need a remote vb script.
I build it into the .net client soon though. So data can be polled with WMI and performance monitor. Should be a good match
Comment
Comment