Re: Kernel Benchmarking

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, Sep 11, 2020 at 6:42 AM Michael Larabel
<Michael@xxxxxxxxxxxxxxxxxx> wrote:
>
> From preliminary testing of the patch on a Threadripper box, the EXT4 locking patch did help with a small improvement at 10 concurrent users for Apache but all the higher counts didn't end up showing any real change with the patch.

Ok, it's probably simply that fairness is really bad for performance
here in general, and that special case is just that - a special case,
not the main issue.

I'll have to think about it. We've certainly seen this before (the
queued spinlocks brought the same fairness issues), but this is much
worse because of how it affects scheduling on a big level.

Some middle ground hybrid model (unfair in the common case, but with
at least _some_ measure of fairness for the worst-case situation to
avoid the worst-case latency spikes) would be best, but I don't see
how to do it.

              Linus

                 Linus

                  Linus



[Index of Archives]     [Reiser Filesystem Development]     [Ceph FS]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Linux FS]     [Yosemite National Park]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Device Mapper]     [Linux Media]

  Powered by Linux