diff options
author | DanielMartinBuckley <daniel.m.buckley@intel.com> | 2018-02-16 15:39:41 +0000 |
---|---|---|
committer | Abhijit Sinha <abhijit.sinha@intel.com> | 2018-02-28 11:40:09 +0000 |
commit | b0b7366493d0dabf5d886c6eea07cd0fc055264d (patch) | |
tree | b24731fb733f18c7779a4d7ebb4d8734af55636a /samples/vnf_samples/traffic_profiles | |
parent | a301d172e9b7df272a882e88407c8e14cfed2b62 (diff) |
Addition of storage of extra counters for Grafana
JIRA: YARDSTICK-1036
This stores a number of extra counters in influxdb for Prox test cases.
It also stores existing counters with a "succcess_" tag.
Previously throughput where stored without success or failure indication.
Also "Result_" counters are also stored.
These can now be used by Grafana to graph output.
Change-Id: Ie5636c14ecbab1b53a988bdfbd47ddd1fcdbd695
Signed-off-by: Daniel Martin Buckley <daniel.m.buckley@intel.com>
Diffstat (limited to 'samples/vnf_samples/traffic_profiles')
-rw-r--r-- | samples/vnf_samples/traffic_profiles/prox_binsearch.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/samples/vnf_samples/traffic_profiles/prox_binsearch.yaml b/samples/vnf_samples/traffic_profiles/prox_binsearch.yaml index 805250ee3..e1a4f59de 100644 --- a/samples/vnf_samples/traffic_profiles/prox_binsearch.yaml +++ b/samples/vnf_samples/traffic_profiles/prox_binsearch.yaml @@ -21,9 +21,9 @@ traffic_profile: traffic_type: ProxBinSearchProfile tolerated_loss: 0.001 test_precision: 0.1 -# packet_sizes: [64, 128, 256, 512, 1024, 1280, 1518] - packet_sizes: [64] - duration: 10 + packet_sizes: [64, 128, 256, 512, 1024, 1280, 1518] + # packet_sizes: [64] + duration: 30 lower_bound: 0.0 upper_bound: 100.0 |