Search code examples
load-testingyandex-tank

Use a Yandex-tank with a custom protocol


I want to use the Yandex tank to test a service available via a special protocol (no HTTP).

Is it possible? I could not find examples.


Solution

  • Yandex tank per se is not a load testing tool, it's a wrapper which can use a "real" load testing tool for conducting the load.

    The tools which are supported are:

    So if none of this load generators supports your "special" protocol you cannot use it for load testing of your service.

    If you like wrappers more than real load testing tools you might also be interested in Taurus which is more advanced, supports more load testing tools and has better configuration syntax.