Is there a way to monitor a specific process and send alerts if the process goes over/under a certain resources threshold? I'm not talking about generic Windows server processes or anything like that; I mean specific user-adminstrated processes. My company owns a propriety software tool and I'd like to monitor it's usage on a production server.
For example, let's say the process is call "run.exe"
If run.exe uses less than 200MB of memory usage, or over 1000MB, then I'd like an email informing me of that.