From 2fbd1d467776e130f576bbe27d415372ac3ff9a9 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Sat, 2 Apr 2011 06:33:10 +0000 Subject: [PATCH] session_stats parse script --- parse_session_stats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parse_session_stats.py b/parse_session_stats.py index e877f7251..8c8944393 100755 --- a/parse_session_stats.py +++ b/parse_session_stats.py @@ -104,6 +104,7 @@ def gen_html(reports, generations): reports = [ ('torrents', 'num', 'number of torrents in different torrent states', ['downloading torrents', 'seeding torrents', 'checking torrents', 'stopped torrents', 'upload-only torrents', 'error torrents']), ('peers', 'num', 'num connected peers', ['peers', 'connecting peers', 'connection attempts', 'banned peers', 'max connections']), + ('connect_candidates', 'num', 'number of peers we know of that we can connect to', ['connect candidates']), ('peers_list_size', 'num', 'number of known peers (not necessarily connected)', ['num list peers']), ('overall_rates', 'Bytes / second', 'download and upload rates', ['uploaded bytes', 'downloaded bytes', 'upload rate', 'download rate', 'smooth upload rate', 'smooth download rate']), ('disk_write_queue', 'Bytes', 'bytes queued up by peers, to be written to disk', ['disk write queued bytes', 'disk queue limit', 'disk queue low watermark']), @@ -118,7 +119,6 @@ reports = [ ('disk_readback', '% of written blocks', 'portion of written blocks that had to be read back for hash verification', ['% read back']), ('disk_queue', 'number of queued disk jobs', 'queued disk jobs', ['disk queue size', 'disk read queue size', 'read job queue size limit']), # ('absolute_waste', 'num', '', ['failed bytes', 'redundant bytes', 'download rate']), - ('connect_candidates', 'num', 'number of peers we know of that we can connect to', ['connect candidates']), #somewhat uninteresting stats ('tick_rate', 'milliseconds between ticks', '', ['tick interval', 'tick residual']),