Skip to content

Commit

Permalink
Merge pull request #639 from s17b2-voroneckij/patch-1
Browse files Browse the repository at this point in the history
Update tutorial.rst
  • Loading branch information
fomars committed Aug 29, 2018
2 parents 5ec56e6 + 241c1d8 commit ea38bab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ To specify external ammo file use ``ammofile`` option.

.. note::
You can specify URL to ammofile, http(s). Small ammofiles (~<100MB) will be downloaded as is,
to directory ``/tmp/<hash>``, large files will be readed from stream.
to directory ``/tmp/<hash>``, large files will be read from stream.

.. note::

Expand Down Expand Up @@ -154,7 +154,7 @@ Parameter ``uris`` contains uri, which should be used for requests generation.

.. note::

Pay attention to sample above, because whitespaces in multiline ``uris`` and ``headers`` options are important.
Pay attention to the sample above, because whitespaces in multiline ``uris`` and ``headers`` options are important.

URI-style, URIs in file
-----------------------
Expand All @@ -174,7 +174,7 @@ Create a file with declared requests: ``ammo.txt``
[Cookie: test]
/buy/?rt=0&station_to=7&station_from=9

File consist of list of URIs and headers to be added to every request defined below.
File consists of list of URIs and headers to be added to every request defined below.
Every URI must begin from a new line, with leading ``/``.
Each line that begins from ``[`` is considered as a header.
Headers could be (re)defined in the middle of URIs, as in sample above.
Expand Down Expand Up @@ -340,7 +340,7 @@ file ``phout.txt`` is being written, which could be analyzed later.
If you need more human-readable report, you can try Report plugin,
You can found it `here <https://github.com/yandex-load/yatank-online>`_

If you need to upload results to external storage, such as Graphite or InfluxDB, you can use one of existing artifacts uploading modules :doc:`core_and_modules`
If you need to upload results to an external storage, such as Graphite or InfluxDB, you can use one of existing artifacts uploading modules :doc:`core_and_modules`

Tags
====
Expand Down

0 comments on commit ea38bab

Please sign in to comment.