diff --git a/docs/index.rst b/docs/index.rst index e66b70c..fdb2061 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -13,7 +13,7 @@ Welcome to Yandex.Tank's documentation! Contents: .. toctree:: - :maxdepth: 2 + :maxdepth: 3 intro install diff --git a/docs/install.rst b/docs/install.rst index 92950a1..e2e8e5e 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -3,7 +3,8 @@ Installation ============ .. 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``. ************************ diff --git a/docs/intro.rst b/docs/intro.rst index ef14a2a..32edf2f 100644 --- a/docs/intro.rst +++ b/docs/intro.rst @@ -17,6 +17,15 @@ What are the Yandex.Tank components? .. 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. +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 --------