Netplot displays network upload and download in plot form inside the terminal.
netplot is dependent on two packages ttyplot and fzf. Install them by running,
$ doas pkg_add ttyplot fzf$ curl -sL https://raw.githubusercontent.com/OpenBSDGuy/netplot/master/netplot > "$HOME/.local/bin/netplot" && chmod a+x "$HOME/.local/bin/netplot" $ rm "$HOME/.local/bin/netplot" && doas pkg_delete ttyplot fzf