[gentoo-user] Re: Activating BMQ CPU Scheduler

2023-05-16 Thread Nikos Chantziaras

On 06/05/2023 17:45, Holger Hoffstätte wrote:

Unfortunately it seems that a recent change in the mainline kernel
introduced a bit of an incompatibility, which is why the BMQ/PDS patch
now turns it off. We're trying to get that incompatibility fixed.

Anyway: glad you're up and running now!


I had two lockups in one week, so I reverted back to CFQ. It happened 
while I wasn't using the machine. I came back to find it unresponsive, 
except the mouse cursor still moves. But you can't do anything other 
than move the mouse. Not even SysRq works. Usually I can do the SysRq+ 
REISSUB key sequence to reboot machines that stopped responding, but it 
doesn't do anything in this case. The log contains nothing, meaning 
logging has locked up too.





[gentoo-user] Re: Activating BMQ CPU Scheduler

2023-05-06 Thread Holger Hoffstätte

On 2023-05-06 14:07, Nikos Chantziaras wrote:

On 03/05/2023 20:11, Holger Hoffstätte wrote:

On 2023-05-02 21:19, Nikos Chantziaras wrote:

On 02/05/2023 09:53, Holger Hoffstätte wrote:

[...] BMQ has severe issues. When emerging something while I
play a game (either native or through wine-proton,) there's
long lag spikes and freezes. Even worse, there's bugs like
the system completely hanging on shutdown, or "umount"
hanging with 100% CPU use by two kernel threads.

[...]


Check first if you had CONFIG_PSI enabled. The setting will work in
any case, but if you already had it disabled/missing then there's
no need to try again.


It was enabled so now I disabled it. I'm not even sure why it was
enabled in the first place, it sounds useless and is documented as
"Say N if not sure." Haven't had any issues to far.


Great! PSI is extremely useful, but was made primarily for servers,
though there are potentially interesting use cases for dektop systems
as well. It does come at a slight cost at runtime though, so unless you're
using it it's probably better to just disable it.

See https://www.kernel.org/doc/html/latest/accounting/psi.html and
https://facebookmicrosites.github.io/psi/docs/overview for more.

Unfortunately it seems that a recent change in the mainline kernel
introduced a bit of an incompatibility, which is why the BMQ/PDS patch
now turns it off. We're trying to get that incompatibility fixed.

Anyway: glad you're up and running now!

cheers
Holger



[gentoo-user] Re: Activating BMQ CPU Scheduler

2023-05-06 Thread Nikos Chantziaras

On 03/05/2023 20:11, Holger Hoffstätte wrote:

On 2023-05-02 21:19, Nikos Chantziaras wrote:

On 02/05/2023 09:53, Holger Hoffstätte wrote:

[...]
BMQ has severe issues. When emerging something while I play a game
(either native or through wine-proton,) there's long lag spikes and
freezes. Even worse, there's bugs like the system completely hanging
on shutdown, or "umount" hanging with 100% CPU use by two kernel
threads.

[...]


Check first if you had CONFIG_PSI enabled. The setting will work in any 
case,
but if you already had it disabled/missing then there's no need to try 
again.


It was enabled so now I disabled it. I'm not even sure why it was 
enabled in the first place, it sounds useless and is documented as "Say 
N if not sure." Haven't had any issues to far.


The main thing I was hoping BMQ might be able to fix is the short sound 
dropout when seeking in MPV. Meaning sound dropping out in other 
applications while seeking in a video in MPV. And guess what, it indeed 
fixes it. I had similar audio issues many years ago, and back then BFQ 
was able to fix them.


Thanks for the help!




[gentoo-user] Re: Activating BMQ CPU Scheduler

2023-05-03 Thread Holger Hoffstätte

On 2023-05-02 21:19, Nikos Chantziaras wrote:

On 02/05/2023 09:53, Holger Hoffstätte wrote:

[...]
Switched back to the default (called "CFS" I think.)

