Skip to content

Commit

Permalink
more readme to read
Browse files Browse the repository at this point in the history
  • Loading branch information
John Muth committed Sep 4, 2017
1 parent 25a2bf4 commit 50f4b8d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,16 @@ The result is a lot of log messages tracing the life of a single request, starti
{"level":"info","msg":"First response byte!","requestid":"0519190b-0bb6-4618-a974-7492776b40d9","time":"2017-09-03T13:13:26.284466249Z"}
{"err":null,"level":"info","msg":"Put idle connection","requestid":"0519190b-0bb6-4618-a974-7492776b40d9","time":"2017-09-03T13:13:26.285229498Z"}
```

## requestid

To make sense of the detailed log messages when the application is handling lots of requests concurrently, it generates a unique **requestid** in [handler.go](handler.go) and uses it throughout.


## locust

To do the load testing I'm using [locust](http://locust.io), because it looks nice, I like Python, and I'm bored of [Gatling](http://gatling.io) (maybe just bored of apologising for Scala!)




0 comments on commit 50f4b8d

Please sign in to comment.