(Batch) “wmic cpu” issue with multi-core system
问题 I run the "wmic cpu get loadpercentage /every:1" command on a virtual machine with 2 logical CPU cores and I get the LoadPercentage of the 1st core only, as you can see on the image attached: Multicore Issue How can I get the "real" CPU utilization (i.e. the average use of the 2 cores)? Otherwise, how can I also read the 2nd CPU usage separately? Thank you 回答1: It is probably funny that I give an answer to MY question, but since I searched and tested a lot, I want to share one more option: I