diff options
author | Josh Blum | 2013-05-05 18:18:18 -0700 |
---|---|---|
committer | Josh Blum | 2013-05-05 18:18:18 -0700 |
commit | 29221dcb911b127770074d47583a85542b8b2936 (patch) | |
tree | 74eb4c786e3b48f964b1733059f5fe3a56656615 /lib/block_handlers.cpp | |
parent | 07dad29e258c229e810a449ac0d6ba4d9fc7e1d6 (diff) | |
download | sandhi-29221dcb911b127770074d47583a85542b8b2936.tar.gz sandhi-29221dcb911b127770074d47583a85542b8b2936.tar.bz2 sandhi-29221dcb911b127770074d47583a85542b8b2936.zip |
query: added actor depth stat
Diffstat (limited to 'lib/block_handlers.cpp')
-rw-r--r-- | lib/block_handlers.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/block_handlers.cpp b/lib/block_handlers.cpp index ffa400e..318b734 100644 --- a/lib/block_handlers.cpp +++ b/lib/block_handlers.cpp @@ -147,6 +147,7 @@ void BlockActor::handle_get_stats( this->stats.tags_enqueued[i] = this->input_tags[i].size(); this->stats.msgs_enqueued[i] = this->input_msgs[i].size(); } + this->stats.actor_queue_depth = this->GetNumQueuedMessages(); //create the message reply object GetStatsMessage message; |