--bwlimit not working right

Rene Schumann rene.schumann at gmx.net
Fri Oct 17 21:00:16 EST 2003


Hello!

I cant get the bwlimit option working right.
If i set this option over 400 kbyte per sec i still only get 400kbyte
per sec, whether wich value i set.
I try this option with a 100MB big file.
I use a debian stable System with rsync version 2.5.6cvs  protocol
version 26.
Can someone tell me how i can this get working?

thx
Rene



dpkg -l "rsync*"

ii  rsync	2.5.5-0.1	fast remote file copy program (like rcp)

without bwlimit:

Number of files transferred: 1
Total file size: 99745211 bytes
Total transferred file size: 99745211 bytes
Literal data: 99745211 bytes
Matched data: 0 bytes
File list size: 74
Total bytes written: 154
Total bytes read: 99757574

wrote 154 bytes  read 99757574 bytes  9500736.00 bytes/sec
total size is 99745211  speedup is 1.00

with bwlimit=200

Number of files: 2
Number of files transferred: 1
Total file size: 99745211 bytes
Total transferred file size: 99745211 bytes
Literal data: 99745211 bytes
Matched data: 0 bytes
File list size: 74
Total bytes written: 168
Total bytes read: 99757574

wrote 168 bytes  read 99757574 bytes  136188.04 bytes/sec
total size is 99745211  speedup is 1.00

with bwlimit=1000

Number of files: 2
Number of files transferred: 1
Total file size: 99745211 bytes
Total transferred file size: 99745211 bytes
Literal data: 99745211 bytes
Matched data: 0 bytes
File list size: 74
Total bytes written: 169
Total bytes read: 99757574

wrote 169 bytes  read 99757574 bytes  408007.13 bytes/sec
total size is 99745211  speedup is 1.00


with bwlimit=5000

Number of files: 2
Number of files transferred: 1
Total file size: 99745211 bytes
Total transferred file size: 99745211 bytes
Literal data: 99745211 bytes
Matched data: 0 bytes
File list size: 74
Total bytes written: 169
Total bytes read: 99757574

wrote 169 bytes  read 99757574 bytes  408007.13 bytes/sec
total size is 99745211  speedup is 1.00




More information about the rsync mailing list