utility to kill a process if it consumes too much cpu?

  • Thread starter Thread starter casioculture
  • Start date Start date
C

casioculture

I like slickr a lot, but it's buggy that it hangs and consumes too much
cpu when it does so (eg, ~98%). I want a utility that would detect that
slickr, or any other app, has hanged by noticing that it's consuming
too much cpu for too long and then kill it, and preferably restart it
too.

Any ideas? Thanks
 
TASKKILL /F /PID xxxx

Et, pour avoir le PID : TASKLIST /V (ou la barre des tâches)
 
Am 22 Mar 2006 08:50:06 -0800 schrieb casioculture:
I like slickr a lot, but it's buggy that it hangs and consumes too much
cpu when it does so (eg, ~98%). I want a utility that would detect that
slickr, or any other app, has hanged by noticing that it's consuming
too much cpu for too long and then kill it, and preferably restart it
too.

Any ideas? Thanks

Process Lasso:
http://www.bitsum.com/ProSuper.asp
 
I like slickr a lot, but it's buggy that it hangs and consumes too much
cpu when it does so (eg, ~98%). I want a utility that would detect that
slickr, or any other app, has hanged by noticing that it's consuming
too much cpu for too long and then kill it, and preferably restart it
too.
Any ideas? Thanks

Task Manager - right-click on the process (when you start the program)
- set the priority low and it shouldn't consume that much CPU time.
 
Back
Top