Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 579 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 579 Bytes

dboom

Boom using libdill.

A C version of "hey" (https://github.com/rakyll/hey) using the excellent:

Usage

dboom [options...] <url>

Options:

	-n nreqs    Total number of requests to send to <url>. Default is 200.
	-c nconcurr Number of concurrent requests. Default is 50.
	-t timeout  Number of milliseconds to wait until timing out.
	            Default is 0, never time out.
	-v verbose  Output each request's statistics.

TODO

  • Use Travis
  • Handle more than one URL
  • Take advantage of multiple cores