I am developing an ASP.Net Core MVC Application where an administrator e.g. me should be able to see system information like:
- CPU usage by current process
- Total CPU usage
- Total System Memory available
- Total System Memory used by current application
- Total System Memory usage
- Total Disk space available
- Total Disk space used
After digging for hours I only found solutions using some Performance Counters or system queries. The problem being that most of them only work under Windows, but I need them to work on Linux, to be specific Ubuntu 18.10, to work as well.