Crates.io | erelas |
lib.rs | erelas |
version | 0.1.1 |
created_at | 2025-09-04 19:33:09.012839+00 |
updated_at | 2025-09-05 14:05:20.584054+00 |
description | Lightweight, privacy-preserving system usage monitor. |
homepage | |
repository | https://codeberg.org/carsonwoods/erelas |
max_upload_size | |
id | 1824662 |
size | 44,827 |
Erelas is an extremely minimal, lightweight monitoring/logging tool for system resources. It is privacy focused and, by default, no collected telemetry data leaves your device.
Currently, the tool must be run in the foreground and has no capability for transmitting data. This might be added as a later feature, but it would be opt-in only.
At the time of writing, Erelas collects the following metrics:
Erelas DOES NOT capture the following information:
Data is stored to a local sqlite database that can be viewed at $HOME/.erelas.db
.
Deleting this file deletes all collected data.
By default, Erelas collects data every 5 seconds. You can customize how often data is logged (in seconds) through the interval parameter:
# collect data every minute
erelas -i 60