Changes between Version 21 and Version 22 of rTorrentOMeter


Ignore:
Timestamp:
12/21/10 11:56:51 (14 years ago)
Author:
Gabor Hudiczius
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • rTorrentOMeter

    v21 v22  
    8484|| port || rTorrent's scgi port (scgi_port) || using scgi_port || needed when "src" is NOT set to "socket" ||
    8585|| 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 ||
    86  
     86
     87== Cleanup ==
     88
     89You might want to run the following command from time to time, to remove the unused rrd files from your munin directory (files that hasn't been touched in more than a week - in other words, files, that has probably been removed from rTorrent)
     90
     91{{{
     92find -iname '*-rtom_*_som-info_hash_*-d.rrd' -mtime +7 -exec rm {} \;
     93}}}
     94
    8795== Changelog ==
    8896