gostat is a Go-based system monitoring tool that provides real-time network statistics in a terminal-based user interface.
Currently only Linux systems are supported.
- Real-time network data visualization
- Terminal-based user interface using tview
- Easy-to-use and lightweight
To install gostat, make sure you have Go installed on your system, then run:
curl -sSL https://raw.githubusercontent.com/Merbeleue/gostat/main/install.sh | bash
Navigate to the project directory and run:
gostat
This project relies on several excellent libraries:
We extend our gratitude to the maintainers and contributors of these projects.
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License.
- Thanks to all contributors and users of this project
- Special thanks to the Go community for their excellent tools and libraries