Unanswered question

NeoLoad 6.0.0 Free version can only have two load generators?

I installed two additional Load Generators (6.0.0) from Docker. However, except localhost, in Controller I can only add one Load Generator successfully (show as green).

When I add the 2nd one, it just tries to connect, and then nothing happens.

If I remove the first one, add the 2nd one again, it will successfully connected. Meaning the Load Generator servers are working fine. It just can't be added into Controller- Runtime - Scenario.

The funny thing is, I can add the 2nd one when it is down (see screenshot, show as red). But then it can't be used.

Is this a limitation of free version?

Controller OS: Ubuntu Desktop 16.04 LTS
Load Generator: Docker image latest (6.0.0)
Controller: 6.0.0

Thanks.

eagle C.
eagle C.

eagle C.

Level
0
22 / 100
points

Answers

eagle C.
eagle C.

eagle C.

Level
0
22 / 100
points

Suppose this is a bug. I figured out a workaround- use different port for each Load Generator, say LG01: 7101, LG02:7102, LG03:7103, etc.

If you Docker shares the same IP addresses  you can get such issue. NeoLoad will merge them thinking that it's the same machine.

By using different port the pair "IP:port" is not the same anymore that's why it worked.