log number of asio messages passed through the queue per second (to track down performance issue)

This commit is contained in:
Arvid Norberg
2011-10-17 05:17:21 +00:00
parent 14e7c9f480
commit aab4cb6937
4 changed files with 67 additions and 0 deletions

View File

@@ -150,6 +150,10 @@ reports = [
('system memory', '', '', 'virtual memory page count', ['active resident pages', 'inactive resident pages', 'pinned resident pages', 'free pages']),
('memory paging', '', '', 'vm disk activity', ['pageins', 'pageouts']),
('page faults', '', '', '', ['page faults']),
('boost.asio messages', 'events/s', '', 'number of messages posted per second', [ \
'read_counter', 'write_counter', 'tick_counter', 'lsd_counter', \
'lsd_peer_counter', 'udp_counter', 'accept_counter', 'disk_queue_counter', \
'disk_read_counter', 'disk_write_counter']),
# ('absolute_waste', 'num', '', ['failed bytes', 'redundant bytes', 'download rate']),
#somewhat uninteresting stats