Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 1.18 KB

README_EN.md

File metadata and controls

49 lines (29 loc) · 1.18 KB

gostat

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.

Features

  • Real-time network data visualization
  • Terminal-based user interface using tview
  • Easy-to-use and lightweight

Installation

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

Usage

Navigate to the project directory and run:

gostat

Dependencies

This project relies on several excellent libraries:

  • tview: For creating rich terminal-based user interfaces
  • tcell: For low-level terminal handling

We extend our gratitude to the maintainers and contributors of these projects.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT License.

Acknowledgements

  • Thanks to all contributors and users of this project
  • Special thanks to the Go community for their excellent tools and libraries