I'm looking for alternative ways of obtaining the total CPU utilization percentage and the amount of free RAM on the device in C#.
There is an extremely easy solution described here: http://zamov.online.fr/EXHTML/CSharp/CSharp%5F927308.html
However, the PerformanceCounter class is not included in the .NET Compact Framework 3.5.
Are there other ways?
Thanks :)