diff options
| author | James Barnett <noreply@jamesbarnett.xyz> | 2018-12-28 14:51:14 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-28 14:51:14 +0000 |
| commit | 1e7a59f055321c07738616df5c295d962fa43d4f (patch) | |
| tree | c4cd4ad30a973108fa8a0d50da06544652a1032b /README.md | |
| parent | 661ac385f60b0a169b360c27eb2eb7d7ad24909b (diff) | |
| download | slowpoke-1e7a59f055321c07738616df5c295d962fa43d4f.tar.xz slowpoke-1e7a59f055321c07738616df5c295d962fa43d4f.zip | |
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,9 +1,14 @@ # Slowpoke [](https://travis-ci.org/jamesbarnett91/slowpoke) +[](https://goreportcard.com/report/github.com/jamesbarnett91/slowpoke) Slowpoke is a simple TCP proxy which can introduce configurable latency between packet delivery. This allows you to test and profile how your application behaves with different levels of latency between services such as databases or caches. +<p align="center"> + <img alt="Screenshot" src="https://jamesbarnett.io/files/slowpoke/demo1.gif"> +</p> + ## Running If you have [Golang](https://golang.org) set up, you can install slowpoke using the standard `go get`package manager ``` |