v0.1.4
Below are easy install instructions by OS and Architecture. As always there are always the standard instructions in the README.md as well.
linux
amd64 - linux
# Export the sha256sum for verification.
$ export BPFPS_SHA256="d14a663f6ff80fd27f16231d56916b6c0614a8fefd4e884028113e509b55a532"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/bpfps/releases/download/v0.1.4/bpfps-linux-amd64" -o "/usr/local/bin/bpfps" \
&& echo "${BPFPS_SHA256} /usr/local/bin/bpfps" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/bpfps"
$ echo "bpfps installed!"
# Run it!
$ bpfps -h