Re: Very very slow

2004-09-28 Thread Albert Shih
 Le 27/09/2004 à 19:14:57-0500, Kevin D. Kinsey, DaleCo, S.P. a écrit
 Kris Kennaway wrote:
 
 On Mon, Sep 27, 2004 at 10:16:38AM +0200, Albert Shih wrote:
  
 
 32 sec to do
 
 cd /usr/src
 time find . -type f -print  /dev/null
 
 and on other computer I just need 0.8 sec to do that.

 
 
 I don't believe that, unless you already have all of /usr/src in
 cache.  32 seconds seems quite normal for searching and reading ~55000
 directory entries (on the machine I just tried it took 42 seconds).

Anyway, but on this computer I need  ~ 10 hours to do make buildworld,
and I think.it's verrryyy long.

Regards.

--
Albert SHIH
Universite de Paris 7 (Denis DIDEROT)
U.F.R. de Mathematiques.
Heure local/Local time:
Tue Sep 28 10:06:54 CEST 2004
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Very very slow

2004-09-28 Thread Vulpes Velox
On Tue, 28 Sep 2004 10:08:01 +0200
Albert Shih [EMAIL PROTECTED] wrote:

  Le 27/09/2004 à 19:14:57-0500, Kevin D. Kinsey, DaleCo, S.P. a
  écrit
  Kris Kennaway wrote:
  
  On Mon, Sep 27, 2004 at 10:16:38AM +0200, Albert Shih wrote:
   
  
32 sec to do
  
  cd /usr/src
  time find . -type f -print  /dev/null
  
  and on other computer I just need 0.8 sec to do that.
 
  
  
  I don't believe that, unless you already have all of /usr/src in
  cache.  32 seconds seems quite normal for searching and reading
  ~55000 directory entries (on the machine I just tried it took 42
  seconds).
 
 Anyway, but on this computer I need  ~ 10 hours to do make
 buildworld, and I think.it's verrryyy long.

The current mailing list may be useful as well as possibly waiting two
weeks or so for 5.3 to become stable.

Also dmesg could possibly be handy too.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Very very slow

2004-09-27 Thread Kevin D. Kinsey, DaleCo, S.P.
Kris Kennaway wrote:
On Mon, Sep 27, 2004 at 10:16:38AM +0200, Albert Shih wrote:
 

32 sec to do
cd /usr/src
time find . -type f -print  /dev/null
and on other computer I just need 0.8 sec to do that.
   

I don't believe that, unless you already have all of /usr/src in
cache.  32 seconds seems quite normal for searching and reading ~55000
directory entries (on the machine I just tried it took 42 seconds).
Kris
 

Hmm.  Didn't take that long here. 

Celeron 2.4, 768MB DDR, full src
(enough to buildworld on 5.2.1-p3, anyway):
[EMAIL PROTECTED] [/usr/src] [19:10]
% sudo time find . -type f -print  /dev/null
   3.60 real 0.34 user 1.86 sys
KDK
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Very very slow

2004-09-27 Thread Kris Kennaway
On Mon, Sep 27, 2004 at 07:14:57PM -0500, Kevin D. Kinsey, DaleCo, S.P. wrote:
 Kris Kennaway wrote:
 
 On Mon, Sep 27, 2004 at 10:16:38AM +0200, Albert Shih wrote:
  
 
 32 sec to do
 
 cd /usr/src
 time find . -type f -print  /dev/null
 
 and on other computer I just need 0.8 sec to do that.

 
 
 I don't believe that, unless you already have all of /usr/src in
 cache.  32 seconds seems quite normal for searching and reading ~55000
 directory entries (on the machine I just tried it took 42 seconds).
 
 Kris
  
 
 
 Hmm.  Didn't take that long here. 
 
 Celeron 2.4, 768MB DDR, full src
 (enough to buildworld on 5.2.1-p3, anyway):
 
 [EMAIL PROTECTED] [/usr/src] [19:10]
 % sudo time find . -type f -print  /dev/null
 
3.60 real 0.34 user 1.86 sys

I can only reproduce those kind of numbers when everything is already
cached:

 /usr/bin/time find /usr/src/ -type f -print  /dev/null
   45.28 real 0.30 user 1.51 sys
 /usr/bin/time find /usr/src/ -type f -print  /dev/null
1.34 real 0.26 user 1.07 sys

If your system is quiet, /usr/src may still be cached from the last
nightly run of locate.updatedb.

Try running the test from single-user mode after the system has just
been rebooted.

Kris


pgputX4nAnkg8.pgp
Description: PGP signature


RE: Very very slow

2004-09-24 Thread Sheets, Jason (OZ CEEDR)
What type of SCSI controller are you using, was performance always very
slow or has it just started recently, there isn't a lot of information
in your message but it sounds a lot like a hardware issue to me though
it could also be misconfiguration.

Check /var/log and see if there are any error messages that explain it,
are you certain you aren't experiencing failing hardware?

Also is CPU utilization abnormally high, try running some disk benchmark
utilities or otherwise measure I/O performance.

Are you running a custom kernel, if so does it perform differently with
the GENERIC kernel?

There are any number of things on the hardware or software side that can
manifest as performance problems.

Jason
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:owner-freebsd-
 [EMAIL PROTECTED] On Behalf Of Albert Shih
 Sent: Friday, September 24, 2004 8:10 AM
 To: [EMAIL PROTECTED]
 Subject: Very very slow
 
 Hi
 
 I've very strange problem:
 
   On a bi-pro Xeon 2.4 Ghz, 2 Go Ram, 36 SCSI-3 disk.
 
 With Linux RH 9 everything work fine. But with FreeBSD 5.2.1 the
server is
 very very very slow. For example make buildworld use ~10 hours
 
 I've another server with approx same hardware (same motherboard but
with
 integrated scsi chipset) on FreeBSD 5.2.1 and everthing work fine.
 
 Anyone have a idea ?
 
 Regards.
 
 
 
 --
 Albert SHIH
 Universite de Paris 7 (Denis DIDEROT)
 U.F.R. de Mathematiques.
 Heure local/Local time:
 Fri Sep 24 16:01:54 CEST 2004
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-
 [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]