views:

159

answers:

0

Hello,

I'm writing an application which allows me to monitor various health parameters of a server system (CPU, RAM, HDD, Processes & Service Usage etc.) and then ties into a different system for data analysis. I could grab lots of values via PerformanceCounter or query WMI, but wondered if there is already some kind of free/open source library which contains a large amount of system diagnostic information retrievers that I could use?

Thank you!