Skip to content

Release v0.1.2

Choose a tag to compare

@github-actions github-actions released this 12 Aug 12:22

🚀 Release v0.1.2

Real-time terminal monitor for InfiniBand networks

Platform support:

  • Linux x86_64
  • Linux ARM64

Installation

Download the appropriate binary for your system.

# Linux x86_64
wget https://github.com/JannikSt/ibtop/releases/download/v0.1.2/ibtop-linux-amd64
chmod +x ibtop-linux-amd64
sudo mv ibtop-linux-amd64 /usr/local/bin/ibtop

# Linux ARM64
wget https://github.com/JannikSt/ibtop/releases/download/v0.1.2/ibtop-linux-arm64
chmod +x ibtop-linux-arm64
sudo mv ibtop-linux-arm64 /usr/local/bin/ibtop

Full Changelog: v0.1.1...v0.1.2