Is there a way of collecting loads of information from the server using the counter in one go so i only have to use 1 counter? EG. Pull off the:
RAM
CPU
NETWORK
then return it in one go instead of creating a new PerformanceCounter each time? Because that is seriously slow.