Sign inSign up

performancetesting/load_generator_linux

By performancetesting

Updated about 6 years ago

Docker Image for LoadRunner & Performance Center Linux Load Generator

Image
8

500K+

performancetesting/load_generator_linux repository overview

LoadRunner and Performance Center Load Generator Image

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.

How to use this image:

  • 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:

  • To avoid having the default NAT mode impact the load generator's network throughput, add the following command before the image name when starting a container: --net=host.
  • The default port is 54345. You can specify a custom port through the user interface.

For more information:

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

Tag summary

Content type

Image

Digest

Size

397.5 MB

Last updated

about 6 years ago

docker pull performancetesting/load_generator_linux:20.02