This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

How to monitor a hung process

We have a legacy process that tends to get hung up, but doesn't go into a "down" state. we have a SAM process monitor applied to the process in question, but it doesn't catch when the process is hung up, only when it's stopped.

Is there a better way to monitor this process?

  • The best way to monitor against processes that are still up but are not actually doing the thing they are supposed to is to come up with some way to test that resulting action directly.  So if the process was w3wpe.exe i would have to set up an http monitor against the address it is supposed to be serving up.  If the process was SolarWinds.InformationService.ServiceV3.exe i would have to write up a script to connect to the solarwinds information service to run a quick transaction.

    So the question is, what does your process do, and is there some way you can validate that beyond just knowing that the process exists in the task mananger?