0

I'm building a Paas with Docker container in the field of Networkf Function Virtualization. I need to deploy some load-balancers inside containers.

I need to asses the load balancers in differents scenarios and under different metrics like CPU usage, Mermory usage, etc.

I'm mainly looking for traffic generator tools like pktgen.

Any one can point me out some tools that I might use ? Thank you for your help.

user2567806
  • 111
  • 3

1 Answers1

0

Nping and possibly Nmap seem like they might be good tools. You could also take a look at the tools included with Wireshark. I have used those tools to generate lots of traffic and packets on a network, but normally to debug network issues and we never had a load balancer of any sort.

Matt
  • 2,751
  • 1
  • 14
  • 20