views:

16

answers:

0

I am using performance counters to get values on LAN like this:

PerformanceCounter available = new PerformanceCounter("Memory", "Available MBytes", "", ipAddress);

but I cant get the total RAM size, I need usable persentage like %75 etc...

are there any way to do?