I porting my web-app to .NET Core (dnxcore50) and some features is dropped. I know about crossplatform features of .NET Core and i want to know how i use old System.Management performance counters for get CPU, RAM, Network load ?
Maybe now need write platform-dependent utils for pushing data to my abstract monitoring service written with .NET Core?