LNtop on FreeBSD¶
https://github.com/edouardparis/lntop
For some reason the terminal freezes when running LNtop, but still provides valuable info
Installation¶
# dependencies
pkg install -y git go
# install with go
go install github.com/edouardparis/lntop@latest
# or from source
git clone https://github.com/edouardparis/lntop.git
# install
cd lntop && && go build && go install ./...