https://github.com/johejo/netiobytes
Simple network IO measurement tool
https://github.com/johejo/netiobytes
go golang multi-platform network network-monitoring networking
Last synced: 6 months ago
JSON representation
Simple network IO measurement tool
- Host: GitHub
- URL: https://github.com/johejo/netiobytes
- Owner: johejo
- License: mit
- Created: 2021-04-12T13:53:45.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-08-02T20:05:21.000Z (almost 4 years ago)
- Last Synced: 2024-12-29T19:59:16.424Z (over 1 year ago)
- Topics: go, golang, multi-platform, network, network-monitoring, networking
- Language: Go
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# netiobytes
[](https://github.com/johejo/netiobytes/actions?query=workflow%3Aci)
[](https://github.com/johejo/netiobytes/releases)
Simple network IO measurement tool
## Usage
```
$ netiobytes
datetime interface byteSent byteRecv
2021-04-12T22:20:05+09:00 enp88s0 427B/s 413B/s
2021-04-12T22:20:06+09:00 enp88s0 282B/s 1.6kB/s
2021-04-12T22:20:07+09:00 enp88s0 242B/s 1.3kB/s
2021-04-12T22:20:08+09:00 enp88s0 276B/s 260B/s
```
## License
MIT