[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: too many lstat() syscalls, therefore too many IOPS
From: |
Frank Crawford |
Subject: |
Re: too many lstat() syscalls, therefore too many IOPS |
Date: |
Wed, 12 May 2021 21:51:53 +1000 |
User-agent: |
Evolution 3.38.4 (3.38.4-1.fc33) |
On Wed, 2021-05-12 at 13:01 +0200, Eric L. Zolf wrote:
...
>
> There is no real way to improve the situation, rdiff-backup goes as
> fast
> as it can and I personally don't know an I/O-equivalent of "nice"
> (and
> if you limit the I/O, the backup will be even slower).
The I/O equivalent of "nice" is "ionice" and you probably want to set
it to the "idle" class, i.e. "ionice -c idle rdiff-backup ..."
This will run when other activities are not doing I/O, and yes it will
run slower, on a system that is doing other I/O tasks.
Regards
Frank
Re: too many lstat() syscalls, therefore too many IOPS, Eric L. Zolf, 2021/05/12