Re: system monitors and SMP on FreeBSD

2006-03-30 Thread Marco Beishuizen
On stardate Thu, 30 Mar 2006, the wise pete wright entered:

> On 3/30/06, Marco Beishuizen <[EMAIL PROTECTED]> wrote:
> >
> > Hi,
> >
> > Is there a system monitor for freebsd that supports SMP? I've tried some
> > (gkrellm, xosview, xsysinfo) but they all show only one cpu. Or is there a
> > way to enable SMP in these monitors?
> >
> 
> if you have an SMP kernel, and multiple CPU's systat will should show
> load on a per-cpu basis.  xosview should as well, although i'm not
> sure how you compiled/installed it.

I have a SMP kernel (dmesg shows 4 cpu's because of hyperthreading). Systat 
shows all cpu's but as a system monitor I like xosview more :)

I installed xosview from the ports but couldn't find an option to enable 
smp.

Marco

-- 
Liar, n.:
A lawyer with a roving commission.
-- Ambrose Bierce, "The Devil's Dictionary"
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: system monitors and SMP on FreeBSD

2006-03-30 Thread pete wright
On 3/30/06, Marco Beishuizen <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> Is there a system monitor for freebsd that supports SMP? I've tried some
> (gkrellm, xosview, xsysinfo) but they all show only one cpu. Or is there a
> way to enable SMP in these monitors?
>

if you have an SMP kernel, and multiple CPU's systat will should show
load on a per-cpu basis.  xosview should as well, although i'm not
sure how you compiled/installed it.

-p

--
~~o0OO0o~~
Pete Wright
www.nycbug.org
NYC's *BSD User Group
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


system monitors and SMP on FreeBSD

2006-03-30 Thread Marco Beishuizen

Hi,

Is there a system monitor for freebsd that supports SMP? I've tried some 
(gkrellm, xosview, xsysinfo) but they all show only one cpu. Or is there a 
way to enable SMP in these monitors?

Thanks,

Marco

-- 
If you're going to walk on thin ice, you might as well dance.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: SMP on FreeBSD...

2004-04-07 Thread Mike Maltese
> What modifications do I need to make to the GENERIC configuration to 
> enable a second CPU?

With FreeBSD <= 5.1, you need to add:

optionsSMP
optionsAPIC_IO

5.2's GENERIC kernel is SMP ready.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


SMP on FreeBSD...

2004-04-07 Thread Tom Karnes
What modifications do I need to make to the GENERIC configuration to 
enable a second CPU?

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


Re: SMP on FreeBSD 4.9

2004-03-26 Thread Jason Williams

You could run top and watch the C column, which shows which particular CPU
is being used by a process.
This is quite interesting. After rebuilding my kernel for SMP support, I 
noticed the load average went up slightly.
Is that normal?

Right now, the system is being tested as a mail gateway server, running 
sendmail, mailscanner, SpamAssassin and clamav.

Before I did the recompile, my load average was low, almost zero. It is 
showing a load average of around 0.02 now...Not much, but interesting.

Any ideas?

Jason 

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


Re: SMP on FreeBSD 4.9

2004-03-26 Thread Breno Colom
03/26/2004 12:49PM, Jason Williams wrote:

> Also, how can I do some testing to ensure both CPU's are being utilized.
> 

You could run top and watch the C column, which shows which particular CPU
is being used by a process.


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


SMP on FreeBSD 4.9

2004-03-26 Thread Jason Williams
Good morning everyone.

I has a couple of quick questions regarding taking advantage of dual 
processors on a server that I have for our company. Now, i've never setup a 
FreeBSD box on a system that has 2 CPU's so this is my first shot at it.

Following the handbook, I recompiled my kernel with support for SMP. After 
a quick reboot, I took a look at dmesg and here is what I see:

CPU: Intel Pentium III (996.85-MHz 686-class CPU)
  Origin = "GenuineIntel"  Id = 0x68a  Stepping = 10
  
Features=0x383fbff
real memory  = 2147401728 (2097072K bytes)
avail memory = 2086166528 (2037272K bytes)
APIC_IO: MP table broken: 8259->APIC entry missing!
Programming 16 pins in IOAPIC #0
IOAPIC #0 intpin 2 -> irq 0
Programming 16 pins in IOAPIC #1
FreeBSD/SMP: Multiprocessor motherboard: 2 CPUs
 cpu0 (BSP): apic id:  3, version: 0x00040011, at 0xfee0
 cpu1 (AP):  apic id:  0, version: 0x00040011, at 0xfee0
 io0 (APIC): apic id: 14, version: 0x000f0011, at 0xfec0
 io1 (APIC): apic id: 13, version: 0x000f0011, at 0xfec01000
Preloaded elf kernel "kernel" at 0xc0551000.
Pentium Pro MTRR support enabled
It looks like it is working for 2 CPU's, but what is that entry where the 
line starts with APIC_IO...?

Also, how can I do some testing to ensure both CPU's are being utilized.

I appreciate the help.

Jason

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


Re: SMP on FreeBSD 5.2.1

2004-03-18 Thread kybu

MM> It looks FreeBSD detects both my processors from dmesg,
MM> but I've noticed that top and slmon don't show both
MM> processors.  Is this a problem with top or slmon?
MM> Should I be using a different tool to monitor the
MM> processors?

MM> CPU: Intel Pentium III Xeon (794.66-MHz 686-class CPU)
MM>Origin = "GenuineIntel"  Id = 0x683  Stepping = 3

MM> FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs
MM>   cpu0 (BSP): APIC ID:  0
MM>   cpu1 (AP): APIC ID:  1

Do you have a column named 'C' in the top listing? It shows on which
processor is process running.


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


SMP on FreeBSD 5.2.1

2004-03-18 Thread Michael Madden
It looks FreeBSD detects both my processors from dmesg,
but I've noticed that top and slmon don't show both
processors.  Is this a problem with top or slmon?
Should I be using a different tool to monitor the
processors?
CPU: Intel Pentium III Xeon (794.66-MHz 686-class CPU)
  Origin = "GenuineIntel"  Id = 0x683  Stepping = 3
FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs
 cpu0 (BSP): APIC ID:  0
 cpu1 (AP): APIC ID:  1
Thanks,
Mike
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"