Load Generator Image for Open Text LoadRunner Enterprise|Professional|Cloud
100K+
The images in the repository include a load generator component for LoadRunner Professional and LoadRunner Enterprise and all their prerequisites. Ubuntu 22.04 is the base image which helps you deploy a load generator container on Linux distributions.
docker run -id -p <host_port>:54345 -e "ONELG_FLAVOR=1" performancetesting/opentext_onelg_ubuntu:<tag version number>
Notes:
--net=host.LoadRunner Enterprise Installation Guide: https://admhelp.microfocus.com/pc/en/latest/pdfs/PC_Install.pdf - Deploying Load Generators on Linux Docker Distributions
LoadRunner Professional Installation Guide: https://admhelp.microfocus.com/lr/en/latest/help/PDFs/LoadRunner_Installation_Guide.pdf - Install a Load Generator Using Docker
The images in the repository includes Load Generator (LG) component for LoadRunner Cloud and all its prerequisites. The image, using Ubuntu 20.04 as its base image, helps you deploy a LG machine on Linux distributions.
docker run -d \
-e "STORM_TENANT=<your tenant id>" \
-e "STORM_USERNAME=<your user name>" \
-e "STORM_PASSWORD=<your password>" \
--net=host performancetesting/opentext_onelg_ubuntu
(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/opentext_onelg_ubuntu
(run the container in the foreground)
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/opentext_onelg_ubuntu
docker run -d -e ENABLE_JMETER=1 -e ENABLE_GATLING=1 ....
Environment variables can also be passed via the "--env-file" command line parameter.
Please refer to Open Text LoadRunner Cloud Help Center: Deploy a Docker container for Linux to get more information.
Content type
Image
Digest
sha256:a23c4c0c4…
Size
1.2 GB
Last updated
2 days ago
docker pull performancetesting/opentext_onelg_ubuntu