EM13c : Ash Analytics Graphs Display Wrong Max CPU Threads/Cores
(Doc ID 2791193.1)
Last updated on APRIL 06, 2023
Applies to:
Enterprise Manager for Oracle Database - Version 13.3.2.0.0 to 13.4.1.0.0 [Release 13c]Information in this document applies to any platform.
Symptoms
In Enterprise Manager (EM) Cloud Control, The Ash Analytics graphs display the Max CPU Threads/Cores value wrongly.
Database home page shows the correct value.
For Example:
select value from v$osstat where stat_name = 'NUM_CPU_CORES';
VALUE
----------
8
SQL> select stat_name,value,comments from v$osstat where stat_name like 'NUM%';
STAT_NAME VALUE COMMENTS
-------------------- ---------- ------------------------------
NUM_CPUS 16 Number of active CPUs
NUM_CPU_CORES 8 Number of CPU cores
NUM_CPU_SOCKETS 2 Number of physical CPU sockets
Query from omc_ash_viewer.sql returns the correct value but still performance hub shows wrong value.
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |