Changes between Version 21 and Version 22 of rTorrentOMeter
- Timestamp:
- 12/21/10 11:56:51 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
rTorrentOMeter
v21 v22 84 84 || port || rTorrent's scgi port (scgi_port) || using scgi_port || needed when "src" is NOT set to "socket" || 85 85 || 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 89 You 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 {{{ 92 find -iname '*-rtom_*_som-info_hash_*-d.rrd' -mtime +7 -exec rm {} \; 93 }}} 94 87 95 == Changelog == 88 96