Skip to content
This repository has been archived by the owner on Apr 5, 2023. It is now read-only.

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Bosonchenko committed Jul 10, 2015
1 parent 53b04cc commit 2c90024
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,43 +15,43 @@ run ./ab-go for usage

## run options:

#### -n
##### -n
Number of requests sended to server.

#### -c
##### -c
Number of concurrency requests sended in one batch.

#### -d
##### -d
String with post data

#### -p
##### -p
String with filename contains post data strings

#### -u
##### -u
String with filename contains urls strings

#### -H
##### -H
String with header

#### -h
##### -h
String with filename contains headers strings

#### -t
##### -t
Number of milliseconds request timeout

#### -test
Testing mode. Run cycled tests with send result to graphics. R
##### -test
Testing mode. Enable cycled tests with send results to graphics.
Run with this flag and open `localhost:9999` (default port) in your browser
<img src="tests/screenshot.png" />
Data is updated every second.

#### -port
##### -port
Embedded web-serser port. Used with `-test` flag

#### -slack
##### -slack
String with Slack endpoint url for sending results.

#### -name
##### -name
String of tested api name, who will be presented in results message in Slask. Used with `-slack` flag

-----------------
Expand Down

0 comments on commit 2c90024

Please sign in to comment.