aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/proto
diff options
context:
space:
mode:
authorGravatar Hope Casey-Allen <hcaseyal@google.com>2018-08-23 15:14:51 -0700
committerGravatar Hope Casey-Allen <hcaseyal@google.com>2018-08-25 18:33:11 -0700
commit839a0520a2d53a220103aed68bbbe95dfd3aba05 (patch)
tree20c24ebd2ec23018850609b5cd93c8f0f7d2b2b5 /src/proto
parent98fd5a73c3bf1aa285f58932e76bfeaaf5766786 (diff)
Add an option to collect medians every epoch. Useful for gathering per second median latencies
Diffstat (limited to 'src/proto')
-rw-r--r--src/proto/grpc/testing/control.proto4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/proto/grpc/testing/control.proto b/src/proto/grpc/testing/control.proto
index 57592662c4..a4a9c8fe57 100644
--- a/src/proto/grpc/testing/control.proto
+++ b/src/proto/grpc/testing/control.proto
@@ -111,6 +111,10 @@ message ClientConfig {
// Use coalescing API when possible.
bool use_coalesce_api = 19;
+
+ // If 0, disabled. Else, specifies the period between gathering latency
+ // medians in milliseconds.
+ int32 median_latency_collection_interval_millis = 20;
}
message ClientStatus { ClientStats stats = 1; }