Troubleshooting network bandwidth¶
Check a network bandwidth¶
It is a good idea to test a network end to end bandwidth before investigating or deploying a
distributed punch. The punchplatform-injector.sh
lets you do that easily.
On the destination server (i.e. receiver side), launch a tcp server on some port for example 8080 :
punchplatform-log-injector.sh --tcp-server 8080
On the source server (I.e. forwarder or client side), launch an injection of log :
punchplatform-log-injector.sh -c apache_httpd_injector.json -t 1000 -p 8080 -H <DESTINATION_IP>