Bandwidth
From Antiflux Wiki
(Difference between revisions)
m (File System moved to Bandwidth: Better reflect page contents) |
|||
(One intermediate revision not shown.) | |||
Line 1: | Line 1: | ||
- | Sometimes it is convienent to host files on antiflux. If you end up wanting to transfer something big try to limit heavy [http://antiflux.org/mrtg/bw.html bandwidth] usage to off-peak times (where peak is currently defined as 6am-6pm PST). If you want to do a transfer during that time try throttling your transfers. For example, use <tt>rsync --bwlimit=XXX</tt> | + | Sometimes it is convienent to host files on antiflux. If you end up wanting to transfer something big try to limit heavy [http://antiflux.org/mrtg/bw.html bandwidth] usage to off-peak times (where peak is currently defined as 6am-6pm PST). If you want to do a transfer during that time try throttling your transfers. For example, use <tt>rsync --bwlimit=XXX</tt> where <tt>XXX</tt> is the bandwidth limit in [[Wikipedia:Kilobyte|Kilo Bytes]] per second (KB/s). The <tt>--progress</tt> flag to rsync is useful to observe the progress of your transfer(s). |
Current revision
Sometimes it is convienent to host files on antiflux. If you end up wanting to transfer something big try to limit heavy bandwidth usage to off-peak times (where peak is currently defined as 6am-6pm PST). If you want to do a transfer during that time try throttling your transfers. For example, use rsync --bwlimit=XXX where XXX is the bandwidth limit in Kilo Bytes per second (KB/s). The --progress flag to rsync is useful to observe the progress of your transfer(s).