Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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