An open API service indexing awesome lists of open source software.

https://github.com/openbsdguy/netplot

Network traffic display on a plot for OpenBSD
https://github.com/openbsdguy/netplot

network-monitor network-monitor-plot openbsd openbsd-networkmonitor openbsd-scripts tui

Last synced: 3 months ago
JSON representation

Network traffic display on a plot for OpenBSD

Awesome Lists containing this project

README

        

# Netplot 📈

Netplot displays network upload and download in plot form inside the terminal.



## Dependencies

`netplot` is dependent on two packages `ttyplot` and `fzf`. Install them by running,

```bash
$ doas pkg_add ttyplot fzf
```

## Installation

```bash
$ curl -sL https://raw.githubusercontent.com/OpenBSDGuy/netplot/master/netplot > "$HOME/.local/bin/netplot" && chmod a+x "$HOME/.local/bin/netplot"
```

## Uninstallation

```bash
$ rm "$HOME/.local/bin/netplot" && doas pkg_delete ttyplot fzf
```