The Problem
Standard monitors show what is happening, but not if a spike is normal or a sign of a leak/runaway thread. A process jumping from 1% to 90% CPU isn't flagged by standard tools if the system isn't crashing.
Project Deep Dive
Unsupervised OS-Level Anomaly Detector
Standard monitors show what is happening, but not if a spike is normal or a sign of a leak/runaway thread. A process jumping from 1% to 90% CPU isn't flagged by standard tools if the system isn't crashing.
Performs unsupervised anomaly detection locally by:
No ML frameworks, fully explainable.
pip install psutil matplotlib python run_guardian.py
> SYSTEM NOTICE: This interface is currently a frontend simulation of the local OS monitoring tool. It demonstrates the expected behavior during baseline learning and anomaly detection.