pwatch

Simple tool to watch and report processes with excessive resource usage


License
MIT
Install
pip install pwatch==1.2.1

Documentation

Pwatch

A simple python tool to log process with excessive resource usage

Install

pip install pwatch

Usage

By default pwatch will set limits to 0, that means every process will be reported.

For more informations:

pwatch --help

Used libraries

This software relies on the great psutil python library.