Changes between Version 15 and Version 16 of rTorrentOMeter
- Timestamp:
- 07/24/10 16:07:00 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
rTorrentOMeter
v15 v16 23 23 env.src socket 24 24 env.socket /home/username/torrent/.socket/rpc.socket 25 en d.diff yes25 env.diff yes 26 26 }}} 27 27 … … 44 44 env.src socket 45 45 env.socket /home/username/torrent/.socket/rpc.socket 46 end.diff yes 46 env.diff yes 47 env.detailed yes 47 48 }}} 48 49 … … 54 55 env.port 5000 55 56 env.diff yes 57 env.detailed yes 56 58 }}} 57 59 … … 63 65 env.src socket 64 66 env.socket /home/username/torrent/.socket/rpc.socket 65 en d.diff yes67 env.diff yes 66 68 }}} 67 69 … … 83 85 || ip || rTorrent's ip address || using scgi_port || needed when "src" is NOT set to "socket" || 84 86 || port || rTorrent's scgi port (scgi_port) || using scgi_port || needed when "src" is NOT set to "socket" || 85 || diff || "yes" for displaying bps for upload and Bps for download, or anything else for using Bps for both |||| used by rtom_spd plugin || 87 || diff || "yes" for displaying bits per second for upload and Byets per second for download, or anything else for using Bytes per second for both |||| used by rtom!__spd and rtom!__spdd plugins || 88 || detailed || "yes" for showing all the torrents in the graph, or anything else fors showing only the total amount of upload |||| used by rtom!__som plugin || 86 89 87 90 == Changelog == 88 91 92 * [#v0.4.0 0.4.0] 89 93 * [#v0.3.0 0.3.0] 90 94 * [#v0.2.0 0.2.0] … … 96 100 * [#legend Legend] 97 101 102 === 0.4.0 === #v0.4.0 103 * * New plugin for monitoring the amount of uploaded data per torrent 104 * * New configuration option "detailed" for the new plugin, to allow hiding the high number of lines on the graph, and only draw the amount of total upload 105 * + minor formatting changes, and cleanup in the code 106 * - 2010. 07. 24. 107 98 108 === 0.3.0 === #v0.3.0 99 * * Addedplugin for monitoring DHT statistics109 * * New plugin for monitoring DHT statistics 100 110 * * New filename format to support multiple instances, with easy munin-node configuration - just name the file rtom_username_peers 101 111 * + Using different query for rtom!__vol plugin (a single request instead of 5 different one) for speed improvement … … 113 123 114 124 * * Full rewrite in Perl 115 * * N ow supports unix domain socket (scgi_local)116 * * Added torrent statistics graph (shows number of started/stopped/incomplete/complete/all torrents)125 * * New plugins for monitoring torrent statistics (shows number of started/stopped/incomplete/complete/all torrents) 126 * * Now supports UNIX domain socket (scgi_local) 117 127 * + Speed graph uses get_{up|down}_total to get more actual values (and to make the graph smoother) 118 128 * + Configurable via munin-node's plugin config (environmental variables)