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:	Sun, 6 Aug 2006 03:15:12 -0700
From:	Andrew Morton <akpm@...l.org>
To:	Matthias Dahl <mlkernel@...tal-soul.de>
Cc:	linux-kernel@...r.kernel.org
Subject: Re: sluggish system responsiveness under higher IO load

On Sun, 6 Aug 2006 12:00:37 +0200
Matthias Dahl <mlkernel@...tal-soul.de> wrote:

> Since I bought my current system, I have experienced sluggish system 
> responsiveness when the IO load increases to a certain point.
> 
> For example: when I emerge (gentoo system) new kernel sources, during the 
> untar process of the archive, Xorg gets sluggish, meaning you can sometimes 
> see the entire desktop or windows repainting or the mouse pointer jumps 
> around. From time to time, depending on the IO load, even typing in the 
> console doesn't respond right away.
> 
> I opened a thread in the gentoo support forum for amd64 which brought some 
> details to light: it doesn't seem to be a nforce4 or amd64 related problem, 
> because other people on newer intel based systems run into exactly the same 
> problems. It looks like a general sata issue. Here a link to the thread:
> 
>    http://forums.gentoo.org/viewtopic-t-482731.html

I'd suggest that you generate a kernel profile while the sluggishness is
happening.

Boot with "profile=1" on the kernel boot command line.  Then run:

readprofile -r
do-sluggish-thing
readprofile -n -v -m /boot/System.map | sort -n -k 3 | tail -40


Or, better-but-more-complex: oprofile.
-
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