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

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

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

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...

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

SMP on FreeBSD 4.9

2004-03-26 Thread Jason Williams
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

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

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

SMP on FreeBSD 5.2.1

2004-03-18 Thread Michael Madden
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

Re: SMP on FreeBSD 5.2.1

2004-03-18 Thread kybu
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

SMP for FreeBSD

2003-07-12 Thread Jamie
I have a dual processor system and I am running version 4.8 RELEASE. In order to take advantage of both processors, do I need to do anything special when I compile software, like Sendmail? Or, does FreeBSD handle that itself? - Jamie A friend is someone who lets you have

Re: SMP for FreeBSD

2003-07-12 Thread Herbert Wolverson
On Sat, Jul 12, 2003 at 04:40:53PM -0500, Jamie wrote: I have a dual processor system and I am running version 4.8 RELEASE. In order to take advantage of both processors, do I need to do anything special when I compile software, like Sendmail? Or, does FreeBSD handle that itself? As