.gitignore
AiotestExporter.json
Dockerfile
LICENSE
NodeExporter.json
README.md
__init__.py
docker-compose-local.yml
docker-compose-master.yml
docker-compose-worker.yml
docker-compose.yml
dockerignore
jenkinsfile
local-redis-stack.conf
mkdocs.yml
prometheus.yml
pyproject.toml
pytest_run.py
requirements.txt
stop_rm.sh
aiotest/__init__.py
aiotest/__main__.py
aiotest/client.py
aiotest/events.py
aiotest/exception.py
aiotest/log.py
aiotest/main.py
aiotest/runners.py
aiotest/shape.py
aiotest/stats_exporter.py
aiotest/user.py
aiotest.egg-info/PKG-INFO
aiotest.egg-info/SOURCES.txt
aiotest.egg-info/dependency_links.txt
aiotest.egg-info/entry_points.txt
aiotest.egg-info/requires.txt
aiotest.egg-info/top_level.txt
aiotest/rpc/__init__.py
aiotest/rpc/protocol.py
aiotest/rpc/zmqrpc.py
aiotest/test/__init__.py
aiotest/test/conftest.py
aiotest/test/log.py
aiotest/test/setting.py
aiotest/test/test_client.py
aiotest/test/test_main.py
aiotest/test/test_rpc.py
aiotest/test/test_runner.py
aiotest/test/test_user.py
docs/api.md
docs/command-line-options.md
docs/custom-load-shape.md
docs/events-hooks.md
docs/index.md
docs/installation.md
docs/prometheus-grafana.md
docs/quickstart.md
docs/running-distributed.md
docs/running-in-command-line.md
docs/running-in-docker.md
docs/seckill-semaphore-wait.md
docs/testing-other-systems.md
docs/what-is-aiotest.md
docs/writing-a-aiotestfile.md
docs/images/grafana01.png
docs/images/grafana02.png
docs/images/linux.png
examples/add_events.py
examples/add_logger.py
examples/basic.py
examples/custom_wait_time.py
examples/distributed_test.py
examples/get_data_from_redis.py
examples/multiple_user_classes.py
examples/name_property.py
examples/semaphore.py
examples/stepwise_pressure_shape.py