Skip to content

mod_metrics

Germán Luis Aracil Boned edited this page Apr 6, 2026 · 1 revision

mod_metrics

Category: System & Monitoring | Version: v1.0.0 | Source: modules/mod_metrics/mod_metrics.c

Description

Real-time system metrics from /proc. CPU usage, memory, disk space, load average, uptime.

Paths

Path Method Description
/metrics GET All metrics summary
/metrics/cpu GET CPU usage percentage
/metrics/memory GET RAM usage (total, used, free, cached)
/metrics/disk GET Disk space per mount point
/metrics/load GET Load average (1, 5, 15 min)
/metrics/uptime GET System and portal uptime

Clone this wiki locally