Skip to content

GuidoBR/benchstats

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Using

$ go install github.com/tarsisazevedo/benchstats
$ benchstats <url> <times to access>

$ benchstats http://tarsisazevedo.com 10
Average request time: 0.294971372s
DNS Lookup: 0.002307574s
TCP Connections: 0.139763736s
Server Procesing: 0.152835476s
Server Tranfer: 4.2688e-05s

TODO

- [ ] reuse connections
- [ ] idle time stat
- [ ] tls test

About

golang benchmark tool, like wrk, using httptrace

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Go 100.0%