| Crates.io | antop |
| lib.rs | antop |
| version | 0.2.2 |
| created_at | 2025-04-06 01:57:57.812944+00 |
| updated_at | 2025-04-07 20:29:16.016527+00 |
| description | A TUI application for monitoring antnode instances. Discovers nodes via log files, fetches metrics (resource usage, peers, bandwidth, etc.), calculates network speeds, and displays the information in a terminal dashboard with sparklines. |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1622577 |
| size | 226,986 |
A terminal dashboard for monitoring Autonomi node instances.

antnode instances by scanning log files (configurable path).ratatui.cargo install antop
git clone https://github.com/champii/antop.git
cd antop
cargo build --release
target/release/antop.Run the application:
antop
Or, if installed via source:
cargo run
Node Discovery:
antop looks for node root directories in ~/.local/share/autonomi/node/* to find information like storage paths. Use --path to override this.~/.local/share/autonomi/node/*/logs/antnode.log to discover metrics server addresses.--path option:antop --path "/path/to/your/nodes/node-*"
--log-path option with a glob pattern matching the specific log files:antop --log-path "/custom/log/location/node-*/antnode.log"
This project is licensed under the MIT License. See the LICENSE file for details.