Commit graph

18 commits

Author SHA1 Message Date
Davor Kapsa 77110c0244 clean handleRequest (#6)
* clean handleRequest

* use printErr

* revert cleanupFunc
2018-12-05 05:47:00 -08:00
Radu Matei 41a13764cd Add dep (#11)
* Add Gopkg.* and vendor/ dir

* Add info about running dep ensure in readme
2018-12-05 05:41:16 -08:00
Radu Matei c65ad73391 Add files without extension to .gitigore (#10) 2018-12-05 01:33:14 -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 feffecb31c Merge branch 'master' of https://github.com/Microsoft/ethr 2018-12-04 15:00:18 +00:00
Pankaj Garg 6ea7c76e3b Fix for connection leak.
Earlier code was not breaking out of nested loops correctly.
2018-12-04 14:59:49 +00:00
Pankaj Garg 9151710535
Update README.md 2018-12-04 04:54:37 -08:00
Pankaj Garg a007c3d904
Update README.md 2018-12-04 04:47:59 -08:00
Pankaj Garg 485327e6ff
Update README.md 2018-12-03 09:57:03 -08:00
Pankaj Garg 3f6cd341b6
Update README.md 2018-12-03 08:48:18 -08:00
Pankaj Garg 779d5c1e6c
Update README.md 2018-12-03 00:35:28 -08:00
Pankaj Garg 06e4503cf3
Update README.md 2018-12-03 00:34:42 -08:00
Pankaj Garg 70f25d8966
Update README.md 2018-12-03 00:32:30 -08:00
Pankaj Garg be58dd670c
Update README 2018-12-03 00:26:26 -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
Microsoft Open Source 4877148b8e Initial commit 2018-11-25 06:05:35 -08:00
Microsoft Open Source 837b204176 Initial commit 2018-11-25 06:05:34 -08:00
Microsoft GitHub User d004c55777
Initial commit 2018-11-25 06:05:31 -08:00