k8s.io/perf-tests/clusterloader2@v0.0.0-20240304094227-64bdb12da87e/testing/network/config.yaml (about) 1 {{$PROTOCOL := .CL2_PROTOCOL}} 2 {{$NUMBER_OF_SERVERS := .CL2_NUMBER_OF_SERVERS}} 3 {{$NUMBER_OF_CLIENTS := .CL2_NUMBER_OF_CLIENTS}} 4 5 name: network_performance 6 namespace: 7 number: 1 8 steps: 9 - name: Start network performance measurement 10 measurements: 11 - Identifier: NetworkPerformanceMetrics 12 Method: NetworkPerformanceMetrics 13 Params: 14 action: start 15 duration: 10s 16 protocol: {{$PROTOCOL}} 17 numberOfServers: {{$NUMBER_OF_SERVERS}} 18 numberOfClients: {{$NUMBER_OF_CLIENTS}} 19 - name: Gather network performance measurement 20 measurements: 21 - Identifier: NetworkPerformanceMetrics 22 Method: NetworkPerformanceMetrics 23 Params: 24 action: gather