PouuleT / traffic-simulator

Golang http traffic simulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Traffic Simulator

Build Status Go Report Card

Simple HTTP and DNS traffic generator written in go

w000t!

Usage

  -clients int
      number of clients making requests (default 10)
  -requests int
      number of requests to be made by each clients (default 10)
  -seed int
      seed for the random (default 1468538248366626679)
  -timeout int
      HTTP timeout in seconds (default 3)
  -followRedirect
      follow http redirects or not (default true)
  -type string
      type of requests http/dns (default "http")
  -urlSource string
      optional filepath where to find the URLs
  -wait int
      milliseconds to wait between each requests (default 1000)

About

Golang http traffic simulator

License:MIT License


Languages

Language:Go 100.0%