9 Responses

  1. Nehemoth
    Nehemoth February 2, 2012 at 5:08 pm |

    Nice Job, I’ve been searching for this a long time and that one of CPU higher than is neat.

    One question tough, do you know if I can search for a specific process with CPU time over 50%?.

    Would be like the merger of 2 querys but I don’t know how to do it.

    Thank you

    Reply
  2. Nehemoth
    Nehemoth February 2, 2012 at 7:10 pm |

    Hey thank you for the really fast answer.

    The script works like a charm for me, but one last thing, could be modified so only look to one specific process?, for example the process iexplore

    Thank you

    Reply
  3. Nehemoth
    Nehemoth February 2, 2012 at 7:19 pm |

    I guess this is the one

    wmic path win32_perfformatteddata_perfproc_process where (PercentProcessorTime ^> 5 and Name ^ “_Total” and Name ^ “Idle” and Name ^ “wmiprvse” and name=’w3wp’) get Name, PercentProcessorTime, IDProcess /format:list

    :-)

    Reply
  4. Nehemoth
    Nehemoth February 2, 2012 at 7:25 pm |

    But at the end of the day there is a problem.

    For some reason sometimes I get “No Instance(s) Available”, even when I can see in the task manager that the process is right about my mark, also I just get 100 or 0 instead of the real value which should be between 5 to 50

    Thank you for your help

    Reply

Leave a Reply