majidmadadi / ProcessMonitor

C# utility to monitor Windows processes and kill the processes that work longer than the threshold specified

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ProcessMonitor

C# utility to monitor Windows processes and kill the processes that work longer than the threshold specified

Usage: ProcessMonitor.Console.exe [process_name] [threshold_in_minutes] [interval_in_minutes]

Note: This code is compiled for windows only. If you get error run this command: winrm quickconfig

About

C# utility to monitor Windows processes and kill the processes that work longer than the threshold specified


Languages

Language:C# 100.0%