I am looking for commandline options to check CPU utilization for an app in windows, I have tried in internet also , all I am getting cpu load only.
C:\> @for /f "skip=1" %p in ('wmic cpu get loadpercentage') do @echo %p%
this command only giving CPU load % but I am looking for CPU utilization %