massive documentation update

This commit is contained in:
Timur Torubarov 2016-02-18 17:04:19 +03:00
parent f40e196aac
commit c2b615f769
3 changed files with 12 additions and 2 deletions

View File

@ -13,7 +13,7 @@ Welcome to Yandex.Tank's documentation!
Contents: Contents:
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 3
intro intro
install install

View File

@ -3,7 +3,8 @@ Installation
============ ============
.. note:: .. note::
Currently we support ubuntu precise and trusty. Currently we support ubuntu LTS precise (12.04) and trusty (14.04).
Phantom load generator works fine with ``gcc<4.9``. Phantom load generator works fine with ``gcc<4.9``.
************************ ************************

View File

@ -17,6 +17,15 @@ What are the Yandex.Tank components?
.. note:: .. note::
Using ``phantom`` as a load generator for mild load tests (less then 1000rps) an average laptop with 64bit Ubuntu (10.04/.../13.10) would be sufficient. The tank could be easily used in virtual machine if queries aren't too heavy and load isn't too big. Otherwise it is recommended to request a physical server or a more capable virtual machine from your admin. Using ``phantom`` as a load generator for mild load tests (less then 1000rps) an average laptop with 64bit Ubuntu (10.04/.../13.10) would be sufficient. The tank could be easily used in virtual machine if queries aren't too heavy and load isn't too big. Otherwise it is recommended to request a physical server or a more capable virtual machine from your admin.
Running Yandex.Tank
-------------------
Install tank to your system :doc:`install`
Tune your system :doc:`generator_tuning`
And run the tutorial :doc:`tutorial`
Feel free to use if you are skilled enough :doc:`configuration`.
For developers :doc:`core_and_modules`.
See also See also
-------- --------