Re: It's top shows wrong load percent?

2007-08-23 Thread [EMAIL PROTECTED]
On 22/08/07, Nguyen Tam Chinh <[EMAIL PROTECTED]> wrote:
. . .
> vmstat -i shows that some kind of irq0: clk has a maximum value of
> 1000. Does this matter?
. . .

I can't really help with your other problems, but:
no, on a 2GHz machine 1000 is a fine value for
that.

In case you were curious, it can be set at boot-time
via a "kern.hz=" line in your /boot/loader.conf.

-- 
--
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: It's top shows wrong load percent?

2007-08-22 Thread Nguyen Tam Chinh
On 8/23/07, Chuck Swiger <[EMAIL PROTECTED]> wrote:
> On Aug 22, 2007, at 2:34 AM, Nguyen Tam Chinh wrote:
> > Please advice how to debug this overload problem.
> > Thank you very much!
> >
> > --
> > %top
> > last pid: 12901;  load averages:  8.68,  8.65,  8.65up 1
> > +20:44:06  04:15:12
> > 1438 processes:9 running, 1429 sleeping
>
> Look at the number of processes you've got-- most likely you've got
> some scripts leaving zombie processes around, or one of the server
> programs you are running isn't cleaning up after it's children
> properly.  Do a "ps aux" and look for excessive numbers of processes

Thank you for your reply, we actually initialized over 1200 python
threads on each server. I'll try to low down the thread number for
tracking the problem.

-- 
With best regards,| The Power to Serve
Nguyen Tam Chinh  |  http://www.FreeBSD.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: It's top shows wrong load percent?

2007-08-22 Thread Chuck Swiger

On Aug 22, 2007, at 2:34 AM, Nguyen Tam Chinh wrote:

Please advice how to debug this overload problem.
Thank you very much!

--
%top
last pid: 12901;  load averages:  8.68,  8.65,  8.65up 1 
+20:44:06  04:15:12

1438 processes:9 running, 1429 sleeping


Look at the number of processes you've got-- most likely you've got  
some scripts leaving zombie processes around, or one of the server  
programs you are running isn't cleaning up after it's children  
properly.  Do a "ps aux" and look for excessive numbers of processes


--
-Chuck

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"