From e6b54f87766cead3df1f1f5b7099ac6562f6096a Mon Sep 17 00:00:00 2001 From: Luc Provoost Date: Mon, 12 Apr 2021 18:18:30 +0200 Subject: Code improvements Rework of some of the code for better readability Change-Id: I559e88faba31d93e593d39cf436f3e114ba4528a Signed-off-by: Luc Provoost --- VNFs/DPPD-PROX/helper-scripts/rapid/format.yaml | 42 +++++++++++++------------ 1 file changed, 22 insertions(+), 20 deletions(-) (limited to 'VNFs/DPPD-PROX/helper-scripts/rapid/format.yaml') diff --git a/VNFs/DPPD-PROX/helper-scripts/rapid/format.yaml b/VNFs/DPPD-PROX/helper-scripts/rapid/format.yaml index d9c55405..01415ecc 100644 --- a/VNFs/DPPD-PROX/helper-scripts/rapid/format.yaml +++ b/VNFs/DPPD-PROX/helper-scripts/rapid/format.yaml @@ -11,16 +11,17 @@ Flows: Flows Size: Size RequestedSpeed: RequestedSpeed - CoreGenerated: CoreGenerated - SentByNIC: SentByNIC - FwdBySUT: FwdBySUT - RevByCore: RevByCore - AvgLatency: AvgLatency - PCTLatency: PCTLatency - MaxLatency: MaxLatency - PacketsSent: PacketsSent - PacketsReceived: PacketsReceived - PacketsLost: PacketsLost + CoreGenerated: pps_req_tx + SentByNIC: pps_tx + FwdBySUT: pps_sut_tx + RevByCore: pps_rx + AvgLatency: lat_avg + PCTLatency: lat_perc + MinLatency: lat_min + MaxLatency: lat_max + PacketsSent: abs_tx + PacketsReceived: abs_rx + PacketsLost: abs_dropped rapid_flowsizetest: Environment: environment_file Test: test @@ -28,21 +29,22 @@ rapid_flowsizetest: Size: Size Speed (Mpps): RequestedSpeed: RequestedSpeed - CoreGenerated: CoreGenerated - SentByNIC: SentByNIC - FwdBySUT: FwdBySUT - RevByCore: RevByCore + CoreGenerated: pps_req_tx + SentByNIC: pps_tx + FwdBySUT: pps_sut_tx + RevByCore: pps_rx Latency (usec): - AvgLatency: AvgLatency - PCTLatency: PCTLatency - MaxLatency: MaxLatency + AvgLatency: lat_avg + PCTLatency: lat_perc + MinLatency: lat_min + MaxLatency: lat_max Distribution: bucket_size: bucket_size buckets: buckets Absolute Packet Count: - PacketsSent: PacketsSent - PacketsReceived: PacketsReceived - PacketsLost: PacketsLost + PacketsSent: abs_tx + PacketsReceived: abs_rx + PacketsLost: abs_dropped rapid_irqtest: Environment: environment_file Test: test -- cgit 1.2.3-korg