Advanced usage -------------- Command line options ~~~~~~~~~~~~~~~~~~~~ Yandex.Tank has an obviously named executable ``yandex-tank``. Here are available command line options: - **-h, --help** - show command line options - **-c CONFIG, --config=CONFIG** - read options from INI file. It is possible to set multiple INI files by specifying the option serveral times. Default: ``./load.ini`` - **-i, --ignore-lock** - ignore lock files - **-f, --fail-lock** - don't wait for lock file, quit if it's busy. The default behaviour is to wait for lock file to become free. - **-l LOG, --log=LOG** - main log file location. Default: ``./tank.log`` - **-m, --manual-start** - tank will prepare for test and wait for Enter key to start the test. - **-n, --no-rc** - don't read ``/etc/yandex-tank/*.ini`` and ``~/.yandex-tank`` - **-o OPTION, --option=OPTION** - set an option from command line. Options set in cmd line override those have been set in configuration files. Multiple times for multiple options. Format: ``
.