aristocratos / bashtop

Linux/OSX/FreeBSD resource monitor
Apache License 2.0
10.79k stars 552 forks source link

[REQUEST] Add NetBSD section #155

Open jaypatelani opened 4 years ago

jaypatelani commented 4 years ago

steps to run bastop on NetBSD

  1. Install psutil: sudo pkgin install py38-psutil-5.6.7
  2. Make symlink for python3.8 to python3 sudo ln -sf /usr/pkg/bin/python3.8 /usr/pkg/bin/python3
  3. clone repo git clone https://github.com/aristocratos/bashtop.git
  4. cd bashtop
  5. run bashtop ./bashtop

Thanks.

aristocratos commented 4 years ago

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.