From 32ebfd20ff7862b4707b813d6235df62f0fb35e3 Mon Sep 17 00:00:00 2001 From: seoulpro Date: Mon, 3 Aug 2026 06:09:46 +0900 Subject: [PATCH] Clarify host observability scope --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bf7616e..8486b0e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # Embertop -**Ambient observability for people who run things.** +Embertop reads CPU, memory, load average, and web-server access logs on a single host and +draws them as one continuously updating terminal view, so request traffic and system +pressure are visible side by side without running a metrics stack. + +*Ambient observability for people who run things.* [![CI](https://github.com/seoulpro/embertop/actions/workflows/ci.yml/badge.svg)](https://github.com/seoulpro/embertop/actions/workflows/ci.yml) [![npm](https://img.shields.io/npm/v/embertop.svg)](https://www.npmjs.com/package/embertop) @@ -258,6 +262,13 @@ CI verifies the web build, CLI behaviour, privacy parsers, and package contents on every pull request. Contributions are welcome — see [CONTRIBUTING.md](CONTRIBUTING.md). +## Related projects + +- [process-leash](https://github.com/seoulpro/process-leash) — limits for individual + process trees, where Embertop reports the host totals they contribute to. +- [tallyburn](https://github.com/seoulpro/tallyburn) — a companion terminal monitor for + token usage instead of host resources. + ## License [MIT](LICENSE) © Sumin Lim. Bundled third-party material is listed in