← Tools

Dissonance

Paste system metrics. Detect when behavior changes. When it’s silent, you’re safe. When it speaks, something real changed.

PASTE METRICS (example: steady baseline then sudden spike)
Loading runtime...
Paste system metrics and press Run. Changes are detected automatically.
Everything is free. If this helped → support GUMP

HOW IT WORKS

Learns baseline behavior from the first half of your data. Scans for deviations exceeding 2 standard deviations. No signatures, no rules — pure statistical coupling. A shift in mean, a spike in variance, a sudden trend — all detected the same way.

INSTALL

pip install begump
from gump.sensor import detect_regime_change

changes = detect_regime_change(my_data, window=100)
for c in changes: print(c)

Your data stays on your machine. Silence means safe.