Skip to content

gather-info v0.1.1

Choose a tag to compare

@github-actions github-actions released this 24 Mar 15:46
· 1 commit to main since this release

gather-info v0.1.1

Quick install

curl -fSL "https://hyperstack-support-tools.sfo3.digitaloceanspaces.com/public/gather-info-v0.1.1-linux-amd64" -o gather-info
curl -fSL "https://hyperstack-support-tools.sfo3.digitaloceanspaces.com/public/gather-info-v0.1.1-linux-amd64.sha256" -o gather-info.sha256
sha256sum -c gather-info.sha256
chmod +x gather-info
sudo ./gather-info

Latest (always points to newest release)

curl -fSL "https://hyperstack-support-tools.sfo3.digitaloceanspaces.com/public/gather-info-latest-linux-amd64" -o gather-info

Changes

Since gather-info/v0.1.0-alpha.1:

  • 9a9b2bf gather-info: implement CX feedback phases 1-4

What's included

Static Linux x86_64 binary. Collects system, network, NVIDIA GPU, DCGM, Docker, services, journal, packages, storage, and InfiniBand diagnostics into a single .tar.gz archive.

See CODEMAP.md for architecture details.