All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@digeo.com>
To: Roe Peterson <roe@petcom.com>,
	linux-laptop@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: dell precision m50 _very_ slow paging/swapping
Date: Sat, 11 Jan 2003 10:12:55 -0800	[thread overview]
Message-ID: <200301111012.55150.akpm@digeo.com> (raw)
In-Reply-To: <3E203A45.B590F101@petcom.com>

On Sat January 11 2003 07:37, Roe Peterson wrote:
>
> Although Dell doesn't consider the precision M50 a laptop (it's a
> "portable workstation"), this list
> looks like a good place to start :-)
>
> I'm having a big problem with a brand-new M50.  The symptoms persist
> whether I try Redhat 7.3
> or 8.0.
>
> Generally, everything is fine, right up to the time the machine starts
> paging out to disk.  Then, the
> system essentially grinds to a halt.
>

You'd need to determine whether the CPU is busy or idle when this is
happening.

If it's busy, profile the kernel:

- boot with "profile=1" on the kernel command line

-
	readprofile -r
	<do something>
	readprofile -v -m /boot/System.map | sort -n +2 | tail -40

It it's not busy, then:

while true
do
	ps axl | grep ' D '
	sleep 1
done &
<do something>




  reply	other threads:[~2003-01-11 18:12 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-01-11 15:37 dell precision m50 _very_ slow paging/swapping Roe Peterson
2003-01-11 18:12 ` Andrew Morton [this message]
2003-01-12 11:09   ` Andrew McGregor
2003-01-11 19:15 ` Joel Jaeggli

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200301111012.55150.akpm@digeo.com \
    --to=akpm@digeo.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-laptop@vger.kernel.org \
    --cc=roe@petcom.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.