Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 398 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 398 Bytes

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