| Crates.io | ibtop |
| lib.rs | ibtop |
| version | 0.1.5 |
| created_at | 2025-08-27 09:08:27.632791+00 |
| updated_at | 2025-08-27 09:08:27.632791+00 |
| description | Real-time terminal monitor for InfiniBand networks |
| homepage | https://github.com/JannikSt/ibtop |
| repository | https://github.com/JannikSt/ibtop |
| max_upload_size | |
| id | 1812343 |
| size | 2,678,417 |
Real-time terminal monitor for InfiniBand networks - htop for high-speed interconnects

# Install the latest release automatically
curl -fsSL https://raw.githubusercontent.com/JannikSt/ibtop/main/install.sh | bash
# Install using cargo
cargo install ibtop
# Download the latest release for your architecture
# For x86_64:
wget https://github.com/JannikSt/ibtop/releases/latest/download/ibtop-linux-amd64
# For arm64:
wget https://github.com/JannikSt/ibtop/releases/latest/download/ibtop-linux-arm64
chmod +x ibtop-linux-*
sudo mv ibtop-linux-* /usr/local/bin/ibtop
# Clone the repository
git clone https://github.com/JannikSt/ibtop.git
cd ibtop
# Build and install
cargo build --release
sudo cp target/release/ibtop /usr/local/bin/
# Monitor all InfiniBand adapters
ibtop
q or ESC - Quit/sys/class/infiniband/)Apache License 2.0
Contributions are welcome! Please feel free to submit a Pull Request.