cloud-bulldozer / k8s-netperf

Running Networking Performance Tests against K8s
Apache License 2.0
29 stars 19 forks source link

Update the pod2svc super-netperf argument #117

Closed mukrishn closed 11 months ago

mukrishn commented 11 months ago

Type of change

Description

Setting the right argument shorthand

-p portnum,locport (*)
Direct the control connection to a netserver listening on the specified port, rather than using a "netperf" entry in /etc/services or the internal default (port 12865). If ",locport" is specified the control connection will be established from that local port number. Specifying a single port number with no comma will specify only the remote netserver port number and will leave local port number selection to the stack.
-P 0|1
Show (1) or suppress (0) the test banner.

Related Tickets & Documents

Checklist before requesting a review

Testing

mukrishn commented 11 months ago

Testing -p is not working as expected, so closing this out.