a performance measurement tool
Project description
# Yandex Tank
[![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/yandex/yandex-tank?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Build Status](https://secure.travis-ci.org/yandex/yandex-tank.png?branch=master)](http://travis-ci.org/yandex/yandex-tank)
![Quantiles chart example](/logos/screen.png)
## Description
Yandex.Tank is an extendable open source load testing tool for advanced linux users which is especially good as a part of automated load testing suit.
## Main features
* different load generators supported:
* Evgeniy Mamchits' [phantom](https://github.com/mamchits/phantom) is a very fast (100 000+ RPS) shooter written in C++ (default)
* [JMeter](http://jmeter.apache.org/) is an extendable and widely known one
* BFG is an experimental Python-based generator that allows you to write your own shooter function (included)
* customizable reports in .html with pretty interactive charts based on [highcharts](http://www.highcharts.com/) library
* [graphite](https://graphite.readthedocs.org/en/latest/overview.html) support
* several ammo formats supported like plain url list or access.log
* test autostop plugin
* customizable and extendable monitoring that works over SSH
## Install from PyPI
You will need some packages that are required for building different python libraries:
```
libxml2-dev libxslt1-dev python-dev zlib1g-dev
```
You will also need a GNU make for building them. In Ubuntu you can install a ```build-essential``` package. You should also install pip if you don't have it.
Full command for Ubuntu looks like this:
```
sudo apt-get install python-pip build-essential libxml2-dev libxslt1-dev python-dev zlib1g-dev
```
You can do similar thing for your distribution. After you've installed all the packages, it is easy to install the Tank itself:
```
sudo pip install yandextank
```
Remember that if you want to use ```phantom``` as a load generator you should install it separately. On Ubuntu you can do that by adding our PPA and installing ```phantom``` and ```phantom-ssl``` packages. On other distros you will maybe need to build it from sources.
```
sudo add-apt-repository ppa:yandex-load/main && sudo apt-get update
sudo apt-get install phantom phantom-ssl
```
## Get help
Documentation at [ReadTheDocs](https://yandextank.readthedocs.org/en/latest/)
Ask your questions at [Stackoverflow](https://stackoverflow.com/), use "load testing" + "yandex" tags.
## See also
Evgeniy Mamchits' [phantom](https://github.com/mamchits/phantom) - Phantom scalable IO Engine
Andrey Pohilko's [loadosophia](https://loadosophia.org/) - service for storing and analysing performance test results
[Jenkins](https://jenkins-ci.org/) - an extendable open source continuous integration server that may be used to automate test execution.
[Graphite](https://graphite.readthedocs.org/en/latest/overview.html) - an enterprise-scale monitoring tool, use it to store your test results and render graphs.
![Yandex.Metrics counter](https://mc.yandex.ru/watch/17743264)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
yandextank-1.7.1.tar.gz
(339.0 kB
view details)
Built Distribution
yandextank-1.7.1-py2-none-any.whl
(125.8 kB
view details)
File details
Details for the file yandextank-1.7.1.tar.gz
.
File metadata
- Download URL: yandextank-1.7.1.tar.gz
- Upload date:
- Size: 339.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ef0ecfe8fc49a7978bc948f06fe2034114d3d47fe32598bd4f62ef2358ddc216 |
|
MD5 | 8e160572db84dffd0205c4f41aee7693 |
|
BLAKE2b-256 | 7e84b732e199a33e9032c1fc53c4c8198967c0a9c3d962294e52750f0a4ea77d |
File details
Details for the file yandextank-1.7.1-py2-none-any.whl
.
File metadata
- Download URL: yandextank-1.7.1-py2-none-any.whl
- Upload date:
- Size: 125.8 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e93a066be2c315892927d5cf54c768437bb28ab84a64d1ce666b9abe4c2489f4 |
|
MD5 | 6cde04bff14932fbc832502e6e43e35c |
|
BLAKE2b-256 | 307c6c8e8eccd40983f4b351bc00919c639edf3bcb96048d1f46f93802cebdf0 |