# docker-stress **Repository Path**: mirrors_spotify/docker-stress ## Basic Information - **Project Name**: docker-stress - **Description**: Simple docker stress test and monitoring tools - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2026-05-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README docker-{stress,monitor} ======================= Simple Docker (http://docker.io/) stress testing and monitoring tools. $ ./docker-stress --help usage: docker-stress [-h] [-f JOBS] [-d CLI] [-H ENDPOINT] [-c CONCURRENCY] [-e [EMAIL [EMAIL ...]]] [-v] docker stress test optional arguments: -h, --help show this help message and exit -f JOBS, --jobs JOBS jobs file (default: jobs.json) -d CLI, --cli CLI docker cli (default: /usr/bin/docker) -H ENDPOINT, --endpoint ENDPOINT docker endpoint (default: unix:///var/run/docker.sock) -c CONCURRENCY, --concurrency CONCURRENCY number of containers to run concurrently (default: 1) -e [EMAIL [EMAIL ...]], --email [EMAIL [EMAIL ...]] Email address to spam with failure alerts (default: None) -v, --verbosity $ ./docker-monitor --help usage: docker-monitor [-h] [-d CLI] [-H ENDPOINT] [-t INTERVAL] [-e [EMAIL [EMAIL ...]]] [-v] [-r RIEMANN] [--syslog SYSLOG] docker health check monitor optional arguments: -h, --help show this help message and exit -d CLI, --cli CLI docker cli (default: /usr/bin/docker) -H ENDPOINT, --endpoint ENDPOINT docker endpoint (default: unix:///var/run/docker.sock) -t INTERVAL, --interval INTERVAL health check interval (default: 300) -e [EMAIL [EMAIL ...]], --email [EMAIL [EMAIL ...]] Email address to spam with failure alerts (default: None) -v, --verbosity -r RIEMANN, --riemann RIEMANN (optional) riemann proto:host:port to emit events to. e.g. udp:localhost:5555 (default: None) --syslog SYSLOG log to syslog (default: None) If you use the -r flag to docker-monitor, you'll have to have the bernhard library installed which, in theory, should be as simple as: sudo pip install bernhard