From 5aae8e338ab2a71e89c1a9b442c895c72685f585 Mon Sep 17 00:00:00 2001 From: Michael Pedersen Date: Thu, 17 May 2018 09:18:40 -0700 Subject: Add a configurable pause between runs during NDR/PDR binary search JIRA: NFVBENCH-93 Change-Id: I4328d51c934b62acba7b300426c25469dd69e598 Signed-off-by: Michael Pedersen --- nfvbench/cfg.default.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'nfvbench/cfg.default.yaml') diff --git a/nfvbench/cfg.default.yaml b/nfvbench/cfg.default.yaml index da68571..2af6d63 100755 --- a/nfvbench/cfg.default.yaml +++ b/nfvbench/cfg.default.yaml @@ -359,6 +359,9 @@ duration_sec: 60 # Can be overridden by --interval interval_sec: 10 +# Default pause between iterations of a binary search (NDR/PDR) +pause_sec: 2 + # NDR / PDR configuration measurement: # Drop rates represent the ratio of dropped packet to the total number of packets sent. -- cgit 1.2.3-korg