Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Find out how many CPUs ?
Charles Hooper wrote:
> V$OSSTAT:
Thanks for the code.
So I get the follwing:
CPUS CPU_CORES BUSY_TIME IDLE_TIME BUSY_DAYS IDLE_DAYS ---------- ---------- ---------- ---------- ---------- ----------
4 1 2453880159 1929529093 71.0034768 55.8312816
I also did this:
SQL> show parameter cpu
NAME VALUE -------------------------- ------------------------------ cpu_count 4 parallel_threads_per_cpu 2
So does that mean if I ask the DBA or Solaris admin : "How many (physical) processors on this Oracle server ?" - answer SHOULD be "ONE" ? Received on Fri Sep 29 2006 - 13:35:09 CDT
![]() |
![]() |