Upload the contribution of vstf as bottleneck network framework.
[bottlenecks.git] / vstf / vstf / common / perfmark.py
1 pktSize = 'AvgFrameSize'
2 offLoad = 'OfferedLoad'
3 percentLoss = 'PercentLoss'
4 bandwidth = 'Bandwidth'
5 minLatency = 'MinimumLatency'
6 maxLatency = 'MaximumLatency'
7 avgLatency = 'AverageLatency'
8 txCount = 'TxFrameCount'
9 rxCount = 'RxFrameCount'
10 duration = 'Duration'
11 cpu = 'CPU'
12 mppsGhz = 'MppspGhz'
13 rxMbps = "RxMbit"
14 txMbps = 'TxMbit'