Commit graph

5 commits

Author SHA1 Message Date
Pankaj Garg be9bfd8fd6
Minor change to avoid screen flooding due to #60 (#62)
WSL does not seem to have /proc/net/snmp. Convering this error to debug
message since there is nothing actionable on this. This only impacts UI
functionality cosmetically as UI won't be able to display TCP retransmit
count.
2019-01-01 21:28:38 -08:00
Pankaj Garg cb338ed249
Add support for custom ports for server. Fixes #15 (#50)
* Add support for custom ports for server. This allows listening on ports other than default ports.

Also add support for OS in travis CI. Ignore failures on go version master and windows since it results in go command not found error on Travis windows builds.
2018-12-17 08:52:58 -08:00
lylex aecdaf9239 Add lint target and fix its warnings. (#37) 2018-12-11 07:28:33 -08:00
mattn c451749056 Fix multibyte ui (#8)
* gofmt

* Use ASCII symbols on CJK console

* text width should be calculated as cell width

* Add offset for x to adjust point to start multi-byte letters
2018-12-04 20:15:56 -08:00
Pankaj Garg 80c99bdab1 First version of Ethr
Ethr is a network performance measurement tool. It allows measurements
of bandwidth, latency, packets/s, connections/s for multiple protocols
such as TCP, UDP, HTTP, HTTPS and ICMP.
2018-12-02 12:39:13 -08:00