Docker Image for LoadRunner & Performance Center Linux Load Generator
500K+
The images in the repository include a load generator component for LoadRunner and for Performance Center and all their prerequisites. Ubuntu 18.04 is the base image which helps you deploy a load generator container on Linux distributions.
To run the load generator, use the following command (the container will run in the background):
docker run -id -p <host_port>:54345 performancetesting/load_generator_linux:<tag version number>
Alternatively you can start the container, and after it is running, set up the load generator environment variables and start the load generator manually inside the container. You can then switch to the host machine using Ctrl+P & Ctrl+Q. You can attach to the container at a later time.
docker run -t -i -p <host_port>:54345 --entrypoint=/bin/bash performancetesting/load_generator_linux:<tag version number>
Notes:
--net=host.Performance Center Installation Guide: https://admhelp.microfocus.com/pc/en/latest/pdfs/PC_Install.pdf - Deploying Load Generators on Linux Docker Distributions
LoadRunner Installation Guide: https://admhelp.microfocus.com/lr/en/latest/help/PDFs/LoadRunner_Installation_Guide.pdf - Install a Load Generator Using Docker
Content type
Image
Digest
Size
397.5 MB
Last updated
about 6 years ago
docker pull performancetesting/load_generator_linux:20.02