BMQ has severe issues. When emerging something while I play a game
(either native or through wine-proton,) there's long lag spikes and
freezes. Even worse, there's bugs like the system completely hanging
on shutdown, or "umount" hanging with 100% CPU use by two kernel
threads.


Can you try booting with psi=0 and check if that helps? There's a known
bad interaction with the PSI (Pressure Stall Information) mechanism,
which is active by default in many kernel configs. The latest version
of the BMQ patch makes sure to turn it off, you may not have that version
yet. BMQ (and PDS) works fine and has done so for quite a while.


Will have to rebuild again. Does that work on 6.1 kernels? (I only use LTS 
nowadays.)


Check first if you had CONFIG_PSI enabled. The setting will work in any case,
but if you already had it disabled/missing then there's no need to try again.

cheers
Holger



[gentoo-user] Re: Activating BMQ CPU Scheduler

2023-05-02 Thread Nikos Chantziaras

On 02/05/2023 09:53, Holger Hoffstätte wrote:

[...]
Switched back to the default (called "CFS" I think.)

BMQ has severe issues. When emerging something while I play a game
(either native or through wine-proton,) there's long lag spikes and
freezes. Even worse, there's bugs like the system completely hanging
on shutdown, or "umount" hanging with 100% CPU use by two kernel
threads.


Can you try booting with psi=0 and check if that helps? There's a known
bad interaction with the PSI (Pressure Stall Information) mechanism,
which is active by default in many kernel configs. The latest version
of the BMQ patch makes sure to turn it off, you may not have that version
yet. BMQ (and PDS) works fine and has done so for quite a while.


Will have to rebuild again. Does that work on 6.1 kernels? (I only use 
LTS nowadays.)





Re: [gentoo-user] Re: Activating BMQ CPU Scheduler

2023-05-02 Thread Alexe Stefan
What scheduler produces the best results on regular desktop systems?

mar., 2 mai 2023, 09:54 Holger Hoffstätte  a
scris:

> On 2023-05-01 22:24, Nikos Chantziaras wrote:
> > On 26/04/2023 23:06, Holger Hoffstätte wrote:
> >> On 2023-04-26 18:15, Nikos Chantziaras wrote:
> >>> So I wanted to try the BMQ scheduler in gentoo-sources. Is just
> >>> enabling it in the kernel build all that's needed? I did so,
> >>> booted, and:
> >>>
> >>> $ dmesg | grep -i bmq [0.100284] sched/bmq: BMQ CPU Scheduler
> >>> v6.1-r4 by Alfred Chen.
> >>>
> >>> That's all and it's in use now? Or do I need to toggle anything
> >>> else?
> >>
> >> That's all you need to do, right. You can slso alternatively switch
> >> to PDS under the "General setup > Scheduler features" kernel-config
> >> menu, which is slightly better for throughput and "more correct"
> >> when many tasks have varying priorities - beefy workstation or
> >> server. BMQ is kind of simplistic (in an elegant way), but that's
> >> why it is so effective for low-end systems and desktops. Run iperf3
> >> over loopback (i.e. both server and client) to see the difference.
> >
> > Switched back to the default (called "CFS" I think.)
> >
> > BMQ has severe issues. When emerging something while I play a game
> > (either native or through wine-proton,) there's long lag spikes and
> > freezes. Even worse, there's bugs like the system completely hanging
> > on shutdown, or "umount" hanging with 100% CPU use by two kernel
> > threads.
>
> Can you try booting with psi=0 and check if that helps? There's a known
> bad interaction with the PSI (Pressure Stall Information) mechanism,
> which is active by default in many kernel configs. The latest version
> of the BMQ patch makes sure to turn it off, you may not have that version
> yet. BMQ (and PDS) works fine and has done so for quite a while.
>
> -h
>
>


[gentoo-user] Re: Activating BMQ CPU Scheduler

2023-05-01 Thread Holger Hoffstätte

