7
I want to log, every 10 minutes, list of all the apps in windows that now running, the CPU usage, and memory usage.
I have many node.exe tasks, so I want to see the arguments of the task (for example: node c:\myscript.js
I tried: tasklist/?
but didn't found anything related to cpu usage.
I tried: procexp/?
but didn't found anyway to export the list to file (or show in console)
I tried: cprocess
(NirSoft), it can dump to file, and show CPU, but it don't give the arguments of the exe that runned.
Any idea?
2Note: In order to use typeperf, you must either be a member of the local Performance Log Users group, or the command must be executed from an elevated command window. – Amit Naidu – 2018-04-18T23:41:20.873