started creating rapid attack command

This commit is contained in:
Senad Uka
2013-11-05 08:17:32 +00:00
parent a354e18116
commit fb197a57d8
4 changed files with 8 additions and 3 deletions

View File

@@ -18,6 +18,7 @@ var usage = fmt.Sprintf(
Commands:
attack Hit the targets
report Report the results
rapid Hit the targets with multiple rates
Globals:
-cpus=%d Number of CPUs to use
@@ -34,6 +35,7 @@ func main() {
commands := map[string]func([]string) command{
"attack": attackCmd,
"report": reportCmd,
"rapid": rapidCmd,
}
args := flag.Args()