On 2023-05-01 22:24, Nikos Chantziaras wrote:

On 26/04/2023 23:06, Holger Hoffstätte wrote:

On 2023-04-26 18:15, Nikos Chantziaras wrote:

So I wanted to try the BMQ scheduler in gentoo-sources. Is just
enabling it in the kernel build all that's needed? I did so,
booted, and:

$ dmesg | grep -i bmq [0.100284] sched/bmq: BMQ CPU Scheduler
v6.1-r4 by Alfred Chen.

That's all and it's in use now? Or do I need to toggle anything
else?


That's all you need to do, right. You can slso alternatively switch
to PDS under the "General setup > Scheduler features" kernel-config
menu, which is slightly better for throughput and "more correct"
when many tasks have varying priorities - beefy workstation or
server. BMQ is kind of simplistic (in an elegant way), but that's
why it is so effective for low-end systems and desktops. Run iperf3
over loopback (i.e. both server and client) to see the difference.


Switched back to the default (called "CFS" I think.)

BMQ has severe issues. When emerging something while I play a game
(either native or through wine-proton,) there's long lag spikes and
freezes. Even worse, there's bugs like the system completely hanging
on shutdown, or "umount" hanging with 100% CPU use by two kernel
threads.


Can you try booting with psi=0 and check if that helps? There's a known
bad interaction with the PSI (Pressure Stall Information) mechanism,
which is active by default in many kernel configs. The latest version
of the BMQ patch makes sure to turn it off, you may not have that version
yet. BMQ (and PDS) works fine and has done so for quite a while.

-h



[gentoo-user] Re: Activating BMQ CPU Scheduler

2023-05-01 Thread Nikos Chantziaras

On 26/04/2023 23:06, Holger Hoffstätte wrote:

On 2023-04-26 18:15, Nikos Chantziaras wrote:
So I wanted to try the BMQ scheduler in gentoo-sources. Is just 
enabling it in the kernel build all that's needed? I did so, booted, and:


   $ dmesg | grep -i bmq
   [    0.100284] sched/bmq: BMQ CPU Scheduler v6.1-r4 by Alfred Chen.

That's all and it's in use now? Or do I need to toggle anything else?


That's all you need to do, right. You can slso alternatively switch to 
PDS under
the "General setup > Scheduler features" kernel-config menu, which is 
slightly better
for throughput and "more correct" when many tasks have varying 
priorities - beefy

workstation or server.
BMQ is kind of simplistic (in an elegant way), but that's why it is so 
effective

for low-end systems and desktops.
Run iperf3 over loopback (i.e. both server and client) to see the 
difference.


Switched back to the default (called "CFS" I think.)

BMQ has severe issues. When emerging something while I play a game 
(either native or through wine-proton,) there's long lag spikes and 
freezes. Even worse, there's bugs like the system completely hanging on 
shutdown, or "umount" hanging with 100% CPU use by two kernel threads.





[gentoo-user] Re: Activating BMQ CPU Scheduler

2023-04-26 Thread Holger Hoffstätte

On 2023-04-26 18:15, Nikos Chantziaras wrote:

So I wanted to try the BMQ scheduler in gentoo-sources. Is just enabling it in 
the kernel build all that's needed? I did so, booted, and:

   $ dmesg | grep -i bmq
   [    0.100284] sched/bmq: BMQ CPU Scheduler v6.1-r4 by Alfred Chen.

That's all and it's in use now? Or do I need to toggle anything else?


That's all you need to do, right. You can slso alternatively switch to PDS under
the "General setup > Scheduler features" kernel-config menu, which is slightly 
better
for throughput and "more correct" when many tasks have varying priorities - 
beefy
workstation or server.
BMQ is kind of simplistic (in an elegant way), but that's why it is so effective
for low-end systems and desktops.
Run iperf3 over loopback (i.e. both server and client) to see the difference.

cheers
Holger