Hi,
How dos can see the cpu usage? Cpu usage with taskmgr.exe in the interface looks, but I need to see under dos, so I can write the script.
thank you
Cpu usage under dos
Moderator: DosItHelp
Re: Cpu usage under dos
Not the way like taskMgr.exe shows it, but you can use it too.
shows the usage in cpu-time, so to get the percental value, you have to call it periodically.
Code: Select all
tasklist /v
shows the usage in cpu-time, so to get the percental value, you have to call it periodically.