Thread: Multi cores
View Single Post
  #5   (View Single Post)  
Old 24th October 2014
Oko's Avatar
Oko Oko is offline
Rc.conf Instructor
 
Join Date: May 2008
Location: Kosovo, Serbia
Posts: 1,102
Default

Quote:
Originally Posted by philo_neo71 View Post
Hi,
I have intalled netBSD 6.1 on Bi quad cores Opteron 2347, when i open the system monitor i see only one cpu, i've 8 cpu, how to activate all cpu on this machine ?
I have compiled an new kernel but not changes !

Regards
Philippe
What is a system monitor? I have never heard of it. To see the number of CPUs something like this should work (I don't use NetBSD so not 100%)
Code:
# sysctl hw.ncpu
On OpenBSD this shows you the number of CPUs seeing by kernel. Have you tried using top? On some BSDs like OpenBSD top will immediately display separately all CPUs. On some systems like OpenBSD top will display per-cpu CPU usage statistics. On some systems like FreeBSD and DragonFly BSD you will need to use switch -P

Code:
# top -P
Reply With Quote