yandex / yandex-tank

Load and performance benchmark tool
Other
2.46k stars 278 forks source link

Please add non-ubuntu how-to's #45

Closed tazhate closed 9 years ago

tazhate commented 11 years ago

subj.

doctornkz commented 11 years ago

from source/other distro?

tazhate commented 11 years ago

As u wish. I prefer from source.

Thank you.

mulya commented 11 years ago

I also need to know how to install Tank on CentOS, but some information about how to build it from source will be enough.

doctornkz commented 11 years ago

Well, I hope direvius@ can write some stuff about it. Keep waiting, guys.

direvius commented 11 years ago

@tazhate you need to build and install phantom first, then just download yandex-tank from github:

  git clone https://github.com/yandex-load/yandex-tank.git

and then you should be able to run it like any other *nix script:

  ./yandex-tank/tank.py

You'll probably get some import errors, you should install some additional python libs to get rid of them (installation from PyPi):

  pip install ipaddr lxml progressbar psutil mysqldb sqlalchemy

Try that and let me know if everything's ok. We will then add this to howto-s.

direvius commented 9 years ago

https://github.com/yandex/yandex-tank#install-from-pypi