Skip to content

Commit

Permalink
Merge pull request #160 from netortik/patch-1
Browse files Browse the repository at this point in the history
Update tutorial
  • Loading branch information
direvius committed Jul 20, 2015
2 parents 1916e6b + f883eec commit 052892a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ intensity:
minutes ``line(1, 100, 10m)`` - linear load from 1 to 100 rps, duration
- 10 minutes

You can specify complex load schemes using those primitives, for example: ``rps_schedule=line(1,10,10m) const(10,10m)`` - linear load from 1 to 10, duration 10 mins and then 10 mins of 10 RPS constant load.

Time duration could be defined in seconds, minutes (m) and hours (h).
For example: ``27h103m645``

Expand All @@ -54,6 +56,7 @@ have next lines:

Voilà, Yandex.Tank setup is done.


Preparing requests
~~~~~~~~~~~~~~~~~~

Expand Down

0 comments on commit 052892a

Please sign in to comment.