Sign inSign up

chaconpiza/performance

By chaconpiza

Updated almost 7 years ago

Image
0

154

chaconpiza/performance repository overview

Performance

Example of docker-compose-perf.yml

Tag 1.0.0
version: '2'
services:

  performance:
    hostname: docker-host
    image: chaconpiza/performance:0.0.3
    environment:
      MON_AGENT_USERNAME: 'monasca-agent'
      MON_AGENT_PASSWORD: 'password'
      KEYSTONE_PROJECT: 'mini-mon'
      KEYSTONE_URL: ${MON_KEYSTONE_URL}/v3
      MONASCA_URL: ${MON_MONASCA_API_URL}
      NUM_AGENTS: 2
      NUM_METRICS: 3
      NUM_CONTAINERS: 10
      NUM_SERVICES: 10
      # Wait time in secondes between calls to api
      WAIT_TIME: 10
      # Run time in minutes
      RUN_TIME: 2
      # Log level, DEBUG, INFO, WARN, ERROR. Default INFO.
      LOG_LEVEL: 'DEBUG'
      #VALUE_META: '{"error": "Pattern match failed! \".*version=2.*\" not in \"{\"versions\": [{\"status\": \"SUPPORTED\", \"updated\": \"2011-01-21T11:33:21Z\", \"links\": [{\"href\": \"http://localhost:8774/v2/\", \"rel\": \"self\"}], \"min_version\": \"\", \"version\": \"\", \"id\": \"v2.0\""}'

Tag summary

Content type

Image

Digest

Size

66.5 MB

Last updated

almost 7 years ago

docker pull chaconpiza/performance:1.0.0