-
Notifications
You must be signed in to change notification settings - Fork 5
Small TCP benchmarking tool in Go-lang
License
nu7hatch/gonetbench
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Simple TCP benchmark tool in Go =============================== This package provides simple command line tool to benchmark number of concurrent TCP connections against your server. This tool has been made while investing Go at Cubox - an awesome dev shop from Uruguay! Installation ------------ Use the `goinstall` tool: $ goinstall github.com/nu7hatch/gonetbench ... or install it manually: $ git clone git://github.com/nu7hatch/gonetbench.git $ cd gonetbench $ make install Usage ----- Here's a trivial example of usage: $ gonetbench -n 500 -s 10 127.0.0.1:8080 For more information use: $ gonetbench -help Copyright --------- Copyright (C) 2011 by Krzysztof Kowalik <chris@nu7hat.ch> and Bruno Aguirre <elcuervo@cuboxsa.com> Released under the MIT license. See COPYING file for details.
About
Small TCP benchmarking tool in Go-lang
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published