All of lore.kernel.org
 help / color / mirror / Atom feed
* dell precision m50 _very_ slow paging/swapping
@ 2003-01-11 15:37 Roe Peterson
  2003-01-11 18:12 ` Andrew Morton
  2003-01-11 19:15 ` Joel Jaeggli
  0 siblings, 2 replies; 4+ messages in thread
From: Roe Peterson @ 2003-01-11 15:37 UTC (permalink / raw)
  To: linux-laptop, linux-kernel


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.

The paging activity eventually gets done, and, once things are running
in RAM, the machine flies.

However, I've seen starting mozilla take ~45 seconds, and starting vi
take 15!!!

This machine:

    1.8Ghz Pentium 4 Pro Mobile CPU
    256MB RAM
    40 GB hard drive (userland benchmarks look good - 16-18 MB/sec
transfer rates)
    nVidia Quadro 4 GoGl video
    PIIX4 EIDE chipset
    i810 compatible sound
    Latest BIOS upgrade from Dell (A07)

I see the same result with redhat 7.3 and 8.0.

I've even disabled the PIIX support in the kernel, on the theory that
something in the IDE
subsystem was responsible - no change, except (as expected) user mode
disk IO slowed down
somewhat.

I freely admit I'm confused.

Dell support is:
    1 - extremely frustrating
    2 - totally useless

And I don't even want to talk about Redhat.

Can anyone point me at a theory, even??




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: dell precision m50 _very_ slow paging/swapping
  2003-01-11 15:37 dell precision m50 _very_ slow paging/swapping Roe Peterson
@ 2003-01-11 18:12 ` Andrew Morton
  2003-01-12 11:09   ` Andrew McGregor
  2003-01-11 19:15 ` Joel Jaeggli
  1 sibling, 1 reply; 4+ messages in thread
From: Andrew Morton @ 2003-01-11 18:12 UTC (permalink / raw)
  To: Roe Peterson, linux-laptop, linux-kernel

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>




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: dell precision m50 _very_ slow paging/swapping
  2003-01-11 15:37 dell precision m50 _very_ slow paging/swapping Roe Peterson
  2003-01-11 18:12 ` Andrew Morton
@ 2003-01-11 19:15 ` Joel Jaeggli
  1 sibling, 0 replies; 4+ messages in thread
From: Joel Jaeggli @ 2003-01-11 19:15 UTC (permalink / raw)
  To: Roe Peterson; +Cc: linux-laptop

hi, 

which of the redhat kernels are you running on it? the m50 shares most 
of it's components with the inspiron 8200/4150 and latitude c640.

joelja

On Sat, 11 Jan 2003, 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.
> 
> The paging activity eventually gets done, and, once things are running
> in RAM, the machine flies.
> 
> However, I've seen starting mozilla take ~45 seconds, and starting vi
> take 15!!!
> 
> This machine:
> 
>     1.8Ghz Pentium 4 Pro Mobile CPU
>     256MB RAM
>     40 GB hard drive (userland benchmarks look good - 16-18 MB/sec
> transfer rates)
>     nVidia Quadro 4 GoGl video
>     PIIX4 EIDE chipset
>     i810 compatible sound
>     Latest BIOS upgrade from Dell (A07)
> 
> I see the same result with redhat 7.3 and 8.0.
> 
> I've even disabled the PIIX support in the kernel, on the theory that
> something in the IDE
> subsystem was responsible - no change, except (as expected) user mode
> disk IO slowed down
> somewhat.
> 
> I freely admit I'm confused.
> 
> Dell support is:
>     1 - extremely frustrating
>     2 - totally useless
> 
> And I don't even want to talk about Redhat.
> 
> Can anyone point me at a theory, even??
> 
> 
> 
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
> 

-- 
-------------------------------------------------------------------------- 
Joel Jaeggli	      Academic User Services   joelja@darkwing.uoregon.edu    
--    PGP Key Fingerprint: 1DE9 8FCA 51FB 4195 B42A 9C32 A30D 121E      --
  In Dr. Johnson's famous dictionary patriotism is defined as the last
  resort of the scoundrel.  With all due respect to an enlightened but
  inferior lexicographer I beg to submit that it is the first.
	   	            -- Ambrose Bierce, "The Devil's Dictionary"



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: dell precision m50 _very_ slow paging/swapping
  2003-01-11 18:12 ` Andrew Morton
@ 2003-01-12 11:09   ` Andrew McGregor
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew McGregor @ 2003-01-12 11:09 UTC (permalink / raw)
  To: Andrew Morton, Roe Peterson, linux-laptop, linux-kernel

Have you tried hdparm to see if the disk is in a stupid mode and needs 
something (DMA most likely) switched on to perform?  Dell BIOSes often get 
this wrong.  idebus=66 on the kernel command line is appropriate too.

Andrew

--On Saturday, January 11, 2003 10:12:55 -0800 Andrew Morton 
<akpm@digeo.com> wrote:

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



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-01-12 11:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-11 15:37 dell precision m50 _very_ slow paging/swapping Roe Peterson
2003-01-11 18:12 ` Andrew Morton
2003-01-12 11:09   ` Andrew McGregor
2003-01-11 19:15 ` Joel Jaeggli

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.