Advanced usage -------------- Command line options ~~~~~~~~~~~~~~~~~~~~ There are three executables in Yandex.Tank package: ``yandex-tank``, ``yandex-tank-ab`` and ``yandex-tank-jmeter``. Last two of them just use different kind of load generation utilities, ``ab`` (Apache Benchmark) and ``jmeter`` (Apache JMeter), accordingly. Command line options are common for all three. - **-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: ``
.