[My Attempts]
Already went through
How to get the CPU Usage in C#? But \"_Total\" Instance of Processor would give me total consumption of CPU as o
If you use this, you can get the same result with the task manager :
cpuCounter = new PerformanceCounter( "Processor Information", "% Processor Utility", "_Total", true );