summaryrefslogtreecommitdiff
path: root/lib/block_handlers.cpp
diff options
context:
space:
mode:
authorJosh Blum2013-05-05 18:31:52 -0700
committerJosh Blum2013-05-05 18:31:52 -0700
commit7139a4cb92091938692b3d640c20fbb300bb0929 (patch)
tree005ba3cf517495b6bdb7abcc18a7e8ad72a47fe3 /lib/block_handlers.cpp
parent29221dcb911b127770074d47583a85542b8b2936 (diff)
downloadsandhi-7139a4cb92091938692b3d640c20fbb300bb0929.tar.gz
sandhi-7139a4cb92091938692b3d640c20fbb300bb0929.tar.bz2
sandhi-7139a4cb92091938692b3d640c20fbb300bb0929.zip
query: added bytes copied stat
Diffstat (limited to 'lib/block_handlers.cpp')
-rw-r--r--lib/block_handlers.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/block_handlers.cpp b/lib/block_handlers.cpp
index 318b734..d548ee0 100644
--- a/lib/block_handlers.cpp
+++ b/lib/block_handlers.cpp
@@ -148,6 +148,7 @@ void BlockActor::handle_get_stats(
this->stats.msgs_enqueued[i] = this->input_msgs[i].size();
}
this->stats.actor_queue_depth = this->GetNumQueuedMessages();
+ this->stats.bytes_copied = this->input_queues.bytes_copied;
//create the message reply object
GetStatsMessage message;