Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Find out how many CPUs ?

Re: Find out how many CPUs ?

From: klabu <klabu76_at_gmail.com>
Date: 29 Sep 2006 11:35:09 -0700
Message-ID: <1159554909.202669.29900@m7g2000cwm.googlegroups.com>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US