Jump to content

Recommended Posts

Posted

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

  • 2 weeks later...
Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...