// SYSTEM OBSERVABILITY PLATFORM

Full-stack
infrastructure
intelligence

Real-time metrics ingestion, ML-powered anomaly detection,
and containerized log aggregation — built for production-grade monitoring.

try log analyzer ↓ GitHub ↗
metrics pipeline ACTIVE
anomaly detector RUNNING
log aggregator BUSY
docker containers HEALTHY
sqlite store ONLINE
// LIVE DASHBOARD
CPU USAGE
67.3%
▲ 2.1% last min
MEMORY
4.2 GB
▲ 0.3 GB allocated
LATENCY P99
142ms
~ near threshold
ANOMALIES
3
▲ 1 new in 5m
THROUGHPUT — req/s ● LIVE
ANOMALY LOG 4 events
14:23:07
CRIT
CPU spike: 94% on node-01
14:21:44
WARN
Memory threshold exceeded: 87%
14:19:02
INFO
ML model refit triggered
14:16:30
OK
Node-02 health check passed
// AI-POWERED LOG ANALYZER
PASTE YOUR SYSTEM LOG
The platform analyzes your log and predicts anomaly type, severity & root cause
✦ AI POWERED
SAMPLES:
[◎]
Awaiting log input
paste a log and click ANALYZE
ANALYSIS RESULT —
ANOMALY TYPE
SEVERITY
AFFECTED COMPONENT
CONFIDENCE
ROOT CAUSE ANALYSIS
▶ RECOMMENDED ACTION
// KEY CAPABILITIES
[ML] ANOMALY DETECTION

Isolation Forest Model

Trained on historical system metrics to flag CPU, memory, and latency deviations. Auto-refit triggered on distribution drift.

[∑] METRICS INGESTION

Flask Aggregation API

Multi-node metric collection with SQLite time-series persistence, configurable scrape intervals, and REST endpoints.

[⊞] CONTAINERIZATION

Docker Compose Deploy

Full service isolation per component. One-command startup, reproducible across dev, staging, and production environments.

[◎] LOG AGGREGATION

Structured Log Collector

Cross-service log collection with severity classification, pattern matching, and searchable event history across all nodes.

[⚡] LIVE DASHBOARD

Auto-Refresh Web UI

Real-time node health, throughput graphs, and anomaly alert feed — no page reload required. Sub-second update latency.

[↯] ALERT ENGINE

Multi-Level Alerting

Threshold-based and ML-derived alerts across CRIT / WARN / INFO levels with event correlation and deduplication.

// TECH STACK
Python Flask Docker scikit-learn Isolation Forest SQLite REST API Docker Compose psutil Chart.js Jinja2 Linux