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] [day] [month] [year] [list]
Message-ID: <2c0942db0802281154y3176e847g8b9a4091df5cc8af@mail.gmail.com>
Date:	Thu, 28 Feb 2008 11:54:04 -0800
From:	"Ray Lee" <ray-lk@...rabbit.org>
To:	"Carlos R. Mafra" <crmafra2@...il.com>
Cc:	linux-kernel@...r.kernel.org, "Ingo Molnar" <mingo@...e.hu>
Subject: Re: Interactivity issue in 2.6.25-rc3

On Thu, Feb 28, 2008 at 11:18 AM, Ingo Molnar <mingo@...e.hu> wrote:
>
>  * Carlos R. Mafra <crmafra2@...il.com> wrote:
>
>  > I want to report a bad interactivity which happened in my desktop
>  > running the latest kernel (2.6.25-rc3-00081-g7704a8b).
>  >
>  > I tried to play 'flightgear' and the desktop became _very_ slow while
>  > flightgear was "loading scenery objects" (a task which never finished
>  > and I could not play it).
>  >
>  > The desktop is a P4 @ 3.0 GHz, 512MB, with the nv graphics driver.
>
>  yes, but this means you run the soft-3D driver under Xorg, right? That
>  is known to starve its clients. The stats you sent show no worse than a
>  few tens of msecs delays caused by CPU scheduling itself:
>
>   mrxvt (3730, #threads: 1)
>   se.wait_max                        :            18.679129
>
>  so the scheduler kept things within the ~40 msecs default latency
>  target:
>
>   .sysctl_sched_latency                    : 40.000000

[...]

>> As I have the group scheduler enabled, I tried to run flightgear as
>> root to see what happens

Also, please try disabling the group scheduler and run the test again.
The group scheduler has known bad interactivity issues. Also be on the
watch for any abnormally high disk activity, to rule out starvation
due to the kernel choosing poor candidates for swap-in/swap-out.
(Running a vmstat 1 in a console ahead of time and watching for high
IO Wait -- the last column printed -- will give you a good indicator
other than the drive LED.)

Ray
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