Skip to content

probe is a small tool that will measure your server response times

License

Notifications You must be signed in to change notification settings

p0lyn0mial/probe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

probe

probe is a small tool that will measure your server response times

dependencies

for calculation of various percentiles a stats pkg was used, in order to compile the binary go get it.

go get github.com/montanaflynn/stats

note: the pkg is not vendored at the moment - hopefully the authors of that pkg will not make any changes that could break the API.

at least Go 1.7 is required.

usage

make build;make run 

by default the app measures response times of the service at ‘https://gitlab.com' over 5 minutes. TODO: support for cmd args

testing

by default tests are run with --race flag.

make test 

for more verbous output set -v flag.

make test T_FLAGS="-v"

About

probe is a small tool that will measure your server response times

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published