Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 17 days 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 (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-02T20:05:21.000Z (over 2 years ago)
- Last Synced: 2024-06-21T13:07:02.406Z (7 months 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
[![ci](https://github.com/johejo/netiobytes/workflows/ci/badge.svg?branch=main)](https://github.com/johejo/netiobytes/actions?query=workflow%3Aci)
[![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/johejo/netiobytes)](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