Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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

```