[Bug 8027] New: io throtling based on /proc/loadvg

samba-bugs at samba.org samba-bugs at samba.org
Sat Mar 19 15:35:52 MDT 2011


https://bugzilla.samba.org/show_bug.cgi?id=8027

           Summary: io throtling based on /proc/loadvg
           Product: rsync
           Version: 3.1.0
          Platform: All
        OS/Version: IRIX
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: core
        AssignedTo: wayned at samba.org
        ReportedBy: spamik at yum.pl
         QAContact: rsync-qa at samba.org


Rsync could use system loadavg (/proc/loadavg) measure to throttle disk
operations on both sites. This especially includes file table operations as
those are more costly. Checking loadavg every file is not a good idea, but
checking it every x seconds (when next file accessed) could be ok. If max load
is exceeded operations should freeze for few seconds (possibly another
parameter)

--load-check-interval-min = 5 (seconds)
--max-load = 8
--load-freeze = 10(seconds)

-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the rsync mailing list