Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sachinsenal0x64/banmt
⏺️ Record Your Internet Bandwidth
https://github.com/sachinsenal0x64/banmt
bandwith monitoring usage
Last synced: 5 days ago
JSON representation
⏺️ Record Your Internet Bandwidth
- Host: GitHub
- URL: https://github.com/sachinsenal0x64/banmt
- Owner: sachinsenal0x64
- License: mit
- Created: 2023-09-14T01:48:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-14T01:59:15.000Z (over 1 year ago)
- Last Synced: 2024-11-07T18:10:04.150Z (about 2 months ago)
- Topics: bandwith, monitoring, usage
- Language: Shell
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Check Your Interface Name
```
ip a```
### Add Your Interface Name (Modify The Code)
#### e.g. "eno1"
![image](https://github.com/sachinsenal0x64/BandwidthTest-Linux/assets/127573781/c7d4f7c3-3910-445b-8e81-4af559a2caa4)
```
INTERFACE="eno1"```
### Give Permission For Execute
```
chmod +x bandwidth.sh```
### Just Run
```
./bandwidth.sh```