summaryrefslogtreecommitdiffstats
path: root/vstf/vstf/common/perfmark.py
diff options
context:
space:
mode:
Diffstat (limited to 'vstf/vstf/common/perfmark.py')
-rwxr-xr-xvstf/vstf/common/perfmark.py14
1 files changed, 14 insertions, 0 deletions
diff --git a/vstf/vstf/common/perfmark.py b/vstf/vstf/common/perfmark.py
new file mode 100755
index 00000000..f03ee532
--- /dev/null
+++ b/vstf/vstf/common/perfmark.py
@@ -0,0 +1,14 @@
+pktSize = 'AvgFrameSize'
+offLoad = 'OfferedLoad'
+percentLoss = 'PercentLoss'
+bandwidth = 'Bandwidth'
+minLatency = 'MinimumLatency'
+maxLatency = 'MaximumLatency'
+avgLatency = 'AverageLatency'
+txCount = 'TxFrameCount'
+rxCount = 'RxFrameCount'
+duration = 'Duration'
+cpu = 'CPU'
+mppsGhz = 'MppspGhz'
+rxMbps = "RxMbit"
+txMbps = 'TxMbit'