Sign inSign up

performancetesting/stormrunner_load_generator

By performancetesting

Updated over 5 years ago

New repo: https://hub.docker.com/repository/docker/performancetesting/microfocus_onelg_linux_ubuntu

Image
1

1M+

performancetesting/stormrunner_load_generator repository overview

Micro Focus LoadRunner Cloud Load Generator Image

The images in the repository includes Load Generator (LG) component for Micro Focus LoadRunner Cloud and all its prerequisites. The image, using Ubuntu 18.04 as its base image, helps you deploy a LG machine on Linux distributions.

New repository: https://hub.docker.com/r/performancetesting/loadrunnercloud_load_generator

How to use this image
  • Create Container:
    docker run -d \
        -e "STORM_TENANT=<your tenant id>"  \
        -e "STORM_USERNAME=<your user name>" \
        -e "STORM_PASSWORD=<your password>" \
        --net=host performancetesting/stormrunner_load_generator
    (run the container in background/detached mode)

    docker run -t -i \
        -e "STORM_TENANT=<your tenant id>"  \
        -e "STORM_USERNAME=<your user name>" \
        -e "STORM_PASSWORD=<your password>" \
        --net=host performancetesting/stormrunner_load_generator
    (run the container in the foreground)
  • Create Container with HTTP(s) proxy:
    docker run -d \
        -e "STORM_TENANT=<your tenant id>" \
        -e "STORM_USERNAME=<your user name>" \
        -e "STORM_PASSWORD=<your password>" \
        -e "http_proxy=<your proxy url e.g. http://proxy.com>" \
        -e "https_proxy=<your proxy url e.g. http://proxy.com>" \
        --net=host performancetesting/stormrunner_load_generator
Environment Variables
  • STORM_TENANT: Your Tenant ID [required]
  • STORM_USERNAME: Your LoadRunner Cloud user name [required]
  • STORM_PASSWORD: Your LoadRunner Cloud password [required]
  • STORM_PROJECT_ID: The id number for project (default value 1) [optional]

Environment variables can also be passed via the "--env-file" command line parameter.

Supported tags
  • latest:
    The full version supports the following script protocols

    • Web HTTP/HTML
    • TruAPI
    • Mobile HTTP
    • SAP Web
    • JMeter
    • Gatling
    • Oracle NCA
    • MQTT
    • Oracle Web
    • DevWeb
  • latest_lite:
    The lite version supports the following script protocols:

    • TruAPI
    • JMeter
    • Gatling

Please refer to Micro Focus LoadRunner Cloud Help Center: Deploy a Docker container for Linux to get more information.

Tag summary

Content type

Image

Digest

Size

818.7 MB

Last updated

over 5 years ago

docker pull performancetesting/stormrunner_load_generator