cachedout / opbeans-loadgen

Load generator for Opbeans demo apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Opbeans Load Generator

This is a load generator for Opbeans as a Docker container.

Start the docker container with a list of base URLs to generate load on

docker run --rm -e OPBEANS_URLS=opbeans-node:http://opbeans-node:3000,opbeans-python:http://opbeans-python:3000 opbeans/opbeans-loadgen

Testing locally

The simplest way to test this demo is by running:

make test

Tests are written using bats under the tests dir

Publishing to dockerhub locally

Publish the docker image with

VERSION=1.2.3 make publish

NOTE: VERSION refers to the tag for the docker image which will be published in the registry

About

Load generator for Opbeans demo apps


Languages

Language:Python 73.1%Language:Makefile 11.0%Language:Shell 9.9%Language:Dockerfile 5.3%Language:Groovy 0.6%