cloud-bulldozer / k8s-netperf

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

CSV Archive is missing Message size #22

Closed jtaleric closed 1 year ago

jtaleric commented 1 year ago

Standard reporting contains the message size, however the CSV report is missing this.

Standard reporting

--------------------------------------------------------------------- Stream Results ---------------------------------------------------------------------
Scenario           | Host Network    |Service         | Message Size    | Same node       | Duration        | Samples         | Avg value      
-----------------------------------------------------------------------------------------------------------------------------------------------------------
📊 TCP_STREAM      | false           |false           | 1024            | false           | 10              | 1               | 874.230000      (Mb/s) 
📊 TCP_STREAM      | false           |false           | 16384           | false           | 10              | 1               | 8475.860000     (Mb/s) 
-----------------------------------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------- Stream Latency Results -----------------------------------------------------------------
Scenario           | Host Network    |Service         | Message Size    | Same node       | Duration        | Samples         | 99%tile value  
-----------------------------------------------------------------------------------------------------------------------------------------------------------
📊 TCP_STREAM      | false           |false           | 1024            | false           | 10              | 1               | 37.000000       (usec) 
📊 TCP_STREAM      | false           |false           | 16384           | false           | 10              | 1               | 29.000000       (usec) 
-----------------------------------------------------------------------------------------------------------------------------------------------------------

CSV Reporting

Profile,Same node,Host Network,Service,Duration,# of Samples,Avg Throughput,Throughput Metric,99%tile Observed Latency,Latency Metric
TCP_STREAM,false,false,false,10,1,874.230000,Mb/s,37,usec
TCP_STREAM,false,false,false,10,1,8475.860000,Mb/s,29,usec

https://github.com/jtaleric/k8s-netperf/blob/main/netperf/archive.go#L45