| Crates.io | iotree |
| lib.rs | iotree |
| version | 0.1.2 |
| created_at | 2025-05-28 12:32:06.04675+00 |
| updated_at | 2025-06-25 11:11:38.949452+00 |
| description | A command-line tool to monitor disk I/O statistics in a tree view |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1692750 |
| size | 25,828 |
A command-line tool to monitor disk I/O statistics in a tree view format.
cargo install iotree
# Monitor all devices with default 1-second interval
iotree
# Monitor specific devices with custom interval
iotree -d sda nvme0n1 -x 2
# Monitor specific devices (space-separated)
iotree -d sda nvme0n1
The output shows the following metrics for each device:
lsblk command available in PATHThis project is licensed under the MIT License - see the LICENSE file for details.