lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 28 Dec 2017 14:23:33 +0100
From:   Mike Galbraith <efault@....de>
To:     Pavel Machek <pavel@....cz>, Thomas Gleixner <tglx@...utronix.de>,
        kernel list <linux-kernel@...r.kernel.org>
Cc:     mingo@...hat.com, hpa@...or.com, x86@...nel.org,
        peterz@...radead.org
Subject: Re: niced tasks on SMT system

On Thu, 2017-12-28 at 13:10 +0100, Pavel Machek wrote:
> Hi!
> 
> Ok, so I'm compiling, and I'd like to run a flight simulator.
> 
> Flightgear normally does 20fps on my system... kinda low but playable.
> 
> I have reniced make -j 5 fo kernel running. Scheduler gives 100% of
> one of CPUs to Flightgear (good), but the smt sibling is used by the
> compilation, and I'm down to 9 fps. Not good.
> 
> Even with single-threaded make, I have 10-13fps.
> 
> Is there way to learn which CPUs are SMT siblings?

cat /sys/devices/system/cpu/cpu{N}/topology/thread_siblings

> Is there way to disable SMT during runtime?

You could offline them, but wouldn't it be better to tell each which
CPUs they can use, or perhaps partition your box with cpusets?

> Can I do something to improve Flightgear performance and still do
> compilation?

Sure, run everything associated with your game as RT, and everything
not game gets the leftover cycles.  If there are none, box will
 throttle RT to save itself from it's psycho :) driver and you'll know
that you need a bigger box. (it's likely your phone)

Oh yeah, echo NO_RT_RUNTIME_SHARE > /sys/kernel/debug/sched_features
before you try that, otherwise the throttle won't help.

	-Mike

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