ErezN
ErezN

Reputation: 699

How to set Load Generator on Red Hat server (Linux)

I am trying to set load generator on Linux machine while the Controller will be on windows machine.

how can I do that and what are the steps to do this?

Thanks!

Upvotes: 0

Views: 501

Answers (1)

Levi
Levi

Reputation: 195

Install:

cd /media/Linux // the directory which contains the installer.sh
./installer.sh

Start/Stop LG:

cd /opt/HP/HP_LoadGenerator/bin
./m_daemon_setup -install
./m_daemon_setup -kill

Upvotes: 1

Related Questions