bashtop
bashtop copied to clipboard
[REQUEST] Add NetBSD section
steps to run bastop on NetBSD
- Install psutil:
sudo pkgin install py38-psutil-5.6.7 - Make symlink for python3.8 to python3
sudo ln -sf /usr/pkg/bin/python3.8 /usr/pkg/bin/python3 - clone repo
git clone https://github.com/aristocratos/bashtop.git - cd bashtop
- run bashtop
./bashtop
Thanks.
Gonna have to run tests before adding official support for NetBSD. Psutil have support for FreeBSD, OpenBSD and NetBSD but only show testing status for FreeBSD. So I have to manually test for OpenBSD and NetBSD since I don't have experience with them and don't know exactly how much the different flavours of BSD differ.