yandex-tank icon indicating copy to clipboard operation
yandex-tank copied to clipboard

Load and performance benchmark tool

Results 84 yandex-tank issues
Sort by recently updated
recently updated
newest added

Hello, The most recent image at https://hub.docker.com/r/direvius/yandex-tank is two years old. Could you update them with the latest Tank version, please? I've tries to build new image myself, but get...

![image](https://user-images.githubusercontent.com/96102655/151273613-50999556-e18d-4492-af45-ddf1a96a08af.png) ![image](https://user-images.githubusercontent.com/96102655/151273629-3e3685a4-fc29-4dff-8f2f-fb951fcbfc6a.png)

After some interface changes in TimeChopper the JMeter tests starts failing. ` : object of type 'generator' has no len() self.recent_ts = [0] * len(self.sources) ` ` TimeChopper(self._read_stat_queue(), 3)) TypeError:...

When I run `yandex-tank -c load.yaml` the terminal displays the following error: ``` Traceback (most recent call last): File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner self.run() File "/usr/local/lib/python3.8/dist-packages/yandextank/core/consoleworker.py", line 197, in...

I have service hosted on AWS: API Gateway + Lambda function technologies. Curl return correct response: > curl -vvv https://2fp1vl8r05.execute-api.ap-southeast-1.amazonaws.com/dev/api/accounts/4489/test/?a=1&b=5 ``` * Connected to 2fp1vl8r05.execute-api.ap-southeast-1.amazonaws.com (13.32.226.49) port 443 (#0) *...

Get next error: ``` 15:49:14 [INFO] Preparing test... 15:49:14 [INFO] Checking tank resources... 15:49:14 [INFO] Using OVERLOAD backend 15:49:14 [INFO] Read authentication token from /var/loadtest/token.txt, token length is 32 bytes...

I followed the tutorial here: https://yandextank.readthedocs.io/en/latest/install.html. When install Phantom load generator, I met these errors. Any idea how could I fix this? ``` dacdd@hp:~$ sudo add-apt-repository ppa:yandex-load/main && sudo apt-get...

Hi, everybody. I follow the instructions on the site - https://yandextank.readthedocs.io/en/latest/install.html#installation-from-pypi as a result, at the step : ``` sudo-h pip3 set https://api.github.com/repos/yandex/yandex-tank/tarball/master ``` I get an error ``` Collecting...

Got an error on building latest docker image with yandex-tank: ``` Collecting setuptools Downloading https://files.pythonhosted.org/packages/2f/8e/38259f4a44944a92068d5ff77230511a4c685604b47a81318f9e5cf2cc24/setuptools-49.2.0.zip (2.2MB) Complete output from command python setup.py egg_info: Traceback (most recent call last): File "",...