diff --git a/README.md b/README.md index 4924e21..02fc292 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,10 @@ Unlike Kubernetes- or Prometheus-based monitoring, it requires **no agents, side The script has **zero dependencies** (pure `/bin/sh`) and outputs either **human-readable tables** (with colorized thresholds) or **machine-readable JSON** for easy integration into dashboards, editors, or CI pipelines. +

+ cgstats.sh table output showing CPU, memory, and disk usage +

+ > ⚠️ While the script includes support for both **cgroup v1 and v2**, it has been primarily developed and tested against **cgroup v2**. > cgroup v1 support should work, but is not thoroughly tested. diff --git a/docs/cgstats-output.png b/docs/cgstats-output.png new file mode 100644 index 0000000..39bf419 Binary files /dev/null and b/docs/cgstats-output.png differ