Jump to content
Pulseway 9.14 🔥

Featured Replies

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...

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