https://github.com/m1-elmasry/network_monitor
cli network usage monitor tool
https://github.com/m1-elmasry/network_monitor
networking python-script
Last synced: about 1 year ago
JSON representation
cli network usage monitor tool
- Host: GitHub
- URL: https://github.com/m1-elmasry/network_monitor
- Owner: M1-Elmasry
- Created: 2023-03-23T05:00:19.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-13T06:51:52.000Z (over 2 years ago)
- Last Synced: 2025-02-06T06:33:02.891Z (over 1 year ago)
- Topics: networking, python-script
- Language: Python
- Homepage:
- Size: 1.57 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Network Usage Monitor
A simple Python script to monitor real-time network usage on your device.
## Usage
1. **Run the Script:**
- Make sure you have Python 3.x installed.
- Execute the script using: `python script_name.py`
2. **Monitor Network Usage:**
- The script displays total data downloaded/uploaded and individual interface statistics.
- Interface-specific details include download/upload speed.
## Requirements
- Python 3.x
- psutil library (`pip install psutil`)
## Contributing
If you encounter issues or have suggestions, please open an issue or submit a pull request. Contributions are appreciated!