How to use cmd command "tasklist" to list all processes and it;s cpu usage? -


i want list processes , it's cpu usage, can "tasklist" command acheive?enter image description here

i want list image name,pid,and cpuusage througn cmd command this, has no cpu usage

enter image description here

use tasklist /v.

you may want set mode 240 before, or redirect output file:

tasklist /v >tasklist.txt 

(sorry, tasklist not support selection of properties show; "standard" view or "verbose" view)


Comments

Popular posts from this blog

javascript - Trigger mouseenter when an animated element touches mouse -

json - Zend error Connection -

java - Using Spring @Transactional with a combination of readOnly and write, when does this entity get committed? -