Changes between Version 15 and Version 16 of rTorrentOMeter


Ignore:
Timestamp:
07/24/10 16:07:00 (14 years ago)
Author:
Gabor Hudiczius
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • rTorrentOMeter

    v15 v16  
    2323env.src socket
    2424env.socket /home/username/torrent/.socket/rpc.socket
    25 end.diff yes
     25env.diff yes
    2626}}}
    2727
     
    4444env.src socket
    4545env.socket /home/username/torrent/.socket/rpc.socket
    46 end.diff yes
     46env.diff yes
     47env.detailed yes
    4748}}}
    4849
     
    5455env.port 5000
    5556env.diff yes
     57env.detailed yes
    5658}}}
    5759
     
    6365env.src socket
    6466env.socket /home/username/torrent/.socket/rpc.socket
    65 end.diff yes
     67env.diff yes
    6668}}}
    6769
     
    8385|| ip || rTorrent's ip address || using scgi_port || needed when "src" is NOT set to "socket" ||
    8486|| 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 ||
    8689 
    8790== Changelog ==
    8891
     92 * [#v0.4.0 0.4.0]
    8993 * [#v0.3.0 0.3.0]
    9094 * [#v0.2.0 0.2.0]
     
    96100 * [#legend Legend]
    97101
     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
    98108=== 0.3.0 === #v0.3.0
    99  * * Added plugin for monitoring DHT statistics
     109 * * New plugin for monitoring DHT statistics
    100110 * * New filename format to support multiple instances, with easy munin-node configuration - just name the file rtom_username_peers
    101111 * + Using different query for rtom!__vol plugin (a single request instead of 5 different one) for speed improvement
     
    113123
    114124 * * Full rewrite in Perl
    115  * * Now 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)
    117127 * + Speed graph uses get_{up|down}_total to get more actual values (and to make the graph smoother)
    118128 * + Configurable via munin-node's plugin config (environmental variables)