From 16c28db384adbe61034eb8a2267cd6a886ffd72f Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Thu, 1 Dec 2016 21:42:51 +0100 Subject: Added the client side code for the statsd in the nodes. --- libcmix-protobuf/cmix.proto | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'libcmix-protobuf/cmix.proto') diff --git a/libcmix-protobuf/cmix.proto b/libcmix-protobuf/cmix.proto index 5cfdd92..2af20bc 100644 --- a/libcmix-protobuf/cmix.proto +++ b/libcmix-protobuf/cmix.proto @@ -65,6 +65,14 @@ message Payload { bytes payload = 1; } +message Performance { + string wall_time = 1; + string user_time = 2; + string system_time = 3; + string column = 4; + string node = 5; +} + message CMixMessage { oneof contents { Initialization initialization = 1; @@ -81,5 +89,6 @@ message CMixMessage { RealPre realpre = 12; RealMix realmix = 13; Payload payload = 14; + Performance performance = 15; } } -- cgit v1.2.3-70-g09d2