milli

command module
v0.0.0-...-36b13d4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 27, 2017 License: MIT Imports: 6 Imported by: 0

README

Milli

Traffic Generator using Alexa's top 1 Million Websites

Overview

This was my first GoLang project when I wanted to start playing with goroutines. When I wrote this in 2015, I needed to generate traffic to exercise a NetFlow collector with diverse destinations. Today I use Milli to generate web requests for creating Nanolog Streaming Service entries, which then feed into various SIEM facilities.

Install Dependencies
$ go get github.com/parnurzeal/gorequest
Install Milli
$ git clone https://github.com/eparra/milli.git
$ cd milli/
$ go build milli.go
Download Alexa Data (Top 1 Million Websites)
$ curl -O http://s3.amazonaws.com/alexa-static/top-1m.csv.zip
$ unzip top-1m.csv.zip 
$ ./milli
To-Do List
  • Add CLI arguments
  • Better logging (with timestamps)
  • Add total bandwidth consumed
License

Milli is MIT License.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL