* High load
@ 2006-01-05 9:49 Aniruddh Singh
2006-01-05 10:00 ` Con Kolivas
0 siblings, 1 reply; 10+ messages in thread
From: Aniruddh Singh @ 2006-01-05 9:49 UTC (permalink / raw)
To: linux
HI all,
I have one compaq server with 4 Intel(R) Xeon cpu's (3.1GHZ), 4GB RAM.
OS:- Fedora Core 2
Kernel:- 2.6.14
when i compile a new kernel, during th compilation process load goes
very high (10 and little above). i can not understand why does this
happen, while if i compile the same kernel on my P4 machine with 1GB ram
and 3GHZ, it remains under 3.
can somebody tell me what is wrong?
-
--
Regards
Aniruddh Singh
System Administrator
Monster.com India Pvt. Ltd.
FC 23, Block B, 1st Floor, Sector 16A
Film City Noida 201301 U.P.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: High load
2006-01-05 9:49 High load Aniruddh Singh
@ 2006-01-05 10:00 ` Con Kolivas
2006-01-05 11:08 ` Aniruddh Singh
2006-01-06 12:36 ` Aniruddh Singh
0 siblings, 2 replies; 10+ messages in thread
From: Con Kolivas @ 2006-01-05 10:00 UTC (permalink / raw)
To: Aniruddh Singh; +Cc: linux
On Thursday 05 January 2006 20:49, Aniruddh Singh wrote:
> HI all,
>
> I have one compaq server with 4 Intel(R) Xeon cpu's (3.1GHZ), 4GB RAM.
> OS:- Fedora Core 2
> Kernel:- 2.6.14
>
> when i compile a new kernel, during th compilation process load goes
> very high (10 and little above). i can not understand why does this
> happen, while if i compile the same kernel on my P4 machine with 1GB ram
> and 3GHZ, it remains under 3.
>
> can somebody tell me what is wrong?
> -
Sounds suspiciously like DMA is not working on your drives. Check your dmesg
logs and what hdparm returns.
Con
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: High load
2006-01-05 10:00 ` Con Kolivas
@ 2006-01-05 11:08 ` Aniruddh Singh
2006-01-06 12:36 ` Aniruddh Singh
1 sibling, 0 replies; 10+ messages in thread
From: Aniruddh Singh @ 2006-01-05 11:08 UTC (permalink / raw)
To: Con Kolivas; +Cc: linux
Hi,
hdparm -tT /dev/cciss/c0d0p2 returns the following
/dev/cciss/c0d0p2:
Timing buffer-cache reads: 2660 MB in 2.00 seconds = 1329.92 MB/sec
Timing buffered disk reads: 248 MB in 3.00 seconds = 82.55 MB/sec
if i try to hdparm -I /dev/cciss/c0d0 it returns
/dev/cciss/c0d0:
operation not supported on SCSI disks
Do i need to installed sdparm and modify some settings?
On Thu, 2006-01-05 at 21:00 +1100, Con Kolivas wrote:
> On Thursday 05 January 2006 20:49, Aniruddh Singh wrote:
> > HI all,
> >
> > I have one compaq server with 4 Intel(R) Xeon cpu's (3.1GHZ), 4GB RAM.
> > OS:- Fedora Core 2
> > Kernel:- 2.6.14
> >
> > when i compile a new kernel, during th compilation process load goes
> > very high (10 and little above). i can not understand why does this
> > happen, while if i compile the same kernel on my P4 machine with 1GB ram
> > and 3GHZ, it remains under 3.
> >
> > can somebody tell me what is wrong?
> > -
>
> Sounds suspiciously like DMA is not working on your drives. Check your dmesg
> logs and what hdparm returns.
>
> Con
--
Regards
Aniruddh Singh
System Administrator
Monster.com India Pvt. Ltd.
FC 23, Block B, 1st Floor, Sector 16A
Film City Noida 201301 U.P.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: High load
2006-01-05 10:00 ` Con Kolivas
2006-01-05 11:08 ` Aniruddh Singh
@ 2006-01-06 12:36 ` Aniruddh Singh
2006-01-06 12:57 ` Arjan van de Ven
1 sibling, 1 reply; 10+ messages in thread
From: Aniruddh Singh @ 2006-01-06 12:36 UTC (permalink / raw)
To: Con Kolivas; +Cc: linux
Hi,
there is a raid 0 and raid controller is Smart Array 64xx (rev 01)
hdparm -tT /dev/cciss/c0d0p2 returns the following
/dev/cciss/c0d0p2:
Timing buffer-cache reads: 2660 MB in 2.00 seconds = 1329.92 MB/sec
Timing buffered disk reads: 248 MB in 3.00 seconds = 82.55 MB/sec
if i try to hdparm -I /dev/cciss/c0d0 it returns
/dev/cciss/c0d0:
operation not supported on SCSI disks
On Thu, 2006-01-05 at 21:00 +1100, Con Kolivas wrote:
> On Thursday 05 January 2006 20:49, Aniruddh Singh wrote:
> > HI all,
> >
> > I have one compaq server with 4 Intel(R) Xeon cpu's (3.1GHZ), 4GB RAM.
> > OS:- Fedora Core 2
> > Kernel:- 2.6.14
> >
> > when i compile a new kernel, during th compilation process load goes
> > very high (10 and little above). i can not understand why does this
> > happen, while if i compile the same kernel on my P4 machine with 1GB ram
> > and 3GHZ, it remains under 3.
> >
> > can somebody tell me what is wrong?
> > -
>
> Sounds suspiciously like DMA is not working on your drives. Check your dmesg
> logs and what hdparm returns.
>
> Con
> -
> 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/
--
Regards
Aniruddh Singh
System Administrator
Monster.com India Pvt. Ltd.
FC 23, Block B, 1st Floor, Sector 16A
Film City Noida 201301 U.P.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: High load
2006-01-06 12:36 ` Aniruddh Singh
@ 2006-01-06 12:57 ` Arjan van de Ven
2006-01-06 15:46 ` Aniruddh Singh
0 siblings, 1 reply; 10+ messages in thread
From: Arjan van de Ven @ 2006-01-06 12:57 UTC (permalink / raw)
To: Aniruddh Singh; +Cc: Con Kolivas, linux
On Fri, 2006-01-06 at 18:06 +0530, Aniruddh Singh wrote:
> Hi,
>
> there is a raid 0 and raid controller is Smart Array 64xx (rev 01)
>
> hdparm -tT /dev/cciss/c0d0p2 returns the following
for measuring IO performance, I'd recommend tiobench over hdparm any day
( http://tiobench.sf.net )
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: High load
2006-01-06 12:57 ` Arjan van de Ven
@ 2006-01-06 15:46 ` Aniruddh Singh
2006-01-06 17:37 ` Arjan van de Ven
0 siblings, 1 reply; 10+ messages in thread
From: Aniruddh Singh @ 2006-01-06 15:46 UTC (permalink / raw)
To: Arjan van de Ven; +Cc: linux
On Fri, 2006-01-06 at 13:57 +0100, Arjan van de Ven wrote:
> On Fri, 2006-01-06 at 18:06 +0530, Aniruddh Singh wrote:
> > Hi,
> >
> > there is a raid 0 and raid controller is Smart Array 64xx (rev 01)
> >
> > hdparm -tT /dev/cciss/c0d0p2 returns the following
>
> for measuring IO performance, I'd recommend tiobench over hdparm any day
> ( http://tiobench.sf.net )
i will do it, can you please tell me why load goes high when i compile
kernel (10 and above)
>
>
--
Regards
Aniruddh Singh
System Administrator
Monster.com India Pvt. Ltd.
FC 23, Block B, 1st Floor, Sector 16A
Film City Noida 201301 U.P.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: High load
2006-01-06 15:46 ` Aniruddh Singh
@ 2006-01-06 17:37 ` Arjan van de Ven
2006-01-07 5:47 ` Aniruddh Singh
0 siblings, 1 reply; 10+ messages in thread
From: Arjan van de Ven @ 2006-01-06 17:37 UTC (permalink / raw)
To: Aniruddh Singh; +Cc: linux
On Fri, 2006-01-06 at 21:16 +0530, Aniruddh Singh wrote:
> On Fri, 2006-01-06 at 13:57 +0100, Arjan van de Ven wrote:
> > On Fri, 2006-01-06 at 18:06 +0530, Aniruddh Singh wrote:
> > > Hi,
> > >
> > > there is a raid 0 and raid controller is Smart Array 64xx (rev 01)
> > >
> > > hdparm -tT /dev/cciss/c0d0p2 returns the following
> >
> > for measuring IO performance, I'd recommend tiobench over hdparm any day
> > ( http://tiobench.sf.net )
>
> i will do it, can you please tell me why load goes high when i compile
> kernel (10 and above)
thats really odd, unless you do a "make -j", in which case of course
it's expected ;)
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: High load
2006-01-06 17:37 ` Arjan van de Ven
@ 2006-01-07 5:47 ` Aniruddh Singh
2006-01-07 5:48 ` Randy.Dunlap
0 siblings, 1 reply; 10+ messages in thread
From: Aniruddh Singh @ 2006-01-07 5:47 UTC (permalink / raw)
To: Arjan van de Ven; +Cc: linux
> > > for measuring IO performance, I'd recommend tiobench over hdparm any day
> > > ( http://tiobench.sf.net )
> >
> > i will do it, can you please tell me why load goes high when i compile
> > kernel (10 and above)
>
> thats really odd, unless you do a "make -j", in which case of course
> it's expected ;)
yes i always use make -j option ??
--
Regards
Aniruddh Singh
System Administrator
Monster.com India Pvt. Ltd.
FC 23, Block B, 1st Floor, Sector 16A
Film City Noida 201301 U.P.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: High load
2006-01-07 5:47 ` Aniruddh Singh
@ 2006-01-07 5:48 ` Randy.Dunlap
2006-01-09 4:35 ` Aniruddh Singh
0 siblings, 1 reply; 10+ messages in thread
From: Randy.Dunlap @ 2006-01-07 5:48 UTC (permalink / raw)
To: Aniruddh Singh; +Cc: arjan, linux-kernel
On Sat, 07 Jan 2006 11:17:09 +0530 Aniruddh Singh wrote:
>
> > > > for measuring IO performance, I'd recommend tiobench over hdparm any day
> > > > ( http://tiobench.sf.net )
> > >
> > > i will do it, can you please tell me why load goes high when i compile
> > > kernel (10 and above)
> >
> > thats really odd, unless you do a "make -j", in which case of course
> > it's expected ;)
> yes i always use make -j option ??
With or without a following integer?
See 'make help':
-j [N], --jobs[=N] Allow N jobs at once; infinite jobs with no arg.
so use make -j N to limit the number of makes/compiles etc.
or use 'make -j' to go ballistic.
---
~Randy
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: High load
2006-01-07 5:48 ` Randy.Dunlap
@ 2006-01-09 4:35 ` Aniruddh Singh
0 siblings, 0 replies; 10+ messages in thread
From: Aniruddh Singh @ 2006-01-09 4:35 UTC (permalink / raw)
To: Randy.Dunlap; +Cc: linux
On Fri, 2006-01-06 at 21:48 -0800, Randy.Dunlap wrote:
> On Sat, 07 Jan 2006 11:17:09 +0530 Aniruddh Singh wrote:
>
> >
> > > > > for measuring IO performance, I'd recommend tiobench over hdparm any day
> > > > > ( http://tiobench.sf.net )
> > > >
> > > > i will do it, can you please tell me why load goes high when i compile
> > > > kernel (10 and above)
> > >
> > > thats really odd, unless you do a "make -j", in which case of course
> > > it's expected ;)
> > yes i always use make -j option ??
>
> With or without a following integer?
make -j8, machine has 4 processor
>
> See 'make help':
> -j [N], --jobs[=N] Allow N jobs at once; infinite jobs with no arg.
>
> so use make -j N to limit the number of makes/compiles etc.
> or use 'make -j' to go ballistic.
>
> ---
> ~Randy
> -
> 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/
--
Regards
Aniruddh Singh
System Administrator
Monster.com India Pvt. Ltd.
FC 23, Block B, 1st Floor, Sector 16A
Film City Noida 201301 U.P.
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2006-01-09 4:29 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-05 9:49 High load Aniruddh Singh
2006-01-05 10:00 ` Con Kolivas
2006-01-05 11:08 ` Aniruddh Singh
2006-01-06 12:36 ` Aniruddh Singh
2006-01-06 12:57 ` Arjan van de Ven
2006-01-06 15:46 ` Aniruddh Singh
2006-01-06 17:37 ` Arjan van de Ven
2006-01-07 5:47 ` Aniruddh Singh
2006-01-07 5:48 ` Randy.Dunlap
2006-01-09 4:35 ` Aniruddh Singh
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®