mecomo Posted December 16, 2011 Posted December 16, 2011 Hi It would be great if it was possible to create rules on windows services resources For instance: If a service process is using 60% CPU or 2GB memory, kill the process and possibly restart it. Thanks, Marco
JeffVandervoort Posted December 29, 2011 Posted December 29, 2011 First, create a Scheduled Task to bump the service. (NET STOP "Service Name" && NET START "Service Name"). Then, in the Rules tab, create a Rule whose Condition is the service is using > 60% CPU or > 2GB RAM. The rule's Action would be Run a Task, and select your Scheduled Task.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now