Description
Org.Apache.REEF.Common uses PerformanceCounters to implement the `MachineStatus` class. Unfortunately PerformanceCounters are not CoreCLR compatible, and seem to be sunsetted in general in preference of ETW (on Windows).
We need to move off of PerformanceCounters. This issue involves investigating possible solutions and then coding them up.