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
- Host: GitHub
- URL: https://github.com/openbsdguy/netplot
- Owner: OpenBSDGuy
- License: bsd-3-clause
- Created: 2023-01-07T15:53:27.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T18:38:40.000Z (over 2 years ago)
- Last Synced: 2025-01-30T22:51:35.957Z (3 months ago)
- Topics: network-monitor, network-monitor-plot, openbsd, openbsd-networkmonitor, openbsd-scripts, tui
- Language: Shell
- Homepage:
- Size: 107 KB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```