Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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
Expand Down