Reputation: 699
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
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