I looking for sollution to get string with top cpu/memory process from windows servers.
Looks like: "idle.exe 90% netlogon.exe 10% ..."
I get this string from linux with this little script:
echo `ps axk -pcpu o pcpu,comm|head -n6|tail -n5|tr -d [:cntrl:]`
Is it possible to get it from windows?
P.S. Very necessary for you to have person, who will moderate a forum, delete a spam, and the main thing - operatively to help users with their questions.
Looks like: "idle.exe 90% netlogon.exe 10% ..."
I get this string from linux with this little script:
echo `ps axk -pcpu o pcpu,comm|head -n6|tail -n5|tr -d [:cntrl:]`
Is it possible to get it from windows?
P.S. Very necessary for you to have person, who will moderate a forum, delete a spam, and the main thing - operatively to help users with their questions.
Comment