Commit graph

43 commits

Author SHA1 Message Date
Pankaj Garg 46d0e6286c
Support for title in test results and improvement to handshake code. (#137)
* Take rate input as bits/s

* Update README.md

* Fix throttling to be as precise as possible.

* Minor doc fix.

* Update README.md

* Add support for title, improve handshake code.

* Update README.md
2020-12-02 02:08:55 -08:00
Pankaj Garg 8f994d1400
Improve throttling and take input as bits/s instead of bytes/s (#136)
* Take rate input as bits/s

* Update README.md

* Fix throttling to be as precise as possible.

* Minor doc fix.

* Update README.md
2020-11-30 21:44:25 -08:00
Pankaj Garg 945d59c33b
Add support for throttling in Bandwidth tests, ToS and improved external mode. (#135)
* Intermediate checkin

* Last check-in before deleting ACK message in Ethr.

* Support for client port, throttling and tos almost working.

* Most functionality working as expected with code all cleaned up.

* Linux/OSX Fixes.

* Fix handshake mechanism.

* Minor cleanup.

* More improvements for external mode.

* Improve admin-mode, root user permission checking.

* Improve detection of IP version for ICMP.

* Update README.md
2020-11-30 18:20:57 -08:00
Pankaj Garg 3d37ac7873
Update README.md 2020-11-24 18:50:47 -08:00
Pankaj Garg b4f4f29b94
Update README.md 2020-11-24 09:00:40 -08:00
Pankaj Garg 05f36c63fb
Add IPv6 support for TraceRoute and MyTraceRoute. (#132)
* Add IPv6 support for TraceRoute and MyTraceRoute.

Co-authored-by: Pankaj Garg <pankaj@intellectualheaven.com>
Co-authored-by: Pankaj Garg <ipankajg@l0n3c0d3r.com>
2020-11-24 00:06:46 -08:00
Pankaj Garg 8de3b2e88a
Merge client & external client mode code. Add ICMP support and many other fixes. (#130)
* Simpler single port version of Ethr working now.

* More simplification to use single port

* Minor changes

* More fixes to enable single port and no control channel sync.

* Further improve code, merge client & xclient, add conn latency for both, pretty print.

* Intermediate change

* Initial traceRoute is working.

* Cleanup MTR functionality.

* Organize help better and add validations.

* Update README.md

* Update README.md

* Make ICMP ping and traceRoute working.

* Update README.md

Co-authored-by: Pankaj Garg <pankaj@intellectualheaven.com>
2020-11-10 05:37:52 -08:00
Vivek Anand 58ae94e286
Nuget package release changes. (#112)
* Update Readme with nuget release details.

* Ethr.nuspec file for nuget package release.

Creating ethr.nuspec file to release nuget package to nuget.org
2020-02-25 22:00:57 -08:00
HamidReza Koushki b1baba1892 Using go module instead of dep (#83) 2019-02-22 15:27:28 -08:00
Deepak Thukral f5c8cd843e Added support for HTTP latency testing (#81)
* Add support for HTTP latency testing
2019-02-04 09:39:02 -08:00
Pankaj Garg f6785ef1ae
Update README.md 2019-02-02 16:57:54 -08:00
Pankaj Garg d8fe8e3241
Update README.md 2019-02-02 16:53:58 -08:00
Pankaj Garg 65627a0423
Update README.md 2019-01-20 09:21:55 -08:00
Pankaj Garg 1da024d74b
Update README.md 2019-01-14 20:09:14 -08:00
Pankaj Garg 6408636f03
Update README.md 2019-01-14 20:07:56 -08:00
Pankaj Garg 5fa0aaf0e4
Update README.md 2019-01-03 17:32:50 -08:00
Pankaj Garg 7e138fd8c1
Update README.md 2019-01-02 20:28:03 -08:00
Piotr Zarycki 863b578b98 Add docker command for OS X (#55)
* add support for Docker

* Update README.md

* Update README.md

* Update README.md

Add OS X docker command to README
2018-12-18 19:18:27 -08:00
Pankaj Garg e4d67650ae
Update README.md 2018-12-18 13:57:36 -08:00
Pankaj Garg 5f66c47ea4
Update README.md 2018-12-18 13:54:16 -08:00
Piotr Zarycki 3ba5f159fb add docker support (#51)
* add support for Docker

* Update README.md

* Update README.md
2018-12-18 04:01:06 -08:00
Pankaj Garg a8e296f2ae
Update README.md 2018-12-14 08:34:52 -08:00
Rishi Advani b723af0db9 Update README.md (#44)
fixed grammar and sentence structure to improve clarity
2018-12-12 20:43:50 -08:00
Masahiro Fujimura 09a9ba34dd fix typo (#45)
Signed-off-by: masahiro331 <m_fujimura@r.recruit.co.jp>
2018-12-12 19:30:35 -08:00
Pankaj Garg e106916f2b
Update README.md 2018-12-11 08:48:19 -08:00
Pankaj Garg 6c3041f98d
Update README.md 2018-12-11 08:36:20 -08:00
Pankaj Garg d3f08ddcb7
Update README.md 2018-12-10 08:20:05 -08:00
Julian Xhokaxhiu b979b9c7de Update README.md (#26)
Fix typo.

Lowercase is for search, uppercase is for install.
2018-12-09 06:28:17 -08:00
Julian Xhokaxhiu eccd39ee27 Update README.md (#25)
Add ArchLinux support
2018-12-09 04:51:07 -08:00
nxadm d659f561ab disable incorrect bash syntax highlighting for shell input/output (#23) 2018-12-07 14:06:57 -08:00
Pankaj Garg fe0524d504
Update README.md
Updated as per #19
2018-12-07 09:03:40 -08:00
Kevin Goslar cb5a408307 Fix grammar mistakes (#17) 2018-12-06 19:50:19 -08:00
MinJae Kwon cb0069621d Use "go get" to install ethr (#12) 2018-12-05 07:12:38 -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
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
Microsoft Open Source 4877148b8e Initial commit 2018-11-25 06:05:35 -08:00