aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorJosef Bacik <josef@toxicpanda.com>2021-04-28 13:38:47 -0400
committerDavid Sterba <dsterba@suse.com>2021-06-21 15:19:04 +0200
commit3e101569973e8c95ba60b5501f8a3caf7754894c (patch)
treec40cfc5673f4d8483e30d5ce8ab532238a33a20c /tools/perf/scripts/python/export-to-postgresql.py
parentbtrfs: don't include the global rsv size in the preemptive used amount (diff)
downloadlinux-dev-3e101569973e8c95ba60b5501f8a3caf7754894c.tar.xz
linux-dev-3e101569973e8c95ba60b5501f8a3caf7754894c.zip
btrfs: only ignore delalloc if delalloc is much smaller than ordered
While testing heavy delalloc workloads I noticed that sometimes we'd just stop preemptively flushing when we had loads of delalloc available to flush. This is because we skip preemptive flushing if delalloc <= ordered. However if we start with say 4gib of delalloc, and we flush 2gib of that, we'll stop flushing there, when we still have 2gib of delalloc to flush. Instead adjust the ordered bytes down by half, this way if 2/3 of our outstanding delalloc reservations are tied up by ordered extents we don't bother preemptive flushing, as we're getting close to the state where we need to wait on ordered extents. Signed-off-by: Josef Bacik <josef@toxicpanda.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions