From feddb608238297e77fb16b8fa1c2630da93bf487 Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 28 Oct 2016 16:42:50 -0600 Subject: [PATCH] Add sg ([HTTP server] stress gauge) Note that Travis-ci image says "build failing" but the actual page says it doesn't fail: https://travis-ci.org/ChristopherRabotin/sg . --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1d20846a..9d32fc5a 100644 --- a/README.md +++ b/README.md @@ -1266,6 +1266,7 @@ Software written in Go. * [Rodent](https://github.com/alouche/rodent) - Rodent helps you manage Go versions, projects and track dependencies. * [s3gof3r](https://github.com/rlmcpherson/s3gof3r) - A small utility/library optimized for high speed transfer of large objects into and out of Amazon S3. * [Scaleway-cli](https://github.com/scaleway/scaleway-cli) - Manage BareMetal Servers from Command Line (as easily as with Docker). +* [sg](https://github.com/ChristopherRabotin/sg) - Benchmarks a set of HTTP endpoints (like ab), with possibility to use the reponse code and data between each call for specific server stress based on its previous response. * [Vegeta] (https://github.com/tsenart/vegeta) - HTTP load testing tool and library. It's over 9000! * [webhook](https://github.com/adnanh/webhook) - Tool which allows user to create HTTP endpoints (hooks) that execute commands on the server. * [Wide](https://wide.b3log.org/login) - A Web-based IDE for Teams using Golang.