.NET Core does not have the functionality to obtain CPU usage and other information on Linux, so don't hold your breath. static void Main(string[] args) { Console.WriteLine("System Runtime Status"); var proc = Process.GetCurrentProcess();[......]继续阅读

