how to do an item for windows total memory used?
mbjoerling
22-08-2006, 09:28
Hi
You do it with a performance counter
perfmon[\Memory\Available MBytes]
Returns Megabytes not used in memory.
I have need to know the used memory
mbjoerling
22-08-2006, 21:46
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 :)