Changes between Version 8 and Version 9 of rTorrentOMeter
- Timestamp:
- 06/19/08 02:43:06 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
rTorrentOMeter
v8 v9 1 1 = rTorrent-O-Meter = 2 2 3 rTorrent-O-Meter is a simple [http://munin.projects.linpro.no/ Munin] plugin pack for monitoring rTorrent's upload/download speed and/or torrentstatistics3 rTorrent-O-Meter is a simple [http://munin.projects.linpro.no/ Munin] plugin pack for monitoring rTorrent's upload/download speed, torrent and peer statistics 4 4 5 5 * [#Prerequisites Prerequisites] … … 19 19 20 20 {{{ 21 [rtom_spd ]21 [rtom_spdd] 22 22 user username 23 23 env.src socket 24 24 env.socket /home/username/torrent/.socket/rpc.socket 25 end.diff yes 25 26 }}} 26 27 … … 28 29 29 30 {{{ 30 [rtom_spd ]31 [rtom_spdd] 31 32 env.ip 127.0.0.1 32 33 env.port 5000 34 env.diff yes 33 35 }}} 34 36 35 37 depending on what rTorrent configuration you have.[[BR]] 36 The same configuration is needed for bothplugins.38 The same configuration is needed for all plugins. 37 39 38 40 Configurable variables: … … 46 48 == Changelog == 47 49 50 * [#v0.1.0d 0.1.0d] 48 51 * [#v0.1.0 0.1.0] 49 52 * [#v0.0.1d 0.0.1d] … … 54 57 === 0.2.0 === #v0.2.0 55 58 56 * * New plugins for monitoring rTorrent's memory usage, and peer count 59 * * New plugins for monitoring rTorrent's memory usage, torrent count, and peer count 60 * + rtom_spdd displays upload and download limit on the graph 57 61 * x Fixed bug, where rtom_spd stopped working on 32bit integer overflow (when using XMLRPC-C < 1.07) 62 * - rtom_spd is now obsolete, use rtom_spdd instead 63 * - 2008. 06. 19. 58 64 59 65 === 0.1.0 === #v0.1.0 … … 90 96 == Download == 91 97 92 * [/rtwi/downloads/rtom/rtom-0. 1.0-080523.tar.gz Latest release]98 * [/rtwi/downloads/rtom/rtom-0.2.0-080619.tar.gz Latest release] 93 99 * [/rtwi/downloads/rtom All releases] 94 100