From 4fd1abbe6fd8852f63f69bba4e3f6530ce325fbe Mon Sep 17 00:00:00 2001 From: Dongsheng Yang Date: Mon, 6 Apr 2020 12:56:01 -0400 Subject: [PATCH] modify target objective (db time) --- .../oracle/create_metric_settings.py | 4 +- .../metric_settings/oracle/oracle12.json | 7730 ++++--- .../postgres_9.6/create_metric_settings.py | 1 + server/website/website/db/base/parser.py | 2 +- .../website/db/oracle/target_objective.py | 97 +- .../website/fixtures/oracle-121_metrics.json | 2805 ++- .../website/fixtures/oracle-12_metrics.json | 17663 ++++++++++++++-- .../website/fixtures/oracle-19_metrics.json | 3767 +++- .../website/fixtures/postgres-96_metrics.json | 1596 +- .../website/migrations/0001_initial.py | 1 + server/website/website/models.py | 5 +- server/website/website/views.py | 11 + 12 files changed, 27398 insertions(+), 6284 deletions(-) diff --git a/server/website/script/fixture_generators/metric_settings/oracle/create_metric_settings.py b/server/website/script/fixture_generators/metric_settings/oracle/create_metric_settings.py index 162b04c..2b2f786 100644 --- a/server/website/script/fixture_generators/metric_settings/oracle/create_metric_settings.py +++ b/server/website/script/fixture_generators/metric_settings/oracle/create_metric_settings.py @@ -58,7 +58,8 @@ def create_settings(metric_data, dbms): if vartype in (2, 3): # Numeric (integer/real) if 'average' in name or name.endswith('current') or \ name.startswith('sysstat.session pga memory') or \ - name.startswith('sysstat.session uga memory'): + name.startswith('sysstat.session uga memory') or \ + name.endswith('wait_class#'): mettype = 3 # Statistic else: mettype = 1 # Counter - most common type of numeric metric @@ -73,6 +74,7 @@ def create_settings(metric_data, dbms): ('dbms', dbms), ('name', 'global.{}'.format(name)), ('vartype', vartype), + ('default', value), ('summary', summary), ('scope', 'global'), ('metric_type', mettype), diff --git a/server/website/script/fixture_generators/metric_settings/oracle/oracle12.json b/server/website/script/fixture_generators/metric_settings/oracle/oracle12.json index 77e0ba5..6f63caf 100644 --- a/server/website/script/fixture_generators/metric_settings/oracle/oracle12.json +++ b/server/website/script/fixture_generators/metric_settings/oracle/oracle12.json @@ -1,3430 +1,4302 @@ { - "global": {"global": { - "sys_time_model.background cpu time": "5120000", - "sys_time_model.background elapsed time": "11771385", - "sys_time_model.background im population cpu time": "0", - "sys_time_model.background im population elapsed time": "0", - "sys_time_model.background im prepopulation cpu time": "0", - "sys_time_model.background im prepopulation elapsed time": "0", - "sys_time_model.background im repopulation cpu time": "0", - "sys_time_model.background im repopulation elapsed time": "0", - "sys_time_model.background im trickle repopulation cpu time": "0", - "sys_time_model.background im trickle repopulation elapsed time": "0", - "sys_time_model.connection management call elapsed time": "128459", - "sys_time_model.db cpu": "24250000", - "sys_time_model.db time": "58242588", - "sys_time_model.failed parse (out of shared memory) elapsed time": "0", - "sys_time_model.failed parse elapsed time": "1158276", - "sys_time_model.hard parse (bind mismatch) elapsed time": "22643", - "sys_time_model.hard parse (sharing criteria) elapsed time": "3382259", - "sys_time_model.hard parse elapsed time": "5733482", - "sys_time_model.inbound pl/sql rpc elapsed time": "0", - "sys_time_model.java execution elapsed time": "0", - "sys_time_model.olap engine cpu time": "0", - "sys_time_model.olap engine elapsed time": "0", - "sys_time_model.parse time elapsed": "18716932", - "sys_time_model.pl/sql compilation elapsed time": "36486", - "sys_time_model.pl/sql execution elapsed time": "3641", - "sys_time_model.repeated bind elapsed time": "63120", - "sys_time_model.rman cpu time (backup/restore)": "0", - "sys_time_model.sequence load elapsed time": "1020", - "sys_time_model.sql execute elapsed time": "10823958", - "sys_time_model.tablespace encryption cpu time": "0", - "sys_time_model.tablespace encryption elapsed time": "0", - "sysstat.active txn count during cleanout": "147", - "sysstat.adg global flush": "0", - "sysstat.adg influx scn advance": "0", - "sysstat.adg parselock x get attempts": "0", - "sysstat.adg parselock x get successes": "0", - "sysstat.adg query scn advance": "0", - "sysstat.adg segment statistics defer invalidation": "0", - "sysstat.application wait time": "1986", - "sysstat.assm bg: segment fix monitor": "0", - "sysstat.assm bg:create segment fix task": "0", - "sysstat.assm bg:mark segment for fix": "0", - "sysstat.assm bg:slave compress block": "0", - "sysstat.assm bg:slave fix one segment": "0", - "sysstat.assm bg:slave fix state": "0", - "sysstat.assm cbk:blocks accepted": "0", - "sysstat.assm cbk:blocks examined": "11", - "sysstat.assm cbk:blocks marked full": "0", - "sysstat.assm cbk:blocks rejected": "0", - "sysstat.assm fg: submit segment fix task": "0", - "sysstat.assm gsp:add extent": "0", - "sysstat.assm gsp:alignment unavailable in space res": "0", - "sysstat.assm gsp:blocks provided by space reservation": "0", - "sysstat.assm gsp:blocks rejected by access layer callback": "0", - "sysstat.assm gsp:blocks requested by space reservation": "0", - "sysstat.assm gsp:bump hwm": "1", - "sysstat.assm gsp:get free block": "17", - "sysstat.assm gsp:get free critical block": "0", - "sysstat.assm gsp:get free data block": "7", - "sysstat.assm gsp:get free index block": "0", - "sysstat.assm gsp:get free lob block": "0", - "sysstat.assm gsp:good hint": "7", - "sysstat.assm gsp:l1 bitmaps examined": "19", - "sysstat.assm gsp:l2 bitmap full": "0", - "sysstat.assm gsp:l2 bitmaps examined": "32", - "sysstat.assm gsp:l3 bitmaps examined": "0", - "sysstat.assm gsp:optimized data block rejects": "0", - "sysstat.assm gsp:optimized index block rejects": "0", - "sysstat.assm gsp:optimized reject db": "0", - "sysstat.assm gsp:optimized reject l1": "0", - "sysstat.assm gsp:optimized reject l2": "0", - "sysstat.assm gsp:reject db": "0", - "sysstat.assm gsp:reject l1": "0", - "sysstat.assm gsp:reject l2": "0", - "sysstat.assm gsp:reject l3": "0", - "sysstat.assm gsp:search all": "1", - "sysstat.assm gsp:search hint": "1", - "sysstat.assm gsp:search steal": "1", - "sysstat.assm gsp:space reservation success": "0", - "sysstat.assm gsp:use space reservation": "0", - "sysstat.assm rsv:alloc from reserve": "0", - "sysstat.assm rsv:alloc from reserve fail": "0", - "sysstat.assm rsv:alloc from reserve succ": "0", - "sysstat.assm rsv:clear reserve": "0", - "sysstat.assm rsv:fill reserve": "0", - "sysstat.assm wasted db state change": "17", - "sysstat.auto extends on undo tablespace": "0", - "sysstat.ba au bytes allocated": "0", - "sysstat.ba bytes for file maps": "0", - "sysstat.ba bytes read from disk": "0", - "sysstat.ba bytes read from flash": "0", - "sysstat.ba count - borrowed from other node": "0", - "sysstat.ba count - cache denied": "0", - "sysstat.ba count - cache miss": "0", - "sysstat.ba count - searched in pb": "0", - "sysstat.ba count - short circuit in idn": "0", - "sysstat.ba count - total allocation requests": "0", - "sysstat.ba count - unable to short circuit in idn": "0", - "sysstat.ba count when 10% of buckets in pb": "0", - "sysstat.ba count when 25% of buckets in pb": "0", - "sysstat.ba count when 50% of buckets in pb": "0", - "sysstat.ba count when 75% of buckets in pb": "0", - "sysstat.ba count when 90% of buckets in pb": "0", - "sysstat.ba file bytes allocated": "0", - "sysstat.ba file bytes deleted": "0", - "sysstat.ba files created count": "0", - "sysstat.ba files deleted count": "0", - "sysstat.ba flash bytes requested": "0", - "sysstat.ba non-flash bytes requested": "0", - "sysstat.ba spare statistic 1": "0", - "sysstat.ba spare statistic 10": "0", - "sysstat.ba spare statistic 11": "0", - "sysstat.ba spare statistic 12": "0", - "sysstat.ba spare statistic 2": "0", - "sysstat.ba spare statistic 3": "0", - "sysstat.ba spare statistic 4": "0", - "sysstat.ba spare statistic 5": "0", - "sysstat.ba spare statistic 6": "0", - "sysstat.ba spare statistic 7": "0", - "sysstat.ba spare statistic 8": "0", - "sysstat.ba spare statistic 9": "0", - "sysstat.background checkpoints completed": "0", - "sysstat.background checkpoints started": "0", - "sysstat.background timeouts": "489", - "sysstat.backup compressed data written locally": "0", - "sysstat.backup compressed data written remotely": "0", - "sysstat.backup data compressed locally": "0", - "sysstat.backup data compressed remotely": "0", - "sysstat.backup piece local processing time": "0", - "sysstat.backup piece remote processing time": "0", - "sysstat.backup pieces compressed locally": "0", - "sysstat.backup pieces compressed remotely": "0", - "sysstat.batched io (bound) vector count": "1", - "sysstat.batched io (full) vector count": "0", - "sysstat.batched io (space) vector count": "0", - "sysstat.batched io block miss count": "6", - "sysstat.batched io buffer defrag count": "0", - "sysstat.batched io double miss count": "5", - "sysstat.batched io same unit count": "0", - "sysstat.batched io single block count": "5", - "sysstat.batched io slow jump count": "0", - "sysstat.batched io vector block count": "2", - "sysstat.batched io vector read count": "1", - "sysstat.batched io zero block count": "0", - "sysstat.block cleanout optim referenced": "6", - "sysstat.blocks cleaned out using minact": "537", - "sysstat.blocks decrypted": "0", - "sysstat.blocks encrypted": "0", - "sysstat.bps commit wait": "0", - "sysstat.bps redo wait": "0", - "sysstat.bps session wait": "0", - "sysstat.branch node splits": "0", - "sysstat.buffer is not pinned count": "133320", - "sysstat.buffer is pinned count": "70110", - "sysstat.bytes received via sql*net from client": "4721366", - "sysstat.bytes received via sql*net from dblink": "0", - "sysstat.bytes sent via sql*net to client": "2221596", - "sysstat.bytes sent via sql*net to dblink": "0", - "sysstat.bytes via sql*net vector from client": "0", - "sysstat.bytes via sql*net vector from dblink": "0", - "sysstat.bytes via sql*net vector to client": "0", - "sysstat.bytes via sql*net vector to dblink": "0", - "sysstat.cached commit scn referenced": "125", - "sysstat.calls to get snapshot scn: kcmgss": "32325", - "sysstat.calls to kcmgas": "1405", - "sysstat.calls to kcmgcs": "4508", - "sysstat.calls to kcmgrs": "0", - "sysstat.ccursor + sql area evicted": "21781", - "sysstat.cell blocks helped by commit cache": "0", - "sysstat.cell blocks helped by minscn optimization": "0", - "sysstat.cell blocks pivoted": "0", - "sysstat.cell blocks processed by cache layer": "0", - "sysstat.cell blocks processed by data layer": "0", - "sysstat.cell blocks processed by index layer": "0", - "sysstat.cell blocks processed by txn layer": "0", - "sysstat.cell blocks sent": "0", - "sysstat.cell chained row pieces fetched": "0", - "sysstat.cell chained rows processed": "0", - "sysstat.cell chained rows rejected": "0", - "sysstat.cell chained rows skipped": "0", - "sysstat.cell commit cache queries": "0", - "sysstat.cell filtered blocks failed block check": "0", - "sysstat.cell flash cache read hits": "0", - "sysstat.cell flash cache read hits for controlfile reads": "0", - "sysstat.cell flash cache read hits for smart io": "0", - "sysstat.cell index scans": "0", - "sysstat.cell interconnect bytes returned by xt smart scan": "0", - "sysstat.cell io uncompressed bytes": "0", - "sysstat.cell logical write io requests": "0", - "sysstat.cell logical write io requests eligible for offload": "0", - "sysstat.cell num block ios due to a file instant restore in progress": "0", - "sysstat.cell num bytes in block io during predicate offload": "0", - "sysstat.cell num bytes in passthru due to quarantine": "0", - "sysstat.cell num bytes in passthru during predicate offload": "0", - "sysstat.cell num bytes of io reissued due to relocation": "0", - "sysstat.cell num fast response sessions": "0", - "sysstat.cell num fast response sessions continuing to smart scan": "0", - "sysstat.cell num map elem cancellation": "0", - "sysstat.cell num smart file creation sessions using rdbms block io mode": "0", - "sysstat.cell num smart io sessions in rdbms block io due to big payload": "0", - "sysstat.cell num smart io sessions in rdbms block io due to no cell mem": "0", - "sysstat.cell num smart io sessions in rdbms block io due to open fail": "0", - "sysstat.cell num smart io sessions in rdbms block io due to user": "0", - "sysstat.cell num smart io sessions using passthru mode due to cellsrv": "0", - "sysstat.cell num smart io sessions using passthru mode due to timezone": "0", - "sysstat.cell num smart io sessions using passthru mode due to user": "0", - "sysstat.cell num smartio automem buffer allocation attempts": "0", - "sysstat.cell num smartio automem buffer allocation failures": "0", - "sysstat.cell num smartio permanent cell failures": "0", - "sysstat.cell num smartio transient cell failures": "0", - "sysstat.cell overwrites in flash cache": "0", - "sysstat.cell partial writes in flash cache": "0", - "sysstat.cell physical io bytes eligible for predicate offload": "0", - "sysstat.cell physical io bytes eligible for smart ios": "0", - "sysstat.cell physical io bytes saved by columnar cache": "0", - "sysstat.cell physical io bytes saved by storage index": "0", - "sysstat.cell physical io bytes saved during optimized file creation": "0", - "sysstat.cell physical io bytes saved during optimized rman file restore": "0", - "sysstat.cell physical io bytes sent directly to db node to balance cpu ": "0", - "sysstat.cell physical io interconnect bytes": "143987674", - "sysstat.cell physical io interconnect bytes returned by smart scan": "0", - "sysstat.cell physical write bytes saved by smart file initialization": "0", - "sysstat.cell physical write io bytes eligible for offload": "0", - "sysstat.cell physical write io host network bytes written during offloa": "0", - "sysstat.cell scan cus pcode aggregation pushdown": "0", - "sysstat.cell scan cus pcode pred evaled": "0", - "sysstat.cell scan cus pcode pred evaled using rowsets": "0", - "sysstat.cell scan cus pcode selective done": "0", - "sysstat.cell scan rows pcode aggregated": "0", - "sysstat.cell scans": "0", - "sysstat.cell simulated physical io bytes eligible for predicate offload": "0", - "sysstat.cell simulated physical io bytes returned by predicate offload": "0", - "sysstat.cell smart io session cache hard misses": "0", - "sysstat.cell smart io session cache hits": "0", - "sysstat.cell smart io session cache hwm": "0", - "sysstat.cell smart io session cache lookups": "0", - "sysstat.cell smart io session cache soft misses": "0", - "sysstat.cell statistics spare1": "0", - "sysstat.cell statistics spare2": "0", - "sysstat.cell statistics spare3": "0", - "sysstat.cell statistics spare4": "0", - "sysstat.cell statistics spare5": "0", - "sysstat.cell statistics spare6": "0", - "sysstat.cell transactions found in commit cache": "0", - "sysstat.cell writes to flash cache": "0", - "sysstat.cell xt granule bytes requested for predicate offload": "0", - "sysstat.cell xt granule io bytes saved by storage index": "0", - "sysstat.cell xt granule predicate offload retries": "0", - "sysstat.cell xt granules requested for predicate offload": "0", - "sysstat.cellmemory im load cus for capacity": "0", - "sysstat.cellmemory im load cus for query": "0", - "sysstat.cellmemory im load cus no memcompress": "0", - "sysstat.cellmemory im scan cus processed for capacity": "0", - "sysstat.cellmemory im scan cus processed for query": "0", - "sysstat.cellmemory im scan cus processed no memcompress": "0", - "sysstat.cellmemory im scan cus rejected for capacity": "0", - "sysstat.cellmemory im scan cus rejected for query": "0", - "sysstat.cellmemory im scan cus rejected no memcompress": "0", - "sysstat.cellmemory im scan stat 1": "0", - "sysstat.cellmemory im scan stat 2": "0", - "sysstat.cellmemory im scan stat 3": "0", - "sysstat.cellmemory im scan stat 4": "0", - "sysstat.cellmemory im scan stat 5": "0", - "sysstat.change write time": "70", - "sysstat.checkpoint clones created for adg recovery": "0", - "sysstat.cleanout - number of ktugct calls": "147", - "sysstat.cleanouts and rollbacks - consistent read gets": "81", - "sysstat.cleanouts only - consistent read gets": "1", - "sysstat.cli bg attempt flush": "0", - "sysstat.cli bg enq": "0", - "sysstat.cli bg fls done": "0", - "sysstat.cli buf wrt": "0", - "sysstat.cli bytes fls to ext": "0", - "sysstat.cli bytes fls to table": "0", - "sysstat.cli client flush": "0", - "sysstat.cli flstask create": "0", - "sysstat.cli flush": "0", - "sysstat.cli imm wrt": "0", - "sysstat.cli prvtz lob ": "0", - "sysstat.cli sga alloc": "0", - "sysstat.cli thru wrt": "0", - "sysstat.cluster key scan block gets": "42402", - "sysstat.cluster key scans": "32640", - "sysstat.cluster wait time": "0", - "sysstat.clusterwide global transactions": "0", - "sysstat.clusterwide global transactions spanning rac nodes": "0", - "sysstat.cold recycle reads": "0", - "sysstat.commit batch performed": "0", - "sysstat.commit batch requested": "0", - "sysstat.commit batch/immediate performed": "3", - "sysstat.commit batch/immediate requested": "3", - "sysstat.commit cleanout failures: block lost": "1", - "sysstat.commit cleanout failures: buffer being written": "0", - "sysstat.commit cleanout failures: callback failure": "1", - "sysstat.commit cleanout failures: cannot pin": "0", - "sysstat.commit cleanout failures: delayed log": "0", - "sysstat.commit cleanout failures: flashback": "0", - "sysstat.commit cleanout failures: hot backup in progress": "0", - "sysstat.commit cleanout failures: write disabled": "0", - "sysstat.commit cleanouts": "1691", - "sysstat.commit cleanouts successfully completed": "1689", - "sysstat.commit immediate performed": "3", - "sysstat.commit immediate requested": "3", - "sysstat.commit nowait performed": "0", - "sysstat.commit nowait requested": "0", - "sysstat.commit scn cached": "0", - "sysstat.commit txn count during cleanout": "1", - "sysstat.commit wait performed": "0", - "sysstat.commit wait requested": "0", - "sysstat.commit wait/nowait performed": "0", - "sysstat.commit wait/nowait requested": "0", - "sysstat.concurrency wait time": "291", - "sysstat.consistent changes": "1728", - "sysstat.consistent gets": "197733", - "sysstat.consistent gets direct": "0", - "sysstat.consistent gets examination": "47996", - "sysstat.consistent gets examination (fastpath)": "47170", - "sysstat.consistent gets from cache": "197733", - "sysstat.consistent gets pin": "149737", - "sysstat.consistent gets pin (fastpath)": "144573", - "sysstat.cpu used by lwts for this session": "0", - "sysstat.cpu used by this session": "1967", - "sysstat.cpu used when call started": "1179", - "sysstat.cr blocks created": "94", - "sysstat.current blocks converted for cr": "0", - "sysstat.cursor authentications": "462", - "sysstat.cursor reload failures": "195", - "sysstat.data blocks consistent reads - undo records applied": "1574", - "sysstat.data warehousing cooling action": "0", - "sysstat.data warehousing evicted objects": "0", - "sysstat.data warehousing evicted objects - cooling": "0", - "sysstat.data warehousing evicted objects - replace": "0", - "sysstat.data warehousing scanned blocks": "0", - "sysstat.data warehousing scanned blocks - disk": "0", - "sysstat.data warehousing scanned blocks - flash": "0", - "sysstat.data warehousing scanned blocks - memory": "0", - "sysstat.data warehousing scanned blocks - offload": "0", - "sysstat.data warehousing scanned objects": "0", - "sysstat.db block changes": "100726", - "sysstat.db block gets": "89382", - "sysstat.db block gets direct": "0", - "sysstat.db block gets from cache": "89382", - "sysstat.db block gets from cache (fastpath)": "52723", - "sysstat.db corrupt blocks detected": "0", - "sysstat.db corrupt blocks recovered": "0", - "sysstat.db time": "4132", - "sysstat.db time of lwts for this session": "0", - "sysstat.dbwr checkpoint buffers written": "0", - "sysstat.dbwr checkpoints": "4", - "sysstat.dbwr fusion writes": "0", - "sysstat.dbwr lru scans": "0", - "sysstat.dbwr object drop buffers written": "1", - "sysstat.dbwr parallel query checkpoint buffers written": "0", - "sysstat.dbwr revisited being-written buffer": "0", - "sysstat.dbwr tablespace checkpoint buffers written": "0", - "sysstat.dbwr thread checkpoint buffers written": "0", - "sysstat.dbwr transaction table writes": "0", - "sysstat.dbwr undo block writes": "0", - "sysstat.ddl statements parallelized": "0", - "sysstat.deferred (current) block cleanout applications": "613", - "sysstat.deferred cur cleanouts (index blocks)": "0", - "sysstat.dfo trees parallelized": "18", - "sysstat.dirty buffers inspected": "0", - "sysstat.dml statements parallelized": "0", - "sysstat.doubling up with imu segment": "0", - "sysstat.dram clean buffers available and above threshold": "0", - "sysstat.dram clean buffers available and is requested": "0", - "sysstat.drop segment calls in space pressure": "0", - "sysstat.dx/bb enqueue lock background get time": "0", - "sysstat.dx/bb enqueue lock background gets": "0", - "sysstat.dx/bb enqueue lock foreground requests": "0", - "sysstat.dx/bb enqueue lock foreground wait time": "0", - "sysstat.effective io time": "43852", - "sysstat.enqueue conversions": "476", - "sysstat.enqueue deadlocks": "0", - "sysstat.enqueue releases": "36121", - "sysstat.enqueue requests": "36172", - "sysstat.enqueue timeouts": "20", - "sysstat.enqueue waits": "35", - "sysstat.error count cleared by cell": "0", - "sysstat.exchange deadlocks": "0", - "sysstat.execute count": "22925", - "sysstat.failed probes on index block reclamation": "0", - "sysstat.fastpath consistent get quota limit": "0", - "sysstat.fbda woken up": "0", - "sysstat.file io service time": "57479", - "sysstat.file io wait time": "1083494", - "sysstat.flash cache eviction: aged out": "0", - "sysstat.flash cache eviction: buffer pinned": "0", - "sysstat.flash cache eviction: invalidated": "0", - "sysstat.flash cache insert skip: corrupt": "0", - "sysstat.flash cache insert skip: dbwr overloaded": "0", - "sysstat.flash cache insert skip: exists": "0", - "sysstat.flash cache insert skip: modification": "0", - "sysstat.flash cache insert skip: not current": "0", - "sysstat.flash cache insert skip: not useful": "0", - "sysstat.flash cache inserts": "0", - "sysstat.flashback cache read optimizations for block new": "0", - "sysstat.flashback direct read optimizations for block new": "0", - "sysstat.flashback log write bytes": "0", - "sysstat.flashback log writes": "0", - "sysstat.flashback securefile cache read optimizations for block new": "0", - "sysstat.flashback securefile direct read optimizations for block new": "0", - "sysstat.foreground propagated tracked transactions": "0", - "sysstat.forwarded 2pc commands across rac nodes": "0", - "sysstat.frame signature mismatch": "0", - "sysstat.free buffer inspected": "340", - "sysstat.free buffer requested": "13192", - "sysstat.gc blocks compressed": "0", - "sysstat.gc blocks corrupt": "0", - "sysstat.gc blocks lost": "0", - "sysstat.gc bps array full": "0", - "sysstat.gc claim blocks lost": "0", - "sysstat.gc cleanout applied": "0", - "sysstat.gc cleanout no space": "0", - "sysstat.gc cleanout saved": "0", - "sysstat.gc cluster flash cache reads failure": "0", - "sysstat.gc cluster flash cache reads received": "0", - "sysstat.gc cluster flash cache reads served": "0", - "sysstat.gc cluster flash cache received read time": "0", - "sysstat.gc cpu used by this session": "0", - "sysstat.gc cr anti locks created": "0", - "sysstat.gc cr anti locks expanded": "0", - "sysstat.gc cr anti locks shrunk": "0", - "sysstat.gc cr block build time": "0", - "sysstat.gc cr block flush time": "0", - "sysstat.gc cr block receive time": "0", - "sysstat.gc cr blocks built": "0", - "sysstat.gc cr blocks flushed": "0", - "sysstat.gc cr blocks received": "0", - "sysstat.gc cr blocks received with bps": "0", - "sysstat.gc cr blocks served": "0", - "sysstat.gc cr blocks served with bps": "0", - "sysstat.gc cr bypass requests": "0", - "sysstat.gc cr multiblock grant time": "0", - "sysstat.gc cr multiblock grants received": "0", - "sysstat.gc current block flush time": "0", - "sysstat.gc current block pin time": "0", - "sysstat.gc current block receive time": "0", - "sysstat.gc current blocks flushed": "0", - "sysstat.gc current blocks pinned": "0", - "sysstat.gc current blocks received": "0", - "sysstat.gc current blocks received with bps": "0", - "sysstat.gc current blocks served": "0", - "sysstat.gc current blocks served with bps": "0", - "sysstat.gc flash cache reads served": "0", - "sysstat.gc flash cache served read time": "0", - "sysstat.gc flashback wait": "0", - "sysstat.gc force cr read cr": "0", - "sysstat.gc force cr read current": "0", - "sysstat.gc im blocks invalidated": "0", - "sysstat.gc im expands": "0", - "sysstat.gc im grants": "0", - "sysstat.gc im shrinks": "0", - "sysstat.gc index split slot collisions": "0", - "sysstat.gc index split too many segments": "0", - "sysstat.gc index split too many slots": "0", - "sysstat.gc index split wait timeouts": "0", - "sysstat.gc ka grant receive time": "0", - "sysstat.gc ka grants received": "0", - "sysstat.gc kbytes saved": "0", - "sysstat.gc kbytes sent": "0", - "sysstat.gc local grants": "0", - "sysstat.gc merge pi bg": "0", - "sysstat.gc merge pi fg": "0", - "sysstat.gc read time waited": "0", - "sysstat.gc read wait failures": "0", - "sysstat.gc read wait timeouts": "0", - "sysstat.gc read waits": "0", - "sysstat.gc reader bypass grants": "0", - "sysstat.gc reader bypass waits": "0", - "sysstat.gc remote grants": "0", - "sysstat.gc send failures": "0", - "sysstat.gc status messages received": "0", - "sysstat.gc status messages sent": "0", - "sysstat.gcs affinity lock failures": "0", - "sysstat.gcs affinity lock grants": "0", - "sysstat.gcs anti-locks created": "0", - "sysstat.gcs messages sent": "0", - "sysstat.gcs read-mostly lock failures": "0", - "sysstat.gcs read-mostly lock grants": "0", - "sysstat.gdr: active blocks cleared": "0", - "sysstat.gdr: active ranges cleared": "0", - "sysstat.gdr: inactive blocks cleared": "0", - "sysstat.gdr: inactive ranges cleared": "0", - "sysstat.gdr: total blocks skipped": "0", - "sysstat.gdr: total files processed": "0", - "sysstat.gdr: total segments processed": "0", - "sysstat.gdr: total segments skipped": "0", - "sysstat.gdr: unused blocks cleared": "0", - "sysstat.gdr: unused ranges cleared": "0", - "sysstat.ges messages sent": "0", - "sysstat.global enqueue cpu used by this session": "0", - "sysstat.global enqueue get time": "0", - "sysstat.global enqueue gets async": "0", - "sysstat.global enqueue gets sync": "0", - "sysstat.global enqueue releases": "0", - "sysstat.global undo segment hints helped": "0", - "sysstat.global undo segment hints were stale": "0", - "sysstat.gtx processes spawned by autotune": "0", - "sysstat.gtx processes stopped by autotune": "0", - "sysstat.hcc analyze table cus": "0", - "sysstat.hcc analyzer calls": "0", - "sysstat.hcc block check cus": "0", - "sysstat.hcc block compressions attempted": "0", - "sysstat.hcc block compressions completed": "0", - "sysstat.hcc block dump cus": "0", - "sysstat.hcc dml conventional": "0", - "sysstat.hcc dml cus": "0", - "sysstat.hcc fetch by rowid cus": "0", - "sysstat.hcc load conventional bytes compressed": "0", - "sysstat.hcc load conventional bytes uncompressed": "0", - "sysstat.hcc load conventional cus": "0", - "sysstat.hcc load conventional cus archive high": "0", - "sysstat.hcc load conventional cus archive low": "0", - "sysstat.hcc load conventional cus query high": "0", - "sysstat.hcc load conventional cus query low": "0", - "sysstat.hcc load conventional cus row pieces": "0", - "sysstat.hcc load conventional rows": "0", - "sysstat.hcc load conventional rows not compressed": "0", - "sysstat.hcc load direct bytes compressed": "0", - "sysstat.hcc load direct bytes uncompressed": "0", - "sysstat.hcc load direct cus": "0", - "sysstat.hcc load direct cus archive high": "0", - "sysstat.hcc load direct cus archive low": "0", - "sysstat.hcc load direct cus query high": "0", - "sysstat.hcc load direct cus query low": "0", - "sysstat.hcc load direct cus row pieces": "0", - "sysstat.hcc load direct rows": "0", - "sysstat.hcc load direct rows not compressed": "0", - "sysstat.hcc scan cell bytes compressed": "0", - "sysstat.hcc scan cell bytes decompressed": "0", - "sysstat.hcc scan cell columns theoretical max": "0", - "sysstat.hcc scan cell cus archive high": "0", - "sysstat.hcc scan cell cus archive low": "0", - "sysstat.hcc scan cell cus columns accessed": "0", - "sysstat.hcc scan cell cus decompressed": "0", - "sysstat.hcc scan cell cus decompression time": "0", - "sysstat.hcc scan cell cus optimized read": "0", - "sysstat.hcc scan cell cus predicates applied": "0", - "sysstat.hcc scan cell cus predicates optimized": "0", - "sysstat.hcc scan cell cus predicates received": "0", - "sysstat.hcc scan cell cus processed for compressed": "0", - "sysstat.hcc scan cell cus processed for uncompressed": "0", - "sysstat.hcc scan cell cus pruned": "0", - "sysstat.hcc scan cell cus query high": "0", - "sysstat.hcc scan cell cus query low": "0", - "sysstat.hcc scan cell cus row pieces accessed": "0", - "sysstat.hcc scan cell cus row pieces total": "0", - "sysstat.hcc scan cell cus sent compressed": "0", - "sysstat.hcc scan cell cus sent head piece": "0", - "sysstat.hcc scan cell cus sent uncompressed": "0", - "sysstat.hcc scan cell rows": "0", - "sysstat.hcc scan cus pcode selective done": "0", - "sysstat.hcc scan rdbms bytes compressed": "0", - "sysstat.hcc scan rdbms bytes decompressed": "0", - "sysstat.hcc scan rdbms columns theoretical max": "0", - "sysstat.hcc scan rdbms cus archive high": "0", - "sysstat.hcc scan rdbms cus archive low": "0", - "sysstat.hcc scan rdbms cus columns accessed": "0", - "sysstat.hcc scan rdbms cus decompressed": "0", - "sysstat.hcc scan rdbms cus decompression time": "0", - "sysstat.hcc scan rdbms cus normal": "0", - "sysstat.hcc scan rdbms cus optimized read": "0", - "sysstat.hcc scan rdbms cus predicates applied": "0", - "sysstat.hcc scan rdbms cus predicates optimized": "0", - "sysstat.hcc scan rdbms cus predicates received": "0", - "sysstat.hcc scan rdbms cus pruned": "0", - "sysstat.hcc scan rdbms cus query high": "0", - "sysstat.hcc scan rdbms cus query low": "0", - "sysstat.hcc scan rdbms cus row pieces accessed": "0", - "sysstat.hcc scan rdbms cus row pieces total": "0", - "sysstat.hcc scan rdbms cus turbo": "0", - "sysstat.hcc scan rdbms rows": "0", - "sysstat.hcc usage cloud": "0", - "sysstat.hcc usage pillar": "0", - "sysstat.hcc usage zfs": "0", - "sysstat.heap block compress": "8", - "sysstat.heap segment array inserts": "6", - "sysstat.heap segment array updates": "7", - "sysstat.heatmap blklevel flush task count": "0", - "sysstat.heatmap blklevel flush task create": "0", - "sysstat.heatmap blklevel flushed": "0", - "sysstat.heatmap blklevel flushed to bf": "0", - "sysstat.heatmap blklevel flushed to sysaux": "0", - "sysstat.heatmap blklevel not tracked - memory": "0", - "sysstat.heatmap blklevel not updated - repeat": "0", - "sysstat.heatmap blklevel ranges flushed": "0", - "sysstat.heatmap blklevel ranges skipped": "0", - "sysstat.heatmap blklevel tracked": "0", - "sysstat.heatmap seglevel - flush": "0", - "sysstat.heatmap seglevel - full table scan": "0", - "sysstat.heatmap seglevel - indexlookup": "0", - "sysstat.heatmap seglevel - segments flushed": "0", - "sysstat.heatmap seglevel - tablelookup": "0", - "sysstat.heatmap seglevel - write": "0", - "sysstat.hot buffers moved to head of lru": "0", - "sysstat.hsc compressed segment block changes": "0", - "sysstat.hsc heap segment block changes": "12433", - "sysstat.hsc idl compressed blocks": "0", - "sysstat.hsc oltp compressed blocks": "0", - "sysstat.hsc oltp compression block checked": "0", - "sysstat.hsc oltp compression skipped rows": "0", - "sysstat.hsc oltp compression wide compressed row pieces": "0", - "sysstat.hsc oltp drop column": "0", - "sysstat.hsc oltp inline compression": "0", - "sysstat.hsc oltp negative compression": "0", - "sysstat.hsc oltp non compressible blocks": "0", - "sysstat.hsc oltp partial compression": "0", - "sysstat.hsc oltp positive compression": "0", - "sysstat.hsc oltp recursive compression": "0", - "sysstat.hsc oltp space saving": "0", - "sysstat.im adg blocks in flush": "0", - "sysstat.im adg commit journal destroy": "0", - "sysstat.im adg commit journal emptied": "0", - "sysstat.im adg commit nodes added": "0", - "sysstat.im adg commit nodes freed": "0", - "sysstat.im adg corrupt undo blocks seen": "0", - "sysstat.im adg granule split": "0", - "sysstat.im adg inv all due to corrupt undo": "0", - "sysstat.im adg inv pdb due to corrupt undo": "0", - "sysstat.im adg invalidated all objects": "0", - "sysstat.im adg invalidated object ddl": "0", - "sysstat.im adg invalidated pdb ddl": "0", - "sysstat.im adg invalidated pdb partial transaction": "0", - "sysstat.im adg journal sort": "0", - "sysstat.im adg non-imc transactions": "0", - "sysstat.im adg nothing to flush": "0", - "sysstat.im adg number of query scn moves": "0", - "sysstat.im adg redo records seen": "0", - "sysstat.im adg registration attempts": "0", - "sysstat.im adg registration failure (quiesce)": "0", - "sysstat.im adg time for query scn moves (ms)": "0", - "sysstat.im adg transactions compiled for flush": "0", - "sysstat.im adg transactions flushed": "0", - "sysstat.im default area resized": "0", - "sysstat.im faststart coordinator accumulated time (ms)": "0", - "sysstat.im faststart coordinator cycle aborts": "0", - "sysstat.im faststart coordinator cycle overruns": "0", - "sysstat.im faststart coordinator runs": "0", - "sysstat.im faststart coordinator scheduler restarted": "0", - "sysstat.im faststart coordinator task priority p1 to p2": "0", - "sysstat.im faststart coordinator task priority p2 extended": "0", - "sysstat.im faststart coordinator task priority p2 to p3": "0", - "sysstat.im faststart coordinator task submitted priority p1": "0", - "sysstat.im faststart coordinator task submitted priority p2": "0", - "sysstat.im faststart coordinator task submitted priority p3": "0", - "sysstat.im faststart coordinator throttle down": "0", - "sysstat.im faststart delete cus problem": "0", - "sysstat.im faststart read accumulated time (ms)": "0", - "sysstat.im faststart read bytes": "0", - "sysstat.im faststart read cus": "0", - "sysstat.im faststart read cus incompatible": "0", - "sysstat.im faststart read cus invalid": "0", - "sysstat.im faststart read cus not accessible": "0", - "sysstat.im faststart read cus problems": "0", - "sysstat.im faststart read cus requested": "0", - "sysstat.im faststart read data accumulated time (ms)": "0", - "sysstat.im faststart read headers accumulated time (ms)": "0", - "sysstat.im faststart read verify accumulated time (ms)": "0", - "sysstat.im faststart write accumulated time (ms)": "0", - "sysstat.im faststart write bytes": "0", - "sysstat.im faststart write cus": "0", - "sysstat.im faststart write cus encryption mismatch": "0", - "sysstat.im faststart write cus evicted": "0", - "sysstat.im faststart write cus problems": "0", - "sysstat.im faststart write cus requested": "0", - "sysstat.im faststart write cus too dirty": "0", - "sysstat.im faststart write deferred accumulated (ms)": "0", - "sysstat.im faststart write deferred cus": "0", - "sysstat.im faststart write deferred cus not found": "0", - "sysstat.im faststart write deferred cus requested": "0", - "sysstat.im faststart write deferred timeouts": "0", - "sysstat.im fetches by rowid from disk": "0", - "sysstat.im fetches by rowid from fetch list": "0", - "sysstat.im fetches by rowid from imcu": "0", - "sysstat.im fetches by rowid from journal": "0", - "sysstat.im fetches by rowid row invalid in imcu": "0", - "sysstat.im hpk spare1": "0", - "sysstat.im hpk spare2": "0", - "sysstat.im hpk spare3": "0", - "sysstat.im hpk spare4": "0", - "sysstat.im hpk spare5": "0", - "sysstat.im hpk spare6": "0", - "sysstat.im populate accumulated time (ms)": "0", - "sysstat.im populate blocks invalid": "0", - "sysstat.im populate buffer direct read time (ms)": "0", - "sysstat.im populate bytes from storage": "0", - "sysstat.im populate bytes in-memory data": "0", - "sysstat.im populate bytes in-memory eu data": "0", - "sysstat.im populate bytes uncompressed data": "0", - "sysstat.im populate bytes uncompressed eu data": "0", - "sysstat.im populate cache read time (ms)": "0", - "sysstat.im populate checkpoint time (ms)": "0", - "sysstat.im populate cus": "0", - "sysstat.im populate cus chain pieces": "0", - "sysstat.im populate cus columns": "0", - "sysstat.im populate cus empty": "0", - "sysstat.im populate cus memcompress for capacity high": "0", - "sysstat.im populate cus memcompress for capacity low": "0", - "sysstat.im populate cus memcompress for dml": "0", - "sysstat.im populate cus memcompress for query high": "0", - "sysstat.im populate cus memcompress for query low": "0", - "sysstat.im populate cus no blocks": "0", - "sysstat.im populate cus no memcompress": "0", - "sysstat.im populate cus nop": "0", - "sysstat.im populate cus not": "0", - "sysstat.im populate cus requested": "0", - "sysstat.im populate cus resubmitted": "0", - "sysstat.im populate direct read time (ms)": "0", - "sysstat.im populate eus": "0", - "sysstat.im populate eus accumulated time (ms)": "0", - "sysstat.im populate eus columns": "0", - "sysstat.im populate eus memcompress for capacity high": "0", - "sysstat.im populate eus memcompress for capacity low": "0", - "sysstat.im populate eus memcompress for dml": "0", - "sysstat.im populate eus memcompress for query high": "0", - "sysstat.im populate eus memcompress for query low": "0", - "sysstat.im populate eus no memcompress": "0", - "sysstat.im populate eus requested": "0", - "sysstat.im populate no checkpoint": "0", - "sysstat.im populate no contiguous inmemory space": "0", - "sysstat.im populate no space in pga": "0", - "sysstat.im populate rows": "0", - "sysstat.im populate segments": "0", - "sysstat.im populate segments requested": "0", - "sysstat.im populate segments wall clock time (ms)": "0", - "sysstat.im populate smu/dlm locks fail": "0", - "sysstat.im populate transactions active": "0", - "sysstat.im populate transactions check": "0", - "sysstat.im populate undo records applied": "0", - "sysstat.im populate undo segheader rollback": "0", - "sysstat.im populate via direct reads": "0", - "sysstat.im prepopulate accumulated time (ms)": "0", - "sysstat.im prepopulate bytes from storage": "0", - "sysstat.im prepopulate bytes in-memory data": "0", - "sysstat.im prepopulate bytes in-memory eu data": "0", - "sysstat.im prepopulate bytes uncompressed data": "0", - "sysstat.im prepopulate bytes uncompressed eu data": "0", - "sysstat.im prepopulate cus": "0", - "sysstat.im prepopulate cus chain pieces": "0", - "sysstat.im prepopulate cus columns": "0", - "sysstat.im prepopulate cus empty": "0", - "sysstat.im prepopulate cus memcompress for capacity high": "0", - "sysstat.im prepopulate cus memcompress for capacity low": "0", - "sysstat.im prepopulate cus memcompress for dml": "0", - "sysstat.im prepopulate cus memcompress for query high": "0", - "sysstat.im prepopulate cus memcompress for query low": "0", - "sysstat.im prepopulate cus no blocks": "0", - "sysstat.im prepopulate cus no memcompress": "0", - "sysstat.im prepopulate cus nop": "0", - "sysstat.im prepopulate cus not": "0", - "sysstat.im prepopulate cus requested": "0", - "sysstat.im prepopulate cus resubmitted": "0", - "sysstat.im prepopulate eus": "0", - "sysstat.im prepopulate eus accumulated time (ms)": "0", - "sysstat.im prepopulate eus columns": "0", - "sysstat.im prepopulate eus memcompress for capacity high": "0", - "sysstat.im prepopulate eus memcompress for capacity low": "0", - "sysstat.im prepopulate eus memcompress for dml": "0", - "sysstat.im prepopulate eus memcompress for query high": "0", - "sysstat.im prepopulate eus memcompress for query low": "0", - "sysstat.im prepopulate eus no memcompress": "0", - "sysstat.im prepopulate eus requested": "0", - "sysstat.im prepopulate rows": "0", - "sysstat.im prepopulate segments": "0", - "sysstat.im prepopulate segments requested": "0", - "sysstat.im rac blocks invalid": "0", - "sysstat.im rac cus invalid": "0", - "sysstat.im repopulate (adg) transactions copied": "0", - "sysstat.im repopulate (doublebuffering) cus": "0", - "sysstat.im repopulate (doublebuffering) cus requested": "0", - "sysstat.im repopulate (incremental) blocks read": "0", - "sysstat.im repopulate (incremental) cu blocks": "0", - "sysstat.im repopulate (incremental) cus": "0", - "sysstat.im repopulate (incremental) cus columns": "0", - "sysstat.im repopulate (incremental) cus columns dict reused": "0", - "sysstat.im repopulate (incremental) cus columns reused": "0", - "sysstat.im repopulate (incremental) cus old cu defchg": "0", - "sysstat.im repopulate (incremental) cus old cu empty": "0", - "sysstat.im repopulate (incremental) cus old cu unavailable": "0", - "sysstat.im repopulate (incremental) cus requested": "0", - "sysstat.im repopulate (incremental) cus using population": "0", - "sysstat.im repopulate (incremental) cus valid columns optimized": "0", - "sysstat.im repopulate (incremental) eus": "0", - "sysstat.im repopulate (incremental) eus requested": "0", - "sysstat.im repopulate (incremental) fetched rows": "0", - "sysstat.im repopulate (incremental) invalid cu rows": "0", - "sysstat.im repopulate (incremental) modified blocks": "0", - "sysstat.im repopulate (incremental) total rows": "0", - "sysstat.im repopulate (incremental) valid cu rows": "0", - "sysstat.im repopulate (scan) cus": "0", - "sysstat.im repopulate (scan) cus nop": "0", - "sysstat.im repopulate (scan) cus not": "0", - "sysstat.im repopulate (scan) cus requested": "0", - "sysstat.im repopulate (scan) cus resubmitted": "0", - "sysstat.im repopulate (scan) eus": "0", - "sysstat.im repopulate (scan) eus requested": "0", - "sysstat.im repopulate (trickle incremental) blocks read": "0", - "sysstat.im repopulate (trickle incremental) cu blocks": "0", - "sysstat.im repopulate (trickle incremental) cus columns": "0", - "sysstat.im repopulate (trickle incremental) cus columns dict reused": "0", - "sysstat.im repopulate (trickle incremental) cus columns reused": "0", - "sysstat.im repopulate (trickle incremental) cus valid columns optimized": "0", - "sysstat.im repopulate (trickle incremental) fetched rows": "0", - "sysstat.im repopulate (trickle incremental) invalid cu rows": "0", - "sysstat.im repopulate (trickle incremental) modified blocks": "0", - "sysstat.im repopulate (trickle incremental) total rows": "0", - "sysstat.im repopulate (trickle incremental) valid cu rows": "0", - "sysstat.im repopulate (trickle) accumulated time (ms)": "0", - "sysstat.im repopulate (trickle) bytes from storage": "0", - "sysstat.im repopulate (trickle) bytes in-memory data": "0", - "sysstat.im repopulate (trickle) bytes in-memory eu data": "0", - "sysstat.im repopulate (trickle) bytes uncompressed data": "0", - "sysstat.im repopulate (trickle) bytes uncompressed eu data": "0", - "sysstat.im repopulate (trickle) cus": "0", - "sysstat.im repopulate (trickle) cus chain pieces": "0", - "sysstat.im repopulate (trickle) cus columns": "0", - "sysstat.im repopulate (trickle) cus empty": "0", - "sysstat.im repopulate (trickle) cus memcompress for capacity high": "0", - "sysstat.im repopulate (trickle) cus memcompress for capacity low": "0", - "sysstat.im repopulate (trickle) cus memcompress for dml": "0", - "sysstat.im repopulate (trickle) cus memcompress for query high": "0", - "sysstat.im repopulate (trickle) cus memcompress for query low": "0", - "sysstat.im repopulate (trickle) cus no memcompress": "0", - "sysstat.im repopulate (trickle) cus nop": "0", - "sysstat.im repopulate (trickle) cus not": "0", - "sysstat.im repopulate (trickle) cus requested": "0", - "sysstat.im repopulate (trickle) cus resubmitted": "0", - "sysstat.im repopulate (trickle) eus": "0", - "sysstat.im repopulate (trickle) eus accumulated time (ms)": "0", - "sysstat.im repopulate (trickle) eus columns": "0", - "sysstat.im repopulate (trickle) eus memcompress for capacity high": "0", - "sysstat.im repopulate (trickle) eus memcompress for capacity low": "0", - "sysstat.im repopulate (trickle) eus memcompress for dml": "0", - "sysstat.im repopulate (trickle) eus memcompress for query high": "0", - "sysstat.im repopulate (trickle) eus memcompress for query low": "0", - "sysstat.im repopulate (trickle) eus no memcompress": "0", - "sysstat.im repopulate (trickle) eus requested": "0", - "sysstat.im repopulate (trickle) rows": "0", - "sysstat.im repopulate accumulated time (ms)": "0", - "sysstat.im repopulate blocks invalid": "0", - "sysstat.im repopulate blocks now valid": "0", - "sysstat.im repopulate bytes from storage": "0", - "sysstat.im repopulate bytes in-memory data": "0", - "sysstat.im repopulate bytes in-memory eu data": "0", - "sysstat.im repopulate bytes uncompressed data": "0", - "sysstat.im repopulate bytes uncompressed eu data": "0", - "sysstat.im repopulate checkpoints": "0", - "sysstat.im repopulate cus": "0", - "sysstat.im repopulate cus chain pieces": "0", - "sysstat.im repopulate cus columns": "0", - "sysstat.im repopulate cus empty": "0", - "sysstat.im repopulate cus memcompress for capacity high": "0", - "sysstat.im repopulate cus memcompress for capacity low": "0", - "sysstat.im repopulate cus memcompress for dml": "0", - "sysstat.im repopulate cus memcompress for query high": "0", - "sysstat.im repopulate cus memcompress for query low": "0", - "sysstat.im repopulate cus no memcompress": "0", - "sysstat.im repopulate cus nop": "0", - "sysstat.im repopulate cus not": "0", - "sysstat.im repopulate cus requested": "0", - "sysstat.im repopulate cus resubmitted": "0", - "sysstat.im repopulate due to block threshold hit": "0", - "sysstat.im repopulate due to row threshold hit": "0", - "sysstat.im repopulate eus": "0", - "sysstat.im repopulate eus accumulated time (ms)": "0", - "sysstat.im repopulate eus columns": "0", - "sysstat.im repopulate eus memcompress for capacity high": "0", - "sysstat.im repopulate eus memcompress for capacity low": "0", - "sysstat.im repopulate eus memcompress for dml": "0", - "sysstat.im repopulate eus memcompress for query high": "0", - "sysstat.im repopulate eus memcompress for query low": "0", - "sysstat.im repopulate eus no memcompress": "0", - "sysstat.im repopulate eus requested": "0", - "sysstat.im repopulate invalid blks": "0", - "sysstat.im repopulate invalid rows": "0", - "sysstat.im repopulate invalidation transfer time": "0", - "sysstat.im repopulate no contiguous inmemory space": "0", - "sysstat.im repopulate no space in pga": "0", - "sysstat.im repopulate old smu nil": "0", - "sysstat.im repopulate optimized": "0", - "sysstat.im repopulate optimized rac/downgrade": "0", - "sysstat.im repopulate previous smu invalid": "0", - "sysstat.im repopulate read time (ms)": "0", - "sysstat.im repopulate rows": "0", - "sysstat.im repopulate segments": "0", - "sysstat.im repopulate segments requested": "0", - "sysstat.im repopulate smu colmap used": "0", - "sysstat.im repopulate smu/dlm locks fail": "0", - "sysstat.im repopulate transactions active": "0", - "sysstat.im repopulate transactions check": "0", - "sysstat.im repopulate transactions copied": "0", - "sysstat.im repopulate undo records applied": "0", - "sysstat.im repopulate undo segheader rollback": "0", - "sysstat.im repopulate via direct reads": "0", - "sysstat.im scan (dynamic) max degree": "0", - "sysstat.im scan (dynamic) multi-threaded scans": "0", - "sysstat.im scan (dynamic) rows": "0", - "sysstat.im scan (dynamic) rs2 rowsets": "0", - "sysstat.im scan (dynamic) spare1": "0", - "sysstat.im scan (dynamic) spare2": "0", - "sysstat.im scan (dynamic) tasks processed by parent": "0", - "sysstat.im scan (dynamic) tasks processed by thread": "0", - "sysstat.im scan blocks cache": "0", - "sysstat.im scan bytes in-memory": "0", - "sysstat.im scan bytes uncompressed": "0", - "sysstat.im scan cus cleanout": "0", - "sysstat.im scan cus column not in memory": "0", - "sysstat.im scan cus columns accessed": "0", - "sysstat.im scan cus columns decompressed": "0", - "sysstat.im scan cus columns theoretical max": "0", - "sysstat.im scan cus cr cache hit": "0", - "sysstat.im scan cus cr cache miss": "0", - "sysstat.im scan cus cr incremental": "0", - "sysstat.im scan cus cr skipped large rowids": "0", - "sysstat.im scan cus current": "0", - "sysstat.im scan cus doublebuffering": "0", - "sysstat.im scan cus drop-invis smu": "0", - "sysstat.im scan cus failed to reget pin": "0", - "sysstat.im scan cus invalid": "0", - "sysstat.im scan cus invalid (all rows are invalid)": "0", - "sysstat.im scan cus invalid or missing revert to on disk extent": "0", - "sysstat.im scan cus invisible smu": "0", - "sysstat.im scan cus low query scn": "0", - "sysstat.im scan cus lowscn no previous": "0", - "sysstat.im scan cus maxretry done": "0", - "sysstat.im scan cus memcompress for capacity high": "0", - "sysstat.im scan cus memcompress for capacity low": "0", - "sysstat.im scan cus memcompress for dml": "0", - "sysstat.im scan cus memcompress for query high": "0", - "sysstat.im scan cus memcompress for query low": "0", - "sysstat.im scan cus no cleanout": "0", - "sysstat.im scan cus no imcu": "0", - "sysstat.im scan cus no memcompress": "0", - "sysstat.im scan cus no rollback": "0", - "sysstat.im scan cus notfound": "0", - "sysstat.im scan cus notfound dbclose": "0", - "sysstat.im scan cus notfound lob": "0", - "sysstat.im scan cus optimized read": "0", - "sysstat.im scan cus pcode aggregation ime": "0", - "sysstat.im scan cus pcode aggregation pushdown": "0", - "sysstat.im scan cus pcode pred evaled": "0", - "sysstat.im scan cus pcode pred evaled using rowsets": "0", - "sysstat.im scan cus pcode selective done": "0", - "sysstat.im scan cus predicates applied": "0", - "sysstat.im scan cus predicates optimized": "0", - "sysstat.im scan cus predicates received": "0", - "sysstat.im scan cus previous": "0", - "sysstat.im scan cus previous current": "0", - "sysstat.im scan cus pruned": "0", - "sysstat.im scan cus readlist creation accumulated time": "0", - "sysstat.im scan cus readlist creation accumulated time (cr)": "0", - "sysstat.im scan cus readlist creation number": "0", - "sysstat.im scan cus readlist creation number (cr)": "0", - "sysstat.im scan cus ref-invis smu": "0", - "sysstat.im scan cus rollback": "0", - "sysstat.im scan cus split pieces": "0", - "sysstat.im scan cus undo records applied": "0", - "sysstat.im scan cus wait notvis": "0", - "sysstat.im scan cus wait notvis (doublebuffer)": "0", - "sysstat.im scan dict engine results reused": "0", - "sysstat.im scan dict engine results stored": "0", - "sysstat.im scan eu bytes in-memory": "0", - "sysstat.im scan eu bytes uncompressed": "0", - "sysstat.im scan eu rows": "0", - "sysstat.im scan eus columns accessed": "0", - "sysstat.im scan eus columns decompressed": "0", - "sysstat.im scan eus columns theoretical max": "0", - "sysstat.im scan eus memcompress for capacity high": "0", - "sysstat.im scan eus memcompress for capacity low": "0", - "sysstat.im scan eus memcompress for dml": "0", - "sysstat.im scan eus memcompress for query high": "0", - "sysstat.im scan eus memcompress for query low": "0", - "sysstat.im scan eus no memcompress": "0", - "sysstat.im scan eus split pieces": "0", - "sysstat.im scan fetches journal": "0", - "sysstat.im scan found invalid cu": "0", - "sysstat.im scan invalid all blocks": "0", - "sysstat.im scan journal": "0", - "sysstat.im scan journal cleanout": "0", - "sysstat.im scan journal no cleanout": "0", - "sysstat.im scan rows": "0", - "sysstat.im scan rows cache": "0", - "sysstat.im scan rows discontinuous": "0", - "sysstat.im scan rows excluded": "0", - "sysstat.im scan rows journal": "0", - "sysstat.im scan rows journal total": "0", - "sysstat.im scan rows optimized": "0", - "sysstat.im scan rows pcode aggregated": "0", - "sysstat.im scan rows projected": "0", - "sysstat.im scan rows range excluded": "0", - "sysstat.im scan rows valid": "0", - "sysstat.im scan segments disk": "0", - "sysstat.im scan segments minmax eligible": "0", - "sysstat.im scan smu colmap hit": "0", - "sysstat.im scan smu colmap miss due to deletes": "0", - "sysstat.im scan smu colmap miss due to inserts": "0", - "sysstat.im scan smu colmap miss due to invalid blocks": "0", - "sysstat.im scan smu colmap miss due to untracked changes": "0", - "sysstat.im scan smu colmap miss due to update": "0", - "sysstat.im scan uncommitted pj granule": "0", - "sysstat.im simd bloom filter calls": "0", - "sysstat.im simd bloom filter selective calls": "0", - "sysstat.im simd compare calls": "0", - "sysstat.im simd compare hw offload calls": "0", - "sysstat.im simd compare selective calls": "0", - "sysstat.im simd decode calls": "0", - "sysstat.im simd decode hw offload calls": "0", - "sysstat.im simd decode selective calls": "0", - "sysstat.im simd decode symbol calls": "0", - "sysstat.im simd decode symbol selective calls": "0", - "sysstat.im simd decode unpack calls": "0", - "sysstat.im simd decode unpack hw offload calls": "0", - "sysstat.im simd decode unpack selective calls": "0", - "sysstat.im simd rle burst calls": "0", - "sysstat.im simd rle burst hw offload calls": "0", - "sysstat.im simd rle burst selective calls": "0", - "sysstat.im simd set membership calls": "0", - "sysstat.im simd set membership hw offload calls": "0", - "sysstat.im simd set membership selective calls": "0", - "sysstat.im space adg bytes allocated": "0", - "sysstat.im space adg bytes freed": "0", - "sysstat.im space adg extents allocated": "0", - "sysstat.im space adg journal extents freed": "0", - "sysstat.im space adg segments allocated": "0", - "sysstat.im space adg segments freed": "0", - "sysstat.im space cu bytes allocated": "0", - "sysstat.im space cu bytes freed": "0", - "sysstat.im space cu creations committed": "0", - "sysstat.im space cu creations initiated": "0", - "sysstat.im space cu extents allocated": "0", - "sysstat.im space cu extents freed": "0", - "sysstat.im space private journal bytes allocated": "0", - "sysstat.im space private journal bytes freed": "0", - "sysstat.im space private journal extents allocated": "0", - "sysstat.im space private journal extents freed": "0", - "sysstat.im space private journal segments allocated": "0", - "sysstat.im space private journal segments freed": "0", - "sysstat.im space segments allocated": "0", - "sysstat.im space segments freed": "0", - "sysstat.im space shared journal bytes allocated": "0", - "sysstat.im space shared journal bytes freed": "0", - "sysstat.im space shared journal extents allocated": "0", - "sysstat.im space shared journal extents freed": "0", - "sysstat.im space shared journal segments allocated": "0", - "sysstat.im space shared journal segments freed": "0", - "sysstat.im space smu bytes allocated": "0", - "sysstat.im space smu bytes freed": "0", - "sysstat.im space smu creations committed": "0", - "sysstat.im space smu creations initiated": "0", - "sysstat.im space smu extents allocated": "0", - "sysstat.im space smu extents freed": "0", - "sysstat.im split cu too small": "0", - "sysstat.im split cus": "0", - "sysstat.im split cus requested": "0", - "sysstat.im split fail": "0", - "sysstat.im split fail no space": "0", - "sysstat.im split get smaller cus": "0", - "sysstat.im subcu-hist bytes allocated": "0", - "sysstat.im subcu-hist cus": "0", - "sysstat.im subcu-hist cus examined": "0", - "sysstat.im subcu-hist cus selected": "0", - "sysstat.im subcu-hist subcus eliminated": "0", - "sysstat.im subcu-hist subcus in selected cus": "0", - "sysstat.im subcu-indenc bytes allocated": "0", - "sysstat.im subcu-indenc cus": "0", - "sysstat.im subcu-invidx bytes allocated": "0", - "sysstat.im subcu-invidx cus": "0", - "sysstat.im subcu-invidx cus examined": "0", - "sysstat.im subcu-invidx cus selected": "0", - "sysstat.im subcu-mm bytes allocated": "0", - "sysstat.im subcu-mm cus": "0", - "sysstat.im subcu-mm cus examined": "0", - "sysstat.im subcu-mm cus selected": "0", - "sysstat.im subcu-mm subcus eliminated": "0", - "sysstat.im subcu-mm subcus in selected cus": "0", - "sysstat.im transaction rows array-journal calls": "0", - "sysstat.im transaction rows array-journaled": "0", - "sysstat.im transaction wait ref-smu": "0", - "sysstat.im transactions": "0", - "sysstat.im transactions block change blocks already invalid": "0", - "sysstat.im transactions blocks invalidated": "0", - "sysstat.im transactions cu cleanout": "0", - "sysstat.im transactions cus invalid": "0", - "sysstat.im transactions downgrade": "0", - "sysstat.im transactions found invalid cu": "0", - "sysstat.im transactions full cleanout": "0", - "sysstat.im transactions journal cleanout": "0", - "sysstat.im transactions rows invalidated": "0", - "sysstat.im transactions rows journaled": "0", - "sysstat.im transactions self-cleanout no active": "0", - "sysstat.im txn zzzz spare1": "0", - "sysstat.im txn zzzz spare2": "0", - "sysstat.im txn zzzz spare3": "0", - "sysstat.im txn zzzz spare4": "0", - "sysstat.im txn zzzz spare5": "0", - "sysstat.im zzzz spare1": "0", - "sysstat.im zzzz spare10": "0", - "sysstat.im zzzz spare11": "0", - "sysstat.im zzzz spare12": "0", - "sysstat.im zzzz spare13": "0", - "sysstat.im zzzz spare14": "0", - "sysstat.im zzzz spare15": "0", - "sysstat.im zzzz spare16": "0", - "sysstat.im zzzz spare17": "0", - "sysstat.im zzzz spare18": "0", - "sysstat.im zzzz spare19": "0", - "sysstat.im zzzz spare2": "0", - "sysstat.im zzzz spare20": "0", - "sysstat.im zzzz spare3": "0", - "sysstat.im zzzz spare4": "0", - "sysstat.im zzzz spare5": "0", - "sysstat.im zzzz spare6": "0", - "sysstat.im zzzz spare7": "0", - "sysstat.im zzzz spare8": "0", - "sysstat.im zzzz spare9": "0", - "sysstat.immediate (cr) block cleanout applications": "82", - "sysstat.immediate (current) block cleanout applications": "649", - "sysstat.immediate cr cleanouts (index blocks)": "0", - "sysstat.imu bind flushes": "0", - "sysstat.imu commits": "3", - "sysstat.imu contention": "0", - "sysstat.imu cr rollbacks": "0", - "sysstat.imu flushes": "8", - "sysstat.imu ktichg flush": "4", - "sysstat.imu mbu flush": "0", - "sysstat.imu pool not allocated": "0", - "sysstat.imu recursive-transaction flush": "0", - "sysstat.imu redo allocation size": "6244", - "sysstat.imu undo allocation size": "25712", - "sysstat.imu undo retention flush": "0", - "sysstat.imu- failed to get a private strand": "0", - "sysstat.in call idle wait time": "160229", - "sysstat.index cmph cu, uncomp sentinels": "0", - "sysstat.index cmph dm, cu lock expand": "0", - "sysstat.index cmph dm, cu migrate row": "0", - "sysstat.index cmph dm, insert unpurge cu row": "0", - "sysstat.index cmph dm, purge dummy cu": "0", - "sysstat.index cmph dm, split for cu lock expand": "0", - "sysstat.index cmph dm, split for cu migrate row": "0", - "sysstat.index cmph ld, cu fit": "0", - "sysstat.index cmph ld, cu fit, add rows": "0", - "sysstat.index cmph ld, cu negative comp": "0", - "sysstat.index cmph ld, cu over-est": "0", - "sysstat.index cmph ld, cu under-est": "0", - "sysstat.index cmph ld, infinite loop": "0", - "sysstat.index cmph ld, lf blks flushed": "0", - "sysstat.index cmph ld, lf blks w/ und cu": "0", - "sysstat.index cmph ld, lf blks w/o cu": "0", - "sysstat.index cmph ld, lf blks w/o unc r": "0", - "sysstat.index cmph ld, retry in over-est": "0", - "sysstat.index cmph ld, rows compressed": "0", - "sysstat.index cmph ld, rows uncompressed": "0", - "sysstat.index cmph sc, ffs decomp buffers": "0", - "sysstat.index cmph sc, ffs decomp buffers released and found valid": "0", - "sysstat.index cmph sc, ffs decomp buffers rows avail": "0", - "sysstat.index cmph sc, ffs decomp buffers rows used": "0", - "sysstat.index cmph sc, ffs decomp failures": "0", - "sysstat.index cmph sp, leaf 90_10 failed": "0", - "sysstat.index cmph sp, leaf norecomp limit": "0", - "sysstat.index cmph sp, leaf norecomp negcomp": "0", - "sysstat.index cmph sp, leaf norecomp nospace": "0", - "sysstat.index cmph sp, leaf norecomp notry": "0", - "sysstat.index cmph sp, leaf norecomp oversize": "0", - "sysstat.index cmph sp, leaf norecomp zerocur": "0", - "sysstat.index cmph sp, leaf recomp fewer ucs": "0", - "sysstat.index cmph sp, leaf recomp zero ucs": "0", - "sysstat.index cmph sp, leaf recompress": "0", - "sysstat.index cmph sp, recomp buf0": "0", - "sysstat.index cmph sp, recomp buf1": "0", - "sysstat.index cmph sp, recomp buf2": "0", - "sysstat.index cmph sp, recomp buf3": "0", - "sysstat.index cmph sp, recomp buf4": "0", - "sysstat.index cmph sp, recomp buf5": "0", - "sysstat.index cmph sp, recomp localmem0": "0", - "sysstat.index cmph sp, recomp localmem1": "0", - "sysstat.index cmph sp, recomp localmem2": "0", - "sysstat.index cmph sp, recomp localmem3": "0", - "sysstat.index cmph sp, recomp localmem4": "0", - "sysstat.index cmph sp, recomp localmem5": "0", - "sysstat.index cmpl co, prefix mismatch": "0", - "sysstat.index cmpl ro, blocks not compressed": "0", - "sysstat.index cmpl ro, prefix change at block": "0", - "sysstat.index cmpl ro, prefix no change at block": "0", - "sysstat.index cmpl ro, reorg avoid load new block": "0", - "sysstat.index cmpl ro, reorg avoid split": "0", - "sysstat.index crx upgrade (found)": "0", - "sysstat.index crx upgrade (positioned)": "1", - "sysstat.index crx upgrade (prefetch)": "0", - "sysstat.index fast full scans (direct read)": "0", - "sysstat.index fast full scans (full)": "315", - "sysstat.index fast full scans (rowid ranges)": "0", - "sysstat.index fetch by key": "41136", - "sysstat.index reclamation/extension switch": "0", - "sysstat.index scans kdiixs1": "29077", - "sysstat.index split cancel op set": "0", - "sysstat.index split cancel wait clean": "0", - "sysstat.index split cancel wait noclean": "0", - "sysstat.ipc cpu used by this session": "0", - "sysstat.java call heap collected bytes": "0", - "sysstat.java call heap collected count": "0", - "sysstat.java call heap gc count": "0", - "sysstat.java call heap live object count": "0", - "sysstat.java call heap live object count max": "0", - "sysstat.java call heap live size": "0", - "sysstat.java call heap live size max": "0", - "sysstat.java call heap object count": "0", - "sysstat.java call heap object count max": "0", - "sysstat.java call heap total size": "0", - "sysstat.java call heap total size max": "0", - "sysstat.java call heap used size": "0", - "sysstat.java call heap used size max": "0", - "sysstat.java session heap collected bytes": "0", - "sysstat.java session heap collected count": "0", - "sysstat.java session heap gc count": "0", - "sysstat.java session heap live object count": "0", - "sysstat.java session heap live object count max": "0", - "sysstat.java session heap live size": "0", - "sysstat.java session heap live size max": "0", - "sysstat.java session heap object count": "0", - "sysstat.java session heap object count max": "0", - "sysstat.java session heap used size": "0", - "sysstat.java session heap used size max": "0", - "sysstat.ka grants received": "0", - "sysstat.ka local message waits": "0", - "sysstat.ka local messages received": "0", - "sysstat.ka messages sent": "0", - "sysstat.ka wait calls attempted": "0", - "sysstat.ka wait calls for invalid kga": "0", - "sysstat.ka wait calls other": "0", - "sysstat.ka wait calls suppressed": "0", - "sysstat.ka wait due to timeout": "0", - "sysstat.ka wait due to trigger": "0", - "sysstat.key vector cas merge abort": "0", - "sysstat.key vector cas merge locking retrial": "0", - "sysstat.key vector cas merge operations": "0", - "sysstat.key vector cu codes processed": "0", - "sysstat.key vector cus filtered": "0", - "sysstat.key vector cus min/max filtered": "0", - "sysstat.key vector cus processed using cached packed numbers": "0", - "sysstat.key vector dgk batch parcels": "0", - "sysstat.key vector dgk range parcels": "0", - "sysstat.key vector filtered on cell": "0", - "sysstat.key vector non cas merge operations": "0", - "sysstat.key vector probed on cell": "0", - "sysstat.key vector queries": "0", - "sysstat.key vector rows filtered": "0", - "sysstat.key vector rows processed by code": "0", - "sysstat.key vector rows processed by value": "0", - "sysstat.key vector serializations for cell": "0", - "sysstat.key vector serializations in lite mode for cell": "0", - "sysstat.key vector stubs created": "0", - "sysstat.key vectors bypassed": "0", - "sysstat.key vectors created": "0", - "sysstat.key vectors created (2 byte wide)": "0", - "sysstat.key vectors created (4 byte wide)": "0", - "sysstat.key vectors created (bit wide)": "0", - "sysstat.key vectors created (byte wide)": "0", - "sysstat.key vectors created (doubly indirect layout)": "0", - "sysstat.key vectors created (hash layout)": "0", - "sysstat.key vectors created (indirect layout)": "0", - "sysstat.key vectors created (nibble wide)": "0", - "sysstat.key vectors created (offset layout)": "0", - "sysstat.key vectors created (simple layout)": "0", - "sysstat.key vectors sent to cell": "0", - "sysstat.key vectors sent to cell in lite mode due to layout": "0", - "sysstat.key vectors sent to cell in lite mode due to quota": "0", - "sysstat.ktfb alloc myinst": "0", - "sysstat.ktfb alloc req": "24", - "sysstat.ktfb alloc search ffb": "0", - "sysstat.ktfb alloc space (block)": "6488064", - "sysstat.ktfb alloc steal": "0", - "sysstat.ktfb alloc time (ms)": "2578", - "sysstat.ktfb apply req": "23", - "sysstat.ktfb apply time (ms)": "1855", - "sysstat.ktfb commit req": "4", - "sysstat.ktfb commit time (ms)": "978", - "sysstat.ktfb free req": "16", - "sysstat.ktfb free space (block)": "136", - "sysstat.ktfb free time (ms)": "1292", - "sysstat.large tracked transactions": "0", - "sysstat.leaf node 90-10 splits": "0", - "sysstat.leaf node splits": "1", - "sysstat.lob reads": "30", - "sysstat.lob table id lookup cache misses": "0", - "sysstat.lob writes": "4", - "sysstat.lob writes unaligned": "4", - "sysstat.local undo segment hints helped": "0", - "sysstat.local undo segment hints were stale": "0", - "sysstat.logical read bytes from cache": "2352046080", - "sysstat.logons cumulative": "138", - "sysstat.logons current": "43", - "sysstat.max cf enq hold time": "53", - "sysstat.messages received": "936", - "sysstat.messages sent": "936", - "sysstat.min active scn optimization applied on cr": "0", - "sysstat.misses for writing mapping": "0", - "sysstat.no buffer to keep pinned count": "0", - "sysstat.no work - consistent read gets": "144625", - "sysstat.no. of decrypt ops": "0", - "sysstat.no. of encrypt ops": "0", - "sysstat.no. of namespaces created": "0", - "sysstat.no. of principal cache misses": "0", - "sysstat.no. of principal invalidations": "0", - "sysstat.no. of roles enabled or disabled": "0", - "sysstat.no. of user callbacks executed": "0", - "sysstat.no. of xs sessions attached": "0", - "sysstat.no. of xs sessions created": "0", - "sysstat.non-idle wait count": "100612", - "sysstat.non-idle wait time": "4298", - "sysstat.number of format_preserving redactions": "0", - "sysstat.number of full redactions": "0", - "sysstat.number of none redactions": "0", - "sysstat.number of nullify redactions": "0", - "sysstat.number of partial redactions": "0", - "sysstat.number of random redactions": "0", - "sysstat.number of read ios issued": "0", - "sysstat.number of regexp redactions": "0", - "sysstat.number of regexp_width redactions": "0", - "sysstat.olap aggregate function calc": "0", - "sysstat.olap aggregate function logical na": "0", - "sysstat.olap aggregate function precompute": "0", - "sysstat.olap custom member limit": "0", - "sysstat.olap engine calls": "0", - "sysstat.olap fast limit": "0", - "sysstat.olap full limit": "0", - "sysstat.olap gid limit": "0", - "sysstat.olap import rows loaded": "0", - "sysstat.olap import rows pushed": "0", - "sysstat.olap inhier limit": "0", - "sysstat.olap limit time": "0", - "sysstat.olap paging manager cache changed page": "0", - "sysstat.olap paging manager cache hit": "0", - "sysstat.olap paging manager cache miss": "0", - "sysstat.olap paging manager cache write": "0", - "sysstat.olap paging manager new page": "0", - "sysstat.olap paging manager pool size": "0", - "sysstat.olap perm lob read": "0", - "sysstat.olap row id limit": "0", - "sysstat.olap row load time": "0", - "sysstat.olap row source rows processed": "0", - "sysstat.olap session cache hit": "0", - "sysstat.olap session cache miss": "0", - "sysstat.olap temp segment read": "0", - "sysstat.olap temp segments": "0", - "sysstat.olap unique key attribute limit": "0", - "sysstat.opened cursors cumulative": "21379", - "sysstat.opened cursors current": "36", - "sysstat.os block input operations": "0", - "sysstat.os block output operations": "0", - "sysstat.os cpu qt wait time": "0", - "sysstat.os integral shared text size": "0", - "sysstat.os integral unshared data size": "0", - "sysstat.os integral unshared stack size": "0", - "sysstat.os involuntary context switches": "0", - "sysstat.os maximum resident set size": "0", - "sysstat.os page faults": "0", - "sysstat.os page reclaims": "0", - "sysstat.os signals received": "0", - "sysstat.os socket messages received": "0", - "sysstat.os socket messages sent": "0", - "sysstat.os swaps": "0", - "sysstat.os system time used": "0", - "sysstat.os user time used": "0", - "sysstat.os voluntary context switches": "0", - "sysstat.otc commit optimization attempts": "0", - "sysstat.otc commit optimization failure - setup": "0", - "sysstat.otc commit optimization hits": "0", - "sysstat.parallel operations downgraded 1 to 25 pct": "0", - "sysstat.parallel operations downgraded 25 to 50 pct": "0", - "sysstat.parallel operations downgraded 50 to 75 pct": "0", - "sysstat.parallel operations downgraded 75 to 99 pct": "0", - "sysstat.parallel operations downgraded to serial": "0", - "sysstat.parallel operations not downgraded": "18", - "sysstat.parse count (describe)": "4", - "sysstat.parse count (failures)": "21457", - "sysstat.parse count (hard)": "23837", - "sysstat.parse count (total)": "29245", - "sysstat.parse time cpu": "529", - "sysstat.parse time elapsed": "1971", - "sysstat.physical read bytes": "97525760", - "sysstat.physical read flash cache hits": "0", - "sysstat.physical read io requests": "6557", - "sysstat.physical read partial requests": "0", - "sysstat.physical read requests optimized": "0", - "sysstat.physical read snap bytes base": "0", - "sysstat.physical read snap bytes copy": "0", - "sysstat.physical read snap io requests base": "0", - "sysstat.physical read snap io requests copy": "0", - "sysstat.physical read snap io requests no data": "0", - "sysstat.physical read total bytes": "125878272", - "sysstat.physical read total bytes optimized": "0", - "sysstat.physical read total io requests": "7361", - "sysstat.physical read total multi block requests": "96", - "sysstat.physical reads": "11905", - "sysstat.physical reads cache": "11780", - "sysstat.physical reads cache for securefile flashback block new": "0", - "sysstat.physical reads cache prefetch": "5236", - "sysstat.physical reads direct": "125", - "sysstat.physical reads direct (lob)": "125", - "sysstat.physical reads direct for securefile flashback block new": "0", - "sysstat.physical reads direct temporary tablespace": "0", - "sysstat.physical reads for data transfer": "0", - "sysstat.physical reads for flashback new": "0", - "sysstat.physical reads prefetch warmup": "0", - "sysstat.physical reads retry corrupt": "0", - "sysstat.physical write bytes": "548864", - "sysstat.physical write io requests": "10", - "sysstat.physical write requests optimized": "0", - "sysstat.physical write snap io requests new allocations": "0", - "sysstat.physical write total bytes": "18109402", - "sysstat.physical write total bytes optimized": "0", - "sysstat.physical write total io requests": "695", - "sysstat.physical write total multi block requests": "20", - "sysstat.physical writes": "67", - "sysstat.physical writes direct": "62", - "sysstat.physical writes direct (lob)": "62", - "sysstat.physical writes direct temporary tablespace": "0", - "sysstat.physical writes from cache": "5", - "sysstat.physical writes non checkpoint": "67", - "sysstat.pinned buffers inspected": "339", - "sysstat.pinned cursors current": "16", - "sysstat.prefetch clients - 16k": "0", - "sysstat.prefetch clients - 2k": "0", - "sysstat.prefetch clients - 32k": "0", - "sysstat.prefetch clients - 4k": "0", - "sysstat.prefetch clients - 8k": "0", - "sysstat.prefetch clients - default": "0", - "sysstat.prefetch clients - keep": "0", - "sysstat.prefetch clients - recycle": "0", - "sysstat.prefetch warmup blocks aged out before use": "0", - "sysstat.prefetch warmup blocks flushed out before use": "0", - "sysstat.prefetched blocks aged out before use": "0", - "sysstat.process last non-idle time": "1572999637", - "sysstat.px local messages recv'd": "1110", - "sysstat.px local messages sent": "1110", - "sysstat.px remote messages recv'd": "0", - "sysstat.px remote messages sent": "0", - "sysstat.queries parallelized": "0", - "sysstat.queue flush": "0", - "sysstat.queue ocp pages": "0", - "sysstat.queue position update": "0", - "sysstat.queue qno pages": "0", - "sysstat.queue single row": "0", - "sysstat.queue splits": "0", - "sysstat.queue update without cp update": "0", - "sysstat.read-only violation count": "0", - "sysstat.recovery array read time": "0", - "sysstat.recovery array reads": "0", - "sysstat.recovery block gets from cache": "0", - "sysstat.recovery blocks read": "0", - "sysstat.recovery blocks read for lost write detection": "0", - "sysstat.recovery blocks skipped lost write checks": "0", - "sysstat.recovery cvmap unavailable": "0", - "sysstat.recovery local buffer freed": "0", - "sysstat.recovery local buffer unavailable": "0", - "sysstat.recovery logmerger catchup": "0", - "sysstat.recovery marker": "0", - "sysstat.recovery recieve buffer unavailable": "0", - "sysstat.recovery remote buffer received": "0", - "sysstat.recovery remote buffer sent": "0", - "sysstat.recursive aborts on index block reclamation": "0", - "sysstat.recursive calls": "138723", - "sysstat.recursive cpu usage": "1138", - "sysstat.recursive system api invocations": "0", - "sysstat.redo blocks checksummed by fg (exclusive)": "3607", - "sysstat.redo blocks checksummed by lgwr": "0", - "sysstat.redo blocks read for recovery": "0", - "sysstat.redo blocks written": "30800", - "sysstat.redo blocks written (group 0)": "30272", - "sysstat.redo blocks written (group 1)": "528", - "sysstat.redo blocks written (group 2)": "0", - "sysstat.redo blocks written (group 3)": "0", - "sysstat.redo blocks written (group 4)": "0", - "sysstat.redo blocks written (group 5)": "0", - "sysstat.redo blocks written (group 6)": "0", - "sysstat.redo blocks written (group 7)": "0", - "sysstat.redo buffer allocation retries": "0", - "sysstat.redo entries": "50733", - "sysstat.redo entries for lost write detection": "0", - "sysstat.redo k-bytes read for recovery": "0", - "sysstat.redo k-bytes read for terminal recovery": "0", - "sysstat.redo kb read": "0", - "sysstat.redo kb read (memory)": "0", - "sysstat.redo kb read (memory) for transport": "0", - "sysstat.redo kb read for transport": "0", - "sysstat.redo log space requests": "0", - "sysstat.redo log space wait time": "0", - "sysstat.redo non-durable records skipped": "0", - "sysstat.redo ordering marks": "26", - "sysstat.redo size": "15129160", - "sysstat.redo size for direct writes": "0", - "sysstat.redo size for lost write detection": "0", - "sysstat.redo subscn max counts": "513", - "sysstat.redo synch long waits": "0", - "sysstat.redo synch poll writes": "0", - "sysstat.redo synch polls": "0", - "sysstat.redo synch time": "0", - "sysstat.redo synch time (usec)": "5157", - "sysstat.redo synch time overhead (usec)": "155076", - "sysstat.redo synch time overhead count ( 2ms)": "9", - "sysstat.redo synch time overhead count ( 8ms)": "3", - "sysstat.redo synch time overhead count ( 32ms)": "1", - "sysstat.redo synch time overhead count (128ms)": "2", - "sysstat.redo synch time overhead count (inf)": "0", - "sysstat.redo synch writes": "15", - "sysstat.redo wastage": "121200", - "sysstat.redo write active strands": "478", - "sysstat.redo write broadcast ack count": "0", - "sysstat.redo write broadcast ack time": "0", - "sysstat.redo write broadcast lgwr post count": "0", - "sysstat.redo write finish time": "572769", - "sysstat.redo write gather time": "86484", - "sysstat.redo write info find": "15", - "sysstat.redo write info find fail": "0", - "sysstat.redo write issue time": "0", - "sysstat.redo write schedule time": "91340", - "sysstat.redo write size count ( 4kb)": "416", - "sysstat.redo write size count ( 8kb)": "16", - "sysstat.redo write size count ( 16kb)": "10", - "sysstat.redo write size count ( 32kb)": "3", - "sysstat.redo write size count ( 64kb)": "0", - "sysstat.redo write size count ( 128kb)": "6", - "sysstat.redo write size count ( 256kb)": "0", - "sysstat.redo write size count ( 512kb)": "1", - "sysstat.redo write size count (1024kb)": "4", - "sysstat.redo write size count (inf)": "7", - "sysstat.redo write time": "60", - "sysstat.redo write time (usec)": "592466", - "sysstat.redo write total time": "637275", - "sysstat.redo write worker delay (usec)": "69128", - "sysstat.redo write worker delay count": "463", - "sysstat.redo writes": "463", - "sysstat.redo writes (group 0)": "294", - "sysstat.redo writes (group 1)": "169", - "sysstat.redo writes (group 2)": "0", - "sysstat.redo writes (group 3)": "0", - "sysstat.redo writes (group 4)": "0", - "sysstat.redo writes (group 5)": "0", - "sysstat.redo writes (group 6)": "0", - "sysstat.redo writes (group 7)": "0", - "sysstat.redo writes adaptive all": "463", - "sysstat.redo writes adaptive worker": "463", - "sysstat.remote oradebug requests": "0", - "sysstat.requests to/from client": "43171", - "sysstat.rollback changes - undo records applied": "9", - "sysstat.rollbacks only - consistent read gets": "14", - "sysstat.root node splits": "0", - "sysstat.rowcr - resume": "0", - "sysstat.rowcr - row contention": "0", - "sysstat.rowcr attempts": "0", - "sysstat.rowcr hits": "0", - "sysstat.rows fetched via callback": "7355", - "sysstat.saved cleanout failures: buffer being written": "0", - "sysstat.saved cleanout failures: callback failure": "0", - "sysstat.saved cleanout failures: cannot pin": "0", - "sysstat.saved cleanout failures: delayed log": "0", - "sysstat.saved cleanout failures: flashback": "0", - "sysstat.saved cleanout failures: hot backup in progress": "0", - "sysstat.saved cleanout failures: write disabled": "0", - "sysstat.saved cleanouts": "0", - "sysstat.saved cleanouts successfully completed": "0", - "sysstat.scheduler wait time": "0", - "sysstat.scn increments due to another database": "0", - "sysstat.securefile add dedupd lob to set": "0", - "sysstat.securefile allocation bytes": "507904", - "sysstat.securefile allocation chunks": "5", - "sysstat.securefile bytes cleartext": "0", - "sysstat.securefile bytes deduplicated": "0", - "sysstat.securefile bytes encrypted": "0", - "sysstat.securefile bytes non-transformed": "496068", - "sysstat.securefile compressed bytes": "0", - "sysstat.securefile create dedup set": "0", - "sysstat.securefile dedup callback oper final": "0", - "sysstat.securefile dedup fits inline": "0", - "sysstat.securefile dedup flush too low": "0", - "sysstat.securefile dedup hash collision": "0", - "sysstat.securefile dedup prefix hash match": "0", - "sysstat.securefile dedup wapp cache miss": "0", - "sysstat.securefile destroy dedup set": "0", - "sysstat.securefile direct read bytes": "1024000", - "sysstat.securefile direct read ops": "13", - "sysstat.securefile direct write bytes": "507904", - "sysstat.securefile direct write ops": "5", - "sysstat.securefile inode ioreap time": "0", - "sysstat.securefile inode itree redo": "0", - "sysstat.securefile inode lhb redo": "0", - "sysstat.securefile inode read time": "0", - "sysstat.securefile inode write time": "0", - "sysstat.securefile number of flushes": "0", - "sysstat.securefile number of non-transformed flushes": "1", - "sysstat.securefile reject deduplication": "0", - "sysstat.securefile rmv from dedup set": "0", - "sysstat.securefile uncompressed bytes": "0", - "sysstat.securefiles copy from dbfs link": "0", - "sysstat.securefiles dbfs link operations": "0", - "sysstat.securefiles dbfs link overwrites": "0", - "sysstat.securefiles dbfs link streaming reads": "0", - "sysstat.securefiles get dbfs link reference": "0", - "sysstat.securefiles implicit copy from dbfs link": "0", - "sysstat.securefiles move to dbfs link": "0", - "sysstat.securefiles put dbfs link reference": "0", - "sysstat.segment cfs allocations": "0", - "sysstat.segment chunks allocation from dispenser": "5", - "sysstat.segment dispenser allocations": "1", - "sysstat.segment dispenser load empty": "0", - "sysstat.segment dispenser load tasks": "1", - "sysstat.segment prealloc bytes": "0", - "sysstat.segment prealloc ops": "1", - "sysstat.segment prealloc tasks": "1", - "sysstat.segment prealloc time (ms)": "10", - "sysstat.segment prealloc ufs2cfs bytes": "0", - "sysstat.segment total chunk allocation": "0", - "sysstat.serializable aborts": "0", - "sysstat.session connect time": "1572999637", - "sysstat.session cursor cache count": "934", - "sysstat.session cursor cache hits": "18898", - "sysstat.session logical reads": "287115", - "sysstat.session logical reads - im": "0", - "sysstat.session logical reads in local numa group": "0", - "sysstat.session logical reads in remote numa group": "0", - "sysstat.session pga memory": "130283128", - "sysstat.session pga memory max": "140720408", - "sysstat.session referenced a buffer on dram": "0", - "sysstat.session referenced a buffer on xmem": "0", - "sysstat.session stored procedure space": "0", - "sysstat.session uga memory": "32770256", - "sysstat.session uga memory max": "175834896", - "sysstat.shared hash latch upgrades - no wait": "194", - "sysstat.shared hash latch upgrades - wait": "0", - "sysstat.shared io pool buffer get failure": "0", - "sysstat.shared io pool buffer get success": "4", - "sysstat.slave propagated tracked transactions": "0", - "sysstat.smon posted for dropping temp segment": "0", - "sysstat.smon posted for instance recovery": "0", - "sysstat.smon posted for txn recovery for other instances": "0", - "sysstat.smon posted for undo segment recovery": "0", - "sysstat.smon posted for undo segment shrink": "0", - "sysstat.sorts (disk)": "0", - "sysstat.sorts (memory)": "4718", - "sysstat.sorts (rows)": "98743", - "sysstat.space was found by tune down": "0", - "sysstat.space was not found by tune down": "0", - "sysstat.spare statistic 1": "0", - "sysstat.spare statistic 10": "0", - "sysstat.spare statistic 11": "0", - "sysstat.spare statistic 12": "0", - "sysstat.spare statistic 13": "0", - "sysstat.spare statistic 14": "0", - "sysstat.spare statistic 15": "0", - "sysstat.spare statistic 16": "0", - "sysstat.spare statistic 17": "0", - "sysstat.spare statistic 18": "0", - "sysstat.spare statistic 19": "0", - "sysstat.spare statistic 2": "0", - "sysstat.spare statistic 20": "0", - "sysstat.spare statistic 21": "0", - "sysstat.spare statistic 22": "0", - "sysstat.spare statistic 23": "0", - "sysstat.spare statistic 24": "0", - "sysstat.spare statistic 25": "0", - "sysstat.spare statistic 26": "0", - "sysstat.spare statistic 27": "0", - "sysstat.spare statistic 28": "0", - "sysstat.spare statistic 29": "0", - "sysstat.spare statistic 3": "0", - "sysstat.spare statistic 30": "0", - "sysstat.spare statistic 31": "0", - "sysstat.spare statistic 32": "0", - "sysstat.spare statistic 33": "0", - "sysstat.spare statistic 34": "0", - "sysstat.spare statistic 35": "0", - "sysstat.spare statistic 36": "0", - "sysstat.spare statistic 37": "0", - "sysstat.spare statistic 38": "0", - "sysstat.spare statistic 39": "0", - "sysstat.spare statistic 4": "0", - "sysstat.spare statistic 40": "0", - "sysstat.spare statistic 5": "0", - "sysstat.spare statistic 6": "0", - "sysstat.spare statistic 7": "0", - "sysstat.spare statistic 8": "0", - "sysstat.spare statistic 9": "0", - "sysstat.sql area evicted": "21995", - "sysstat.sql area purged": "21536", - "sysstat.sql*net roundtrips to/from client": "43342", - "sysstat.sql*net roundtrips to/from dblink": "0", - "sysstat.steps of tune down ret. in space pressure": "0", - "sysstat.streaming no-stall reap": "0", - "sysstat.streaming stall reap": "0", - "sysstat.summed dirty queue length": "0", - "sysstat.switch current caused by our pin": "253", - "sysstat.switch current to new buffer": "253", - "sysstat.table fetch by rowid": "58468", - "sysstat.table fetch continued row": "738", - "sysstat.table scan blocks gotten": "21289", - "sysstat.table scan disk imc fallback": "0", - "sysstat.table scan disk non-imc rows gotten": "649391", - "sysstat.table scan rows gotten": "649392", - "sysstat.table scan rs1": "0", - "sysstat.table scan rs2": "0", - "sysstat.table scans (cache partitions)": "0", - "sysstat.table scans (direct read)": "0", - "sysstat.table scans (im)": "0", - "sysstat.table scans (long tables)": "2", - "sysstat.table scans (rowid ranges)": "0", - "sysstat.table scans (short tables)": "804", - "sysstat.tbs extension: bytes extended": "0", - "sysstat.tbs extension: files extended": "0", - "sysstat.tbs extension: tasks created": "0", - "sysstat.tbs extension: tasks executed": "0", - "sysstat.temp space allocated (bytes)": "2097152", - "sysstat.total cf enq hold time": "102", - "sysstat.total number of cf enq holders": "81", - "sysstat.total number of slots": "0", - "sysstat.total number of times smon posted": "12", - "sysstat.total number of undo segments dropped": "0", - "sysstat.tracked rows": "0", - "sysstat.tracked transactions": "0", - "sysstat.transaction lock background get time": "0", - "sysstat.transaction lock background gets": "0", - "sysstat.transaction lock foreground requests": "0", - "sysstat.transaction lock foreground wait time": "0", - "sysstat.transaction rollbacks": "3", - "sysstat.transaction tables consistent read rollbacks": "0", - "sysstat.transaction tables consistent reads - undo records applied": "0", - "sysstat.tune down retentions in space pressure": "0", - "sysstat.txn cache init usn exceeds max": "0", - "sysstat.txn cache init usn slot mismatch": "0", - "sysstat.txn cache local ac read misses": "0", - "sysstat.txn cache local empty slot misses": "0", - "sysstat.txn cache local loscn read misses": "0", - "sysstat.txn cache local preset misses": "0", - "sysstat.txn cache local proc misses": "0", - "sysstat.txn cache local read hits": "0", - "sysstat.txn cache local read misses": "0", - "sysstat.txn cache local seq num misses": "0", - "sysstat.txn cache local slot misses": "0", - "sysstat.txn cache local sync commit scn misses": "0", - "sysstat.txn cache local usn hash read misses": "0", - "sysstat.txn cache local usn hash write misses": "0", - "sysstat.txn cache local writes": "0", - "sysstat.txn cache lookup conflicting write exact": "0", - "sysstat.txn cache lookup conflicting write uppper": "0", - "sysstat.txn cache lookup fail read even version": "0", - "sysstat.txn cache lookup slot exceeds max": "0", - "sysstat.txn cache lookup usn exceeds max": "0", - "sysstat.txn cache redo sync reads": "0", - "sysstat.txn cache remote active read misses": "0", - "sysstat.txn cache remote copy hits": "0", - "sysstat.txn cache remote copy misses": "0", - "sysstat.txn cache remote empty slot misses": "0", - "sysstat.txn cache remote fetch double pass": "0", - "sysstat.txn cache remote loscn read misses": "0", - "sysstat.txn cache remote prefetch count": "0", - "sysstat.txn cache remote proc misses": "0", - "sysstat.txn cache remote read hits": "0", - "sysstat.txn cache remote read misses": "0", - "sysstat.txn cache remote read msg sent": "0", - "sysstat.txn cache remote seq num misses": "0", - "sysstat.txn cache remote slot misses": "0", - "sysstat.txn cache remote sync commit scn misses": "0", - "sysstat.txn cache remote ts/inst mismatch": "0", - "sysstat.txn cache remote usn hash read misses": "0", - "sysstat.txn cache remote writes": "0", - "sysstat.txn cache upper bound misses": "0", - "sysstat.txn cache write slot mismatch": "0", - "sysstat.txn cache write usn exceeds max": "0", - "sysstat.undo block recovery disk reads skipped": "0", - "sysstat.undo change vector size": "7369464", - "sysstat.undo segment header was pinned": "0", - "sysstat.user calls": "43633", - "sysstat.user commits": "10", - "sysstat.user i/o wait time": "358", - "sysstat.user logons cumulative": "9", - "sysstat.user logouts cumulative": "8", - "sysstat.user rollbacks": "21427", - "sysstat.vector encoded arithmetic exceptions": "0", - "sysstat.vector encoded row operations": "0", - "sysstat.vector encoded rows": "0", - "sysstat.vector encoded rows decoded": "0", - "sysstat.vector encoded rowset operations": "0", - "sysstat.vector encoded rowsets": "0", - "sysstat.vector encoded rowsets decoded": "0", - "sysstat.vector group by accumspace cardinality": "0", - "sysstat.vector group by accumspace size": "0", - "sysstat.vector group by operations not sent to cell due to cardinality": "0", - "sysstat.vector group by operations not sent to cell due to key vector": "0", - "sysstat.vector group by operations sent to cell": "0", - "sysstat.vector group by out of line rows": "0", - "sysstat.vector group by out of line size": "0", - "sysstat.vector group by rows processed on cell": "0", - "sysstat.vector group by rows returned by cell": "0", - "sysstat.vector group by rowsets processed on cell": "0", - "sysstat.vector group by rowsources adapted": "0", - "sysstat.vector group by string allocations": "0", - "sysstat.vector group by string allocations size": "0", - "sysstat.vector group by string resizes": "0", - "sysstat.vector group by used": "0", - "sysstat.very large tracked transactions": "0", - "sysstat.workarea executions - multipass": "0", - "sysstat.workarea executions - onepass": "0", - "sysstat.workarea executions - optimal": "2822", - "sysstat.workarea memory allocated": "0", - "sysstat.workload capture: dbtime": "0", - "sysstat.workload capture: errors": "0", - "sysstat.workload capture: pl/sql dbtime": "0", - "sysstat.workload capture: pl/sql subcall size of recording": "0", - "sysstat.workload capture: pl/sql user calls": "0", - "sysstat.workload capture: pl/sql user subcalls": "0", - "sysstat.workload capture: size (in bytes) of recording": "0", - "sysstat.workload capture: unreplayable user calls": "0", - "sysstat.workload capture: unsupported user calls": "0", - "sysstat.workload capture: user calls": "0", - "sysstat.workload capture: user calls flushed": "0", - "sysstat.workload capture: user logins": "0", - "sysstat.workload capture: user txns": "0", - "sysstat.workload replay: dbtime": "0", - "sysstat.workload replay: deadlocks resolved": "0", - "sysstat.workload replay: network time": "0", - "sysstat.workload replay: pl/sql dbtime": "0", - "sysstat.workload replay: pl/sql user calls": "0", - "sysstat.workload replay: pl/sql user subcalls": "0", - "sysstat.workload replay: think time": "0", - "sysstat.workload replay: time gain": "0", - "sysstat.workload replay: time loss": "0", - "sysstat.workload replay: user calls": "0", - "sysstat.write clones created for recovery": "0", - "sysstat.write clones created in background": "0", - "sysstat.write clones created in foreground": "0", - "sysstat.xmem buffer switch needed but no free dram buffer": "0", - "sysstat.xmem clean buffers available and used": "0", - "sysstat.xmem clean buffers not available so switch to main": "0", - "sysstat.xmem: dram enforced but no free buffer": "0", - "system_event.adr block file read.average_wait": "0.02", - "system_event.adr block file read.average_wait_fg": "0.03", - "system_event.adr block file read.con_id": "0", - "system_event.adr block file read.event_id": "1780066010", - "system_event.adr block file read.time_waited": "9", - "system_event.adr block file read.time_waited_fg": "1", - "system_event.adr block file read.time_waited_micro": "86497", - "system_event.adr block file read.time_waited_micro_fg": "13260", - "system_event.adr block file read.total_timeouts": "0", - "system_event.adr block file read.total_timeouts_fg": "0", - "system_event.adr block file read.total_waits": "451", - "system_event.adr block file read.total_waits_fg": "52", - "system_event.adr block file read.wait_class": "Other", - "system_event.adr block file read.wait_class#": "0", - "system_event.adr block file read.wait_class_id": "1893977003", - "system_event.adr block file write.average_wait": "0.04", - "system_event.adr block file write.average_wait_fg": "0", - "system_event.adr block file write.con_id": "0", - "system_event.adr block file write.event_id": "4092822979", - "system_event.adr block file write.time_waited": "31", - "system_event.adr block file write.time_waited_fg": "0", - "system_event.adr block file write.time_waited_micro": "312945", - "system_event.adr block file write.time_waited_micro_fg": "0", - "system_event.adr block file write.total_timeouts": "0", - "system_event.adr block file write.total_timeouts_fg": "0", - "system_event.adr block file write.total_waits": "752", - "system_event.adr block file write.total_waits_fg": "0", - "system_event.adr block file write.wait_class": "Other", - "system_event.adr block file write.wait_class#": "0", - "system_event.adr block file write.wait_class_id": "1893977003", - "system_event.adr file lock.average_wait": "0", - "system_event.adr file lock.average_wait_fg": "0", - "system_event.adr file lock.con_id": "0", - "system_event.adr file lock.event_id": "660190475", - "system_event.adr file lock.time_waited": "1", - "system_event.adr file lock.time_waited_fg": "0", - "system_event.adr file lock.time_waited_micro": "14840", - "system_event.adr file lock.time_waited_micro_fg": "0", - "system_event.adr file lock.total_timeouts": "0", - "system_event.adr file lock.total_timeouts_fg": "0", - "system_event.adr file lock.total_waits": "692", - "system_event.adr file lock.total_waits_fg": "0", - "system_event.adr file lock.wait_class": "Other", - "system_event.adr file lock.wait_class#": "0", - "system_event.adr file lock.wait_class_id": "1893977003", - "system_event.aq background master: slave start.average_wait": "0.33", - "system_event.aq background master: slave start.average_wait_fg": "0", - "system_event.aq background master: slave start.con_id": "0", - "system_event.aq background master: slave start.event_id": "521075289", - "system_event.aq background master: slave start.time_waited": "1", - "system_event.aq background master: slave start.time_waited_fg": "0", - "system_event.aq background master: slave start.time_waited_micro": "13149", - "system_event.aq background master: slave start.time_waited_micro_fg": "0", - "system_event.aq background master: slave start.total_timeouts": "0", - "system_event.aq background master: slave start.total_timeouts_fg": "0", - "system_event.aq background master: slave start.total_waits": "4", - "system_event.aq background master: slave start.total_waits_fg": "0", - "system_event.aq background master: slave start.wait_class": "Other", - "system_event.aq background master: slave start.wait_class#": "0", - "system_event.aq background master: slave start.wait_class_id": "1893977003", - "system_event.aqpc idle.average_wait": "2023.72", - "system_event.aqpc idle.average_wait_fg": "0", - "system_event.aqpc idle.con_id": "0", - "system_event.aqpc idle.event_id": "3367618326", - "system_event.aqpc idle.time_waited": "4047", - "system_event.aqpc idle.time_waited_fg": "0", - "system_event.aqpc idle.time_waited_micro": "40474362", - "system_event.aqpc idle.time_waited_micro_fg": "0", - "system_event.aqpc idle.total_timeouts": "1", - "system_event.aqpc idle.total_timeouts_fg": "0", - "system_event.aqpc idle.total_waits": "2", - "system_event.aqpc idle.total_waits_fg": "0", - "system_event.aqpc idle.wait_class": "Idle", - "system_event.aqpc idle.wait_class#": "6", - "system_event.aqpc idle.wait_class_id": "2723168908", - "system_event.aqpc: new master.average_wait": "0", - "system_event.aqpc: new master.average_wait_fg": "0", - "system_event.aqpc: new master.con_id": "0", - "system_event.aqpc: new master.event_id": "1719027518", - "system_event.aqpc: new master.time_waited": "0", - "system_event.aqpc: new master.time_waited_fg": "0", - "system_event.aqpc: new master.time_waited_micro": "85", - "system_event.aqpc: new master.time_waited_micro_fg": "0", - "system_event.aqpc: new master.total_timeouts": "0", - "system_event.aqpc: new master.total_timeouts_fg": "0", - "system_event.aqpc: new master.total_waits": "2", - "system_event.aqpc: new master.total_waits_fg": "0", - "system_event.aqpc: new master.wait_class": "Other", - "system_event.aqpc: new master.wait_class#": "0", - "system_event.aqpc: new master.wait_class_id": "1893977003", - "system_event.asynch descriptor resize.average_wait": "0", - "system_event.asynch descriptor resize.average_wait_fg": "0.01", - "system_event.asynch descriptor resize.con_id": "0", - "system_event.asynch descriptor resize.event_id": "2505166323", - "system_event.asynch descriptor resize.time_waited": "0", - "system_event.asynch descriptor resize.time_waited_fg": "0", - "system_event.asynch descriptor resize.time_waited_micro": "1077", - "system_event.asynch descriptor resize.time_waited_micro_fg": "463", - "system_event.asynch descriptor resize.total_timeouts": "59", - "system_event.asynch descriptor resize.total_timeouts_fg": "9", - "system_event.asynch descriptor resize.total_waits": "59", - "system_event.asynch descriptor resize.total_waits_fg": "9", - "system_event.asynch descriptor resize.wait_class": "Other", - "system_event.asynch descriptor resize.wait_class#": "0", - "system_event.asynch descriptor resize.wait_class_id": "1893977003", - "system_event.buffer busy waits.average_wait": "0.44", - "system_event.buffer busy waits.average_wait_fg": "0", - "system_event.buffer busy waits.con_id": "0", - "system_event.buffer busy waits.event_id": "2161531084", - "system_event.buffer busy waits.time_waited": "1", - "system_event.buffer busy waits.time_waited_fg": "0", - "system_event.buffer busy waits.time_waited_micro": "13170", - "system_event.buffer busy waits.time_waited_micro_fg": "0", - "system_event.buffer busy waits.total_timeouts": "0", - "system_event.buffer busy waits.total_timeouts_fg": "0", - "system_event.buffer busy waits.total_waits": "3", - "system_event.buffer busy waits.total_waits_fg": "0", - "system_event.buffer busy waits.wait_class": "Concurrency", - "system_event.buffer busy waits.wait_class#": "4", - "system_event.buffer busy waits.wait_class_id": "3875070507", - "system_event.class slave wait.average_wait": "0.07", - "system_event.class slave wait.average_wait_fg": "0", - "system_event.class slave wait.con_id": "0", - "system_event.class slave wait.event_id": "1055154682", - "system_event.class slave wait.time_waited": "2", - "system_event.class slave wait.time_waited_fg": "0", - "system_event.class slave wait.time_waited_micro": "22784", - "system_event.class slave wait.time_waited_micro_fg": "0", - "system_event.class slave wait.total_timeouts": "0", - "system_event.class slave wait.total_timeouts_fg": "0", - "system_event.class slave wait.total_waits": "34", - "system_event.class slave wait.total_waits_fg": "0", - "system_event.class slave wait.wait_class": "Idle", - "system_event.class slave wait.wait_class#": "6", - "system_event.class slave wait.wait_class_id": "2723168908", - "system_event.compression analysis.average_wait": "0", - "system_event.compression analysis.average_wait_fg": "0", - "system_event.compression analysis.con_id": "0", - "system_event.compression analysis.event_id": "2929689230", - "system_event.compression analysis.time_waited": "0", - "system_event.compression analysis.time_waited_fg": "0", - "system_event.compression analysis.time_waited_micro": "172", - "system_event.compression analysis.time_waited_micro_fg": "0", - "system_event.compression analysis.total_timeouts": "0", - "system_event.compression analysis.total_timeouts_fg": "0", - "system_event.compression analysis.total_waits": "16", - "system_event.compression analysis.total_waits_fg": "0", - "system_event.compression analysis.wait_class": "Other", - "system_event.compression analysis.wait_class#": "0", - "system_event.compression analysis.wait_class_id": "1893977003", - "system_event.control file heartbeat.average_wait": "401.99", - "system_event.control file heartbeat.average_wait_fg": "401.99", - "system_event.control file heartbeat.con_id": "0", - "system_event.control file heartbeat.event_id": "40893507", - "system_event.control file heartbeat.time_waited": "402", - "system_event.control file heartbeat.time_waited_fg": "402", - "system_event.control file heartbeat.time_waited_micro": "4019928", - "system_event.control file heartbeat.time_waited_micro_fg": "4019928", - "system_event.control file heartbeat.total_timeouts": "1", - "system_event.control file heartbeat.total_timeouts_fg": "1", - "system_event.control file heartbeat.total_waits": "1", - "system_event.control file heartbeat.total_waits_fg": "1", - "system_event.control file heartbeat.wait_class": "Other", - "system_event.control file heartbeat.wait_class#": "0", - "system_event.control file heartbeat.wait_class_id": "1893977003", - "system_event.control file parallel write.average_wait": "0.07", - "system_event.control file parallel write.average_wait_fg": "0.07", - "system_event.control file parallel write.con_id": "0", - "system_event.control file parallel write.event_id": "4078387448", - "system_event.control file parallel write.time_waited": "7", - "system_event.control file parallel write.time_waited_fg": "5", - "system_event.control file parallel write.time_waited_micro": "74155", - "system_event.control file parallel write.time_waited_micro_fg": "47982", - "system_event.control file parallel write.total_timeouts": "0", - "system_event.control file parallel write.total_timeouts_fg": "0", - "system_event.control file parallel write.total_waits": "101", - "system_event.control file parallel write.total_waits_fg": "69", - "system_event.control file parallel write.wait_class": "System I/O", - "system_event.control file parallel write.wait_class#": "9", - "system_event.control file parallel write.wait_class_id": "4108307767", - "system_event.control file sequential read.average_wait": "0", - "system_event.control file sequential read.average_wait_fg": "0", - "system_event.control file sequential read.con_id": "0", - "system_event.control file sequential read.event_id": "3213517201", - "system_event.control file sequential read.time_waited": "2", - "system_event.control file sequential read.time_waited_fg": "1", - "system_event.control file sequential read.time_waited_micro": "20032", - "system_event.control file sequential read.time_waited_micro_fg": "13448", - "system_event.control file sequential read.total_timeouts": "0", - "system_event.control file sequential read.total_timeouts_fg": "0", - "system_event.control file sequential read.total_waits": "717", - "system_event.control file sequential read.total_waits_fg": "372", - "system_event.control file sequential read.wait_class": "System I/O", - "system_event.control file sequential read.wait_class#": "9", - "system_event.control file sequential read.wait_class_id": "4108307767", - "system_event.crs call completion.average_wait": "0.18", - "system_event.crs call completion.average_wait_fg": "0", - "system_event.crs call completion.con_id": "0", - "system_event.crs call completion.event_id": "3329884903", - "system_event.crs call completion.time_waited": "0", - "system_event.crs call completion.time_waited_fg": "0", - "system_event.crs call completion.time_waited_micro": "1804", - "system_event.crs call completion.time_waited_micro_fg": "0", - "system_event.crs call completion.total_timeouts": "0", - "system_event.crs call completion.total_timeouts_fg": "0", - "system_event.crs call completion.total_waits": "1", - "system_event.crs call completion.total_waits_fg": "0", - "system_event.crs call completion.wait_class": "Other", - "system_event.crs call completion.wait_class#": "0", - "system_event.crs call completion.wait_class_id": "1893977003", - "system_event.css initialization.average_wait": "0.07", - "system_event.css initialization.average_wait_fg": "0", - "system_event.css initialization.con_id": "0", - "system_event.css initialization.event_id": "366154626", - "system_event.css initialization.time_waited": "0", - "system_event.css initialization.time_waited_fg": "0", - "system_event.css initialization.time_waited_micro": "682", - "system_event.css initialization.time_waited_micro_fg": "0", - "system_event.css initialization.total_timeouts": "0", - "system_event.css initialization.total_timeouts_fg": "0", - "system_event.css initialization.total_waits": "1", - "system_event.css initialization.total_waits_fg": "0", - "system_event.css initialization.wait_class": "Other", - "system_event.css initialization.wait_class#": "0", - "system_event.css initialization.wait_class_id": "1893977003", - "system_event.cursor: mutex s.average_wait": "0.3", - "system_event.cursor: mutex s.average_wait_fg": "0.3", - "system_event.cursor: mutex s.con_id": "0", - "system_event.cursor: mutex s.event_id": "1575214430", - "system_event.cursor: mutex s.time_waited": "0", - "system_event.cursor: mutex s.time_waited_fg": "0", - "system_event.cursor: mutex s.time_waited_micro": "2990", - "system_event.cursor: mutex s.time_waited_micro_fg": "2990", - "system_event.cursor: mutex s.total_timeouts": "0", - "system_event.cursor: mutex s.total_timeouts_fg": "0", - "system_event.cursor: mutex s.total_waits": "1", - "system_event.cursor: mutex s.total_waits_fg": "1", - "system_event.cursor: mutex s.wait_class": "Concurrency", - "system_event.cursor: mutex s.wait_class#": "4", - "system_event.cursor: mutex s.wait_class_id": "3875070507", - "system_event.cursor: pin s wait on x.average_wait": "0.15", - "system_event.cursor: pin s wait on x.average_wait_fg": "0.15", - "system_event.cursor: pin s wait on x.con_id": "0", - "system_event.cursor: pin s wait on x.event_id": "1729366244", - "system_event.cursor: pin s wait on x.time_waited": "194", - "system_event.cursor: pin s wait on x.time_waited_fg": "192", - "system_event.cursor: pin s wait on x.time_waited_micro": "1936872", - "system_event.cursor: pin s wait on x.time_waited_micro_fg": "1917349", - "system_event.cursor: pin s wait on x.total_timeouts": "0", - "system_event.cursor: pin s wait on x.total_timeouts_fg": "0", - "system_event.cursor: pin s wait on x.total_waits": "1270", - "system_event.cursor: pin s wait on x.total_waits_fg": "1268", - "system_event.cursor: pin s wait on x.wait_class": "Concurrency", - "system_event.cursor: pin s wait on x.wait_class#": "4", - "system_event.cursor: pin s wait on x.wait_class_id": "3875070507", - "system_event.cursor: pin s.average_wait": "0.13", - "system_event.cursor: pin s.average_wait_fg": "0.13", - "system_event.cursor: pin s.con_id": "0", - "system_event.cursor: pin s.event_id": "352301881", - "system_event.cursor: pin s.time_waited": "3", - "system_event.cursor: pin s.time_waited_fg": "3", - "system_event.cursor: pin s.time_waited_micro": "33243", - "system_event.cursor: pin s.time_waited_micro_fg": "33243", - "system_event.cursor: pin s.total_timeouts": "0", - "system_event.cursor: pin s.total_timeouts_fg": "0", - "system_event.cursor: pin s.total_waits": "26", - "system_event.cursor: pin s.total_waits_fg": "26", - "system_event.cursor: pin s.wait_class": "Concurrency", - "system_event.cursor: pin s.wait_class#": "4", - "system_event.cursor: pin s.wait_class_id": "3875070507", - "system_event.cursor: pin x.average_wait": "1.3", - "system_event.cursor: pin x.average_wait_fg": "1.3", - "system_event.cursor: pin x.con_id": "0", - "system_event.cursor: pin x.event_id": "3085815766", - "system_event.cursor: pin x.time_waited": "5", - "system_event.cursor: pin x.time_waited_fg": "5", - "system_event.cursor: pin x.time_waited_micro": "52050", - "system_event.cursor: pin x.time_waited_micro_fg": "52050", - "system_event.cursor: pin x.total_timeouts": "0", - "system_event.cursor: pin x.total_timeouts_fg": "0", - "system_event.cursor: pin x.total_waits": "4", - "system_event.cursor: pin x.total_waits_fg": "4", - "system_event.cursor: pin x.wait_class": "Concurrency", - "system_event.cursor: pin x.wait_class#": "4", - "system_event.cursor: pin x.wait_class_id": "3875070507", - "system_event.data guard: gap manager.average_wait": "75.15", - "system_event.data guard: gap manager.average_wait_fg": "0", - "system_event.data guard: gap manager.con_id": "0", - "system_event.data guard: gap manager.event_id": "2369083111", - "system_event.data guard: gap manager.time_waited": "75", - "system_event.data guard: gap manager.time_waited_fg": "0", - "system_event.data guard: gap manager.time_waited_micro": "751458", - "system_event.data guard: gap manager.time_waited_micro_fg": "0", - "system_event.data guard: gap manager.total_timeouts": "0", - "system_event.data guard: gap manager.total_timeouts_fg": "0", - "system_event.data guard: gap manager.total_waits": "1", - "system_event.data guard: gap manager.total_waits_fg": "0", - "system_event.data guard: gap manager.wait_class": "Idle", - "system_event.data guard: gap manager.wait_class#": "6", - "system_event.data guard: gap manager.wait_class_id": "2723168908", - "system_event.db file async i/o submit.average_wait": "0.21", - "system_event.db file async i/o submit.average_wait_fg": "0", - "system_event.db file async i/o submit.con_id": "0", - "system_event.db file async i/o submit.event_id": "133155944", - "system_event.db file async i/o submit.time_waited": "1", - "system_event.db file async i/o submit.time_waited_fg": "0", - "system_event.db file async i/o submit.time_waited_micro": "10446", - "system_event.db file async i/o submit.time_waited_micro_fg": "0", - "system_event.db file async i/o submit.total_timeouts": "0", - "system_event.db file async i/o submit.total_timeouts_fg": "0", - "system_event.db file async i/o submit.total_waits": "5", - "system_event.db file async i/o submit.total_waits_fg": "0", - "system_event.db file async i/o submit.wait_class": "System I/O", - "system_event.db file async i/o submit.wait_class#": "9", - "system_event.db file async i/o submit.wait_class_id": "4108307767", - "system_event.db file scattered read.average_wait": "0.05", - "system_event.db file scattered read.average_wait_fg": "0.01", - "system_event.db file scattered read.con_id": "0", - "system_event.db file scattered read.event_id": "506183215", - "system_event.db file scattered read.time_waited": "20", - "system_event.db file scattered read.time_waited_fg": "1", - "system_event.db file scattered read.time_waited_micro": "200535", - "system_event.db file scattered read.time_waited_micro_fg": "8671", - "system_event.db file scattered read.total_timeouts": "0", - "system_event.db file scattered read.total_timeouts_fg": "0", - "system_event.db file scattered read.total_waits": "403", - "system_event.db file scattered read.total_waits_fg": "89", - "system_event.db file scattered read.wait_class": "User I/O", - "system_event.db file scattered read.wait_class#": "8", - "system_event.db file scattered read.wait_class_id": "1740759767", - "system_event.db file sequential read.average_wait": "0.01", - "system_event.db file sequential read.average_wait_fg": "0", - "system_event.db file sequential read.con_id": "0", - "system_event.db file sequential read.event_id": "2652584166", - "system_event.db file sequential read.time_waited": "93", - "system_event.db file sequential read.time_waited_fg": "12", - "system_event.db file sequential read.time_waited_micro": "925625", - "system_event.db file sequential read.time_waited_micro_fg": "115810", - "system_event.db file sequential read.total_timeouts": "0", - "system_event.db file sequential read.total_timeouts_fg": "0", - "system_event.db file sequential read.total_waits": "6178", - "system_event.db file sequential read.total_waits_fg": "2477", - "system_event.db file sequential read.wait_class": "User I/O", - "system_event.db file sequential read.wait_class#": "8", - "system_event.db file sequential read.wait_class_id": "1740759767", - "system_event.db file single write.average_wait": "0.06", - "system_event.db file single write.average_wait_fg": "0.06", - "system_event.db file single write.con_id": "0", - "system_event.db file single write.event_id": "1307477558", - "system_event.db file single write.time_waited": "0", - "system_event.db file single write.time_waited_fg": "0", - "system_event.db file single write.time_waited_micro": "4496", - "system_event.db file single write.time_waited_micro_fg": "2577", - "system_event.db file single write.total_timeouts": "0", - "system_event.db file single write.total_timeouts_fg": "0", - "system_event.db file single write.total_waits": "8", - "system_event.db file single write.total_waits_fg": "4", - "system_event.db file single write.wait_class": "User I/O", - "system_event.db file single write.wait_class#": "8", - "system_event.db file single write.wait_class_id": "1740759767", - "system_event.diag idle wait.average_wait": "105.16", - "system_event.diag idle wait.average_wait_fg": "0", - "system_event.diag idle wait.con_id": "0", - "system_event.diag idle wait.event_id": "3176176482", - "system_event.diag idle wait.time_waited": "10306", - "system_event.diag idle wait.time_waited_fg": "0", - "system_event.diag idle wait.time_waited_micro": "103058380", - "system_event.diag idle wait.time_waited_micro_fg": "0", - "system_event.diag idle wait.total_timeouts": "98", - "system_event.diag idle wait.total_timeouts_fg": "0", - "system_event.diag idle wait.total_waits": "98", - "system_event.diag idle wait.total_waits_fg": "0", - "system_event.diag idle wait.wait_class": "Idle", - "system_event.diag idle wait.wait_class#": "6", - "system_event.diag idle wait.wait_class_id": "2723168908", - "system_event.direct path read.average_wait": "0.01", - "system_event.direct path read.average_wait_fg": "0", - "system_event.direct path read.con_id": "0", - "system_event.direct path read.event_id": "3926164927", - "system_event.direct path read.time_waited": "0", - "system_event.direct path read.time_waited_fg": "0", - "system_event.direct path read.time_waited_micro": "731", - "system_event.direct path read.time_waited_micro_fg": "0", - "system_event.direct path read.total_timeouts": "0", - "system_event.direct path read.total_timeouts_fg": "0", - "system_event.direct path read.total_waits": "13", - "system_event.direct path read.total_waits_fg": "0", - "system_event.direct path read.wait_class": "User I/O", - "system_event.direct path read.wait_class#": "8", - "system_event.direct path read.wait_class_id": "1740759767", - "system_event.direct path write.average_wait": "0.1", - "system_event.direct path write.average_wait_fg": "0", - "system_event.direct path write.con_id": "0", - "system_event.direct path write.event_id": "885859547", - "system_event.direct path write.time_waited": "0", - "system_event.direct path write.time_waited_fg": "0", - "system_event.direct path write.time_waited_micro": "4898", - "system_event.direct path write.time_waited_micro_fg": "0", - "system_event.direct path write.total_timeouts": "0", - "system_event.direct path write.total_timeouts_fg": "0", - "system_event.direct path write.total_waits": "5", - "system_event.direct path write.total_waits_fg": "0", - "system_event.direct path write.wait_class": "User I/O", - "system_event.direct path write.wait_class#": "8", - "system_event.direct path write.wait_class_id": "1740759767", - "system_event.disk file operations i/o.average_wait": "0.01", - "system_event.disk file operations i/o.average_wait_fg": "0.01", - "system_event.disk file operations i/o.con_id": "0", - "system_event.disk file operations i/o.event_id": "166678035", - "system_event.disk file operations i/o.time_waited": "1", - "system_event.disk file operations i/o.time_waited_fg": "0", - "system_event.disk file operations i/o.time_waited_micro": "11376", - "system_event.disk file operations i/o.time_waited_micro_fg": "2321", - "system_event.disk file operations i/o.total_timeouts": "0", - "system_event.disk file operations i/o.total_timeouts_fg": "0", - "system_event.disk file operations i/o.total_waits": "208", - "system_event.disk file operations i/o.total_waits_fg": "44", - "system_event.disk file operations i/o.wait_class": "User I/O", - "system_event.disk file operations i/o.wait_class#": "8", - "system_event.disk file operations i/o.wait_class_id": "1740759767", - "system_event.dlm cross inst call completion.average_wait": "0.08", - "system_event.dlm cross inst call completion.average_wait_fg": "0.08", - "system_event.dlm cross inst call completion.con_id": "0", - "system_event.dlm cross inst call completion.event_id": "2765459430", - "system_event.dlm cross inst call completion.time_waited": "0", - "system_event.dlm cross inst call completion.time_waited_fg": "0", - "system_event.dlm cross inst call completion.time_waited_micro": "3348", - "system_event.dlm cross inst call completion.time_waited_micro_fg": "3348", - "system_event.dlm cross inst call completion.total_timeouts": "0", - "system_event.dlm cross inst call completion.total_timeouts_fg": "0", - "system_event.dlm cross inst call completion.total_waits": "4", - "system_event.dlm cross inst call completion.total_waits_fg": "4", - "system_event.dlm cross inst call completion.wait_class": "Other", - "system_event.dlm cross inst call completion.wait_class#": "0", - "system_event.dlm cross inst call completion.wait_class_id": "1893977003", - "system_event.enq: bf - allocation contention.average_wait": "0.04", - "system_event.enq: bf - allocation contention.average_wait_fg": "0.04", - "system_event.enq: bf - allocation contention.con_id": "0", - "system_event.enq: bf - allocation contention.event_id": "2212717019", - "system_event.enq: bf - allocation contention.time_waited": "0", - "system_event.enq: bf - allocation contention.time_waited_fg": "0", - "system_event.enq: bf - allocation contention.time_waited_micro": "2999", - "system_event.enq: bf - allocation contention.time_waited_micro_fg": "2999", - "system_event.enq: bf - allocation contention.total_timeouts": "0", - "system_event.enq: bf - allocation contention.total_timeouts_fg": "0", - "system_event.enq: bf - allocation contention.total_waits": "7", - "system_event.enq: bf - allocation contention.total_waits_fg": "7", - "system_event.enq: bf - allocation contention.wait_class": "Other", - "system_event.enq: bf - allocation contention.wait_class#": "0", - "system_event.enq: bf - allocation contention.wait_class_id": "1893977003", - "system_event.enq: cr - block range reuse ckpt.average_wait": "0.54", - "system_event.enq: cr - block range reuse ckpt.average_wait_fg": "0", - "system_event.enq: cr - block range reuse ckpt.con_id": "0", - "system_event.enq: cr - block range reuse ckpt.event_id": "2576559565", - "system_event.enq: cr - block range reuse ckpt.time_waited": "2", - "system_event.enq: cr - block range reuse ckpt.time_waited_fg": "0", - "system_event.enq: cr - block range reuse ckpt.time_waited_micro": "21516", - "system_event.enq: cr - block range reuse ckpt.time_waited_micro_fg": "0", - "system_event.enq: cr - block range reuse ckpt.total_timeouts": "0", - "system_event.enq: cr - block range reuse ckpt.total_timeouts_fg": "0", - "system_event.enq: cr - block range reuse ckpt.total_waits": "4", - "system_event.enq: cr - block range reuse ckpt.total_waits_fg": "0", - "system_event.enq: cr - block range reuse ckpt.wait_class": "Other", - "system_event.enq: cr - block range reuse ckpt.wait_class#": "0", - "system_event.enq: cr - block range reuse ckpt.wait_class_id": "1893977003", - "system_event.enq: pr - contention.average_wait": "1.31", - "system_event.enq: pr - contention.average_wait_fg": "1.39", - "system_event.enq: pr - contention.con_id": "0", - "system_event.enq: pr - contention.event_id": "3733307663", - "system_event.enq: pr - contention.time_waited": "13", - "system_event.enq: pr - contention.time_waited_fg": "7", - "system_event.enq: pr - contention.time_waited_micro": "131071", - "system_event.enq: pr - contention.time_waited_micro_fg": "69336", - "system_event.enq: pr - contention.total_timeouts": "0", - "system_event.enq: pr - contention.total_timeouts_fg": "0", - "system_event.enq: pr - contention.total_waits": "10", - "system_event.enq: pr - contention.total_waits_fg": "5", - "system_event.enq: pr - contention.wait_class": "Other", - "system_event.enq: pr - contention.wait_class#": "0", - "system_event.enq: pr - contention.wait_class_id": "1893977003", - "system_event.enq: ps - contention.average_wait": "0.03", - "system_event.enq: ps - contention.average_wait_fg": "0", - "system_event.enq: ps - contention.con_id": "0", - "system_event.enq: ps - contention.event_id": "2071012023", - "system_event.enq: ps - contention.time_waited": "0", - "system_event.enq: ps - contention.time_waited_fg": "0", - "system_event.enq: ps - contention.time_waited_micro": "2535", - "system_event.enq: ps - contention.time_waited_micro_fg": "0", - "system_event.enq: ps - contention.total_timeouts": "0", - "system_event.enq: ps - contention.total_timeouts_fg": "0", - "system_event.enq: ps - contention.total_waits": "9", - "system_event.enq: ps - contention.total_waits_fg": "0", - "system_event.enq: ps - contention.wait_class": "Other", - "system_event.enq: ps - contention.wait_class#": "0", - "system_event.enq: ps - contention.wait_class_id": "1893977003", - "system_event.enq: pv - syncstart.average_wait": "1.34", - "system_event.enq: pv - syncstart.average_wait_fg": "0", - "system_event.enq: pv - syncstart.con_id": "0", - "system_event.enq: pv - syncstart.event_id": "3063016909", - "system_event.enq: pv - syncstart.time_waited": "1", - "system_event.enq: pv - syncstart.time_waited_fg": "0", - "system_event.enq: pv - syncstart.time_waited_micro": "13412", - "system_event.enq: pv - syncstart.time_waited_micro_fg": "0", - "system_event.enq: pv - syncstart.total_timeouts": "0", - "system_event.enq: pv - syncstart.total_timeouts_fg": "0", - "system_event.enq: pv - syncstart.total_waits": "1", - "system_event.enq: pv - syncstart.total_waits_fg": "0", - "system_event.enq: pv - syncstart.wait_class": "Other", - "system_event.enq: pv - syncstart.wait_class#": "0", - "system_event.enq: pv - syncstart.wait_class_id": "1893977003", - "system_event.enq: ro - fast object reuse.average_wait": "0.34", - "system_event.enq: ro - fast object reuse.average_wait_fg": "0", - "system_event.enq: ro - fast object reuse.con_id": "0", - "system_event.enq: ro - fast object reuse.event_id": "143262751", - "system_event.enq: ro - fast object reuse.time_waited": "1", - "system_event.enq: ro - fast object reuse.time_waited_fg": "0", - "system_event.enq: ro - fast object reuse.time_waited_micro": "13748", - "system_event.enq: ro - fast object reuse.time_waited_micro_fg": "0", - "system_event.enq: ro - fast object reuse.total_timeouts": "0", - "system_event.enq: ro - fast object reuse.total_timeouts_fg": "0", - "system_event.enq: ro - fast object reuse.total_waits": "4", - "system_event.enq: ro - fast object reuse.total_waits_fg": "0", - "system_event.enq: ro - fast object reuse.wait_class": "Application", - "system_event.enq: ro - fast object reuse.wait_class#": "1", - "system_event.enq: ro - fast object reuse.wait_class_id": "4217450380", - "system_event.external table open.average_wait": "0.3", - "system_event.external table open.average_wait_fg": "0", - "system_event.external table open.con_id": "0", - "system_event.external table open.event_id": "332943844", - "system_event.external table open.time_waited": "1", - "system_event.external table open.time_waited_fg": "0", - "system_event.external table open.time_waited_micro": "5959", - "system_event.external table open.time_waited_micro_fg": "0", - "system_event.external table open.total_timeouts": "0", - "system_event.external table open.total_timeouts_fg": "0", - "system_event.external table open.total_waits": "2", - "system_event.external table open.total_waits_fg": "0", - "system_event.external table open.wait_class": "User I/O", - "system_event.external table open.wait_class#": "8", - "system_event.external table open.wait_class_id": "1740759767", - "system_event.external table read.average_wait": "239.81", - "system_event.external table read.average_wait_fg": "0", - "system_event.external table read.con_id": "0", - "system_event.external table read.event_id": "1850448852", - "system_event.external table read.time_waited": "240", - "system_event.external table read.time_waited_fg": "0", - "system_event.external table read.time_waited_micro": "2398111", - "system_event.external table read.time_waited_micro_fg": "0", - "system_event.external table read.total_timeouts": "0", - "system_event.external table read.total_timeouts_fg": "0", - "system_event.external table read.total_waits": "1", - "system_event.external table read.total_waits_fg": "0", - "system_event.external table read.wait_class": "User I/O", - "system_event.external table read.wait_class#": "8", - "system_event.external table read.wait_class_id": "1740759767", - "system_event.external table write.average_wait": "0", - "system_event.external table write.average_wait_fg": "0", - "system_event.external table write.con_id": "0", - "system_event.external table write.event_id": "2573156426", - "system_event.external table write.time_waited": "0", - "system_event.external table write.time_waited_fg": "0", - "system_event.external table write.time_waited_micro": "101", - "system_event.external table write.time_waited_micro_fg": "0", - "system_event.external table write.total_timeouts": "0", - "system_event.external table write.total_timeouts_fg": "0", - "system_event.external table write.total_waits": "12", - "system_event.external table write.total_waits_fg": "0", - "system_event.external table write.wait_class": "User I/O", - "system_event.external table write.wait_class#": "8", - "system_event.external table write.wait_class_id": "1740759767", - "system_event.heartbeat redo informer.average_wait": "100.26", - "system_event.heartbeat redo informer.average_wait_fg": "0", - "system_event.heartbeat redo informer.con_id": "0", - "system_event.heartbeat redo informer.event_id": "4233989021", - "system_event.heartbeat redo informer.time_waited": "4712", - "system_event.heartbeat redo informer.time_waited_fg": "0", - "system_event.heartbeat redo informer.time_waited_micro": "47121105", - "system_event.heartbeat redo informer.time_waited_micro_fg": "0", - "system_event.heartbeat redo informer.total_timeouts": "0", - "system_event.heartbeat redo informer.total_timeouts_fg": "0", - "system_event.heartbeat redo informer.total_waits": "47", - "system_event.heartbeat redo informer.total_waits_fg": "0", - "system_event.heartbeat redo informer.wait_class": "Idle", - "system_event.heartbeat redo informer.wait_class#": "6", - "system_event.heartbeat redo informer.wait_class_id": "2723168908", - "system_event.instance state change.average_wait": "0.01", - "system_event.instance state change.average_wait_fg": "0.01", - "system_event.instance state change.con_id": "0", - "system_event.instance state change.event_id": "1525267497", - "system_event.instance state change.time_waited": "0", - "system_event.instance state change.time_waited_fg": "0", - "system_event.instance state change.time_waited_micro": "344", - "system_event.instance state change.time_waited_micro_fg": "344", - "system_event.instance state change.total_timeouts": "0", - "system_event.instance state change.total_timeouts_fg": "0", - "system_event.instance state change.total_waits": "3", - "system_event.instance state change.total_waits_fg": "3", - "system_event.instance state change.wait_class": "Other", - "system_event.instance state change.wait_class#": "0", - "system_event.instance state change.wait_class_id": "1893977003", - "system_event.kdic_do_merge.average_wait": "0", - "system_event.kdic_do_merge.average_wait_fg": "0", - "system_event.kdic_do_merge.con_id": "0", - "system_event.kdic_do_merge.event_id": "641757365", - "system_event.kdic_do_merge.time_waited": "0", - "system_event.kdic_do_merge.time_waited_fg": "0", - "system_event.kdic_do_merge.time_waited_micro": "4000", - "system_event.kdic_do_merge.time_waited_micro_fg": "3795", - "system_event.kdic_do_merge.total_timeouts": "0", - "system_event.kdic_do_merge.total_timeouts_fg": "0", - "system_event.kdic_do_merge.total_waits": "319", - "system_event.kdic_do_merge.total_waits_fg": "306", - "system_event.kdic_do_merge.wait_class": "Other", - "system_event.kdic_do_merge.wait_class#": "0", - "system_event.kdic_do_merge.wait_class_id": "1893977003", - "system_event.kksfbc child completion.average_wait": "5.3", - "system_event.kksfbc child completion.average_wait_fg": "5.3", - "system_event.kksfbc child completion.con_id": "0", - "system_event.kksfbc child completion.event_id": "2679325", - "system_event.kksfbc child completion.time_waited": "694", - "system_event.kksfbc child completion.time_waited_fg": "683", - "system_event.kksfbc child completion.time_waited_micro": "6936732", - "system_event.kksfbc child completion.time_waited_micro_fg": "6832539", - "system_event.kksfbc child completion.total_timeouts": "123", - "system_event.kksfbc child completion.total_timeouts_fg": "121", - "system_event.kksfbc child completion.total_waits": "131", - "system_event.kksfbc child completion.total_waits_fg": "129", - "system_event.kksfbc child completion.wait_class": "Other", - "system_event.kksfbc child completion.wait_class#": "0", - "system_event.kksfbc child completion.wait_class_id": "1893977003", - "system_event.ksv master wait.average_wait": "0.02", - "system_event.ksv master wait.average_wait_fg": "0", - "system_event.ksv master wait.con_id": "0", - "system_event.ksv master wait.event_id": "1510356050", - "system_event.ksv master wait.time_waited": "0", - "system_event.ksv master wait.time_waited_fg": "0", - "system_event.ksv master wait.time_waited_micro": "722", - "system_event.ksv master wait.time_waited_micro_fg": "0", - "system_event.ksv master wait.total_timeouts": "3", - "system_event.ksv master wait.total_timeouts_fg": "0", - "system_event.ksv master wait.total_waits": "3", - "system_event.ksv master wait.total_waits_fg": "0", - "system_event.ksv master wait.wait_class": "Other", - "system_event.ksv master wait.wait_class#": "0", - "system_event.ksv master wait.wait_class_id": "1893977003", - "system_event.latch free.average_wait": "1.47", - "system_event.latch free.average_wait_fg": "0", - "system_event.latch free.con_id": "0", - "system_event.latch free.event_id": "3474287957", - "system_event.latch free.time_waited": "10", - "system_event.latch free.time_waited_fg": "0", - "system_event.latch free.time_waited_micro": "102772", - "system_event.latch free.time_waited_micro_fg": "0", - "system_event.latch free.total_timeouts": "0", - "system_event.latch free.total_timeouts_fg": "0", - "system_event.latch free.total_waits": "7", - "system_event.latch free.total_waits_fg": "0", - "system_event.latch free.wait_class": "Other", - "system_event.latch free.wait_class#": "0", - "system_event.latch free.wait_class_id": "1893977003", - "system_event.latch: cache buffers chains.average_wait": "0.04", - "system_event.latch: cache buffers chains.average_wait_fg": "0", - "system_event.latch: cache buffers chains.con_id": "0", - "system_event.latch: cache buffers chains.event_id": "2779959231", - "system_event.latch: cache buffers chains.time_waited": "0", - "system_event.latch: cache buffers chains.time_waited_fg": "0", - "system_event.latch: cache buffers chains.time_waited_micro": "355", - "system_event.latch: cache buffers chains.time_waited_micro_fg": "0", - "system_event.latch: cache buffers chains.total_timeouts": "0", - "system_event.latch: cache buffers chains.total_timeouts_fg": "0", - "system_event.latch: cache buffers chains.total_waits": "1", - "system_event.latch: cache buffers chains.total_waits_fg": "0", - "system_event.latch: cache buffers chains.wait_class": "Concurrency", - "system_event.latch: cache buffers chains.wait_class#": "4", - "system_event.latch: cache buffers chains.wait_class_id": "3875070507", - "system_event.latch: call allocation.average_wait": "0.02", - "system_event.latch: call allocation.average_wait_fg": "0.02", - "system_event.latch: call allocation.con_id": "0", - "system_event.latch: call allocation.event_id": "139039345", - "system_event.latch: call allocation.time_waited": "0", - "system_event.latch: call allocation.time_waited_fg": "0", - "system_event.latch: call allocation.time_waited_micro": "477", - "system_event.latch: call allocation.time_waited_micro_fg": "477", - "system_event.latch: call allocation.total_timeouts": "0", - "system_event.latch: call allocation.total_timeouts_fg": "0", - "system_event.latch: call allocation.total_waits": "2", - "system_event.latch: call allocation.total_waits_fg": "2", - "system_event.latch: call allocation.wait_class": "Other", - "system_event.latch: call allocation.wait_class#": "0", - "system_event.latch: call allocation.wait_class_id": "1893977003", - "system_event.latch: enqueue hash chains.average_wait": "0.96", - "system_event.latch: enqueue hash chains.average_wait_fg": "0", - "system_event.latch: enqueue hash chains.con_id": "0", - "system_event.latch: enqueue hash chains.event_id": "1847483002", - "system_event.latch: enqueue hash chains.time_waited": "3", - "system_event.latch: enqueue hash chains.time_waited_fg": "0", - "system_event.latch: enqueue hash chains.time_waited_micro": "28850", - "system_event.latch: enqueue hash chains.time_waited_micro_fg": "0", - "system_event.latch: enqueue hash chains.total_timeouts": "0", - "system_event.latch: enqueue hash chains.total_timeouts_fg": "0", - "system_event.latch: enqueue hash chains.total_waits": "3", - "system_event.latch: enqueue hash chains.total_waits_fg": "0", - "system_event.latch: enqueue hash chains.wait_class": "Other", - "system_event.latch: enqueue hash chains.wait_class#": "0", - "system_event.latch: enqueue hash chains.wait_class_id": "1893977003", - "system_event.latch: redo allocation.average_wait": "1.04", - "system_event.latch: redo allocation.average_wait_fg": "0", - "system_event.latch: redo allocation.con_id": "0", - "system_event.latch: redo allocation.event_id": "266850936", - "system_event.latch: redo allocation.time_waited": "2", - "system_event.latch: redo allocation.time_waited_fg": "0", - "system_event.latch: redo allocation.time_waited_micro": "20857", - "system_event.latch: redo allocation.time_waited_micro_fg": "0", - "system_event.latch: redo allocation.total_timeouts": "0", - "system_event.latch: redo allocation.total_timeouts_fg": "0", - "system_event.latch: redo allocation.total_waits": "2", - "system_event.latch: redo allocation.total_waits_fg": "0", - "system_event.latch: redo allocation.wait_class": "Other", - "system_event.latch: redo allocation.wait_class#": "0", - "system_event.latch: redo allocation.wait_class_id": "1893977003", - "system_event.latch: shared pool.average_wait": "0.09", - "system_event.latch: shared pool.average_wait_fg": "0.03", - "system_event.latch: shared pool.con_id": "0", - "system_event.latch: shared pool.event_id": "2696347763", - "system_event.latch: shared pool.time_waited": "11", - "system_event.latch: shared pool.time_waited_fg": "1", - "system_event.latch: shared pool.time_waited_micro": "105427", - "system_event.latch: shared pool.time_waited_micro_fg": "14814", - "system_event.latch: shared pool.total_timeouts": "0", - "system_event.latch: shared pool.total_timeouts_fg": "0", - "system_event.latch: shared pool.total_waits": "111", - "system_event.latch: shared pool.total_waits_fg": "49", - "system_event.latch: shared pool.wait_class": "Concurrency", - "system_event.latch: shared pool.wait_class#": "4", - "system_event.latch: shared pool.wait_class_id": "3875070507", - "system_event.lgwr all worker groups.average_wait": "0.09", - "system_event.lgwr all worker groups.average_wait_fg": "0", - "system_event.lgwr all worker groups.con_id": "0", - "system_event.lgwr all worker groups.event_id": "1249397642", - "system_event.lgwr all worker groups.time_waited": "1", - "system_event.lgwr all worker groups.time_waited_fg": "0", - "system_event.lgwr all worker groups.time_waited_micro": "9824", - "system_event.lgwr all worker groups.time_waited_micro_fg": "0", - "system_event.lgwr all worker groups.total_timeouts": "0", - "system_event.lgwr all worker groups.total_timeouts_fg": "0", - "system_event.lgwr all worker groups.total_waits": "11", - "system_event.lgwr all worker groups.total_waits_fg": "0", - "system_event.lgwr all worker groups.wait_class": "Other", - "system_event.lgwr all worker groups.wait_class#": "0", - "system_event.lgwr all worker groups.wait_class_id": "1893977003", - "system_event.lgwr any worker group.average_wait": "0.06", - "system_event.lgwr any worker group.average_wait_fg": "0", - "system_event.lgwr any worker group.con_id": "0", - "system_event.lgwr any worker group.event_id": "1793502753", - "system_event.lgwr any worker group.time_waited": "11", - "system_event.lgwr any worker group.time_waited_fg": "0", - "system_event.lgwr any worker group.time_waited_micro": "113358", - "system_event.lgwr any worker group.time_waited_micro_fg": "0", - "system_event.lgwr any worker group.total_timeouts": "0", - "system_event.lgwr any worker group.total_timeouts_fg": "0", - "system_event.lgwr any worker group.total_waits": "184", - "system_event.lgwr any worker group.total_waits_fg": "0", - "system_event.lgwr any worker group.wait_class": "Other", - "system_event.lgwr any worker group.wait_class#": "0", - "system_event.lgwr any worker group.wait_class_id": "1893977003", - "system_event.lgwr wait for redo copy.average_wait": "0.02", - "system_event.lgwr wait for redo copy.average_wait_fg": "0", - "system_event.lgwr wait for redo copy.con_id": "0", - "system_event.lgwr wait for redo copy.event_id": "4266849434", - "system_event.lgwr wait for redo copy.time_waited": "0", - "system_event.lgwr wait for redo copy.time_waited_fg": "0", - "system_event.lgwr wait for redo copy.time_waited_micro": "1323", - "system_event.lgwr wait for redo copy.time_waited_micro_fg": "0", - "system_event.lgwr wait for redo copy.total_timeouts": "0", - "system_event.lgwr wait for redo copy.total_timeouts_fg": "0", - "system_event.lgwr wait for redo copy.total_waits": "6", - "system_event.lgwr wait for redo copy.total_waits_fg": "0", - "system_event.lgwr wait for redo copy.wait_class": "Other", - "system_event.lgwr wait for redo copy.wait_class#": "0", - "system_event.lgwr wait for redo copy.wait_class_id": "1893977003", - "system_event.lgwr worker group idle.average_wait": "15.73", - "system_event.lgwr worker group idle.average_wait_fg": "0", - "system_event.lgwr worker group idle.con_id": "0", - "system_event.lgwr worker group idle.event_id": "91842589", - "system_event.lgwr worker group idle.time_waited": "6152", - "system_event.lgwr worker group idle.time_waited_fg": "0", - "system_event.lgwr worker group idle.time_waited_micro": "61515388", - "system_event.lgwr worker group idle.time_waited_micro_fg": "0", - "system_event.lgwr worker group idle.total_timeouts": "0", - "system_event.lgwr worker group idle.total_timeouts_fg": "0", - "system_event.lgwr worker group idle.total_waits": "391", - "system_event.lgwr worker group idle.total_waits_fg": "0", - "system_event.lgwr worker group idle.wait_class": "Idle", - "system_event.lgwr worker group idle.wait_class#": "6", - "system_event.lgwr worker group idle.wait_class_id": "2723168908", - "system_event.lgwr worker group ordering.average_wait": "0.12", - "system_event.lgwr worker group ordering.average_wait_fg": "0", - "system_event.lgwr worker group ordering.con_id": "0", - "system_event.lgwr worker group ordering.event_id": "3116432628", - "system_event.lgwr worker group ordering.time_waited": "2", - "system_event.lgwr worker group ordering.time_waited_fg": "0", - "system_event.lgwr worker group ordering.time_waited_micro": "17477", - "system_event.lgwr worker group ordering.time_waited_micro_fg": "0", - "system_event.lgwr worker group ordering.total_timeouts": "0", - "system_event.lgwr worker group ordering.total_timeouts_fg": "0", - "system_event.lgwr worker group ordering.total_waits": "15", - "system_event.lgwr worker group ordering.total_waits_fg": "0", - "system_event.lgwr worker group ordering.wait_class": "Other", - "system_event.lgwr worker group ordering.wait_class#": "0", - "system_event.lgwr worker group ordering.wait_class_id": "1893977003", - "system_event.library cache load lock.average_wait": "0.22", - "system_event.library cache load lock.average_wait_fg": "0.02", - "system_event.library cache load lock.con_id": "0", - "system_event.library cache load lock.event_id": "2952162927", - "system_event.library cache load lock.time_waited": "2", - "system_event.library cache load lock.time_waited_fg": "0", - "system_event.library cache load lock.time_waited_micro": "21504", - "system_event.library cache load lock.time_waited_micro_fg": "779", - "system_event.library cache load lock.total_timeouts": "0", - "system_event.library cache load lock.total_timeouts_fg": "0", - "system_event.library cache load lock.total_waits": "10", - "system_event.library cache load lock.total_waits_fg": "5", - "system_event.library cache load lock.wait_class": "Concurrency", - "system_event.library cache load lock.wait_class#": "4", - "system_event.library cache load lock.wait_class_id": "3875070507", - "system_event.library cache lock.average_wait": "0.12", - "system_event.library cache lock.average_wait_fg": "0.12", - "system_event.library cache lock.con_id": "0", - "system_event.library cache lock.event_id": "916468430", - "system_event.library cache lock.time_waited": "7", - "system_event.library cache lock.time_waited_fg": "7", - "system_event.library cache lock.time_waited_micro": "67935", - "system_event.library cache lock.time_waited_micro_fg": "67935", - "system_event.library cache lock.total_timeouts": "0", - "system_event.library cache lock.total_timeouts_fg": "0", - "system_event.library cache lock.total_waits": "56", - "system_event.library cache lock.total_waits_fg": "56", - "system_event.library cache lock.wait_class": "Concurrency", - "system_event.library cache lock.wait_class#": "4", - "system_event.library cache lock.wait_class_id": "3875070507", - "system_event.library cache: bucket mutex x.average_wait": "0.55", - "system_event.library cache: bucket mutex x.average_wait_fg": "0.55", - "system_event.library cache: bucket mutex x.con_id": "0", - "system_event.library cache: bucket mutex x.event_id": "2601513493", - "system_event.library cache: bucket mutex x.time_waited": "1", - "system_event.library cache: bucket mutex x.time_waited_fg": "1", - "system_event.library cache: bucket mutex x.time_waited_micro": "10980", - "system_event.library cache: bucket mutex x.time_waited_micro_fg": "10980", - "system_event.library cache: bucket mutex x.total_timeouts": "0", - "system_event.library cache: bucket mutex x.total_timeouts_fg": "0", - "system_event.library cache: bucket mutex x.total_waits": "2", - "system_event.library cache: bucket mutex x.total_waits_fg": "2", - "system_event.library cache: bucket mutex x.wait_class": "Concurrency", - "system_event.library cache: bucket mutex x.wait_class#": "4", - "system_event.library cache: bucket mutex x.wait_class_id": "3875070507", - "system_event.library cache: mutex x.average_wait": "0.3", - "system_event.library cache: mutex x.average_wait_fg": "0.3", - "system_event.library cache: mutex x.con_id": "0", - "system_event.library cache: mutex x.event_id": "1646780882", - "system_event.library cache: mutex x.time_waited": "56", - "system_event.library cache: mutex x.time_waited_fg": "56", - "system_event.library cache: mutex x.time_waited_micro": "558262", - "system_event.library cache: mutex x.time_waited_micro_fg": "558232", - "system_event.library cache: mutex x.total_timeouts": "0", - "system_event.library cache: mutex x.total_timeouts_fg": "0", - "system_event.library cache: mutex x.total_waits": "189", - "system_event.library cache: mutex x.total_waits_fg": "188", - "system_event.library cache: mutex x.wait_class": "Concurrency", - "system_event.library cache: mutex x.wait_class#": "4", - "system_event.library cache: mutex x.wait_class_id": "3875070507", - "system_event.log file parallel write.average_wait": "0.1", - "system_event.log file parallel write.average_wait_fg": "0", - "system_event.log file parallel write.con_id": "0", - "system_event.log file parallel write.event_id": "3999721902", - "system_event.log file parallel write.time_waited": "46", - "system_event.log file parallel write.time_waited_fg": "0", - "system_event.log file parallel write.time_waited_micro": "462962", - "system_event.log file parallel write.time_waited_micro_fg": "0", - "system_event.log file parallel write.total_timeouts": "0", - "system_event.log file parallel write.total_timeouts_fg": "0", - "system_event.log file parallel write.total_waits": "463", - "system_event.log file parallel write.total_waits_fg": "0", - "system_event.log file parallel write.wait_class": "System I/O", - "system_event.log file parallel write.wait_class#": "9", - "system_event.log file parallel write.wait_class_id": "4108307767", - "system_event.log file sequential read.average_wait": "0", - "system_event.log file sequential read.average_wait_fg": "0", - "system_event.log file sequential read.con_id": "0", - "system_event.log file sequential read.event_id": "549236675", - "system_event.log file sequential read.time_waited": "0", - "system_event.log file sequential read.time_waited_fg": "0", - "system_event.log file sequential read.time_waited_micro": "61", - "system_event.log file sequential read.time_waited_micro_fg": "0", - "system_event.log file sequential read.total_timeouts": "0", - "system_event.log file sequential read.total_timeouts_fg": "0", - "system_event.log file sequential read.total_waits": "4", - "system_event.log file sequential read.total_waits_fg": "0", - "system_event.log file sequential read.wait_class": "System I/O", - "system_event.log file sequential read.wait_class#": "9", - "system_event.log file sequential read.wait_class_id": "4108307767", - "system_event.log file single write.average_wait": "0.06", - "system_event.log file single write.average_wait_fg": "0", - "system_event.log file single write.con_id": "0", - "system_event.log file single write.event_id": "215477332", - "system_event.log file single write.time_waited": "0", - "system_event.log file single write.time_waited_fg": "0", - "system_event.log file single write.time_waited_micro": "2311", - "system_event.log file single write.time_waited_micro_fg": "0", - "system_event.log file single write.total_timeouts": "0", - "system_event.log file single write.total_timeouts_fg": "0", - "system_event.log file single write.total_waits": "4", - "system_event.log file single write.total_waits_fg": "0", - "system_event.log file single write.wait_class": "System I/O", - "system_event.log file single write.wait_class#": "9", - "system_event.log file single write.wait_class_id": "4108307767", - "system_event.log file sync.average_wait": "0.1", - "system_event.log file sync.average_wait_fg": "0.12", - "system_event.log file sync.con_id": "0", - "system_event.log file sync.event_id": "1328744198", - "system_event.log file sync.time_waited": "0", - "system_event.log file sync.time_waited_fg": "0", - "system_event.log file sync.time_waited_micro": "4913", - "system_event.log file sync.time_waited_micro_fg": "3520", - "system_event.log file sync.total_timeouts": "0", - "system_event.log file sync.total_timeouts_fg": "0", - "system_event.log file sync.total_waits": "5", - "system_event.log file sync.total_waits_fg": "3", - "system_event.log file sync.wait_class": "Commit", - "system_event.log file sync.wait_class#": "5", - "system_event.log file sync.wait_class_id": "3386400367", - "system_event.lreg timer.average_wait": "212.74", - "system_event.lreg timer.average_wait_fg": "0", - "system_event.lreg timer.con_id": "0", - "system_event.lreg timer.event_id": "3113908805", - "system_event.lreg timer.time_waited": "4893", - "system_event.lreg timer.time_waited_fg": "0", - "system_event.lreg timer.time_waited_micro": "48929507", - "system_event.lreg timer.time_waited_micro_fg": "0", - "system_event.lreg timer.total_timeouts": "15", - "system_event.lreg timer.total_timeouts_fg": "0", - "system_event.lreg timer.total_waits": "23", - "system_event.lreg timer.total_waits_fg": "0", - "system_event.lreg timer.wait_class": "Idle", - "system_event.lreg timer.wait_class#": "6", - "system_event.lreg timer.wait_class_id": "2723168908", - "system_event.ofs idle.average_wait": "295.79", - "system_event.ofs idle.average_wait_fg": "0", - "system_event.ofs idle.con_id": "0", - "system_event.ofs idle.event_id": "1048659203", - "system_event.ofs idle.time_waited": "5028", - "system_event.ofs idle.time_waited_fg": "0", - "system_event.ofs idle.time_waited_micro": "50284843", - "system_event.ofs idle.time_waited_micro_fg": "0", - "system_event.ofs idle.total_timeouts": "16", - "system_event.ofs idle.total_timeouts_fg": "0", - "system_event.ofs idle.total_waits": "17", - "system_event.ofs idle.total_waits_fg": "0", - "system_event.ofs idle.wait_class": "Idle", - "system_event.ofs idle.wait_class#": "6", - "system_event.ofs idle.wait_class_id": "2723168908", - "system_event.oracle thread bootstrap.average_wait": "2.79", - "system_event.oracle thread bootstrap.average_wait_fg": "4.72", - "system_event.oracle thread bootstrap.con_id": "0", - "system_event.oracle thread bootstrap.event_id": "4097944222", - "system_event.oracle thread bootstrap.time_waited": "254", - "system_event.oracle thread bootstrap.time_waited_fg": "142", - "system_event.oracle thread bootstrap.time_waited_micro": "2539687", - "system_event.oracle thread bootstrap.time_waited_micro_fg": "1416495", - "system_event.oracle thread bootstrap.total_timeouts": "0", - "system_event.oracle thread bootstrap.total_timeouts_fg": "0", - "system_event.oracle thread bootstrap.total_waits": "91", - "system_event.oracle thread bootstrap.total_waits_fg": "30", - "system_event.oracle thread bootstrap.wait_class": "Other", - "system_event.oracle thread bootstrap.wait_class#": "0", - "system_event.oracle thread bootstrap.wait_class_id": "1893977003", - "system_event.os thread creation.average_wait": "0.23", - "system_event.os thread creation.average_wait_fg": "0.11", - "system_event.os thread creation.con_id": "0", - "system_event.os thread creation.event_id": "2423447952", - "system_event.os thread creation.time_waited": "21", - "system_event.os thread creation.time_waited_fg": "1", - "system_event.os thread creation.time_waited_micro": "214108", - "system_event.os thread creation.time_waited_micro_fg": "5668", - "system_event.os thread creation.total_timeouts": "0", - "system_event.os thread creation.total_timeouts_fg": "0", - "system_event.os thread creation.total_waits": "93", - "system_event.os thread creation.total_waits_fg": "5", - "system_event.os thread creation.wait_class": "Other", - "system_event.os thread creation.wait_class#": "0", - "system_event.os thread creation.wait_class_id": "1893977003", - "system_event.parameter file i/o.average_wait": "0.03", - "system_event.parameter file i/o.average_wait_fg": "0", - "system_event.parameter file i/o.con_id": "0", - "system_event.parameter file i/o.event_id": "1179235204", - "system_event.parameter file i/o.time_waited": "3", - "system_event.parameter file i/o.time_waited_fg": "0", - "system_event.parameter file i/o.time_waited_micro": "32782", - "system_event.parameter file i/o.time_waited_micro_fg": "0", - "system_event.parameter file i/o.total_timeouts": "0", - "system_event.parameter file i/o.total_timeouts_fg": "0", - "system_event.parameter file i/o.total_waits": "120", - "system_event.parameter file i/o.total_waits_fg": "0", - "system_event.parameter file i/o.wait_class": "User I/O", - "system_event.parameter file i/o.wait_class#": "8", - "system_event.parameter file i/o.wait_class_id": "1740759767", - "system_event.pga memory operation.average_wait": "0", - "system_event.pga memory operation.average_wait_fg": "0", - "system_event.pga memory operation.con_id": "0", - "system_event.pga memory operation.event_id": "1800992443", - "system_event.pga memory operation.time_waited": "6", - "system_event.pga memory operation.time_waited_fg": "2", - "system_event.pga memory operation.time_waited_micro": "61163", - "system_event.pga memory operation.time_waited_micro_fg": "17307", - "system_event.pga memory operation.total_timeouts": "0", - "system_event.pga memory operation.total_timeouts_fg": "0", - "system_event.pga memory operation.total_waits": "2381", - "system_event.pga memory operation.total_waits_fg": "856", - "system_event.pga memory operation.wait_class": "Other", - "system_event.pga memory operation.wait_class#": "0", - "system_event.pga memory operation.wait_class_id": "1893977003", - "system_event.pman timer.average_wait": "278.99", - "system_event.pman timer.average_wait_fg": "0", - "system_event.pman timer.con_id": "0", - "system_event.pman timer.event_id": "635602798", - "system_event.pman timer.time_waited": "5022", - "system_event.pman timer.time_waited_fg": "0", - "system_event.pman timer.time_waited_micro": "50218855", - "system_event.pman timer.time_waited_micro_fg": "0", - "system_event.pman timer.total_timeouts": "16", - "system_event.pman timer.total_timeouts_fg": "0", - "system_event.pman timer.total_waits": "18", - "system_event.pman timer.total_waits_fg": "0", - "system_event.pman timer.wait_class": "Idle", - "system_event.pman timer.wait_class#": "6", - "system_event.pman timer.wait_class_id": "2723168908", - "system_event.pmon timer.average_wait": "293.95", - "system_event.pmon timer.average_wait_fg": "0", - "system_event.pmon timer.con_id": "0", - "system_event.pmon timer.event_id": "3539483025", - "system_event.pmon timer.time_waited": "10288", - "system_event.pmon timer.time_waited_fg": "0", - "system_event.pmon timer.time_waited_micro": "102880995", - "system_event.pmon timer.time_waited_micro_fg": "0", - "system_event.pmon timer.total_timeouts": "32", - "system_event.pmon timer.total_timeouts_fg": "0", - "system_event.pmon timer.total_waits": "35", - "system_event.pmon timer.total_waits_fg": "0", - "system_event.pmon timer.wait_class": "Idle", - "system_event.pmon timer.wait_class#": "6", - "system_event.pmon timer.wait_class_id": "2723168908", - "system_event.px deq credit: free buffer.average_wait": "0.15", - "system_event.px deq credit: free buffer.average_wait_fg": "0.15", - "system_event.px deq credit: free buffer.con_id": "0", - "system_event.px deq credit: free buffer.event_id": "2019821942", - "system_event.px deq credit: free buffer.time_waited": "0", - "system_event.px deq credit: free buffer.time_waited_fg": "0", - "system_event.px deq credit: free buffer.time_waited_micro": "4636", - "system_event.px deq credit: free buffer.time_waited_micro_fg": "4636", - "system_event.px deq credit: free buffer.total_timeouts": "0", - "system_event.px deq credit: free buffer.total_timeouts_fg": "0", - "system_event.px deq credit: free buffer.total_waits": "3", - "system_event.px deq credit: free buffer.total_waits_fg": "3", - "system_event.px deq credit: free buffer.wait_class": "Other", - "system_event.px deq credit: free buffer.wait_class#": "0", - "system_event.px deq credit: free buffer.wait_class_id": "1893977003", - "system_event.px deq credit: need buffer.average_wait": "0.03", - "system_event.px deq credit: need buffer.average_wait_fg": "0.03", - "system_event.px deq credit: need buffer.con_id": "0", - "system_event.px deq credit: need buffer.event_id": "2267953574", - "system_event.px deq credit: need buffer.time_waited": "0", - "system_event.px deq credit: need buffer.time_waited_fg": "0", - "system_event.px deq credit: need buffer.time_waited_micro": "3005", - "system_event.px deq credit: need buffer.time_waited_micro_fg": "3005", - "system_event.px deq credit: need buffer.total_timeouts": "0", - "system_event.px deq credit: need buffer.total_timeouts_fg": "0", - "system_event.px deq credit: need buffer.total_waits": "9", - "system_event.px deq credit: need buffer.total_waits_fg": "9", - "system_event.px deq credit: need buffer.wait_class": "Idle", - "system_event.px deq credit: need buffer.wait_class#": "6", - "system_event.px deq credit: need buffer.wait_class_id": "2723168908", - "system_event.px deq credit: send blkd.average_wait": "0.07", - "system_event.px deq credit: send blkd.average_wait_fg": "0.06", - "system_event.px deq credit: send blkd.con_id": "0", - "system_event.px deq credit: send blkd.event_id": "2610814049", - "system_event.px deq credit: send blkd.time_waited": "9", - "system_event.px deq credit: send blkd.time_waited_fg": "8", - "system_event.px deq credit: send blkd.time_waited_micro": "86620", - "system_event.px deq credit: send blkd.time_waited_micro_fg": "76180", - "system_event.px deq credit: send blkd.total_timeouts": "0", - "system_event.px deq credit: send blkd.total_timeouts_fg": "0", - "system_event.px deq credit: send blkd.total_waits": "124", - "system_event.px deq credit: send blkd.total_waits_fg": "120", - "system_event.px deq credit: send blkd.wait_class": "Idle", - "system_event.px deq credit: send blkd.wait_class#": "6", - "system_event.px deq credit: send blkd.wait_class_id": "2723168908", - "system_event.px deq: execute reply.average_wait": "0.05", - "system_event.px deq: execute reply.average_wait_fg": "0", - "system_event.px deq: execute reply.con_id": "0", - "system_event.px deq: execute reply.event_id": "2599037852", - "system_event.px deq: execute reply.time_waited": "26", - "system_event.px deq: execute reply.time_waited_fg": "0", - "system_event.px deq: execute reply.time_waited_micro": "260915", - "system_event.px deq: execute reply.time_waited_micro_fg": "0", - "system_event.px deq: execute reply.total_timeouts": "0", - "system_event.px deq: execute reply.total_timeouts_fg": "0", - "system_event.px deq: execute reply.total_waits": "494", - "system_event.px deq: execute reply.total_waits_fg": "0", - "system_event.px deq: execute reply.wait_class": "Idle", - "system_event.px deq: execute reply.wait_class#": "6", - "system_event.px deq: execute reply.wait_class_id": "2723168908", - "system_event.px deq: execution msg.average_wait": "0.27", - "system_event.px deq: execution msg.average_wait_fg": "0.27", - "system_event.px deq: execution msg.con_id": "0", - "system_event.px deq: execution msg.event_id": "98582416", - "system_event.px deq: execution msg.time_waited": "121", - "system_event.px deq: execution msg.time_waited_fg": "121", - "system_event.px deq: execution msg.time_waited_micro": "1208402", - "system_event.px deq: execution msg.time_waited_micro_fg": "1208402", - "system_event.px deq: execution msg.total_timeouts": "0", - "system_event.px deq: execution msg.total_timeouts_fg": "0", - "system_event.px deq: execution msg.total_waits": "449", - "system_event.px deq: execution msg.total_waits_fg": "449", - "system_event.px deq: execution msg.wait_class": "Idle", - "system_event.px deq: execution msg.wait_class#": "6", - "system_event.px deq: execution msg.wait_class_id": "2723168908", - "system_event.px deq: join ack.average_wait": "0.04", - "system_event.px deq: join ack.average_wait_fg": "0", - "system_event.px deq: join ack.con_id": "0", - "system_event.px deq: join ack.event_id": "4205438796", - "system_event.px deq: join ack.time_waited": "4", - "system_event.px deq: join ack.time_waited_fg": "0", - "system_event.px deq: join ack.time_waited_micro": "36611", - "system_event.px deq: join ack.time_waited_micro_fg": "0", - "system_event.px deq: join ack.total_timeouts": "0", - "system_event.px deq: join ack.total_timeouts_fg": "0", - "system_event.px deq: join ack.total_waits": "102", - "system_event.px deq: join ack.total_waits_fg": "0", - "system_event.px deq: join ack.wait_class": "Other", - "system_event.px deq: join ack.wait_class#": "0", - "system_event.px deq: join ack.wait_class_id": "1893977003", - "system_event.px deq: parse reply.average_wait": "0.36", - "system_event.px deq: parse reply.average_wait_fg": "0", - "system_event.px deq: parse reply.con_id": "0", - "system_event.px deq: parse reply.event_id": "4255662421", - "system_event.px deq: parse reply.time_waited": "21", - "system_event.px deq: parse reply.time_waited_fg": "0", - "system_event.px deq: parse reply.time_waited_micro": "206074", - "system_event.px deq: parse reply.time_waited_micro_fg": "0", - "system_event.px deq: parse reply.total_timeouts": "0", - "system_event.px deq: parse reply.total_timeouts_fg": "0", - "system_event.px deq: parse reply.total_waits": "58", - "system_event.px deq: parse reply.total_waits_fg": "0", - "system_event.px deq: parse reply.wait_class": "Idle", - "system_event.px deq: parse reply.wait_class#": "6", - "system_event.px deq: parse reply.wait_class_id": "2723168908", - "system_event.px deq: signal ack ext.average_wait": "0.02", - "system_event.px deq: signal ack ext.average_wait_fg": "0", - "system_event.px deq: signal ack ext.con_id": "0", - "system_event.px deq: signal ack ext.event_id": "1974015973", - "system_event.px deq: signal ack ext.time_waited": "1", - "system_event.px deq: signal ack ext.time_waited_fg": "0", - "system_event.px deq: signal ack ext.time_waited_micro": "13431", - "system_event.px deq: signal ack ext.time_waited_micro_fg": "0", - "system_event.px deq: signal ack ext.total_timeouts": "0", - "system_event.px deq: signal ack ext.total_timeouts_fg": "0", - "system_event.px deq: signal ack ext.total_waits": "58", - "system_event.px deq: signal ack ext.total_waits_fg": "0", - "system_event.px deq: signal ack ext.wait_class": "Other", - "system_event.px deq: signal ack ext.wait_class#": "0", - "system_event.px deq: signal ack ext.wait_class_id": "1893977003", - "system_event.px deq: slave join frag.average_wait": "0.01", - "system_event.px deq: slave join frag.average_wait_fg": "0", - "system_event.px deq: slave join frag.con_id": "0", - "system_event.px deq: slave join frag.event_id": "1826399205", - "system_event.px deq: slave join frag.time_waited": "1", - "system_event.px deq: slave join frag.time_waited_fg": "0", - "system_event.px deq: slave join frag.time_waited_micro": "14264", - "system_event.px deq: slave join frag.time_waited_micro_fg": "0", - "system_event.px deq: slave join frag.total_timeouts": "0", - "system_event.px deq: slave join frag.total_timeouts_fg": "0", - "system_event.px deq: slave join frag.total_waits": "116", - "system_event.px deq: slave join frag.total_waits_fg": "0", - "system_event.px deq: slave join frag.wait_class": "Other", - "system_event.px deq: slave join frag.wait_class#": "0", - "system_event.px deq: slave join frag.wait_class_id": "1893977003", - "system_event.px deq: slave session stats.average_wait": "0.06", - "system_event.px deq: slave session stats.average_wait_fg": "0.1", - "system_event.px deq: slave session stats.con_id": "0", - "system_event.px deq: slave session stats.event_id": "2306891574", - "system_event.px deq: slave session stats.time_waited": "7", - "system_event.px deq: slave session stats.time_waited_fg": "6", - "system_event.px deq: slave session stats.time_waited_micro": "65582", - "system_event.px deq: slave session stats.time_waited_micro_fg": "57514", - "system_event.px deq: slave session stats.total_timeouts": "0", - "system_event.px deq: slave session stats.total_timeouts_fg": "0", - "system_event.px deq: slave session stats.total_waits": "116", - "system_event.px deq: slave session stats.total_waits_fg": "58", - "system_event.px deq: slave session stats.wait_class": "Other", - "system_event.px deq: slave session stats.wait_class#": "0", - "system_event.px deq: slave session stats.wait_class_id": "1893977003", - "system_event.px deq: table q normal.average_wait": "0.31", - "system_event.px deq: table q normal.average_wait_fg": "0.31", - "system_event.px deq: table q normal.con_id": "0", - "system_event.px deq: table q normal.event_id": "799271425", - "system_event.px deq: table q normal.time_waited": "49", - "system_event.px deq: table q normal.time_waited_fg": "49", - "system_event.px deq: table q normal.time_waited_micro": "489190", - "system_event.px deq: table q normal.time_waited_micro_fg": "489190", - "system_event.px deq: table q normal.total_timeouts": "0", - "system_event.px deq: table q normal.total_timeouts_fg": "0", - "system_event.px deq: table q normal.total_waits": "156", - "system_event.px deq: table q normal.total_waits_fg": "156", - "system_event.px deq: table q normal.wait_class": "Idle", - "system_event.px deq: table q normal.wait_class#": "6", - "system_event.px deq: table q normal.wait_class_id": "2723168908", - "system_event.px deq: table q sample.average_wait": "0.11", - "system_event.px deq: table q sample.average_wait_fg": "0.11", - "system_event.px deq: table q sample.con_id": "0", - "system_event.px deq: table q sample.event_id": "1062854067", - "system_event.px deq: table q sample.time_waited": "1", - "system_event.px deq: table q sample.time_waited_fg": "1", - "system_event.px deq: table q sample.time_waited_micro": "10999", - "system_event.px deq: table q sample.time_waited_micro_fg": "10999", - "system_event.px deq: table q sample.total_timeouts": "0", - "system_event.px deq: table q sample.total_timeouts_fg": "0", - "system_event.px deq: table q sample.total_waits": "10", - "system_event.px deq: table q sample.total_waits_fg": "10", - "system_event.px deq: table q sample.wait_class": "Idle", - "system_event.px deq: table q sample.wait_class#": "6", - "system_event.px deq: table q sample.wait_class_id": "2723168908", - "system_event.px idle wait.average_wait": "986.92", - "system_event.px idle wait.average_wait_fg": "0", - "system_event.px idle wait.con_id": "0", - "system_event.px idle wait.event_id": "3382828453", - "system_event.px idle wait.time_waited": "76980", - "system_event.px idle wait.time_waited_fg": "0", - "system_event.px idle wait.time_waited_micro": "769800733", - "system_event.px idle wait.time_waited_micro_fg": "0", - "system_event.px idle wait.total_timeouts": "0", - "system_event.px idle wait.total_timeouts_fg": "0", - "system_event.px idle wait.total_waits": "78", - "system_event.px idle wait.total_waits_fg": "0", - "system_event.px idle wait.wait_class": "Idle", - "system_event.px idle wait.wait_class#": "6", - "system_event.px idle wait.wait_class_id": "2723168908", - "system_event.px qref latch.average_wait": "0", - "system_event.px qref latch.average_wait_fg": "0", - "system_event.px qref latch.con_id": "0", - "system_event.px qref latch.event_id": "175758063", - "system_event.px qref latch.time_waited": "0", - "system_event.px qref latch.time_waited_fg": "0", - "system_event.px qref latch.time_waited_micro": "950", - "system_event.px qref latch.time_waited_micro_fg": "0", - "system_event.px qref latch.total_timeouts": "41", - "system_event.px qref latch.total_timeouts_fg": "0", - "system_event.px qref latch.total_waits": "41", - "system_event.px qref latch.total_waits_fg": "0", - "system_event.px qref latch.wait_class": "Other", - "system_event.px qref latch.wait_class#": "0", - "system_event.px qref latch.wait_class_id": "1893977003", - "system_event.rdbms ipc message.average_wait": "47.4", - "system_event.rdbms ipc message.average_wait_fg": "0", - "system_event.rdbms ipc message.con_id": "0", - "system_event.rdbms ipc message.event_id": "866018717", - "system_event.rdbms ipc message.time_waited": "68867", - "system_event.rdbms ipc message.time_waited_fg": "0", - "system_event.rdbms ipc message.time_waited_micro": "688671165", - "system_event.rdbms ipc message.time_waited_micro_fg": "0", - "system_event.rdbms ipc message.total_timeouts": "491", - "system_event.rdbms ipc message.total_timeouts_fg": "0", - "system_event.rdbms ipc message.total_waits": "1453", - "system_event.rdbms ipc message.total_waits_fg": "0", - "system_event.rdbms ipc message.wait_class": "Idle", - "system_event.rdbms ipc message.wait_class#": "6", - "system_event.rdbms ipc message.wait_class_id": "2723168908", - "system_event.rdbms ipc reply.average_wait": "0.16", - "system_event.rdbms ipc reply.average_wait_fg": "0.16", - "system_event.rdbms ipc reply.con_id": "0", - "system_event.rdbms ipc reply.event_id": "2587381521", - "system_event.rdbms ipc reply.time_waited": "3", - "system_event.rdbms ipc reply.time_waited_fg": "3", - "system_event.rdbms ipc reply.time_waited_micro": "32988", - "system_event.rdbms ipc reply.time_waited_micro_fg": "32988", - "system_event.rdbms ipc reply.total_timeouts": "0", - "system_event.rdbms ipc reply.total_timeouts_fg": "0", - "system_event.rdbms ipc reply.total_waits": "21", - "system_event.rdbms ipc reply.total_waits_fg": "21", - "system_event.rdbms ipc reply.wait_class": "Other", - "system_event.rdbms ipc reply.wait_class#": "0", - "system_event.rdbms ipc reply.wait_class_id": "1893977003", - "system_event.reliable message.average_wait": "0.04", - "system_event.reliable message.average_wait_fg": "0.07", - "system_event.reliable message.con_id": "0", - "system_event.reliable message.event_id": "906644781", - "system_event.reliable message.time_waited": "1", - "system_event.reliable message.time_waited_fg": "0", - "system_event.reliable message.time_waited_micro": "9130", - "system_event.reliable message.time_waited_micro_fg": "4673", - "system_event.reliable message.total_timeouts": "0", - "system_event.reliable message.total_timeouts_fg": "0", - "system_event.reliable message.total_waits": "22", - "system_event.reliable message.total_waits_fg": "7", - "system_event.reliable message.wait_class": "Other", - "system_event.reliable message.wait_class#": "0", - "system_event.reliable message.wait_class_id": "1893977003", - "system_event.resmgr:plan change.average_wait": "0.41", - "system_event.resmgr:plan change.average_wait_fg": "0.41", - "system_event.resmgr:plan change.con_id": "0", - "system_event.resmgr:plan change.event_id": "3804628168", - "system_event.resmgr:plan change.time_waited": "1", - "system_event.resmgr:plan change.time_waited_fg": "1", - "system_event.resmgr:plan change.time_waited_micro": "12276", - "system_event.resmgr:plan change.time_waited_micro_fg": "12276", - "system_event.resmgr:plan change.total_timeouts": "0", - "system_event.resmgr:plan change.total_timeouts_fg": "0", - "system_event.resmgr:plan change.total_waits": "3", - "system_event.resmgr:plan change.total_waits_fg": "3", - "system_event.resmgr:plan change.wait_class": "Other", - "system_event.resmgr:plan change.wait_class#": "0", - "system_event.resmgr:plan change.wait_class_id": "1893977003", - "system_event.row cache lock.average_wait": "0.01", - "system_event.row cache lock.average_wait_fg": "0", - "system_event.row cache lock.con_id": "0", - "system_event.row cache lock.event_id": "1714089451", - "system_event.row cache lock.time_waited": "0", - "system_event.row cache lock.time_waited_fg": "0", - "system_event.row cache lock.time_waited_micro": "458", - "system_event.row cache lock.time_waited_micro_fg": "0", - "system_event.row cache lock.total_timeouts": "0", - "system_event.row cache lock.total_timeouts_fg": "0", - "system_event.row cache lock.total_waits": "6", - "system_event.row cache lock.total_waits_fg": "0", - "system_event.row cache lock.wait_class": "Concurrency", - "system_event.row cache lock.wait_class#": "4", - "system_event.row cache lock.wait_class_id": "3875070507", - "system_event.row cache mutex.average_wait": "0.56", - "system_event.row cache mutex.average_wait_fg": "0.7", - "system_event.row cache mutex.con_id": "0", - "system_event.row cache mutex.event_id": "306610566", - "system_event.row cache mutex.time_waited": "11", - "system_event.row cache mutex.time_waited_fg": "11", - "system_event.row cache mutex.time_waited_micro": "112103", - "system_event.row cache mutex.time_waited_micro_fg": "111904", - "system_event.row cache mutex.total_timeouts": "0", - "system_event.row cache mutex.total_timeouts_fg": "0", - "system_event.row cache mutex.total_waits": "20", - "system_event.row cache mutex.total_waits_fg": "16", - "system_event.row cache mutex.wait_class": "Concurrency", - "system_event.row cache mutex.wait_class#": "4", - "system_event.row cache mutex.wait_class_id": "3875070507", - "system_event.sga: allocation forcing component growth.average_wait": "2.72", - "system_event.sga: allocation forcing component growth.average_wait_fg": "0", - "system_event.sga: allocation forcing component growth.con_id": "0", - "system_event.sga: allocation forcing component growth.event_id": "3493282803", - "system_event.sga: allocation forcing component growth.time_waited": "3", - "system_event.sga: allocation forcing component growth.time_waited_fg": "0", - "system_event.sga: allocation forcing component growth.time_waited_micro": "27241", - "system_event.sga: allocation forcing component growth.time_waited_micro_fg": "0", - "system_event.sga: allocation forcing component growth.total_timeouts": "0", - "system_event.sga: allocation forcing component growth.total_timeouts_fg": "0", - "system_event.sga: allocation forcing component growth.total_waits": "1", - "system_event.sga: allocation forcing component growth.total_waits_fg": "0", - "system_event.sga: allocation forcing component growth.wait_class": "Other", - "system_event.sga: allocation forcing component growth.wait_class#": "0", - "system_event.sga: allocation forcing component growth.wait_class_id": "1893977003", - "system_event.shared server idle wait.average_wait": "3222.22", - "system_event.shared server idle wait.average_wait_fg": "0", - "system_event.shared server idle wait.con_id": "0", - "system_event.shared server idle wait.event_id": "1786390478", - "system_event.shared server idle wait.time_waited": "6444", - "system_event.shared server idle wait.time_waited_fg": "0", - "system_event.shared server idle wait.time_waited_micro": "64444399", - "system_event.shared server idle wait.time_waited_micro_fg": "0", - "system_event.shared server idle wait.total_timeouts": "0", - "system_event.shared server idle wait.total_timeouts_fg": "0", - "system_event.shared server idle wait.total_waits": "2", - "system_event.shared server idle wait.total_waits_fg": "0", - "system_event.shared server idle wait.wait_class": "Idle", - "system_event.shared server idle wait.wait_class#": "6", - "system_event.shared server idle wait.wait_class_id": "2723168908", - "system_event.smon timer.average_wait": "80.49", - "system_event.smon timer.average_wait_fg": "0", - "system_event.smon timer.con_id": "0", - "system_event.smon timer.event_id": "1403232821", - "system_event.smon timer.time_waited": "966", - "system_event.smon timer.time_waited_fg": "0", - "system_event.smon timer.time_waited_micro": "9659220", - "system_event.smon timer.time_waited_micro_fg": "0", - "system_event.smon timer.total_timeouts": "0", - "system_event.smon timer.total_timeouts_fg": "0", - "system_event.smon timer.total_waits": "12", - "system_event.smon timer.total_waits_fg": "0", - "system_event.smon timer.wait_class": "Idle", - "system_event.smon timer.wait_class#": "6", - "system_event.smon timer.wait_class_id": "2723168908", - "system_event.sort segment request.average_wait": "104.82", - "system_event.sort segment request.average_wait_fg": "0", - "system_event.sort segment request.con_id": "0", - "system_event.sort segment request.event_id": "2672479943", - "system_event.sort segment request.time_waited": "105", - "system_event.sort segment request.time_waited_fg": "0", - "system_event.sort segment request.time_waited_micro": "1048177", - "system_event.sort segment request.time_waited_micro_fg": "0", - "system_event.sort segment request.total_timeouts": "1", - "system_event.sort segment request.total_timeouts_fg": "0", - "system_event.sort segment request.total_waits": "1", - "system_event.sort segment request.total_waits_fg": "0", - "system_event.sort segment request.wait_class": "Configuration", - "system_event.sort segment request.wait_class#": "2", - "system_event.sort segment request.wait_class_id": "3290255840", - "system_event.space manager: slave idle wait.average_wait": "296.05", - "system_event.space manager: slave idle wait.average_wait_fg": "0", - "system_event.space manager: slave idle wait.con_id": "0", - "system_event.space manager: slave idle wait.event_id": "2942611488", - "system_event.space manager: slave idle wait.time_waited": "9770", - "system_event.space manager: slave idle wait.time_waited_fg": "0", - "system_event.space manager: slave idle wait.time_waited_micro": "97695144", - "system_event.space manager: slave idle wait.time_waited_micro_fg": "0", - "system_event.space manager: slave idle wait.total_timeouts": "0", - "system_event.space manager: slave idle wait.total_timeouts_fg": "0", - "system_event.space manager: slave idle wait.total_waits": "33", - "system_event.space manager: slave idle wait.total_waits_fg": "0", - "system_event.space manager: slave idle wait.wait_class": "Idle", - "system_event.space manager: slave idle wait.wait_class#": "6", - "system_event.space manager: slave idle wait.wait_class_id": "2723168908", - "system_event.sql*net break/reset to client.average_wait": "0.05", - "system_event.sql*net break/reset to client.average_wait_fg": "0.05", - "system_event.sql*net break/reset to client.con_id": "0", - "system_event.sql*net break/reset to client.event_id": "1963888671", - "system_event.sql*net break/reset to client.time_waited": "1985", - "system_event.sql*net break/reset to client.time_waited_fg": "1985", - "system_event.sql*net break/reset to client.time_waited_micro": "19846537", - "system_event.sql*net break/reset to client.time_waited_micro_fg": "19846537", - "system_event.sql*net break/reset to client.total_timeouts": "0", - "system_event.sql*net break/reset to client.total_timeouts_fg": "0", - "system_event.sql*net break/reset to client.total_waits": "42853", - "system_event.sql*net break/reset to client.total_waits_fg": "42853", - "system_event.sql*net break/reset to client.wait_class": "Application", - "system_event.sql*net break/reset to client.wait_class#": "1", - "system_event.sql*net break/reset to client.wait_class_id": "4217450380", - "system_event.sql*net message from client.average_wait": "0.16", - "system_event.sql*net message from client.average_wait_fg": "0.16", - "system_event.sql*net message from client.con_id": "0", - "system_event.sql*net message from client.event_id": "1421975091", - "system_event.sql*net message from client.time_waited": "6789", - "system_event.sql*net message from client.time_waited_fg": "6761", - "system_event.sql*net message from client.time_waited_micro": "67890479", - "system_event.sql*net message from client.time_waited_micro_fg": "67606080", - "system_event.sql*net message from client.total_timeouts": "0", - "system_event.sql*net message from client.total_timeouts_fg": "0", - "system_event.sql*net message from client.total_waits": "43401", - "system_event.sql*net message from client.total_waits_fg": "43361", - "system_event.sql*net message from client.wait_class": "Idle", - "system_event.sql*net message from client.wait_class#": "6", - "system_event.sql*net message from client.wait_class_id": "2723168908", - "system_event.sql*net message to client.average_wait": "0", - "system_event.sql*net message to client.average_wait_fg": "0", - "system_event.sql*net message to client.con_id": "0", - "system_event.sql*net message to client.event_id": "2067390145", - "system_event.sql*net message to client.time_waited": "54", - "system_event.sql*net message to client.time_waited_fg": "54", - "system_event.sql*net message to client.time_waited_micro": "536716", - "system_event.sql*net message to client.time_waited_micro_fg": "536427", - "system_event.sql*net message to client.total_timeouts": "0", - "system_event.sql*net message to client.total_timeouts_fg": "0", - "system_event.sql*net message to client.total_waits": "43391", - "system_event.sql*net message to client.total_waits_fg": "43360", - "system_event.sql*net message to client.wait_class": "Network", - "system_event.sql*net message to client.wait_class#": "7", - "system_event.sql*net message to client.wait_class_id": "2000153315", - "system_event.sql*net more data to client.average_wait": "0.01", - "system_event.sql*net more data to client.average_wait_fg": "0.01", - "system_event.sql*net more data to client.con_id": "0", - "system_event.sql*net more data to client.event_id": "554161347", - "system_event.sql*net more data to client.time_waited": "0", - "system_event.sql*net more data to client.time_waited_fg": "0", - "system_event.sql*net more data to client.time_waited_micro": "215", - "system_event.sql*net more data to client.time_waited_micro_fg": "215", - "system_event.sql*net more data to client.total_timeouts": "0", - "system_event.sql*net more data to client.total_timeouts_fg": "0", - "system_event.sql*net more data to client.total_waits": "4", - "system_event.sql*net more data to client.total_waits_fg": "4", - "system_event.sql*net more data to client.wait_class": "Network", - "system_event.sql*net more data to client.wait_class#": "7", - "system_event.sql*net more data to client.wait_class_id": "2000153315", - "system_event.streams aq: qmn coordinator idle wait.average_wait": "473.96", - "system_event.streams aq: qmn coordinator idle wait.average_wait_fg": "0", - "system_event.streams aq: qmn coordinator idle wait.con_id": "0", - "system_event.streams aq: qmn coordinator idle wait.event_id": "989870553", - "system_event.streams aq: qmn coordinator idle wait.time_waited": "2844", - "system_event.streams aq: qmn coordinator idle wait.time_waited_fg": "0", - "system_event.streams aq: qmn coordinator idle wait.time_waited_micro": "28437817", - "system_event.streams aq: qmn coordinator idle wait.time_waited_micro_fg": "0", - "system_event.streams aq: qmn coordinator idle wait.total_timeouts": "0", - "system_event.streams aq: qmn coordinator idle wait.total_timeouts_fg": "0", - "system_event.streams aq: qmn coordinator idle wait.total_waits": "6", - "system_event.streams aq: qmn coordinator idle wait.total_waits_fg": "0", - "system_event.streams aq: qmn coordinator idle wait.wait_class": "Idle", - "system_event.streams aq: qmn coordinator idle wait.wait_class#": "6", - "system_event.streams aq: qmn coordinator idle wait.wait_class_id": "2723168908", - "system_event.streams aq: qmn slave idle wait.average_wait": "844.34", - "system_event.streams aq: qmn slave idle wait.average_wait_fg": "0", - "system_event.streams aq: qmn slave idle wait.con_id": "0", - "system_event.streams aq: qmn slave idle wait.event_id": "1830121438", - "system_event.streams aq: qmn slave idle wait.time_waited": "8443", - "system_event.streams aq: qmn slave idle wait.time_waited_fg": "0", - "system_event.streams aq: qmn slave idle wait.time_waited_micro": "84434432", - "system_event.streams aq: qmn slave idle wait.time_waited_micro_fg": "0", - "system_event.streams aq: qmn slave idle wait.total_timeouts": "0", - "system_event.streams aq: qmn slave idle wait.total_timeouts_fg": "0", - "system_event.streams aq: qmn slave idle wait.total_waits": "10", - "system_event.streams aq: qmn slave idle wait.total_waits_fg": "0", - "system_event.streams aq: qmn slave idle wait.wait_class": "Idle", - "system_event.streams aq: qmn slave idle wait.wait_class#": "6", - "system_event.streams aq: qmn slave idle wait.wait_class_id": "2723168908", - "system_event.streams aq: waiting for time management or cleanup tasks.average_wait": "0", - "system_event.streams aq: waiting for time management or cleanup tasks.average_wait_fg": "0", - "system_event.streams aq: waiting for time management or cleanup tasks.con_id": "0", - "system_event.streams aq: waiting for time management or cleanup tasks.event_id": "3702640206", - "system_event.streams aq: waiting for time management or cleanup tasks.time_waited": "0", - "system_event.streams aq: waiting for time management or cleanup tasks.time_waited_fg": "0", - "system_event.streams aq: waiting for time management or cleanup tasks.time_waited_micro": "32", - "system_event.streams aq: waiting for time management or cleanup tasks.time_waited_micro_fg": "0", - "system_event.streams aq: waiting for time management or cleanup tasks.total_timeouts": "0", - "system_event.streams aq: waiting for time management or cleanup tasks.total_timeouts_fg": "0", - "system_event.streams aq: waiting for time management or cleanup tasks.total_waits": "1", - "system_event.streams aq: waiting for time management or cleanup tasks.total_waits_fg": "0", - "system_event.streams aq: waiting for time management or cleanup tasks.wait_class": "Idle", - "system_event.streams aq: waiting for time management or cleanup tasks.wait_class#": "6", - "system_event.streams aq: waiting for time management or cleanup tasks.wait_class_id": "2723168908", - "system_event.utl_file i/o.average_wait": "0", - "system_event.utl_file i/o.average_wait_fg": "0", - "system_event.utl_file i/o.con_id": "0", - "system_event.utl_file i/o.event_id": "2804400934", - "system_event.utl_file i/o.time_waited": "0", - "system_event.utl_file i/o.time_waited_fg": "0", - "system_event.utl_file i/o.time_waited_micro": "290", - "system_event.utl_file i/o.time_waited_micro_fg": "0", - "system_event.utl_file i/o.total_timeouts": "0", - "system_event.utl_file i/o.total_timeouts_fg": "0", - "system_event.utl_file i/o.total_waits": "14", - "system_event.utl_file i/o.total_waits_fg": "0", - "system_event.utl_file i/o.wait_class": "User I/O", - "system_event.utl_file i/o.wait_class#": "8", - "system_event.utl_file i/o.wait_class_id": "1740759767", - "system_event.vkrm idle.average_wait": "4498.14", - "system_event.vkrm idle.average_wait_fg": "0", - "system_event.vkrm idle.con_id": "0", - "system_event.vkrm idle.event_id": "58311103", - "system_event.vkrm idle.time_waited": "4498", - "system_event.vkrm idle.time_waited_fg": "0", - "system_event.vkrm idle.time_waited_micro": "44981353", - "system_event.vkrm idle.time_waited_micro_fg": "0", - "system_event.vkrm idle.total_timeouts": "0", - "system_event.vkrm idle.total_timeouts_fg": "0", - "system_event.vkrm idle.total_waits": "1", - "system_event.vkrm idle.total_waits_fg": "0", - "system_event.vkrm idle.wait_class": "Idle", - "system_event.vkrm idle.wait_class#": "6", - "system_event.vkrm idle.wait_class_id": "2723168908", - "system_event.wait for unread message on broadcast channel.average_wait": "104.02", - "system_event.wait for unread message on broadcast channel.average_wait_fg": "0", - "system_event.wait for unread message on broadcast channel.con_id": "0", - "system_event.wait for unread message on broadcast channel.event_id": "218649935", - "system_event.wait for unread message on broadcast channel.time_waited": "5097", - "system_event.wait for unread message on broadcast channel.time_waited_fg": "0", - "system_event.wait for unread message on broadcast channel.time_waited_micro": "50969096", - "system_event.wait for unread message on broadcast channel.time_waited_micro_fg": "0", - "system_event.wait for unread message on broadcast channel.total_timeouts": "49", - "system_event.wait for unread message on broadcast channel.total_timeouts_fg": "0", - "system_event.wait for unread message on broadcast channel.total_waits": "49", - "system_event.wait for unread message on broadcast channel.total_waits_fg": "0", - "system_event.wait for unread message on broadcast channel.wait_class": "Idle", - "system_event.wait for unread message on broadcast channel.wait_class#": "6", - "system_event.wait for unread message on broadcast channel.wait_class_id": "2723168908", - "system_event.watchdog main loop.average_wait": "295.92", - "system_event.watchdog main loop.average_wait_fg": "295.92", - "system_event.watchdog main loop.con_id": "0", - "system_event.watchdog main loop.event_id": "2748706322", - "system_event.watchdog main loop.time_waited": "10061", - "system_event.watchdog main loop.time_waited_fg": "10061", - "system_event.watchdog main loop.time_waited_micro": "100611708", - "system_event.watchdog main loop.time_waited_micro_fg": "100611708", - "system_event.watchdog main loop.total_timeouts": "0", - "system_event.watchdog main loop.total_timeouts_fg": "0", - "system_event.watchdog main loop.total_waits": "34", - "system_event.watchdog main loop.total_waits_fg": "34", - "system_event.watchdog main loop.wait_class": "Idle", - "system_event.watchdog main loop.wait_class#": "6", - "system_event.watchdog main loop.wait_class_id": "2723168908" - }}, - "local": null -} + "global": { + "global": { + "sys_time_model.background cpu time": "140438044", + "sys_time_model.background elapsed time": "1038063544", + "sys_time_model.background im population cpu time": "0", + "sys_time_model.background im population elapsed time": "0", + "sys_time_model.background im prepopulation cpu time": "0", + "sys_time_model.background im prepopulation elapsed time": "0", + "sys_time_model.background im repopulation cpu time": "0", + "sys_time_model.background im repopulation elapsed time": "0", + "sys_time_model.background im trickle repopulation cpu time": "0", + "sys_time_model.background im trickle repopulation elapsed time": "0", + "sys_time_model.connection management call elapsed time": "32326328", + "sys_time_model.db cpu": "993992151", + "sys_time_model.db time": "3575063353", + "sys_time_model.failed parse (out of shared memory) elapsed time": "0", + "sys_time_model.failed parse elapsed time": "211344", + "sys_time_model.hard parse (bind mismatch) elapsed time": "33460", + "sys_time_model.hard parse (sharing criteria) elapsed time": "3889485", + "sys_time_model.hard parse elapsed time": "90449532", + "sys_time_model.inbound pl/sql rpc elapsed time": "0", + "sys_time_model.java execution elapsed time": "0", + "sys_time_model.olap engine cpu time": "0", + "sys_time_model.olap engine elapsed time": "0", + "sys_time_model.parse time elapsed": "119742855", + "sys_time_model.pl/sql compilation elapsed time": "2505421", + "sys_time_model.pl/sql execution elapsed time": "20246037", + "sys_time_model.repeated bind elapsed time": "155865", + "sys_time_model.rman cpu time (backup/restore)": "71084", + "sys_time_model.sequence load elapsed time": "45891", + "sys_time_model.sql execute elapsed time": "2672435981", + "sys_time_model.tablespace encryption cpu time": "0", + "sys_time_model.tablespace encryption elapsed time": "0", + "sysstat.active txn count during cleanout": "4161", + "sysstat.adg global flush": "0", + "sysstat.adg influx scn advance": "0", + "sysstat.adg parselock x get attempts": "0", + "sysstat.adg parselock x get successes": "0", + "sysstat.adg query scn advance": "0", + "sysstat.adg segment statistics defer invalidation": "0", + "sysstat.application wait time": "961", + "sysstat.assm bg: segment fix monitor": "0", + "sysstat.assm bg:create segment fix task": "0", + "sysstat.assm bg:mark segment for fix": "0", + "sysstat.assm bg:slave compress block": "0", + "sysstat.assm bg:slave fix one segment": "0", + "sysstat.assm bg:slave fix state": "0", + "sysstat.assm cbk:blocks accepted": "0", + "sysstat.assm cbk:blocks examined": "55308", + "sysstat.assm cbk:blocks marked full": "2845", + "sysstat.assm cbk:blocks rejected": "0", + "sysstat.assm fg: submit segment fix task": "0", + "sysstat.assm gsp:add extent": "0", + "sysstat.assm gsp:alignment unavailable in space res": "0", + "sysstat.assm gsp:blocks provided by space reservation": "0", + "sysstat.assm gsp:blocks rejected by access layer callback": "0", + "sysstat.assm gsp:blocks requested by space reservation": "0", + "sysstat.assm gsp:bump hwm": "126", + "sysstat.assm gsp:get free block": "53870", + "sysstat.assm gsp:get free critical block": "0", + "sysstat.assm gsp:get free data block": "50903", + "sysstat.assm gsp:get free index block": "1559", + "sysstat.assm gsp:get free lob block": "1363", + "sysstat.assm gsp:good hint": "0", + "sysstat.assm gsp:l1 bitmaps examined": "54734", + "sysstat.assm gsp:l2 bitmap full": "30", + "sysstat.assm gsp:l2 bitmaps examined": "54563", + "sysstat.assm gsp:l3 bitmaps examined": "0", + "sysstat.assm gsp:optimized data block rejects": "0", + "sysstat.assm gsp:optimized index block rejects": "0", + "sysstat.assm gsp:optimized reject db": "0", + "sysstat.assm gsp:optimized reject l1": "0", + "sysstat.assm gsp:optimized reject l2": "0", + "sysstat.assm gsp:reject db": "0", + "sysstat.assm gsp:reject l1": "0", + "sysstat.assm gsp:reject l2": "0", + "sysstat.assm gsp:reject l3": "0", + "sysstat.assm gsp:search all": "126", + "sysstat.assm gsp:search hint": "84", + "sysstat.assm gsp:search steal": "126", + "sysstat.assm gsp:space reservation success": "0", + "sysstat.assm gsp:use space reservation": "0", + "sysstat.assm rsv:alloc from reserve": "0", + "sysstat.assm rsv:alloc from reserve fail": "0", + "sysstat.assm rsv:alloc from reserve succ": "0", + "sysstat.assm rsv:clear reserve": "0", + "sysstat.assm rsv:fill reserve": "0", + "sysstat.assm wasted db state change": "10067", + "sysstat.auto extends on undo tablespace": "0", + "sysstat.ba au bytes allocated": "0", + "sysstat.ba bytes for file maps": "0", + "sysstat.ba bytes read from disk": "0", + "sysstat.ba bytes read from flash": "0", + "sysstat.ba count - borrowed from other node": "0", + "sysstat.ba count - cache denied": "0", + "sysstat.ba count - cache miss": "0", + "sysstat.ba count - searched in pb": "0", + "sysstat.ba count - short circuit in idn": "0", + "sysstat.ba count - total allocation requests": "0", + "sysstat.ba count - unable to short circuit in idn": "0", + "sysstat.ba count when 10% of buckets in pb": "0", + "sysstat.ba count when 25% of buckets in pb": "0", + "sysstat.ba count when 50% of buckets in pb": "0", + "sysstat.ba count when 75% of buckets in pb": "0", + "sysstat.ba count when 90% of buckets in pb": "0", + "sysstat.ba file bytes allocated": "0", + "sysstat.ba file bytes deleted": "0", + "sysstat.ba files created count": "0", + "sysstat.ba files deleted count": "0", + "sysstat.ba flash bytes requested": "0", + "sysstat.ba non-flash bytes requested": "0", + "sysstat.ba spare statistic 1": "0", + "sysstat.ba spare statistic 10": "0", + "sysstat.ba spare statistic 11": "0", + "sysstat.ba spare statistic 12": "0", + "sysstat.ba spare statistic 2": "0", + "sysstat.ba spare statistic 3": "0", + "sysstat.ba spare statistic 4": "0", + "sysstat.ba spare statistic 5": "0", + "sysstat.ba spare statistic 6": "0", + "sysstat.ba spare statistic 7": "0", + "sysstat.ba spare statistic 8": "0", + "sysstat.ba spare statistic 9": "0", + "sysstat.background checkpoints completed": "2", + "sysstat.background checkpoints started": "2", + "sysstat.background timeouts": "20794", + "sysstat.backup compressed data written locally": "0", + "sysstat.backup compressed data written remotely": "0", + "sysstat.backup data compressed locally": "0", + "sysstat.backup data compressed remotely": "0", + "sysstat.backup piece local processing time": "0", + "sysstat.backup piece remote processing time": "0", + "sysstat.backup pieces compressed locally": "0", + "sysstat.backup pieces compressed remotely": "0", + "sysstat.batched io (bound) vector count": "84", + "sysstat.batched io (full) vector count": "17673", + "sysstat.batched io (space) vector count": "0", + "sysstat.batched io block miss count": "121477", + "sysstat.batched io buffer defrag count": "397", + "sysstat.batched io double miss count": "10359", + "sysstat.batched io same unit count": "6122", + "sysstat.batched io single block count": "16463", + "sysstat.batched io slow jump count": "104", + "sysstat.batched io vector block count": "116484", + "sysstat.batched io vector read count": "1349", + "sysstat.batched io zero block count": "0", + "sysstat.block cleanout optim referenced": "21227", + "sysstat.blocks cleaned out using minact": "27832", + "sysstat.blocks decrypted": "0", + "sysstat.blocks encrypted": "0", + "sysstat.bps commit wait": "0", + "sysstat.bps redo wait": "0", + "sysstat.bps session wait": "0", + "sysstat.branch node splits": "8", + "sysstat.buffer is not pinned count": "40085848", + "sysstat.buffer is pinned count": "24997165", + "sysstat.bytes received via sql*net from client": "3230972549", + "sysstat.bytes received via sql*net from dblink": "0", + "sysstat.bytes sent via sql*net to client": "8857482925", + "sysstat.bytes sent via sql*net to dblink": "0", + "sysstat.bytes via sql*net vector from client": "0", + "sysstat.bytes via sql*net vector from dblink": "0", + "sysstat.bytes via sql*net vector to client": "0", + "sysstat.bytes via sql*net vector to dblink": "0", + "sysstat.cached commit scn referenced": "1649852", + "sysstat.calls to get snapshot scn: kcmgss": "5801371", + "sysstat.calls to kcmgas": "315303", + "sysstat.calls to kcmgcs": "3412331", + "sysstat.calls to kcmgrs": "0", + "sysstat.ccursor + sql area evicted": "28603", + "sysstat.cell blocks helped by commit cache": "0", + "sysstat.cell blocks helped by minscn optimization": "0", + "sysstat.cell blocks pivoted": "0", + "sysstat.cell blocks processed by cache layer": "0", + "sysstat.cell blocks processed by data layer": "0", + "sysstat.cell blocks processed by index layer": "0", + "sysstat.cell blocks processed by txn layer": "0", + "sysstat.cell blocks sent": "0", + "sysstat.cell chained row pieces fetched": "0", + "sysstat.cell chained rows processed": "0", + "sysstat.cell chained rows rejected": "0", + "sysstat.cell chained rows skipped": "0", + "sysstat.cell commit cache queries": "0", + "sysstat.cell filtered blocks failed block check": "0", + "sysstat.cell flash cache read hits": "0", + "sysstat.cell flash cache read hits for controlfile reads": "0", + "sysstat.cell flash cache read hits for smart io": "0", + "sysstat.cell index scans": "0", + "sysstat.cell interconnect bytes returned by xt smart scan": "0", + "sysstat.cell io uncompressed bytes": "0", + "sysstat.cell logical write io requests": "0", + "sysstat.cell logical write io requests eligible for offload": "0", + "sysstat.cell num block ios due to a file instant restore in progress": "0", + "sysstat.cell num bytes in block io during predicate offload": "0", + "sysstat.cell num bytes in passthru due to quarantine": "0", + "sysstat.cell num bytes in passthru during predicate offload": "0", + "sysstat.cell num bytes of io reissued due to relocation": "0", + "sysstat.cell num fast response sessions": "0", + "sysstat.cell num fast response sessions continuing to smart scan": "0", + "sysstat.cell num map elem cancellation": "0", + "sysstat.cell num smart file creation sessions using rdbms block io mode": "0", + "sysstat.cell num smart io sessions in rdbms block io due to big payload": "0", + "sysstat.cell num smart io sessions in rdbms block io due to no cell mem": "0", + "sysstat.cell num smart io sessions in rdbms block io due to open fail": "0", + "sysstat.cell num smart io sessions in rdbms block io due to user": "0", + "sysstat.cell num smart io sessions using passthru mode due to cellsrv": "0", + "sysstat.cell num smart io sessions using passthru mode due to timezone": "0", + "sysstat.cell num smart io sessions using passthru mode due to user": "0", + "sysstat.cell num smartio automem buffer allocation attempts": "0", + "sysstat.cell num smartio automem buffer allocation failures": "0", + "sysstat.cell num smartio permanent cell failures": "0", + "sysstat.cell num smartio transient cell failures": "0", + "sysstat.cell overwrites in flash cache": "0", + "sysstat.cell partial writes in flash cache": "0", + "sysstat.cell physical io bytes eligible for predicate offload": "0", + "sysstat.cell physical io bytes eligible for smart ios": "0", + "sysstat.cell physical io bytes saved by columnar cache": "0", + "sysstat.cell physical io bytes saved by storage index": "0", + "sysstat.cell physical io bytes saved during optimized file creation": "0", + "sysstat.cell physical io bytes saved during optimized rman file restore": "0", + "sysstat.cell physical io bytes sent directly to db node to balance cpu": "0", + "sysstat.cell physical io interconnect bytes": "207851232849", + "sysstat.cell physical io interconnect bytes returned by smart scan": "0", + "sysstat.cell physical write bytes saved by smart file initialization": "0", + "sysstat.cell physical write io bytes eligible for offload": "0", + "sysstat.cell physical write io host network bytes written during offloa": "0", + "sysstat.cell ram cache read hits": "0", + "sysstat.cell scan cus pcode aggregation pushdown": "0", + "sysstat.cell scan cus pcode pred evaled": "0", + "sysstat.cell scan cus pcode pred evaled using rowsets": "0", + "sysstat.cell scan cus pcode selective done": "0", + "sysstat.cell scan rows pcode aggregated": "0", + "sysstat.cell scans": "0", + "sysstat.cell simulated physical io bytes eligible for predicate offload": "0", + "sysstat.cell simulated physical io bytes returned by predicate offload": "0", + "sysstat.cell smart io session cache hard misses": "0", + "sysstat.cell smart io session cache hits": "0", + "sysstat.cell smart io session cache hwm": "0", + "sysstat.cell smart io session cache lookups": "0", + "sysstat.cell smart io session cache soft misses": "0", + "sysstat.cell statistics spare1": "0", + "sysstat.cell statistics spare2": "0", + "sysstat.cell statistics spare3": "0", + "sysstat.cell statistics spare4": "0", + "sysstat.cell statistics spare5": "0", + "sysstat.cell statistics spare6": "0", + "sysstat.cell transactions found in commit cache": "0", + "sysstat.cell writes to flash cache": "0", + "sysstat.cell xt granule bytes requested for predicate offload": "0", + "sysstat.cell xt granule io bytes saved by hdfs tbs extent map scan": "0", + "sysstat.cell xt granule io bytes saved by storage index": "0", + "sysstat.cell xt granule predicate offload retries": "0", + "sysstat.cell xt granules requested for predicate offload": "0", + "sysstat.cellmemory im load cus for capacity": "0", + "sysstat.cellmemory im load cus for query": "0", + "sysstat.cellmemory im load cus no memcompress": "0", + "sysstat.cellmemory im scan cus processed for capacity": "0", + "sysstat.cellmemory im scan cus processed for query": "0", + "sysstat.cellmemory im scan cus processed no memcompress": "0", + "sysstat.cellmemory im scan cus rejected for capacity": "0", + "sysstat.cellmemory im scan cus rejected for query": "0", + "sysstat.cellmemory im scan cus rejected no memcompress": "0", + "sysstat.cellmemory im scan stat 1": "0", + "sysstat.cellmemory im scan stat 2": "0", + "sysstat.cellmemory im scan stat 3": "0", + "sysstat.cellmemory im scan stat 4": "0", + "sysstat.cellmemory im scan stat 5": "0", + "sysstat.change write time": "1672", + "sysstat.checkpoint clones created for adg recovery": "0", + "sysstat.cleanout - number of ktugct calls": "1913888", + "sysstat.cleanouts and rollbacks - consistent read gets": "507", + "sysstat.cleanouts only - consistent read gets": "1903178", + "sysstat.cli bg attempt flush": "0", + "sysstat.cli bg enq": "0", + "sysstat.cli bg fls done": "0", + "sysstat.cli buf wrt": "0", + "sysstat.cli bytes fls to ext": "0", + "sysstat.cli bytes fls to table": "0", + "sysstat.cli client flush": "0", + "sysstat.cli flstask create": "0", + "sysstat.cli flush": "0", + "sysstat.cli imm wrt": "0", + "sysstat.cli prvtz lob": "0", + "sysstat.cli sga alloc": "0", + "sysstat.cli thru wrt": "0", + "sysstat.cluster key scan block gets": "441061", + "sysstat.cluster key scans": "246391", + "sysstat.cluster wait time": "0", + "sysstat.clusterwide global transactions": "0", + "sysstat.clusterwide global transactions spanning rac nodes": "0", + "sysstat.cold recycle reads": "0", + "sysstat.commit batch performed": "0", + "sysstat.commit batch requested": "0", + "sysstat.commit batch/immediate performed": "331", + "sysstat.commit batch/immediate requested": "331", + "sysstat.commit cleanout failures: block lost": "6182", + "sysstat.commit cleanout failures: buffer being written": "2", + "sysstat.commit cleanout failures: callback failure": "142", + "sysstat.commit cleanout failures: cannot pin": "49", + "sysstat.commit cleanout failures: delayed log": "0", + "sysstat.commit cleanout failures: flashback": "0", + "sysstat.commit cleanout failures: hot backup in progress": "0", + "sysstat.commit cleanout failures: write disabled": "0", + "sysstat.commit cleanouts": "474148", + "sysstat.commit cleanouts successfully completed": "467773", + "sysstat.commit immediate performed": "331", + "sysstat.commit immediate requested": "331", + "sysstat.commit nowait performed": "0", + "sysstat.commit nowait requested": "0", + "sysstat.commit scn cached": "644", + "sysstat.commit txn count during cleanout": "2294164", + "sysstat.commit wait performed": "0", + "sysstat.commit wait requested": "0", + "sysstat.commit wait/nowait performed": "0", + "sysstat.commit wait/nowait requested": "0", + "sysstat.concurrency wait time": "256", + "sysstat.consistent changes": "102701", + "sysstat.consistent gets": "83413697", + "sysstat.consistent gets direct": "11858826", + "sysstat.consistent gets examination": "14152914", + "sysstat.consistent gets examination (fastpath)": "14025083", + "sysstat.consistent gets from cache": "71554871", + "sysstat.consistent gets pin": "57401957", + "sysstat.consistent gets pin (fastpath)": "53876723", + "sysstat.cpu used by lwts for this session": "0", + "sysstat.cpu used by this session": "66631", + "sysstat.cpu used when call started": "61092", + "sysstat.cr blocks created": "1288", + "sysstat.current blocks converted for cr": "0", + "sysstat.cursor authentications": "9527", + "sysstat.cursor reload failures": "344", + "sysstat.data blocks consistent reads - undo records applied": "3705", + "sysstat.data warehousing cooling action": "0", + "sysstat.data warehousing evicted objects": "0", + "sysstat.data warehousing evicted objects - cooling": "0", + "sysstat.data warehousing evicted objects - replace": "0", + "sysstat.data warehousing scanned blocks": "0", + "sysstat.data warehousing scanned blocks - disk": "0", + "sysstat.data warehousing scanned blocks - flash": "0", + "sysstat.data warehousing scanned blocks - memory": "0", + "sysstat.data warehousing scanned blocks - offload": "0", + "sysstat.data warehousing scanned objects": "0", + "sysstat.db block changes": "1986091", + "sysstat.db block gets": "2193975", + "sysstat.db block gets direct": "6062", + "sysstat.db block gets from cache": "2187913", + "sysstat.db block gets from cache (fastpath)": "1729473", + "sysstat.db corrupt blocks detected": "0", + "sysstat.db corrupt blocks recovered": "0", + "sysstat.db time": "32220324", + "sysstat.db time of lwts for this session": "0", + "sysstat.dbwr checkpoint buffers written": "433807", + "sysstat.dbwr checkpoints": "136", + "sysstat.dbwr fusion writes": "0", + "sysstat.dbwr lru scans": "0", + "sysstat.dbwr object drop buffers written": "206", + "sysstat.dbwr parallel query checkpoint buffers written": "7704", + "sysstat.dbwr revisited being-written buffer": "0", + "sysstat.dbwr tablespace checkpoint buffers written": "0", + "sysstat.dbwr thread checkpoint buffers written": "0", + "sysstat.dbwr transaction table writes": "117", + "sysstat.dbwr undo block writes": "17384", + "sysstat.ddl statements parallelized": "0", + "sysstat.deferred (current) block cleanout applications": "130076", + "sysstat.deferred cur cleanouts (index blocks)": "0", + "sysstat.dfo trees parallelized": "36", + "sysstat.dirty buffers inspected": "305852", + "sysstat.dml statements parallelized": "0", + "sysstat.doubling up with imu segment": "0", + "sysstat.dram clean buffers available and above threshold": "0", + "sysstat.dram clean buffers available and is requested": "0", + "sysstat.drop segment calls in space pressure": "0", + "sysstat.dx/bb enqueue lock background get time": "0", + "sysstat.dx/bb enqueue lock background gets": "0", + "sysstat.dx/bb enqueue lock foreground requests": "0", + "sysstat.dx/bb enqueue lock foreground wait time": "0", + "sysstat.effective io time": "410482334", + "sysstat.enqueue conversions": "9863", + "sysstat.enqueue deadlocks": "0", + "sysstat.enqueue releases": "752843", + "sysstat.enqueue requests": "752962", + "sysstat.enqueue timeouts": "26", + "sysstat.enqueue waits": "207", + "sysstat.error count cleared by cell": "0", + "sysstat.exchange deadlocks": "0", + "sysstat.execute count": "3658170", + "sysstat.failed probes on index block reclamation": "0", + "sysstat.fastpath consistent get quota limit": "2439984", + "sysstat.fbda woken up": "0", + "sysstat.file io service time": "15235349", + "sysstat.file io wait time": "28342137611", + "sysstat.flash cache eviction: aged out": "0", + "sysstat.flash cache eviction: buffer pinned": "0", + "sysstat.flash cache eviction: invalidated": "0", + "sysstat.flash cache insert skip: corrupt": "0", + "sysstat.flash cache insert skip: dbwr overloaded": "0", + "sysstat.flash cache insert skip: exists": "0", + "sysstat.flash cache insert skip: modification": "0", + "sysstat.flash cache insert skip: not current": "0", + "sysstat.flash cache insert skip: not useful": "0", + "sysstat.flash cache inserts": "0", + "sysstat.flashback cache read optimizations for block new": "0", + "sysstat.flashback direct read optimizations for block new": "0", + "sysstat.flashback log write bytes": "1410744320", + "sysstat.flashback log writes": "4537", + "sysstat.flashback securefile cache read optimizations for block new": "0", + "sysstat.flashback securefile direct read optimizations for block new": "0", + "sysstat.foreground propagated tracked transactions": "0", + "sysstat.forwarded 2pc commands across rac nodes": "0", + "sysstat.frame signature mismatch": "0", + "sysstat.free buffer inspected": "2183479", + "sysstat.free buffer requested": "3022712", + "sysstat.gc blocks compressed": "0", + "sysstat.gc blocks corrupt": "0", + "sysstat.gc blocks lost": "0", + "sysstat.gc bps array full": "0", + "sysstat.gc claim blocks lost": "0", + "sysstat.gc cleanout applied": "0", + "sysstat.gc cleanout no space": "0", + "sysstat.gc cleanout saved": "0", + "sysstat.gc cluster flash cache reads failure": "0", + "sysstat.gc cluster flash cache reads received": "0", + "sysstat.gc cluster flash cache reads served": "0", + "sysstat.gc cluster flash cache received read time": "0", + "sysstat.gc cpu used by this session": "0", + "sysstat.gc cr anti locks created": "0", + "sysstat.gc cr anti locks expanded": "0", + "sysstat.gc cr anti locks shrunk": "0", + "sysstat.gc cr block build time": "0", + "sysstat.gc cr block flush time": "0", + "sysstat.gc cr block receive time": "0", + "sysstat.gc cr blocks built": "0", + "sysstat.gc cr blocks flushed": "0", + "sysstat.gc cr blocks received": "0", + "sysstat.gc cr blocks received with bps": "0", + "sysstat.gc cr blocks served": "0", + "sysstat.gc cr blocks served with bps": "0", + "sysstat.gc cr bypass requests": "0", + "sysstat.gc cr multiblock grant time": "0", + "sysstat.gc cr multiblock grants received": "0", + "sysstat.gc current block flush time": "0", + "sysstat.gc current block pin time": "0", + "sysstat.gc current block receive time": "0", + "sysstat.gc current blocks flushed": "0", + "sysstat.gc current blocks pinned": "0", + "sysstat.gc current blocks received": "0", + "sysstat.gc current blocks received with bps": "0", + "sysstat.gc current blocks served": "0", + "sysstat.gc current blocks served with bps": "0", + "sysstat.gc flash cache reads served": "0", + "sysstat.gc flash cache served read time": "0", + "sysstat.gc flashback wait": "0", + "sysstat.gc force cr read cr": "0", + "sysstat.gc force cr read current": "0", + "sysstat.gc im blocks invalidated": "0", + "sysstat.gc im expands": "0", + "sysstat.gc im grants": "0", + "sysstat.gc im shrinks": "0", + "sysstat.gc index split slot collisions": "0", + "sysstat.gc index split too many segments": "0", + "sysstat.gc index split too many slots": "0", + "sysstat.gc index split wait timeouts": "0", + "sysstat.gc ka grant receive time": "0", + "sysstat.gc ka grants received": "0", + "sysstat.gc kbytes saved": "0", + "sysstat.gc kbytes sent": "0", + "sysstat.gc local grants": "0", + "sysstat.gc merge pi bg": "0", + "sysstat.gc merge pi fg": "0", + "sysstat.gc read time waited": "0", + "sysstat.gc read wait failures": "0", + "sysstat.gc read wait timeouts": "0", + "sysstat.gc read waits": "0", + "sysstat.gc reader bypass grants": "0", + "sysstat.gc reader bypass waits": "0", + "sysstat.gc remote grants": "0", + "sysstat.gc send failures": "0", + "sysstat.gc status messages received": "0", + "sysstat.gc status messages sent": "0", + "sysstat.gcs affinity lock failures": "0", + "sysstat.gcs affinity lock grants": "0", + "sysstat.gcs anti-locks created": "0", + "sysstat.gcs messages sent": "0", + "sysstat.gcs read-mostly lock failures": "0", + "sysstat.gcs read-mostly lock grants": "0", + "sysstat.gdr: active blocks cleared": "0", + "sysstat.gdr: active ranges cleared": "0", + "sysstat.gdr: inactive blocks cleared": "0", + "sysstat.gdr: inactive ranges cleared": "0", + "sysstat.gdr: total blocks skipped": "0", + "sysstat.gdr: total files processed": "0", + "sysstat.gdr: total segments processed": "0", + "sysstat.gdr: total segments skipped": "0", + "sysstat.gdr: unused blocks cleared": "0", + "sysstat.gdr: unused ranges cleared": "0", + "sysstat.ges messages sent": "0", + "sysstat.global enqueue cpu used by this session": "0", + "sysstat.global enqueue get time": "0", + "sysstat.global enqueue gets async": "0", + "sysstat.global enqueue gets sync": "0", + "sysstat.global enqueue releases": "0", + "sysstat.global undo segment hints helped": "0", + "sysstat.global undo segment hints were stale": "0", + "sysstat.gtx processes spawned by autotune": "0", + "sysstat.gtx processes stopped by autotune": "0", + "sysstat.hcc analyze table cus": "0", + "sysstat.hcc analyzer calls": "0", + "sysstat.hcc block check cus": "0", + "sysstat.hcc block compressions attempted": "0", + "sysstat.hcc block compressions completed": "0", + "sysstat.hcc block dump cus": "0", + "sysstat.hcc dml conventional": "0", + "sysstat.hcc dml cus": "0", + "sysstat.hcc fetch by rowid cus": "0", + "sysstat.hcc load conventional bytes compressed": "0", + "sysstat.hcc load conventional bytes uncompressed": "0", + "sysstat.hcc load conventional cus": "0", + "sysstat.hcc load conventional cus archive high": "0", + "sysstat.hcc load conventional cus archive low": "0", + "sysstat.hcc load conventional cus query high": "0", + "sysstat.hcc load conventional cus query low": "0", + "sysstat.hcc load conventional cus row pieces": "0", + "sysstat.hcc load conventional rows": "0", + "sysstat.hcc load conventional rows not compressed": "0", + "sysstat.hcc load direct bytes compressed": "0", + "sysstat.hcc load direct bytes uncompressed": "0", + "sysstat.hcc load direct cus": "0", + "sysstat.hcc load direct cus archive high": "0", + "sysstat.hcc load direct cus archive low": "0", + "sysstat.hcc load direct cus query high": "0", + "sysstat.hcc load direct cus query low": "0", + "sysstat.hcc load direct cus row pieces": "0", + "sysstat.hcc load direct rows": "0", + "sysstat.hcc load direct rows not compressed": "0", + "sysstat.hcc scan cell bytes compressed": "0", + "sysstat.hcc scan cell bytes decompressed": "0", + "sysstat.hcc scan cell columns theoretical max": "0", + "sysstat.hcc scan cell cus archive high": "0", + "sysstat.hcc scan cell cus archive low": "0", + "sysstat.hcc scan cell cus columns accessed": "0", + "sysstat.hcc scan cell cus decompressed": "0", + "sysstat.hcc scan cell cus decompression time": "0", + "sysstat.hcc scan cell cus optimized read": "0", + "sysstat.hcc scan cell cus predicates applied": "0", + "sysstat.hcc scan cell cus predicates optimized": "0", + "sysstat.hcc scan cell cus predicates received": "0", + "sysstat.hcc scan cell cus processed for compressed": "0", + "sysstat.hcc scan cell cus processed for uncompressed": "0", + "sysstat.hcc scan cell cus pruned": "0", + "sysstat.hcc scan cell cus query high": "0", + "sysstat.hcc scan cell cus query low": "0", + "sysstat.hcc scan cell cus row pieces accessed": "0", + "sysstat.hcc scan cell cus row pieces total": "0", + "sysstat.hcc scan cell cus sent compressed": "0", + "sysstat.hcc scan cell cus sent head piece": "0", + "sysstat.hcc scan cell cus sent uncompressed": "0", + "sysstat.hcc scan cell rows": "0", + "sysstat.hcc scan cus pcode selective done": "0", + "sysstat.hcc scan rdbms bytes compressed": "0", + "sysstat.hcc scan rdbms bytes decompressed": "0", + "sysstat.hcc scan rdbms columns theoretical max": "0", + "sysstat.hcc scan rdbms cus archive high": "0", + "sysstat.hcc scan rdbms cus archive low": "0", + "sysstat.hcc scan rdbms cus columns accessed": "0", + "sysstat.hcc scan rdbms cus decompressed": "0", + "sysstat.hcc scan rdbms cus decompression time": "0", + "sysstat.hcc scan rdbms cus normal": "0", + "sysstat.hcc scan rdbms cus optimized read": "0", + "sysstat.hcc scan rdbms cus predicates applied": "0", + "sysstat.hcc scan rdbms cus predicates optimized": "0", + "sysstat.hcc scan rdbms cus predicates received": "0", + "sysstat.hcc scan rdbms cus pruned": "0", + "sysstat.hcc scan rdbms cus query high": "0", + "sysstat.hcc scan rdbms cus query low": "0", + "sysstat.hcc scan rdbms cus row pieces accessed": "0", + "sysstat.hcc scan rdbms cus row pieces total": "0", + "sysstat.hcc scan rdbms cus turbo": "0", + "sysstat.hcc scan rdbms rows": "0", + "sysstat.hcc usage cloud": "0", + "sysstat.hcc usage pillar": "0", + "sysstat.hcc usage zfs": "0", + "sysstat.heap block compress": "12173", + "sysstat.heap segment array inserts": "5049", + "sysstat.heap segment array updates": "614", + "sysstat.heatmap blklevel flush task count": "0", + "sysstat.heatmap blklevel flush task create": "0", + "sysstat.heatmap blklevel flushed": "0", + "sysstat.heatmap blklevel flushed to bf": "0", + "sysstat.heatmap blklevel flushed to sysaux": "0", + "sysstat.heatmap blklevel not tracked - memory": "0", + "sysstat.heatmap blklevel not updated - repeat": "0", + "sysstat.heatmap blklevel ranges flushed": "0", + "sysstat.heatmap blklevel ranges skipped": "0", + "sysstat.heatmap blklevel tracked": "0", + "sysstat.heatmap seglevel - flush": "0", + "sysstat.heatmap seglevel - full table scan": "0", + "sysstat.heatmap seglevel - indexlookup": "0", + "sysstat.heatmap seglevel - segments flushed": "0", + "sysstat.heatmap seglevel - tablelookup": "0", + "sysstat.heatmap seglevel - write": "0", + "sysstat.hot buffers moved to head of lru": "1929667", + "sysstat.hsc compressed segment block changes": "0", + "sysstat.hsc heap segment block changes": "270092", + "sysstat.hsc idl compressed blocks": "0", + "sysstat.hsc oltp compressed blocks": "0", + "sysstat.hsc oltp compression block checked": "0", + "sysstat.hsc oltp compression skipped rows": "0", + "sysstat.hsc oltp compression wide compressed row pieces": "0", + "sysstat.hsc oltp drop column": "0", + "sysstat.hsc oltp inline compression": "0", + "sysstat.hsc oltp negative compression": "0", + "sysstat.hsc oltp non compressible blocks": "0", + "sysstat.hsc oltp partial compression": "0", + "sysstat.hsc oltp positive compression": "0", + "sysstat.hsc oltp recursive compression": "0", + "sysstat.hsc oltp space saving": "0", + "sysstat.im adg blocks in flush": "0", + "sysstat.im adg commit journal destroy": "0", + "sysstat.im adg commit journal emptied": "0", + "sysstat.im adg commit nodes added": "0", + "sysstat.im adg commit nodes freed": "0", + "sysstat.im adg corrupt undo blocks seen": "0", + "sysstat.im adg granule split": "0", + "sysstat.im adg inv all due to corrupt undo": "0", + "sysstat.im adg inv pdb due to corrupt undo": "0", + "sysstat.im adg invalidated all objects": "0", + "sysstat.im adg invalidated object ddl": "0", + "sysstat.im adg invalidated pdb ddl": "0", + "sysstat.im adg invalidated pdb partial transaction": "0", + "sysstat.im adg journal sort": "0", + "sysstat.im adg non-imc transactions": "0", + "sysstat.im adg nothing to flush": "0", + "sysstat.im adg number of query scn moves": "0", + "sysstat.im adg redo records seen": "0", + "sysstat.im adg registration attempts": "0", + "sysstat.im adg registration failure (quiesce)": "0", + "sysstat.im adg time for query scn moves (ms)": "0", + "sysstat.im adg transactions compiled for flush": "0", + "sysstat.im adg transactions flushed": "0", + "sysstat.im default area resized": "0", + "sysstat.im faststart coordinator accumulated time (ms)": "0", + "sysstat.im faststart coordinator cycle aborts": "0", + "sysstat.im faststart coordinator cycle overruns": "0", + "sysstat.im faststart coordinator runs": "0", + "sysstat.im faststart coordinator scheduler restarted": "0", + "sysstat.im faststart coordinator task priority p1 to p2": "0", + "sysstat.im faststart coordinator task priority p2 extended": "0", + "sysstat.im faststart coordinator task priority p2 to p3": "0", + "sysstat.im faststart coordinator task submitted priority p1": "0", + "sysstat.im faststart coordinator task submitted priority p2": "0", + "sysstat.im faststart coordinator task submitted priority p3": "0", + "sysstat.im faststart coordinator throttle down": "0", + "sysstat.im faststart delete cus problem": "0", + "sysstat.im faststart read accumulated time (ms)": "0", + "sysstat.im faststart read bytes": "0", + "sysstat.im faststart read cus": "0", + "sysstat.im faststart read cus incompatible": "0", + "sysstat.im faststart read cus invalid": "0", + "sysstat.im faststart read cus not accessible": "0", + "sysstat.im faststart read cus problems": "0", + "sysstat.im faststart read cus requested": "0", + "sysstat.im faststart read data accumulated time (ms)": "0", + "sysstat.im faststart read headers accumulated time (ms)": "0", + "sysstat.im faststart read verify accumulated time (ms)": "0", + "sysstat.im faststart write accumulated time (ms)": "0", + "sysstat.im faststart write bytes": "0", + "sysstat.im faststart write cus": "0", + "sysstat.im faststart write cus encryption mismatch": "0", + "sysstat.im faststart write cus evicted": "0", + "sysstat.im faststart write cus problems": "0", + "sysstat.im faststart write cus requested": "0", + "sysstat.im faststart write cus too dirty": "0", + "sysstat.im faststart write deferred accumulated (ms)": "0", + "sysstat.im faststart write deferred cus": "0", + "sysstat.im faststart write deferred cus not found": "0", + "sysstat.im faststart write deferred cus requested": "0", + "sysstat.im faststart write deferred timeouts": "0", + "sysstat.im fetches by rowid from disk": "0", + "sysstat.im fetches by rowid from fetch list": "0", + "sysstat.im fetches by rowid from imcu": "0", + "sysstat.im fetches by rowid from journal": "0", + "sysstat.im fetches by rowid row invalid in imcu": "0", + "sysstat.im hpk spare1": "0", + "sysstat.im hpk spare2": "0", + "sysstat.im hpk spare3": "0", + "sysstat.im hpk spare4": "0", + "sysstat.im hpk spare5": "0", + "sysstat.im hpk spare6": "0", + "sysstat.im populate accumulated time (ms)": "0", + "sysstat.im populate blocks invalid": "0", + "sysstat.im populate buffer direct read time (ms)": "0", + "sysstat.im populate bytes from storage": "0", + "sysstat.im populate bytes in-memory data": "0", + "sysstat.im populate bytes in-memory eu data": "0", + "sysstat.im populate bytes uncompressed data": "0", + "sysstat.im populate bytes uncompressed eu data": "0", + "sysstat.im populate cache read time (ms)": "0", + "sysstat.im populate checkpoint time (ms)": "0", + "sysstat.im populate cus": "0", + "sysstat.im populate cus chain pieces": "0", + "sysstat.im populate cus columns": "0", + "sysstat.im populate cus empty": "0", + "sysstat.im populate cus memcompress for capacity high": "0", + "sysstat.im populate cus memcompress for capacity low": "0", + "sysstat.im populate cus memcompress for dml": "0", + "sysstat.im populate cus memcompress for query high": "0", + "sysstat.im populate cus memcompress for query low": "0", + "sysstat.im populate cus no blocks": "0", + "sysstat.im populate cus no memcompress": "0", + "sysstat.im populate cus nop": "0", + "sysstat.im populate cus not": "0", + "sysstat.im populate cus requested": "0", + "sysstat.im populate cus resubmitted": "0", + "sysstat.im populate direct read time (ms)": "0", + "sysstat.im populate eus": "0", + "sysstat.im populate eus accumulated time (ms)": "0", + "sysstat.im populate eus columns": "0", + "sysstat.im populate eus memcompress for capacity high": "0", + "sysstat.im populate eus memcompress for capacity low": "0", + "sysstat.im populate eus memcompress for dml": "0", + "sysstat.im populate eus memcompress for query high": "0", + "sysstat.im populate eus memcompress for query low": "0", + "sysstat.im populate eus no memcompress": "0", + "sysstat.im populate eus requested": "0", + "sysstat.im populate no checkpoint": "0", + "sysstat.im populate no contiguous inmemory space": "0", + "sysstat.im populate no space in pga": "0", + "sysstat.im populate rows": "0", + "sysstat.im populate segments": "0", + "sysstat.im populate segments requested": "0", + "sysstat.im populate segments wall clock time (ms)": "0", + "sysstat.im populate smu/dlm locks fail": "0", + "sysstat.im populate transactions active": "0", + "sysstat.im populate transactions check": "0", + "sysstat.im populate undo records applied": "0", + "sysstat.im populate undo segheader rollback": "0", + "sysstat.im populate via direct reads": "0", + "sysstat.im prepopulate accumulated time (ms)": "0", + "sysstat.im prepopulate bytes from storage": "0", + "sysstat.im prepopulate bytes in-memory data": "0", + "sysstat.im prepopulate bytes in-memory eu data": "0", + "sysstat.im prepopulate bytes uncompressed data": "0", + "sysstat.im prepopulate bytes uncompressed eu data": "0", + "sysstat.im prepopulate cus": "0", + "sysstat.im prepopulate cus chain pieces": "0", + "sysstat.im prepopulate cus columns": "0", + "sysstat.im prepopulate cus empty": "0", + "sysstat.im prepopulate cus memcompress for capacity high": "0", + "sysstat.im prepopulate cus memcompress for capacity low": "0", + "sysstat.im prepopulate cus memcompress for dml": "0", + "sysstat.im prepopulate cus memcompress for query high": "0", + "sysstat.im prepopulate cus memcompress for query low": "0", + "sysstat.im prepopulate cus no blocks": "0", + "sysstat.im prepopulate cus no memcompress": "0", + "sysstat.im prepopulate cus nop": "0", + "sysstat.im prepopulate cus not": "0", + "sysstat.im prepopulate cus requested": "0", + "sysstat.im prepopulate cus resubmitted": "0", + "sysstat.im prepopulate eus": "0", + "sysstat.im prepopulate eus accumulated time (ms)": "0", + "sysstat.im prepopulate eus columns": "0", + "sysstat.im prepopulate eus memcompress for capacity high": "0", + "sysstat.im prepopulate eus memcompress for capacity low": "0", + "sysstat.im prepopulate eus memcompress for dml": "0", + "sysstat.im prepopulate eus memcompress for query high": "0", + "sysstat.im prepopulate eus memcompress for query low": "0", + "sysstat.im prepopulate eus no memcompress": "0", + "sysstat.im prepopulate eus requested": "0", + "sysstat.im prepopulate rows": "0", + "sysstat.im prepopulate segments": "0", + "sysstat.im prepopulate segments requested": "0", + "sysstat.im rac blocks invalid": "0", + "sysstat.im rac cus invalid": "0", + "sysstat.im repopulate (adg) transactions copied": "0", + "sysstat.im repopulate (doublebuffering) cus": "0", + "sysstat.im repopulate (doublebuffering) cus requested": "0", + "sysstat.im repopulate (incremental) blocks read": "0", + "sysstat.im repopulate (incremental) cu blocks": "0", + "sysstat.im repopulate (incremental) cus": "0", + "sysstat.im repopulate (incremental) cus columns": "0", + "sysstat.im repopulate (incremental) cus columns dict reused": "0", + "sysstat.im repopulate (incremental) cus columns reused": "0", + "sysstat.im repopulate (incremental) cus old cu defchg": "0", + "sysstat.im repopulate (incremental) cus old cu empty": "0", + "sysstat.im repopulate (incremental) cus old cu unavailable": "0", + "sysstat.im repopulate (incremental) cus requested": "0", + "sysstat.im repopulate (incremental) cus using population": "0", + "sysstat.im repopulate (incremental) cus valid columns optimized": "0", + "sysstat.im repopulate (incremental) eus": "0", + "sysstat.im repopulate (incremental) eus requested": "0", + "sysstat.im repopulate (incremental) fetched rows": "0", + "sysstat.im repopulate (incremental) invalid cu rows": "0", + "sysstat.im repopulate (incremental) modified blocks": "0", + "sysstat.im repopulate (incremental) total rows": "0", + "sysstat.im repopulate (incremental) valid cu rows": "0", + "sysstat.im repopulate (scan) cus": "0", + "sysstat.im repopulate (scan) cus nop": "0", + "sysstat.im repopulate (scan) cus not": "0", + "sysstat.im repopulate (scan) cus requested": "0", + "sysstat.im repopulate (scan) cus resubmitted": "0", + "sysstat.im repopulate (scan) eus": "0", + "sysstat.im repopulate (scan) eus requested": "0", + "sysstat.im repopulate (trickle incremental) blocks read": "0", + "sysstat.im repopulate (trickle incremental) cu blocks": "0", + "sysstat.im repopulate (trickle incremental) cus columns": "0", + "sysstat.im repopulate (trickle incremental) cus columns dict reused": "0", + "sysstat.im repopulate (trickle incremental) cus columns reused": "0", + "sysstat.im repopulate (trickle incremental) cus valid columns optimized": "0", + "sysstat.im repopulate (trickle incremental) fetched rows": "0", + "sysstat.im repopulate (trickle incremental) invalid cu rows": "0", + "sysstat.im repopulate (trickle incremental) modified blocks": "0", + "sysstat.im repopulate (trickle incremental) total rows": "0", + "sysstat.im repopulate (trickle incremental) valid cu rows": "0", + "sysstat.im repopulate (trickle) accumulated time (ms)": "0", + "sysstat.im repopulate (trickle) bytes from storage": "0", + "sysstat.im repopulate (trickle) bytes in-memory data": "0", + "sysstat.im repopulate (trickle) bytes in-memory eu data": "0", + "sysstat.im repopulate (trickle) bytes uncompressed data": "0", + "sysstat.im repopulate (trickle) bytes uncompressed eu data": "0", + "sysstat.im repopulate (trickle) cus": "0", + "sysstat.im repopulate (trickle) cus chain pieces": "0", + "sysstat.im repopulate (trickle) cus columns": "0", + "sysstat.im repopulate (trickle) cus empty": "0", + "sysstat.im repopulate (trickle) cus memcompress for capacity high": "0", + "sysstat.im repopulate (trickle) cus memcompress for capacity low": "0", + "sysstat.im repopulate (trickle) cus memcompress for dml": "0", + "sysstat.im repopulate (trickle) cus memcompress for query high": "0", + "sysstat.im repopulate (trickle) cus memcompress for query low": "0", + "sysstat.im repopulate (trickle) cus no memcompress": "0", + "sysstat.im repopulate (trickle) cus nop": "0", + "sysstat.im repopulate (trickle) cus not": "0", + "sysstat.im repopulate (trickle) cus requested": "0", + "sysstat.im repopulate (trickle) cus resubmitted": "0", + "sysstat.im repopulate (trickle) eus": "0", + "sysstat.im repopulate (trickle) eus accumulated time (ms)": "0", + "sysstat.im repopulate (trickle) eus columns": "0", + "sysstat.im repopulate (trickle) eus memcompress for capacity high": "0", + "sysstat.im repopulate (trickle) eus memcompress for capacity low": "0", + "sysstat.im repopulate (trickle) eus memcompress for dml": "0", + "sysstat.im repopulate (trickle) eus memcompress for query high": "0", + "sysstat.im repopulate (trickle) eus memcompress for query low": "0", + "sysstat.im repopulate (trickle) eus no memcompress": "0", + "sysstat.im repopulate (trickle) eus requested": "0", + "sysstat.im repopulate (trickle) rows": "0", + "sysstat.im repopulate accumulated time (ms)": "0", + "sysstat.im repopulate blocks invalid": "0", + "sysstat.im repopulate blocks now valid": "0", + "sysstat.im repopulate bytes from storage": "0", + "sysstat.im repopulate bytes in-memory data": "0", + "sysstat.im repopulate bytes in-memory eu data": "0", + "sysstat.im repopulate bytes uncompressed data": "0", + "sysstat.im repopulate bytes uncompressed eu data": "0", + "sysstat.im repopulate checkpoints": "0", + "sysstat.im repopulate cus": "0", + "sysstat.im repopulate cus chain pieces": "0", + "sysstat.im repopulate cus columns": "0", + "sysstat.im repopulate cus empty": "0", + "sysstat.im repopulate cus memcompress for capacity high": "0", + "sysstat.im repopulate cus memcompress for capacity low": "0", + "sysstat.im repopulate cus memcompress for dml": "0", + "sysstat.im repopulate cus memcompress for query high": "0", + "sysstat.im repopulate cus memcompress for query low": "0", + "sysstat.im repopulate cus no memcompress": "0", + "sysstat.im repopulate cus nop": "0", + "sysstat.im repopulate cus not": "0", + "sysstat.im repopulate cus requested": "0", + "sysstat.im repopulate cus resubmitted": "0", + "sysstat.im repopulate due to block threshold hit": "0", + "sysstat.im repopulate due to row threshold hit": "0", + "sysstat.im repopulate eus": "0", + "sysstat.im repopulate eus accumulated time (ms)": "0", + "sysstat.im repopulate eus columns": "0", + "sysstat.im repopulate eus memcompress for capacity high": "0", + "sysstat.im repopulate eus memcompress for capacity low": "0", + "sysstat.im repopulate eus memcompress for dml": "0", + "sysstat.im repopulate eus memcompress for query high": "0", + "sysstat.im repopulate eus memcompress for query low": "0", + "sysstat.im repopulate eus no memcompress": "0", + "sysstat.im repopulate eus requested": "0", + "sysstat.im repopulate invalid blks": "0", + "sysstat.im repopulate invalid rows": "0", + "sysstat.im repopulate invalidation transfer time": "0", + "sysstat.im repopulate no contiguous inmemory space": "0", + "sysstat.im repopulate no space in pga": "0", + "sysstat.im repopulate old smu nil": "0", + "sysstat.im repopulate optimized": "0", + "sysstat.im repopulate optimized rac/downgrade": "0", + "sysstat.im repopulate previous smu invalid": "0", + "sysstat.im repopulate read time (ms)": "0", + "sysstat.im repopulate rows": "0", + "sysstat.im repopulate segments": "0", + "sysstat.im repopulate segments requested": "0", + "sysstat.im repopulate smu colmap used": "0", + "sysstat.im repopulate smu/dlm locks fail": "0", + "sysstat.im repopulate transactions active": "0", + "sysstat.im repopulate transactions check": "0", + "sysstat.im repopulate transactions copied": "0", + "sysstat.im repopulate undo records applied": "0", + "sysstat.im repopulate undo segheader rollback": "0", + "sysstat.im repopulate via direct reads": "0", + "sysstat.im scan (dynamic) max degree": "0", + "sysstat.im scan (dynamic) multi-threaded scans": "0", + "sysstat.im scan (dynamic) rows": "0", + "sysstat.im scan (dynamic) rs2 rowsets": "0", + "sysstat.im scan (dynamic) spare1": "0", + "sysstat.im scan (dynamic) spare2": "0", + "sysstat.im scan (dynamic) tasks processed by parent": "0", + "sysstat.im scan (dynamic) tasks processed by thread": "0", + "sysstat.im scan blocks cache": "0", + "sysstat.im scan bytes in-memory": "0", + "sysstat.im scan bytes uncompressed": "0", + "sysstat.im scan cus cleanout": "0", + "sysstat.im scan cus column not in memory": "0", + "sysstat.im scan cus columns accessed": "0", + "sysstat.im scan cus columns decompressed": "0", + "sysstat.im scan cus columns theoretical max": "0", + "sysstat.im scan cus cr cache hit": "0", + "sysstat.im scan cus cr cache miss": "0", + "sysstat.im scan cus cr incremental": "0", + "sysstat.im scan cus cr skipped large rowids": "0", + "sysstat.im scan cus current": "0", + "sysstat.im scan cus doublebuffering": "0", + "sysstat.im scan cus drop-invis smu": "0", + "sysstat.im scan cus failed to reget pin": "0", + "sysstat.im scan cus invalid": "0", + "sysstat.im scan cus invalid (all rows are invalid)": "0", + "sysstat.im scan cus invalid or missing revert to on disk extent": "0", + "sysstat.im scan cus invisible smu": "0", + "sysstat.im scan cus low query scn": "0", + "sysstat.im scan cus lowscn no previous": "0", + "sysstat.im scan cus maxretry done": "0", + "sysstat.im scan cus memcompress for capacity high": "0", + "sysstat.im scan cus memcompress for capacity low": "0", + "sysstat.im scan cus memcompress for dml": "0", + "sysstat.im scan cus memcompress for query high": "0", + "sysstat.im scan cus memcompress for query low": "0", + "sysstat.im scan cus no cleanout": "0", + "sysstat.im scan cus no imcu": "0", + "sysstat.im scan cus no memcompress": "0", + "sysstat.im scan cus no rollback": "0", + "sysstat.im scan cus notfound": "0", + "sysstat.im scan cus notfound dbclose": "0", + "sysstat.im scan cus notfound lob": "0", + "sysstat.im scan cus optimized read": "0", + "sysstat.im scan cus pcode aggregation ime": "0", + "sysstat.im scan cus pcode aggregation pushdown": "0", + "sysstat.im scan cus pcode pred evaled": "0", + "sysstat.im scan cus pcode pred evaled using rowsets": "0", + "sysstat.im scan cus pcode selective done": "0", + "sysstat.im scan cus predicates applied": "0", + "sysstat.im scan cus predicates optimized": "0", + "sysstat.im scan cus predicates received": "0", + "sysstat.im scan cus previous": "0", + "sysstat.im scan cus previous current": "0", + "sysstat.im scan cus pruned": "0", + "sysstat.im scan cus readlist creation accumulated time": "0", + "sysstat.im scan cus readlist creation accumulated time (cr)": "0", + "sysstat.im scan cus readlist creation number": "0", + "sysstat.im scan cus readlist creation number (cr)": "0", + "sysstat.im scan cus ref-invis smu": "0", + "sysstat.im scan cus rollback": "0", + "sysstat.im scan cus split pieces": "0", + "sysstat.im scan cus undo records applied": "0", + "sysstat.im scan cus wait notvis": "0", + "sysstat.im scan cus wait notvis (doublebuffer)": "0", + "sysstat.im scan dict engine results reused": "0", + "sysstat.im scan dict engine results stored": "0", + "sysstat.im scan eu bytes in-memory": "0", + "sysstat.im scan eu bytes uncompressed": "0", + "sysstat.im scan eu rows": "0", + "sysstat.im scan eus columns accessed": "0", + "sysstat.im scan eus columns decompressed": "0", + "sysstat.im scan eus columns theoretical max": "0", + "sysstat.im scan eus memcompress for capacity high": "0", + "sysstat.im scan eus memcompress for capacity low": "0", + "sysstat.im scan eus memcompress for dml": "0", + "sysstat.im scan eus memcompress for query high": "0", + "sysstat.im scan eus memcompress for query low": "0", + "sysstat.im scan eus no memcompress": "0", + "sysstat.im scan eus split pieces": "0", + "sysstat.im scan fetches journal": "0", + "sysstat.im scan found invalid cu": "0", + "sysstat.im scan invalid all blocks": "0", + "sysstat.im scan journal": "0", + "sysstat.im scan journal cleanout": "0", + "sysstat.im scan journal no cleanout": "0", + "sysstat.im scan rows": "0", + "sysstat.im scan rows cache": "0", + "sysstat.im scan rows discontinuous": "0", + "sysstat.im scan rows excluded": "0", + "sysstat.im scan rows journal": "0", + "sysstat.im scan rows journal total": "0", + "sysstat.im scan rows optimized": "0", + "sysstat.im scan rows pcode aggregated": "0", + "sysstat.im scan rows projected": "0", + "sysstat.im scan rows range excluded": "0", + "sysstat.im scan rows valid": "0", + "sysstat.im scan segments disk": "0", + "sysstat.im scan segments minmax eligible": "0", + "sysstat.im scan smu colmap hit": "0", + "sysstat.im scan smu colmap miss due to deletes": "0", + "sysstat.im scan smu colmap miss due to inserts": "0", + "sysstat.im scan smu colmap miss due to invalid blocks": "0", + "sysstat.im scan smu colmap miss due to untracked changes": "0", + "sysstat.im scan smu colmap miss due to update": "0", + "sysstat.im scan uncommitted pj granule": "0", + "sysstat.im simd bloom filter calls": "0", + "sysstat.im simd bloom filter selective calls": "0", + "sysstat.im simd compare calls": "0", + "sysstat.im simd compare hw offload calls": "0", + "sysstat.im simd compare selective calls": "0", + "sysstat.im simd decode calls": "0", + "sysstat.im simd decode hw offload calls": "0", + "sysstat.im simd decode selective calls": "0", + "sysstat.im simd decode symbol calls": "0", + "sysstat.im simd decode symbol selective calls": "0", + "sysstat.im simd decode unpack calls": "0", + "sysstat.im simd decode unpack hw offload calls": "0", + "sysstat.im simd decode unpack selective calls": "0", + "sysstat.im simd rle burst calls": "0", + "sysstat.im simd rle burst hw offload calls": "0", + "sysstat.im simd rle burst selective calls": "0", + "sysstat.im simd set membership calls": "0", + "sysstat.im simd set membership hw offload calls": "0", + "sysstat.im simd set membership selective calls": "0", + "sysstat.im space adg bytes allocated": "0", + "sysstat.im space adg bytes freed": "0", + "sysstat.im space adg extents allocated": "0", + "sysstat.im space adg journal extents freed": "0", + "sysstat.im space adg segments allocated": "0", + "sysstat.im space adg segments freed": "0", + "sysstat.im space cu bytes allocated": "0", + "sysstat.im space cu bytes freed": "0", + "sysstat.im space cu creations committed": "0", + "sysstat.im space cu creations initiated": "0", + "sysstat.im space cu extents allocated": "0", + "sysstat.im space cu extents freed": "0", + "sysstat.im space private journal bytes allocated": "0", + "sysstat.im space private journal bytes freed": "0", + "sysstat.im space private journal extents allocated": "0", + "sysstat.im space private journal extents freed": "0", + "sysstat.im space private journal segments allocated": "0", + "sysstat.im space private journal segments freed": "0", + "sysstat.im space segments allocated": "0", + "sysstat.im space segments freed": "0", + "sysstat.im space shared journal bytes allocated": "0", + "sysstat.im space shared journal bytes freed": "0", + "sysstat.im space shared journal extents allocated": "0", + "sysstat.im space shared journal extents freed": "0", + "sysstat.im space shared journal segments allocated": "0", + "sysstat.im space shared journal segments freed": "0", + "sysstat.im space smu bytes allocated": "0", + "sysstat.im space smu bytes freed": "0", + "sysstat.im space smu creations committed": "0", + "sysstat.im space smu creations initiated": "0", + "sysstat.im space smu extents allocated": "0", + "sysstat.im space smu extents freed": "0", + "sysstat.im split cu too small": "0", + "sysstat.im split cus": "0", + "sysstat.im split cus requested": "0", + "sysstat.im split fail": "0", + "sysstat.im split fail no space": "0", + "sysstat.im split get smaller cus": "0", + "sysstat.im subcu-hist bytes allocated": "0", + "sysstat.im subcu-hist cus": "0", + "sysstat.im subcu-hist cus examined": "0", + "sysstat.im subcu-hist cus selected": "0", + "sysstat.im subcu-hist subcus eliminated": "0", + "sysstat.im subcu-hist subcus in selected cus": "0", + "sysstat.im subcu-indenc bytes allocated": "0", + "sysstat.im subcu-indenc cus": "0", + "sysstat.im subcu-invidx bytes allocated": "0", + "sysstat.im subcu-invidx cus": "0", + "sysstat.im subcu-invidx cus examined": "0", + "sysstat.im subcu-invidx cus selected": "0", + "sysstat.im subcu-mm bytes allocated": "0", + "sysstat.im subcu-mm cus": "0", + "sysstat.im subcu-mm cus examined": "0", + "sysstat.im subcu-mm cus selected": "0", + "sysstat.im subcu-mm subcus eliminated": "0", + "sysstat.im subcu-mm subcus in selected cus": "0", + "sysstat.im transaction rows array-journal calls": "0", + "sysstat.im transaction rows array-journaled": "0", + "sysstat.im transaction wait ref-smu": "0", + "sysstat.im transactions": "0", + "sysstat.im transactions block change blocks already invalid": "0", + "sysstat.im transactions blocks invalidated": "0", + "sysstat.im transactions cu cleanout": "0", + "sysstat.im transactions cus invalid": "0", + "sysstat.im transactions downgrade": "0", + "sysstat.im transactions found invalid cu": "0", + "sysstat.im transactions full cleanout": "0", + "sysstat.im transactions journal cleanout": "0", + "sysstat.im transactions rows invalidated": "0", + "sysstat.im transactions rows journaled": "0", + "sysstat.im transactions self-cleanout no active": "0", + "sysstat.im txn zzzz spare1": "0", + "sysstat.im txn zzzz spare2": "0", + "sysstat.im txn zzzz spare3": "0", + "sysstat.im txn zzzz spare4": "0", + "sysstat.im txn zzzz spare5": "0", + "sysstat.im zzzz spare1": "0", + "sysstat.im zzzz spare10": "0", + "sysstat.im zzzz spare11": "0", + "sysstat.im zzzz spare12": "0", + "sysstat.im zzzz spare13": "0", + "sysstat.im zzzz spare14": "0", + "sysstat.im zzzz spare15": "0", + "sysstat.im zzzz spare16": "0", + "sysstat.im zzzz spare17": "0", + "sysstat.im zzzz spare18": "0", + "sysstat.im zzzz spare19": "0", + "sysstat.im zzzz spare2": "0", + "sysstat.im zzzz spare20": "0", + "sysstat.im zzzz spare3": "0", + "sysstat.im zzzz spare4": "0", + "sysstat.im zzzz spare5": "0", + "sysstat.im zzzz spare6": "0", + "sysstat.im zzzz spare7": "0", + "sysstat.im zzzz spare8": "0", + "sysstat.im zzzz spare9": "0", + "sysstat.immediate (cr) block cleanout applications": "1903685", + "sysstat.immediate (current) block cleanout applications": "84993", + "sysstat.immediate cr cleanouts (index blocks)": "0", + "sysstat.imu bind flushes": "0", + "sysstat.imu commits": "0", + "sysstat.imu contention": "0", + "sysstat.imu cr rollbacks": "0", + "sysstat.imu flushes": "0", + "sysstat.imu ktichg flush": "0", + "sysstat.imu mbu flush": "0", + "sysstat.imu pool not allocated": "0", + "sysstat.imu recursive-transaction flush": "0", + "sysstat.imu redo allocation size": "0", + "sysstat.imu undo allocation size": "0", + "sysstat.imu undo retention flush": "0", + "sysstat.imu- failed to get a private strand": "0", + "sysstat.in call idle wait time": "43796832", + "sysstat.index cmph cu, uncomp sentinels": "0", + "sysstat.index cmph dm, cu lock expand": "0", + "sysstat.index cmph dm, cu migrate row": "0", + "sysstat.index cmph dm, insert unpurge cu row": "0", + "sysstat.index cmph dm, purge dummy cu": "0", + "sysstat.index cmph dm, split for cu lock expand": "0", + "sysstat.index cmph dm, split for cu migrate row": "0", + "sysstat.index cmph ld, cu fit": "0", + "sysstat.index cmph ld, cu fit, add rows": "0", + "sysstat.index cmph ld, cu negative comp": "0", + "sysstat.index cmph ld, cu over-est": "0", + "sysstat.index cmph ld, cu under-est": "0", + "sysstat.index cmph ld, infinite loop": "0", + "sysstat.index cmph ld, lf blks flushed": "0", + "sysstat.index cmph ld, lf blks w/ und cu": "0", + "sysstat.index cmph ld, lf blks w/o cu": "0", + "sysstat.index cmph ld, lf blks w/o unc r": "0", + "sysstat.index cmph ld, retry in over-est": "0", + "sysstat.index cmph ld, rows compressed": "0", + "sysstat.index cmph ld, rows uncompressed": "0", + "sysstat.index cmph sc, ffs decomp buffers": "0", + "sysstat.index cmph sc, ffs decomp buffers released and found valid": "0", + "sysstat.index cmph sc, ffs decomp buffers rows avail": "0", + "sysstat.index cmph sc, ffs decomp buffers rows used": "0", + "sysstat.index cmph sc, ffs decomp failures": "0", + "sysstat.index cmph sp, leaf 90_10 failed": "0", + "sysstat.index cmph sp, leaf norecomp limit": "0", + "sysstat.index cmph sp, leaf norecomp negcomp": "0", + "sysstat.index cmph sp, leaf norecomp nospace": "0", + "sysstat.index cmph sp, leaf norecomp notry": "0", + "sysstat.index cmph sp, leaf norecomp oversize": "0", + "sysstat.index cmph sp, leaf norecomp zerocur": "0", + "sysstat.index cmph sp, leaf recomp fewer ucs": "0", + "sysstat.index cmph sp, leaf recomp zero ucs": "0", + "sysstat.index cmph sp, leaf recompress": "0", + "sysstat.index cmph sp, recomp buf0": "0", + "sysstat.index cmph sp, recomp buf1": "0", + "sysstat.index cmph sp, recomp buf2": "0", + "sysstat.index cmph sp, recomp buf3": "0", + "sysstat.index cmph sp, recomp buf4": "0", + "sysstat.index cmph sp, recomp buf5": "0", + "sysstat.index cmph sp, recomp localmem0": "0", + "sysstat.index cmph sp, recomp localmem1": "0", + "sysstat.index cmph sp, recomp localmem2": "0", + "sysstat.index cmph sp, recomp localmem3": "0", + "sysstat.index cmph sp, recomp localmem4": "0", + "sysstat.index cmph sp, recomp localmem5": "0", + "sysstat.index cmpl co, prefix mismatch": "0", + "sysstat.index cmpl ro, blocks not compressed": "0", + "sysstat.index cmpl ro, prefix change at block": "0", + "sysstat.index cmpl ro, prefix no change at block": "0", + "sysstat.index cmpl ro, reorg avoid load new block": "0", + "sysstat.index cmpl ro, reorg avoid split": "0", + "sysstat.index crx upgrade (found)": "0", + "sysstat.index crx upgrade (positioned)": "145288", + "sysstat.index crx upgrade (prefetch)": "110", + "sysstat.index fast full scans (direct read)": "0", + "sysstat.index fast full scans (full)": "4810", + "sysstat.index fast full scans (rowid ranges)": "632", + "sysstat.index fetch by key": "3399262", + "sysstat.index reclamation/extension switch": "0", + "sysstat.index scans kdiixs1": "2932791", + "sysstat.index split cancel op set": "0", + "sysstat.index split cancel wait clean": "0", + "sysstat.index split cancel wait noclean": "4", + "sysstat.ipc cpu used by this session": "0", + "sysstat.java call heap collected bytes": "0", + "sysstat.java call heap collected count": "0", + "sysstat.java call heap gc count": "0", + "sysstat.java call heap live object count": "0", + "sysstat.java call heap live object count max": "0", + "sysstat.java call heap live size": "0", + "sysstat.java call heap live size max": "0", + "sysstat.java call heap object count": "0", + "sysstat.java call heap object count max": "0", + "sysstat.java call heap total size": "0", + "sysstat.java call heap total size max": "0", + "sysstat.java call heap used size": "0", + "sysstat.java call heap used size max": "0", + "sysstat.java session heap collected bytes": "0", + "sysstat.java session heap collected count": "0", + "sysstat.java session heap gc count": "0", + "sysstat.java session heap live object count": "0", + "sysstat.java session heap live object count max": "0", + "sysstat.java session heap live size": "0", + "sysstat.java session heap live size max": "0", + "sysstat.java session heap object count": "0", + "sysstat.java session heap object count max": "0", + "sysstat.java session heap used size": "0", + "sysstat.java session heap used size max": "0", + "sysstat.ka grants received": "0", + "sysstat.ka local message waits": "0", + "sysstat.ka local messages received": "0", + "sysstat.ka messages sent": "0", + "sysstat.ka wait calls attempted": "0", + "sysstat.ka wait calls for invalid kga": "0", + "sysstat.ka wait calls other": "0", + "sysstat.ka wait calls suppressed": "0", + "sysstat.ka wait due to timeout": "0", + "sysstat.ka wait due to trigger": "0", + "sysstat.key vector cas merge abort": "0", + "sysstat.key vector cas merge locking retrial": "0", + "sysstat.key vector cas merge operations": "0", + "sysstat.key vector cu codes processed": "0", + "sysstat.key vector cus filtered": "0", + "sysstat.key vector cus min/max filtered": "0", + "sysstat.key vector cus processed using cached packed numbers": "0", + "sysstat.key vector dgk batch parcels": "0", + "sysstat.key vector dgk range parcels": "0", + "sysstat.key vector filtered on cell": "0", + "sysstat.key vector non cas merge operations": "0", + "sysstat.key vector probed on cell": "0", + "sysstat.key vector queries": "0", + "sysstat.key vector rows filtered": "0", + "sysstat.key vector rows processed by code": "0", + "sysstat.key vector rows processed by value": "0", + "sysstat.key vector serializations for cell": "0", + "sysstat.key vector serializations in lite mode for cell": "0", + "sysstat.key vector stubs created": "0", + "sysstat.key vectors bypassed": "0", + "sysstat.key vectors created": "0", + "sysstat.key vectors created (2 byte wide)": "0", + "sysstat.key vectors created (4 byte wide)": "0", + "sysstat.key vectors created (bit wide)": "0", + "sysstat.key vectors created (byte wide)": "0", + "sysstat.key vectors created (doubly indirect layout)": "0", + "sysstat.key vectors created (hash layout)": "0", + "sysstat.key vectors created (indirect layout)": "0", + "sysstat.key vectors created (nibble wide)": "0", + "sysstat.key vectors created (offset layout)": "0", + "sysstat.key vectors created (simple layout)": "0", + "sysstat.key vectors sent to cell": "0", + "sysstat.key vectors sent to cell in lite mode due to layout": "0", + "sysstat.key vectors sent to cell in lite mode due to quota": "0", + "sysstat.ktfb alloc myinst": "0", + "sysstat.ktfb alloc req": "321", + "sysstat.ktfb alloc search ffb": "0", + "sysstat.ktfb alloc space (block)": "64290816", + "sysstat.ktfb alloc steal": "0", + "sysstat.ktfb alloc time (ms)": "140898", + "sysstat.ktfb apply req": "198", + "sysstat.ktfb apply time (ms)": "6517", + "sysstat.ktfb commit req": "139", + "sysstat.ktfb commit time (ms)": "5958", + "sysstat.ktfb free req": "284", + "sysstat.ktfb free space (block)": "14808", + "sysstat.ktfb free time (ms)": "103", + "sysstat.large tracked transactions": "0", + "sysstat.leaf node 90-10 splits": "1053", + "sysstat.leaf node splits": "1629", + "sysstat.lob reads": "1503665", + "sysstat.lob table id lookup cache misses": "2566", + "sysstat.lob writes": "47970", + "sysstat.lob writes unaligned": "39810", + "sysstat.local undo segment hints helped": "0", + "sysstat.local undo segment hints were stale": "0", + "sysstat.logical read bytes from cache": "868470177792", + "sysstat.logons cumulative": "1742", + "sysstat.logons current": "67", + "sysstat.max cf enq hold time": "4021", + "sysstat.messages received": "213746", + "sysstat.messages sent": "213746", + "sysstat.min active scn optimization applied on cr": "303895", + "sysstat.misses for writing mapping": "0", + "sysstat.no buffer to keep pinned count": "443", + "sysstat.no work - consistent read gets": "65644759", + "sysstat.no. of decrypt ops": "0", + "sysstat.no. of encrypt ops": "0", + "sysstat.no. of namespaces created": "0", + "sysstat.no. of principal cache misses": "0", + "sysstat.no. of principal invalidations": "0", + "sysstat.no. of roles enabled or disabled": "0", + "sysstat.no. of user callbacks executed": "0", + "sysstat.no. of xs sessions attached": "0", + "sysstat.no. of xs sessions created": "0", + "sysstat.non-idle wait count": "9053787", + "sysstat.non-idle wait time": "357806", + "sysstat.number of format_preserving redactions": "0", + "sysstat.number of full redactions": "0", + "sysstat.number of none redactions": "0", + "sysstat.number of nullify redactions": "0", + "sysstat.number of partial redactions": "0", + "sysstat.number of random redactions": "0", + "sysstat.number of read ios issued": "427969", + "sysstat.number of regexp redactions": "0", + "sysstat.number of regexp_width redactions": "0", + "sysstat.olap aggregate function calc": "0", + "sysstat.olap aggregate function logical na": "0", + "sysstat.olap aggregate function precompute": "0", + "sysstat.olap custom member limit": "0", + "sysstat.olap engine calls": "0", + "sysstat.olap fast limit": "0", + "sysstat.olap full limit": "0", + "sysstat.olap gid limit": "0", + "sysstat.olap import rows loaded": "0", + "sysstat.olap import rows pushed": "0", + "sysstat.olap inhier limit": "0", + "sysstat.olap limit time": "0", + "sysstat.olap paging manager cache changed page": "0", + "sysstat.olap paging manager cache hit": "0", + "sysstat.olap paging manager cache miss": "0", + "sysstat.olap paging manager cache write": "0", + "sysstat.olap paging manager new page": "0", + "sysstat.olap paging manager pool size": "0", + "sysstat.olap perm lob read": "0", + "sysstat.olap row id limit": "0", + "sysstat.olap row load time": "0", + "sysstat.olap row source rows processed": "0", + "sysstat.olap session cache hit": "0", + "sysstat.olap session cache miss": "0", + "sysstat.olap temp segment read": "0", + "sysstat.olap temp segments": "0", + "sysstat.olap unique key attribute limit": "0", + "sysstat.opened cursors cumulative": "3656134", + "sysstat.opened cursors current": "39", + "sysstat.os block input operations": "0", + "sysstat.os block output operations": "0", + "sysstat.os cpu qt wait time": "0", + "sysstat.os integral shared text size": "0", + "sysstat.os integral unshared data size": "0", + "sysstat.os integral unshared stack size": "0", + "sysstat.os involuntary context switches": "0", + "sysstat.os maximum resident set size": "0", + "sysstat.os page faults": "0", + "sysstat.os page reclaims": "0", + "sysstat.os signals received": "0", + "sysstat.os socket messages received": "0", + "sysstat.os socket messages sent": "0", + "sysstat.os swaps": "0", + "sysstat.os system time used": "0", + "sysstat.os user time used": "0", + "sysstat.os voluntary context switches": "0", + "sysstat.otc commit optimization attempts": "0", + "sysstat.otc commit optimization failure - setup": "0", + "sysstat.otc commit optimization hits": "0", + "sysstat.parallel operations downgraded 1 to 25 pct": "0", + "sysstat.parallel operations downgraded 25 to 50 pct": "0", + "sysstat.parallel operations downgraded 50 to 75 pct": "3", + "sysstat.parallel operations downgraded 75 to 99 pct": "0", + "sysstat.parallel operations downgraded to serial": "0", + "sysstat.parallel operations not downgraded": "33", + "sysstat.parse count (describe)": "69", + "sysstat.parse count (failures)": "18", + "sysstat.parse count (hard)": "39381", + "sysstat.parse count (total)": "3264161", + "sysstat.parse time cpu": "5366", + "sysstat.parse time elapsed": "7928", + "sysstat.physical read bytes": "185252970496", + "sysstat.physical read flash cache hits": "0", + "sysstat.physical read io requests": "2114761", + "sysstat.physical read partial requests": "0", + "sysstat.physical read requests optimized": "0", + "sysstat.physical read snap bytes base": "0", + "sysstat.physical read snap bytes copy": "0", + "sysstat.physical read snap io requests base": "0", + "sysstat.physical read snap io requests copy": "0", + "sysstat.physical read snap io requests no data": "0", + "sysstat.physical read total bytes": "195388793856", + "sysstat.physical read total bytes optimized": "0", + "sysstat.physical read total io requests": "2241814", + "sysstat.physical read total multi block requests": "113479", + "sysstat.physical reads": "14241508", + "sysstat.physical reads cache": "2312466", + "sysstat.physical reads cache for securefile flashback block new": "0", + "sysstat.physical reads cache prefetch": "1206782", + "sysstat.physical reads direct": "11929042", + "sysstat.physical reads direct (lob)": "340303", + "sysstat.physical reads direct for securefile flashback block new": "0", + "sysstat.physical reads direct temporary tablespace": "67537", + "sysstat.physical reads for data transfer": "0", + "sysstat.physical reads for flashback new": "20533", + "sysstat.physical reads prefetch warmup": "250693", + "sysstat.physical reads retry corrupt": "0", + "sysstat.physical write bytes": "7707664384", + "sysstat.physical write io requests": "261820", + "sysstat.physical write requests optimized": "0", + "sysstat.physical write snap io requests new allocations": "0", + "sysstat.physical write total bytes": "12462438993", + "sysstat.physical write total bytes optimized": "0", + "sysstat.physical write total io requests": "903291", + "sysstat.physical write total multi block requests": "6394", + "sysstat.physical writes": "872738", + "sysstat.physical writes direct": "71883", + "sysstat.physical writes direct (lob)": "5110", + "sysstat.physical writes direct temporary tablespace": "67402", + "sysstat.physical writes from cache": "800855", + "sysstat.physical writes non checkpoint": "861053", + "sysstat.pinned buffers inspected": "12", + "sysstat.pinned cursors current": "21", + "sysstat.prefetch clients - 16k": "0", + "sysstat.prefetch clients - 2k": "0", + "sysstat.prefetch clients - 32k": "398", + "sysstat.prefetch clients - 4k": "0", + "sysstat.prefetch clients - 8k": "0", + "sysstat.prefetch clients - default": "18446744073709551218", + "sysstat.prefetch clients - keep": "0", + "sysstat.prefetch clients - recycle": "0", + "sysstat.prefetch warmup blocks aged out before use": "127148", + "sysstat.prefetch warmup blocks flushed out before use": "0", + "sysstat.prefetched blocks aged out before use": "690", + "sysstat.process last non-idle time": "1584635987", + "sysstat.px local messages recv'd": "2903", + "sysstat.px local messages sent": "2903", + "sysstat.px remote messages recv'd": "0", + "sysstat.px remote messages sent": "0", + "sysstat.queries parallelized": "36", + "sysstat.queue flush": "0", + "sysstat.queue ocp pages": "0", + "sysstat.queue position update": "0", + "sysstat.queue qno pages": "0", + "sysstat.queue single row": "0", + "sysstat.queue splits": "0", + "sysstat.queue update without cp update": "0", + "sysstat.read-only violation count": "0", + "sysstat.recovery array read time": "0", + "sysstat.recovery array reads": "0", + "sysstat.recovery block gets from cache": "647686", + "sysstat.recovery blocks read": "0", + "sysstat.recovery blocks read for lost write detection": "0", + "sysstat.recovery blocks skipped lost write checks": "0", + "sysstat.recovery cvmap unavailable": "0", + "sysstat.recovery local buffer freed": "0", + "sysstat.recovery local buffer unavailable": "0", + "sysstat.recovery logmerger catchup": "0", + "sysstat.recovery marker": "0", + "sysstat.recovery recieve buffer unavailable": "0", + "sysstat.recovery remote buffer received": "0", + "sysstat.recovery remote buffer sent": "0", + "sysstat.recursive aborts on index block reclamation": "0", + "sysstat.recursive calls": "2125327", + "sysstat.recursive cpu usage": "14069", + "sysstat.recursive system api invocations": "0", + "sysstat.redo blocks checksummed by fg (exclusive)": "189209", + "sysstat.redo blocks checksummed by lgwr": "0", + "sysstat.redo blocks read for recovery": "1090", + "sysstat.redo blocks written": "820201", + "sysstat.redo blocks written (group 0)": "708433", + "sysstat.redo blocks written (group 1)": "111750", + "sysstat.redo blocks written (group 2)": "0", + "sysstat.redo blocks written (group 3)": "0", + "sysstat.redo blocks written (group 4)": "0", + "sysstat.redo blocks written (group 5)": "0", + "sysstat.redo blocks written (group 6)": "0", + "sysstat.redo blocks written (group 7)": "0", + "sysstat.redo buffer allocation retries": "15", + "sysstat.redo entries": "1100967", + "sysstat.redo entries for lost write detection": "0", + "sysstat.redo k-bytes read for recovery": "545", + "sysstat.redo k-bytes read for terminal recovery": "0", + "sysstat.redo kb read": "758228", + "sysstat.redo kb read (memory)": "0", + "sysstat.redo kb read (memory) for transport": "0", + "sysstat.redo kb read for transport": "0", + "sysstat.redo log space requests": "5", + "sysstat.redo log space wait time": "10", + "sysstat.redo non-durable records skipped": "0", + "sysstat.redo ordering marks": "25", + "sysstat.redo size": "366902228", + "sysstat.redo size for direct writes": "32677656", + "sysstat.redo size for lost write detection": "0", + "sysstat.redo subscn max counts": "100963", + "sysstat.redo synch long waits": "153", + "sysstat.redo synch poll writes": "0", + "sysstat.redo synch polls": "0", + "sysstat.redo synch time": "29828", + "sysstat.redo synch time (usec)": "298770895", + "sysstat.redo synch time overhead (usec)": "133703259", + "sysstat.redo synch time overhead count ( 2ms)": "126991", + "sysstat.redo synch time overhead count ( 8ms)": "306", + "sysstat.redo synch time overhead count ( 32ms)": "362", + "sysstat.redo synch time overhead count (128ms)": "203", + "sysstat.redo synch time overhead count (inf)": "87", + "sysstat.redo synch writes": "129489", + "sysstat.redo wastage": "39506828", + "sysstat.redo write active strands": "136957", + "sysstat.redo write broadcast ack count": "0", + "sysstat.redo write broadcast ack time": "0", + "sysstat.redo write broadcast lgwr post count": "0", + "sysstat.redo write finish time": "272635491", + "sysstat.redo write gather time": "15098495", + "sysstat.redo write info find": "127959", + "sysstat.redo write info find fail": "10", + "sysstat.redo write issue time": "0", + "sysstat.redo write schedule time": "15283571", + "sysstat.redo write size count ( 4kb)": "112552", + "sysstat.redo write size count ( 8kb)": "17260", + "sysstat.redo write size count ( 16kb)": "3323", + "sysstat.redo write size count ( 32kb)": "981", + "sysstat.redo write size count ( 64kb)": "0", + "sysstat.redo write size count ( 128kb)": "286", + "sysstat.redo write size count ( 256kb)": "42", + "sysstat.redo write size count ( 512kb)": "37", + "sysstat.redo write size count (1024kb)": "114", + "sysstat.redo write size count (inf)": "0", + "sysstat.redo write time": "28361", + "sysstat.redo write time (usec)": "283613379", + "sysstat.redo write total time": "296634276", + "sysstat.redo write worker delay (usec)": "14612195", + "sysstat.redo write worker delay count": "134593", + "sysstat.redo writes": "134595", + "sysstat.redo writes (group 0)": "104594", + "sysstat.redo writes (group 1)": "29999", + "sysstat.redo writes (group 2)": "0", + "sysstat.redo writes (group 3)": "0", + "sysstat.redo writes (group 4)": "0", + "sysstat.redo writes (group 5)": "0", + "sysstat.redo writes (group 6)": "0", + "sysstat.redo writes (group 7)": "0", + "sysstat.redo writes adaptive all": "134595", + "sysstat.redo writes adaptive worker": "134593", + "sysstat.remote oradebug requests": "0", + "sysstat.requests to/from client": "6240442", + "sysstat.rollback changes - undo records applied": "279", + "sysstat.rollbacks only - consistent read gets": "375", + "sysstat.root node splits": "1", + "sysstat.rowcr - resume": "0", + "sysstat.rowcr - row contention": "39", + "sysstat.rowcr attempts": "1778", + "sysstat.rowcr hits": "1758", + "sysstat.rows fetched via callback": "2784200", + "sysstat.saved cleanout failures: buffer being written": "0", + "sysstat.saved cleanout failures: callback failure": "0", + "sysstat.saved cleanout failures: cannot pin": "0", + "sysstat.saved cleanout failures: delayed log": "0", + "sysstat.saved cleanout failures: flashback": "0", + "sysstat.saved cleanout failures: hot backup in progress": "0", + "sysstat.saved cleanout failures: write disabled": "0", + "sysstat.saved cleanouts": "0", + "sysstat.saved cleanouts successfully completed": "0", + "sysstat.scheduler wait time": "0", + "sysstat.scn increments due to another database": "0", + "sysstat.securefile add dedupd lob to set": "0", + "sysstat.securefile allocation bytes": "0", + "sysstat.securefile allocation chunks": "0", + "sysstat.securefile bytes cleartext": "0", + "sysstat.securefile bytes deduplicated": "0", + "sysstat.securefile bytes encrypted": "0", + "sysstat.securefile bytes non-transformed": "0", + "sysstat.securefile compressed bytes": "0", + "sysstat.securefile create dedup set": "0", + "sysstat.securefile dedup callback oper final": "0", + "sysstat.securefile dedup fits inline": "0", + "sysstat.securefile dedup flush too low": "0", + "sysstat.securefile dedup hash collision": "0", + "sysstat.securefile dedup prefix hash match": "0", + "sysstat.securefile dedup wapp cache miss": "0", + "sysstat.securefile destroy dedup set": "0", + "sysstat.securefile direct read bytes": "0", + "sysstat.securefile direct read ops": "0", + "sysstat.securefile direct write bytes": "0", + "sysstat.securefile direct write ops": "0", + "sysstat.securefile inode ioreap time": "0", + "sysstat.securefile inode itree redo": "0", + "sysstat.securefile inode lhb redo": "0", + "sysstat.securefile inode read time": "0", + "sysstat.securefile inode write time": "0", + "sysstat.securefile number of flushes": "0", + "sysstat.securefile number of non-transformed flushes": "0", + "sysstat.securefile reject deduplication": "0", + "sysstat.securefile rmv from dedup set": "0", + "sysstat.securefile uncompressed bytes": "0", + "sysstat.securefiles copy from dbfs link": "0", + "sysstat.securefiles dbfs link operations": "0", + "sysstat.securefiles dbfs link overwrites": "0", + "sysstat.securefiles dbfs link streaming reads": "0", + "sysstat.securefiles get dbfs link reference": "0", + "sysstat.securefiles implicit copy from dbfs link": "0", + "sysstat.securefiles move to dbfs link": "0", + "sysstat.securefiles put dbfs link reference": "0", + "sysstat.segment cfs allocations": "0", + "sysstat.segment chunks allocation from dispenser": "0", + "sysstat.segment dispenser allocations": "0", + "sysstat.segment dispenser load empty": "0", + "sysstat.segment dispenser load tasks": "0", + "sysstat.segment prealloc bytes": "0", + "sysstat.segment prealloc ops": "0", + "sysstat.segment prealloc tasks": "0", + "sysstat.segment prealloc time (ms)": "0", + "sysstat.segment prealloc ufs2cfs bytes": "0", + "sysstat.segment total chunk allocation": "0", + "sysstat.serializable aborts": "0", + "sysstat.session connect time": "0", + "sysstat.session cursor cache count": "50273", + "sysstat.session cursor cache hits": "3262668", + "sysstat.session logical reads": "85607667", + "sysstat.session logical reads - im": "0", + "sysstat.session logical reads in local numa group": "0", + "sysstat.session logical reads in remote numa group": "0", + "sysstat.session pga memory": "267165784", + "sysstat.session pga memory max": "507340856", + "sysstat.session referenced a buffer on dram": "0", + "sysstat.session referenced a buffer on xmem": "0", + "sysstat.session stored procedure space": "0", + "sysstat.session uga memory": "225634016", + "sysstat.session uga memory max": "5379516240", + "sysstat.shared hash latch upgrades - no wait": "471717", + "sysstat.shared hash latch upgrades - wait": "10", + "sysstat.shared io pool buffer get failure": "0", + "sysstat.shared io pool buffer get success": "0", + "sysstat.slave propagated tracked transactions": "0", + "sysstat.smon posted for dropping temp segment": "0", + "sysstat.smon posted for instance recovery": "0", + "sysstat.smon posted for txn recovery for other instances": "0", + "sysstat.smon posted for undo segment recovery": "0", + "sysstat.smon posted for undo segment shrink": "0", + "sysstat.sorts (disk)": "0", + "sysstat.sorts (memory)": "623740", + "sysstat.sorts (rows)": "16390408", + "sysstat.space was found by tune down": "0", + "sysstat.space was not found by tune down": "0", + "sysstat.spare statistic 10": "0", + "sysstat.spare statistic 11": "0", + "sysstat.spare statistic 12": "0", + "sysstat.spare statistic 13": "0", + "sysstat.spare statistic 14": "0", + "sysstat.spare statistic 15": "0", + "sysstat.spare statistic 16": "0", + "sysstat.spare statistic 17": "0", + "sysstat.spare statistic 18": "0", + "sysstat.spare statistic 19": "0", + "sysstat.spare statistic 20": "0", + "sysstat.spare statistic 21": "0", + "sysstat.spare statistic 22": "0", + "sysstat.spare statistic 23": "0", + "sysstat.spare statistic 24": "0", + "sysstat.spare statistic 25": "0", + "sysstat.spare statistic 26": "0", + "sysstat.spare statistic 27": "0", + "sysstat.spare statistic 28": "0", + "sysstat.spare statistic 29": "0", + "sysstat.spare statistic 3": "0", + "sysstat.spare statistic 30": "0", + "sysstat.spare statistic 31": "0", + "sysstat.spare statistic 32": "0", + "sysstat.spare statistic 33": "0", + "sysstat.spare statistic 34": "0", + "sysstat.spare statistic 35": "0", + "sysstat.spare statistic 36": "0", + "sysstat.spare statistic 37": "0", + "sysstat.spare statistic 38": "0", + "sysstat.spare statistic 39": "0", + "sysstat.spare statistic 4": "0", + "sysstat.spare statistic 40": "0", + "sysstat.spare statistic 5": "0", + "sysstat.spare statistic 6": "0", + "sysstat.spare statistic 7": "0", + "sysstat.spare statistic 8": "0", + "sysstat.spare statistic 9": "0", + "sysstat.sql area evicted": "32534", + "sysstat.sql area purged": "476", + "sysstat.sql*net roundtrips to/from client": "6240830", + "sysstat.sql*net roundtrips to/from dblink": "0", + "sysstat.steps of tune down ret. in space pressure": "0", + "sysstat.streaming no-stall reap": "0", + "sysstat.streaming stall reap": "0", + "sysstat.summed dirty queue length": "17382905", + "sysstat.switch current caused by our pin": "10145", + "sysstat.switch current to new buffer": "10162", + "sysstat.table fetch by rowid": "21446452", + "sysstat.table fetch continued row": "1313419", + "sysstat.table scan blocks gotten": "42272775", + "sysstat.table scan disk imc fallback": "0", + "sysstat.table scan disk non-imc rows gotten": "1036253380", + "sysstat.table scan rows gotten": "1130674002", + "sysstat.table scan rs1": "0", + "sysstat.table scan rs2": "0", + "sysstat.table scans (cache partitions)": "0", + "sysstat.table scans (direct read)": "79", + "sysstat.table scans (im)": "0", + "sysstat.table scans (long tables)": "85", + "sysstat.table scans (rowid ranges)": "1", + "sysstat.table scans (short tables)": "59233", + "sysstat.tbs extension: bytes extended": "0", + "sysstat.tbs extension: files extended": "0", + "sysstat.tbs extension: tasks created": "0", + "sysstat.tbs extension: tasks executed": "0", + "sysstat.temp space allocated (bytes)": "3145728", + "sysstat.total cf enq hold time": "92657", + "sysstat.total number of cf enq holders": "14193", + "sysstat.total number of slots": "0", + "sysstat.total number of times smon posted": "60", + "sysstat.total number of undo segments dropped": "0", + "sysstat.tracked rows": "0", + "sysstat.tracked transactions": "0", + "sysstat.transaction lock background get time": "0", + "sysstat.transaction lock background gets": "0", + "sysstat.transaction lock foreground requests": "0", + "sysstat.transaction lock foreground wait time": "0", + "sysstat.transaction rollbacks": "308", + "sysstat.transaction tables consistent read rollbacks": "20", + "sysstat.transaction tables consistent reads - undo records applied": "691", + "sysstat.tune down retentions in space pressure": "0", + "sysstat.txn cache init usn exceeds max": "0", + "sysstat.txn cache init usn slot mismatch": "0", + "sysstat.txn cache local ac read misses": "0", + "sysstat.txn cache local empty slot misses": "0", + "sysstat.txn cache local loscn read misses": "0", + "sysstat.txn cache local preset misses": "0", + "sysstat.txn cache local proc misses": "0", + "sysstat.txn cache local read hits": "0", + "sysstat.txn cache local read misses": "0", + "sysstat.txn cache local seq num misses": "0", + "sysstat.txn cache local slot misses": "0", + "sysstat.txn cache local sync commit scn misses": "0", + "sysstat.txn cache local usn hash read misses": "0", + "sysstat.txn cache local usn hash write misses": "0", + "sysstat.txn cache local writes": "0", + "sysstat.txn cache lookup conflicting write exact": "0", + "sysstat.txn cache lookup conflicting write uppper": "0", + "sysstat.txn cache lookup fail read even version": "0", + "sysstat.txn cache lookup slot exceeds max": "0", + "sysstat.txn cache lookup usn exceeds max": "0", + "sysstat.txn cache redo sync reads": "0", + "sysstat.txn cache remote active read misses": "0", + "sysstat.txn cache remote copy hits": "0", + "sysstat.txn cache remote copy misses": "0", + "sysstat.txn cache remote empty slot misses": "0", + "sysstat.txn cache remote fetch double pass": "0", + "sysstat.txn cache remote loscn read misses": "0", + "sysstat.txn cache remote prefetch count": "0", + "sysstat.txn cache remote proc misses": "0", + "sysstat.txn cache remote read hits": "0", + "sysstat.txn cache remote read misses": "0", + "sysstat.txn cache remote read msg sent": "0", + "sysstat.txn cache remote seq num misses": "0", + "sysstat.txn cache remote slot misses": "0", + "sysstat.txn cache remote sync commit scn misses": "0", + "sysstat.txn cache remote ts/inst mismatch": "0", + "sysstat.txn cache remote usn hash read misses": "0", + "sysstat.txn cache remote writes": "0", + "sysstat.txn cache upper bound misses": "0", + "sysstat.txn cache write slot mismatch": "0", + "sysstat.txn cache write usn exceeds max": "0", + "sysstat.undo block recovery disk reads skipped": "0", + "sysstat.undo change vector size": "119749632", + "sysstat.undo segment header was pinned": "0", + "sysstat.user calls": "9318398", + "sysstat.user commits": "131076", + "sysstat.user i/o wait time": "257412", + "sysstat.user logons cumulative": "1330", + "sysstat.user logouts cumulative": "1329", + "sysstat.user rollbacks": "73", + "sysstat.vector encoded arithmetic exceptions": "0", + "sysstat.vector encoded row operations": "0", + "sysstat.vector encoded rows": "0", + "sysstat.vector encoded rows decoded": "0", + "sysstat.vector encoded rowset operations": "0", + "sysstat.vector encoded rowsets": "0", + "sysstat.vector encoded rowsets decoded": "0", + "sysstat.vector group by accumspace cardinality": "0", + "sysstat.vector group by accumspace size": "0", + "sysstat.vector group by operations not sent to cell due to cardinality": "0", + "sysstat.vector group by operations not sent to cell due to key vector": "0", + "sysstat.vector group by operations sent to cell": "0", + "sysstat.vector group by out of line rows": "0", + "sysstat.vector group by out of line size": "0", + "sysstat.vector group by rows processed on cell": "0", + "sysstat.vector group by rows returned by cell": "0", + "sysstat.vector group by rowsets processed on cell": "0", + "sysstat.vector group by rowsources adapted": "0", + "sysstat.vector group by string allocations": "0", + "sysstat.vector group by string allocations size": "0", + "sysstat.vector group by string resizes": "0", + "sysstat.vector group by used": "0", + "sysstat.very large tracked transactions": "0", + "sysstat.workarea executions - multipass": "0", + "sysstat.workarea executions - onepass": "1", + "sysstat.workarea executions - optimal": "489962", + "sysstat.workarea memory allocated": "0", + "sysstat.workload capture: dbtime": "0", + "sysstat.workload capture: errors": "0", + "sysstat.workload capture: pl/sql dbtime": "0", + "sysstat.workload capture: pl/sql subcall size of recording": "0", + "sysstat.workload capture: pl/sql user calls": "0", + "sysstat.workload capture: pl/sql user subcalls": "0", + "sysstat.workload capture: size (in bytes) of recording": "0", + "sysstat.workload capture: unreplayable user calls": "0", + "sysstat.workload capture: unsupported user calls": "0", + "sysstat.workload capture: user calls": "0", + "sysstat.workload capture: user calls flushed": "0", + "sysstat.workload capture: user logins": "0", + "sysstat.workload capture: user txns": "0", + "sysstat.workload replay: dbtime": "3389956600", + "sysstat.workload replay: deadlocks resolved": "0", + "sysstat.workload replay: network time": "322109188437", + "sysstat.workload replay: pl/sql dbtime": "55643945", + "sysstat.workload replay: pl/sql user calls": "2688", + "sysstat.workload replay: pl/sql user subcalls": "0", + "sysstat.workload replay: think time": "272420433339", + "sysstat.workload replay: time gain": "7718676", + "sysstat.workload replay: time loss": "409544256002", + "sysstat.workload replay: user calls": "8348852", + "sysstat.write clones created for recovery": "0", + "sysstat.write clones created in background": "17", + "sysstat.write clones created in foreground": "8", + "sysstat.xmem buffer switch needed but no free dram buffer": "0", + "sysstat.xmem clean buffers available and used": "0", + "sysstat.xmem clean buffers not available so switch to main": "0", + "sysstat.xmem: dram enforced but no free buffer": "0", + "system_event.adr block file read.average_wait": ".16", + "system_event.adr block file read.average_wait_fg": ".11", + "system_event.adr block file read.con_id": "0", + "system_event.adr block file read.event_id": "1780066010", + "system_event.adr block file read.time_waited": "17", + "system_event.adr block file read.time_waited_fg": "9", + "system_event.adr block file read.time_waited_micro": "168226", + "system_event.adr block file read.time_waited_micro_fg": "91550", + "system_event.adr block file read.total_timeouts": "0", + "system_event.adr block file read.total_timeouts_fg": "0", + "system_event.adr block file read.total_waits": "107", + "system_event.adr block file read.total_waits_fg": "80", + "system_event.adr block file read.wait_class": "Other", + "system_event.adr block file read.wait_class#": "0", + "system_event.adr block file read.wait_class_id": "1893977003", + "system_event.adr block file write.average_wait": ".2", + "system_event.adr block file write.average_wait_fg": ".15", + "system_event.adr block file write.con_id": "0", + "system_event.adr block file write.event_id": "4092822979", + "system_event.adr block file write.time_waited": "4", + "system_event.adr block file write.time_waited_fg": "1", + "system_event.adr block file write.time_waited_micro": "41385", + "system_event.adr block file write.time_waited_micro_fg": "8798", + "system_event.adr block file write.total_timeouts": "0", + "system_event.adr block file write.total_timeouts_fg": "0", + "system_event.adr block file write.total_waits": "21", + "system_event.adr block file write.total_waits_fg": "6", + "system_event.adr block file write.wait_class": "Other", + "system_event.adr block file write.wait_class#": "0", + "system_event.adr block file write.wait_class_id": "1893977003", + "system_event.adr file lock.average_wait": ".61", + "system_event.adr file lock.average_wait_fg": ".72", + "system_event.adr file lock.con_id": "0", + "system_event.adr file lock.event_id": "660190475", + "system_event.adr file lock.time_waited": "18", + "system_event.adr file lock.time_waited_fg": "6", + "system_event.adr file lock.time_waited_micro": "182715", + "system_event.adr file lock.time_waited_micro_fg": "57730", + "system_event.adr file lock.total_timeouts": "0", + "system_event.adr file lock.total_timeouts_fg": "0", + "system_event.adr file lock.total_waits": "30", + "system_event.adr file lock.total_waits_fg": "8", + "system_event.adr file lock.wait_class": "Other", + "system_event.adr file lock.wait_class#": "0", + "system_event.adr file lock.wait_class_id": "1893977003", + "system_event.aq background master: slave start.average_wait": ".48", + "system_event.aq background master: slave start.average_wait_fg": "0", + "system_event.aq background master: slave start.con_id": "0", + "system_event.aq background master: slave start.event_id": "521075289", + "system_event.aq background master: slave start.time_waited": "4", + "system_event.aq background master: slave start.time_waited_fg": "0", + "system_event.aq background master: slave start.time_waited_micro": "42880", + "system_event.aq background master: slave start.time_waited_micro_fg": "0", + "system_event.aq background master: slave start.total_timeouts": "0", + "system_event.aq background master: slave start.total_timeouts_fg": "0", + "system_event.aq background master: slave start.total_waits": "9", + "system_event.aq background master: slave start.total_waits_fg": "0", + "system_event.aq background master: slave start.wait_class": "Other", + "system_event.aq background master: slave start.wait_class#": "0", + "system_event.aq background master: slave start.wait_class_id": "1893977003", + "system_event.aqpc idle.average_wait": "2956.77", + "system_event.aqpc idle.average_wait_fg": "0", + "system_event.aqpc idle.con_id": "0", + "system_event.aqpc idle.event_id": "3367618326", + "system_event.aqpc idle.time_waited": "195147", + "system_event.aqpc idle.time_waited_fg": "0", + "system_event.aqpc idle.time_waited_micro": "1951466590", + "system_event.aqpc idle.time_waited_micro_fg": "0", + "system_event.aqpc idle.total_timeouts": "65", + "system_event.aqpc idle.total_timeouts_fg": "0", + "system_event.aqpc idle.total_waits": "66", + "system_event.aqpc idle.total_waits_fg": "0", + "system_event.aqpc idle.wait_class": "Idle", + "system_event.aqpc idle.wait_class#": "6", + "system_event.aqpc idle.wait_class_id": "2723168908", + "system_event.aqpc: new master.average_wait": "0", + "system_event.aqpc: new master.average_wait_fg": "0", + "system_event.aqpc: new master.con_id": "0", + "system_event.aqpc: new master.event_id": "1719027518", + "system_event.aqpc: new master.time_waited": "0", + "system_event.aqpc: new master.time_waited_fg": "0", + "system_event.aqpc: new master.time_waited_micro": "7", + "system_event.aqpc: new master.time_waited_micro_fg": "0", + "system_event.aqpc: new master.total_timeouts": "0", + "system_event.aqpc: new master.total_timeouts_fg": "0", + "system_event.aqpc: new master.total_waits": "3", + "system_event.aqpc: new master.total_waits_fg": "0", + "system_event.aqpc: new master.wait_class": "Other", + "system_event.aqpc: new master.wait_class#": "0", + "system_event.aqpc: new master.wait_class_id": "1893977003", + "system_event.asynch descriptor resize.average_wait": "0", + "system_event.asynch descriptor resize.average_wait_fg": "0", + "system_event.asynch descriptor resize.con_id": "0", + "system_event.asynch descriptor resize.event_id": "2505166323", + "system_event.asynch descriptor resize.time_waited": "2", + "system_event.asynch descriptor resize.time_waited_fg": "1", + "system_event.asynch descriptor resize.time_waited_micro": "18694", + "system_event.asynch descriptor resize.time_waited_micro_fg": "13488", + "system_event.asynch descriptor resize.total_timeouts": "2279", + "system_event.asynch descriptor resize.total_timeouts_fg": "1068", + "system_event.asynch descriptor resize.total_waits": "2279", + "system_event.asynch descriptor resize.total_waits_fg": "1068", + "system_event.asynch descriptor resize.wait_class": "Other", + "system_event.asynch descriptor resize.wait_class#": "0", + "system_event.asynch descriptor resize.wait_class_id": "1893977003", + "system_event.awr flush.average_wait": "0", + "system_event.awr flush.average_wait_fg": "0", + "system_event.awr flush.con_id": "0", + "system_event.awr flush.event_id": "2288329625", + "system_event.awr flush.time_waited": "0", + "system_event.awr flush.time_waited_fg": "0", + "system_event.awr flush.time_waited_micro": "4", + "system_event.awr flush.time_waited_micro_fg": "4", + "system_event.awr flush.total_timeouts": "0", + "system_event.awr flush.total_timeouts_fg": "0", + "system_event.awr flush.total_waits": "10", + "system_event.awr flush.total_waits_fg": "9", + "system_event.awr flush.wait_class": "Other", + "system_event.awr flush.wait_class#": "0", + "system_event.awr flush.wait_class_id": "1893977003", + "system_event.backup: mml initialization.average_wait": "0", + "system_event.backup: mml initialization.average_wait_fg": "0", + "system_event.backup: mml initialization.con_id": "0", + "system_event.backup: mml initialization.event_id": "708427085", + "system_event.backup: mml initialization.time_waited": "0", + "system_event.backup: mml initialization.time_waited_fg": "0", + "system_event.backup: mml initialization.time_waited_micro": "16", + "system_event.backup: mml initialization.time_waited_micro_fg": "16", + "system_event.backup: mml initialization.total_timeouts": "0", + "system_event.backup: mml initialization.total_timeouts_fg": "0", + "system_event.backup: mml initialization.total_waits": "3", + "system_event.backup: mml initialization.total_waits_fg": "3", + "system_event.backup: mml initialization.wait_class": "Administrative", + "system_event.backup: mml initialization.wait_class#": "3", + "system_event.backup: mml initialization.wait_class_id": "4166625743", + "system_event.broadcast mesg queue transition.average_wait": "0", + "system_event.broadcast mesg queue transition.average_wait_fg": "0", + "system_event.broadcast mesg queue transition.con_id": "0", + "system_event.broadcast mesg queue transition.event_id": "973988003", + "system_event.broadcast mesg queue transition.time_waited": "0", + "system_event.broadcast mesg queue transition.time_waited_fg": "0", + "system_event.broadcast mesg queue transition.time_waited_micro": "1", + "system_event.broadcast mesg queue transition.time_waited_micro_fg": "0", + "system_event.broadcast mesg queue transition.total_timeouts": "0", + "system_event.broadcast mesg queue transition.total_timeouts_fg": "0", + "system_event.broadcast mesg queue transition.total_waits": "5", + "system_event.broadcast mesg queue transition.total_waits_fg": "0", + "system_event.broadcast mesg queue transition.wait_class": "Other", + "system_event.broadcast mesg queue transition.wait_class#": "0", + "system_event.broadcast mesg queue transition.wait_class_id": "1893977003", + "system_event.buffer busy waits.average_wait": ".02", + "system_event.buffer busy waits.average_wait_fg": ".02", + "system_event.buffer busy waits.con_id": "0", + "system_event.buffer busy waits.event_id": "2161531084", + "system_event.buffer busy waits.time_waited": "11", + "system_event.buffer busy waits.time_waited_fg": "10", + "system_event.buffer busy waits.time_waited_micro": "112916", + "system_event.buffer busy waits.time_waited_micro_fg": "104356", + "system_event.buffer busy waits.total_timeouts": "0", + "system_event.buffer busy waits.total_timeouts_fg": "0", + "system_event.buffer busy waits.total_waits": "714", + "system_event.buffer busy waits.total_waits_fg": "688", + "system_event.buffer busy waits.wait_class": "Concurrency", + "system_event.buffer busy waits.wait_class#": "4", + "system_event.buffer busy waits.wait_class_id": "3875070507", + "system_event.buffer exterminate.average_wait": "1", + "system_event.buffer exterminate.average_wait_fg": "1", + "system_event.buffer exterminate.con_id": "0", + "system_event.buffer exterminate.event_id": "2332720660", + "system_event.buffer exterminate.time_waited": "258", + "system_event.buffer exterminate.time_waited_fg": "258", + "system_event.buffer exterminate.time_waited_micro": "2577978", + "system_event.buffer exterminate.time_waited_micro_fg": "2577978", + "system_event.buffer exterminate.total_timeouts": "258", + "system_event.buffer exterminate.total_timeouts_fg": "258", + "system_event.buffer exterminate.total_waits": "258", + "system_event.buffer exterminate.total_waits_fg": "258", + "system_event.buffer exterminate.wait_class": "Other", + "system_event.buffer exterminate.wait_class#": "0", + "system_event.buffer exterminate.wait_class_id": "1893977003", + "system_event.checkpoint completed.average_wait": "36.95", + "system_event.checkpoint completed.average_wait_fg": "221.57", + "system_event.checkpoint completed.con_id": "0", + "system_event.checkpoint completed.event_id": "1181827162", + "system_event.checkpoint completed.time_waited": "1108", + "system_event.checkpoint completed.time_waited_fg": "1108", + "system_event.checkpoint completed.time_waited_micro": "11084082", + "system_event.checkpoint completed.time_waited_micro_fg": "11078464", + "system_event.checkpoint completed.total_timeouts": "2", + "system_event.checkpoint completed.total_timeouts_fg": "2", + "system_event.checkpoint completed.total_waits": "30", + "system_event.checkpoint completed.total_waits_fg": "5", + "system_event.checkpoint completed.wait_class": "Configuration", + "system_event.checkpoint completed.wait_class#": "2", + "system_event.checkpoint completed.wait_class_id": "3290255840", + "system_event.class slave wait.average_wait": "259.99", + "system_event.class slave wait.average_wait_fg": "95.17", + "system_event.class slave wait.con_id": "0", + "system_event.class slave wait.event_id": "1055154682", + "system_event.class slave wait.time_waited": "64218", + "system_event.class slave wait.time_waited_fg": "3521", + "system_event.class slave wait.time_waited_micro": "642176087", + "system_event.class slave wait.time_waited_micro_fg": "35213511", + "system_event.class slave wait.total_timeouts": "33", + "system_event.class slave wait.total_timeouts_fg": "33", + "system_event.class slave wait.total_waits": "247", + "system_event.class slave wait.total_waits_fg": "37", + "system_event.class slave wait.wait_class": "Idle", + "system_event.class slave wait.wait_class#": "6", + "system_event.class slave wait.wait_class_id": "2723168908", + "system_event.compression analysis.average_wait": "0", + "system_event.compression analysis.average_wait_fg": "0", + "system_event.compression analysis.con_id": "0", + "system_event.compression analysis.event_id": "2929689230", + "system_event.compression analysis.time_waited": "0", + "system_event.compression analysis.time_waited_fg": "0", + "system_event.compression analysis.time_waited_micro": "1160", + "system_event.compression analysis.time_waited_micro_fg": "120", + "system_event.compression analysis.total_timeouts": "0", + "system_event.compression analysis.total_timeouts_fg": "0", + "system_event.compression analysis.total_waits": "1228", + "system_event.compression analysis.total_waits_fg": "120", + "system_event.compression analysis.wait_class": "Other", + "system_event.compression analysis.wait_class#": "0", + "system_event.compression analysis.wait_class_id": "1893977003", + "system_event.control file heartbeat.average_wait": "399.98", + "system_event.control file heartbeat.average_wait_fg": "399.98", + "system_event.control file heartbeat.con_id": "0", + "system_event.control file heartbeat.event_id": "40893507", + "system_event.control file heartbeat.time_waited": "400", + "system_event.control file heartbeat.time_waited_fg": "400", + "system_event.control file heartbeat.time_waited_micro": "3999784", + "system_event.control file heartbeat.time_waited_micro_fg": "3999784", + "system_event.control file heartbeat.total_timeouts": "1", + "system_event.control file heartbeat.total_timeouts_fg": "1", + "system_event.control file heartbeat.total_waits": "1", + "system_event.control file heartbeat.total_waits_fg": "1", + "system_event.control file heartbeat.wait_class": "Other", + "system_event.control file heartbeat.wait_class#": "0", + "system_event.control file heartbeat.wait_class_id": "1893977003", + "system_event.control file parallel write.average_wait": ".2", + "system_event.control file parallel write.average_wait_fg": ".15", + "system_event.control file parallel write.con_id": "0", + "system_event.control file parallel write.event_id": "4078387448", + "system_event.control file parallel write.time_waited": "405", + "system_event.control file parallel write.time_waited_fg": "87", + "system_event.control file parallel write.time_waited_micro": "4047471", + "system_event.control file parallel write.time_waited_micro_fg": "865826", + "system_event.control file parallel write.total_timeouts": "0", + "system_event.control file parallel write.total_timeouts_fg": "0", + "system_event.control file parallel write.total_waits": "2053", + "system_event.control file parallel write.total_waits_fg": "590", + "system_event.control file parallel write.wait_class": "System I/O", + "system_event.control file parallel write.wait_class#": "9", + "system_event.control file parallel write.wait_class_id": "4108307767", + "system_event.control file sequential read.average_wait": ".15", + "system_event.control file sequential read.average_wait_fg": ".16", + "system_event.control file sequential read.con_id": "0", + "system_event.control file sequential read.event_id": "3213517201", + "system_event.control file sequential read.time_waited": "16859", + "system_event.control file sequential read.time_waited_fg": "12320", + "system_event.control file sequential read.time_waited_micro": "168593194", + "system_event.control file sequential read.time_waited_micro_fg": "123195781", + "system_event.control file sequential read.total_timeouts": "0", + "system_event.control file sequential read.total_timeouts_fg": "0", + "system_event.control file sequential read.total_waits": "111055", + "system_event.control file sequential read.total_waits_fg": "75702", + "system_event.control file sequential read.wait_class": "System I/O", + "system_event.control file sequential read.wait_class#": "9", + "system_event.control file sequential read.wait_class_id": "4108307767", + "system_event.crs call completion.average_wait": ".63", + "system_event.crs call completion.average_wait_fg": "0", + "system_event.crs call completion.con_id": "0", + "system_event.crs call completion.event_id": "3329884903", + "system_event.crs call completion.time_waited": "1", + "system_event.crs call completion.time_waited_fg": "0", + "system_event.crs call completion.time_waited_micro": "6306", + "system_event.crs call completion.time_waited_micro_fg": "0", + "system_event.crs call completion.total_timeouts": "0", + "system_event.crs call completion.total_timeouts_fg": "0", + "system_event.crs call completion.total_waits": "1", + "system_event.crs call completion.total_waits_fg": "0", + "system_event.crs call completion.wait_class": "Other", + "system_event.crs call completion.wait_class#": "0", + "system_event.crs call completion.wait_class_id": "1893977003", + "system_event.css initialization.average_wait": ".06", + "system_event.css initialization.average_wait_fg": "0", + "system_event.css initialization.con_id": "0", + "system_event.css initialization.event_id": "366154626", + "system_event.css initialization.time_waited": "0", + "system_event.css initialization.time_waited_fg": "0", + "system_event.css initialization.time_waited_micro": "629", + "system_event.css initialization.time_waited_micro_fg": "0", + "system_event.css initialization.total_timeouts": "0", + "system_event.css initialization.total_timeouts_fg": "0", + "system_event.css initialization.total_waits": "1", + "system_event.css initialization.total_waits_fg": "0", + "system_event.css initialization.wait_class": "Other", + "system_event.css initialization.wait_class#": "0", + "system_event.css initialization.wait_class_id": "1893977003", + "system_event.cursor: mutex s.average_wait": ".11", + "system_event.cursor: mutex s.average_wait_fg": ".11", + "system_event.cursor: mutex s.con_id": "0", + "system_event.cursor: mutex s.event_id": "1575214430", + "system_event.cursor: mutex s.time_waited": "0", + "system_event.cursor: mutex s.time_waited_fg": "0", + "system_event.cursor: mutex s.time_waited_micro": "1065", + "system_event.cursor: mutex s.time_waited_micro_fg": "1065", + "system_event.cursor: mutex s.total_timeouts": "0", + "system_event.cursor: mutex s.total_timeouts_fg": "0", + "system_event.cursor: mutex s.total_waits": "1", + "system_event.cursor: mutex s.total_waits_fg": "1", + "system_event.cursor: mutex s.wait_class": "Concurrency", + "system_event.cursor: mutex s.wait_class#": "4", + "system_event.cursor: mutex s.wait_class_id": "3875070507", + "system_event.cursor: mutex x.average_wait": "0", + "system_event.cursor: mutex x.average_wait_fg": "0", + "system_event.cursor: mutex x.con_id": "0", + "system_event.cursor: mutex x.event_id": "877525844", + "system_event.cursor: mutex x.time_waited": "0", + "system_event.cursor: mutex x.time_waited_fg": "0", + "system_event.cursor: mutex x.time_waited_micro": "4", + "system_event.cursor: mutex x.time_waited_micro_fg": "4", + "system_event.cursor: mutex x.total_timeouts": "0", + "system_event.cursor: mutex x.total_timeouts_fg": "0", + "system_event.cursor: mutex x.total_waits": "1", + "system_event.cursor: mutex x.total_waits_fg": "1", + "system_event.cursor: mutex x.wait_class": "Concurrency", + "system_event.cursor: mutex x.wait_class#": "4", + "system_event.cursor: mutex x.wait_class_id": "3875070507", + "system_event.cursor: pin s wait on x.average_wait": ".59", + "system_event.cursor: pin s wait on x.average_wait_fg": ".61", + "system_event.cursor: pin s wait on x.con_id": "0", + "system_event.cursor: pin s wait on x.event_id": "1729366244", + "system_event.cursor: pin s wait on x.time_waited": "56", + "system_event.cursor: pin s wait on x.time_waited_fg": "53", + "system_event.cursor: pin s wait on x.time_waited_micro": "556928", + "system_event.cursor: pin s wait on x.time_waited_micro_fg": "532417", + "system_event.cursor: pin s wait on x.total_timeouts": "0", + "system_event.cursor: pin s wait on x.total_timeouts_fg": "0", + "system_event.cursor: pin s wait on x.total_waits": "95", + "system_event.cursor: pin s wait on x.total_waits_fg": "87", + "system_event.cursor: pin s wait on x.wait_class": "Concurrency", + "system_event.cursor: pin s wait on x.wait_class#": "4", + "system_event.cursor: pin s wait on x.wait_class_id": "3875070507", + "system_event.cursor: pin s.average_wait": ".11", + "system_event.cursor: pin s.average_wait_fg": ".11", + "system_event.cursor: pin s.con_id": "0", + "system_event.cursor: pin s.event_id": "352301881", + "system_event.cursor: pin s.time_waited": "4", + "system_event.cursor: pin s.time_waited_fg": "4", + "system_event.cursor: pin s.time_waited_micro": "41048", + "system_event.cursor: pin s.time_waited_micro_fg": "41048", + "system_event.cursor: pin s.total_timeouts": "0", + "system_event.cursor: pin s.total_timeouts_fg": "0", + "system_event.cursor: pin s.total_waits": "38", + "system_event.cursor: pin s.total_waits_fg": "38", + "system_event.cursor: pin s.wait_class": "Concurrency", + "system_event.cursor: pin s.wait_class#": "4", + "system_event.cursor: pin s.wait_class_id": "3875070507", + "system_event.data guard: gap manager.average_wait": "5968.63", + "system_event.data guard: gap manager.average_wait_fg": "0", + "system_event.data guard: gap manager.con_id": "0", + "system_event.data guard: gap manager.event_id": "2369083111", + "system_event.data guard: gap manager.time_waited": "202933", + "system_event.data guard: gap manager.time_waited_fg": "0", + "system_event.data guard: gap manager.time_waited_micro": "2029334914", + "system_event.data guard: gap manager.time_waited_micro_fg": "0", + "system_event.data guard: gap manager.total_timeouts": "0", + "system_event.data guard: gap manager.total_timeouts_fg": "0", + "system_event.data guard: gap manager.total_waits": "34", + "system_event.data guard: gap manager.total_waits_fg": "0", + "system_event.data guard: gap manager.wait_class": "Idle", + "system_event.data guard: gap manager.wait_class#": "6", + "system_event.data guard: gap manager.wait_class_id": "2723168908", + "system_event.data guard: timer.average_wait": "2759.85", + "system_event.data guard: timer.average_wait_fg": "0", + "system_event.data guard: timer.con_id": "0", + "system_event.data guard: timer.event_id": "1799268421", + "system_event.data guard: timer.time_waited": "206988", + "system_event.data guard: timer.time_waited_fg": "0", + "system_event.data guard: timer.time_waited_micro": "2069884234", + "system_event.data guard: timer.time_waited_micro_fg": "0", + "system_event.data guard: timer.total_timeouts": "0", + "system_event.data guard: timer.total_timeouts_fg": "0", + "system_event.data guard: timer.total_waits": "75", + "system_event.data guard: timer.total_waits_fg": "0", + "system_event.data guard: timer.wait_class": "Idle", + "system_event.data guard: timer.wait_class#": "6", + "system_event.data guard: timer.wait_class_id": "2723168908", + "system_event.data pump slave startup.average_wait": ".01", + "system_event.data pump slave startup.average_wait_fg": ".01", + "system_event.data pump slave startup.con_id": "0", + "system_event.data pump slave startup.event_id": "1618891965", + "system_event.data pump slave startup.time_waited": "0", + "system_event.data pump slave startup.time_waited_fg": "0", + "system_event.data pump slave startup.time_waited_micro": "107", + "system_event.data pump slave startup.time_waited_micro_fg": "107", + "system_event.data pump slave startup.total_timeouts": "0", + "system_event.data pump slave startup.total_timeouts_fg": "0", + "system_event.data pump slave startup.total_waits": "1", + "system_event.data pump slave startup.total_waits_fg": "1", + "system_event.data pump slave startup.wait_class": "Other", + "system_event.data pump slave startup.wait_class#": "0", + "system_event.data pump slave startup.wait_class_id": "1893977003", + "system_event.datapump dump file i/o.average_wait": ".09", + "system_event.datapump dump file i/o.average_wait_fg": ".08", + "system_event.datapump dump file i/o.con_id": "0", + "system_event.datapump dump file i/o.event_id": "4155572307", + "system_event.datapump dump file i/o.time_waited": "35", + "system_event.datapump dump file i/o.time_waited_fg": "9", + "system_event.datapump dump file i/o.time_waited_micro": "348107", + "system_event.datapump dump file i/o.time_waited_micro_fg": "90221", + "system_event.datapump dump file i/o.total_timeouts": "0", + "system_event.datapump dump file i/o.total_timeouts_fg": "0", + "system_event.datapump dump file i/o.total_waits": "385", + "system_event.datapump dump file i/o.total_waits_fg": "107", + "system_event.datapump dump file i/o.wait_class": "User I/O", + "system_event.datapump dump file i/o.wait_class#": "8", + "system_event.datapump dump file i/o.wait_class_id": "1740759767", + "system_event.db file async i/o submit.average_wait": ".01", + "system_event.db file async i/o submit.average_wait_fg": "0", + "system_event.db file async i/o submit.con_id": "0", + "system_event.db file async i/o submit.event_id": "133155944", + "system_event.db file async i/o submit.time_waited": "392", + "system_event.db file async i/o submit.time_waited_fg": "0", + "system_event.db file async i/o submit.time_waited_micro": "3918194", + "system_event.db file async i/o submit.time_waited_micro_fg": "0", + "system_event.db file async i/o submit.total_timeouts": "0", + "system_event.db file async i/o submit.total_timeouts_fg": "0", + "system_event.db file async i/o submit.total_waits": "42611", + "system_event.db file async i/o submit.total_waits_fg": "0", + "system_event.db file async i/o submit.wait_class": "System I/O", + "system_event.db file async i/o submit.wait_class#": "9", + "system_event.db file async i/o submit.wait_class_id": "4108307767", + "system_event.db file parallel read.average_wait": ".47", + "system_event.db file parallel read.average_wait_fg": ".47", + "system_event.db file parallel read.con_id": "0", + "system_event.db file parallel read.event_id": "834992820", + "system_event.db file parallel read.time_waited": "9434", + "system_event.db file parallel read.time_waited_fg": "9430", + "system_event.db file parallel read.time_waited_micro": "94339707", + "system_event.db file parallel read.time_waited_micro_fg": "94297413", + "system_event.db file parallel read.total_timeouts": "0", + "system_event.db file parallel read.total_timeouts_fg": "0", + "system_event.db file parallel read.total_waits": "20150", + "system_event.db file parallel read.total_waits_fg": "20126", + "system_event.db file parallel read.wait_class": "User I/O", + "system_event.db file parallel read.wait_class#": "8", + "system_event.db file parallel read.wait_class_id": "1740759767", + "system_event.db file parallel write.average_wait": ".18", + "system_event.db file parallel write.average_wait_fg": "0", + "system_event.db file parallel write.con_id": "0", + "system_event.db file parallel write.event_id": "1620694733", + "system_event.db file parallel write.time_waited": "9324", + "system_event.db file parallel write.time_waited_fg": "0", + "system_event.db file parallel write.time_waited_micro": "93239544", + "system_event.db file parallel write.time_waited_micro_fg": "0", + "system_event.db file parallel write.total_timeouts": "0", + "system_event.db file parallel write.total_timeouts_fg": "0", + "system_event.db file parallel write.total_waits": "53200", + "system_event.db file parallel write.total_waits_fg": "0", + "system_event.db file parallel write.wait_class": "System I/O", + "system_event.db file parallel write.wait_class#": "9", + "system_event.db file parallel write.wait_class_id": "4108307767", + "system_event.db file scattered read.average_wait": ".32", + "system_event.db file scattered read.average_wait_fg": ".32", + "system_event.db file scattered read.con_id": "0", + "system_event.db file scattered read.event_id": "506183215", + "system_event.db file scattered read.time_waited": "11615", + "system_event.db file scattered read.time_waited_fg": "11421", + "system_event.db file scattered read.time_waited_micro": "116146627", + "system_event.db file scattered read.time_waited_micro_fg": "114209572", + "system_event.db file scattered read.total_timeouts": "0", + "system_event.db file scattered read.total_timeouts_fg": "0", + "system_event.db file scattered read.total_waits": "35993", + "system_event.db file scattered read.total_waits_fg": "35350", + "system_event.db file scattered read.wait_class": "User I/O", + "system_event.db file scattered read.wait_class#": "8", + "system_event.db file scattered read.wait_class_id": "1740759767", + "system_event.db file sequential read.average_wait": ".17", + "system_event.db file sequential read.average_wait_fg": ".18", + "system_event.db file sequential read.con_id": "0", + "system_event.db file sequential read.event_id": "2652584166", + "system_event.db file sequential read.time_waited": "188468", + "system_event.db file sequential read.time_waited_fg": "151631", + "system_event.db file sequential read.time_waited_micro": "1884680098", + "system_event.db file sequential read.time_waited_micro_fg": "1516307294", + "system_event.db file sequential read.total_timeouts": "0", + "system_event.db file sequential read.total_timeouts_fg": "0", + "system_event.db file sequential read.total_waits": "1108499", + "system_event.db file sequential read.total_waits_fg": "844940", + "system_event.db file sequential read.wait_class": "User I/O", + "system_event.db file sequential read.wait_class#": "8", + "system_event.db file sequential read.wait_class_id": "1740759767", + "system_event.db file single write.average_wait": ".12", + "system_event.db file single write.average_wait_fg": ".12", + "system_event.db file single write.con_id": "0", + "system_event.db file single write.event_id": "1307477558", + "system_event.db file single write.time_waited": "45", + "system_event.db file single write.time_waited_fg": "45", + "system_event.db file single write.time_waited_micro": "450959", + "system_event.db file single write.time_waited_micro_fg": "450959", + "system_event.db file single write.total_timeouts": "0", + "system_event.db file single write.total_timeouts_fg": "0", + "system_event.db file single write.total_waits": "365", + "system_event.db file single write.total_waits_fg": "365", + "system_event.db file single write.wait_class": "User I/O", + "system_event.db file single write.wait_class#": "8", + "system_event.db file single write.wait_class_id": "1740759767", + "system_event.diag idle wait.average_wait": "99.98", + "system_event.diag idle wait.average_wait_fg": "0", + "system_event.diag idle wait.con_id": "0", + "system_event.diag idle wait.event_id": "3176176482", + "system_event.diag idle wait.time_waited": "421016", + "system_event.diag idle wait.time_waited_fg": "0", + "system_event.diag idle wait.time_waited_micro": "4210163157", + "system_event.diag idle wait.time_waited_micro_fg": "0", + "system_event.diag idle wait.total_timeouts": "4211", + "system_event.diag idle wait.total_timeouts_fg": "0", + "system_event.diag idle wait.total_waits": "4211", + "system_event.diag idle wait.total_waits_fg": "0", + "system_event.diag idle wait.wait_class": "Idle", + "system_event.diag idle wait.wait_class#": "6", + "system_event.diag idle wait.wait_class_id": "2723168908", + "system_event.direct path read temp.average_wait": ".3", + "system_event.direct path read temp.average_wait_fg": ".34", + "system_event.direct path read temp.con_id": "0", + "system_event.direct path read temp.event_id": "861319509", + "system_event.direct path read temp.time_waited": "1673", + "system_event.direct path read temp.time_waited_fg": "1575", + "system_event.direct path read temp.time_waited_micro": "16728648", + "system_event.direct path read temp.time_waited_micro_fg": "15752937", + "system_event.direct path read temp.total_timeouts": "0", + "system_event.direct path read temp.total_timeouts_fg": "0", + "system_event.direct path read temp.total_waits": "5513", + "system_event.direct path read temp.total_waits_fg": "4696", + "system_event.direct path read temp.wait_class": "User I/O", + "system_event.direct path read temp.wait_class#": "8", + "system_event.direct path read temp.wait_class_id": "1740759767", + "system_event.direct path read.average_wait": ".16", + "system_event.direct path read.average_wait_fg": ".17", + "system_event.direct path read.con_id": "0", + "system_event.direct path read.event_id": "3926164927", + "system_event.direct path read.time_waited": "41186", + "system_event.direct path read.time_waited_fg": "40621", + "system_event.direct path read.time_waited_micro": "411855500", + "system_event.direct path read.time_waited_micro_fg": "406206388", + "system_event.direct path read.total_timeouts": "0", + "system_event.direct path read.total_timeouts_fg": "0", + "system_event.direct path read.total_waits": "250166", + "system_event.direct path read.total_waits_fg": "246070", + "system_event.direct path read.wait_class": "User I/O", + "system_event.direct path read.wait_class#": "8", + "system_event.direct path read.wait_class_id": "1740759767", + "system_event.direct path sync.average_wait": "0", + "system_event.direct path sync.average_wait_fg": "0", + "system_event.direct path sync.con_id": "0", + "system_event.direct path sync.event_id": "2093619153", + "system_event.direct path sync.time_waited": "0", + "system_event.direct path sync.time_waited_fg": "0", + "system_event.direct path sync.time_waited_micro": "163", + "system_event.direct path sync.time_waited_micro_fg": "3", + "system_event.direct path sync.total_timeouts": "0", + "system_event.direct path sync.total_timeouts_fg": "0", + "system_event.direct path sync.total_waits": "98", + "system_event.direct path sync.total_waits_fg": "2", + "system_event.direct path sync.wait_class": "User I/O", + "system_event.direct path sync.wait_class#": "8", + "system_event.direct path sync.wait_class_id": "1740759767", + "system_event.direct path write temp.average_wait": ".16", + "system_event.direct path write temp.average_wait_fg": ".16", + "system_event.direct path write temp.con_id": "0", + "system_event.direct path write temp.event_id": "38438084", + "system_event.direct path write temp.time_waited": "209", + "system_event.direct path write temp.time_waited_fg": "109", + "system_event.direct path write temp.time_waited_micro": "2087231", + "system_event.direct path write temp.time_waited_micro_fg": "1090083", + "system_event.direct path write temp.total_timeouts": "0", + "system_event.direct path write temp.total_timeouts_fg": "0", + "system_event.direct path write temp.total_waits": "1309", + "system_event.direct path write temp.total_waits_fg": "680", + "system_event.direct path write temp.wait_class": "User I/O", + "system_event.direct path write temp.wait_class#": "8", + "system_event.direct path write temp.wait_class_id": "1740759767", + "system_event.direct path write.average_wait": ".17", + "system_event.direct path write.average_wait_fg": ".17", + "system_event.direct path write.con_id": "0", + "system_event.direct path write.event_id": "885859547", + "system_event.direct path write.time_waited": "289", + "system_event.direct path write.time_waited_fg": "246", + "system_event.direct path write.time_waited_micro": "2893139", + "system_event.direct path write.time_waited_micro_fg": "2463403", + "system_event.direct path write.total_timeouts": "0", + "system_event.direct path write.total_timeouts_fg": "0", + "system_event.direct path write.total_waits": "1753", + "system_event.direct path write.total_waits_fg": "1455", + "system_event.direct path write.wait_class": "User I/O", + "system_event.direct path write.wait_class#": "8", + "system_event.direct path write.wait_class_id": "1740759767", + "system_event.disk file operations i/o.average_wait": ".26", + "system_event.disk file operations i/o.average_wait_fg": ".23", + "system_event.disk file operations i/o.con_id": "0", + "system_event.disk file operations i/o.event_id": "166678035", + "system_event.disk file operations i/o.time_waited": "11632", + "system_event.disk file operations i/o.time_waited_fg": "9372", + "system_event.disk file operations i/o.time_waited_micro": "116322361", + "system_event.disk file operations i/o.time_waited_micro_fg": "93718996", + "system_event.disk file operations i/o.total_timeouts": "0", + "system_event.disk file operations i/o.total_timeouts_fg": "0", + "system_event.disk file operations i/o.total_waits": "45144", + "system_event.disk file operations i/o.total_waits_fg": "41492", + "system_event.disk file operations i/o.wait_class": "User I/O", + "system_event.disk file operations i/o.wait_class#": "8", + "system_event.disk file operations i/o.wait_class_id": "1740759767", + "system_event.dlm cross inst call completion.average_wait": "1.02", + "system_event.dlm cross inst call completion.average_wait_fg": "1.15", + "system_event.dlm cross inst call completion.con_id": "0", + "system_event.dlm cross inst call completion.event_id": "2765459430", + "system_event.dlm cross inst call completion.time_waited": "5", + "system_event.dlm cross inst call completion.time_waited_fg": "5", + "system_event.dlm cross inst call completion.time_waited_micro": "51207", + "system_event.dlm cross inst call completion.time_waited_micro_fg": "45845", + "system_event.dlm cross inst call completion.total_timeouts": "0", + "system_event.dlm cross inst call completion.total_timeouts_fg": "0", + "system_event.dlm cross inst call completion.total_waits": "5", + "system_event.dlm cross inst call completion.total_waits_fg": "4", + "system_event.dlm cross inst call completion.wait_class": "Other", + "system_event.dlm cross inst call completion.wait_class#": "0", + "system_event.dlm cross inst call completion.wait_class_id": "1893977003", + "system_event.emon slave idle wait.average_wait": "489.59", + "system_event.emon slave idle wait.average_wait_fg": "0", + "system_event.emon slave idle wait.con_id": "0", + "system_event.emon slave idle wait.event_id": "1034167112", + "system_event.emon slave idle wait.time_waited": "964498", + "system_event.emon slave idle wait.time_waited_fg": "0", + "system_event.emon slave idle wait.time_waited_micro": "9644983114", + "system_event.emon slave idle wait.time_waited_micro_fg": "0", + "system_event.emon slave idle wait.total_timeouts": "1918", + "system_event.emon slave idle wait.total_timeouts_fg": "0", + "system_event.emon slave idle wait.total_waits": "1970", + "system_event.emon slave idle wait.total_waits_fg": "0", + "system_event.emon slave idle wait.wait_class": "Idle", + "system_event.emon slave idle wait.wait_class#": "6", + "system_event.emon slave idle wait.wait_class_id": "2723168908", + "system_event.enq: cf - contention.average_wait": "41.76", + "system_event.enq: cf - contention.average_wait_fg": "1.31", + "system_event.enq: cf - contention.con_id": "0", + "system_event.enq: cf - contention.event_id": "1494394835", + "system_event.enq: cf - contention.time_waited": "209", + "system_event.enq: cf - contention.time_waited_fg": "3", + "system_event.enq: cf - contention.time_waited_micro": "2088076", + "system_event.enq: cf - contention.time_waited_micro_fg": "26152", + "system_event.enq: cf - contention.total_timeouts": "0", + "system_event.enq: cf - contention.total_timeouts_fg": "0", + "system_event.enq: cf - contention.total_waits": "5", + "system_event.enq: cf - contention.total_waits_fg": "2", + "system_event.enq: cf - contention.wait_class": "Other", + "system_event.enq: cf - contention.wait_class#": "0", + "system_event.enq: cf - contention.wait_class_id": "1893977003", + "system_event.enq: cr - block range reuse ckpt.average_wait": ".56", + "system_event.enq: cr - block range reuse ckpt.average_wait_fg": ".44", + "system_event.enq: cr - block range reuse ckpt.con_id": "0", + "system_event.enq: cr - block range reuse ckpt.event_id": "2576559565", + "system_event.enq: cr - block range reuse ckpt.time_waited": "13", + "system_event.enq: cr - block range reuse ckpt.time_waited_fg": "5", + "system_event.enq: cr - block range reuse ckpt.time_waited_micro": "133255", + "system_event.enq: cr - block range reuse ckpt.time_waited_micro_fg": "48375", + "system_event.enq: cr - block range reuse ckpt.total_timeouts": "0", + "system_event.enq: cr - block range reuse ckpt.total_timeouts_fg": "0", + "system_event.enq: cr - block range reuse ckpt.total_waits": "24", + "system_event.enq: cr - block range reuse ckpt.total_waits_fg": "11", + "system_event.enq: cr - block range reuse ckpt.wait_class": "Other", + "system_event.enq: cr - block range reuse ckpt.wait_class#": "0", + "system_event.enq: cr - block range reuse ckpt.wait_class_id": "1893977003", + "system_event.enq: fb - contention.average_wait": "1.36", + "system_event.enq: fb - contention.average_wait_fg": "1.36", + "system_event.enq: fb - contention.con_id": "0", + "system_event.enq: fb - contention.event_id": "1238611814", + "system_event.enq: fb - contention.time_waited": "1", + "system_event.enq: fb - contention.time_waited_fg": "1", + "system_event.enq: fb - contention.time_waited_micro": "13610", + "system_event.enq: fb - contention.time_waited_micro_fg": "13610", + "system_event.enq: fb - contention.total_timeouts": "0", + "system_event.enq: fb - contention.total_timeouts_fg": "0", + "system_event.enq: fb - contention.total_waits": "1", + "system_event.enq: fb - contention.total_waits_fg": "1", + "system_event.enq: fb - contention.wait_class": "Other", + "system_event.enq: fb - contention.wait_class#": "0", + "system_event.enq: fb - contention.wait_class_id": "1893977003", + "system_event.enq: fl - flashback database log.average_wait": "2.16", + "system_event.enq: fl - flashback database log.average_wait_fg": "0", + "system_event.enq: fl - flashback database log.con_id": "0", + "system_event.enq: fl - flashback database log.event_id": "3383573524", + "system_event.enq: fl - flashback database log.time_waited": "2", + "system_event.enq: fl - flashback database log.time_waited_fg": "0", + "system_event.enq: fl - flashback database log.time_waited_micro": "21584", + "system_event.enq: fl - flashback database log.time_waited_micro_fg": "0", + "system_event.enq: fl - flashback database log.total_timeouts": "0", + "system_event.enq: fl - flashback database log.total_timeouts_fg": "0", + "system_event.enq: fl - flashback database log.total_waits": "1", + "system_event.enq: fl - flashback database log.total_waits_fg": "0", + "system_event.enq: fl - flashback database log.wait_class": "Other", + "system_event.enq: fl - flashback database log.wait_class#": "0", + "system_event.enq: fl - flashback database log.wait_class_id": "1893977003", + "system_event.enq: jg - queue lock.average_wait": "3.54", + "system_event.enq: jg - queue lock.average_wait_fg": "3.54", + "system_event.enq: jg - queue lock.con_id": "0", + "system_event.enq: jg - queue lock.event_id": "1946447820", + "system_event.enq: jg - queue lock.time_waited": "21", + "system_event.enq: jg - queue lock.time_waited_fg": "21", + "system_event.enq: jg - queue lock.time_waited_micro": "212606", + "system_event.enq: jg - queue lock.time_waited_micro_fg": "212606", + "system_event.enq: jg - queue lock.total_timeouts": "0", + "system_event.enq: jg - queue lock.total_timeouts_fg": "0", + "system_event.enq: jg - queue lock.total_waits": "6", + "system_event.enq: jg - queue lock.total_waits_fg": "6", + "system_event.enq: jg - queue lock.wait_class": "Other", + "system_event.enq: jg - queue lock.wait_class#": "0", + "system_event.enq: jg - queue lock.wait_class_id": "1893977003", + "system_event.enq: ko - fast object checkpoint.average_wait": "1.05", + "system_event.enq: ko - fast object checkpoint.average_wait_fg": "1.05", + "system_event.enq: ko - fast object checkpoint.con_id": "0", + "system_event.enq: ko - fast object checkpoint.event_id": "4205197519", + "system_event.enq: ko - fast object checkpoint.time_waited": "77", + "system_event.enq: ko - fast object checkpoint.time_waited_fg": "77", + "system_event.enq: ko - fast object checkpoint.time_waited_micro": "768814", + "system_event.enq: ko - fast object checkpoint.time_waited_micro_fg": "768814", + "system_event.enq: ko - fast object checkpoint.total_timeouts": "0", + "system_event.enq: ko - fast object checkpoint.total_timeouts_fg": "0", + "system_event.enq: ko - fast object checkpoint.total_waits": "73", + "system_event.enq: ko - fast object checkpoint.total_waits_fg": "73", + "system_event.enq: ko - fast object checkpoint.wait_class": "Application", + "system_event.enq: ko - fast object checkpoint.wait_class#": "1", + "system_event.enq: ko - fast object checkpoint.wait_class_id": "4217450380", + "system_event.enq: pr - contention.average_wait": "9.98", + "system_event.enq: pr - contention.average_wait_fg": "10.18", + "system_event.enq: pr - contention.con_id": "0", + "system_event.enq: pr - contention.event_id": "3733307663", + "system_event.enq: pr - contention.time_waited": "110", + "system_event.enq: pr - contention.time_waited_fg": "51", + "system_event.enq: pr - contention.time_waited_micro": "1097921", + "system_event.enq: pr - contention.time_waited_micro_fg": "508967", + "system_event.enq: pr - contention.total_timeouts": "0", + "system_event.enq: pr - contention.total_timeouts_fg": "0", + "system_event.enq: pr - contention.total_waits": "11", + "system_event.enq: pr - contention.total_waits_fg": "5", + "system_event.enq: pr - contention.wait_class": "Other", + "system_event.enq: pr - contention.wait_class#": "0", + "system_event.enq: pr - contention.wait_class_id": "1893977003", + "system_event.enq: ps - contention.average_wait": ".02", + "system_event.enq: ps - contention.average_wait_fg": ".02", + "system_event.enq: ps - contention.con_id": "0", + "system_event.enq: ps - contention.event_id": "2071012023", + "system_event.enq: ps - contention.time_waited": "1", + "system_event.enq: ps - contention.time_waited_fg": "1", + "system_event.enq: ps - contention.time_waited_micro": "5550", + "system_event.enq: ps - contention.time_waited_micro_fg": "5550", + "system_event.enq: ps - contention.total_timeouts": "0", + "system_event.enq: ps - contention.total_timeouts_fg": "0", + "system_event.enq: ps - contention.total_waits": "35", + "system_event.enq: ps - contention.total_waits_fg": "35", + "system_event.enq: ps - contention.wait_class": "Other", + "system_event.enq: ps - contention.wait_class#": "0", + "system_event.enq: ps - contention.wait_class_id": "1893977003", + "system_event.enq: pv - syncstart.average_wait": "8.81", + "system_event.enq: pv - syncstart.average_wait_fg": "0", + "system_event.enq: pv - syncstart.con_id": "0", + "system_event.enq: pv - syncstart.event_id": "3063016909", + "system_event.enq: pv - syncstart.time_waited": "35", + "system_event.enq: pv - syncstart.time_waited_fg": "0", + "system_event.enq: pv - syncstart.time_waited_micro": "352469", + "system_event.enq: pv - syncstart.time_waited_micro_fg": "0", + "system_event.enq: pv - syncstart.total_timeouts": "0", + "system_event.enq: pv - syncstart.total_timeouts_fg": "0", + "system_event.enq: pv - syncstart.total_waits": "4", + "system_event.enq: pv - syncstart.total_waits_fg": "0", + "system_event.enq: pv - syncstart.wait_class": "Other", + "system_event.enq: pv - syncstart.wait_class#": "0", + "system_event.enq: pv - syncstart.wait_class_id": "1893977003", + "system_event.enq: ro - fast object reuse.average_wait": ".24", + "system_event.enq: ro - fast object reuse.average_wait_fg": ".31", + "system_event.enq: ro - fast object reuse.con_id": "0", + "system_event.enq: ro - fast object reuse.event_id": "143262751", + "system_event.enq: ro - fast object reuse.time_waited": "8", + "system_event.enq: ro - fast object reuse.time_waited_fg": "6", + "system_event.enq: ro - fast object reuse.time_waited_micro": "81407", + "system_event.enq: ro - fast object reuse.time_waited_micro_fg": "61087", + "system_event.enq: ro - fast object reuse.total_timeouts": "0", + "system_event.enq: ro - fast object reuse.total_timeouts_fg": "0", + "system_event.enq: ro - fast object reuse.total_waits": "34", + "system_event.enq: ro - fast object reuse.total_waits_fg": "20", + "system_event.enq: ro - fast object reuse.wait_class": "Application", + "system_event.enq: ro - fast object reuse.wait_class#": "1", + "system_event.enq: ro - fast object reuse.wait_class_id": "4217450380", + "system_event.enq: sq - contention.average_wait": "1.4", + "system_event.enq: sq - contention.average_wait_fg": "1.4", + "system_event.enq: sq - contention.con_id": "0", + "system_event.enq: sq - contention.event_id": "2322460838", + "system_event.enq: sq - contention.time_waited": "1", + "system_event.enq: sq - contention.time_waited_fg": "1", + "system_event.enq: sq - contention.time_waited_micro": "13965", + "system_event.enq: sq - contention.time_waited_micro_fg": "13965", + "system_event.enq: sq - contention.total_timeouts": "0", + "system_event.enq: sq - contention.total_timeouts_fg": "0", + "system_event.enq: sq - contention.total_waits": "1", + "system_event.enq: sq - contention.total_waits_fg": "1", + "system_event.enq: sq - contention.wait_class": "Configuration", + "system_event.enq: sq - contention.wait_class#": "2", + "system_event.enq: sq - contention.wait_class_id": "3290255840", + "system_event.enq: tq - ddl contention.average_wait": "28.55", + "system_event.enq: tq - ddl contention.average_wait_fg": "28.55", + "system_event.enq: tq - ddl contention.con_id": "0", + "system_event.enq: tq - ddl contention.event_id": "717240345", + "system_event.enq: tq - ddl contention.time_waited": "29", + "system_event.enq: tq - ddl contention.time_waited_fg": "29", + "system_event.enq: tq - ddl contention.time_waited_micro": "285509", + "system_event.enq: tq - ddl contention.time_waited_micro_fg": "285509", + "system_event.enq: tq - ddl contention.total_timeouts": "0", + "system_event.enq: tq - ddl contention.total_timeouts_fg": "0", + "system_event.enq: tq - ddl contention.total_waits": "1", + "system_event.enq: tq - ddl contention.total_waits_fg": "1", + "system_event.enq: tq - ddl contention.wait_class": "Other", + "system_event.enq: tq - ddl contention.wait_class#": "0", + "system_event.enq: tq - ddl contention.wait_class_id": "1893977003", + "system_event.enq: tx - index contention.average_wait": ".62", + "system_event.enq: tx - index contention.average_wait_fg": ".62", + "system_event.enq: tx - index contention.con_id": "0", + "system_event.enq: tx - index contention.event_id": "1035026728", + "system_event.enq: tx - index contention.time_waited": "2", + "system_event.enq: tx - index contention.time_waited_fg": "2", + "system_event.enq: tx - index contention.time_waited_micro": "24949", + "system_event.enq: tx - index contention.time_waited_micro_fg": "24949", + "system_event.enq: tx - index contention.total_timeouts": "0", + "system_event.enq: tx - index contention.total_timeouts_fg": "0", + "system_event.enq: tx - index contention.total_waits": "4", + "system_event.enq: tx - index contention.total_waits_fg": "4", + "system_event.enq: tx - index contention.wait_class": "Concurrency", + "system_event.enq: tx - index contention.wait_class#": "4", + "system_event.enq: tx - index contention.wait_class_id": "3875070507", + "system_event.enq: tx - row lock contention.average_wait": "1.63", + "system_event.enq: tx - row lock contention.average_wait_fg": "1.63", + "system_event.enq: tx - row lock contention.con_id": "0", + "system_event.enq: tx - row lock contention.event_id": "310662678", + "system_event.enq: tx - row lock contention.time_waited": "10", + "system_event.enq: tx - row lock contention.time_waited_fg": "10", + "system_event.enq: tx - row lock contention.time_waited_micro": "98038", + "system_event.enq: tx - row lock contention.time_waited_micro_fg": "98038", + "system_event.enq: tx - row lock contention.total_timeouts": "0", + "system_event.enq: tx - row lock contention.total_timeouts_fg": "0", + "system_event.enq: tx - row lock contention.total_waits": "6", + "system_event.enq: tx - row lock contention.total_waits_fg": "6", + "system_event.enq: tx - row lock contention.wait_class": "Application", + "system_event.enq: tx - row lock contention.wait_class#": "1", + "system_event.enq: tx - row lock contention.wait_class_id": "4217450380", + "system_event.enq: ul - contention.average_wait": "2.57", + "system_event.enq: ul - contention.average_wait_fg": "2.57", + "system_event.enq: ul - contention.con_id": "0", + "system_event.enq: ul - contention.event_id": "738183602", + "system_event.enq: ul - contention.time_waited": "3", + "system_event.enq: ul - contention.time_waited_fg": "3", + "system_event.enq: ul - contention.time_waited_micro": "25697", + "system_event.enq: ul - contention.time_waited_micro_fg": "25697", + "system_event.enq: ul - contention.total_timeouts": "0", + "system_event.enq: ul - contention.total_timeouts_fg": "0", + "system_event.enq: ul - contention.total_waits": "1", + "system_event.enq: ul - contention.total_waits_fg": "1", + "system_event.enq: ul - contention.wait_class": "Application", + "system_event.enq: ul - contention.wait_class#": "1", + "system_event.enq: ul - contention.wait_class_id": "4217450380", + "system_event.external table open.average_wait": ".43", + "system_event.external table open.average_wait_fg": "0", + "system_event.external table open.con_id": "0", + "system_event.external table open.event_id": "332943844", + "system_event.external table open.time_waited": "1", + "system_event.external table open.time_waited_fg": "0", + "system_event.external table open.time_waited_micro": "8500", + "system_event.external table open.time_waited_micro_fg": "0", + "system_event.external table open.total_timeouts": "0", + "system_event.external table open.total_timeouts_fg": "0", + "system_event.external table open.total_waits": "2", + "system_event.external table open.total_waits_fg": "0", + "system_event.external table open.wait_class": "User I/O", + "system_event.external table open.wait_class#": "8", + "system_event.external table open.wait_class_id": "1740759767", + "system_event.external table read.average_wait": "254.69", + "system_event.external table read.average_wait_fg": "0", + "system_event.external table read.con_id": "0", + "system_event.external table read.event_id": "1850448852", + "system_event.external table read.time_waited": "255", + "system_event.external table read.time_waited_fg": "0", + "system_event.external table read.time_waited_micro": "2546875", + "system_event.external table read.time_waited_micro_fg": "0", + "system_event.external table read.total_timeouts": "0", + "system_event.external table read.total_timeouts_fg": "0", + "system_event.external table read.total_waits": "1", + "system_event.external table read.total_waits_fg": "0", + "system_event.external table read.wait_class": "User I/O", + "system_event.external table read.wait_class#": "8", + "system_event.external table read.wait_class_id": "1740759767", + "system_event.external table write.average_wait": "0", + "system_event.external table write.average_wait_fg": "0", + "system_event.external table write.con_id": "0", + "system_event.external table write.event_id": "2573156426", + "system_event.external table write.time_waited": "0", + "system_event.external table write.time_waited_fg": "0", + "system_event.external table write.time_waited_micro": "3", + "system_event.external table write.time_waited_micro_fg": "0", + "system_event.external table write.total_timeouts": "0", + "system_event.external table write.total_timeouts_fg": "0", + "system_event.external table write.total_waits": "12", + "system_event.external table write.total_waits_fg": "0", + "system_event.external table write.wait_class": "User I/O", + "system_event.external table write.wait_class#": "8", + "system_event.external table write.wait_class_id": "1740759767", + "system_event.flashback log file read.average_wait": ".14", + "system_event.flashback log file read.average_wait_fg": ".14", + "system_event.flashback log file read.con_id": "0", + "system_event.flashback log file read.event_id": "2769438501", + "system_event.flashback log file read.time_waited": "1254", + "system_event.flashback log file read.time_waited_fg": "905", + "system_event.flashback log file read.time_waited_micro": "12544939", + "system_event.flashback log file read.time_waited_micro_fg": "9051359", + "system_event.flashback log file read.total_timeouts": "0", + "system_event.flashback log file read.total_timeouts_fg": "0", + "system_event.flashback log file read.total_waits": "9107", + "system_event.flashback log file read.total_waits_fg": "6326", + "system_event.flashback log file read.wait_class": "System I/O", + "system_event.flashback log file read.wait_class#": "9", + "system_event.flashback log file read.wait_class_id": "4108307767", + "system_event.flashback log file sync.average_wait": ".33", + "system_event.flashback log file sync.average_wait_fg": ".35", + "system_event.flashback log file sync.con_id": "0", + "system_event.flashback log file sync.event_id": "157547587", + "system_event.flashback log file sync.time_waited": "530", + "system_event.flashback log file sync.time_waited_fg": "504", + "system_event.flashback log file sync.time_waited_micro": "5298946", + "system_event.flashback log file sync.time_waited_micro_fg": "5038549", + "system_event.flashback log file sync.total_timeouts": "0", + "system_event.flashback log file sync.total_timeouts_fg": "0", + "system_event.flashback log file sync.total_waits": "1620", + "system_event.flashback log file sync.total_waits_fg": "1421", + "system_event.flashback log file sync.wait_class": "User I/O", + "system_event.flashback log file sync.wait_class#": "8", + "system_event.flashback log file sync.wait_class_id": "1740759767", + "system_event.flashback log file write.average_wait": ".4", + "system_event.flashback log file write.average_wait_fg": "0", + "system_event.flashback log file write.con_id": "0", + "system_event.flashback log file write.event_id": "3487232407", + "system_event.flashback log file write.time_waited": "2420", + "system_event.flashback log file write.time_waited_fg": "0", + "system_event.flashback log file write.time_waited_micro": "24202087", + "system_event.flashback log file write.time_waited_micro_fg": "0", + "system_event.flashback log file write.total_timeouts": "0", + "system_event.flashback log file write.total_timeouts_fg": "0", + "system_event.flashback log file write.total_waits": "6008", + "system_event.flashback log file write.total_waits_fg": "0", + "system_event.flashback log file write.wait_class": "System I/O", + "system_event.flashback log file write.wait_class#": "9", + "system_event.flashback log file write.wait_class_id": "4108307767", + "system_event.get branch/thread/sequence enqueue.average_wait": "0", + "system_event.get branch/thread/sequence enqueue.average_wait_fg": "0", + "system_event.get branch/thread/sequence enqueue.con_id": "0", + "system_event.get branch/thread/sequence enqueue.event_id": "1383326310", + "system_event.get branch/thread/sequence enqueue.time_waited": "0", + "system_event.get branch/thread/sequence enqueue.time_waited_fg": "0", + "system_event.get branch/thread/sequence enqueue.time_waited_micro": "15", + "system_event.get branch/thread/sequence enqueue.time_waited_micro_fg": "7", + "system_event.get branch/thread/sequence enqueue.total_timeouts": "0", + "system_event.get branch/thread/sequence enqueue.total_timeouts_fg": "0", + "system_event.get branch/thread/sequence enqueue.total_waits": "5", + "system_event.get branch/thread/sequence enqueue.total_waits_fg": "3", + "system_event.get branch/thread/sequence enqueue.wait_class": "Other", + "system_event.get branch/thread/sequence enqueue.wait_class#": "0", + "system_event.get branch/thread/sequence enqueue.wait_class_id": "1893977003", + "system_event.heartbeat redo informer.average_wait": "100.01", + "system_event.heartbeat redo informer.average_wait_fg": "0", + "system_event.heartbeat redo informer.con_id": "0", + "system_event.heartbeat redo informer.event_id": "4233989021", + "system_event.heartbeat redo informer.time_waited": "196714", + "system_event.heartbeat redo informer.time_waited_fg": "0", + "system_event.heartbeat redo informer.time_waited_micro": "1967137902", + "system_event.heartbeat redo informer.time_waited_micro_fg": "0", + "system_event.heartbeat redo informer.total_timeouts": "0", + "system_event.heartbeat redo informer.total_timeouts_fg": "0", + "system_event.heartbeat redo informer.total_waits": "1967", + "system_event.heartbeat redo informer.total_waits_fg": "0", + "system_event.heartbeat redo informer.wait_class": "Idle", + "system_event.heartbeat redo informer.wait_class#": "6", + "system_event.heartbeat redo informer.wait_class_id": "2723168908", + "system_event.instance state change.average_wait": ".01", + "system_event.instance state change.average_wait_fg": ".01", + "system_event.instance state change.con_id": "0", + "system_event.instance state change.event_id": "1525267497", + "system_event.instance state change.time_waited": "0", + "system_event.instance state change.time_waited_fg": "0", + "system_event.instance state change.time_waited_micro": "228", + "system_event.instance state change.time_waited_micro_fg": "228", + "system_event.instance state change.total_timeouts": "0", + "system_event.instance state change.total_timeouts_fg": "0", + "system_event.instance state change.total_waits": "2", + "system_event.instance state change.total_waits_fg": "2", + "system_event.instance state change.wait_class": "Other", + "system_event.instance state change.wait_class#": "0", + "system_event.instance state change.wait_class_id": "1893977003", + "system_event.jobq slave wait.average_wait": "49.79", + "system_event.jobq slave wait.average_wait_fg": "49.79", + "system_event.jobq slave wait.con_id": "0", + "system_event.jobq slave wait.event_id": "782339817", + "system_event.jobq slave wait.time_waited": "53021", + "system_event.jobq slave wait.time_waited_fg": "53021", + "system_event.jobq slave wait.time_waited_micro": "530211827", + "system_event.jobq slave wait.time_waited_micro_fg": "530211827", + "system_event.jobq slave wait.total_timeouts": "1059", + "system_event.jobq slave wait.total_timeouts_fg": "1059", + "system_event.jobq slave wait.total_waits": "1065", + "system_event.jobq slave wait.total_waits_fg": "1065", + "system_event.jobq slave wait.wait_class": "Idle", + "system_event.jobq slave wait.wait_class#": "6", + "system_event.jobq slave wait.wait_class_id": "2723168908", + "system_event.kdic_do_merge.average_wait": "0", + "system_event.kdic_do_merge.average_wait_fg": "0", + "system_event.kdic_do_merge.con_id": "0", + "system_event.kdic_do_merge.event_id": "641757365", + "system_event.kdic_do_merge.time_waited": "0", + "system_event.kdic_do_merge.time_waited_fg": "0", + "system_event.kdic_do_merge.time_waited_micro": "770", + "system_event.kdic_do_merge.time_waited_micro_fg": "761", + "system_event.kdic_do_merge.total_timeouts": "0", + "system_event.kdic_do_merge.total_timeouts_fg": "0", + "system_event.kdic_do_merge.total_waits": "232", + "system_event.kdic_do_merge.total_waits_fg": "230", + "system_event.kdic_do_merge.wait_class": "Other", + "system_event.kdic_do_merge.wait_class#": "0", + "system_event.kdic_do_merge.wait_class_id": "1893977003", + "system_event.kksfbc child completion.average_wait": "4.96", + "system_event.kksfbc child completion.average_wait_fg": "4.95", + "system_event.kksfbc child completion.con_id": "0", + "system_event.kksfbc child completion.event_id": "2679325", + "system_event.kksfbc child completion.time_waited": "30", + "system_event.kksfbc child completion.time_waited_fg": "25", + "system_event.kksfbc child completion.time_waited_micro": "297654", + "system_event.kksfbc child completion.time_waited_micro_fg": "247632", + "system_event.kksfbc child completion.total_timeouts": "6", + "system_event.kksfbc child completion.total_timeouts_fg": "5", + "system_event.kksfbc child completion.total_waits": "6", + "system_event.kksfbc child completion.total_waits_fg": "5", + "system_event.kksfbc child completion.wait_class": "Other", + "system_event.kksfbc child completion.wait_class#": "0", + "system_event.kksfbc child completion.wait_class_id": "1893977003", + "system_event.ksv master wait.average_wait": ".58", + "system_event.ksv master wait.average_wait_fg": ".07", + "system_event.ksv master wait.con_id": "0", + "system_event.ksv master wait.event_id": "1510356050", + "system_event.ksv master wait.time_waited": "21", + "system_event.ksv master wait.time_waited_fg": "1", + "system_event.ksv master wait.time_waited_micro": "214709", + "system_event.ksv master wait.time_waited_micro_fg": "13945", + "system_event.ksv master wait.total_timeouts": "6", + "system_event.ksv master wait.total_timeouts_fg": "3", + "system_event.ksv master wait.total_waits": "37", + "system_event.ksv master wait.total_waits_fg": "20", + "system_event.ksv master wait.wait_class": "Other", + "system_event.ksv master wait.wait_class#": "0", + "system_event.ksv master wait.wait_class_id": "1893977003", + "system_event.kupp process wait.average_wait": "19.94", + "system_event.kupp process wait.average_wait_fg": "19.94", + "system_event.kupp process wait.con_id": "0", + "system_event.kupp process wait.event_id": "3632212035", + "system_event.kupp process wait.time_waited": "20", + "system_event.kupp process wait.time_waited_fg": "20", + "system_event.kupp process wait.time_waited_micro": "199432", + "system_event.kupp process wait.time_waited_micro_fg": "199432", + "system_event.kupp process wait.total_timeouts": "0", + "system_event.kupp process wait.total_timeouts_fg": "0", + "system_event.kupp process wait.total_waits": "1", + "system_event.kupp process wait.total_waits_fg": "1", + "system_event.kupp process wait.wait_class": "Other", + "system_event.kupp process wait.wait_class#": "0", + "system_event.kupp process wait.wait_class_id": "1893977003", + "system_event.latch free.average_wait": ".13", + "system_event.latch free.average_wait_fg": ".01", + "system_event.latch free.con_id": "0", + "system_event.latch free.event_id": "3474287957", + "system_event.latch free.time_waited": "20", + "system_event.latch free.time_waited_fg": "0", + "system_event.latch free.time_waited_micro": "203773", + "system_event.latch free.time_waited_micro_fg": "411", + "system_event.latch free.total_timeouts": "0", + "system_event.latch free.total_timeouts_fg": "0", + "system_event.latch free.total_waits": "161", + "system_event.latch free.total_waits_fg": "6", + "system_event.latch free.wait_class": "Other", + "system_event.latch free.wait_class#": "0", + "system_event.latch free.wait_class_id": "1893977003", + "system_event.latch: cache buffers chains.average_wait": ".01", + "system_event.latch: cache buffers chains.average_wait_fg": ".01", + "system_event.latch: cache buffers chains.con_id": "0", + "system_event.latch: cache buffers chains.event_id": "2779959231", + "system_event.latch: cache buffers chains.time_waited": "0", + "system_event.latch: cache buffers chains.time_waited_fg": "0", + "system_event.latch: cache buffers chains.time_waited_micro": "4641", + "system_event.latch: cache buffers chains.time_waited_micro_fg": "3996", + "system_event.latch: cache buffers chains.total_timeouts": "0", + "system_event.latch: cache buffers chains.total_timeouts_fg": "0", + "system_event.latch: cache buffers chains.total_waits": "53", + "system_event.latch: cache buffers chains.total_waits_fg": "49", + "system_event.latch: cache buffers chains.wait_class": "Concurrency", + "system_event.latch: cache buffers chains.wait_class#": "4", + "system_event.latch: cache buffers chains.wait_class_id": "3875070507", + "system_event.latch: cache buffers lru chain.average_wait": ".02", + "system_event.latch: cache buffers lru chain.average_wait_fg": ".01", + "system_event.latch: cache buffers lru chain.con_id": "0", + "system_event.latch: cache buffers lru chain.event_id": "3401628503", + "system_event.latch: cache buffers lru chain.time_waited": "0", + "system_event.latch: cache buffers lru chain.time_waited_fg": "0", + "system_event.latch: cache buffers lru chain.time_waited_micro": "3342", + "system_event.latch: cache buffers lru chain.time_waited_micro_fg": "114", + "system_event.latch: cache buffers lru chain.total_timeouts": "0", + "system_event.latch: cache buffers lru chain.total_timeouts_fg": "0", + "system_event.latch: cache buffers lru chain.total_waits": "20", + "system_event.latch: cache buffers lru chain.total_waits_fg": "2", + "system_event.latch: cache buffers lru chain.wait_class": "Other", + "system_event.latch: cache buffers lru chain.wait_class#": "0", + "system_event.latch: cache buffers lru chain.wait_class_id": "1893977003", + "system_event.latch: checkpoint queue latch.average_wait": ".01", + "system_event.latch: checkpoint queue latch.average_wait_fg": "0", + "system_event.latch: checkpoint queue latch.con_id": "0", + "system_event.latch: checkpoint queue latch.event_id": "22066106", + "system_event.latch: checkpoint queue latch.time_waited": "0", + "system_event.latch: checkpoint queue latch.time_waited_fg": "0", + "system_event.latch: checkpoint queue latch.time_waited_micro": "902", + "system_event.latch: checkpoint queue latch.time_waited_micro_fg": "0", + "system_event.latch: checkpoint queue latch.total_timeouts": "0", + "system_event.latch: checkpoint queue latch.total_timeouts_fg": "0", + "system_event.latch: checkpoint queue latch.total_waits": "9", + "system_event.latch: checkpoint queue latch.total_waits_fg": "0", + "system_event.latch: checkpoint queue latch.wait_class": "Other", + "system_event.latch: checkpoint queue latch.wait_class#": "0", + "system_event.latch: checkpoint queue latch.wait_class_id": "1893977003", + "system_event.latch: messages.average_wait": ".02", + "system_event.latch: messages.average_wait_fg": "0", + "system_event.latch: messages.con_id": "0", + "system_event.latch: messages.event_id": "1973577887", + "system_event.latch: messages.time_waited": "0", + "system_event.latch: messages.time_waited_fg": "0", + "system_event.latch: messages.time_waited_micro": "159", + "system_event.latch: messages.time_waited_micro_fg": "0", + "system_event.latch: messages.total_timeouts": "0", + "system_event.latch: messages.total_timeouts_fg": "0", + "system_event.latch: messages.total_waits": "1", + "system_event.latch: messages.total_waits_fg": "0", + "system_event.latch: messages.wait_class": "Other", + "system_event.latch: messages.wait_class#": "0", + "system_event.latch: messages.wait_class_id": "1893977003", + "system_event.latch: object queue header operation.average_wait": ".01", + "system_event.latch: object queue header operation.average_wait_fg": "0", + "system_event.latch: object queue header operation.con_id": "0", + "system_event.latch: object queue header operation.event_id": "295718413", + "system_event.latch: object queue header operation.time_waited": "0", + "system_event.latch: object queue header operation.time_waited_fg": "0", + "system_event.latch: object queue header operation.time_waited_micro": "204", + "system_event.latch: object queue header operation.time_waited_micro_fg": "0", + "system_event.latch: object queue header operation.total_timeouts": "0", + "system_event.latch: object queue header operation.total_timeouts_fg": "0", + "system_event.latch: object queue header operation.total_waits": "2", + "system_event.latch: object queue header operation.total_waits_fg": "0", + "system_event.latch: object queue header operation.wait_class": "Other", + "system_event.latch: object queue header operation.wait_class#": "0", + "system_event.latch: object queue header operation.wait_class_id": "1893977003", + "system_event.latch: redo allocation.average_wait": ".02", + "system_event.latch: redo allocation.average_wait_fg": ".01", + "system_event.latch: redo allocation.con_id": "0", + "system_event.latch: redo allocation.event_id": "266850936", + "system_event.latch: redo allocation.time_waited": "0", + "system_event.latch: redo allocation.time_waited_fg": "0", + "system_event.latch: redo allocation.time_waited_micro": "2461", + "system_event.latch: redo allocation.time_waited_micro_fg": "1015", + "system_event.latch: redo allocation.total_timeouts": "0", + "system_event.latch: redo allocation.total_timeouts_fg": "0", + "system_event.latch: redo allocation.total_waits": "15", + "system_event.latch: redo allocation.total_waits_fg": "7", + "system_event.latch: redo allocation.wait_class": "Other", + "system_event.latch: redo allocation.wait_class#": "0", + "system_event.latch: redo allocation.wait_class_id": "1893977003", + "system_event.latch: shared pool.average_wait": ".01", + "system_event.latch: shared pool.average_wait_fg": ".01", + "system_event.latch: shared pool.con_id": "0", + "system_event.latch: shared pool.event_id": "2696347763", + "system_event.latch: shared pool.time_waited": "18", + "system_event.latch: shared pool.time_waited_fg": "16", + "system_event.latch: shared pool.time_waited_micro": "176803", + "system_event.latch: shared pool.time_waited_micro_fg": "161091", + "system_event.latch: shared pool.total_timeouts": "0", + "system_event.latch: shared pool.total_timeouts_fg": "0", + "system_event.latch: shared pool.total_waits": "1498", + "system_event.latch: shared pool.total_waits_fg": "1344", + "system_event.latch: shared pool.wait_class": "Concurrency", + "system_event.latch: shared pool.wait_class#": "4", + "system_event.latch: shared pool.wait_class_id": "3875070507", + "system_event.lgwr all worker groups.average_wait": ".21", + "system_event.lgwr all worker groups.average_wait_fg": "0", + "system_event.lgwr all worker groups.con_id": "0", + "system_event.lgwr all worker groups.event_id": "1249397642", + "system_event.lgwr all worker groups.time_waited": "3618", + "system_event.lgwr all worker groups.time_waited_fg": "0", + "system_event.lgwr all worker groups.time_waited_micro": "36178337", + "system_event.lgwr all worker groups.time_waited_micro_fg": "0", + "system_event.lgwr all worker groups.total_timeouts": "0", + "system_event.lgwr all worker groups.total_timeouts_fg": "0", + "system_event.lgwr all worker groups.total_waits": "17056", + "system_event.lgwr all worker groups.total_waits_fg": "0", + "system_event.lgwr all worker groups.wait_class": "Other", + "system_event.lgwr all worker groups.wait_class#": "0", + "system_event.lgwr all worker groups.wait_class_id": "1893977003", + "system_event.lgwr any worker group.average_wait": ".13", + "system_event.lgwr any worker group.average_wait_fg": "0", + "system_event.lgwr any worker group.con_id": "0", + "system_event.lgwr any worker group.event_id": "1793502753", + "system_event.lgwr any worker group.time_waited": "1873", + "system_event.lgwr any worker group.time_waited_fg": "0", + "system_event.lgwr any worker group.time_waited_micro": "18732410", + "system_event.lgwr any worker group.time_waited_micro_fg": "0", + "system_event.lgwr any worker group.total_timeouts": "0", + "system_event.lgwr any worker group.total_timeouts_fg": "0", + "system_event.lgwr any worker group.total_waits": "14621", + "system_event.lgwr any worker group.total_waits_fg": "0", + "system_event.lgwr any worker group.wait_class": "Other", + "system_event.lgwr any worker group.wait_class#": "0", + "system_event.lgwr any worker group.wait_class_id": "1893977003", + "system_event.lgwr wait for redo copy.average_wait": ".01", + "system_event.lgwr wait for redo copy.average_wait_fg": "0", + "system_event.lgwr wait for redo copy.con_id": "0", + "system_event.lgwr wait for redo copy.event_id": "4266849434", + "system_event.lgwr wait for redo copy.time_waited": "0", + "system_event.lgwr wait for redo copy.time_waited_fg": "0", + "system_event.lgwr wait for redo copy.time_waited_micro": "840", + "system_event.lgwr wait for redo copy.time_waited_micro_fg": "0", + "system_event.lgwr wait for redo copy.total_timeouts": "0", + "system_event.lgwr wait for redo copy.total_timeouts_fg": "0", + "system_event.lgwr wait for redo copy.total_waits": "13", + "system_event.lgwr wait for redo copy.total_waits_fg": "0", + "system_event.lgwr wait for redo copy.wait_class": "Other", + "system_event.lgwr wait for redo copy.wait_class#": "0", + "system_event.lgwr wait for redo copy.wait_class_id": "1893977003", + "system_event.lgwr worker group idle.average_wait": "3.04", + "system_event.lgwr worker group idle.average_wait_fg": "0", + "system_event.lgwr worker group idle.con_id": "0", + "system_event.lgwr worker group idle.event_id": "91842589", + "system_event.lgwr worker group idle.time_waited": "371611", + "system_event.lgwr worker group idle.time_waited_fg": "0", + "system_event.lgwr worker group idle.time_waited_micro": "3716105079", + "system_event.lgwr worker group idle.time_waited_micro_fg": "0", + "system_event.lgwr worker group idle.total_timeouts": "0", + "system_event.lgwr worker group idle.total_timeouts_fg": "0", + "system_event.lgwr worker group idle.total_waits": "122177", + "system_event.lgwr worker group idle.total_waits_fg": "0", + "system_event.lgwr worker group idle.wait_class": "Idle", + "system_event.lgwr worker group idle.wait_class#": "6", + "system_event.lgwr worker group idle.wait_class_id": "2723168908", + "system_event.lgwr worker group ordering.average_wait": ".04", + "system_event.lgwr worker group ordering.average_wait_fg": "0", + "system_event.lgwr worker group ordering.con_id": "0", + "system_event.lgwr worker group ordering.event_id": "3116432628", + "system_event.lgwr worker group ordering.time_waited": "279", + "system_event.lgwr worker group ordering.time_waited_fg": "0", + "system_event.lgwr worker group ordering.time_waited_micro": "2786388", + "system_event.lgwr worker group ordering.time_waited_micro_fg": "0", + "system_event.lgwr worker group ordering.total_timeouts": "0", + "system_event.lgwr worker group ordering.total_timeouts_fg": "0", + "system_event.lgwr worker group ordering.total_waits": "6330", + "system_event.lgwr worker group ordering.total_waits_fg": "0", + "system_event.lgwr worker group ordering.wait_class": "Other", + "system_event.lgwr worker group ordering.wait_class#": "0", + "system_event.lgwr worker group ordering.wait_class_id": "1893977003", + "system_event.library cache load lock.average_wait": "2.31", + "system_event.library cache load lock.average_wait_fg": "1.67", + "system_event.library cache load lock.con_id": "0", + "system_event.library cache load lock.event_id": "2952162927", + "system_event.library cache load lock.time_waited": "125", + "system_event.library cache load lock.time_waited_fg": "63", + "system_event.library cache load lock.time_waited_micro": "1246198", + "system_event.library cache load lock.time_waited_micro_fg": "633143", + "system_event.library cache load lock.total_timeouts": "0", + "system_event.library cache load lock.total_timeouts_fg": "0", + "system_event.library cache load lock.total_waits": "54", + "system_event.library cache load lock.total_waits_fg": "38", + "system_event.library cache load lock.wait_class": "Concurrency", + "system_event.library cache load lock.wait_class#": "4", + "system_event.library cache load lock.wait_class_id": "3875070507", + "system_event.library cache lock.average_wait": "2.27", + "system_event.library cache lock.average_wait_fg": "2.91", + "system_event.library cache lock.con_id": "0", + "system_event.library cache lock.event_id": "916468430", + "system_event.library cache lock.time_waited": "20", + "system_event.library cache lock.time_waited_fg": "20", + "system_event.library cache lock.time_waited_micro": "204661", + "system_event.library cache lock.time_waited_micro_fg": "204008", + "system_event.library cache lock.total_timeouts": "0", + "system_event.library cache lock.total_timeouts_fg": "0", + "system_event.library cache lock.total_waits": "9", + "system_event.library cache lock.total_waits_fg": "7", + "system_event.library cache lock.wait_class": "Concurrency", + "system_event.library cache lock.wait_class#": "4", + "system_event.library cache lock.wait_class_id": "3875070507", + "system_event.library cache: bucket mutex x.average_wait": ".22", + "system_event.library cache: bucket mutex x.average_wait_fg": ".01", + "system_event.library cache: bucket mutex x.con_id": "0", + "system_event.library cache: bucket mutex x.event_id": "2601513493", + "system_event.library cache: bucket mutex x.time_waited": "3", + "system_event.library cache: bucket mutex x.time_waited_fg": "0", + "system_event.library cache: bucket mutex x.time_waited_micro": "30898", + "system_event.library cache: bucket mutex x.time_waited_micro_fg": "813", + "system_event.library cache: bucket mutex x.total_timeouts": "0", + "system_event.library cache: bucket mutex x.total_timeouts_fg": "0", + "system_event.library cache: bucket mutex x.total_waits": "14", + "system_event.library cache: bucket mutex x.total_waits_fg": "10", + "system_event.library cache: bucket mutex x.wait_class": "Concurrency", + "system_event.library cache: bucket mutex x.wait_class#": "4", + "system_event.library cache: bucket mutex x.wait_class_id": "3875070507", + "system_event.library cache: mutex x.average_wait": ".14", + "system_event.library cache: mutex x.average_wait_fg": ".14", + "system_event.library cache: mutex x.con_id": "0", + "system_event.library cache: mutex x.event_id": "1646780882", + "system_event.library cache: mutex x.time_waited": "15", + "system_event.library cache: mutex x.time_waited_fg": "14", + "system_event.library cache: mutex x.time_waited_micro": "147263", + "system_event.library cache: mutex x.time_waited_micro_fg": "137068", + "system_event.library cache: mutex x.total_timeouts": "0", + "system_event.library cache: mutex x.total_timeouts_fg": "0", + "system_event.library cache: mutex x.total_waits": "108", + "system_event.library cache: mutex x.total_waits_fg": "96", + "system_event.library cache: mutex x.wait_class": "Concurrency", + "system_event.library cache: mutex x.wait_class#": "4", + "system_event.library cache: mutex x.wait_class_id": "3875070507", + "system_event.local write wait.average_wait": ".29", + "system_event.local write wait.average_wait_fg": ".29", + "system_event.local write wait.con_id": "0", + "system_event.local write wait.event_id": "1570123276", + "system_event.local write wait.time_waited": "5", + "system_event.local write wait.time_waited_fg": "5", + "system_event.local write wait.time_waited_micro": "49912", + "system_event.local write wait.time_waited_micro_fg": "49912", + "system_event.local write wait.total_timeouts": "0", + "system_event.local write wait.total_timeouts_fg": "0", + "system_event.local write wait.total_waits": "17", + "system_event.local write wait.total_waits_fg": "17", + "system_event.local write wait.wait_class": "User I/O", + "system_event.local write wait.wait_class#": "8", + "system_event.local write wait.wait_class_id": "1740759767", + "system_event.log archive i/o.average_wait": "3.25", + "system_event.log archive i/o.average_wait_fg": "3.37", + "system_event.log archive i/o.con_id": "0", + "system_event.log archive i/o.event_id": "2089793129", + "system_event.log archive i/o.time_waited": "101", + "system_event.log archive i/o.time_waited_fg": "91", + "system_event.log archive i/o.time_waited_micro": "1008332", + "system_event.log archive i/o.time_waited_micro_fg": "909206", + "system_event.log archive i/o.total_timeouts": "0", + "system_event.log archive i/o.total_timeouts_fg": "0", + "system_event.log archive i/o.total_waits": "31", + "system_event.log archive i/o.total_waits_fg": "27", + "system_event.log archive i/o.wait_class": "System I/O", + "system_event.log archive i/o.wait_class#": "9", + "system_event.log archive i/o.wait_class_id": "4108307767", + "system_event.log buffer space.average_wait": ".45", + "system_event.log buffer space.average_wait_fg": ".45", + "system_event.log buffer space.con_id": "0", + "system_event.log buffer space.event_id": "3357856061", + "system_event.log buffer space.time_waited": "3", + "system_event.log buffer space.time_waited_fg": "3", + "system_event.log buffer space.time_waited_micro": "27051", + "system_event.log buffer space.time_waited_micro_fg": "27051", + "system_event.log buffer space.total_timeouts": "0", + "system_event.log buffer space.total_timeouts_fg": "0", + "system_event.log buffer space.total_waits": "6", + "system_event.log buffer space.total_waits_fg": "6", + "system_event.log buffer space.wait_class": "Configuration", + "system_event.log buffer space.wait_class#": "2", + "system_event.log buffer space.wait_class_id": "3290255840", + "system_event.log file init write.average_wait": "1.62", + "system_event.log file init write.average_wait_fg": "0", + "system_event.log file init write.con_id": "0", + "system_event.log file init write.event_id": "3992632846", + "system_event.log file init write.time_waited": "242", + "system_event.log file init write.time_waited_fg": "0", + "system_event.log file init write.time_waited_micro": "2423499", + "system_event.log file init write.time_waited_micro_fg": "0", + "system_event.log file init write.total_timeouts": "0", + "system_event.log file init write.total_timeouts_fg": "0", + "system_event.log file init write.total_waits": "150", + "system_event.log file init write.total_waits_fg": "0", + "system_event.log file init write.wait_class": "User I/O", + "system_event.log file init write.wait_class#": "8", + "system_event.log file init write.wait_class_id": "1740759767", + "system_event.log file parallel write.average_wait": ".19", + "system_event.log file parallel write.average_wait_fg": "0", + "system_event.log file parallel write.con_id": "0", + "system_event.log file parallel write.event_id": "3999721902", + "system_event.log file parallel write.time_waited": "25703", + "system_event.log file parallel write.time_waited_fg": "0", + "system_event.log file parallel write.time_waited_micro": "257034141", + "system_event.log file parallel write.time_waited_micro_fg": "0", + "system_event.log file parallel write.total_timeouts": "0", + "system_event.log file parallel write.total_timeouts_fg": "0", + "system_event.log file parallel write.total_waits": "134596", + "system_event.log file parallel write.total_waits_fg": "0", + "system_event.log file parallel write.wait_class": "System I/O", + "system_event.log file parallel write.wait_class#": "9", + "system_event.log file parallel write.wait_class_id": "4108307767", + "system_event.log file sequential read.average_wait": ".34", + "system_event.log file sequential read.average_wait_fg": ".38", + "system_event.log file sequential read.con_id": "0", + "system_event.log file sequential read.event_id": "549236675", + "system_event.log file sequential read.time_waited": "191", + "system_event.log file sequential read.time_waited_fg": "122", + "system_event.log file sequential read.time_waited_micro": "1911963", + "system_event.log file sequential read.time_waited_micro_fg": "1224153", + "system_event.log file sequential read.total_timeouts": "0", + "system_event.log file sequential read.total_timeouts_fg": "0", + "system_event.log file sequential read.total_waits": "566", + "system_event.log file sequential read.total_waits_fg": "323", + "system_event.log file sequential read.wait_class": "System I/O", + "system_event.log file sequential read.wait_class#": "9", + "system_event.log file sequential read.wait_class_id": "4108307767", + "system_event.log file single write.average_wait": ".16", + "system_event.log file single write.average_wait_fg": ".15", + "system_event.log file single write.con_id": "0", + "system_event.log file single write.event_id": "215477332", + "system_event.log file single write.time_waited": "3", + "system_event.log file single write.time_waited_fg": "1", + "system_event.log file single write.time_waited_micro": "27419", + "system_event.log file single write.time_waited_micro_fg": "8889", + "system_event.log file single write.total_timeouts": "0", + "system_event.log file single write.total_timeouts_fg": "0", + "system_event.log file single write.total_waits": "17", + "system_event.log file single write.total_waits_fg": "6", + "system_event.log file single write.wait_class": "System I/O", + "system_event.log file single write.wait_class#": "9", + "system_event.log file single write.wait_class_id": "4108307767", + "system_event.log file switch completion.average_wait": "2.02", + "system_event.log file switch completion.average_wait_fg": "2.02", + "system_event.log file switch completion.con_id": "0", + "system_event.log file switch completion.event_id": "3834950329", + "system_event.log file switch completion.time_waited": "8", + "system_event.log file switch completion.time_waited_fg": "8", + "system_event.log file switch completion.time_waited_micro": "80852", + "system_event.log file switch completion.time_waited_micro_fg": "80852", + "system_event.log file switch completion.total_timeouts": "0", + "system_event.log file switch completion.total_timeouts_fg": "0", + "system_event.log file switch completion.total_waits": "4", + "system_event.log file switch completion.total_waits_fg": "4", + "system_event.log file switch completion.wait_class": "Configuration", + "system_event.log file switch completion.wait_class#": "2", + "system_event.log file switch completion.wait_class_id": "3290255840", + "system_event.log file sync.average_wait": ".23", + "system_event.log file sync.average_wait_fg": ".23", + "system_event.log file sync.con_id": "0", + "system_event.log file sync.event_id": "1328744198", + "system_event.log file sync.time_waited": "29786", + "system_event.log file sync.time_waited_fg": "29780", + "system_event.log file sync.time_waited_micro": "297863161", + "system_event.log file sync.time_waited_micro_fg": "297800941", + "system_event.log file sync.total_timeouts": "0", + "system_event.log file sync.total_timeouts_fg": "0", + "system_event.log file sync.total_waits": "126774", + "system_event.log file sync.total_waits_fg": "126750", + "system_event.log file sync.wait_class": "Commit", + "system_event.log file sync.wait_class#": "5", + "system_event.log file sync.wait_class_id": "3386400367", + "system_event.lreg timer.average_wait": "284.51", + "system_event.lreg timer.average_wait_fg": "0", + "system_event.lreg timer.con_id": "0", + "system_event.lreg timer.event_id": "3113908805", + "system_event.lreg timer.time_waited": "210535", + "system_event.lreg timer.time_waited_fg": "0", + "system_event.lreg timer.time_waited_micro": "2105349223", + "system_event.lreg timer.time_waited_micro_fg": "0", + "system_event.lreg timer.total_timeouts": "701", + "system_event.lreg timer.total_timeouts_fg": "0", + "system_event.lreg timer.total_waits": "740", + "system_event.lreg timer.total_waits_fg": "0", + "system_event.lreg timer.wait_class": "Idle", + "system_event.lreg timer.wait_class#": "6", + "system_event.lreg timer.wait_class_id": "2723168908", + "system_event.master exit.average_wait": ".15", + "system_event.master exit.average_wait_fg": ".15", + "system_event.master exit.con_id": "0", + "system_event.master exit.event_id": "1628776795", + "system_event.master exit.time_waited": "0", + "system_event.master exit.time_waited_fg": "0", + "system_event.master exit.time_waited_micro": "1514", + "system_event.master exit.time_waited_micro_fg": "1514", + "system_event.master exit.total_timeouts": "0", + "system_event.master exit.total_timeouts_fg": "0", + "system_event.master exit.total_waits": "1", + "system_event.master exit.total_waits_fg": "1", + "system_event.master exit.wait_class": "Other", + "system_event.master exit.wait_class#": "0", + "system_event.master exit.wait_class_id": "1893977003", + "system_event.ofs idle.average_wait": "299.88", + "system_event.ofs idle.average_wait_fg": "0", + "system_event.ofs idle.con_id": "0", + "system_event.ofs idle.event_id": "1048659203", + "system_event.ofs idle.time_waited": "210817", + "system_event.ofs idle.time_waited_fg": "0", + "system_event.ofs idle.time_waited_micro": "2108171869", + "system_event.ofs idle.time_waited_micro_fg": "0", + "system_event.ofs idle.total_timeouts": "702", + "system_event.ofs idle.total_timeouts_fg": "0", + "system_event.ofs idle.total_waits": "703", + "system_event.ofs idle.total_waits_fg": "0", + "system_event.ofs idle.wait_class": "Idle", + "system_event.ofs idle.wait_class#": "6", + "system_event.ofs idle.wait_class_id": "2723168908", + "system_event.oracle thread bootstrap.average_wait": "9.82", + "system_event.oracle thread bootstrap.average_wait_fg": "10.85", + "system_event.oracle thread bootstrap.con_id": "0", + "system_event.oracle thread bootstrap.event_id": "4097944222", + "system_event.oracle thread bootstrap.time_waited": "2535", + "system_event.oracle thread bootstrap.time_waited_fg": "608", + "system_event.oracle thread bootstrap.time_waited_micro": "25348076", + "system_event.oracle thread bootstrap.time_waited_micro_fg": "6077856", + "system_event.oracle thread bootstrap.total_timeouts": "0", + "system_event.oracle thread bootstrap.total_timeouts_fg": "0", + "system_event.oracle thread bootstrap.total_waits": "258", + "system_event.oracle thread bootstrap.total_waits_fg": "56", + "system_event.oracle thread bootstrap.wait_class": "Other", + "system_event.oracle thread bootstrap.wait_class#": "0", + "system_event.oracle thread bootstrap.wait_class_id": "1893977003", + "system_event.os thread creation.average_wait": ".12", + "system_event.os thread creation.average_wait_fg": ".35", + "system_event.os thread creation.con_id": "0", + "system_event.os thread creation.event_id": "2423447952", + "system_event.os thread creation.time_waited": "30", + "system_event.os thread creation.time_waited_fg": "2", + "system_event.os thread creation.time_waited_micro": "303433", + "system_event.os thread creation.time_waited_micro_fg": "17602", + "system_event.os thread creation.total_timeouts": "0", + "system_event.os thread creation.total_timeouts_fg": "0", + "system_event.os thread creation.total_waits": "260", + "system_event.os thread creation.total_waits_fg": "5", + "system_event.os thread creation.wait_class": "Other", + "system_event.os thread creation.wait_class#": "0", + "system_event.os thread creation.wait_class_id": "1893977003", + "system_event.parallel recovery control message reply.average_wait": "1.44", + "system_event.parallel recovery control message reply.average_wait_fg": "0", + "system_event.parallel recovery control message reply.con_id": "0", + "system_event.parallel recovery control message reply.event_id": "722766223", + "system_event.parallel recovery control message reply.time_waited": "19", + "system_event.parallel recovery control message reply.time_waited_fg": "0", + "system_event.parallel recovery control message reply.time_waited_micro": "187648", + "system_event.parallel recovery control message reply.time_waited_micro_fg": "0", + "system_event.parallel recovery control message reply.total_timeouts": "0", + "system_event.parallel recovery control message reply.total_timeouts_fg": "0", + "system_event.parallel recovery control message reply.total_waits": "13", + "system_event.parallel recovery control message reply.total_waits_fg": "0", + "system_event.parallel recovery control message reply.wait_class": "Idle", + "system_event.parallel recovery control message reply.wait_class#": "6", + "system_event.parallel recovery control message reply.wait_class_id": "2723168908", + "system_event.parallel recovery coord: all replies.average_wait": "95.43", + "system_event.parallel recovery coord: all replies.average_wait_fg": "95.43", + "system_event.parallel recovery coord: all replies.con_id": "0", + "system_event.parallel recovery coord: all replies.event_id": "3015991344", + "system_event.parallel recovery coord: all replies.time_waited": "95", + "system_event.parallel recovery coord: all replies.time_waited_fg": "95", + "system_event.parallel recovery coord: all replies.time_waited_micro": "954345", + "system_event.parallel recovery coord: all replies.time_waited_micro_fg": "954345", + "system_event.parallel recovery coord: all replies.total_timeouts": "0", + "system_event.parallel recovery coord: all replies.total_timeouts_fg": "0", + "system_event.parallel recovery coord: all replies.total_waits": "1", + "system_event.parallel recovery coord: all replies.total_waits_fg": "1", + "system_event.parallel recovery coord: all replies.wait_class": "Other", + "system_event.parallel recovery coord: all replies.wait_class#": "0", + "system_event.parallel recovery coord: all replies.wait_class_id": "1893977003", + "system_event.parallel recovery coordinator idle wait.average_wait": "8.06", + "system_event.parallel recovery coordinator idle wait.average_wait_fg": "8.06", + "system_event.parallel recovery coordinator idle wait.con_id": "0", + "system_event.parallel recovery coordinator idle wait.event_id": "2032998565", + "system_event.parallel recovery coordinator idle wait.time_waited": "363", + "system_event.parallel recovery coordinator idle wait.time_waited_fg": "363", + "system_event.parallel recovery coordinator idle wait.time_waited_micro": "3628961", + "system_event.parallel recovery coordinator idle wait.time_waited_micro_fg": "3628961", + "system_event.parallel recovery coordinator idle wait.total_timeouts": "0", + "system_event.parallel recovery coordinator idle wait.total_timeouts_fg": "0", + "system_event.parallel recovery coordinator idle wait.total_waits": "45", + "system_event.parallel recovery coordinator idle wait.total_waits_fg": "45", + "system_event.parallel recovery coordinator idle wait.wait_class": "Idle", + "system_event.parallel recovery coordinator idle wait.wait_class#": "6", + "system_event.parallel recovery coordinator idle wait.wait_class_id": "2723168908", + "system_event.parallel recovery slave next change.average_wait": "1", + "system_event.parallel recovery slave next change.average_wait_fg": "0", + "system_event.parallel recovery slave next change.con_id": "0", + "system_event.parallel recovery slave next change.event_id": "572448743", + "system_event.parallel recovery slave next change.time_waited": "1231", + "system_event.parallel recovery slave next change.time_waited_fg": "0", + "system_event.parallel recovery slave next change.time_waited_micro": "12306255", + "system_event.parallel recovery slave next change.time_waited_micro_fg": "0", + "system_event.parallel recovery slave next change.total_timeouts": "0", + "system_event.parallel recovery slave next change.total_timeouts_fg": "0", + "system_event.parallel recovery slave next change.total_waits": "1233", + "system_event.parallel recovery slave next change.total_waits_fg": "0", + "system_event.parallel recovery slave next change.wait_class": "Idle", + "system_event.parallel recovery slave next change.wait_class#": "6", + "system_event.parallel recovery slave next change.wait_class_id": "2723168908", + "system_event.parameter file i/o.average_wait": ".21", + "system_event.parameter file i/o.average_wait_fg": "0", + "system_event.parameter file i/o.con_id": "0", + "system_event.parameter file i/o.event_id": "1179235204", + "system_event.parameter file i/o.time_waited": "5", + "system_event.parameter file i/o.time_waited_fg": "0", + "system_event.parameter file i/o.time_waited_micro": "48027", + "system_event.parameter file i/o.time_waited_micro_fg": "0", + "system_event.parameter file i/o.total_timeouts": "0", + "system_event.parameter file i/o.total_timeouts_fg": "0", + "system_event.parameter file i/o.total_waits": "23", + "system_event.parameter file i/o.total_waits_fg": "0", + "system_event.parameter file i/o.wait_class": "User I/O", + "system_event.parameter file i/o.wait_class#": "8", + "system_event.parameter file i/o.wait_class_id": "1740759767", + "system_event.pga memory operation.average_wait": "0", + "system_event.pga memory operation.average_wait_fg": "0", + "system_event.pga memory operation.con_id": "0", + "system_event.pga memory operation.event_id": "1800992443", + "system_event.pga memory operation.time_waited": "125", + "system_event.pga memory operation.time_waited_fg": "93", + "system_event.pga memory operation.time_waited_micro": "1248091", + "system_event.pga memory operation.time_waited_micro_fg": "933013", + "system_event.pga memory operation.total_timeouts": "0", + "system_event.pga memory operation.total_timeouts_fg": "0", + "system_event.pga memory operation.total_waits": "138936", + "system_event.pga memory operation.total_waits_fg": "115030", + "system_event.pga memory operation.wait_class": "Other", + "system_event.pga memory operation.wait_class#": "0", + "system_event.pga memory operation.wait_class_id": "1893977003", + "system_event.pl/sql lock timer.average_wait": "11.08", + "system_event.pl/sql lock timer.average_wait_fg": "11.08", + "system_event.pl/sql lock timer.con_id": "0", + "system_event.pl/sql lock timer.event_id": "818280116", + "system_event.pl/sql lock timer.time_waited": "100", + "system_event.pl/sql lock timer.time_waited_fg": "100", + "system_event.pl/sql lock timer.time_waited_micro": "997538", + "system_event.pl/sql lock timer.time_waited_micro_fg": "997538", + "system_event.pl/sql lock timer.total_timeouts": "9", + "system_event.pl/sql lock timer.total_timeouts_fg": "9", + "system_event.pl/sql lock timer.total_waits": "9", + "system_event.pl/sql lock timer.total_waits_fg": "9", + "system_event.pl/sql lock timer.wait_class": "Idle", + "system_event.pl/sql lock timer.wait_class#": "6", + "system_event.pl/sql lock timer.wait_class_id": "2723168908", + "system_event.pman timer.average_wait": "299.81", + "system_event.pman timer.average_wait_fg": "0", + "system_event.pman timer.con_id": "0", + "system_event.pman timer.event_id": "635602798", + "system_event.pman timer.time_waited": "210766", + "system_event.pman timer.time_waited_fg": "0", + "system_event.pman timer.time_waited_micro": "2107656053", + "system_event.pman timer.time_waited_micro_fg": "0", + "system_event.pman timer.total_timeouts": "701", + "system_event.pman timer.total_timeouts_fg": "0", + "system_event.pman timer.total_waits": "703", + "system_event.pman timer.total_waits_fg": "0", + "system_event.pman timer.wait_class": "Idle", + "system_event.pman timer.wait_class#": "6", + "system_event.pman timer.wait_class_id": "2723168908", + "system_event.pmon timer.average_wait": "299.59", + "system_event.pmon timer.average_wait_fg": "0", + "system_event.pmon timer.con_id": "0", + "system_event.pmon timer.event_id": "3539483025", + "system_event.pmon timer.time_waited": "422128", + "system_event.pmon timer.time_waited_fg": "0", + "system_event.pmon timer.time_waited_micro": "4221280751", + "system_event.pmon timer.time_waited_micro_fg": "0", + "system_event.pmon timer.total_timeouts": "1404", + "system_event.pmon timer.total_timeouts_fg": "0", + "system_event.pmon timer.total_waits": "1409", + "system_event.pmon timer.total_waits_fg": "0", + "system_event.pmon timer.wait_class": "Idle", + "system_event.pmon timer.wait_class#": "6", + "system_event.pmon timer.wait_class_id": "2723168908", + "system_event.px deq credit: need buffer.average_wait": ".03", + "system_event.px deq credit: need buffer.average_wait_fg": ".03", + "system_event.px deq credit: need buffer.con_id": "0", + "system_event.px deq credit: need buffer.event_id": "2267953574", + "system_event.px deq credit: need buffer.time_waited": "1", + "system_event.px deq credit: need buffer.time_waited_fg": "1", + "system_event.px deq credit: need buffer.time_waited_micro": "9121", + "system_event.px deq credit: need buffer.time_waited_micro_fg": "9121", + "system_event.px deq credit: need buffer.total_timeouts": "0", + "system_event.px deq credit: need buffer.total_timeouts_fg": "0", + "system_event.px deq credit: need buffer.total_waits": "31", + "system_event.px deq credit: need buffer.total_waits_fg": "31", + "system_event.px deq credit: need buffer.wait_class": "Idle", + "system_event.px deq credit: need buffer.wait_class#": "6", + "system_event.px deq credit: need buffer.wait_class_id": "2723168908", + "system_event.px deq credit: send blkd.average_wait": ".06", + "system_event.px deq credit: send blkd.average_wait_fg": ".06", + "system_event.px deq credit: send blkd.con_id": "0", + "system_event.px deq credit: send blkd.event_id": "2610814049", + "system_event.px deq credit: send blkd.time_waited": "33", + "system_event.px deq credit: send blkd.time_waited_fg": "33", + "system_event.px deq credit: send blkd.time_waited_micro": "327857", + "system_event.px deq credit: send blkd.time_waited_micro_fg": "327857", + "system_event.px deq credit: send blkd.total_timeouts": "0", + "system_event.px deq credit: send blkd.total_timeouts_fg": "0", + "system_event.px deq credit: send blkd.total_waits": "541", + "system_event.px deq credit: send blkd.total_waits_fg": "541", + "system_event.px deq credit: send blkd.wait_class": "Idle", + "system_event.px deq credit: send blkd.wait_class#": "6", + "system_event.px deq credit: send blkd.wait_class_id": "2723168908", + "system_event.px deq: execute reply.average_wait": ".03", + "system_event.px deq: execute reply.average_wait_fg": ".03", + "system_event.px deq: execute reply.con_id": "0", + "system_event.px deq: execute reply.event_id": "2599037852", + "system_event.px deq: execute reply.time_waited": "44", + "system_event.px deq: execute reply.time_waited_fg": "44", + "system_event.px deq: execute reply.time_waited_micro": "442547", + "system_event.px deq: execute reply.time_waited_micro_fg": "442547", + "system_event.px deq: execute reply.total_timeouts": "0", + "system_event.px deq: execute reply.total_timeouts_fg": "0", + "system_event.px deq: execute reply.total_waits": "1616", + "system_event.px deq: execute reply.total_waits_fg": "1616", + "system_event.px deq: execute reply.wait_class": "Idle", + "system_event.px deq: execute reply.wait_class#": "6", + "system_event.px deq: execute reply.wait_class_id": "2723168908", + "system_event.px deq: execution msg.average_wait": ".32", + "system_event.px deq: execution msg.average_wait_fg": ".32", + "system_event.px deq: execution msg.con_id": "0", + "system_event.px deq: execution msg.event_id": "98582416", + "system_event.px deq: execution msg.time_waited": "376", + "system_event.px deq: execution msg.time_waited_fg": "376", + "system_event.px deq: execution msg.time_waited_micro": "3764548", + "system_event.px deq: execution msg.time_waited_micro_fg": "3764548", + "system_event.px deq: execution msg.total_timeouts": "0", + "system_event.px deq: execution msg.total_timeouts_fg": "0", + "system_event.px deq: execution msg.total_waits": "1163", + "system_event.px deq: execution msg.total_waits_fg": "1163", + "system_event.px deq: execution msg.wait_class": "Idle", + "system_event.px deq: execution msg.wait_class#": "6", + "system_event.px deq: execution msg.wait_class_id": "2723168908", + "system_event.px deq: join ack.average_wait": ".02", + "system_event.px deq: join ack.average_wait_fg": ".02", + "system_event.px deq: join ack.con_id": "0", + "system_event.px deq: join ack.event_id": "4205438796", + "system_event.px deq: join ack.time_waited": "4", + "system_event.px deq: join ack.time_waited_fg": "4", + "system_event.px deq: join ack.time_waited_micro": "44810", + "system_event.px deq: join ack.time_waited_micro_fg": "44810", + "system_event.px deq: join ack.total_timeouts": "0", + "system_event.px deq: join ack.total_timeouts_fg": "0", + "system_event.px deq: join ack.total_waits": "272", + "system_event.px deq: join ack.total_waits_fg": "272", + "system_event.px deq: join ack.wait_class": "Other", + "system_event.px deq: join ack.wait_class#": "0", + "system_event.px deq: join ack.wait_class_id": "1893977003", + "system_event.px deq: parse reply.average_wait": ".22", + "system_event.px deq: parse reply.average_wait_fg": ".22", + "system_event.px deq: parse reply.con_id": "0", + "system_event.px deq: parse reply.event_id": "4255662421", + "system_event.px deq: parse reply.time_waited": "30", + "system_event.px deq: parse reply.time_waited_fg": "30", + "system_event.px deq: parse reply.time_waited_micro": "304561", + "system_event.px deq: parse reply.time_waited_micro_fg": "304561", + "system_event.px deq: parse reply.total_timeouts": "0", + "system_event.px deq: parse reply.total_timeouts_fg": "0", + "system_event.px deq: parse reply.total_waits": "136", + "system_event.px deq: parse reply.total_waits_fg": "136", + "system_event.px deq: parse reply.wait_class": "Idle", + "system_event.px deq: parse reply.wait_class#": "6", + "system_event.px deq: parse reply.wait_class_id": "2723168908", + "system_event.px deq: signal ack ext.average_wait": ".01", + "system_event.px deq: signal ack ext.average_wait_fg": ".01", + "system_event.px deq: signal ack ext.con_id": "0", + "system_event.px deq: signal ack ext.event_id": "1974015973", + "system_event.px deq: signal ack ext.time_waited": "1", + "system_event.px deq: signal ack ext.time_waited_fg": "1", + "system_event.px deq: signal ack ext.time_waited_micro": "8265", + "system_event.px deq: signal ack ext.time_waited_micro_fg": "8265", + "system_event.px deq: signal ack ext.total_timeouts": "0", + "system_event.px deq: signal ack ext.total_timeouts_fg": "0", + "system_event.px deq: signal ack ext.total_waits": "136", + "system_event.px deq: signal ack ext.total_waits_fg": "136", + "system_event.px deq: signal ack ext.wait_class": "Other", + "system_event.px deq: signal ack ext.wait_class#": "0", + "system_event.px deq: signal ack ext.wait_class_id": "1893977003", + "system_event.px deq: slave join frag.average_wait": "0", + "system_event.px deq: slave join frag.average_wait_fg": "0", + "system_event.px deq: slave join frag.con_id": "0", + "system_event.px deq: slave join frag.event_id": "1826399205", + "system_event.px deq: slave join frag.time_waited": "1", + "system_event.px deq: slave join frag.time_waited_fg": "0", + "system_event.px deq: slave join frag.time_waited_micro": "13317", + "system_event.px deq: slave join frag.time_waited_micro_fg": "0", + "system_event.px deq: slave join frag.total_timeouts": "0", + "system_event.px deq: slave join frag.total_timeouts_fg": "0", + "system_event.px deq: slave join frag.total_waits": "272", + "system_event.px deq: slave join frag.total_waits_fg": "0", + "system_event.px deq: slave join frag.wait_class": "Other", + "system_event.px deq: slave join frag.wait_class#": "0", + "system_event.px deq: slave join frag.wait_class_id": "1893977003", + "system_event.px deq: slave session stats.average_wait": ".02", + "system_event.px deq: slave session stats.average_wait_fg": ".02", + "system_event.px deq: slave session stats.con_id": "0", + "system_event.px deq: slave session stats.event_id": "2306891574", + "system_event.px deq: slave session stats.time_waited": "5", + "system_event.px deq: slave session stats.time_waited_fg": "5", + "system_event.px deq: slave session stats.time_waited_micro": "53536", + "system_event.px deq: slave session stats.time_waited_micro_fg": "53536", + "system_event.px deq: slave session stats.total_timeouts": "0", + "system_event.px deq: slave session stats.total_timeouts_fg": "0", + "system_event.px deq: slave session stats.total_waits": "271", + "system_event.px deq: slave session stats.total_waits_fg": "271", + "system_event.px deq: slave session stats.wait_class": "Other", + "system_event.px deq: slave session stats.wait_class#": "0", + "system_event.px deq: slave session stats.wait_class_id": "1893977003", + "system_event.px deq: table q get keys.average_wait": ".61", + "system_event.px deq: table q get keys.average_wait_fg": ".61", + "system_event.px deq: table q get keys.con_id": "0", + "system_event.px deq: table q get keys.event_id": "4068211615", + "system_event.px deq: table q get keys.time_waited": "12", + "system_event.px deq: table q get keys.time_waited_fg": "12", + "system_event.px deq: table q get keys.time_waited_micro": "122593", + "system_event.px deq: table q get keys.time_waited_micro_fg": "122593", + "system_event.px deq: table q get keys.total_timeouts": "0", + "system_event.px deq: table q get keys.total_timeouts_fg": "0", + "system_event.px deq: table q get keys.total_waits": "20", + "system_event.px deq: table q get keys.total_waits_fg": "20", + "system_event.px deq: table q get keys.wait_class": "Other", + "system_event.px deq: table q get keys.wait_class#": "0", + "system_event.px deq: table q get keys.wait_class_id": "1893977003", + "system_event.px deq: table q normal.average_wait": ".17", + "system_event.px deq: table q normal.average_wait_fg": ".17", + "system_event.px deq: table q normal.con_id": "0", + "system_event.px deq: table q normal.event_id": "799271425", + "system_event.px deq: table q normal.time_waited": "8", + "system_event.px deq: table q normal.time_waited_fg": "8", + "system_event.px deq: table q normal.time_waited_micro": "79391", + "system_event.px deq: table q normal.time_waited_micro_fg": "79391", + "system_event.px deq: table q normal.total_timeouts": "0", + "system_event.px deq: table q normal.total_timeouts_fg": "0", + "system_event.px deq: table q normal.total_waits": "46", + "system_event.px deq: table q normal.total_waits_fg": "46", + "system_event.px deq: table q normal.wait_class": "Idle", + "system_event.px deq: table q normal.wait_class#": "6", + "system_event.px deq: table q normal.wait_class_id": "2723168908", + "system_event.px deq: table q sample.average_wait": ".75", + "system_event.px deq: table q sample.average_wait_fg": ".75", + "system_event.px deq: table q sample.con_id": "0", + "system_event.px deq: table q sample.event_id": "1062854067", + "system_event.px deq: table q sample.time_waited": "43", + "system_event.px deq: table q sample.time_waited_fg": "43", + "system_event.px deq: table q sample.time_waited_micro": "433329", + "system_event.px deq: table q sample.time_waited_micro_fg": "433329", + "system_event.px deq: table q sample.total_timeouts": "0", + "system_event.px deq: table q sample.total_timeouts_fg": "0", + "system_event.px deq: table q sample.total_waits": "58", + "system_event.px deq: table q sample.total_waits_fg": "58", + "system_event.px deq: table q sample.wait_class": "Idle", + "system_event.px deq: table q sample.wait_class#": "6", + "system_event.px deq: table q sample.wait_class_id": "2723168908", + "system_event.px idle wait.average_wait": "3773.37", + "system_event.px idle wait.average_wait_fg": "0", + "system_event.px idle wait.con_id": "0", + "system_event.px idle wait.event_id": "3382828453", + "system_event.px idle wait.time_waited": "539591", + "system_event.px idle wait.time_waited_fg": "0", + "system_event.px idle wait.time_waited_micro": "5395913014", + "system_event.px idle wait.time_waited_micro_fg": "0", + "system_event.px idle wait.total_timeouts": "0", + "system_event.px idle wait.total_timeouts_fg": "0", + "system_event.px idle wait.total_waits": "143", + "system_event.px idle wait.total_waits_fg": "0", + "system_event.px idle wait.wait_class": "Idle", + "system_event.px idle wait.wait_class#": "6", + "system_event.px idle wait.wait_class_id": "2723168908", + "system_event.px qref latch.average_wait": "0", + "system_event.px qref latch.average_wait_fg": "0", + "system_event.px qref latch.con_id": "0", + "system_event.px qref latch.event_id": "175758063", + "system_event.px qref latch.time_waited": "0", + "system_event.px qref latch.time_waited_fg": "0", + "system_event.px qref latch.time_waited_micro": "1143", + "system_event.px qref latch.time_waited_micro_fg": "1143", + "system_event.px qref latch.total_timeouts": "101", + "system_event.px qref latch.total_timeouts_fg": "101", + "system_event.px qref latch.total_waits": "101", + "system_event.px qref latch.total_waits_fg": "101", + "system_event.px qref latch.wait_class": "Other", + "system_event.px qref latch.wait_class#": "0", + "system_event.px qref latch.wait_class_id": "1893977003", + "system_event.rdbms ipc message.average_wait": "12.31", + "system_event.rdbms ipc message.average_wait_fg": "0", + "system_event.rdbms ipc message.con_id": "0", + "system_event.rdbms ipc message.event_id": "866018717", + "system_event.rdbms ipc message.time_waited": "4269804", + "system_event.rdbms ipc message.time_waited_fg": "0", + "system_event.rdbms ipc message.time_waited_micro": "4.2698E+10", + "system_event.rdbms ipc message.time_waited_micro_fg": "0", + "system_event.rdbms ipc message.total_timeouts": "21626", + "system_event.rdbms ipc message.total_timeouts_fg": "0", + "system_event.rdbms ipc message.total_waits": "346858", + "system_event.rdbms ipc message.total_waits_fg": "0", + "system_event.rdbms ipc message.wait_class": "Idle", + "system_event.rdbms ipc message.wait_class#": "6", + "system_event.rdbms ipc message.wait_class_id": "2723168908", + "system_event.rdbms ipc reply.average_wait": "2.22", + "system_event.rdbms ipc reply.average_wait_fg": "2.32", + "system_event.rdbms ipc reply.con_id": "0", + "system_event.rdbms ipc reply.event_id": "2587381521", + "system_event.rdbms ipc reply.time_waited": "725", + "system_event.rdbms ipc reply.time_waited_fg": "572", + "system_event.rdbms ipc reply.time_waited_micro": "7251836", + "system_event.rdbms ipc reply.time_waited_micro_fg": "5722572", + "system_event.rdbms ipc reply.total_timeouts": "0", + "system_event.rdbms ipc reply.total_timeouts_fg": "0", + "system_event.rdbms ipc reply.total_waits": "326", + "system_event.rdbms ipc reply.total_waits_fg": "247", + "system_event.rdbms ipc reply.wait_class": "Other", + "system_event.rdbms ipc reply.wait_class#": "0", + "system_event.rdbms ipc reply.wait_class_id": "1893977003", + "system_event.read by other session.average_wait": ".18", + "system_event.read by other session.average_wait_fg": ".18", + "system_event.read by other session.con_id": "0", + "system_event.read by other session.event_id": "3056446529", + "system_event.read by other session.time_waited": "350", + "system_event.read by other session.time_waited_fg": "348", + "system_event.read by other session.time_waited_micro": "3498648", + "system_event.read by other session.time_waited_micro_fg": "3481025", + "system_event.read by other session.total_timeouts": "0", + "system_event.read by other session.total_timeouts_fg": "0", + "system_event.read by other session.total_waits": "1981", + "system_event.read by other session.total_waits_fg": "1974", + "system_event.read by other session.wait_class": "User I/O", + "system_event.read by other session.wait_class#": "8", + "system_event.read by other session.wait_class_id": "1740759767", + "system_event.recovery area: computing backed up files.average_wait": "3.17", + "system_event.recovery area: computing backed up files.average_wait_fg": "3.17", + "system_event.recovery area: computing backed up files.con_id": "0", + "system_event.recovery area: computing backed up files.event_id": "1877105024", + "system_event.recovery area: computing backed up files.time_waited": "3", + "system_event.recovery area: computing backed up files.time_waited_fg": "3", + "system_event.recovery area: computing backed up files.time_waited_micro": "31703", + "system_event.recovery area: computing backed up files.time_waited_micro_fg": "31703", + "system_event.recovery area: computing backed up files.total_timeouts": "0", + "system_event.recovery area: computing backed up files.total_timeouts_fg": "0", + "system_event.recovery area: computing backed up files.total_waits": "1", + "system_event.recovery area: computing backed up files.total_waits_fg": "1", + "system_event.recovery area: computing backed up files.wait_class": "Other", + "system_event.recovery area: computing backed up files.wait_class#": "0", + "system_event.recovery area: computing backed up files.wait_class_id": "1893977003", + "system_event.recovery area: computing dropped files.average_wait": "2.17", + "system_event.recovery area: computing dropped files.average_wait_fg": "2.17", + "system_event.recovery area: computing dropped files.con_id": "0", + "system_event.recovery area: computing dropped files.event_id": "3598948525", + "system_event.recovery area: computing dropped files.time_waited": "2", + "system_event.recovery area: computing dropped files.time_waited_fg": "2", + "system_event.recovery area: computing dropped files.time_waited_micro": "21655", + "system_event.recovery area: computing dropped files.time_waited_micro_fg": "21655", + "system_event.recovery area: computing dropped files.total_timeouts": "0", + "system_event.recovery area: computing dropped files.total_timeouts_fg": "0", + "system_event.recovery area: computing dropped files.total_waits": "1", + "system_event.recovery area: computing dropped files.total_waits_fg": "1", + "system_event.recovery area: computing dropped files.wait_class": "Other", + "system_event.recovery area: computing dropped files.wait_class#": "0", + "system_event.recovery area: computing dropped files.wait_class_id": "1893977003", + "system_event.recovery area: computing obsolete files.average_wait": "29.34", + "system_event.recovery area: computing obsolete files.average_wait_fg": "29.34", + "system_event.recovery area: computing obsolete files.con_id": "0", + "system_event.recovery area: computing obsolete files.event_id": "4063976546", + "system_event.recovery area: computing obsolete files.time_waited": "29", + "system_event.recovery area: computing obsolete files.time_waited_fg": "29", + "system_event.recovery area: computing obsolete files.time_waited_micro": "293376", + "system_event.recovery area: computing obsolete files.time_waited_micro_fg": "293376", + "system_event.recovery area: computing obsolete files.total_timeouts": "0", + "system_event.recovery area: computing obsolete files.total_timeouts_fg": "0", + "system_event.recovery area: computing obsolete files.total_waits": "1", + "system_event.recovery area: computing obsolete files.total_waits_fg": "1", + "system_event.recovery area: computing obsolete files.wait_class": "Other", + "system_event.recovery area: computing obsolete files.wait_class#": "0", + "system_event.recovery area: computing obsolete files.wait_class_id": "1893977003", + "system_event.redo transport open.average_wait": "0", + "system_event.redo transport open.average_wait_fg": "0", + "system_event.redo transport open.con_id": "0", + "system_event.redo transport open.event_id": "3470397773", + "system_event.redo transport open.time_waited": "0", + "system_event.redo transport open.time_waited_fg": "0", + "system_event.redo transport open.time_waited_micro": "8", + "system_event.redo transport open.time_waited_micro_fg": "0", + "system_event.redo transport open.total_timeouts": "0", + "system_event.redo transport open.total_timeouts_fg": "0", + "system_event.redo transport open.total_waits": "2", + "system_event.redo transport open.total_waits_fg": "0", + "system_event.redo transport open.wait_class": "Other", + "system_event.redo transport open.wait_class#": "0", + "system_event.redo transport open.wait_class_id": "1893977003", + "system_event.reliable message.average_wait": ".08", + "system_event.reliable message.average_wait_fg": ".09", + "system_event.reliable message.con_id": "0", + "system_event.reliable message.event_id": "906644781", + "system_event.reliable message.time_waited": "11", + "system_event.reliable message.time_waited_fg": "10", + "system_event.reliable message.time_waited_micro": "106368", + "system_event.reliable message.time_waited_micro_fg": "99390", + "system_event.reliable message.total_timeouts": "0", + "system_event.reliable message.total_timeouts_fg": "0", + "system_event.reliable message.total_waits": "135", + "system_event.reliable message.total_waits_fg": "108", + "system_event.reliable message.wait_class": "Other", + "system_event.reliable message.wait_class#": "0", + "system_event.reliable message.wait_class_id": "1893977003", + "system_event.resmgr:plan change.average_wait": "1.95", + "system_event.resmgr:plan change.average_wait_fg": "1.95", + "system_event.resmgr:plan change.con_id": "0", + "system_event.resmgr:plan change.event_id": "3804628168", + "system_event.resmgr:plan change.time_waited": "2", + "system_event.resmgr:plan change.time_waited_fg": "2", + "system_event.resmgr:plan change.time_waited_micro": "19543", + "system_event.resmgr:plan change.time_waited_micro_fg": "19543", + "system_event.resmgr:plan change.total_timeouts": "0", + "system_event.resmgr:plan change.total_timeouts_fg": "0", + "system_event.resmgr:plan change.total_waits": "1", + "system_event.resmgr:plan change.total_waits_fg": "1", + "system_event.resmgr:plan change.wait_class": "Other", + "system_event.resmgr:plan change.wait_class#": "0", + "system_event.resmgr:plan change.wait_class_id": "1893977003", + "system_event.row cache lock.average_wait": ".01", + "system_event.row cache lock.average_wait_fg": ".01", + "system_event.row cache lock.con_id": "0", + "system_event.row cache lock.event_id": "1714089451", + "system_event.row cache lock.time_waited": "1", + "system_event.row cache lock.time_waited_fg": "1", + "system_event.row cache lock.time_waited_micro": "10708", + "system_event.row cache lock.time_waited_micro_fg": "10708", + "system_event.row cache lock.total_timeouts": "0", + "system_event.row cache lock.total_timeouts_fg": "0", + "system_event.row cache lock.total_waits": "74", + "system_event.row cache lock.total_waits_fg": "74", + "system_event.row cache lock.wait_class": "Concurrency", + "system_event.row cache lock.wait_class#": "4", + "system_event.row cache lock.wait_class_id": "3875070507", + "system_event.row cache mutex.average_wait": ".04", + "system_event.row cache mutex.average_wait_fg": ".04", + "system_event.row cache mutex.con_id": "0", + "system_event.row cache mutex.event_id": "306610566", + "system_event.row cache mutex.time_waited": "1", + "system_event.row cache mutex.time_waited_fg": "1", + "system_event.row cache mutex.time_waited_micro": "11022", + "system_event.row cache mutex.time_waited_micro_fg": "11009", + "system_event.row cache mutex.total_timeouts": "0", + "system_event.row cache mutex.total_timeouts_fg": "0", + "system_event.row cache mutex.total_waits": "30", + "system_event.row cache mutex.total_waits_fg": "29", + "system_event.row cache mutex.wait_class": "Concurrency", + "system_event.row cache mutex.wait_class#": "4", + "system_event.row cache mutex.wait_class_id": "3875070507", + "system_event.row cache read.average_wait": "0", + "system_event.row cache read.average_wait_fg": "0", + "system_event.row cache read.con_id": "0", + "system_event.row cache read.event_id": "3733770256", + "system_event.row cache read.time_waited": "0", + "system_event.row cache read.time_waited_fg": "0", + "system_event.row cache read.time_waited_micro": "367", + "system_event.row cache read.time_waited_micro_fg": "367", + "system_event.row cache read.total_timeouts": "0", + "system_event.row cache read.total_timeouts_fg": "0", + "system_event.row cache read.total_waits": "18", + "system_event.row cache read.total_waits_fg": "18", + "system_event.row cache read.wait_class": "Concurrency", + "system_event.row cache read.wait_class#": "4", + "system_event.row cache read.wait_class_id": "3875070507", + "system_event.sga: allocation forcing component growth.average_wait": "3.96", + "system_event.sga: allocation forcing component growth.average_wait_fg": "3.96", + "system_event.sga: allocation forcing component growth.con_id": "0", + "system_event.sga: allocation forcing component growth.event_id": "3493282803", + "system_event.sga: allocation forcing component growth.time_waited": "4", + "system_event.sga: allocation forcing component growth.time_waited_fg": "4", + "system_event.sga: allocation forcing component growth.time_waited_micro": "39605", + "system_event.sga: allocation forcing component growth.time_waited_micro_fg": "39605", + "system_event.sga: allocation forcing component growth.total_timeouts": "0", + "system_event.sga: allocation forcing component growth.total_timeouts_fg": "0", + "system_event.sga: allocation forcing component growth.total_waits": "1", + "system_event.sga: allocation forcing component growth.total_waits_fg": "1", + "system_event.sga: allocation forcing component growth.wait_class": "Other", + "system_event.sga: allocation forcing component growth.wait_class#": "0", + "system_event.sga: allocation forcing component growth.wait_class_id": "1893977003", + "system_event.smon timer.average_wait": "2856.16", + "system_event.smon timer.average_wait_fg": "0", + "system_event.smon timer.con_id": "0", + "system_event.smon timer.event_id": "1403232821", + "system_event.smon timer.time_waited": "185651", + "system_event.smon timer.time_waited_fg": "0", + "system_event.smon timer.time_waited_micro": "1856506045", + "system_event.smon timer.time_waited_micro_fg": "0", + "system_event.smon timer.total_timeouts": "5", + "system_event.smon timer.total_timeouts_fg": "0", + "system_event.smon timer.total_waits": "65", + "system_event.smon timer.total_waits_fg": "0", + "system_event.smon timer.wait_class": "Idle", + "system_event.smon timer.wait_class#": "6", + "system_event.smon timer.wait_class_id": "2723168908", + "system_event.space manager: slave idle wait.average_wait": "445.05", + "system_event.space manager: slave idle wait.average_wait_fg": "0", + "system_event.space manager: slave idle wait.con_id": "0", + "system_event.space manager: slave idle wait.event_id": "2942611488", + "system_event.space manager: slave idle wait.time_waited": "2632911", + "system_event.space manager: slave idle wait.time_waited_fg": "0", + "system_event.space manager: slave idle wait.time_waited_micro": "2.6329E+10", + "system_event.space manager: slave idle wait.time_waited_micro_fg": "0", + "system_event.space manager: slave idle wait.total_timeouts": "0", + "system_event.space manager: slave idle wait.total_timeouts_fg": "0", + "system_event.space manager: slave idle wait.total_waits": "5916", + "system_event.space manager: slave idle wait.total_waits_fg": "0", + "system_event.space manager: slave idle wait.wait_class": "Idle", + "system_event.space manager: slave idle wait.wait_class#": "6", + "system_event.space manager: slave idle wait.wait_class_id": "2723168908", + "system_event.sql*net break/reset to client.average_wait": ".01", + "system_event.sql*net break/reset to client.average_wait_fg": ".01", + "system_event.sql*net break/reset to client.con_id": "0", + "system_event.sql*net break/reset to client.event_id": "1963888671", + "system_event.sql*net break/reset to client.time_waited": "8", + "system_event.sql*net break/reset to client.time_waited_fg": "8", + "system_event.sql*net break/reset to client.time_waited_micro": "80829", + "system_event.sql*net break/reset to client.time_waited_micro_fg": "80829", + "system_event.sql*net break/reset to client.total_timeouts": "0", + "system_event.sql*net break/reset to client.total_timeouts_fg": "0", + "system_event.sql*net break/reset to client.total_waits": "851", + "system_event.sql*net break/reset to client.total_waits_fg": "851", + "system_event.sql*net break/reset to client.wait_class": "Application", + "system_event.sql*net break/reset to client.wait_class#": "1", + "system_event.sql*net break/reset to client.wait_class_id": "4217450380", + "system_event.sql*net message from client.average_wait": ".39", + "system_event.sql*net message from client.average_wait_fg": ".39", + "system_event.sql*net message from client.con_id": "0", + "system_event.sql*net message from client.event_id": "1421975091", + "system_event.sql*net message from client.time_waited": "2410797", + "system_event.sql*net message from client.time_waited_fg": "2410084", + "system_event.sql*net message from client.time_waited_micro": "2.4108E+10", + "system_event.sql*net message from client.time_waited_micro_fg": "2.4101E+10", + "system_event.sql*net message from client.total_timeouts": "0", + "system_event.sql*net message from client.total_timeouts_fg": "0", + "system_event.sql*net message from client.total_waits": "6242643", + "system_event.sql*net message from client.total_waits_fg": "6236907", + "system_event.sql*net message from client.wait_class": "Idle", + "system_event.sql*net message from client.wait_class#": "6", + "system_event.sql*net message from client.wait_class_id": "2723168908", + "system_event.sql*net message to client.average_wait": "0", + "system_event.sql*net message to client.average_wait_fg": "0", + "system_event.sql*net message to client.con_id": "0", + "system_event.sql*net message to client.event_id": "2067390145", + "system_event.sql*net message to client.time_waited": "179", + "system_event.sql*net message to client.time_waited_fg": "179", + "system_event.sql*net message to client.time_waited_micro": "1791171", + "system_event.sql*net message to client.time_waited_micro_fg": "1786271", + "system_event.sql*net message to client.total_timeouts": "0", + "system_event.sql*net message to client.total_timeouts_fg": "0", + "system_event.sql*net message to client.total_waits": "6239554", + "system_event.sql*net message to client.total_waits_fg": "6235150", + "system_event.sql*net message to client.wait_class": "Network", + "system_event.sql*net message to client.wait_class#": "7", + "system_event.sql*net message to client.wait_class_id": "2000153315", + "system_event.sql*net more data from client.average_wait": "0", + "system_event.sql*net more data from client.average_wait_fg": "0", + "system_event.sql*net more data from client.con_id": "0", + "system_event.sql*net more data from client.event_id": "3530226808", + "system_event.sql*net more data from client.time_waited": "1", + "system_event.sql*net more data from client.time_waited_fg": "1", + "system_event.sql*net more data from client.time_waited_micro": "9772", + "system_event.sql*net more data from client.time_waited_micro_fg": "9772", + "system_event.sql*net more data from client.total_timeouts": "0", + "system_event.sql*net more data from client.total_timeouts_fg": "0", + "system_event.sql*net more data from client.total_waits": "1727", + "system_event.sql*net more data from client.total_waits_fg": "1727", + "system_event.sql*net more data from client.wait_class": "Network", + "system_event.sql*net more data from client.wait_class#": "7", + "system_event.sql*net more data from client.wait_class_id": "2000153315", + "system_event.sql*net more data to client.average_wait": "0", + "system_event.sql*net more data to client.average_wait_fg": "0", + "system_event.sql*net more data to client.con_id": "0", + "system_event.sql*net more data to client.event_id": "554161347", + "system_event.sql*net more data to client.time_waited": "868", + "system_event.sql*net more data to client.time_waited_fg": "868", + "system_event.sql*net more data to client.time_waited_micro": "8684805", + "system_event.sql*net more data to client.time_waited_micro_fg": "8684805", + "system_event.sql*net more data to client.total_timeouts": "0", + "system_event.sql*net more data to client.total_timeouts_fg": "0", + "system_event.sql*net more data to client.total_waits": "455920", + "system_event.sql*net more data to client.total_waits_fg": "455920", + "system_event.sql*net more data to client.wait_class": "Network", + "system_event.sql*net more data to client.wait_class#": "7", + "system_event.sql*net more data to client.wait_class_id": "2000153315", + "system_event.streams aq: emn coordinator idle wait.average_wait": "1000.09", + "system_event.streams aq: emn coordinator idle wait.average_wait_fg": "0", + "system_event.streams aq: emn coordinator idle wait.con_id": "0", + "system_event.streams aq: emn coordinator idle wait.event_id": "1053768773", + "system_event.streams aq: emn coordinator idle wait.time_waited": "196018", + "system_event.streams aq: emn coordinator idle wait.time_waited_fg": "0", + "system_event.streams aq: emn coordinator idle wait.time_waited_micro": "1960178994", + "system_event.streams aq: emn coordinator idle wait.time_waited_micro_fg": "0", + "system_event.streams aq: emn coordinator idle wait.total_timeouts": "196", + "system_event.streams aq: emn coordinator idle wait.total_timeouts_fg": "0", + "system_event.streams aq: emn coordinator idle wait.total_waits": "196", + "system_event.streams aq: emn coordinator idle wait.total_waits_fg": "0", + "system_event.streams aq: emn coordinator idle wait.wait_class": "Idle", + "system_event.streams aq: emn coordinator idle wait.wait_class#": "6", + "system_event.streams aq: emn coordinator idle wait.wait_class_id": "2723168908", + "system_event.streams aq: load balancer idle.average_wait": "4500.07", + "system_event.streams aq: load balancer idle.average_wait_fg": "0", + "system_event.streams aq: load balancer idle.con_id": "0", + "system_event.streams aq: load balancer idle.event_id": "1646312927", + "system_event.streams aq: load balancer idle.time_waited": "4500", + "system_event.streams aq: load balancer idle.time_waited_fg": "0", + "system_event.streams aq: load balancer idle.time_waited_micro": "45000664", + "system_event.streams aq: load balancer idle.time_waited_micro_fg": "0", + "system_event.streams aq: load balancer idle.total_timeouts": "1", + "system_event.streams aq: load balancer idle.total_timeouts_fg": "0", + "system_event.streams aq: load balancer idle.total_waits": "1", + "system_event.streams aq: load balancer idle.total_waits_fg": "0", + "system_event.streams aq: load balancer idle.wait_class": "Idle", + "system_event.streams aq: load balancer idle.wait_class#": "6", + "system_event.streams aq: load balancer idle.wait_class_id": "2723168908", + "system_event.streams aq: qmn coordinator idle wait.average_wait": "969.67", + "system_event.streams aq: qmn coordinator idle wait.average_wait_fg": "0", + "system_event.streams aq: qmn coordinator idle wait.con_id": "0", + "system_event.streams aq: qmn coordinator idle wait.event_id": "989870553", + "system_event.streams aq: qmn coordinator idle wait.time_waited": "195873", + "system_event.streams aq: qmn coordinator idle wait.time_waited_fg": "0", + "system_event.streams aq: qmn coordinator idle wait.time_waited_micro": "1958729770", + "system_event.streams aq: qmn coordinator idle wait.time_waited_micro_fg": "0", + "system_event.streams aq: qmn coordinator idle wait.total_timeouts": "0", + "system_event.streams aq: qmn coordinator idle wait.total_timeouts_fg": "0", + "system_event.streams aq: qmn coordinator idle wait.total_waits": "202", + "system_event.streams aq: qmn coordinator idle wait.total_waits_fg": "0", + "system_event.streams aq: qmn coordinator idle wait.wait_class": "Idle", + "system_event.streams aq: qmn coordinator idle wait.wait_class#": "6", + "system_event.streams aq: qmn coordinator idle wait.wait_class_id": "2723168908", + "system_event.streams aq: qmn slave idle wait.average_wait": "1846.79", + "system_event.streams aq: qmn slave idle wait.average_wait_fg": "0", + "system_event.streams aq: qmn slave idle wait.con_id": "0", + "system_event.streams aq: qmn slave idle wait.event_id": "1830121438", + "system_event.streams aq: qmn slave idle wait.time_waited": "216075", + "system_event.streams aq: qmn slave idle wait.time_waited_fg": "0", + "system_event.streams aq: qmn slave idle wait.time_waited_micro": "2160749411", + "system_event.streams aq: qmn slave idle wait.time_waited_micro_fg": "0", + "system_event.streams aq: qmn slave idle wait.total_timeouts": "2", + "system_event.streams aq: qmn slave idle wait.total_timeouts_fg": "0", + "system_event.streams aq: qmn slave idle wait.total_waits": "117", + "system_event.streams aq: qmn slave idle wait.total_waits_fg": "0", + "system_event.streams aq: qmn slave idle wait.wait_class": "Idle", + "system_event.streams aq: qmn slave idle wait.wait_class#": "6", + "system_event.streams aq: qmn slave idle wait.wait_class_id": "2723168908", + "system_event.streams aq: waiting for time management or cleanup tasks.average_wait": "9415.94", + "system_event.streams aq: waiting for time management or cleanup tasks.average_wait_fg": "0", + "system_event.streams aq: waiting for time management or cleanup tasks.con_id": "0", + "system_event.streams aq: waiting for time management or cleanup tasks.event_id": "3702640206", + "system_event.streams aq: waiting for time management or cleanup tasks.time_waited": "141239", + "system_event.streams aq: waiting for time management or cleanup tasks.time_waited_fg": "0", + "system_event.streams aq: waiting for time management or cleanup tasks.time_waited_micro": "1412390663", + "system_event.streams aq: waiting for time management or cleanup tasks.time_waited_micro_fg": "0", + "system_event.streams aq: waiting for time management or cleanup tasks.total_timeouts": "7", + "system_event.streams aq: waiting for time management or cleanup tasks.total_timeouts_fg": "0", + "system_event.streams aq: waiting for time management or cleanup tasks.total_waits": "15", + "system_event.streams aq: waiting for time management or cleanup tasks.total_waits_fg": "0", + "system_event.streams aq: waiting for time management or cleanup tasks.wait_class": "Idle", + "system_event.streams aq: waiting for time management or cleanup tasks.wait_class#": "6", + "system_event.streams aq: waiting for time management or cleanup tasks.wait_class_id": "2723168908", + "system_event.tcp socket (kgas).average_wait": "0", + "system_event.tcp socket (kgas).average_wait_fg": "0", + "system_event.tcp socket (kgas).con_id": "0", + "system_event.tcp socket (kgas).event_id": "3680756349", + "system_event.tcp socket (kgas).time_waited": "0", + "system_event.tcp socket (kgas).time_waited_fg": "0", + "system_event.tcp socket (kgas).time_waited_micro": "197", + "system_event.tcp socket (kgas).time_waited_micro_fg": "0", + "system_event.tcp socket (kgas).total_timeouts": "0", + "system_event.tcp socket (kgas).total_timeouts_fg": "0", + "system_event.tcp socket (kgas).total_waits": "10", + "system_event.tcp socket (kgas).total_waits_fg": "0", + "system_event.tcp socket (kgas).wait_class": "Network", + "system_event.tcp socket (kgas).wait_class#": "7", + "system_event.tcp socket (kgas).wait_class_id": "2000153315", + "system_event.utl_file i/o.average_wait": ".06", + "system_event.utl_file i/o.average_wait_fg": ".06", + "system_event.utl_file i/o.con_id": "0", + "system_event.utl_file i/o.event_id": "2804400934", + "system_event.utl_file i/o.time_waited": "184", + "system_event.utl_file i/o.time_waited_fg": "182", + "system_event.utl_file i/o.time_waited_micro": "1839501", + "system_event.utl_file i/o.time_waited_micro_fg": "1824414", + "system_event.utl_file i/o.total_timeouts": "0", + "system_event.utl_file i/o.total_timeouts_fg": "0", + "system_event.utl_file i/o.total_waits": "3184", + "system_event.utl_file i/o.total_waits_fg": "3170", + "system_event.utl_file i/o.wait_class": "User I/O", + "system_event.utl_file i/o.wait_class#": "8", + "system_event.utl_file i/o.wait_class_id": "1740759767", + "system_event.vkrm idle.average_wait": "210314.73", + "system_event.vkrm idle.average_wait_fg": "0", + "system_event.vkrm idle.con_id": "0", + "system_event.vkrm idle.event_id": "58311103", + "system_event.vkrm idle.time_waited": "210315", + "system_event.vkrm idle.time_waited_fg": "0", + "system_event.vkrm idle.time_waited_micro": "2103147258", + "system_event.vkrm idle.time_waited_micro_fg": "0", + "system_event.vkrm idle.total_timeouts": "0", + "system_event.vkrm idle.total_timeouts_fg": "0", + "system_event.vkrm idle.total_waits": "1", + "system_event.vkrm idle.total_waits_fg": "0", + "system_event.vkrm idle.wait_class": "Idle", + "system_event.vkrm idle.wait_class#": "6", + "system_event.vkrm idle.wait_class_id": "2723168908", + "system_event.wait for emon to spawn.average_wait": "1", + "system_event.wait for emon to spawn.average_wait_fg": "0", + "system_event.wait for emon to spawn.con_id": "0", + "system_event.wait for emon to spawn.event_id": "256518009", + "system_event.wait for emon to spawn.time_waited": "113", + "system_event.wait for emon to spawn.time_waited_fg": "0", + "system_event.wait for emon to spawn.time_waited_micro": "1129208", + "system_event.wait for emon to spawn.time_waited_micro_fg": "0", + "system_event.wait for emon to spawn.total_timeouts": "113", + "system_event.wait for emon to spawn.total_timeouts_fg": "0", + "system_event.wait for emon to spawn.total_waits": "113", + "system_event.wait for emon to spawn.total_waits_fg": "0", + "system_event.wait for emon to spawn.wait_class": "Other", + "system_event.wait for emon to spawn.wait_class#": "0", + "system_event.wait for emon to spawn.wait_class_id": "1893977003", + "system_event.wait for unread message on broadcast channel.average_wait": "52.09", + "system_event.wait for unread message on broadcast channel.average_wait_fg": "4.35", + "system_event.wait for unread message on broadcast channel.con_id": "0", + "system_event.wait for unread message on broadcast channel.event_id": "218649935", + "system_event.wait for unread message on broadcast channel.time_waited": "218950", + "system_event.wait for unread message on broadcast channel.time_waited_fg": "7862", + "system_event.wait for unread message on broadcast channel.time_waited_micro": "2189497489", + "system_event.wait for unread message on broadcast channel.time_waited_micro_fg": "78621149", + "system_event.wait for unread message on broadcast channel.total_timeouts": "2117", + "system_event.wait for unread message on broadcast channel.total_timeouts_fg": "8", + "system_event.wait for unread message on broadcast channel.total_waits": "4203", + "system_event.wait for unread message on broadcast channel.total_waits_fg": "1809", + "system_event.wait for unread message on broadcast channel.wait_class": "Idle", + "system_event.wait for unread message on broadcast channel.wait_class#": "6", + "system_event.wait for unread message on broadcast channel.wait_class_id": "2723168908", + "system_event.wait list latch free.average_wait": ".11", + "system_event.wait list latch free.average_wait_fg": ".11", + "system_event.wait list latch free.con_id": "0", + "system_event.wait list latch free.event_id": "2530878290", + "system_event.wait list latch free.time_waited": "0", + "system_event.wait list latch free.time_waited_fg": "0", + "system_event.wait list latch free.time_waited_micro": "1081", + "system_event.wait list latch free.time_waited_micro_fg": "1081", + "system_event.wait list latch free.total_timeouts": "0", + "system_event.wait list latch free.total_timeouts_fg": "0", + "system_event.wait list latch free.total_waits": "1", + "system_event.wait list latch free.total_waits_fg": "1", + "system_event.wait list latch free.wait_class": "Other", + "system_event.wait list latch free.wait_class#": "0", + "system_event.wait list latch free.wait_class_id": "1893977003", + "system_event.watchdog main loop.average_wait": "299.93", + "system_event.watchdog main loop.average_wait_fg": "299.93", + "system_event.watchdog main loop.con_id": "0", + "system_event.watchdog main loop.event_id": "2748706322", + "system_event.watchdog main loop.time_waited": "421707", + "system_event.watchdog main loop.time_waited_fg": "421707", + "system_event.watchdog main loop.time_waited_micro": "4217071793", + "system_event.watchdog main loop.time_waited_micro_fg": "4217071793", + "system_event.watchdog main loop.total_timeouts": "0", + "system_event.watchdog main loop.total_timeouts_fg": "0", + "system_event.watchdog main loop.total_waits": "1406", + "system_event.watchdog main loop.total_waits_fg": "1406", + "system_event.watchdog main loop.wait_class": "Idle", + "system_event.watchdog main loop.wait_class#": "6", + "system_event.watchdog main loop.wait_class_id": "2723168908", + "system_event.wcr: rac message context busy.average_wait": "0", + "system_event.wcr: rac message context busy.average_wait_fg": "0", + "system_event.wcr: rac message context busy.con_id": "0", + "system_event.wcr: rac message context busy.event_id": "1171942730", + "system_event.wcr: rac message context busy.time_waited": "0", + "system_event.wcr: rac message context busy.time_waited_fg": "0", + "system_event.wcr: rac message context busy.time_waited_micro": "6", + "system_event.wcr: rac message context busy.time_waited_micro_fg": "6", + "system_event.wcr: rac message context busy.total_timeouts": "0", + "system_event.wcr: rac message context busy.total_timeouts_fg": "0", + "system_event.wcr: rac message context busy.total_waits": "4", + "system_event.wcr: rac message context busy.total_waits_fg": "4", + "system_event.wcr: rac message context busy.wait_class": "Other", + "system_event.wcr: rac message context busy.wait_class#": "0", + "system_event.wcr: rac message context busy.wait_class_id": "1893977003", + "system_event.wcr: replay client notify.average_wait": "59261.71", + "system_event.wcr: replay client notify.average_wait_fg": "59261.71", + "system_event.wcr: replay client notify.con_id": "0", + "system_event.wcr: replay client notify.event_id": "277762365", + "system_event.wcr: replay client notify.time_waited": "118523", + "system_event.wcr: replay client notify.time_waited_fg": "118523", + "system_event.wcr: replay client notify.time_waited_micro": "1185234285", + "system_event.wcr: replay client notify.time_waited_micro_fg": "1185234285", + "system_event.wcr: replay client notify.total_timeouts": "0", + "system_event.wcr: replay client notify.total_timeouts_fg": "0", + "system_event.wcr: replay client notify.total_waits": "2", + "system_event.wcr: replay client notify.total_waits_fg": "2", + "system_event.wcr: replay client notify.wait_class": "Idle", + "system_event.wcr: replay client notify.wait_class#": "6", + "system_event.wcr: replay client notify.wait_class_id": "2723168908", + "system_event.wcr: replay clock.average_wait": "5.93", + "system_event.wcr: replay clock.average_wait_fg": "5.93", + "system_event.wcr: replay clock.con_id": "0", + "system_event.wcr: replay clock.event_id": "1481930431", + "system_event.wcr: replay clock.time_waited": "31651524", + "system_event.wcr: replay clock.time_waited_fg": "31651524", + "system_event.wcr: replay clock.time_waited_micro": "3.1652E+11", + "system_event.wcr: replay clock.time_waited_micro_fg": "3.1652E+11", + "system_event.wcr: replay clock.total_timeouts": "0", + "system_event.wcr: replay clock.total_timeouts_fg": "0", + "system_event.wcr: replay clock.total_waits": "5333570", + "system_event.wcr: replay clock.total_waits_fg": "5333570", + "system_event.wcr: replay clock.wait_class": "Idle", + "system_event.wcr: replay clock.wait_class#": "6", + "system_event.wcr: replay clock.wait_class_id": "2723168908", + "system_event.wcr: replay lock order.average_wait": "1.98", + "system_event.wcr: replay lock order.average_wait_fg": "1.98", + "system_event.wcr: replay lock order.con_id": "0", + "system_event.wcr: replay lock order.event_id": "3833657348", + "system_event.wcr: replay lock order.time_waited": "856", + "system_event.wcr: replay lock order.time_waited_fg": "856", + "system_event.wcr: replay lock order.time_waited_micro": "8560482", + "system_event.wcr: replay lock order.time_waited_micro_fg": "8560482", + "system_event.wcr: replay lock order.total_timeouts": "0", + "system_event.wcr: replay lock order.total_timeouts_fg": "0", + "system_event.wcr: replay lock order.total_waits": "432", + "system_event.wcr: replay lock order.total_waits_fg": "432", + "system_event.wcr: replay lock order.wait_class": "Application", + "system_event.wcr: replay lock order.wait_class#": "1", + "system_event.wcr: replay lock order.wait_class_id": "4217450380", + "system_event.wcr: sync context busy.average_wait": "0", + "system_event.wcr: sync context busy.average_wait_fg": "0", + "system_event.wcr: sync context busy.con_id": "0", + "system_event.wcr: sync context busy.event_id": "2064810505", + "system_event.wcr: sync context busy.time_waited": "1", + "system_event.wcr: sync context busy.time_waited_fg": "1", + "system_event.wcr: sync context busy.time_waited_micro": "11875", + "system_event.wcr: sync context busy.time_waited_micro_fg": "11875", + "system_event.wcr: sync context busy.total_timeouts": "0", + "system_event.wcr: sync context busy.total_timeouts_fg": "0", + "system_event.wcr: sync context busy.total_waits": "35686", + "system_event.wcr: sync context busy.total_waits_fg": "35686", + "system_event.wcr: sync context busy.wait_class": "Other", + "system_event.wcr: sync context busy.wait_class#": "0", + "system_event.wcr: sync context busy.wait_class_id": "1893977003", + "system_event.xdb sga initialization.average_wait": "1.33", + "system_event.xdb sga initialization.average_wait_fg": "0", + "system_event.xdb sga initialization.con_id": "0", + "system_event.xdb sga initialization.event_id": "1110641933", + "system_event.xdb sga initialization.time_waited": "1", + "system_event.xdb sga initialization.time_waited_fg": "0", + "system_event.xdb sga initialization.time_waited_micro": "13292", + "system_event.xdb sga initialization.time_waited_micro_fg": "0", + "system_event.xdb sga initialization.total_timeouts": "0", + "system_event.xdb sga initialization.total_timeouts_fg": "0", + "system_event.xdb sga initialization.total_waits": "1", + "system_event.xdb sga initialization.total_waits_fg": "0", + "system_event.xdb sga initialization.wait_class": "Other", + "system_event.xdb sga initialization.wait_class#": "0", + "system_event.xdb sga initialization.wait_class_id": "1893977003" + } + }, + "local": null +} \ No newline at end of file diff --git a/server/website/script/fixture_generators/metric_settings/postgres_9.6/create_metric_settings.py b/server/website/script/fixture_generators/metric_settings/postgres_9.6/create_metric_settings.py index dbc80d0..de0d363 100644 --- a/server/website/script/fixture_generators/metric_settings/postgres_9.6/create_metric_settings.py +++ b/server/website/script/fixture_generators/metric_settings/postgres_9.6/create_metric_settings.py @@ -75,6 +75,7 @@ def main(): fields['name'] = '{}.{}'.format(view_name, metric_name) fields['vartype'] = mstats['vartype'] vartypes.add(fields['vartype']) + fields['default'] = None fields['summary'] = mstats['summary'] fields['scope'] = scope metric_type = mstats['metric_type'] diff --git a/server/website/website/db/base/parser.py b/server/website/website/db/base/parser.py index d268f2d..c7e8a32 100644 --- a/server/website/website/db/base/parser.py +++ b/server/website/website/db/base/parser.py @@ -210,7 +210,7 @@ class BaseParser: if metadata.metric_type == MetricType.COUNTER: assert isinstance(converted, float) base_metric_data[name] = converted - metric_data[name] = converted / observation_time + metric_data[name] = converted elif metadata.metric_type == MetricType.STATISTICS: assert isinstance(converted, float) base_metric_data[name] = converted diff --git a/server/website/website/db/oracle/target_objective.py b/server/website/website/db/oracle/target_objective.py index 75e7a86..5765be8 100644 --- a/server/website/website/db/oracle/target_objective.py +++ b/server/website/website/db/oracle/target_objective.py @@ -4,22 +4,107 @@ # Copyright (c) 2017-18, Carnegie Mellon University Database Group # +from website.models import DBMSCatalog, MetricCatalog from website.types import DBMSType -from ..base.target_objective import BaseTargetObjective, BaseThroughput, LESS_IS_BETTER +from ..base.target_objective import (BaseTargetObjective, BaseThroughput, LESS_IS_BETTER, + MORE_IS_BETTER) -class DBTime(BaseTargetObjective): +class SummedUpDBTime(BaseTargetObjective): def __init__(self): - super().__init__(name='db_time', pprint='DB Time', unit='seconds', short_unit='s', - improvement=LESS_IS_BETTER) + super().__init__(name='summed_up_db_time', pprint='Summed Up DB Time', unit='seconds', + short_unit='s', improvement=LESS_IS_BETTER) def compute(self, metrics, observation_time): - return float(metrics['global.sys_time_model.db time']) / observation_time / 1000. + total_wait_time = 0. + for name, value in metrics.items(): + if 'sys_time_model.db cpu' in name: + total_wait_time += float(value) + elif 'time_waited_micro_fg' in name: + wait_time = float(value) + elif name.endswith('wait_class#'): + # 0: Other; 1: Application; 2: Configuration; 3: Administrative; 4: Concurrency; + # 5: Commit; 6: Idle; 7: Network; 8: User I/O; 9: System I/O + if int(value) == 6: + wait_time = 0 + total_wait_time += wait_time + return total_wait_time / 1000000. + + +class NormalizedDBTime(BaseTargetObjective): + + def __init__(self): + super().__init__(name='db_time', pprint='Normalized DB Time', unit='seconds', + short_unit='s', improvement=LESS_IS_BETTER) + + def compute(self, metrics, observation_time): + extra_io_metrics = ("log file sync") + not_io_metrics = ("read by other session") + total_wait_time = 0. + # This target objective is designed for Oracle v12.2.0.1.0 + dbms = DBMSCatalog.objects.get(type=DBMSType.ORACLE, version='12.2.0.1.0') + for name, value in metrics.items(): + if 'sys_time_model.db cpu' in name: + total_wait_time += float(value) + elif 'average_wait_fg' in name: + average_wait = MetricCatalog.objects.get(dbms=dbms, name=name).default + average_wait = float(average_wait) * 10000 # unit = micro seconds + elif 'time_waited_micro_fg' in name: + wait_time = float(value) + elif 'total_waits_fg' in name: + total_waits = int(value) + elif name.endswith('wait_class#'): + value = int(value) + # 0: Other; 1: Application; 2: Configuration; 3: Administrative; 4: Concurrency; + # 5: Commit; 6: Idle; 7: Network; 8: User I/O; 9: System I/O + if value == 6: + wait_time = 0 + elif value == 8 or value == 9 or any(n in name for n in extra_io_metrics): + if not any(n in name for n in not_io_metrics): + wait_time = total_waits * average_wait + total_wait_time += wait_time + return total_wait_time / 1000000. + + +class RawDBTime(BaseTargetObjective): + + def __init__(self): + super().__init__(name='raw_db_time', pprint='DB Time (from sys_time_model)', + unit='seconds', short_unit='s', improvement=LESS_IS_BETTER) + + def compute(self, metrics, observation_time): + return metrics['global.sys_time_model.db time'] / 1000000. + + +class TransactionCounter(BaseTargetObjective): + + def __init__(self): + super().__init__(name='transaction_counter', pprint='Number of commits and rollbacks', + unit='transactions', short_unit='txn', improvement=MORE_IS_BETTER) + + def compute(self, metrics, observation_time): + num_txns = sum(metrics[ctr] for ctr in ('global.sysstat.user commits', + 'global.sysstat.user rollbacks')) + return num_txns + + +class ElapsedTime(BaseTargetObjective): + + def __init__(self): + super().__init__(name='elapsed_time', pprint='Elapsed Time', unit='seconds', + short_unit='s', improvement=LESS_IS_BETTER) + + def compute(self, metrics, observation_time): + return observation_time target_objective_list = tuple((DBMSType.ORACLE, target_obj) for target_obj in [ # pylint: disable=invalid-name BaseThroughput(transactions_counter=('global.sysstat.user commits', 'global.sysstat.user rollbacks')), - DBTime(), + SummedUpDBTime(), + NormalizedDBTime(), + RawDBTime(), + TransactionCounter(), + ElapsedTime(), ]) diff --git a/server/website/website/fixtures/oracle-121_metrics.json b/server/website/website/fixtures/oracle-121_metrics.json index 43583e7..074eac4 100644 --- a/server/website/website/fixtures/oracle-121_metrics.json +++ b/server/website/website/fixtures/oracle-121_metrics.json @@ -4,6 +4,7 @@ "dbms": 121, "name": "global.sys_time_model.background cpu time", "vartype": 2, + "default": "6670000", "summary": "sys_time_model.background cpu time: 6670000", "scope": "global", "metric_type": 1 @@ -15,6 +16,7 @@ "dbms": 121, "name": "global.sys_time_model.background elapsed time", "vartype": 2, + "default": "11443547", "summary": "sys_time_model.background elapsed time: 11443547", "scope": "global", "metric_type": 1 @@ -26,6 +28,7 @@ "dbms": 121, "name": "global.sys_time_model.background im population cpu time", "vartype": 2, + "default": "0", "summary": "sys_time_model.background im population cpu time: 0", "scope": "global", "metric_type": 1 @@ -37,6 +40,7 @@ "dbms": 121, "name": "global.sys_time_model.background im population elapsed time", "vartype": 2, + "default": "0", "summary": "sys_time_model.background im population elapsed time: 0", "scope": "global", "metric_type": 1 @@ -48,6 +52,7 @@ "dbms": 121, "name": "global.sys_time_model.background im prepopulation cpu time", "vartype": 2, + "default": "0", "summary": "sys_time_model.background im prepopulation cpu time: 0", "scope": "global", "metric_type": 1 @@ -59,6 +64,7 @@ "dbms": 121, "name": "global.sys_time_model.background im prepopulation elapsed time", "vartype": 2, + "default": "0", "summary": "sys_time_model.background im prepopulation elapsed time: 0", "scope": "global", "metric_type": 1 @@ -70,6 +76,7 @@ "dbms": 121, "name": "global.sys_time_model.background im repopulation cpu time", "vartype": 2, + "default": "0", "summary": "sys_time_model.background im repopulation cpu time: 0", "scope": "global", "metric_type": 1 @@ -81,6 +88,7 @@ "dbms": 121, "name": "global.sys_time_model.background im repopulation elapsed time", "vartype": 2, + "default": "0", "summary": "sys_time_model.background im repopulation elapsed time: 0", "scope": "global", "metric_type": 1 @@ -92,6 +100,7 @@ "dbms": 121, "name": "global.sys_time_model.background im trickle repopulation cpu time", "vartype": 2, + "default": "0", "summary": "sys_time_model.background im trickle repopulation cpu time: 0", "scope": "global", "metric_type": 1 @@ -103,6 +112,7 @@ "dbms": 121, "name": "global.sys_time_model.background im trickle repopulation elapsed time", "vartype": 2, + "default": "0", "summary": "sys_time_model.background im trickle repopulation elapsed time: 0", "scope": "global", "metric_type": 1 @@ -114,6 +124,7 @@ "dbms": 121, "name": "global.sys_time_model.connection management call elapsed time", "vartype": 2, + "default": "110469", "summary": "sys_time_model.connection management call elapsed time: 110469", "scope": "global", "metric_type": 1 @@ -125,6 +136,7 @@ "dbms": 121, "name": "global.sys_time_model.db cpu", "vartype": 2, + "default": "35610000", "summary": "sys_time_model.db cpu: 35610000", "scope": "global", "metric_type": 1 @@ -136,6 +148,7 @@ "dbms": 121, "name": "global.sys_time_model.db time", "vartype": 2, + "default": "47405334", "summary": "sys_time_model.db time: 47405334", "scope": "global", "metric_type": 1 @@ -147,6 +160,7 @@ "dbms": 121, "name": "global.sys_time_model.failed parse (out of shared memory) elapsed time", "vartype": 2, + "default": "0", "summary": "sys_time_model.failed parse (out of shared memory) elapsed time: 0", "scope": "global", "metric_type": 1 @@ -158,6 +172,7 @@ "dbms": 121, "name": "global.sys_time_model.failed parse elapsed time", "vartype": 2, + "default": "0", "summary": "sys_time_model.failed parse elapsed time: 0", "scope": "global", "metric_type": 1 @@ -169,6 +184,7 @@ "dbms": 121, "name": "global.sys_time_model.hard parse (bind mismatch) elapsed time", "vartype": 2, + "default": "147318", "summary": "sys_time_model.hard parse (bind mismatch) elapsed time: 147318", "scope": "global", "metric_type": 1 @@ -180,6 +196,7 @@ "dbms": 121, "name": "global.sys_time_model.hard parse (sharing criteria) elapsed time", "vartype": 2, + "default": "795052", "summary": "sys_time_model.hard parse (sharing criteria) elapsed time: 795052", "scope": "global", "metric_type": 1 @@ -191,6 +208,7 @@ "dbms": 121, "name": "global.sys_time_model.hard parse elapsed time", "vartype": 2, + "default": "1823927", "summary": "sys_time_model.hard parse elapsed time: 1823927", "scope": "global", "metric_type": 1 @@ -202,6 +220,7 @@ "dbms": 121, "name": "global.sys_time_model.inbound pl/sql rpc elapsed time", "vartype": 2, + "default": "0", "summary": "sys_time_model.inbound pl/sql rpc elapsed time: 0", "scope": "global", "metric_type": 1 @@ -213,6 +232,7 @@ "dbms": 121, "name": "global.sys_time_model.java execution elapsed time", "vartype": 2, + "default": "0", "summary": "sys_time_model.java execution elapsed time: 0", "scope": "global", "metric_type": 1 @@ -224,6 +244,7 @@ "dbms": 121, "name": "global.sys_time_model.olap engine cpu time", "vartype": 2, + "default": "0", "summary": "sys_time_model.olap engine cpu time: 0", "scope": "global", "metric_type": 1 @@ -235,6 +256,7 @@ "dbms": 121, "name": "global.sys_time_model.olap engine elapsed time", "vartype": 2, + "default": "0", "summary": "sys_time_model.olap engine elapsed time: 0", "scope": "global", "metric_type": 1 @@ -246,6 +268,7 @@ "dbms": 121, "name": "global.sys_time_model.parse time elapsed", "vartype": 2, + "default": "2065626", "summary": "sys_time_model.parse time elapsed: 2065626", "scope": "global", "metric_type": 1 @@ -257,6 +280,7 @@ "dbms": 121, "name": "global.sys_time_model.pl/sql compilation elapsed time", "vartype": 2, + "default": "23204", "summary": "sys_time_model.pl/sql compilation elapsed time: 23204", "scope": "global", "metric_type": 1 @@ -268,6 +292,7 @@ "dbms": 121, "name": "global.sys_time_model.pl/sql execution elapsed time", "vartype": 2, + "default": "2435", "summary": "sys_time_model.pl/sql execution elapsed time: 2435", "scope": "global", "metric_type": 1 @@ -279,6 +304,7 @@ "dbms": 121, "name": "global.sys_time_model.repeated bind elapsed time", "vartype": 2, + "default": "65932", "summary": "sys_time_model.repeated bind elapsed time: 65932", "scope": "global", "metric_type": 1 @@ -290,6 +316,7 @@ "dbms": 121, "name": "global.sys_time_model.rman cpu time (backup/restore)", "vartype": 2, + "default": "0", "summary": "sys_time_model.rman cpu time (backup/restore): 0", "scope": "global", "metric_type": 1 @@ -301,6 +328,7 @@ "dbms": 121, "name": "global.sys_time_model.sequence load elapsed time", "vartype": 2, + "default": "628", "summary": "sys_time_model.sequence load elapsed time: 628", "scope": "global", "metric_type": 1 @@ -312,6 +340,7 @@ "dbms": 121, "name": "global.sys_time_model.sql execute elapsed time", "vartype": 2, + "default": "35035980", "summary": "sys_time_model.sql execute elapsed time: 35035980", "scope": "global", "metric_type": 1 @@ -323,6 +352,7 @@ "dbms": 121, "name": "global.sysstat.active txn count during cleanout", "vartype": 2, + "default": "1212", "summary": "sysstat.active txn count during cleanout: 1212", "scope": "global", "metric_type": 1 @@ -334,6 +364,7 @@ "dbms": 121, "name": "global.sysstat.adg global flush", "vartype": 2, + "default": "0", "summary": "sysstat.adg global flush: 0", "scope": "global", "metric_type": 1 @@ -345,6 +376,7 @@ "dbms": 121, "name": "global.sysstat.adg parselock x get attempts", "vartype": 2, + "default": "0", "summary": "sysstat.adg parselock x get attempts: 0", "scope": "global", "metric_type": 1 @@ -356,6 +388,7 @@ "dbms": 121, "name": "global.sysstat.adg parselock x get successes", "vartype": 2, + "default": "0", "summary": "sysstat.adg parselock x get successes: 0", "scope": "global", "metric_type": 1 @@ -367,6 +400,7 @@ "dbms": 121, "name": "global.sysstat.application wait time", "vartype": 2, + "default": "0", "summary": "sysstat.application wait time: 0", "scope": "global", "metric_type": 1 @@ -378,6 +412,7 @@ "dbms": 121, "name": "global.sysstat.auto extends on undo tablespace", "vartype": 2, + "default": "0", "summary": "sysstat.auto extends on undo tablespace: 0", "scope": "global", "metric_type": 1 @@ -389,6 +424,7 @@ "dbms": 121, "name": "global.sysstat.ba au bytes allocated", "vartype": 2, + "default": "0", "summary": "sysstat.ba au bytes allocated: 0", "scope": "global", "metric_type": 1 @@ -400,6 +436,7 @@ "dbms": 121, "name": "global.sysstat.ba bytes for file maps", "vartype": 2, + "default": "0", "summary": "sysstat.ba bytes for file maps: 0", "scope": "global", "metric_type": 1 @@ -411,6 +448,7 @@ "dbms": 121, "name": "global.sysstat.ba bytes read from disk", "vartype": 2, + "default": "0", "summary": "sysstat.ba bytes read from disk: 0", "scope": "global", "metric_type": 1 @@ -422,6 +460,7 @@ "dbms": 121, "name": "global.sysstat.ba bytes read from flash", "vartype": 2, + "default": "0", "summary": "sysstat.ba bytes read from flash: 0", "scope": "global", "metric_type": 1 @@ -433,6 +472,7 @@ "dbms": 121, "name": "global.sysstat.ba count - borrowed from other node", "vartype": 2, + "default": "0", "summary": "sysstat.ba count - borrowed from other node: 0", "scope": "global", "metric_type": 1 @@ -444,6 +484,7 @@ "dbms": 121, "name": "global.sysstat.ba count - cache denied", "vartype": 2, + "default": "0", "summary": "sysstat.ba count - cache denied: 0", "scope": "global", "metric_type": 1 @@ -455,6 +496,7 @@ "dbms": 121, "name": "global.sysstat.ba count - cache miss", "vartype": 2, + "default": "0", "summary": "sysstat.ba count - cache miss: 0", "scope": "global", "metric_type": 1 @@ -466,6 +508,7 @@ "dbms": 121, "name": "global.sysstat.ba count - searched in pb", "vartype": 2, + "default": "0", "summary": "sysstat.ba count - searched in pb: 0", "scope": "global", "metric_type": 1 @@ -477,6 +520,7 @@ "dbms": 121, "name": "global.sysstat.ba count - short circuit in idn", "vartype": 2, + "default": "0", "summary": "sysstat.ba count - short circuit in idn: 0", "scope": "global", "metric_type": 1 @@ -488,6 +532,7 @@ "dbms": 121, "name": "global.sysstat.ba count - total allocation requests", "vartype": 2, + "default": "0", "summary": "sysstat.ba count - total allocation requests: 0", "scope": "global", "metric_type": 1 @@ -499,6 +544,7 @@ "dbms": 121, "name": "global.sysstat.ba count - unable to short circuit in idn", "vartype": 2, + "default": "0", "summary": "sysstat.ba count - unable to short circuit in idn: 0", "scope": "global", "metric_type": 1 @@ -510,6 +556,7 @@ "dbms": 121, "name": "global.sysstat.ba count when 10% of buckets in pb", "vartype": 2, + "default": "0", "summary": "sysstat.ba count when 10% of buckets in pb: 0", "scope": "global", "metric_type": 1 @@ -521,6 +568,7 @@ "dbms": 121, "name": "global.sysstat.ba count when 25% of buckets in pb", "vartype": 2, + "default": "0", "summary": "sysstat.ba count when 25% of buckets in pb: 0", "scope": "global", "metric_type": 1 @@ -532,6 +580,7 @@ "dbms": 121, "name": "global.sysstat.ba count when 50% of buckets in pb", "vartype": 2, + "default": "0", "summary": "sysstat.ba count when 50% of buckets in pb: 0", "scope": "global", "metric_type": 1 @@ -543,6 +592,7 @@ "dbms": 121, "name": "global.sysstat.ba count when 75% of buckets in pb", "vartype": 2, + "default": "0", "summary": "sysstat.ba count when 75% of buckets in pb: 0", "scope": "global", "metric_type": 1 @@ -554,6 +604,7 @@ "dbms": 121, "name": "global.sysstat.ba count when 90% of buckets in pb", "vartype": 2, + "default": "0", "summary": "sysstat.ba count when 90% of buckets in pb: 0", "scope": "global", "metric_type": 1 @@ -565,6 +616,7 @@ "dbms": 121, "name": "global.sysstat.ba file bytes allocated", "vartype": 2, + "default": "0", "summary": "sysstat.ba file bytes allocated: 0", "scope": "global", "metric_type": 1 @@ -576,6 +628,7 @@ "dbms": 121, "name": "global.sysstat.ba file bytes deleted", "vartype": 2, + "default": "0", "summary": "sysstat.ba file bytes deleted: 0", "scope": "global", "metric_type": 1 @@ -587,6 +640,7 @@ "dbms": 121, "name": "global.sysstat.ba files created count", "vartype": 2, + "default": "0", "summary": "sysstat.ba files created count: 0", "scope": "global", "metric_type": 1 @@ -598,6 +652,7 @@ "dbms": 121, "name": "global.sysstat.ba files deleted count", "vartype": 2, + "default": "0", "summary": "sysstat.ba files deleted count: 0", "scope": "global", "metric_type": 1 @@ -609,6 +664,7 @@ "dbms": 121, "name": "global.sysstat.ba flash bytes requested", "vartype": 2, + "default": "0", "summary": "sysstat.ba flash bytes requested: 0", "scope": "global", "metric_type": 1 @@ -620,6 +676,7 @@ "dbms": 121, "name": "global.sysstat.ba non-flash bytes requested", "vartype": 2, + "default": "0", "summary": "sysstat.ba non-flash bytes requested: 0", "scope": "global", "metric_type": 1 @@ -631,6 +688,7 @@ "dbms": 121, "name": "global.sysstat.ba spare statistic 1", "vartype": 2, + "default": "0", "summary": "sysstat.ba spare statistic 1: 0", "scope": "global", "metric_type": 1 @@ -642,6 +700,7 @@ "dbms": 121, "name": "global.sysstat.ba spare statistic 10", "vartype": 2, + "default": "0", "summary": "sysstat.ba spare statistic 10: 0", "scope": "global", "metric_type": 1 @@ -653,6 +712,7 @@ "dbms": 121, "name": "global.sysstat.ba spare statistic 11", "vartype": 2, + "default": "0", "summary": "sysstat.ba spare statistic 11: 0", "scope": "global", "metric_type": 1 @@ -664,6 +724,7 @@ "dbms": 121, "name": "global.sysstat.ba spare statistic 12", "vartype": 2, + "default": "0", "summary": "sysstat.ba spare statistic 12: 0", "scope": "global", "metric_type": 1 @@ -675,6 +736,7 @@ "dbms": 121, "name": "global.sysstat.ba spare statistic 2", "vartype": 2, + "default": "0", "summary": "sysstat.ba spare statistic 2: 0", "scope": "global", "metric_type": 1 @@ -686,6 +748,7 @@ "dbms": 121, "name": "global.sysstat.ba spare statistic 3", "vartype": 2, + "default": "0", "summary": "sysstat.ba spare statistic 3: 0", "scope": "global", "metric_type": 1 @@ -697,6 +760,7 @@ "dbms": 121, "name": "global.sysstat.ba spare statistic 4", "vartype": 2, + "default": "0", "summary": "sysstat.ba spare statistic 4: 0", "scope": "global", "metric_type": 1 @@ -708,6 +772,7 @@ "dbms": 121, "name": "global.sysstat.ba spare statistic 5", "vartype": 2, + "default": "0", "summary": "sysstat.ba spare statistic 5: 0", "scope": "global", "metric_type": 1 @@ -719,6 +784,7 @@ "dbms": 121, "name": "global.sysstat.ba spare statistic 6", "vartype": 2, + "default": "0", "summary": "sysstat.ba spare statistic 6: 0", "scope": "global", "metric_type": 1 @@ -730,6 +796,7 @@ "dbms": 121, "name": "global.sysstat.ba spare statistic 7", "vartype": 2, + "default": "0", "summary": "sysstat.ba spare statistic 7: 0", "scope": "global", "metric_type": 1 @@ -741,6 +808,7 @@ "dbms": 121, "name": "global.sysstat.ba spare statistic 8", "vartype": 2, + "default": "0", "summary": "sysstat.ba spare statistic 8: 0", "scope": "global", "metric_type": 1 @@ -752,6 +820,7 @@ "dbms": 121, "name": "global.sysstat.ba spare statistic 9", "vartype": 2, + "default": "0", "summary": "sysstat.ba spare statistic 9: 0", "scope": "global", "metric_type": 1 @@ -763,6 +832,7 @@ "dbms": 121, "name": "global.sysstat.background checkpoints completed", "vartype": 2, + "default": "0", "summary": "sysstat.background checkpoints completed: 0", "scope": "global", "metric_type": 1 @@ -774,6 +844,7 @@ "dbms": 121, "name": "global.sysstat.background checkpoints started", "vartype": 2, + "default": "1", "summary": "sysstat.background checkpoints started: 1", "scope": "global", "metric_type": 1 @@ -785,6 +856,7 @@ "dbms": 121, "name": "global.sysstat.background timeouts", "vartype": 2, + "default": "263", "summary": "sysstat.background timeouts: 263", "scope": "global", "metric_type": 1 @@ -796,6 +868,7 @@ "dbms": 121, "name": "global.sysstat.backup compressed data written locally", "vartype": 2, + "default": "0", "summary": "sysstat.backup compressed data written locally: 0", "scope": "global", "metric_type": 1 @@ -807,6 +880,7 @@ "dbms": 121, "name": "global.sysstat.backup compressed data written remotely", "vartype": 2, + "default": "0", "summary": "sysstat.backup compressed data written remotely: 0", "scope": "global", "metric_type": 1 @@ -818,6 +892,7 @@ "dbms": 121, "name": "global.sysstat.backup data compressed locally", "vartype": 2, + "default": "0", "summary": "sysstat.backup data compressed locally: 0", "scope": "global", "metric_type": 1 @@ -829,6 +904,7 @@ "dbms": 121, "name": "global.sysstat.backup data compressed remotely", "vartype": 2, + "default": "0", "summary": "sysstat.backup data compressed remotely: 0", "scope": "global", "metric_type": 1 @@ -840,6 +916,7 @@ "dbms": 121, "name": "global.sysstat.backup piece local processing time", "vartype": 2, + "default": "0", "summary": "sysstat.backup piece local processing time: 0", "scope": "global", "metric_type": 1 @@ -851,6 +928,7 @@ "dbms": 121, "name": "global.sysstat.backup piece remote processing time", "vartype": 2, + "default": "0", "summary": "sysstat.backup piece remote processing time: 0", "scope": "global", "metric_type": 1 @@ -862,6 +940,7 @@ "dbms": 121, "name": "global.sysstat.backup pieces compressed locally", "vartype": 2, + "default": "0", "summary": "sysstat.backup pieces compressed locally: 0", "scope": "global", "metric_type": 1 @@ -873,6 +952,7 @@ "dbms": 121, "name": "global.sysstat.backup pieces compressed remotely", "vartype": 2, + "default": "0", "summary": "sysstat.backup pieces compressed remotely: 0", "scope": "global", "metric_type": 1 @@ -884,6 +964,7 @@ "dbms": 121, "name": "global.sysstat.batched io (bound) vector count", "vartype": 2, + "default": "3522", "summary": "sysstat.batched io (bound) vector count: 3522", "scope": "global", "metric_type": 1 @@ -895,6 +976,7 @@ "dbms": 121, "name": "global.sysstat.batched io (full) vector count", "vartype": 2, + "default": "0", "summary": "sysstat.batched io (full) vector count: 0", "scope": "global", "metric_type": 1 @@ -906,6 +988,7 @@ "dbms": 121, "name": "global.sysstat.batched io (space) vector count", "vartype": 2, + "default": "0", "summary": "sysstat.batched io (space) vector count: 0", "scope": "global", "metric_type": 1 @@ -917,6 +1000,7 @@ "dbms": 121, "name": "global.sysstat.batched io block miss count", "vartype": 2, + "default": "6508", "summary": "sysstat.batched io block miss count: 6508", "scope": "global", "metric_type": 1 @@ -928,6 +1012,7 @@ "dbms": 121, "name": "global.sysstat.batched io buffer defrag count", "vartype": 2, + "default": "5", "summary": "sysstat.batched io buffer defrag count: 5", "scope": "global", "metric_type": 1 @@ -939,6 +1024,7 @@ "dbms": 121, "name": "global.sysstat.batched io double miss count", "vartype": 2, + "default": "11", "summary": "sysstat.batched io double miss count: 11", "scope": "global", "metric_type": 1 @@ -950,6 +1036,7 @@ "dbms": 121, "name": "global.sysstat.batched io same unit count", "vartype": 2, + "default": "2404", "summary": "sysstat.batched io same unit count: 2404", "scope": "global", "metric_type": 1 @@ -961,6 +1048,7 @@ "dbms": 121, "name": "global.sysstat.batched io single block count", "vartype": 2, + "default": "2796", "summary": "sysstat.batched io single block count: 2796", "scope": "global", "metric_type": 1 @@ -972,6 +1060,7 @@ "dbms": 121, "name": "global.sysstat.batched io slow jump count", "vartype": 2, + "default": "0", "summary": "sysstat.batched io slow jump count: 0", "scope": "global", "metric_type": 1 @@ -983,6 +1072,7 @@ "dbms": 121, "name": "global.sysstat.batched io vector block count", "vartype": 2, + "default": "3998", "summary": "sysstat.batched io vector block count: 3998", "scope": "global", "metric_type": 1 @@ -994,6 +1084,7 @@ "dbms": 121, "name": "global.sysstat.batched io vector read count", "vartype": 2, + "default": "737", "summary": "sysstat.batched io vector read count: 737", "scope": "global", "metric_type": 1 @@ -1005,6 +1096,7 @@ "dbms": 121, "name": "global.sysstat.batched io zero block count", "vartype": 2, + "default": "0", "summary": "sysstat.batched io zero block count: 0", "scope": "global", "metric_type": 1 @@ -1016,6 +1108,7 @@ "dbms": 121, "name": "global.sysstat.block cleanout optim referenced", "vartype": 2, + "default": "2", "summary": "sysstat.block cleanout optim referenced: 2", "scope": "global", "metric_type": 1 @@ -1027,6 +1120,7 @@ "dbms": 121, "name": "global.sysstat.blocks decrypted", "vartype": 2, + "default": "0", "summary": "sysstat.blocks decrypted: 0", "scope": "global", "metric_type": 1 @@ -1038,6 +1132,7 @@ "dbms": 121, "name": "global.sysstat.blocks encrypted", "vartype": 2, + "default": "0", "summary": "sysstat.blocks encrypted: 0", "scope": "global", "metric_type": 1 @@ -1049,6 +1144,7 @@ "dbms": 121, "name": "global.sysstat.branch node splits", "vartype": 2, + "default": "0", "summary": "sysstat.branch node splits: 0", "scope": "global", "metric_type": 1 @@ -1060,6 +1156,7 @@ "dbms": 121, "name": "global.sysstat.buffer is not pinned count", "vartype": 2, + "default": "13810834", "summary": "sysstat.buffer is not pinned count: 13810834", "scope": "global", "metric_type": 1 @@ -1071,6 +1168,7 @@ "dbms": 121, "name": "global.sysstat.buffer is pinned count", "vartype": 2, + "default": "16640889", "summary": "sysstat.buffer is pinned count: 16640889", "scope": "global", "metric_type": 1 @@ -1082,6 +1180,7 @@ "dbms": 121, "name": "global.sysstat.bytes received via sql*net from client", "vartype": 2, + "default": "3412289", "summary": "sysstat.bytes received via sql*net from client: 3412289", "scope": "global", "metric_type": 1 @@ -1093,6 +1192,7 @@ "dbms": 121, "name": "global.sysstat.bytes received via sql*net from dblink", "vartype": 2, + "default": "0", "summary": "sysstat.bytes received via sql*net from dblink: 0", "scope": "global", "metric_type": 1 @@ -1104,6 +1204,7 @@ "dbms": 121, "name": "global.sysstat.bytes sent via sql*net to client", "vartype": 2, + "default": "11446200", "summary": "sysstat.bytes sent via sql*net to client: 11446200", "scope": "global", "metric_type": 1 @@ -1115,6 +1216,7 @@ "dbms": 121, "name": "global.sysstat.bytes sent via sql*net to dblink", "vartype": 2, + "default": "0", "summary": "sysstat.bytes sent via sql*net to dblink: 0", "scope": "global", "metric_type": 1 @@ -1126,6 +1228,7 @@ "dbms": 121, "name": "global.sysstat.bytes via sql*net vector from client", "vartype": 2, + "default": "0", "summary": "sysstat.bytes via sql*net vector from client: 0", "scope": "global", "metric_type": 1 @@ -1137,6 +1240,7 @@ "dbms": 121, "name": "global.sysstat.bytes via sql*net vector from dblink", "vartype": 2, + "default": "0", "summary": "sysstat.bytes via sql*net vector from dblink: 0", "scope": "global", "metric_type": 1 @@ -1148,6 +1252,7 @@ "dbms": 121, "name": "global.sysstat.bytes via sql*net vector to client", "vartype": 2, + "default": "0", "summary": "sysstat.bytes via sql*net vector to client: 0", "scope": "global", "metric_type": 1 @@ -1159,6 +1264,7 @@ "dbms": 121, "name": "global.sysstat.bytes via sql*net vector to dblink", "vartype": 2, + "default": "0", "summary": "sysstat.bytes via sql*net vector to dblink: 0", "scope": "global", "metric_type": 1 @@ -1170,6 +1276,7 @@ "dbms": 121, "name": "global.sysstat.cached commit scn referenced", "vartype": 2, + "default": "39", "summary": "sysstat.cached commit scn referenced: 39", "scope": "global", "metric_type": 1 @@ -1181,6 +1288,7 @@ "dbms": 121, "name": "global.sysstat.calls to get snapshot scn: kcmgss", "vartype": 2, + "default": "110954", "summary": "sysstat.calls to get snapshot scn: kcmgss: 110954", "scope": "global", "metric_type": 1 @@ -1192,6 +1300,7 @@ "dbms": 121, "name": "global.sysstat.calls to kcmgas", "vartype": 2, + "default": "9805", "summary": "sysstat.calls to kcmgas: 9805", "scope": "global", "metric_type": 1 @@ -1203,6 +1312,7 @@ "dbms": 121, "name": "global.sysstat.calls to kcmgcs", "vartype": 2, + "default": "23257", "summary": "sysstat.calls to kcmgcs: 23257", "scope": "global", "metric_type": 1 @@ -1214,6 +1324,7 @@ "dbms": 121, "name": "global.sysstat.calls to kcmgrs", "vartype": 2, + "default": "0", "summary": "sysstat.calls to kcmgrs: 0", "scope": "global", "metric_type": 1 @@ -1225,6 +1336,7 @@ "dbms": 121, "name": "global.sysstat.ccursor + sql area evicted", "vartype": 2, + "default": "294", "summary": "sysstat.ccursor + sql area evicted: 294", "scope": "global", "metric_type": 1 @@ -1236,6 +1348,7 @@ "dbms": 121, "name": "global.sysstat.cell blocks helped by commit cache", "vartype": 2, + "default": "0", "summary": "sysstat.cell blocks helped by commit cache: 0", "scope": "global", "metric_type": 1 @@ -1247,6 +1360,7 @@ "dbms": 121, "name": "global.sysstat.cell blocks helped by minscn optimization", "vartype": 2, + "default": "0", "summary": "sysstat.cell blocks helped by minscn optimization: 0", "scope": "global", "metric_type": 1 @@ -1258,6 +1372,7 @@ "dbms": 121, "name": "global.sysstat.cell blocks processed by cache layer", "vartype": 2, + "default": "0", "summary": "sysstat.cell blocks processed by cache layer: 0", "scope": "global", "metric_type": 1 @@ -1269,6 +1384,7 @@ "dbms": 121, "name": "global.sysstat.cell blocks processed by data layer", "vartype": 2, + "default": "0", "summary": "sysstat.cell blocks processed by data layer: 0", "scope": "global", "metric_type": 1 @@ -1280,6 +1396,7 @@ "dbms": 121, "name": "global.sysstat.cell blocks processed by index layer", "vartype": 2, + "default": "0", "summary": "sysstat.cell blocks processed by index layer: 0", "scope": "global", "metric_type": 1 @@ -1291,6 +1408,7 @@ "dbms": 121, "name": "global.sysstat.cell blocks processed by txn layer", "vartype": 2, + "default": "0", "summary": "sysstat.cell blocks processed by txn layer: 0", "scope": "global", "metric_type": 1 @@ -1302,6 +1420,7 @@ "dbms": 121, "name": "global.sysstat.cell commit cache queries", "vartype": 2, + "default": "0", "summary": "sysstat.cell commit cache queries: 0", "scope": "global", "metric_type": 1 @@ -1313,6 +1432,7 @@ "dbms": 121, "name": "global.sysstat.cell cus processed for compressed", "vartype": 2, + "default": "0", "summary": "sysstat.cell cus processed for compressed: 0", "scope": "global", "metric_type": 1 @@ -1324,6 +1444,7 @@ "dbms": 121, "name": "global.sysstat.cell cus processed for uncompressed", "vartype": 2, + "default": "0", "summary": "sysstat.cell cus processed for uncompressed: 0", "scope": "global", "metric_type": 1 @@ -1335,6 +1456,7 @@ "dbms": 121, "name": "global.sysstat.cell cus sent compressed", "vartype": 2, + "default": "0", "summary": "sysstat.cell cus sent compressed: 0", "scope": "global", "metric_type": 1 @@ -1346,6 +1468,7 @@ "dbms": 121, "name": "global.sysstat.cell cus sent head piece", "vartype": 2, + "default": "0", "summary": "sysstat.cell cus sent head piece: 0", "scope": "global", "metric_type": 1 @@ -1357,6 +1480,7 @@ "dbms": 121, "name": "global.sysstat.cell cus sent uncompressed", "vartype": 2, + "default": "0", "summary": "sysstat.cell cus sent uncompressed: 0", "scope": "global", "metric_type": 1 @@ -1368,6 +1492,7 @@ "dbms": 121, "name": "global.sysstat.cell flash cache read hits", "vartype": 2, + "default": "0", "summary": "sysstat.cell flash cache read hits: 0", "scope": "global", "metric_type": 1 @@ -1379,6 +1504,7 @@ "dbms": 121, "name": "global.sysstat.cell index scans", "vartype": 2, + "default": "0", "summary": "sysstat.cell index scans: 0", "scope": "global", "metric_type": 1 @@ -1390,6 +1516,7 @@ "dbms": 121, "name": "global.sysstat.cell interconnect bytes returned by xt smart scan", "vartype": 2, + "default": "0", "summary": "sysstat.cell interconnect bytes returned by xt smart scan: 0", "scope": "global", "metric_type": 1 @@ -1401,6 +1528,7 @@ "dbms": 121, "name": "global.sysstat.cell io uncompressed bytes", "vartype": 2, + "default": "0", "summary": "sysstat.cell io uncompressed bytes: 0", "scope": "global", "metric_type": 1 @@ -1412,6 +1540,7 @@ "dbms": 121, "name": "global.sysstat.cell logical write io requests", "vartype": 2, + "default": "0", "summary": "sysstat.cell logical write io requests: 0", "scope": "global", "metric_type": 1 @@ -1423,6 +1552,7 @@ "dbms": 121, "name": "global.sysstat.cell logical write io requests eligible for offload", "vartype": 2, + "default": "0", "summary": "sysstat.cell logical write io requests eligible for offload: 0", "scope": "global", "metric_type": 1 @@ -1434,6 +1564,7 @@ "dbms": 121, "name": "global.sysstat.cell num block ios due to a file instant restore in progress", "vartype": 2, + "default": "0", "summary": "sysstat.cell num block ios due to a file instant restore in progress: 0", "scope": "global", "metric_type": 1 @@ -1445,6 +1576,7 @@ "dbms": 121, "name": "global.sysstat.cell num bytes in block io during predicate offload", "vartype": 2, + "default": "0", "summary": "sysstat.cell num bytes in block io during predicate offload: 0", "scope": "global", "metric_type": 1 @@ -1456,6 +1588,7 @@ "dbms": 121, "name": "global.sysstat.cell num bytes in passthru during predicate offload", "vartype": 2, + "default": "0", "summary": "sysstat.cell num bytes in passthru during predicate offload: 0", "scope": "global", "metric_type": 1 @@ -1467,6 +1600,7 @@ "dbms": 121, "name": "global.sysstat.cell num bytes of io reissued due to relocation", "vartype": 2, + "default": "0", "summary": "sysstat.cell num bytes of io reissued due to relocation: 0", "scope": "global", "metric_type": 1 @@ -1478,6 +1612,7 @@ "dbms": 121, "name": "global.sysstat.cell num fast response sessions", "vartype": 2, + "default": "0", "summary": "sysstat.cell num fast response sessions: 0", "scope": "global", "metric_type": 1 @@ -1489,6 +1624,7 @@ "dbms": 121, "name": "global.sysstat.cell num fast response sessions continuing to smart scan", "vartype": 2, + "default": "0", "summary": "sysstat.cell num fast response sessions continuing to smart scan: 0", "scope": "global", "metric_type": 1 @@ -1500,6 +1636,7 @@ "dbms": 121, "name": "global.sysstat.cell num smart file creation sessions using rdbms block io mode", "vartype": 2, + "default": "0", "summary": "sysstat.cell num smart file creation sessions using rdbms block io mode: 0", "scope": "global", "metric_type": 1 @@ -1511,6 +1648,7 @@ "dbms": 121, "name": "global.sysstat.cell num smart io sessions in rdbms block io due to big payload", "vartype": 2, + "default": "0", "summary": "sysstat.cell num smart io sessions in rdbms block io due to big payload: 0", "scope": "global", "metric_type": 1 @@ -1522,6 +1660,7 @@ "dbms": 121, "name": "global.sysstat.cell num smart io sessions in rdbms block io due to no cell mem", "vartype": 2, + "default": "0", "summary": "sysstat.cell num smart io sessions in rdbms block io due to no cell mem: 0", "scope": "global", "metric_type": 1 @@ -1533,6 +1672,7 @@ "dbms": 121, "name": "global.sysstat.cell num smart io sessions in rdbms block io due to open fail", "vartype": 2, + "default": "0", "summary": "sysstat.cell num smart io sessions in rdbms block io due to open fail: 0", "scope": "global", "metric_type": 1 @@ -1544,6 +1684,7 @@ "dbms": 121, "name": "global.sysstat.cell num smart io sessions in rdbms block io due to user", "vartype": 2, + "default": "0", "summary": "sysstat.cell num smart io sessions in rdbms block io due to user: 0", "scope": "global", "metric_type": 1 @@ -1555,6 +1696,7 @@ "dbms": 121, "name": "global.sysstat.cell num smart io sessions using passthru mode due to cellsrv", "vartype": 2, + "default": "0", "summary": "sysstat.cell num smart io sessions using passthru mode due to cellsrv: 0", "scope": "global", "metric_type": 1 @@ -1566,6 +1708,7 @@ "dbms": 121, "name": "global.sysstat.cell num smart io sessions using passthru mode due to timezone", "vartype": 2, + "default": "0", "summary": "sysstat.cell num smart io sessions using passthru mode due to timezone: 0", "scope": "global", "metric_type": 1 @@ -1577,6 +1720,7 @@ "dbms": 121, "name": "global.sysstat.cell num smart io sessions using passthru mode due to user", "vartype": 2, + "default": "0", "summary": "sysstat.cell num smart io sessions using passthru mode due to user: 0", "scope": "global", "metric_type": 1 @@ -1588,6 +1732,7 @@ "dbms": 121, "name": "global.sysstat.cell num smartio automem buffer allocation attempts", "vartype": 2, + "default": "0", "summary": "sysstat.cell num smartio automem buffer allocation attempts: 0", "scope": "global", "metric_type": 1 @@ -1599,6 +1744,7 @@ "dbms": 121, "name": "global.sysstat.cell num smartio automem buffer allocation failures", "vartype": 2, + "default": "0", "summary": "sysstat.cell num smartio automem buffer allocation failures: 0", "scope": "global", "metric_type": 1 @@ -1610,6 +1756,7 @@ "dbms": 121, "name": "global.sysstat.cell num smartio permanent cell failures", "vartype": 2, + "default": "0", "summary": "sysstat.cell num smartio permanent cell failures: 0", "scope": "global", "metric_type": 1 @@ -1621,6 +1768,7 @@ "dbms": 121, "name": "global.sysstat.cell num smartio transient cell failures", "vartype": 2, + "default": "0", "summary": "sysstat.cell num smartio transient cell failures: 0", "scope": "global", "metric_type": 1 @@ -1632,6 +1780,7 @@ "dbms": 121, "name": "global.sysstat.cell overwrites in flash cache", "vartype": 2, + "default": "0", "summary": "sysstat.cell overwrites in flash cache: 0", "scope": "global", "metric_type": 1 @@ -1643,6 +1792,7 @@ "dbms": 121, "name": "global.sysstat.cell partial writes in flash cache", "vartype": 2, + "default": "0", "summary": "sysstat.cell partial writes in flash cache: 0", "scope": "global", "metric_type": 1 @@ -1654,6 +1804,7 @@ "dbms": 121, "name": "global.sysstat.cell physical io bytes eligible for predicate offload", "vartype": 2, + "default": "0", "summary": "sysstat.cell physical io bytes eligible for predicate offload: 0", "scope": "global", "metric_type": 1 @@ -1665,6 +1816,7 @@ "dbms": 121, "name": "global.sysstat.cell physical io bytes saved by columnar cache", "vartype": 2, + "default": "0", "summary": "sysstat.cell physical io bytes saved by columnar cache: 0", "scope": "global", "metric_type": 1 @@ -1676,6 +1828,7 @@ "dbms": 121, "name": "global.sysstat.cell physical io bytes saved by storage index", "vartype": 2, + "default": "0", "summary": "sysstat.cell physical io bytes saved by storage index: 0", "scope": "global", "metric_type": 1 @@ -1687,6 +1840,7 @@ "dbms": 121, "name": "global.sysstat.cell physical io bytes saved during optimized file creation", "vartype": 2, + "default": "0", "summary": "sysstat.cell physical io bytes saved during optimized file creation: 0", "scope": "global", "metric_type": 1 @@ -1698,6 +1852,7 @@ "dbms": 121, "name": "global.sysstat.cell physical io bytes saved during optimized rman file restore", "vartype": 2, + "default": "0", "summary": "sysstat.cell physical io bytes saved during optimized rman file restore: 0", "scope": "global", "metric_type": 1 @@ -1709,6 +1864,7 @@ "dbms": 121, "name": "global.sysstat.cell physical io bytes sent directly to db node to balance cpu ", "vartype": 2, + "default": "0", "summary": "sysstat.cell physical io bytes sent directly to db node to balance cpu : 0", "scope": "global", "metric_type": 1 @@ -1720,6 +1876,7 @@ "dbms": 121, "name": "global.sysstat.cell physical io interconnect bytes", "vartype": 2, + "default": "405783614", "summary": "sysstat.cell physical io interconnect bytes: 405783614", "scope": "global", "metric_type": 1 @@ -1731,6 +1888,7 @@ "dbms": 121, "name": "global.sysstat.cell physical io interconnect bytes returned by smart scan", "vartype": 2, + "default": "0", "summary": "sysstat.cell physical io interconnect bytes returned by smart scan: 0", "scope": "global", "metric_type": 1 @@ -1742,6 +1900,7 @@ "dbms": 121, "name": "global.sysstat.cell physical write bytes saved by smart file initialization", "vartype": 2, + "default": "0", "summary": "sysstat.cell physical write bytes saved by smart file initialization: 0", "scope": "global", "metric_type": 1 @@ -1753,6 +1912,7 @@ "dbms": 121, "name": "global.sysstat.cell physical write io bytes eligible for offload", "vartype": 2, + "default": "0", "summary": "sysstat.cell physical write io bytes eligible for offload: 0", "scope": "global", "metric_type": 1 @@ -1764,6 +1924,7 @@ "dbms": 121, "name": "global.sysstat.cell physical write io host network bytes written during offloa", "vartype": 2, + "default": "0", "summary": "sysstat.cell physical write io host network bytes written during offloa: 0", "scope": "global", "metric_type": 1 @@ -1775,6 +1936,7 @@ "dbms": 121, "name": "global.sysstat.cell scans", "vartype": 2, + "default": "0", "summary": "sysstat.cell scans: 0", "scope": "global", "metric_type": 1 @@ -1786,6 +1948,7 @@ "dbms": 121, "name": "global.sysstat.cell simulated physical io bytes eligible for predicate offload", "vartype": 2, + "default": "0", "summary": "sysstat.cell simulated physical io bytes eligible for predicate offload: 0", "scope": "global", "metric_type": 1 @@ -1797,6 +1960,7 @@ "dbms": 121, "name": "global.sysstat.cell simulated physical io bytes returned by predicate offload", "vartype": 2, + "default": "0", "summary": "sysstat.cell simulated physical io bytes returned by predicate offload: 0", "scope": "global", "metric_type": 1 @@ -1808,6 +1972,7 @@ "dbms": 121, "name": "global.sysstat.cell smart io session cache hard misses", "vartype": 2, + "default": "0", "summary": "sysstat.cell smart io session cache hard misses: 0", "scope": "global", "metric_type": 1 @@ -1819,6 +1984,7 @@ "dbms": 121, "name": "global.sysstat.cell smart io session cache hits", "vartype": 2, + "default": "0", "summary": "sysstat.cell smart io session cache hits: 0", "scope": "global", "metric_type": 1 @@ -1830,6 +1996,7 @@ "dbms": 121, "name": "global.sysstat.cell smart io session cache hwm", "vartype": 2, + "default": "0", "summary": "sysstat.cell smart io session cache hwm: 0", "scope": "global", "metric_type": 1 @@ -1841,6 +2008,7 @@ "dbms": 121, "name": "global.sysstat.cell smart io session cache lookups", "vartype": 2, + "default": "0", "summary": "sysstat.cell smart io session cache lookups: 0", "scope": "global", "metric_type": 1 @@ -1852,6 +2020,7 @@ "dbms": 121, "name": "global.sysstat.cell smart io session cache soft misses", "vartype": 2, + "default": "0", "summary": "sysstat.cell smart io session cache soft misses: 0", "scope": "global", "metric_type": 1 @@ -1863,6 +2032,7 @@ "dbms": 121, "name": "global.sysstat.cell statistics spare1", "vartype": 2, + "default": "0", "summary": "sysstat.cell statistics spare1: 0", "scope": "global", "metric_type": 1 @@ -1874,6 +2044,7 @@ "dbms": 121, "name": "global.sysstat.cell statistics spare2", "vartype": 2, + "default": "0", "summary": "sysstat.cell statistics spare2: 0", "scope": "global", "metric_type": 1 @@ -1885,6 +2056,7 @@ "dbms": 121, "name": "global.sysstat.cell statistics spare3", "vartype": 2, + "default": "0", "summary": "sysstat.cell statistics spare3: 0", "scope": "global", "metric_type": 1 @@ -1896,6 +2068,7 @@ "dbms": 121, "name": "global.sysstat.cell statistics spare4", "vartype": 2, + "default": "0", "summary": "sysstat.cell statistics spare4: 0", "scope": "global", "metric_type": 1 @@ -1907,6 +2080,7 @@ "dbms": 121, "name": "global.sysstat.cell statistics spare5", "vartype": 2, + "default": "0", "summary": "sysstat.cell statistics spare5: 0", "scope": "global", "metric_type": 1 @@ -1918,6 +2092,7 @@ "dbms": 121, "name": "global.sysstat.cell statistics spare6", "vartype": 2, + "default": "0", "summary": "sysstat.cell statistics spare6: 0", "scope": "global", "metric_type": 1 @@ -1929,6 +2104,7 @@ "dbms": 121, "name": "global.sysstat.cell transactions found in commit cache", "vartype": 2, + "default": "0", "summary": "sysstat.cell transactions found in commit cache: 0", "scope": "global", "metric_type": 1 @@ -1940,6 +2116,7 @@ "dbms": 121, "name": "global.sysstat.cell writes to flash cache", "vartype": 2, + "default": "0", "summary": "sysstat.cell writes to flash cache: 0", "scope": "global", "metric_type": 1 @@ -1951,6 +2128,7 @@ "dbms": 121, "name": "global.sysstat.cell xt granule bytes requested for predicate offload", "vartype": 2, + "default": "0", "summary": "sysstat.cell xt granule bytes requested for predicate offload: 0", "scope": "global", "metric_type": 1 @@ -1962,6 +2140,7 @@ "dbms": 121, "name": "global.sysstat.cell xt granule predicate offload retries", "vartype": 2, + "default": "0", "summary": "sysstat.cell xt granule predicate offload retries: 0", "scope": "global", "metric_type": 1 @@ -1973,6 +2152,7 @@ "dbms": 121, "name": "global.sysstat.cell xt granules requested for predicate offload", "vartype": 2, + "default": "0", "summary": "sysstat.cell xt granules requested for predicate offload: 0", "scope": "global", "metric_type": 1 @@ -1984,6 +2164,7 @@ "dbms": 121, "name": "global.sysstat.chained rows processed by cell", "vartype": 2, + "default": "0", "summary": "sysstat.chained rows processed by cell: 0", "scope": "global", "metric_type": 1 @@ -1995,6 +2176,7 @@ "dbms": 121, "name": "global.sysstat.chained rows rejected by cell", "vartype": 2, + "default": "0", "summary": "sysstat.chained rows rejected by cell: 0", "scope": "global", "metric_type": 1 @@ -2006,6 +2188,7 @@ "dbms": 121, "name": "global.sysstat.chained rows skipped by cell", "vartype": 2, + "default": "0", "summary": "sysstat.chained rows skipped by cell: 0", "scope": "global", "metric_type": 1 @@ -2017,6 +2200,7 @@ "dbms": 121, "name": "global.sysstat.change write time", "vartype": 2, + "default": "64", "summary": "sysstat.change write time: 64", "scope": "global", "metric_type": 1 @@ -2028,6 +2212,7 @@ "dbms": 121, "name": "global.sysstat.checkpoint clones created for adg recovery", "vartype": 2, + "default": "0", "summary": "sysstat.checkpoint clones created for adg recovery: 0", "scope": "global", "metric_type": 1 @@ -2039,6 +2224,7 @@ "dbms": 121, "name": "global.sysstat.cleanout - number of ktugct calls", "vartype": 2, + "default": "1779", "summary": "sysstat.cleanout - number of ktugct calls: 1779", "scope": "global", "metric_type": 1 @@ -2050,6 +2236,7 @@ "dbms": 121, "name": "global.sysstat.cleanouts and rollbacks - consistent read gets", "vartype": 2, + "default": "76", "summary": "sysstat.cleanouts and rollbacks - consistent read gets: 76", "scope": "global", "metric_type": 1 @@ -2061,6 +2248,7 @@ "dbms": 121, "name": "global.sysstat.cleanouts only - consistent read gets", "vartype": 2, + "default": "161", "summary": "sysstat.cleanouts only - consistent read gets: 161", "scope": "global", "metric_type": 1 @@ -2072,6 +2260,7 @@ "dbms": 121, "name": "global.sysstat.cli bg attempt flush", "vartype": 2, + "default": "0", "summary": "sysstat.cli bg attempt flush: 0", "scope": "global", "metric_type": 1 @@ -2083,6 +2272,7 @@ "dbms": 121, "name": "global.sysstat.cli bg enq", "vartype": 2, + "default": "0", "summary": "sysstat.cli bg enq: 0", "scope": "global", "metric_type": 1 @@ -2094,6 +2284,7 @@ "dbms": 121, "name": "global.sysstat.cli bg fls done", "vartype": 2, + "default": "0", "summary": "sysstat.cli bg fls done: 0", "scope": "global", "metric_type": 1 @@ -2105,6 +2296,7 @@ "dbms": 121, "name": "global.sysstat.cli buf wrt", "vartype": 2, + "default": "0", "summary": "sysstat.cli buf wrt: 0", "scope": "global", "metric_type": 1 @@ -2116,6 +2308,7 @@ "dbms": 121, "name": "global.sysstat.cli bytes fls to ext", "vartype": 2, + "default": "0", "summary": "sysstat.cli bytes fls to ext: 0", "scope": "global", "metric_type": 1 @@ -2127,6 +2320,7 @@ "dbms": 121, "name": "global.sysstat.cli bytes fls to table", "vartype": 2, + "default": "0", "summary": "sysstat.cli bytes fls to table: 0", "scope": "global", "metric_type": 1 @@ -2138,6 +2332,7 @@ "dbms": 121, "name": "global.sysstat.cli client flush", "vartype": 2, + "default": "0", "summary": "sysstat.cli client flush: 0", "scope": "global", "metric_type": 1 @@ -2149,6 +2344,7 @@ "dbms": 121, "name": "global.sysstat.cli flstask create", "vartype": 2, + "default": "0", "summary": "sysstat.cli flstask create: 0", "scope": "global", "metric_type": 1 @@ -2160,6 +2356,7 @@ "dbms": 121, "name": "global.sysstat.cli flush", "vartype": 2, + "default": "0", "summary": "sysstat.cli flush: 0", "scope": "global", "metric_type": 1 @@ -2171,6 +2368,7 @@ "dbms": 121, "name": "global.sysstat.cli imm wrt", "vartype": 2, + "default": "0", "summary": "sysstat.cli imm wrt: 0", "scope": "global", "metric_type": 1 @@ -2182,6 +2380,7 @@ "dbms": 121, "name": "global.sysstat.cli prvtz lob ", "vartype": 2, + "default": "0", "summary": "sysstat.cli prvtz lob : 0", "scope": "global", "metric_type": 1 @@ -2193,6 +2392,7 @@ "dbms": 121, "name": "global.sysstat.cli sga alloc", "vartype": 2, + "default": "0", "summary": "sysstat.cli sga alloc: 0", "scope": "global", "metric_type": 1 @@ -2204,6 +2404,7 @@ "dbms": 121, "name": "global.sysstat.cli thru wrt", "vartype": 2, + "default": "0", "summary": "sysstat.cli thru wrt: 0", "scope": "global", "metric_type": 1 @@ -2215,6 +2416,7 @@ "dbms": 121, "name": "global.sysstat.cluster key scan block gets", "vartype": 2, + "default": "90937", "summary": "sysstat.cluster key scan block gets: 90937", "scope": "global", "metric_type": 1 @@ -2226,6 +2428,7 @@ "dbms": 121, "name": "global.sysstat.cluster key scans", "vartype": 2, + "default": "86153", "summary": "sysstat.cluster key scans: 86153", "scope": "global", "metric_type": 1 @@ -2237,6 +2440,7 @@ "dbms": 121, "name": "global.sysstat.cluster wait time", "vartype": 2, + "default": "0", "summary": "sysstat.cluster wait time: 0", "scope": "global", "metric_type": 1 @@ -2248,6 +2452,7 @@ "dbms": 121, "name": "global.sysstat.clusterwide global transactions", "vartype": 2, + "default": "0", "summary": "sysstat.clusterwide global transactions: 0", "scope": "global", "metric_type": 1 @@ -2259,6 +2464,7 @@ "dbms": 121, "name": "global.sysstat.clusterwide global transactions spanning rac nodes", "vartype": 2, + "default": "0", "summary": "sysstat.clusterwide global transactions spanning rac nodes: 0", "scope": "global", "metric_type": 1 @@ -2270,6 +2476,7 @@ "dbms": 121, "name": "global.sysstat.cold recycle reads", "vartype": 2, + "default": "0", "summary": "sysstat.cold recycle reads: 0", "scope": "global", "metric_type": 1 @@ -2281,6 +2488,7 @@ "dbms": 121, "name": "global.sysstat.commit batch performed", "vartype": 2, + "default": "0", "summary": "sysstat.commit batch performed: 0", "scope": "global", "metric_type": 1 @@ -2292,6 +2500,7 @@ "dbms": 121, "name": "global.sysstat.commit batch requested", "vartype": 2, + "default": "0", "summary": "sysstat.commit batch requested: 0", "scope": "global", "metric_type": 1 @@ -2303,6 +2512,7 @@ "dbms": 121, "name": "global.sysstat.commit batch/immediate performed", "vartype": 2, + "default": "9", "summary": "sysstat.commit batch/immediate performed: 9", "scope": "global", "metric_type": 1 @@ -2314,6 +2524,7 @@ "dbms": 121, "name": "global.sysstat.commit batch/immediate requested", "vartype": 2, + "default": "9", "summary": "sysstat.commit batch/immediate requested: 9", "scope": "global", "metric_type": 1 @@ -2325,6 +2536,7 @@ "dbms": 121, "name": "global.sysstat.commit cleanout failures: block lost", "vartype": 2, + "default": "0", "summary": "sysstat.commit cleanout failures: block lost: 0", "scope": "global", "metric_type": 1 @@ -2336,6 +2548,7 @@ "dbms": 121, "name": "global.sysstat.commit cleanout failures: buffer being written", "vartype": 2, + "default": "0", "summary": "sysstat.commit cleanout failures: buffer being written: 0", "scope": "global", "metric_type": 1 @@ -2347,6 +2560,7 @@ "dbms": 121, "name": "global.sysstat.commit cleanout failures: callback failure ", "vartype": 2, + "default": "66", "summary": "sysstat.commit cleanout failures: callback failure : 66", "scope": "global", "metric_type": 1 @@ -2358,6 +2572,7 @@ "dbms": 121, "name": "global.sysstat.commit cleanout failures: cannot pin", "vartype": 2, + "default": "869", "summary": "sysstat.commit cleanout failures: cannot pin: 869", "scope": "global", "metric_type": 1 @@ -2369,6 +2584,7 @@ "dbms": 121, "name": "global.sysstat.commit cleanout failures: hot backup in progress", "vartype": 2, + "default": "0", "summary": "sysstat.commit cleanout failures: hot backup in progress: 0", "scope": "global", "metric_type": 1 @@ -2380,6 +2596,7 @@ "dbms": 121, "name": "global.sysstat.commit cleanout failures: write disabled", "vartype": 2, + "default": "0", "summary": "sysstat.commit cleanout failures: write disabled: 0", "scope": "global", "metric_type": 1 @@ -2391,6 +2608,7 @@ "dbms": 121, "name": "global.sysstat.commit cleanouts", "vartype": 2, + "default": "39361", "summary": "sysstat.commit cleanouts: 39361", "scope": "global", "metric_type": 1 @@ -2402,6 +2620,7 @@ "dbms": 121, "name": "global.sysstat.commit cleanouts successfully completed", "vartype": 2, + "default": "38426", "summary": "sysstat.commit cleanouts successfully completed: 38426", "scope": "global", "metric_type": 1 @@ -2413,6 +2632,7 @@ "dbms": 121, "name": "global.sysstat.commit immediate performed", "vartype": 2, + "default": "9", "summary": "sysstat.commit immediate performed: 9", "scope": "global", "metric_type": 1 @@ -2424,6 +2644,7 @@ "dbms": 121, "name": "global.sysstat.commit immediate requested", "vartype": 2, + "default": "9", "summary": "sysstat.commit immediate requested: 9", "scope": "global", "metric_type": 1 @@ -2435,6 +2656,7 @@ "dbms": 121, "name": "global.sysstat.commit nowait performed", "vartype": 2, + "default": "0", "summary": "sysstat.commit nowait performed: 0", "scope": "global", "metric_type": 1 @@ -2446,6 +2668,7 @@ "dbms": 121, "name": "global.sysstat.commit nowait requested", "vartype": 2, + "default": "0", "summary": "sysstat.commit nowait requested: 0", "scope": "global", "metric_type": 1 @@ -2457,6 +2680,7 @@ "dbms": 121, "name": "global.sysstat.commit scn cached", "vartype": 2, + "default": "113", "summary": "sysstat.commit scn cached: 113", "scope": "global", "metric_type": 1 @@ -2468,6 +2692,7 @@ "dbms": 121, "name": "global.sysstat.commit txn count during cleanout", "vartype": 2, + "default": "1241", "summary": "sysstat.commit txn count during cleanout: 1241", "scope": "global", "metric_type": 1 @@ -2479,6 +2704,7 @@ "dbms": 121, "name": "global.sysstat.commit wait performed", "vartype": 2, + "default": "0", "summary": "sysstat.commit wait performed: 0", "scope": "global", "metric_type": 1 @@ -2490,6 +2716,7 @@ "dbms": 121, "name": "global.sysstat.commit wait requested", "vartype": 2, + "default": "0", "summary": "sysstat.commit wait requested: 0", "scope": "global", "metric_type": 1 @@ -2501,6 +2728,7 @@ "dbms": 121, "name": "global.sysstat.commit wait/nowait performed", "vartype": 2, + "default": "0", "summary": "sysstat.commit wait/nowait performed: 0", "scope": "global", "metric_type": 1 @@ -2512,6 +2740,7 @@ "dbms": 121, "name": "global.sysstat.commit wait/nowait requested", "vartype": 2, + "default": "0", "summary": "sysstat.commit wait/nowait requested: 0", "scope": "global", "metric_type": 1 @@ -2523,6 +2752,7 @@ "dbms": 121, "name": "global.sysstat.concurrency wait time", "vartype": 2, + "default": "85", "summary": "sysstat.concurrency wait time: 85", "scope": "global", "metric_type": 1 @@ -2534,6 +2764,7 @@ "dbms": 121, "name": "global.sysstat.consistent changes", "vartype": 2, + "default": "156", "summary": "sysstat.consistent changes: 156", "scope": "global", "metric_type": 1 @@ -2545,6 +2776,7 @@ "dbms": 121, "name": "global.sysstat.consistent gets", "vartype": 2, + "default": "15615369", "summary": "sysstat.consistent gets: 15615369", "scope": "global", "metric_type": 1 @@ -2556,6 +2788,7 @@ "dbms": 121, "name": "global.sysstat.consistent gets direct", "vartype": 2, + "default": "0", "summary": "sysstat.consistent gets direct: 0", "scope": "global", "metric_type": 1 @@ -2567,6 +2800,7 @@ "dbms": 121, "name": "global.sysstat.consistent gets examination", "vartype": 2, + "default": "301471", "summary": "sysstat.consistent gets examination: 301471", "scope": "global", "metric_type": 1 @@ -2578,6 +2812,7 @@ "dbms": 121, "name": "global.sysstat.consistent gets examination (fastpath)", "vartype": 2, + "default": "292532", "summary": "sysstat.consistent gets examination (fastpath): 292532", "scope": "global", "metric_type": 1 @@ -2589,6 +2824,7 @@ "dbms": 121, "name": "global.sysstat.consistent gets from cache", "vartype": 2, + "default": "15615369", "summary": "sysstat.consistent gets from cache: 15615369", "scope": "global", "metric_type": 1 @@ -2600,6 +2836,7 @@ "dbms": 121, "name": "global.sysstat.consistent gets pin", "vartype": 2, + "default": "15313898", "summary": "sysstat.consistent gets pin: 15313898", "scope": "global", "metric_type": 1 @@ -2611,6 +2848,7 @@ "dbms": 121, "name": "global.sysstat.consistent gets pin (fastpath)", "vartype": 2, + "default": "15294162", "summary": "sysstat.consistent gets pin (fastpath): 15294162", "scope": "global", "metric_type": 1 @@ -2622,6 +2860,7 @@ "dbms": 121, "name": "global.sysstat.cpu used by this session", "vartype": 2, + "default": "2437", "summary": "sysstat.cpu used by this session: 2437", "scope": "global", "metric_type": 1 @@ -2633,6 +2872,7 @@ "dbms": 121, "name": "global.sysstat.cpu used when call started", "vartype": 2, + "default": "1863", "summary": "sysstat.cpu used when call started: 1863", "scope": "global", "metric_type": 1 @@ -2644,6 +2884,7 @@ "dbms": 121, "name": "global.sysstat.cr blocks created", "vartype": 2, + "default": "645", "summary": "sysstat.cr blocks created: 645", "scope": "global", "metric_type": 1 @@ -2655,6 +2896,7 @@ "dbms": 121, "name": "global.sysstat.current blocks converted for cr", "vartype": 2, + "default": "0", "summary": "sysstat.current blocks converted for cr: 0", "scope": "global", "metric_type": 1 @@ -2666,6 +2908,7 @@ "dbms": 121, "name": "global.sysstat.cursor authentications", "vartype": 2, + "default": "329", "summary": "sysstat.cursor authentications: 329", "scope": "global", "metric_type": 1 @@ -2677,6 +2920,7 @@ "dbms": 121, "name": "global.sysstat.cursor reload failures", "vartype": 2, + "default": "0", "summary": "sysstat.cursor reload failures: 0", "scope": "global", "metric_type": 1 @@ -2688,6 +2932,7 @@ "dbms": 121, "name": "global.sysstat.cvmap unavailable", "vartype": 2, + "default": "0", "summary": "sysstat.cvmap unavailable: 0", "scope": "global", "metric_type": 1 @@ -2699,6 +2944,7 @@ "dbms": 121, "name": "global.sysstat.data blocks consistent reads - undo records applied", "vartype": 2, + "default": "110", "summary": "sysstat.data blocks consistent reads - undo records applied: 110", "scope": "global", "metric_type": 1 @@ -2710,6 +2956,7 @@ "dbms": 121, "name": "global.sysstat.data warehousing cooling action", "vartype": 2, + "default": "0", "summary": "sysstat.data warehousing cooling action: 0", "scope": "global", "metric_type": 1 @@ -2721,6 +2968,7 @@ "dbms": 121, "name": "global.sysstat.data warehousing evicted objects", "vartype": 2, + "default": "0", "summary": "sysstat.data warehousing evicted objects: 0", "scope": "global", "metric_type": 1 @@ -2732,6 +2980,7 @@ "dbms": 121, "name": "global.sysstat.data warehousing evicted objects - cooling", "vartype": 2, + "default": "0", "summary": "sysstat.data warehousing evicted objects - cooling: 0", "scope": "global", "metric_type": 1 @@ -2743,6 +2992,7 @@ "dbms": 121, "name": "global.sysstat.data warehousing evicted objects - replace", "vartype": 2, + "default": "0", "summary": "sysstat.data warehousing evicted objects - replace: 0", "scope": "global", "metric_type": 1 @@ -2754,6 +3004,7 @@ "dbms": 121, "name": "global.sysstat.data warehousing scanned blocks", "vartype": 2, + "default": "0", "summary": "sysstat.data warehousing scanned blocks: 0", "scope": "global", "metric_type": 1 @@ -2765,6 +3016,7 @@ "dbms": 121, "name": "global.sysstat.data warehousing scanned blocks - disk", "vartype": 2, + "default": "0", "summary": "sysstat.data warehousing scanned blocks - disk: 0", "scope": "global", "metric_type": 1 @@ -2776,6 +3028,7 @@ "dbms": 121, "name": "global.sysstat.data warehousing scanned blocks - flash", "vartype": 2, + "default": "0", "summary": "sysstat.data warehousing scanned blocks - flash: 0", "scope": "global", "metric_type": 1 @@ -2787,6 +3040,7 @@ "dbms": 121, "name": "global.sysstat.data warehousing scanned blocks - memory", "vartype": 2, + "default": "0", "summary": "sysstat.data warehousing scanned blocks - memory: 0", "scope": "global", "metric_type": 1 @@ -2798,6 +3052,7 @@ "dbms": 121, "name": "global.sysstat.data warehousing scanned blocks - offload", "vartype": 2, + "default": "0", "summary": "sysstat.data warehousing scanned blocks - offload: 0", "scope": "global", "metric_type": 1 @@ -2809,6 +3064,7 @@ "dbms": 121, "name": "global.sysstat.data warehousing scanned objects", "vartype": 2, + "default": "0", "summary": "sysstat.data warehousing scanned objects: 0", "scope": "global", "metric_type": 1 @@ -2820,6 +3076,7 @@ "dbms": 121, "name": "global.sysstat.db block changes", "vartype": 2, + "default": "149329", "summary": "sysstat.db block changes: 149329", "scope": "global", "metric_type": 1 @@ -2831,6 +3088,7 @@ "dbms": 121, "name": "global.sysstat.db block gets", "vartype": 2, + "default": "95513", "summary": "sysstat.db block gets: 95513", "scope": "global", "metric_type": 1 @@ -2842,6 +3100,7 @@ "dbms": 121, "name": "global.sysstat.db block gets direct", "vartype": 2, + "default": "0", "summary": "sysstat.db block gets direct: 0", "scope": "global", "metric_type": 1 @@ -2853,6 +3112,7 @@ "dbms": 121, "name": "global.sysstat.db block gets from cache", "vartype": 2, + "default": "95513", "summary": "sysstat.db block gets from cache: 95513", "scope": "global", "metric_type": 1 @@ -2864,6 +3124,7 @@ "dbms": 121, "name": "global.sysstat.db block gets from cache (fastpath)", "vartype": 2, + "default": "12737", "summary": "sysstat.db block gets from cache (fastpath): 12737", "scope": "global", "metric_type": 1 @@ -2875,6 +3136,7 @@ "dbms": 121, "name": "global.sysstat.db corrupt blocks detected", "vartype": 2, + "default": "0", "summary": "sysstat.db corrupt blocks detected: 0", "scope": "global", "metric_type": 1 @@ -2886,6 +3148,7 @@ "dbms": 121, "name": "global.sysstat.db corrupt blocks recovered", "vartype": 2, + "default": "0", "summary": "sysstat.db corrupt blocks recovered: 0", "scope": "global", "metric_type": 1 @@ -2897,6 +3160,7 @@ "dbms": 121, "name": "global.sysstat.db time", "vartype": 2, + "default": "6899", "summary": "sysstat.db time: 6899", "scope": "global", "metric_type": 1 @@ -2908,6 +3172,7 @@ "dbms": 121, "name": "global.sysstat.dbwr checkpoint buffers written", "vartype": 2, + "default": "0", "summary": "sysstat.dbwr checkpoint buffers written: 0", "scope": "global", "metric_type": 1 @@ -2919,6 +3184,7 @@ "dbms": 121, "name": "global.sysstat.dbwr checkpoints", "vartype": 2, + "default": "1", "summary": "sysstat.dbwr checkpoints: 1", "scope": "global", "metric_type": 1 @@ -2930,6 +3196,7 @@ "dbms": 121, "name": "global.sysstat.dbwr fusion writes", "vartype": 2, + "default": "0", "summary": "sysstat.dbwr fusion writes: 0", "scope": "global", "metric_type": 1 @@ -2941,6 +3208,7 @@ "dbms": 121, "name": "global.sysstat.dbwr lru scans", "vartype": 2, + "default": "0", "summary": "sysstat.dbwr lru scans: 0", "scope": "global", "metric_type": 1 @@ -2952,6 +3220,7 @@ "dbms": 121, "name": "global.sysstat.dbwr object drop buffers written", "vartype": 2, + "default": "0", "summary": "sysstat.dbwr object drop buffers written: 0", "scope": "global", "metric_type": 1 @@ -2963,6 +3232,7 @@ "dbms": 121, "name": "global.sysstat.dbwr parallel query checkpoint buffers written", "vartype": 2, + "default": "0", "summary": "sysstat.dbwr parallel query checkpoint buffers written: 0", "scope": "global", "metric_type": 1 @@ -2974,6 +3244,7 @@ "dbms": 121, "name": "global.sysstat.dbwr revisited being-written buffer", "vartype": 2, + "default": "0", "summary": "sysstat.dbwr revisited being-written buffer: 0", "scope": "global", "metric_type": 1 @@ -2985,6 +3256,7 @@ "dbms": 121, "name": "global.sysstat.dbwr tablespace checkpoint buffers written", "vartype": 2, + "default": "0", "summary": "sysstat.dbwr tablespace checkpoint buffers written: 0", "scope": "global", "metric_type": 1 @@ -2996,6 +3268,7 @@ "dbms": 121, "name": "global.sysstat.dbwr thread checkpoint buffers written", "vartype": 2, + "default": "0", "summary": "sysstat.dbwr thread checkpoint buffers written: 0", "scope": "global", "metric_type": 1 @@ -3007,6 +3280,7 @@ "dbms": 121, "name": "global.sysstat.dbwr transaction table writes", "vartype": 2, + "default": "0", "summary": "sysstat.dbwr transaction table writes: 0", "scope": "global", "metric_type": 1 @@ -3018,6 +3292,7 @@ "dbms": 121, "name": "global.sysstat.dbwr undo block writes", "vartype": 2, + "default": "0", "summary": "sysstat.dbwr undo block writes: 0", "scope": "global", "metric_type": 1 @@ -3029,6 +3304,7 @@ "dbms": 121, "name": "global.sysstat.ddl statements parallelized", "vartype": 2, + "default": "0", "summary": "sysstat.ddl statements parallelized: 0", "scope": "global", "metric_type": 1 @@ -3040,6 +3316,7 @@ "dbms": 121, "name": "global.sysstat.deferred (current) block cleanout applications", "vartype": 2, + "default": "20372", "summary": "sysstat.deferred (current) block cleanout applications: 20372", "scope": "global", "metric_type": 1 @@ -3051,6 +3328,7 @@ "dbms": 121, "name": "global.sysstat.deferred cur cleanouts (index blocks)", "vartype": 2, + "default": "0", "summary": "sysstat.deferred cur cleanouts (index blocks): 0", "scope": "global", "metric_type": 1 @@ -3062,6 +3340,7 @@ "dbms": 121, "name": "global.sysstat.dfo trees parallelized", "vartype": 2, + "default": "18", "summary": "sysstat.dfo trees parallelized: 18", "scope": "global", "metric_type": 1 @@ -3073,6 +3352,7 @@ "dbms": 121, "name": "global.sysstat.dirty buffers inspected", "vartype": 2, + "default": "0", "summary": "sysstat.dirty buffers inspected: 0", "scope": "global", "metric_type": 1 @@ -3084,6 +3364,7 @@ "dbms": 121, "name": "global.sysstat.dml statements parallelized", "vartype": 2, + "default": "0", "summary": "sysstat.dml statements parallelized: 0", "scope": "global", "metric_type": 1 @@ -3095,6 +3376,7 @@ "dbms": 121, "name": "global.sysstat.doubling up with imu segment", "vartype": 2, + "default": "0", "summary": "sysstat.doubling up with imu segment: 0", "scope": "global", "metric_type": 1 @@ -3106,6 +3388,7 @@ "dbms": 121, "name": "global.sysstat.drop segment calls in space pressure", "vartype": 2, + "default": "0", "summary": "sysstat.drop segment calls in space pressure: 0", "scope": "global", "metric_type": 1 @@ -3117,6 +3400,7 @@ "dbms": 121, "name": "global.sysstat.dx/bb enqueue lock background get time", "vartype": 2, + "default": "0", "summary": "sysstat.dx/bb enqueue lock background get time: 0", "scope": "global", "metric_type": 1 @@ -3128,6 +3412,7 @@ "dbms": 121, "name": "global.sysstat.dx/bb enqueue lock background gets", "vartype": 2, + "default": "0", "summary": "sysstat.dx/bb enqueue lock background gets: 0", "scope": "global", "metric_type": 1 @@ -3139,6 +3424,7 @@ "dbms": 121, "name": "global.sysstat.dx/bb enqueue lock foreground requests", "vartype": 2, + "default": "0", "summary": "sysstat.dx/bb enqueue lock foreground requests: 0", "scope": "global", "metric_type": 1 @@ -3150,6 +3436,7 @@ "dbms": 121, "name": "global.sysstat.dx/bb enqueue lock foreground wait time", "vartype": 2, + "default": "0", "summary": "sysstat.dx/bb enqueue lock foreground wait time: 0", "scope": "global", "metric_type": 1 @@ -3161,6 +3448,7 @@ "dbms": 121, "name": "global.sysstat.effective io time", "vartype": 2, + "default": "5171", "summary": "sysstat.effective io time: 5171", "scope": "global", "metric_type": 1 @@ -3172,6 +3460,7 @@ "dbms": 121, "name": "global.sysstat.ehcc analyze cus decompressed", "vartype": 2, + "default": "0", "summary": "sysstat.ehcc analyze cus decompressed: 0", "scope": "global", "metric_type": 1 @@ -3183,6 +3472,7 @@ "dbms": 121, "name": "global.sysstat.ehcc analyzer calls", "vartype": 2, + "default": "0", "summary": "sysstat.ehcc analyzer calls: 0", "scope": "global", "metric_type": 1 @@ -3194,6 +3484,7 @@ "dbms": 121, "name": "global.sysstat.ehcc archive cus compressed", "vartype": 2, + "default": "0", "summary": "sysstat.ehcc archive cus compressed: 0", "scope": "global", "metric_type": 1 @@ -3205,6 +3496,7 @@ "dbms": 121, "name": "global.sysstat.ehcc archive cus decompressed", "vartype": 2, + "default": "0", "summary": "sysstat.ehcc archive cus decompressed: 0", "scope": "global", "metric_type": 1 @@ -3216,6 +3508,7 @@ "dbms": 121, "name": "global.sysstat.ehcc attempted block compressions", "vartype": 2, + "default": "0", "summary": "sysstat.ehcc attempted block compressions: 0", "scope": "global", "metric_type": 1 @@ -3227,6 +3520,7 @@ "dbms": 121, "name": "global.sysstat.ehcc block compressions", "vartype": 2, + "default": "0", "summary": "sysstat.ehcc block compressions: 0", "scope": "global", "metric_type": 1 @@ -3238,6 +3532,7 @@ "dbms": 121, "name": "global.sysstat.ehcc check cus decompressed", "vartype": 2, + "default": "0", "summary": "sysstat.ehcc check cus decompressed: 0", "scope": "global", "metric_type": 1 @@ -3249,6 +3544,7 @@ "dbms": 121, "name": "global.sysstat.ehcc columns decompressed", "vartype": 2, + "default": "0", "summary": "sysstat.ehcc columns decompressed: 0", "scope": "global", "metric_type": 1 @@ -3260,6 +3556,7 @@ "dbms": 121, "name": "global.sysstat.ehcc compressed length compressed", "vartype": 2, + "default": "0", "summary": "sysstat.ehcc compressed length compressed: 0", "scope": "global", "metric_type": 1 @@ -3271,6 +3568,7 @@ "dbms": 121, "name": "global.sysstat.ehcc compressed length decompressed", "vartype": 2, + "default": "0", "summary": "sysstat.ehcc compressed length decompressed: 0", "scope": "global", "metric_type": 1 @@ -3282,6 +3580,7 @@ "dbms": 121, "name": "global.sysstat.ehcc conventional dmls", "vartype": 2, + "default": "0", "summary": "sysstat.ehcc conventional dmls: 0", "scope": "global", "metric_type": 1 @@ -3293,6 +3592,7 @@ "dbms": 121, "name": "global.sysstat.ehcc cu row pieces compressed", "vartype": 2, + "default": "0", "summary": "sysstat.ehcc cu row pieces compressed: 0", "scope": "global", "metric_type": 1 @@ -3304,6 +3604,7 @@ "dbms": 121, "name": "global.sysstat.ehcc cus all rows pass minmax", "vartype": 2, + "default": "0", "summary": "sysstat.ehcc cus all rows pass minmax: 0", "scope": "global", "metric_type": 1 @@ -3315,6 +3616,7 @@ "dbms": 121, "name": "global.sysstat.ehcc cus compressed", "vartype": 2, + "default": "0", "summary": "sysstat.ehcc cus compressed: 0", "scope": "global", "metric_type": 1 @@ -3326,6 +3628,7 @@ "dbms": 121, "name": "global.sysstat.ehcc cus decompressed", "vartype": 2, + "default": "0", "summary": "sysstat.ehcc cus decompressed: 0", "scope": "global", "metric_type": 1 @@ -3337,6 +3640,7 @@ "dbms": 121, "name": "global.sysstat.ehcc cus no rows pass minmax", "vartype": 2, + "default": "0", "summary": "sysstat.ehcc cus no rows pass minmax: 0", "scope": "global", "metric_type": 1 @@ -3348,6 +3652,7 @@ "dbms": 121, "name": "global.sysstat.ehcc cus some rows pass minmax", "vartype": 2, + "default": "0", "summary": "sysstat.ehcc cus some rows pass minmax: 0", "scope": "global", "metric_type": 1 @@ -3359,6 +3664,7 @@ "dbms": 121, "name": "global.sysstat.ehcc decompressed length compressed", "vartype": 2, + "default": "0", "summary": "sysstat.ehcc decompressed length compressed: 0", "scope": "global", "metric_type": 1 @@ -3370,6 +3676,7 @@ "dbms": 121, "name": "global.sysstat.ehcc decompressed length decompressed", "vartype": 2, + "default": "0", "summary": "sysstat.ehcc decompressed length decompressed: 0", "scope": "global", "metric_type": 1 @@ -3381,6 +3688,7 @@ "dbms": 121, "name": "global.sysstat.ehcc dml cus decompressed", "vartype": 2, + "default": "0", "summary": "sysstat.ehcc dml cus decompressed: 0", "scope": "global", "metric_type": 1 @@ -3392,6 +3700,7 @@ "dbms": 121, "name": "global.sysstat.ehcc dump cus decompressed", "vartype": 2, + "default": "0", "summary": "sysstat.ehcc dump cus decompressed: 0", "scope": "global", "metric_type": 1 @@ -3403,6 +3712,7 @@ "dbms": 121, "name": "global.sysstat.ehcc normal scan cus decompressed", "vartype": 2, + "default": "0", "summary": "sysstat.ehcc normal scan cus decompressed: 0", "scope": "global", "metric_type": 1 @@ -3414,6 +3724,7 @@ "dbms": 121, "name": "global.sysstat.ehcc pieces buffered for decompression", "vartype": 2, + "default": "0", "summary": "sysstat.ehcc pieces buffered for decompression: 0", "scope": "global", "metric_type": 1 @@ -3425,6 +3736,7 @@ "dbms": 121, "name": "global.sysstat.ehcc preds all rows pass minmax", "vartype": 2, + "default": "0", "summary": "sysstat.ehcc preds all rows pass minmax: 0", "scope": "global", "metric_type": 1 @@ -3436,6 +3748,7 @@ "dbms": 121, "name": "global.sysstat.ehcc preds no rows pass minmax", "vartype": 2, + "default": "0", "summary": "sysstat.ehcc preds no rows pass minmax: 0", "scope": "global", "metric_type": 1 @@ -3447,6 +3760,7 @@ "dbms": 121, "name": "global.sysstat.ehcc preds some rows pass minmax", "vartype": 2, + "default": "0", "summary": "sysstat.ehcc preds some rows pass minmax: 0", "scope": "global", "metric_type": 1 @@ -3458,6 +3772,7 @@ "dbms": 121, "name": "global.sysstat.ehcc query high cus compressed", "vartype": 2, + "default": "0", "summary": "sysstat.ehcc query high cus compressed: 0", "scope": "global", "metric_type": 1 @@ -3469,6 +3784,7 @@ "dbms": 121, "name": "global.sysstat.ehcc query high cus decompressed", "vartype": 2, + "default": "0", "summary": "sysstat.ehcc query high cus decompressed: 0", "scope": "global", "metric_type": 1 @@ -3480,6 +3796,7 @@ "dbms": 121, "name": "global.sysstat.ehcc query low cus compressed", "vartype": 2, + "default": "0", "summary": "sysstat.ehcc query low cus compressed: 0", "scope": "global", "metric_type": 1 @@ -3491,6 +3808,7 @@ "dbms": 121, "name": "global.sysstat.ehcc query low cus decompressed", "vartype": 2, + "default": "0", "summary": "sysstat.ehcc query low cus decompressed: 0", "scope": "global", "metric_type": 1 @@ -3502,6 +3820,7 @@ "dbms": 121, "name": "global.sysstat.ehcc rowid cus decompressed", "vartype": 2, + "default": "0", "summary": "sysstat.ehcc rowid cus decompressed: 0", "scope": "global", "metric_type": 1 @@ -3513,6 +3832,7 @@ "dbms": 121, "name": "global.sysstat.ehcc rows compressed", "vartype": 2, + "default": "0", "summary": "sysstat.ehcc rows compressed: 0", "scope": "global", "metric_type": 1 @@ -3524,6 +3844,7 @@ "dbms": 121, "name": "global.sysstat.ehcc rows not compressed", "vartype": 2, + "default": "0", "summary": "sysstat.ehcc rows not compressed: 0", "scope": "global", "metric_type": 1 @@ -3535,6 +3856,7 @@ "dbms": 121, "name": "global.sysstat.ehcc total columns for decompression", "vartype": 2, + "default": "0", "summary": "sysstat.ehcc total columns for decompression: 0", "scope": "global", "metric_type": 1 @@ -3546,6 +3868,7 @@ "dbms": 121, "name": "global.sysstat.ehcc total pieces for decompression", "vartype": 2, + "default": "0", "summary": "sysstat.ehcc total pieces for decompression: 0", "scope": "global", "metric_type": 1 @@ -3557,6 +3880,7 @@ "dbms": 121, "name": "global.sysstat.ehcc total rows for decompression", "vartype": 2, + "default": "0", "summary": "sysstat.ehcc total rows for decompression: 0", "scope": "global", "metric_type": 1 @@ -3568,6 +3892,7 @@ "dbms": 121, "name": "global.sysstat.ehcc turbo scan cus decompressed", "vartype": 2, + "default": "0", "summary": "sysstat.ehcc turbo scan cus decompressed: 0", "scope": "global", "metric_type": 1 @@ -3579,6 +3904,7 @@ "dbms": 121, "name": "global.sysstat.ehcc used on pillar tablespace", "vartype": 2, + "default": "0", "summary": "sysstat.ehcc used on pillar tablespace: 0", "scope": "global", "metric_type": 1 @@ -3590,6 +3916,7 @@ "dbms": 121, "name": "global.sysstat.ehcc used on zfs tablespace", "vartype": 2, + "default": "0", "summary": "sysstat.ehcc used on zfs tablespace: 0", "scope": "global", "metric_type": 1 @@ -3601,6 +3928,7 @@ "dbms": 121, "name": "global.sysstat.enqueue conversions", "vartype": 2, + "default": "226", "summary": "sysstat.enqueue conversions: 226", "scope": "global", "metric_type": 1 @@ -3612,6 +3940,7 @@ "dbms": 121, "name": "global.sysstat.enqueue deadlocks", "vartype": 2, + "default": "0", "summary": "sysstat.enqueue deadlocks: 0", "scope": "global", "metric_type": 1 @@ -3623,6 +3952,7 @@ "dbms": 121, "name": "global.sysstat.enqueue releases", "vartype": 2, + "default": "21154", "summary": "sysstat.enqueue releases: 21154", "scope": "global", "metric_type": 1 @@ -3634,6 +3964,7 @@ "dbms": 121, "name": "global.sysstat.enqueue requests", "vartype": 2, + "default": "21202", "summary": "sysstat.enqueue requests: 21202", "scope": "global", "metric_type": 1 @@ -3645,6 +3976,7 @@ "dbms": 121, "name": "global.sysstat.enqueue timeouts", "vartype": 2, + "default": "22", "summary": "sysstat.enqueue timeouts: 22", "scope": "global", "metric_type": 1 @@ -3656,6 +3988,7 @@ "dbms": 121, "name": "global.sysstat.enqueue waits", "vartype": 2, + "default": "26", "summary": "sysstat.enqueue waits: 26", "scope": "global", "metric_type": 1 @@ -3667,6 +4000,7 @@ "dbms": 121, "name": "global.sysstat.error count cleared by cell", "vartype": 2, + "default": "0", "summary": "sysstat.error count cleared by cell: 0", "scope": "global", "metric_type": 1 @@ -3678,6 +4012,7 @@ "dbms": 121, "name": "global.sysstat.exchange deadlocks", "vartype": 2, + "default": "0", "summary": "sysstat.exchange deadlocks: 0", "scope": "global", "metric_type": 1 @@ -3689,6 +4024,7 @@ "dbms": 121, "name": "global.sysstat.execute count", "vartype": 2, + "default": "78899", "summary": "sysstat.execute count: 78899", "scope": "global", "metric_type": 1 @@ -3700,6 +4036,7 @@ "dbms": 121, "name": "global.sysstat.failed probes on index block reclamation", "vartype": 2, + "default": "0", "summary": "sysstat.failed probes on index block reclamation: 0", "scope": "global", "metric_type": 1 @@ -3711,6 +4048,7 @@ "dbms": 121, "name": "global.sysstat.fastpath consistent get quota limit", "vartype": 2, + "default": "0", "summary": "sysstat.fastpath consistent get quota limit: 0", "scope": "global", "metric_type": 1 @@ -3722,6 +4060,7 @@ "dbms": 121, "name": "global.sysstat.fbda woken up", "vartype": 2, + "default": "0", "summary": "sysstat.fbda woken up: 0", "scope": "global", "metric_type": 1 @@ -3733,6 +4072,7 @@ "dbms": 121, "name": "global.sysstat.file io service time", "vartype": 2, + "default": "172988", "summary": "sysstat.file io service time: 172988", "scope": "global", "metric_type": 1 @@ -3744,6 +4084,7 @@ "dbms": 121, "name": "global.sysstat.file io wait time", "vartype": 2, + "default": "610623", "summary": "sysstat.file io wait time: 610623", "scope": "global", "metric_type": 1 @@ -3755,6 +4096,7 @@ "dbms": 121, "name": "global.sysstat.filtered blocks failed block check", "vartype": 2, + "default": "0", "summary": "sysstat.filtered blocks failed block check: 0", "scope": "global", "metric_type": 1 @@ -3766,6 +4108,7 @@ "dbms": 121, "name": "global.sysstat.flash cache eviction: aged out", "vartype": 2, + "default": "0", "summary": "sysstat.flash cache eviction: aged out: 0", "scope": "global", "metric_type": 1 @@ -3777,6 +4120,7 @@ "dbms": 121, "name": "global.sysstat.flash cache eviction: buffer pinned", "vartype": 2, + "default": "0", "summary": "sysstat.flash cache eviction: buffer pinned: 0", "scope": "global", "metric_type": 1 @@ -3788,6 +4132,7 @@ "dbms": 121, "name": "global.sysstat.flash cache eviction: invalidated", "vartype": 2, + "default": "0", "summary": "sysstat.flash cache eviction: invalidated: 0", "scope": "global", "metric_type": 1 @@ -3799,6 +4144,7 @@ "dbms": 121, "name": "global.sysstat.flash cache insert skip: corrupt", "vartype": 2, + "default": "0", "summary": "sysstat.flash cache insert skip: corrupt: 0", "scope": "global", "metric_type": 1 @@ -3810,6 +4156,7 @@ "dbms": 121, "name": "global.sysstat.flash cache insert skip: dbwr overloaded", "vartype": 2, + "default": "0", "summary": "sysstat.flash cache insert skip: dbwr overloaded: 0", "scope": "global", "metric_type": 1 @@ -3821,6 +4168,7 @@ "dbms": 121, "name": "global.sysstat.flash cache insert skip: exists", "vartype": 2, + "default": "0", "summary": "sysstat.flash cache insert skip: exists: 0", "scope": "global", "metric_type": 1 @@ -3832,6 +4180,7 @@ "dbms": 121, "name": "global.sysstat.flash cache insert skip: modification", "vartype": 2, + "default": "0", "summary": "sysstat.flash cache insert skip: modification: 0", "scope": "global", "metric_type": 1 @@ -3843,6 +4192,7 @@ "dbms": 121, "name": "global.sysstat.flash cache insert skip: not current", "vartype": 2, + "default": "0", "summary": "sysstat.flash cache insert skip: not current: 0", "scope": "global", "metric_type": 3 @@ -3854,6 +4204,7 @@ "dbms": 121, "name": "global.sysstat.flash cache insert skip: not useful", "vartype": 2, + "default": "0", "summary": "sysstat.flash cache insert skip: not useful: 0", "scope": "global", "metric_type": 1 @@ -3865,6 +4216,7 @@ "dbms": 121, "name": "global.sysstat.flash cache inserts", "vartype": 2, + "default": "0", "summary": "sysstat.flash cache inserts: 0", "scope": "global", "metric_type": 1 @@ -3876,6 +4228,7 @@ "dbms": 121, "name": "global.sysstat.flashback cache read optimizations for block new", "vartype": 2, + "default": "0", "summary": "sysstat.flashback cache read optimizations for block new: 0", "scope": "global", "metric_type": 1 @@ -3887,6 +4240,7 @@ "dbms": 121, "name": "global.sysstat.flashback direct read optimizations for block new", "vartype": 2, + "default": "0", "summary": "sysstat.flashback direct read optimizations for block new: 0", "scope": "global", "metric_type": 1 @@ -3898,6 +4252,7 @@ "dbms": 121, "name": "global.sysstat.flashback log write bytes", "vartype": 2, + "default": "0", "summary": "sysstat.flashback log write bytes: 0", "scope": "global", "metric_type": 1 @@ -3909,6 +4264,7 @@ "dbms": 121, "name": "global.sysstat.flashback log writes", "vartype": 2, + "default": "0", "summary": "sysstat.flashback log writes: 0", "scope": "global", "metric_type": 1 @@ -3920,6 +4276,7 @@ "dbms": 121, "name": "global.sysstat.flashback securefile cache read optimizations for block new", "vartype": 2, + "default": "0", "summary": "sysstat.flashback securefile cache read optimizations for block new: 0", "scope": "global", "metric_type": 1 @@ -3931,6 +4288,7 @@ "dbms": 121, "name": "global.sysstat.flashback securefile direct read optimizations for block new", "vartype": 2, + "default": "0", "summary": "sysstat.flashback securefile direct read optimizations for block new: 0", "scope": "global", "metric_type": 1 @@ -3942,6 +4300,7 @@ "dbms": 121, "name": "global.sysstat.foreground propagated tracked transactions", "vartype": 2, + "default": "0", "summary": "sysstat.foreground propagated tracked transactions: 0", "scope": "global", "metric_type": 1 @@ -3953,6 +4312,7 @@ "dbms": 121, "name": "global.sysstat.forwarded 2pc commands across rac nodes", "vartype": 2, + "default": "0", "summary": "sysstat.forwarded 2pc commands across rac nodes: 0", "scope": "global", "metric_type": 1 @@ -3964,6 +4324,7 @@ "dbms": 121, "name": "global.sysstat.frame signature mismatch", "vartype": 2, + "default": "0", "summary": "sysstat.frame signature mismatch: 0", "scope": "global", "metric_type": 1 @@ -3975,6 +4336,7 @@ "dbms": 121, "name": "global.sysstat.free buffer inspected", "vartype": 2, + "default": "1", "summary": "sysstat.free buffer inspected: 1", "scope": "global", "metric_type": 1 @@ -3986,6 +4348,7 @@ "dbms": 121, "name": "global.sysstat.free buffer requested", "vartype": 2, + "default": "51911", "summary": "sysstat.free buffer requested: 51911", "scope": "global", "metric_type": 1 @@ -3997,6 +4360,7 @@ "dbms": 121, "name": "global.sysstat.gc blocks compressed", "vartype": 2, + "default": "0", "summary": "sysstat.gc blocks compressed: 0", "scope": "global", "metric_type": 1 @@ -4008,6 +4372,7 @@ "dbms": 121, "name": "global.sysstat.gc blocks corrupt", "vartype": 2, + "default": "0", "summary": "sysstat.gc blocks corrupt: 0", "scope": "global", "metric_type": 1 @@ -4019,6 +4384,7 @@ "dbms": 121, "name": "global.sysstat.gc blocks lost", "vartype": 2, + "default": "0", "summary": "sysstat.gc blocks lost: 0", "scope": "global", "metric_type": 1 @@ -4030,6 +4396,7 @@ "dbms": 121, "name": "global.sysstat.gc claim blocks lost", "vartype": 2, + "default": "0", "summary": "sysstat.gc claim blocks lost: 0", "scope": "global", "metric_type": 1 @@ -4041,6 +4408,7 @@ "dbms": 121, "name": "global.sysstat.gc cleanout applied", "vartype": 2, + "default": "0", "summary": "sysstat.gc cleanout applied: 0", "scope": "global", "metric_type": 1 @@ -4052,6 +4420,7 @@ "dbms": 121, "name": "global.sysstat.gc cleanout no space", "vartype": 2, + "default": "0", "summary": "sysstat.gc cleanout no space: 0", "scope": "global", "metric_type": 1 @@ -4063,6 +4432,7 @@ "dbms": 121, "name": "global.sysstat.gc cleanout saved", "vartype": 2, + "default": "0", "summary": "sysstat.gc cleanout saved: 0", "scope": "global", "metric_type": 1 @@ -4074,6 +4444,7 @@ "dbms": 121, "name": "global.sysstat.gc cluster flash cache reads failure", "vartype": 2, + "default": "0", "summary": "sysstat.gc cluster flash cache reads failure: 0", "scope": "global", "metric_type": 1 @@ -4085,6 +4456,7 @@ "dbms": 121, "name": "global.sysstat.gc cluster flash cache reads received", "vartype": 2, + "default": "0", "summary": "sysstat.gc cluster flash cache reads received: 0", "scope": "global", "metric_type": 1 @@ -4096,6 +4468,7 @@ "dbms": 121, "name": "global.sysstat.gc cluster flash cache reads served", "vartype": 2, + "default": "0", "summary": "sysstat.gc cluster flash cache reads served: 0", "scope": "global", "metric_type": 1 @@ -4107,6 +4480,7 @@ "dbms": 121, "name": "global.sysstat.gc cluster flash cache received read time", "vartype": 2, + "default": "0", "summary": "sysstat.gc cluster flash cache received read time: 0", "scope": "global", "metric_type": 1 @@ -4118,6 +4492,7 @@ "dbms": 121, "name": "global.sysstat.gc cpu used by this session", "vartype": 2, + "default": "0", "summary": "sysstat.gc cpu used by this session: 0", "scope": "global", "metric_type": 1 @@ -4129,6 +4504,7 @@ "dbms": 121, "name": "global.sysstat.gc cr block build time", "vartype": 2, + "default": "0", "summary": "sysstat.gc cr block build time: 0", "scope": "global", "metric_type": 1 @@ -4140,6 +4516,7 @@ "dbms": 121, "name": "global.sysstat.gc cr block flush time", "vartype": 2, + "default": "0", "summary": "sysstat.gc cr block flush time: 0", "scope": "global", "metric_type": 1 @@ -4151,6 +4528,7 @@ "dbms": 121, "name": "global.sysstat.gc cr block receive time", "vartype": 2, + "default": "0", "summary": "sysstat.gc cr block receive time: 0", "scope": "global", "metric_type": 1 @@ -4162,6 +4540,7 @@ "dbms": 121, "name": "global.sysstat.gc cr block send time", "vartype": 2, + "default": "0", "summary": "sysstat.gc cr block send time: 0", "scope": "global", "metric_type": 1 @@ -4173,6 +4552,7 @@ "dbms": 121, "name": "global.sysstat.gc cr blocks flushed", "vartype": 2, + "default": "0", "summary": "sysstat.gc cr blocks flushed: 0", "scope": "global", "metric_type": 1 @@ -4184,6 +4564,7 @@ "dbms": 121, "name": "global.sysstat.gc cr blocks received", "vartype": 2, + "default": "0", "summary": "sysstat.gc cr blocks received: 0", "scope": "global", "metric_type": 1 @@ -4195,6 +4576,7 @@ "dbms": 121, "name": "global.sysstat.gc cr blocks received with bps", "vartype": 2, + "default": "0", "summary": "sysstat.gc cr blocks received with bps: 0", "scope": "global", "metric_type": 1 @@ -4206,6 +4588,7 @@ "dbms": 121, "name": "global.sysstat.gc cr blocks served", "vartype": 2, + "default": "0", "summary": "sysstat.gc cr blocks served: 0", "scope": "global", "metric_type": 1 @@ -4217,6 +4600,7 @@ "dbms": 121, "name": "global.sysstat.gc cr blocks served with bps", "vartype": 2, + "default": "0", "summary": "sysstat.gc cr blocks served with bps: 0", "scope": "global", "metric_type": 1 @@ -4228,6 +4612,7 @@ "dbms": 121, "name": "global.sysstat.gc current block flush time", "vartype": 2, + "default": "0", "summary": "sysstat.gc current block flush time: 0", "scope": "global", "metric_type": 1 @@ -4239,6 +4624,7 @@ "dbms": 121, "name": "global.sysstat.gc current block pin time", "vartype": 2, + "default": "0", "summary": "sysstat.gc current block pin time: 0", "scope": "global", "metric_type": 1 @@ -4250,6 +4636,7 @@ "dbms": 121, "name": "global.sysstat.gc current block receive time", "vartype": 2, + "default": "0", "summary": "sysstat.gc current block receive time: 0", "scope": "global", "metric_type": 1 @@ -4261,6 +4648,7 @@ "dbms": 121, "name": "global.sysstat.gc current block send time", "vartype": 2, + "default": "0", "summary": "sysstat.gc current block send time: 0", "scope": "global", "metric_type": 1 @@ -4272,6 +4660,7 @@ "dbms": 121, "name": "global.sysstat.gc current blocks flushed", "vartype": 2, + "default": "0", "summary": "sysstat.gc current blocks flushed: 0", "scope": "global", "metric_type": 1 @@ -4283,6 +4672,7 @@ "dbms": 121, "name": "global.sysstat.gc current blocks pinned", "vartype": 2, + "default": "0", "summary": "sysstat.gc current blocks pinned: 0", "scope": "global", "metric_type": 1 @@ -4294,6 +4684,7 @@ "dbms": 121, "name": "global.sysstat.gc current blocks received", "vartype": 2, + "default": "0", "summary": "sysstat.gc current blocks received: 0", "scope": "global", "metric_type": 1 @@ -4305,6 +4696,7 @@ "dbms": 121, "name": "global.sysstat.gc current blocks received with bps", "vartype": 2, + "default": "0", "summary": "sysstat.gc current blocks received with bps: 0", "scope": "global", "metric_type": 1 @@ -4316,6 +4708,7 @@ "dbms": 121, "name": "global.sysstat.gc current blocks served", "vartype": 2, + "default": "0", "summary": "sysstat.gc current blocks served: 0", "scope": "global", "metric_type": 1 @@ -4327,6 +4720,7 @@ "dbms": 121, "name": "global.sysstat.gc current blocks served with bps", "vartype": 2, + "default": "0", "summary": "sysstat.gc current blocks served with bps: 0", "scope": "global", "metric_type": 1 @@ -4338,6 +4732,7 @@ "dbms": 121, "name": "global.sysstat.gc flash cache reads served", "vartype": 2, + "default": "0", "summary": "sysstat.gc flash cache reads served: 0", "scope": "global", "metric_type": 1 @@ -4349,6 +4744,7 @@ "dbms": 121, "name": "global.sysstat.gc flash cache served read time", "vartype": 2, + "default": "0", "summary": "sysstat.gc flash cache served read time: 0", "scope": "global", "metric_type": 1 @@ -4360,6 +4756,7 @@ "dbms": 121, "name": "global.sysstat.gc force cr read cr", "vartype": 2, + "default": "0", "summary": "sysstat.gc force cr read cr: 0", "scope": "global", "metric_type": 1 @@ -4371,6 +4768,7 @@ "dbms": 121, "name": "global.sysstat.gc force cr read current", "vartype": 2, + "default": "0", "summary": "sysstat.gc force cr read current: 0", "scope": "global", "metric_type": 3 @@ -4382,6 +4780,7 @@ "dbms": 121, "name": "global.sysstat.gc im blocks invalidated", "vartype": 2, + "default": "0", "summary": "sysstat.gc im blocks invalidated: 0", "scope": "global", "metric_type": 1 @@ -4393,6 +4792,7 @@ "dbms": 121, "name": "global.sysstat.gc im expands", "vartype": 2, + "default": "0", "summary": "sysstat.gc im expands: 0", "scope": "global", "metric_type": 1 @@ -4404,6 +4804,7 @@ "dbms": 121, "name": "global.sysstat.gc im grants", "vartype": 2, + "default": "0", "summary": "sysstat.gc im grants: 0", "scope": "global", "metric_type": 1 @@ -4415,6 +4816,7 @@ "dbms": 121, "name": "global.sysstat.gc im shrinks", "vartype": 2, + "default": "0", "summary": "sysstat.gc im shrinks: 0", "scope": "global", "metric_type": 1 @@ -4426,6 +4828,7 @@ "dbms": 121, "name": "global.sysstat.gc ka grant receive time", "vartype": 2, + "default": "0", "summary": "sysstat.gc ka grant receive time: 0", "scope": "global", "metric_type": 1 @@ -4437,6 +4840,7 @@ "dbms": 121, "name": "global.sysstat.gc ka grants received", "vartype": 2, + "default": "0", "summary": "sysstat.gc ka grants received: 0", "scope": "global", "metric_type": 1 @@ -4448,6 +4852,7 @@ "dbms": 121, "name": "global.sysstat.gc kbytes saved", "vartype": 2, + "default": "0", "summary": "sysstat.gc kbytes saved: 0", "scope": "global", "metric_type": 1 @@ -4459,6 +4864,7 @@ "dbms": 121, "name": "global.sysstat.gc kbytes sent", "vartype": 2, + "default": "0", "summary": "sysstat.gc kbytes sent: 0", "scope": "global", "metric_type": 1 @@ -4470,6 +4876,7 @@ "dbms": 121, "name": "global.sysstat.gc local grants", "vartype": 2, + "default": "0", "summary": "sysstat.gc local grants: 0", "scope": "global", "metric_type": 1 @@ -4481,6 +4888,7 @@ "dbms": 121, "name": "global.sysstat.gc read time waited", "vartype": 2, + "default": "0", "summary": "sysstat.gc read time waited: 0", "scope": "global", "metric_type": 1 @@ -4492,6 +4900,7 @@ "dbms": 121, "name": "global.sysstat.gc read wait failures", "vartype": 2, + "default": "0", "summary": "sysstat.gc read wait failures: 0", "scope": "global", "metric_type": 1 @@ -4503,6 +4912,7 @@ "dbms": 121, "name": "global.sysstat.gc read wait timeouts", "vartype": 2, + "default": "0", "summary": "sysstat.gc read wait timeouts: 0", "scope": "global", "metric_type": 1 @@ -4514,6 +4924,7 @@ "dbms": 121, "name": "global.sysstat.gc read waits", "vartype": 2, + "default": "0", "summary": "sysstat.gc read waits: 0", "scope": "global", "metric_type": 1 @@ -4525,6 +4936,7 @@ "dbms": 121, "name": "global.sysstat.gc reader bypass grants", "vartype": 2, + "default": "0", "summary": "sysstat.gc reader bypass grants: 0", "scope": "global", "metric_type": 1 @@ -4536,6 +4948,7 @@ "dbms": 121, "name": "global.sysstat.gc reader bypass waits", "vartype": 2, + "default": "0", "summary": "sysstat.gc reader bypass waits: 0", "scope": "global", "metric_type": 1 @@ -4547,6 +4960,7 @@ "dbms": 121, "name": "global.sysstat.gc remote grants", "vartype": 2, + "default": "0", "summary": "sysstat.gc remote grants: 0", "scope": "global", "metric_type": 1 @@ -4558,6 +4972,7 @@ "dbms": 121, "name": "global.sysstat.gcs messages sent", "vartype": 2, + "default": "0", "summary": "sysstat.gcs messages sent: 0", "scope": "global", "metric_type": 1 @@ -4569,6 +4984,7 @@ "dbms": 121, "name": "global.sysstat.ges messages sent", "vartype": 2, + "default": "0", "summary": "sysstat.ges messages sent: 0", "scope": "global", "metric_type": 1 @@ -4580,6 +4996,7 @@ "dbms": 121, "name": "global.sysstat.global enqueue cpu used by this session", "vartype": 2, + "default": "0", "summary": "sysstat.global enqueue cpu used by this session: 0", "scope": "global", "metric_type": 1 @@ -4591,6 +5008,7 @@ "dbms": 121, "name": "global.sysstat.global enqueue get time", "vartype": 2, + "default": "0", "summary": "sysstat.global enqueue get time: 0", "scope": "global", "metric_type": 1 @@ -4602,6 +5020,7 @@ "dbms": 121, "name": "global.sysstat.global enqueue gets async", "vartype": 2, + "default": "0", "summary": "sysstat.global enqueue gets async: 0", "scope": "global", "metric_type": 1 @@ -4613,6 +5032,7 @@ "dbms": 121, "name": "global.sysstat.global enqueue gets sync", "vartype": 2, + "default": "0", "summary": "sysstat.global enqueue gets sync: 0", "scope": "global", "metric_type": 1 @@ -4624,6 +5044,7 @@ "dbms": 121, "name": "global.sysstat.global enqueue releases", "vartype": 2, + "default": "0", "summary": "sysstat.global enqueue releases: 0", "scope": "global", "metric_type": 1 @@ -4635,6 +5056,7 @@ "dbms": 121, "name": "global.sysstat.global undo segment hints helped", "vartype": 2, + "default": "0", "summary": "sysstat.global undo segment hints helped: 0", "scope": "global", "metric_type": 1 @@ -4646,6 +5068,7 @@ "dbms": 121, "name": "global.sysstat.global undo segment hints were stale", "vartype": 2, + "default": "0", "summary": "sysstat.global undo segment hints were stale: 0", "scope": "global", "metric_type": 1 @@ -4657,6 +5080,7 @@ "dbms": 121, "name": "global.sysstat.gtx processes spawned by autotune", "vartype": 2, + "default": "0", "summary": "sysstat.gtx processes spawned by autotune: 0", "scope": "global", "metric_type": 1 @@ -4668,6 +5092,7 @@ "dbms": 121, "name": "global.sysstat.gtx processes stopped by autotune", "vartype": 2, + "default": "0", "summary": "sysstat.gtx processes stopped by autotune: 0", "scope": "global", "metric_type": 1 @@ -4679,6 +5104,7 @@ "dbms": 121, "name": "global.sysstat.heap block compress", "vartype": 2, + "default": "5861", "summary": "sysstat.heap block compress: 5861", "scope": "global", "metric_type": 1 @@ -4690,6 +5116,7 @@ "dbms": 121, "name": "global.sysstat.heap segment array inserts", "vartype": 2, + "default": "1545", "summary": "sysstat.heap segment array inserts: 1545", "scope": "global", "metric_type": 1 @@ -4701,6 +5128,7 @@ "dbms": 121, "name": "global.sysstat.heap segment array updates", "vartype": 2, + "default": "156", "summary": "sysstat.heap segment array updates: 156", "scope": "global", "metric_type": 1 @@ -4712,6 +5140,7 @@ "dbms": 121, "name": "global.sysstat.heatmap blklevel flush task count", "vartype": 2, + "default": "0", "summary": "sysstat.heatmap blklevel flush task count: 0", "scope": "global", "metric_type": 1 @@ -4723,6 +5152,7 @@ "dbms": 121, "name": "global.sysstat.heatmap blklevel flush task create", "vartype": 2, + "default": "0", "summary": "sysstat.heatmap blklevel flush task create: 0", "scope": "global", "metric_type": 1 @@ -4734,6 +5164,7 @@ "dbms": 121, "name": "global.sysstat.heatmap blklevel flushed", "vartype": 2, + "default": "0", "summary": "sysstat.heatmap blklevel flushed: 0", "scope": "global", "metric_type": 1 @@ -4745,6 +5176,7 @@ "dbms": 121, "name": "global.sysstat.heatmap blklevel flushed to bf", "vartype": 2, + "default": "0", "summary": "sysstat.heatmap blklevel flushed to bf: 0", "scope": "global", "metric_type": 1 @@ -4756,6 +5188,7 @@ "dbms": 121, "name": "global.sysstat.heatmap blklevel flushed to sysaux", "vartype": 2, + "default": "0", "summary": "sysstat.heatmap blklevel flushed to sysaux: 0", "scope": "global", "metric_type": 1 @@ -4767,6 +5200,7 @@ "dbms": 121, "name": "global.sysstat.heatmap blklevel not tracked - memory", "vartype": 2, + "default": "0", "summary": "sysstat.heatmap blklevel not tracked - memory: 0", "scope": "global", "metric_type": 1 @@ -4778,6 +5212,7 @@ "dbms": 121, "name": "global.sysstat.heatmap blklevel not updated - repeat", "vartype": 2, + "default": "0", "summary": "sysstat.heatmap blklevel not updated - repeat: 0", "scope": "global", "metric_type": 1 @@ -4789,6 +5224,7 @@ "dbms": 121, "name": "global.sysstat.heatmap blklevel ranges flushed", "vartype": 2, + "default": "0", "summary": "sysstat.heatmap blklevel ranges flushed: 0", "scope": "global", "metric_type": 1 @@ -4800,6 +5236,7 @@ "dbms": 121, "name": "global.sysstat.heatmap blklevel ranges skipped", "vartype": 2, + "default": "0", "summary": "sysstat.heatmap blklevel ranges skipped: 0", "scope": "global", "metric_type": 1 @@ -4811,6 +5248,7 @@ "dbms": 121, "name": "global.sysstat.heatmap blklevel tracked", "vartype": 2, + "default": "0", "summary": "sysstat.heatmap blklevel tracked: 0", "scope": "global", "metric_type": 1 @@ -4822,6 +5260,7 @@ "dbms": 121, "name": "global.sysstat.heatmap seglevel - flush", "vartype": 2, + "default": "0", "summary": "sysstat.heatmap seglevel - flush: 0", "scope": "global", "metric_type": 1 @@ -4833,6 +5272,7 @@ "dbms": 121, "name": "global.sysstat.heatmap seglevel - full table scan", "vartype": 2, + "default": "0", "summary": "sysstat.heatmap seglevel - full table scan: 0", "scope": "global", "metric_type": 1 @@ -4844,6 +5284,7 @@ "dbms": 121, "name": "global.sysstat.heatmap seglevel - indexlookup", "vartype": 2, + "default": "0", "summary": "sysstat.heatmap seglevel - indexlookup: 0", "scope": "global", "metric_type": 1 @@ -4855,6 +5296,7 @@ "dbms": 121, "name": "global.sysstat.heatmap seglevel - segments flushed", "vartype": 2, + "default": "0", "summary": "sysstat.heatmap seglevel - segments flushed: 0", "scope": "global", "metric_type": 1 @@ -4866,6 +5308,7 @@ "dbms": 121, "name": "global.sysstat.heatmap seglevel - tablelookup", "vartype": 2, + "default": "0", "summary": "sysstat.heatmap seglevel - tablelookup: 0", "scope": "global", "metric_type": 1 @@ -4877,6 +5320,7 @@ "dbms": 121, "name": "global.sysstat.heatmap seglevel - write", "vartype": 2, + "default": "0", "summary": "sysstat.heatmap seglevel - write: 0", "scope": "global", "metric_type": 1 @@ -4888,6 +5332,7 @@ "dbms": 121, "name": "global.sysstat.hot buffers moved to head of lru", "vartype": 2, + "default": "0", "summary": "sysstat.hot buffers moved to head of lru: 0", "scope": "global", "metric_type": 1 @@ -4899,6 +5344,7 @@ "dbms": 121, "name": "global.sysstat.hsc compressed segment block changes", "vartype": 2, + "default": "0", "summary": "sysstat.hsc compressed segment block changes: 0", "scope": "global", "metric_type": 1 @@ -4910,6 +5356,7 @@ "dbms": 121, "name": "global.sysstat.hsc heap segment block changes", "vartype": 2, + "default": "61489", "summary": "sysstat.hsc heap segment block changes: 61489", "scope": "global", "metric_type": 1 @@ -4921,6 +5368,7 @@ "dbms": 121, "name": "global.sysstat.hsc idl compressed blocks", "vartype": 2, + "default": "0", "summary": "sysstat.hsc idl compressed blocks: 0", "scope": "global", "metric_type": 1 @@ -4932,6 +5380,7 @@ "dbms": 121, "name": "global.sysstat.hsc oltp compressed blocks", "vartype": 2, + "default": "0", "summary": "sysstat.hsc oltp compressed blocks: 0", "scope": "global", "metric_type": 1 @@ -4943,6 +5392,7 @@ "dbms": 121, "name": "global.sysstat.hsc oltp compression block checked", "vartype": 2, + "default": "0", "summary": "sysstat.hsc oltp compression block checked: 0", "scope": "global", "metric_type": 1 @@ -4954,6 +5404,7 @@ "dbms": 121, "name": "global.sysstat.hsc oltp compression skipped rows", "vartype": 2, + "default": "0", "summary": "sysstat.hsc oltp compression skipped rows: 0", "scope": "global", "metric_type": 1 @@ -4965,6 +5416,7 @@ "dbms": 121, "name": "global.sysstat.hsc oltp compression wide compressed row pieces", "vartype": 2, + "default": "0", "summary": "sysstat.hsc oltp compression wide compressed row pieces: 0", "scope": "global", "metric_type": 1 @@ -4976,6 +5428,7 @@ "dbms": 121, "name": "global.sysstat.hsc oltp drop column", "vartype": 2, + "default": "0", "summary": "sysstat.hsc oltp drop column: 0", "scope": "global", "metric_type": 1 @@ -4987,6 +5440,7 @@ "dbms": 121, "name": "global.sysstat.hsc oltp inline compression", "vartype": 2, + "default": "0", "summary": "sysstat.hsc oltp inline compression: 0", "scope": "global", "metric_type": 1 @@ -4998,6 +5452,7 @@ "dbms": 121, "name": "global.sysstat.hsc oltp negative compression", "vartype": 2, + "default": "0", "summary": "sysstat.hsc oltp negative compression: 0", "scope": "global", "metric_type": 1 @@ -5009,6 +5464,7 @@ "dbms": 121, "name": "global.sysstat.hsc oltp non compressible blocks", "vartype": 2, + "default": "0", "summary": "sysstat.hsc oltp non compressible blocks: 0", "scope": "global", "metric_type": 1 @@ -5020,6 +5476,7 @@ "dbms": 121, "name": "global.sysstat.hsc oltp positive compression", "vartype": 2, + "default": "0", "summary": "sysstat.hsc oltp positive compression: 0", "scope": "global", "metric_type": 1 @@ -5031,6 +5488,7 @@ "dbms": 121, "name": "global.sysstat.hsc oltp recursive compression", "vartype": 2, + "default": "0", "summary": "sysstat.hsc oltp recursive compression: 0", "scope": "global", "metric_type": 1 @@ -5042,6 +5500,7 @@ "dbms": 121, "name": "global.sysstat.hsc oltp space saving", "vartype": 2, + "default": "0", "summary": "sysstat.hsc oltp space saving: 0", "scope": "global", "metric_type": 1 @@ -5053,6 +5512,7 @@ "dbms": 121, "name": "global.sysstat.im fetches by rowid from disk", "vartype": 2, + "default": "0", "summary": "sysstat.im fetches by rowid from disk: 0", "scope": "global", "metric_type": 1 @@ -5064,6 +5524,7 @@ "dbms": 121, "name": "global.sysstat.im fetches by rowid from fetch list", "vartype": 2, + "default": "0", "summary": "sysstat.im fetches by rowid from fetch list: 0", "scope": "global", "metric_type": 1 @@ -5075,6 +5536,7 @@ "dbms": 121, "name": "global.sysstat.im fetches by rowid from imcu", "vartype": 2, + "default": "0", "summary": "sysstat.im fetches by rowid from imcu: 0", "scope": "global", "metric_type": 1 @@ -5086,6 +5548,7 @@ "dbms": 121, "name": "global.sysstat.im fetches by rowid from journal", "vartype": 2, + "default": "0", "summary": "sysstat.im fetches by rowid from journal: 0", "scope": "global", "metric_type": 1 @@ -5097,6 +5560,7 @@ "dbms": 121, "name": "global.sysstat.im fetches by rowid row invalid in imcu", "vartype": 2, + "default": "0", "summary": "sysstat.im fetches by rowid row invalid in imcu: 0", "scope": "global", "metric_type": 1 @@ -5108,6 +5572,7 @@ "dbms": 121, "name": "global.sysstat.im populate (faststart) accumulated time (ms)", "vartype": 2, + "default": "0", "summary": "sysstat.im populate (faststart) accumulated time (ms): 0", "scope": "global", "metric_type": 1 @@ -5119,6 +5584,7 @@ "dbms": 121, "name": "global.sysstat.im populate (faststart) cus accumulated write time (ms)", "vartype": 2, + "default": "0", "summary": "sysstat.im populate (faststart) cus accumulated write time (ms): 0", "scope": "global", "metric_type": 1 @@ -5130,6 +5596,7 @@ "dbms": 121, "name": "global.sysstat.im populate (faststart) cus bytes read", "vartype": 2, + "default": "0", "summary": "sysstat.im populate (faststart) cus bytes read: 0", "scope": "global", "metric_type": 1 @@ -5141,6 +5608,7 @@ "dbms": 121, "name": "global.sysstat.im populate (faststart) cus bytes written", "vartype": 2, + "default": "0", "summary": "sysstat.im populate (faststart) cus bytes written: 0", "scope": "global", "metric_type": 1 @@ -5152,6 +5620,7 @@ "dbms": 121, "name": "global.sysstat.im populate (faststart) cus read", "vartype": 2, + "default": "0", "summary": "sysstat.im populate (faststart) cus read: 0", "scope": "global", "metric_type": 1 @@ -5163,6 +5632,7 @@ "dbms": 121, "name": "global.sysstat.im populate (faststart) cus read attempts", "vartype": 2, + "default": "0", "summary": "sysstat.im populate (faststart) cus read attempts: 0", "scope": "global", "metric_type": 1 @@ -5174,6 +5644,7 @@ "dbms": 121, "name": "global.sysstat.im populate (faststart) cus verified", "vartype": 2, + "default": "0", "summary": "sysstat.im populate (faststart) cus verified: 0", "scope": "global", "metric_type": 1 @@ -5185,6 +5656,7 @@ "dbms": 121, "name": "global.sysstat.im populate (faststart) cus wall clock write time (ms)", "vartype": 2, + "default": "0", "summary": "sysstat.im populate (faststart) cus wall clock write time (ms): 0", "scope": "global", "metric_type": 1 @@ -5196,6 +5668,7 @@ "dbms": 121, "name": "global.sysstat.im populate (faststart) cus write requests", "vartype": 2, + "default": "0", "summary": "sysstat.im populate (faststart) cus write requests: 0", "scope": "global", "metric_type": 1 @@ -5207,6 +5680,7 @@ "dbms": 121, "name": "global.sysstat.im populate (faststart) cus writes", "vartype": 2, + "default": "0", "summary": "sysstat.im populate (faststart) cus writes: 0", "scope": "global", "metric_type": 1 @@ -5218,6 +5692,7 @@ "dbms": 121, "name": "global.sysstat.im populate (faststart) number of incompatible savepoints", "vartype": 2, + "default": "0", "summary": "sysstat.im populate (faststart) number of incompatible savepoints: 0", "scope": "global", "metric_type": 1 @@ -5229,6 +5704,7 @@ "dbms": 121, "name": "global.sysstat.im populate (faststart) number of invalid savepoints", "vartype": 2, + "default": "0", "summary": "sysstat.im populate (faststart) number of invalid savepoints: 0", "scope": "global", "metric_type": 1 @@ -5240,6 +5716,7 @@ "dbms": 121, "name": "global.sysstat.im populate (faststart) number of savepoints updated", "vartype": 2, + "default": "0", "summary": "sysstat.im populate (faststart) number of savepoints updated: 0", "scope": "global", "metric_type": 1 @@ -5251,6 +5728,7 @@ "dbms": 121, "name": "global.sysstat.im populate accumulated time (ms)", "vartype": 2, + "default": "0", "summary": "sysstat.im populate accumulated time (ms): 0", "scope": "global", "metric_type": 1 @@ -5262,6 +5740,7 @@ "dbms": 121, "name": "global.sysstat.im populate blocks invalid", "vartype": 2, + "default": "0", "summary": "sysstat.im populate blocks invalid: 0", "scope": "global", "metric_type": 1 @@ -5273,6 +5752,7 @@ "dbms": 121, "name": "global.sysstat.im populate bytes from storage", "vartype": 2, + "default": "0", "summary": "sysstat.im populate bytes from storage: 0", "scope": "global", "metric_type": 1 @@ -5284,6 +5764,7 @@ "dbms": 121, "name": "global.sysstat.im populate bytes in-memory data", "vartype": 2, + "default": "0", "summary": "sysstat.im populate bytes in-memory data: 0", "scope": "global", "metric_type": 1 @@ -5295,6 +5776,7 @@ "dbms": 121, "name": "global.sysstat.im populate bytes uncompressed data", "vartype": 2, + "default": "0", "summary": "sysstat.im populate bytes uncompressed data: 0", "scope": "global", "metric_type": 1 @@ -5306,6 +5788,7 @@ "dbms": 121, "name": "global.sysstat.im populate cus", "vartype": 2, + "default": "0", "summary": "sysstat.im populate cus: 0", "scope": "global", "metric_type": 1 @@ -5317,6 +5800,7 @@ "dbms": 121, "name": "global.sysstat.im populate cus chain pieces", "vartype": 2, + "default": "0", "summary": "sysstat.im populate cus chain pieces: 0", "scope": "global", "metric_type": 1 @@ -5328,6 +5812,7 @@ "dbms": 121, "name": "global.sysstat.im populate cus columns", "vartype": 2, + "default": "0", "summary": "sysstat.im populate cus columns: 0", "scope": "global", "metric_type": 1 @@ -5339,6 +5824,7 @@ "dbms": 121, "name": "global.sysstat.im populate cus empty", "vartype": 2, + "default": "0", "summary": "sysstat.im populate cus empty: 0", "scope": "global", "metric_type": 1 @@ -5350,6 +5836,7 @@ "dbms": 121, "name": "global.sysstat.im populate cus memcompress for capacity high", "vartype": 2, + "default": "0", "summary": "sysstat.im populate cus memcompress for capacity high: 0", "scope": "global", "metric_type": 1 @@ -5361,6 +5848,7 @@ "dbms": 121, "name": "global.sysstat.im populate cus memcompress for capacity low", "vartype": 2, + "default": "0", "summary": "sysstat.im populate cus memcompress for capacity low: 0", "scope": "global", "metric_type": 1 @@ -5372,6 +5860,7 @@ "dbms": 121, "name": "global.sysstat.im populate cus memcompress for dml", "vartype": 2, + "default": "0", "summary": "sysstat.im populate cus memcompress for dml: 0", "scope": "global", "metric_type": 1 @@ -5383,6 +5872,7 @@ "dbms": 121, "name": "global.sysstat.im populate cus memcompress for query high", "vartype": 2, + "default": "0", "summary": "sysstat.im populate cus memcompress for query high: 0", "scope": "global", "metric_type": 1 @@ -5394,6 +5884,7 @@ "dbms": 121, "name": "global.sysstat.im populate cus memcompress for query low", "vartype": 2, + "default": "0", "summary": "sysstat.im populate cus memcompress for query low: 0", "scope": "global", "metric_type": 1 @@ -5405,6 +5896,7 @@ "dbms": 121, "name": "global.sysstat.im populate cus no memcompress", "vartype": 2, + "default": "0", "summary": "sysstat.im populate cus no memcompress: 0", "scope": "global", "metric_type": 1 @@ -5416,6 +5908,7 @@ "dbms": 121, "name": "global.sysstat.im populate cus requested", "vartype": 2, + "default": "0", "summary": "sysstat.im populate cus requested: 0", "scope": "global", "metric_type": 1 @@ -5427,6 +5920,7 @@ "dbms": 121, "name": "global.sysstat.im populate cus resubmitted", "vartype": 2, + "default": "0", "summary": "sysstat.im populate cus resubmitted: 0", "scope": "global", "metric_type": 1 @@ -5438,6 +5932,7 @@ "dbms": 121, "name": "global.sysstat.im populate rows", "vartype": 2, + "default": "0", "summary": "sysstat.im populate rows: 0", "scope": "global", "metric_type": 1 @@ -5449,6 +5944,7 @@ "dbms": 121, "name": "global.sysstat.im populate segments", "vartype": 2, + "default": "0", "summary": "sysstat.im populate segments: 0", "scope": "global", "metric_type": 1 @@ -5460,6 +5956,7 @@ "dbms": 121, "name": "global.sysstat.im populate segments requested", "vartype": 2, + "default": "0", "summary": "sysstat.im populate segments requested: 0", "scope": "global", "metric_type": 1 @@ -5471,6 +5968,7 @@ "dbms": 121, "name": "global.sysstat.im populate transactions active", "vartype": 2, + "default": "0", "summary": "sysstat.im populate transactions active: 0", "scope": "global", "metric_type": 1 @@ -5482,6 +5980,7 @@ "dbms": 121, "name": "global.sysstat.im populate transactions check", "vartype": 2, + "default": "0", "summary": "sysstat.im populate transactions check: 0", "scope": "global", "metric_type": 1 @@ -5493,6 +5992,7 @@ "dbms": 121, "name": "global.sysstat.im populate undo records applied", "vartype": 2, + "default": "0", "summary": "sysstat.im populate undo records applied: 0", "scope": "global", "metric_type": 1 @@ -5504,6 +6004,7 @@ "dbms": 121, "name": "global.sysstat.im populate undo segheader rollback", "vartype": 2, + "default": "0", "summary": "sysstat.im populate undo segheader rollback: 0", "scope": "global", "metric_type": 1 @@ -5515,6 +6016,7 @@ "dbms": 121, "name": "global.sysstat.im prepopulate accumulated time (ms)", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate accumulated time (ms): 0", "scope": "global", "metric_type": 1 @@ -5526,6 +6028,7 @@ "dbms": 121, "name": "global.sysstat.im prepopulate bytes from storage", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate bytes from storage: 0", "scope": "global", "metric_type": 1 @@ -5537,6 +6040,7 @@ "dbms": 121, "name": "global.sysstat.im prepopulate bytes in-memory data", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate bytes in-memory data: 0", "scope": "global", "metric_type": 1 @@ -5548,6 +6052,7 @@ "dbms": 121, "name": "global.sysstat.im prepopulate bytes uncompressed data", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate bytes uncompressed data: 0", "scope": "global", "metric_type": 1 @@ -5559,6 +6064,7 @@ "dbms": 121, "name": "global.sysstat.im prepopulate cus", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate cus: 0", "scope": "global", "metric_type": 1 @@ -5570,6 +6076,7 @@ "dbms": 121, "name": "global.sysstat.im prepopulate cus chain pieces", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate cus chain pieces: 0", "scope": "global", "metric_type": 1 @@ -5581,6 +6088,7 @@ "dbms": 121, "name": "global.sysstat.im prepopulate cus columns", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate cus columns: 0", "scope": "global", "metric_type": 1 @@ -5592,6 +6100,7 @@ "dbms": 121, "name": "global.sysstat.im prepopulate cus empty", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate cus empty: 0", "scope": "global", "metric_type": 1 @@ -5603,6 +6112,7 @@ "dbms": 121, "name": "global.sysstat.im prepopulate cus memcompress for capacity high", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate cus memcompress for capacity high: 0", "scope": "global", "metric_type": 1 @@ -5614,6 +6124,7 @@ "dbms": 121, "name": "global.sysstat.im prepopulate cus memcompress for capacity low", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate cus memcompress for capacity low: 0", "scope": "global", "metric_type": 1 @@ -5625,6 +6136,7 @@ "dbms": 121, "name": "global.sysstat.im prepopulate cus memcompress for dml", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate cus memcompress for dml: 0", "scope": "global", "metric_type": 1 @@ -5636,6 +6148,7 @@ "dbms": 121, "name": "global.sysstat.im prepopulate cus memcompress for query high", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate cus memcompress for query high: 0", "scope": "global", "metric_type": 1 @@ -5647,6 +6160,7 @@ "dbms": 121, "name": "global.sysstat.im prepopulate cus memcompress for query low", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate cus memcompress for query low: 0", "scope": "global", "metric_type": 1 @@ -5658,6 +6172,7 @@ "dbms": 121, "name": "global.sysstat.im prepopulate cus no memcompress", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate cus no memcompress: 0", "scope": "global", "metric_type": 1 @@ -5669,6 +6184,7 @@ "dbms": 121, "name": "global.sysstat.im prepopulate cus requested", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate cus requested: 0", "scope": "global", "metric_type": 1 @@ -5680,6 +6196,7 @@ "dbms": 121, "name": "global.sysstat.im prepopulate cus resubmitted", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate cus resubmitted: 0", "scope": "global", "metric_type": 1 @@ -5691,6 +6208,7 @@ "dbms": 121, "name": "global.sysstat.im prepopulate rows", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate rows: 0", "scope": "global", "metric_type": 1 @@ -5702,6 +6220,7 @@ "dbms": 121, "name": "global.sysstat.im prepopulate segments", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate segments: 0", "scope": "global", "metric_type": 1 @@ -5713,6 +6232,7 @@ "dbms": 121, "name": "global.sysstat.im prepopulate segments requested", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate segments requested: 0", "scope": "global", "metric_type": 1 @@ -5724,6 +6244,7 @@ "dbms": 121, "name": "global.sysstat.im rac blocks invalid", "vartype": 2, + "default": "0", "summary": "sysstat.im rac blocks invalid: 0", "scope": "global", "metric_type": 1 @@ -5735,6 +6256,7 @@ "dbms": 121, "name": "global.sysstat.im rac cus invalid", "vartype": 2, + "default": "0", "summary": "sysstat.im rac cus invalid: 0", "scope": "global", "metric_type": 1 @@ -5746,6 +6268,7 @@ "dbms": 121, "name": "global.sysstat.im repopulate (scan) cus", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (scan) cus: 0", "scope": "global", "metric_type": 1 @@ -5757,6 +6280,7 @@ "dbms": 121, "name": "global.sysstat.im repopulate (scan) cus requested", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (scan) cus requested: 0", "scope": "global", "metric_type": 1 @@ -5768,6 +6292,7 @@ "dbms": 121, "name": "global.sysstat.im repopulate (scan) cus resubmitted", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (scan) cus resubmitted: 0", "scope": "global", "metric_type": 1 @@ -5779,6 +6304,7 @@ "dbms": 121, "name": "global.sysstat.im repopulate (trickle) accumulated time (ms)", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle) accumulated time (ms): 0", "scope": "global", "metric_type": 1 @@ -5790,6 +6316,7 @@ "dbms": 121, "name": "global.sysstat.im repopulate (trickle) bytes from storage", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle) bytes from storage: 0", "scope": "global", "metric_type": 1 @@ -5801,6 +6328,7 @@ "dbms": 121, "name": "global.sysstat.im repopulate (trickle) bytes in-memory data", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle) bytes in-memory data: 0", "scope": "global", "metric_type": 1 @@ -5812,6 +6340,7 @@ "dbms": 121, "name": "global.sysstat.im repopulate (trickle) bytes uncompressed data", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle) bytes uncompressed data: 0", "scope": "global", "metric_type": 1 @@ -5823,6 +6352,7 @@ "dbms": 121, "name": "global.sysstat.im repopulate (trickle) cus", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle) cus: 0", "scope": "global", "metric_type": 1 @@ -5834,6 +6364,7 @@ "dbms": 121, "name": "global.sysstat.im repopulate (trickle) cus chain pieces", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle) cus chain pieces: 0", "scope": "global", "metric_type": 1 @@ -5845,6 +6376,7 @@ "dbms": 121, "name": "global.sysstat.im repopulate (trickle) cus columns", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle) cus columns: 0", "scope": "global", "metric_type": 1 @@ -5856,6 +6388,7 @@ "dbms": 121, "name": "global.sysstat.im repopulate (trickle) cus empty", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle) cus empty: 0", "scope": "global", "metric_type": 1 @@ -5867,6 +6400,7 @@ "dbms": 121, "name": "global.sysstat.im repopulate (trickle) cus memcompress for capacity high", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle) cus memcompress for capacity high: 0", "scope": "global", "metric_type": 1 @@ -5878,6 +6412,7 @@ "dbms": 121, "name": "global.sysstat.im repopulate (trickle) cus memcompress for capacity low", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle) cus memcompress for capacity low: 0", "scope": "global", "metric_type": 1 @@ -5889,6 +6424,7 @@ "dbms": 121, "name": "global.sysstat.im repopulate (trickle) cus memcompress for dml", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle) cus memcompress for dml: 0", "scope": "global", "metric_type": 1 @@ -5900,6 +6436,7 @@ "dbms": 121, "name": "global.sysstat.im repopulate (trickle) cus memcompress for query high", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle) cus memcompress for query high: 0", "scope": "global", "metric_type": 1 @@ -5911,6 +6448,7 @@ "dbms": 121, "name": "global.sysstat.im repopulate (trickle) cus memcompress for query low", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle) cus memcompress for query low: 0", "scope": "global", "metric_type": 1 @@ -5922,6 +6460,7 @@ "dbms": 121, "name": "global.sysstat.im repopulate (trickle) cus no memcompress", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle) cus no memcompress: 0", "scope": "global", "metric_type": 1 @@ -5933,6 +6472,7 @@ "dbms": 121, "name": "global.sysstat.im repopulate (trickle) cus requested", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle) cus requested: 0", "scope": "global", "metric_type": 1 @@ -5944,6 +6484,7 @@ "dbms": 121, "name": "global.sysstat.im repopulate (trickle) cus resubmitted", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle) cus resubmitted: 0", "scope": "global", "metric_type": 1 @@ -5955,6 +6496,7 @@ "dbms": 121, "name": "global.sysstat.im repopulate (trickle) rows", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle) rows: 0", "scope": "global", "metric_type": 1 @@ -5966,6 +6508,7 @@ "dbms": 121, "name": "global.sysstat.im repopulate accumulated time (ms)", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate accumulated time (ms): 0", "scope": "global", "metric_type": 1 @@ -5977,6 +6520,7 @@ "dbms": 121, "name": "global.sysstat.im repopulate blocks invalid", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate blocks invalid: 0", "scope": "global", "metric_type": 1 @@ -5988,6 +6532,7 @@ "dbms": 121, "name": "global.sysstat.im repopulate bytes from storage", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate bytes from storage: 0", "scope": "global", "metric_type": 1 @@ -5999,6 +6544,7 @@ "dbms": 121, "name": "global.sysstat.im repopulate bytes in-memory data", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate bytes in-memory data: 0", "scope": "global", "metric_type": 1 @@ -6010,6 +6556,7 @@ "dbms": 121, "name": "global.sysstat.im repopulate bytes uncompressed data", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate bytes uncompressed data: 0", "scope": "global", "metric_type": 1 @@ -6021,6 +6568,7 @@ "dbms": 121, "name": "global.sysstat.im repopulate cus", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate cus: 0", "scope": "global", "metric_type": 1 @@ -6032,6 +6580,7 @@ "dbms": 121, "name": "global.sysstat.im repopulate cus chain pieces", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate cus chain pieces: 0", "scope": "global", "metric_type": 1 @@ -6043,6 +6592,7 @@ "dbms": 121, "name": "global.sysstat.im repopulate cus columns", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate cus columns: 0", "scope": "global", "metric_type": 1 @@ -6054,6 +6604,7 @@ "dbms": 121, "name": "global.sysstat.im repopulate cus empty", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate cus empty: 0", "scope": "global", "metric_type": 1 @@ -6065,6 +6616,7 @@ "dbms": 121, "name": "global.sysstat.im repopulate cus memcompress for capacity high", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate cus memcompress for capacity high: 0", "scope": "global", "metric_type": 1 @@ -6076,6 +6628,7 @@ "dbms": 121, "name": "global.sysstat.im repopulate cus memcompress for capacity low", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate cus memcompress for capacity low: 0", "scope": "global", "metric_type": 1 @@ -6087,6 +6640,7 @@ "dbms": 121, "name": "global.sysstat.im repopulate cus memcompress for dml", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate cus memcompress for dml: 0", "scope": "global", "metric_type": 1 @@ -6098,6 +6652,7 @@ "dbms": 121, "name": "global.sysstat.im repopulate cus memcompress for query high", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate cus memcompress for query high: 0", "scope": "global", "metric_type": 1 @@ -6109,6 +6664,7 @@ "dbms": 121, "name": "global.sysstat.im repopulate cus memcompress for query low", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate cus memcompress for query low: 0", "scope": "global", "metric_type": 1 @@ -6120,6 +6676,7 @@ "dbms": 121, "name": "global.sysstat.im repopulate cus no memcompress", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate cus no memcompress: 0", "scope": "global", "metric_type": 1 @@ -6131,6 +6688,7 @@ "dbms": 121, "name": "global.sysstat.im repopulate cus requested", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate cus requested: 0", "scope": "global", "metric_type": 1 @@ -6142,6 +6700,7 @@ "dbms": 121, "name": "global.sysstat.im repopulate cus resubmitted", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate cus resubmitted: 0", "scope": "global", "metric_type": 1 @@ -6153,6 +6712,7 @@ "dbms": 121, "name": "global.sysstat.im repopulate rows", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate rows: 0", "scope": "global", "metric_type": 1 @@ -6164,6 +6724,7 @@ "dbms": 121, "name": "global.sysstat.im repopulate segments", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate segments: 0", "scope": "global", "metric_type": 1 @@ -6175,6 +6736,7 @@ "dbms": 121, "name": "global.sysstat.im repopulate segments requested", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate segments requested: 0", "scope": "global", "metric_type": 1 @@ -6186,6 +6748,7 @@ "dbms": 121, "name": "global.sysstat.im repopulate transactions active", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate transactions active: 0", "scope": "global", "metric_type": 1 @@ -6197,6 +6760,7 @@ "dbms": 121, "name": "global.sysstat.im repopulate transactions check", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate transactions check: 0", "scope": "global", "metric_type": 1 @@ -6208,6 +6772,7 @@ "dbms": 121, "name": "global.sysstat.im repopulate undo records applied", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate undo records applied: 0", "scope": "global", "metric_type": 1 @@ -6219,6 +6784,7 @@ "dbms": 121, "name": "global.sysstat.im repopulate undo segheader rollback", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate undo segheader rollback: 0", "scope": "global", "metric_type": 1 @@ -6230,6 +6796,7 @@ "dbms": 121, "name": "global.sysstat.im scan blocks cache", "vartype": 2, + "default": "0", "summary": "sysstat.im scan blocks cache: 0", "scope": "global", "metric_type": 1 @@ -6241,6 +6808,7 @@ "dbms": 121, "name": "global.sysstat.im scan bytes in-memory", "vartype": 2, + "default": "0", "summary": "sysstat.im scan bytes in-memory: 0", "scope": "global", "metric_type": 1 @@ -6252,6 +6820,7 @@ "dbms": 121, "name": "global.sysstat.im scan bytes uncompressed", "vartype": 2, + "default": "0", "summary": "sysstat.im scan bytes uncompressed: 0", "scope": "global", "metric_type": 1 @@ -6263,6 +6832,7 @@ "dbms": 121, "name": "global.sysstat.im scan cus cleanout", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus cleanout: 0", "scope": "global", "metric_type": 1 @@ -6274,6 +6844,7 @@ "dbms": 121, "name": "global.sysstat.im scan cus column not in memory", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus column not in memory: 0", "scope": "global", "metric_type": 1 @@ -6285,6 +6856,7 @@ "dbms": 121, "name": "global.sysstat.im scan cus columns accessed", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus columns accessed: 0", "scope": "global", "metric_type": 1 @@ -6296,6 +6868,7 @@ "dbms": 121, "name": "global.sysstat.im scan cus columns decompressed", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus columns decompressed: 0", "scope": "global", "metric_type": 1 @@ -6307,6 +6880,7 @@ "dbms": 121, "name": "global.sysstat.im scan cus columns theoretical max", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus columns theoretical max: 0", "scope": "global", "metric_type": 1 @@ -6318,6 +6892,7 @@ "dbms": 121, "name": "global.sysstat.im scan cus failed to reget pin", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus failed to reget pin: 0", "scope": "global", "metric_type": 1 @@ -6329,6 +6904,7 @@ "dbms": 121, "name": "global.sysstat.im scan cus invalid", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus invalid: 0", "scope": "global", "metric_type": 1 @@ -6340,6 +6916,7 @@ "dbms": 121, "name": "global.sysstat.im scan cus invalid (all rows are invalid)", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus invalid (all rows are invalid): 0", "scope": "global", "metric_type": 1 @@ -6351,6 +6928,7 @@ "dbms": 121, "name": "global.sysstat.im scan cus invalid or missing revert to on disk extent", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus invalid or missing revert to on disk extent: 0", "scope": "global", "metric_type": 1 @@ -6362,6 +6940,7 @@ "dbms": 121, "name": "global.sysstat.im scan cus memcompress for capacity high", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus memcompress for capacity high: 0", "scope": "global", "metric_type": 1 @@ -6373,6 +6952,7 @@ "dbms": 121, "name": "global.sysstat.im scan cus memcompress for capacity low", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus memcompress for capacity low: 0", "scope": "global", "metric_type": 1 @@ -6384,6 +6964,7 @@ "dbms": 121, "name": "global.sysstat.im scan cus memcompress for dml", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus memcompress for dml: 0", "scope": "global", "metric_type": 1 @@ -6395,6 +6976,7 @@ "dbms": 121, "name": "global.sysstat.im scan cus memcompress for query high", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus memcompress for query high: 0", "scope": "global", "metric_type": 1 @@ -6406,6 +6988,7 @@ "dbms": 121, "name": "global.sysstat.im scan cus memcompress for query low", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus memcompress for query low: 0", "scope": "global", "metric_type": 1 @@ -6417,6 +7000,7 @@ "dbms": 121, "name": "global.sysstat.im scan cus no cleanout", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus no cleanout: 0", "scope": "global", "metric_type": 1 @@ -6428,6 +7012,7 @@ "dbms": 121, "name": "global.sysstat.im scan cus no memcompress", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus no memcompress: 0", "scope": "global", "metric_type": 1 @@ -6439,6 +7024,7 @@ "dbms": 121, "name": "global.sysstat.im scan cus no rollback", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus no rollback: 0", "scope": "global", "metric_type": 1 @@ -6450,6 +7036,7 @@ "dbms": 121, "name": "global.sysstat.im scan cus optimized read", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus optimized read: 0", "scope": "global", "metric_type": 1 @@ -6461,6 +7048,7 @@ "dbms": 121, "name": "global.sysstat.im scan cus predicates applied", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus predicates applied: 0", "scope": "global", "metric_type": 1 @@ -6472,6 +7060,7 @@ "dbms": 121, "name": "global.sysstat.im scan cus predicates optimized", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus predicates optimized: 0", "scope": "global", "metric_type": 1 @@ -6483,6 +7072,7 @@ "dbms": 121, "name": "global.sysstat.im scan cus predicates received", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus predicates received: 0", "scope": "global", "metric_type": 1 @@ -6494,6 +7084,7 @@ "dbms": 121, "name": "global.sysstat.im scan cus pruned", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus pruned: 0", "scope": "global", "metric_type": 1 @@ -6505,6 +7096,7 @@ "dbms": 121, "name": "global.sysstat.im scan cus rollback", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus rollback: 0", "scope": "global", "metric_type": 1 @@ -6516,6 +7108,7 @@ "dbms": 121, "name": "global.sysstat.im scan cus split pieces", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus split pieces: 0", "scope": "global", "metric_type": 1 @@ -6527,6 +7120,7 @@ "dbms": 121, "name": "global.sysstat.im scan cus undo records applied", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus undo records applied: 0", "scope": "global", "metric_type": 1 @@ -6538,6 +7132,7 @@ "dbms": 121, "name": "global.sysstat.im scan fetches journal", "vartype": 2, + "default": "0", "summary": "sysstat.im scan fetches journal: 0", "scope": "global", "metric_type": 1 @@ -6549,6 +7144,7 @@ "dbms": 121, "name": "global.sysstat.im scan found invalid smu", "vartype": 2, + "default": "0", "summary": "sysstat.im scan found invalid smu: 0", "scope": "global", "metric_type": 1 @@ -6560,6 +7156,7 @@ "dbms": 121, "name": "global.sysstat.im scan invalid all blocks", "vartype": 2, + "default": "0", "summary": "sysstat.im scan invalid all blocks: 0", "scope": "global", "metric_type": 1 @@ -6571,6 +7168,7 @@ "dbms": 121, "name": "global.sysstat.im scan journal", "vartype": 2, + "default": "0", "summary": "sysstat.im scan journal: 0", "scope": "global", "metric_type": 1 @@ -6582,6 +7180,7 @@ "dbms": 121, "name": "global.sysstat.im scan journal cleanout", "vartype": 2, + "default": "0", "summary": "sysstat.im scan journal cleanout: 0", "scope": "global", "metric_type": 1 @@ -6593,6 +7192,7 @@ "dbms": 121, "name": "global.sysstat.im scan journal no cleanout", "vartype": 2, + "default": "0", "summary": "sysstat.im scan journal no cleanout: 0", "scope": "global", "metric_type": 1 @@ -6604,6 +7204,7 @@ "dbms": 121, "name": "global.sysstat.im scan rows", "vartype": 2, + "default": "0", "summary": "sysstat.im scan rows: 0", "scope": "global", "metric_type": 1 @@ -6615,6 +7216,7 @@ "dbms": 121, "name": "global.sysstat.im scan rows cache", "vartype": 2, + "default": "0", "summary": "sysstat.im scan rows cache: 0", "scope": "global", "metric_type": 1 @@ -6626,6 +7228,7 @@ "dbms": 121, "name": "global.sysstat.im scan rows discontinuous", "vartype": 2, + "default": "0", "summary": "sysstat.im scan rows discontinuous: 0", "scope": "global", "metric_type": 1 @@ -6637,6 +7240,7 @@ "dbms": 121, "name": "global.sysstat.im scan rows excluded", "vartype": 2, + "default": "0", "summary": "sysstat.im scan rows excluded: 0", "scope": "global", "metric_type": 1 @@ -6648,6 +7252,7 @@ "dbms": 121, "name": "global.sysstat.im scan rows journal", "vartype": 2, + "default": "0", "summary": "sysstat.im scan rows journal: 0", "scope": "global", "metric_type": 1 @@ -6659,6 +7264,7 @@ "dbms": 121, "name": "global.sysstat.im scan rows journal total", "vartype": 2, + "default": "0", "summary": "sysstat.im scan rows journal total: 0", "scope": "global", "metric_type": 1 @@ -6670,6 +7276,7 @@ "dbms": 121, "name": "global.sysstat.im scan rows optimized", "vartype": 2, + "default": "0", "summary": "sysstat.im scan rows optimized: 0", "scope": "global", "metric_type": 1 @@ -6681,6 +7288,7 @@ "dbms": 121, "name": "global.sysstat.im scan rows projected", "vartype": 2, + "default": "0", "summary": "sysstat.im scan rows projected: 0", "scope": "global", "metric_type": 1 @@ -6692,6 +7300,7 @@ "dbms": 121, "name": "global.sysstat.im scan rows range excluded", "vartype": 2, + "default": "0", "summary": "sysstat.im scan rows range excluded: 0", "scope": "global", "metric_type": 1 @@ -6703,6 +7312,7 @@ "dbms": 121, "name": "global.sysstat.im scan rows valid", "vartype": 2, + "default": "0", "summary": "sysstat.im scan rows valid: 0", "scope": "global", "metric_type": 1 @@ -6714,6 +7324,7 @@ "dbms": 121, "name": "global.sysstat.im scan segments disk", "vartype": 2, + "default": "0", "summary": "sysstat.im scan segments disk: 0", "scope": "global", "metric_type": 1 @@ -6725,6 +7336,7 @@ "dbms": 121, "name": "global.sysstat.im scan segments minmax eligible", "vartype": 2, + "default": "0", "summary": "sysstat.im scan segments minmax eligible: 0", "scope": "global", "metric_type": 1 @@ -6736,6 +7348,7 @@ "dbms": 121, "name": "global.sysstat.im space cu bytes allocated", "vartype": 2, + "default": "0", "summary": "sysstat.im space cu bytes allocated: 0", "scope": "global", "metric_type": 1 @@ -6747,6 +7360,7 @@ "dbms": 121, "name": "global.sysstat.im space cu bytes freed", "vartype": 2, + "default": "0", "summary": "sysstat.im space cu bytes freed: 0", "scope": "global", "metric_type": 1 @@ -6758,6 +7372,7 @@ "dbms": 121, "name": "global.sysstat.im space cu creations committed", "vartype": 2, + "default": "0", "summary": "sysstat.im space cu creations committed: 0", "scope": "global", "metric_type": 1 @@ -6769,6 +7384,7 @@ "dbms": 121, "name": "global.sysstat.im space cu creations initiated", "vartype": 2, + "default": "0", "summary": "sysstat.im space cu creations initiated: 0", "scope": "global", "metric_type": 1 @@ -6780,6 +7396,7 @@ "dbms": 121, "name": "global.sysstat.im space cu extents allocated", "vartype": 2, + "default": "0", "summary": "sysstat.im space cu extents allocated: 0", "scope": "global", "metric_type": 1 @@ -6791,6 +7408,7 @@ "dbms": 121, "name": "global.sysstat.im space cu extents freed", "vartype": 2, + "default": "0", "summary": "sysstat.im space cu extents freed: 0", "scope": "global", "metric_type": 1 @@ -6802,6 +7420,7 @@ "dbms": 121, "name": "global.sysstat.im space private journal bytes allocated", "vartype": 2, + "default": "0", "summary": "sysstat.im space private journal bytes allocated: 0", "scope": "global", "metric_type": 1 @@ -6813,6 +7432,7 @@ "dbms": 121, "name": "global.sysstat.im space private journal bytes freed", "vartype": 2, + "default": "0", "summary": "sysstat.im space private journal bytes freed: 0", "scope": "global", "metric_type": 1 @@ -6824,6 +7444,7 @@ "dbms": 121, "name": "global.sysstat.im space private journal extents allocated", "vartype": 2, + "default": "0", "summary": "sysstat.im space private journal extents allocated: 0", "scope": "global", "metric_type": 1 @@ -6835,6 +7456,7 @@ "dbms": 121, "name": "global.sysstat.im space private journal extents freed", "vartype": 2, + "default": "0", "summary": "sysstat.im space private journal extents freed: 0", "scope": "global", "metric_type": 1 @@ -6846,6 +7468,7 @@ "dbms": 121, "name": "global.sysstat.im space private journal segments allocated", "vartype": 2, + "default": "0", "summary": "sysstat.im space private journal segments allocated: 0", "scope": "global", "metric_type": 1 @@ -6857,6 +7480,7 @@ "dbms": 121, "name": "global.sysstat.im space private journal segments freed", "vartype": 2, + "default": "0", "summary": "sysstat.im space private journal segments freed: 0", "scope": "global", "metric_type": 1 @@ -6868,6 +7492,7 @@ "dbms": 121, "name": "global.sysstat.im space segments allocated", "vartype": 2, + "default": "0", "summary": "sysstat.im space segments allocated: 0", "scope": "global", "metric_type": 1 @@ -6879,6 +7504,7 @@ "dbms": 121, "name": "global.sysstat.im space segments freed", "vartype": 2, + "default": "0", "summary": "sysstat.im space segments freed: 0", "scope": "global", "metric_type": 1 @@ -6890,6 +7516,7 @@ "dbms": 121, "name": "global.sysstat.im space shared journal bytes allocated", "vartype": 2, + "default": "0", "summary": "sysstat.im space shared journal bytes allocated: 0", "scope": "global", "metric_type": 1 @@ -6901,6 +7528,7 @@ "dbms": 121, "name": "global.sysstat.im space shared journal bytes freed", "vartype": 2, + "default": "0", "summary": "sysstat.im space shared journal bytes freed: 0", "scope": "global", "metric_type": 1 @@ -6912,6 +7540,7 @@ "dbms": 121, "name": "global.sysstat.im space shared journal extents allocated", "vartype": 2, + "default": "0", "summary": "sysstat.im space shared journal extents allocated: 0", "scope": "global", "metric_type": 1 @@ -6923,6 +7552,7 @@ "dbms": 121, "name": "global.sysstat.im space shared journal extents freed", "vartype": 2, + "default": "0", "summary": "sysstat.im space shared journal extents freed: 0", "scope": "global", "metric_type": 1 @@ -6934,6 +7564,7 @@ "dbms": 121, "name": "global.sysstat.im space shared journal segments allocated", "vartype": 2, + "default": "0", "summary": "sysstat.im space shared journal segments allocated: 0", "scope": "global", "metric_type": 1 @@ -6945,6 +7576,7 @@ "dbms": 121, "name": "global.sysstat.im space shared journal segments freed", "vartype": 2, + "default": "0", "summary": "sysstat.im space shared journal segments freed: 0", "scope": "global", "metric_type": 1 @@ -6956,6 +7588,7 @@ "dbms": 121, "name": "global.sysstat.im space smu bytes allocated", "vartype": 2, + "default": "0", "summary": "sysstat.im space smu bytes allocated: 0", "scope": "global", "metric_type": 1 @@ -6967,6 +7600,7 @@ "dbms": 121, "name": "global.sysstat.im space smu bytes freed", "vartype": 2, + "default": "0", "summary": "sysstat.im space smu bytes freed: 0", "scope": "global", "metric_type": 1 @@ -6978,6 +7612,7 @@ "dbms": 121, "name": "global.sysstat.im space smu creations committed", "vartype": 2, + "default": "0", "summary": "sysstat.im space smu creations committed: 0", "scope": "global", "metric_type": 1 @@ -6989,6 +7624,7 @@ "dbms": 121, "name": "global.sysstat.im space smu creations initiated", "vartype": 2, + "default": "0", "summary": "sysstat.im space smu creations initiated: 0", "scope": "global", "metric_type": 1 @@ -7000,6 +7636,7 @@ "dbms": 121, "name": "global.sysstat.im space smu extents allocated", "vartype": 2, + "default": "0", "summary": "sysstat.im space smu extents allocated: 0", "scope": "global", "metric_type": 1 @@ -7011,6 +7648,7 @@ "dbms": 121, "name": "global.sysstat.im space smu extents freed", "vartype": 2, + "default": "0", "summary": "sysstat.im space smu extents freed: 0", "scope": "global", "metric_type": 1 @@ -7022,6 +7660,7 @@ "dbms": 121, "name": "global.sysstat.im transactions", "vartype": 2, + "default": "0", "summary": "sysstat.im transactions: 0", "scope": "global", "metric_type": 1 @@ -7033,6 +7672,7 @@ "dbms": 121, "name": "global.sysstat.im transactions blocks invalidated", "vartype": 2, + "default": "0", "summary": "sysstat.im transactions blocks invalidated: 0", "scope": "global", "metric_type": 1 @@ -7044,6 +7684,7 @@ "dbms": 121, "name": "global.sysstat.im transactions cu cleanout", "vartype": 2, + "default": "0", "summary": "sysstat.im transactions cu cleanout: 0", "scope": "global", "metric_type": 1 @@ -7055,6 +7696,7 @@ "dbms": 121, "name": "global.sysstat.im transactions cus invalid", "vartype": 2, + "default": "0", "summary": "sysstat.im transactions cus invalid: 0", "scope": "global", "metric_type": 1 @@ -7066,6 +7708,7 @@ "dbms": 121, "name": "global.sysstat.im transactions downgrade mode", "vartype": 2, + "default": "0", "summary": "sysstat.im transactions downgrade mode: 0", "scope": "global", "metric_type": 1 @@ -7077,6 +7720,7 @@ "dbms": 121, "name": "global.sysstat.im transactions found invalid cu", "vartype": 2, + "default": "0", "summary": "sysstat.im transactions found invalid cu: 0", "scope": "global", "metric_type": 1 @@ -7088,6 +7732,7 @@ "dbms": 121, "name": "global.sysstat.im transactions journal cleanout", "vartype": 2, + "default": "0", "summary": "sysstat.im transactions journal cleanout: 0", "scope": "global", "metric_type": 1 @@ -7099,6 +7744,7 @@ "dbms": 121, "name": "global.sysstat.im transactions rows invalidated", "vartype": 2, + "default": "0", "summary": "sysstat.im transactions rows invalidated: 0", "scope": "global", "metric_type": 1 @@ -7110,6 +7756,7 @@ "dbms": 121, "name": "global.sysstat.im transactions rows journaled", "vartype": 2, + "default": "0", "summary": "sysstat.im transactions rows journaled: 0", "scope": "global", "metric_type": 1 @@ -7121,6 +7768,7 @@ "dbms": 121, "name": "global.sysstat.im zzzz spare1", "vartype": 2, + "default": "0", "summary": "sysstat.im zzzz spare1: 0", "scope": "global", "metric_type": 1 @@ -7132,6 +7780,7 @@ "dbms": 121, "name": "global.sysstat.im zzzz spare10", "vartype": 2, + "default": "0", "summary": "sysstat.im zzzz spare10: 0", "scope": "global", "metric_type": 1 @@ -7143,6 +7792,7 @@ "dbms": 121, "name": "global.sysstat.im zzzz spare2", "vartype": 2, + "default": "0", "summary": "sysstat.im zzzz spare2: 0", "scope": "global", "metric_type": 1 @@ -7154,6 +7804,7 @@ "dbms": 121, "name": "global.sysstat.im zzzz spare3", "vartype": 2, + "default": "0", "summary": "sysstat.im zzzz spare3: 0", "scope": "global", "metric_type": 1 @@ -7165,6 +7816,7 @@ "dbms": 121, "name": "global.sysstat.im zzzz spare4", "vartype": 2, + "default": "0", "summary": "sysstat.im zzzz spare4: 0", "scope": "global", "metric_type": 1 @@ -7176,6 +7828,7 @@ "dbms": 121, "name": "global.sysstat.im zzzz spare5", "vartype": 2, + "default": "0", "summary": "sysstat.im zzzz spare5: 0", "scope": "global", "metric_type": 1 @@ -7187,6 +7840,7 @@ "dbms": 121, "name": "global.sysstat.im zzzz spare6", "vartype": 2, + "default": "0", "summary": "sysstat.im zzzz spare6: 0", "scope": "global", "metric_type": 1 @@ -7198,6 +7852,7 @@ "dbms": 121, "name": "global.sysstat.im zzzz spare7", "vartype": 2, + "default": "0", "summary": "sysstat.im zzzz spare7: 0", "scope": "global", "metric_type": 1 @@ -7209,6 +7864,7 @@ "dbms": 121, "name": "global.sysstat.im zzzz spare8", "vartype": 2, + "default": "0", "summary": "sysstat.im zzzz spare8: 0", "scope": "global", "metric_type": 1 @@ -7220,6 +7876,7 @@ "dbms": 121, "name": "global.sysstat.im zzzz spare9", "vartype": 2, + "default": "0", "summary": "sysstat.im zzzz spare9: 0", "scope": "global", "metric_type": 1 @@ -7231,6 +7888,7 @@ "dbms": 121, "name": "global.sysstat.immediate (cr) block cleanout applications", "vartype": 2, + "default": "237", "summary": "sysstat.immediate (cr) block cleanout applications: 237", "scope": "global", "metric_type": 1 @@ -7242,6 +7900,7 @@ "dbms": 121, "name": "global.sysstat.immediate (current) block cleanout applications", "vartype": 2, + "default": "1059", "summary": "sysstat.immediate (current) block cleanout applications: 1059", "scope": "global", "metric_type": 1 @@ -7253,6 +7912,7 @@ "dbms": 121, "name": "global.sysstat.immediate cr cleanouts (index blocks)", "vartype": 2, + "default": "0", "summary": "sysstat.immediate cr cleanouts (index blocks): 0", "scope": "global", "metric_type": 1 @@ -7264,6 +7924,7 @@ "dbms": 121, "name": "global.sysstat.imu bind flushes", "vartype": 2, + "default": "0", "summary": "sysstat.imu bind flushes: 0", "scope": "global", "metric_type": 1 @@ -7275,6 +7936,7 @@ "dbms": 121, "name": "global.sysstat.imu commits", "vartype": 2, + "default": "1330", "summary": "sysstat.imu commits: 1330", "scope": "global", "metric_type": 1 @@ -7286,6 +7948,7 @@ "dbms": 121, "name": "global.sysstat.imu contention", "vartype": 2, + "default": "901", "summary": "sysstat.imu contention: 901", "scope": "global", "metric_type": 1 @@ -7297,6 +7960,7 @@ "dbms": 121, "name": "global.sysstat.imu cr rollbacks", "vartype": 2, + "default": "65", "summary": "sysstat.imu cr rollbacks: 65", "scope": "global", "metric_type": 1 @@ -7308,6 +7972,7 @@ "dbms": 121, "name": "global.sysstat.imu flushes", "vartype": 2, + "default": "1341", "summary": "sysstat.imu flushes: 1341", "scope": "global", "metric_type": 1 @@ -7319,6 +7984,7 @@ "dbms": 121, "name": "global.sysstat.imu ktichg flush", "vartype": 2, + "default": "0", "summary": "sysstat.imu ktichg flush: 0", "scope": "global", "metric_type": 1 @@ -7330,6 +7996,7 @@ "dbms": 121, "name": "global.sysstat.imu mbu flush", "vartype": 2, + "default": "0", "summary": "sysstat.imu mbu flush: 0", "scope": "global", "metric_type": 1 @@ -7341,6 +8008,7 @@ "dbms": 121, "name": "global.sysstat.imu pool not allocated", "vartype": 2, + "default": "275", "summary": "sysstat.imu pool not allocated: 275", "scope": "global", "metric_type": 1 @@ -7352,6 +8020,7 @@ "dbms": 121, "name": "global.sysstat.imu recursive-transaction flush", "vartype": 2, + "default": "21", "summary": "sysstat.imu recursive-transaction flush: 21", "scope": "global", "metric_type": 1 @@ -7363,6 +8032,7 @@ "dbms": 121, "name": "global.sysstat.imu redo allocation size", "vartype": 2, + "default": "11643428", "summary": "sysstat.imu redo allocation size: 11643428", "scope": "global", "metric_type": 1 @@ -7374,6 +8044,7 @@ "dbms": 121, "name": "global.sysstat.imu undo allocation size", "vartype": 2, + "default": "20532536", "summary": "sysstat.imu undo allocation size: 20532536", "scope": "global", "metric_type": 1 @@ -7385,6 +8056,7 @@ "dbms": 121, "name": "global.sysstat.imu undo retention flush", "vartype": 2, + "default": "0", "summary": "sysstat.imu undo retention flush: 0", "scope": "global", "metric_type": 1 @@ -7396,6 +8068,7 @@ "dbms": 121, "name": "global.sysstat.imu- failed to get a private strand", "vartype": 2, + "default": "275", "summary": "sysstat.imu- failed to get a private strand: 275", "scope": "global", "metric_type": 1 @@ -7407,6 +8080,7 @@ "dbms": 121, "name": "global.sysstat.in call idle wait time", "vartype": 2, + "default": "129390", "summary": "sysstat.in call idle wait time: 129390", "scope": "global", "metric_type": 1 @@ -7418,6 +8092,7 @@ "dbms": 121, "name": "global.sysstat.index cmph gencu, uncomp sentinals", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph gencu, uncomp sentinals: 0", "scope": "global", "metric_type": 1 @@ -7429,6 +8104,7 @@ "dbms": 121, "name": "global.sysstat.index cmph ld, cu fit", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph ld, cu fit: 0", "scope": "global", "metric_type": 1 @@ -7440,6 +8116,7 @@ "dbms": 121, "name": "global.sysstat.index cmph ld, cu fit, add rows", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph ld, cu fit, add rows: 0", "scope": "global", "metric_type": 1 @@ -7451,6 +8128,7 @@ "dbms": 121, "name": "global.sysstat.index cmph ld, cu negative comp", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph ld, cu negative comp: 0", "scope": "global", "metric_type": 1 @@ -7462,6 +8140,7 @@ "dbms": 121, "name": "global.sysstat.index cmph ld, cu over-est", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph ld, cu over-est: 0", "scope": "global", "metric_type": 1 @@ -7473,6 +8152,7 @@ "dbms": 121, "name": "global.sysstat.index cmph ld, cu under-est", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph ld, cu under-est: 0", "scope": "global", "metric_type": 1 @@ -7484,6 +8164,7 @@ "dbms": 121, "name": "global.sysstat.index cmph ld, lf blks flushed", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph ld, lf blks flushed: 0", "scope": "global", "metric_type": 1 @@ -7495,6 +8176,7 @@ "dbms": 121, "name": "global.sysstat.index cmph ld, lf blks w/ und cu", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph ld, lf blks w/ und cu: 0", "scope": "global", "metric_type": 1 @@ -7506,6 +8188,7 @@ "dbms": 121, "name": "global.sysstat.index cmph ld, lf blks w/o cu", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph ld, lf blks w/o cu: 0", "scope": "global", "metric_type": 1 @@ -7517,6 +8200,7 @@ "dbms": 121, "name": "global.sysstat.index cmph ld, lf blks w/o unc r", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph ld, lf blks w/o unc r: 0", "scope": "global", "metric_type": 1 @@ -7528,6 +8212,7 @@ "dbms": 121, "name": "global.sysstat.index cmph ld, retry in over-est", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph ld, retry in over-est: 0", "scope": "global", "metric_type": 1 @@ -7539,6 +8224,7 @@ "dbms": 121, "name": "global.sysstat.index cmph ld, rows compressed", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph ld, rows compressed: 0", "scope": "global", "metric_type": 1 @@ -7550,6 +8236,7 @@ "dbms": 121, "name": "global.sysstat.index cmph ld, rows uncompressed", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph ld, rows uncompressed: 0", "scope": "global", "metric_type": 1 @@ -7561,6 +8248,7 @@ "dbms": 121, "name": "global.sysstat.index cmph sp, leaf block 90_10 splits failed", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph sp, leaf block 90_10 splits failed: 0", "scope": "global", "metric_type": 1 @@ -7572,6 +8260,7 @@ "dbms": 121, "name": "global.sysstat.index cmph sp, leaf block splits avoided", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph sp, leaf block splits avoided: 0", "scope": "global", "metric_type": 1 @@ -7583,6 +8272,7 @@ "dbms": 121, "name": "global.sysstat.index cmpl co, prefix mismatch", "vartype": 2, + "default": "0", "summary": "sysstat.index cmpl co, prefix mismatch: 0", "scope": "global", "metric_type": 1 @@ -7594,6 +8284,7 @@ "dbms": 121, "name": "global.sysstat.index cmpl ro, blocks not compressed", "vartype": 2, + "default": "0", "summary": "sysstat.index cmpl ro, blocks not compressed: 0", "scope": "global", "metric_type": 1 @@ -7605,6 +8296,7 @@ "dbms": 121, "name": "global.sysstat.index cmpl ro, prefix change at block", "vartype": 2, + "default": "0", "summary": "sysstat.index cmpl ro, prefix change at block: 0", "scope": "global", "metric_type": 1 @@ -7616,6 +8308,7 @@ "dbms": 121, "name": "global.sysstat.index cmpl ro, prefix no change at block", "vartype": 2, + "default": "0", "summary": "sysstat.index cmpl ro, prefix no change at block: 0", "scope": "global", "metric_type": 1 @@ -7627,6 +8320,7 @@ "dbms": 121, "name": "global.sysstat.index cmpl ro, reorg avoid load new block", "vartype": 2, + "default": "0", "summary": "sysstat.index cmpl ro, reorg avoid load new block: 0", "scope": "global", "metric_type": 1 @@ -7638,6 +8332,7 @@ "dbms": 121, "name": "global.sysstat.index cmpl ro, reorg avoid split", "vartype": 2, + "default": "0", "summary": "sysstat.index cmpl ro, reorg avoid split: 0", "scope": "global", "metric_type": 1 @@ -7649,6 +8344,7 @@ "dbms": 121, "name": "global.sysstat.index crx upgrade (found)", "vartype": 2, + "default": "0", "summary": "sysstat.index crx upgrade (found): 0", "scope": "global", "metric_type": 1 @@ -7660,6 +8356,7 @@ "dbms": 121, "name": "global.sysstat.index crx upgrade (positioned)", "vartype": 2, + "default": "1", "summary": "sysstat.index crx upgrade (positioned): 1", "scope": "global", "metric_type": 1 @@ -7671,6 +8368,7 @@ "dbms": 121, "name": "global.sysstat.index crx upgrade (prefetch)", "vartype": 2, + "default": "0", "summary": "sysstat.index crx upgrade (prefetch): 0", "scope": "global", "metric_type": 1 @@ -7682,6 +8380,7 @@ "dbms": 121, "name": "global.sysstat.index fast full scans (direct read)", "vartype": 2, + "default": "0", "summary": "sysstat.index fast full scans (direct read): 0", "scope": "global", "metric_type": 1 @@ -7693,6 +8392,7 @@ "dbms": 121, "name": "global.sysstat.index fast full scans (full)", "vartype": 2, + "default": "3", "summary": "sysstat.index fast full scans (full): 3", "scope": "global", "metric_type": 1 @@ -7704,6 +8404,7 @@ "dbms": 121, "name": "global.sysstat.index fast full scans (rowid ranges)", "vartype": 2, + "default": "0", "summary": "sysstat.index fast full scans (rowid ranges): 0", "scope": "global", "metric_type": 1 @@ -7715,6 +8416,7 @@ "dbms": 121, "name": "global.sysstat.index fetch by key", "vartype": 2, + "default": "1593119", "summary": "sysstat.index fetch by key: 1593119", "scope": "global", "metric_type": 1 @@ -7726,6 +8428,7 @@ "dbms": 121, "name": "global.sysstat.index reclamation/extension switch", "vartype": 2, + "default": "0", "summary": "sysstat.index reclamation/extension switch: 0", "scope": "global", "metric_type": 1 @@ -7737,6 +8440,7 @@ "dbms": 121, "name": "global.sysstat.index scans kdiixs1", "vartype": 2, + "default": "123246", "summary": "sysstat.index scans kdiixs1: 123246", "scope": "global", "metric_type": 1 @@ -7748,6 +8452,7 @@ "dbms": 121, "name": "global.sysstat.ipc cpu used by this session", "vartype": 2, + "default": "0", "summary": "sysstat.ipc cpu used by this session: 0", "scope": "global", "metric_type": 1 @@ -7759,6 +8464,7 @@ "dbms": 121, "name": "global.sysstat.java call heap collected bytes", "vartype": 2, + "default": "0", "summary": "sysstat.java call heap collected bytes: 0", "scope": "global", "metric_type": 1 @@ -7770,6 +8476,7 @@ "dbms": 121, "name": "global.sysstat.java call heap collected count", "vartype": 2, + "default": "0", "summary": "sysstat.java call heap collected count: 0", "scope": "global", "metric_type": 1 @@ -7781,6 +8488,7 @@ "dbms": 121, "name": "global.sysstat.java call heap gc count", "vartype": 2, + "default": "0", "summary": "sysstat.java call heap gc count: 0", "scope": "global", "metric_type": 1 @@ -7792,6 +8500,7 @@ "dbms": 121, "name": "global.sysstat.java call heap live object count", "vartype": 2, + "default": "0", "summary": "sysstat.java call heap live object count: 0", "scope": "global", "metric_type": 1 @@ -7803,6 +8512,7 @@ "dbms": 121, "name": "global.sysstat.java call heap live object count max", "vartype": 2, + "default": "0", "summary": "sysstat.java call heap live object count max: 0", "scope": "global", "metric_type": 1 @@ -7814,6 +8524,7 @@ "dbms": 121, "name": "global.sysstat.java call heap live size", "vartype": 2, + "default": "0", "summary": "sysstat.java call heap live size: 0", "scope": "global", "metric_type": 1 @@ -7825,6 +8536,7 @@ "dbms": 121, "name": "global.sysstat.java call heap live size max", "vartype": 2, + "default": "0", "summary": "sysstat.java call heap live size max: 0", "scope": "global", "metric_type": 1 @@ -7836,6 +8548,7 @@ "dbms": 121, "name": "global.sysstat.java call heap object count", "vartype": 2, + "default": "0", "summary": "sysstat.java call heap object count: 0", "scope": "global", "metric_type": 1 @@ -7847,6 +8560,7 @@ "dbms": 121, "name": "global.sysstat.java call heap object count max", "vartype": 2, + "default": "0", "summary": "sysstat.java call heap object count max: 0", "scope": "global", "metric_type": 1 @@ -7858,6 +8572,7 @@ "dbms": 121, "name": "global.sysstat.java call heap total size", "vartype": 2, + "default": "0", "summary": "sysstat.java call heap total size: 0", "scope": "global", "metric_type": 1 @@ -7869,6 +8584,7 @@ "dbms": 121, "name": "global.sysstat.java call heap total size max", "vartype": 2, + "default": "0", "summary": "sysstat.java call heap total size max: 0", "scope": "global", "metric_type": 1 @@ -7880,6 +8596,7 @@ "dbms": 121, "name": "global.sysstat.java call heap used size", "vartype": 2, + "default": "0", "summary": "sysstat.java call heap used size: 0", "scope": "global", "metric_type": 1 @@ -7891,6 +8608,7 @@ "dbms": 121, "name": "global.sysstat.java call heap used size max", "vartype": 2, + "default": "0", "summary": "sysstat.java call heap used size max: 0", "scope": "global", "metric_type": 1 @@ -7902,6 +8620,7 @@ "dbms": 121, "name": "global.sysstat.java session heap collected bytes", "vartype": 2, + "default": "0", "summary": "sysstat.java session heap collected bytes: 0", "scope": "global", "metric_type": 1 @@ -7913,6 +8632,7 @@ "dbms": 121, "name": "global.sysstat.java session heap collected count", "vartype": 2, + "default": "0", "summary": "sysstat.java session heap collected count: 0", "scope": "global", "metric_type": 1 @@ -7924,6 +8644,7 @@ "dbms": 121, "name": "global.sysstat.java session heap gc count", "vartype": 2, + "default": "0", "summary": "sysstat.java session heap gc count: 0", "scope": "global", "metric_type": 1 @@ -7935,6 +8656,7 @@ "dbms": 121, "name": "global.sysstat.java session heap live object count", "vartype": 2, + "default": "0", "summary": "sysstat.java session heap live object count: 0", "scope": "global", "metric_type": 1 @@ -7946,6 +8668,7 @@ "dbms": 121, "name": "global.sysstat.java session heap live object count max", "vartype": 2, + "default": "0", "summary": "sysstat.java session heap live object count max: 0", "scope": "global", "metric_type": 1 @@ -7957,6 +8680,7 @@ "dbms": 121, "name": "global.sysstat.java session heap live size", "vartype": 2, + "default": "0", "summary": "sysstat.java session heap live size: 0", "scope": "global", "metric_type": 1 @@ -7968,6 +8692,7 @@ "dbms": 121, "name": "global.sysstat.java session heap live size max", "vartype": 2, + "default": "0", "summary": "sysstat.java session heap live size max: 0", "scope": "global", "metric_type": 1 @@ -7979,6 +8704,7 @@ "dbms": 121, "name": "global.sysstat.java session heap object count", "vartype": 2, + "default": "0", "summary": "sysstat.java session heap object count: 0", "scope": "global", "metric_type": 1 @@ -7990,6 +8716,7 @@ "dbms": 121, "name": "global.sysstat.java session heap object count max", "vartype": 2, + "default": "0", "summary": "sysstat.java session heap object count max: 0", "scope": "global", "metric_type": 1 @@ -8001,6 +8728,7 @@ "dbms": 121, "name": "global.sysstat.java session heap used size", "vartype": 2, + "default": "0", "summary": "sysstat.java session heap used size: 0", "scope": "global", "metric_type": 1 @@ -8012,6 +8740,7 @@ "dbms": 121, "name": "global.sysstat.java session heap used size max", "vartype": 2, + "default": "0", "summary": "sysstat.java session heap used size max: 0", "scope": "global", "metric_type": 1 @@ -8023,6 +8752,7 @@ "dbms": 121, "name": "global.sysstat.ka grants received", "vartype": 2, + "default": "0", "summary": "sysstat.ka grants received: 0", "scope": "global", "metric_type": 1 @@ -8034,6 +8764,7 @@ "dbms": 121, "name": "global.sysstat.ka local message waits", "vartype": 2, + "default": "0", "summary": "sysstat.ka local message waits: 0", "scope": "global", "metric_type": 1 @@ -8045,6 +8776,7 @@ "dbms": 121, "name": "global.sysstat.ka local messages received", "vartype": 2, + "default": "0", "summary": "sysstat.ka local messages received: 0", "scope": "global", "metric_type": 1 @@ -8056,6 +8788,7 @@ "dbms": 121, "name": "global.sysstat.ka messages sent", "vartype": 2, + "default": "0", "summary": "sysstat.ka messages sent: 0", "scope": "global", "metric_type": 1 @@ -8067,6 +8800,7 @@ "dbms": 121, "name": "global.sysstat.ka wait calls attempted", "vartype": 2, + "default": "0", "summary": "sysstat.ka wait calls attempted: 0", "scope": "global", "metric_type": 1 @@ -8078,6 +8812,7 @@ "dbms": 121, "name": "global.sysstat.ka wait calls for invalid kga", "vartype": 2, + "default": "0", "summary": "sysstat.ka wait calls for invalid kga: 0", "scope": "global", "metric_type": 1 @@ -8089,6 +8824,7 @@ "dbms": 121, "name": "global.sysstat.ka wait calls other", "vartype": 2, + "default": "0", "summary": "sysstat.ka wait calls other: 0", "scope": "global", "metric_type": 1 @@ -8100,6 +8836,7 @@ "dbms": 121, "name": "global.sysstat.ka wait calls suppressed", "vartype": 2, + "default": "0", "summary": "sysstat.ka wait calls suppressed: 0", "scope": "global", "metric_type": 1 @@ -8111,6 +8848,7 @@ "dbms": 121, "name": "global.sysstat.ka wait due to timeout", "vartype": 2, + "default": "0", "summary": "sysstat.ka wait due to timeout: 0", "scope": "global", "metric_type": 1 @@ -8122,6 +8860,7 @@ "dbms": 121, "name": "global.sysstat.ka wait due to trigger", "vartype": 2, + "default": "0", "summary": "sysstat.ka wait due to trigger: 0", "scope": "global", "metric_type": 1 @@ -8133,6 +8872,7 @@ "dbms": 121, "name": "global.sysstat.ktfb alloc myinst", "vartype": 2, + "default": "0", "summary": "sysstat.ktfb alloc myinst: 0", "scope": "global", "metric_type": 1 @@ -8144,6 +8884,7 @@ "dbms": 121, "name": "global.sysstat.ktfb alloc req", "vartype": 2, + "default": "1", "summary": "sysstat.ktfb alloc req: 1", "scope": "global", "metric_type": 1 @@ -8155,6 +8896,7 @@ "dbms": 121, "name": "global.sysstat.ktfb alloc search ffb", "vartype": 2, + "default": "0", "summary": "sysstat.ktfb alloc search ffb: 0", "scope": "global", "metric_type": 1 @@ -8166,6 +8908,7 @@ "dbms": 121, "name": "global.sysstat.ktfb alloc space (block)", "vartype": 2, + "default": "65536", "summary": "sysstat.ktfb alloc space (block): 65536", "scope": "global", "metric_type": 1 @@ -8177,6 +8920,7 @@ "dbms": 121, "name": "global.sysstat.ktfb alloc steal", "vartype": 2, + "default": "0", "summary": "sysstat.ktfb alloc steal: 0", "scope": "global", "metric_type": 1 @@ -8188,6 +8932,7 @@ "dbms": 121, "name": "global.sysstat.ktfb alloc time (ms)", "vartype": 2, + "default": "159", "summary": "sysstat.ktfb alloc time (ms): 159", "scope": "global", "metric_type": 1 @@ -8199,6 +8944,7 @@ "dbms": 121, "name": "global.sysstat.ktfb apply req", "vartype": 2, + "default": "0", "summary": "sysstat.ktfb apply req: 0", "scope": "global", "metric_type": 1 @@ -8210,6 +8956,7 @@ "dbms": 121, "name": "global.sysstat.ktfb apply time (ms)", "vartype": 2, + "default": "0", "summary": "sysstat.ktfb apply time (ms): 0", "scope": "global", "metric_type": 1 @@ -8221,6 +8968,7 @@ "dbms": 121, "name": "global.sysstat.ktfb commit req", "vartype": 2, + "default": "0", "summary": "sysstat.ktfb commit req: 0", "scope": "global", "metric_type": 1 @@ -8232,6 +8980,7 @@ "dbms": 121, "name": "global.sysstat.ktfb commit time (ms)", "vartype": 2, + "default": "0", "summary": "sysstat.ktfb commit time (ms): 0", "scope": "global", "metric_type": 1 @@ -8243,6 +8992,7 @@ "dbms": 121, "name": "global.sysstat.ktfb free req", "vartype": 2, + "default": "0", "summary": "sysstat.ktfb free req: 0", "scope": "global", "metric_type": 1 @@ -8254,6 +9004,7 @@ "dbms": 121, "name": "global.sysstat.ktfb free space (block)", "vartype": 2, + "default": "0", "summary": "sysstat.ktfb free space (block): 0", "scope": "global", "metric_type": 1 @@ -8265,6 +9016,7 @@ "dbms": 121, "name": "global.sysstat.ktfb free time (ms)", "vartype": 2, + "default": "0", "summary": "sysstat.ktfb free time (ms): 0", "scope": "global", "metric_type": 1 @@ -8276,6 +9028,7 @@ "dbms": 121, "name": "global.sysstat.large tracked transactions", "vartype": 2, + "default": "0", "summary": "sysstat.large tracked transactions: 0", "scope": "global", "metric_type": 1 @@ -8287,6 +9040,7 @@ "dbms": 121, "name": "global.sysstat.leaf node 90-10 splits", "vartype": 2, + "default": "1", "summary": "sysstat.leaf node 90-10 splits: 1", "scope": "global", "metric_type": 1 @@ -8298,6 +9052,7 @@ "dbms": 121, "name": "global.sysstat.leaf node splits", "vartype": 2, + "default": "102", "summary": "sysstat.leaf node splits: 102", "scope": "global", "metric_type": 1 @@ -8309,6 +9064,7 @@ "dbms": 121, "name": "global.sysstat.lob reads", "vartype": 2, + "default": "0", "summary": "sysstat.lob reads: 0", "scope": "global", "metric_type": 1 @@ -8320,6 +9076,7 @@ "dbms": 121, "name": "global.sysstat.lob table id lookup cache misses", "vartype": 2, + "default": "0", "summary": "sysstat.lob table id lookup cache misses: 0", "scope": "global", "metric_type": 1 @@ -8331,6 +9088,7 @@ "dbms": 121, "name": "global.sysstat.lob writes", "vartype": 2, + "default": "0", "summary": "sysstat.lob writes: 0", "scope": "global", "metric_type": 1 @@ -8342,6 +9100,7 @@ "dbms": 121, "name": "global.sysstat.lob writes unaligned", "vartype": 2, + "default": "0", "summary": "sysstat.lob writes unaligned: 0", "scope": "global", "metric_type": 1 @@ -8353,6 +9112,7 @@ "dbms": 121, "name": "global.sysstat.local undo segment hints helped", "vartype": 2, + "default": "0", "summary": "sysstat.local undo segment hints helped: 0", "scope": "global", "metric_type": 1 @@ -8364,6 +9124,7 @@ "dbms": 121, "name": "global.sysstat.local undo segment hints were stale", "vartype": 2, + "default": "0", "summary": "sysstat.local undo segment hints were stale: 0", "scope": "global", "metric_type": 1 @@ -8375,6 +9136,7 @@ "dbms": 121, "name": "global.sysstat.logical read bytes from cache", "vartype": 2, + "default": "128703545344", "summary": "sysstat.logical read bytes from cache: 128703545344", "scope": "global", "metric_type": 1 @@ -8386,6 +9148,7 @@ "dbms": 121, "name": "global.sysstat.logons cumulative", "vartype": 2, + "default": "156", "summary": "sysstat.logons cumulative: 156", "scope": "global", "metric_type": 1 @@ -8397,6 +9160,7 @@ "dbms": 121, "name": "global.sysstat.logons current", "vartype": 2, + "default": "33", "summary": "sysstat.logons current: 33", "scope": "global", "metric_type": 3 @@ -8408,6 +9172,7 @@ "dbms": 121, "name": "global.sysstat.max cf enq hold time", "vartype": 2, + "default": "40", "summary": "sysstat.max cf enq hold time: 40", "scope": "global", "metric_type": 1 @@ -8419,6 +9184,7 @@ "dbms": 121, "name": "global.sysstat.messages received", "vartype": 2, + "default": "3345", "summary": "sysstat.messages received: 3345", "scope": "global", "metric_type": 1 @@ -8430,6 +9196,7 @@ "dbms": 121, "name": "global.sysstat.messages sent", "vartype": 2, + "default": "3345", "summary": "sysstat.messages sent: 3345", "scope": "global", "metric_type": 1 @@ -8441,6 +9208,7 @@ "dbms": 121, "name": "global.sysstat.min active scn optimization applied on cr", "vartype": 2, + "default": "38139", "summary": "sysstat.min active scn optimization applied on cr: 38139", "scope": "global", "metric_type": 1 @@ -8452,6 +9220,7 @@ "dbms": 121, "name": "global.sysstat.misses for writing mapping", "vartype": 2, + "default": "0", "summary": "sysstat.misses for writing mapping: 0", "scope": "global", "metric_type": 1 @@ -8463,6 +9232,7 @@ "dbms": 121, "name": "global.sysstat.no buffer to keep pinned count", "vartype": 2, + "default": "0", "summary": "sysstat.no buffer to keep pinned count: 0", "scope": "global", "metric_type": 1 @@ -8474,6 +9244,7 @@ "dbms": 121, "name": "global.sysstat.no work - consistent read gets", "vartype": 2, + "default": "15308266", "summary": "sysstat.no work - consistent read gets: 15308266", "scope": "global", "metric_type": 1 @@ -8485,6 +9256,7 @@ "dbms": 121, "name": "global.sysstat.no. of decrypt ops", "vartype": 2, + "default": "0", "summary": "sysstat.no. of decrypt ops: 0", "scope": "global", "metric_type": 1 @@ -8496,6 +9268,7 @@ "dbms": 121, "name": "global.sysstat.no. of encrypt ops", "vartype": 2, + "default": "0", "summary": "sysstat.no. of encrypt ops: 0", "scope": "global", "metric_type": 1 @@ -8507,6 +9280,7 @@ "dbms": 121, "name": "global.sysstat.no. of namespaces created", "vartype": 2, + "default": "0", "summary": "sysstat.no. of namespaces created: 0", "scope": "global", "metric_type": 1 @@ -8518,6 +9292,7 @@ "dbms": 121, "name": "global.sysstat.no. of principal cache misses", "vartype": 2, + "default": "0", "summary": "sysstat.no. of principal cache misses: 0", "scope": "global", "metric_type": 1 @@ -8529,6 +9304,7 @@ "dbms": 121, "name": "global.sysstat.no. of principal invalidations", "vartype": 2, + "default": "0", "summary": "sysstat.no. of principal invalidations: 0", "scope": "global", "metric_type": 1 @@ -8540,6 +9316,7 @@ "dbms": 121, "name": "global.sysstat.no. of roles enabled or disabled", "vartype": 2, + "default": "0", "summary": "sysstat.no. of roles enabled or disabled: 0", "scope": "global", "metric_type": 1 @@ -8551,6 +9328,7 @@ "dbms": 121, "name": "global.sysstat.no. of user callbacks executed", "vartype": 2, + "default": "0", "summary": "sysstat.no. of user callbacks executed: 0", "scope": "global", "metric_type": 1 @@ -8562,6 +9340,7 @@ "dbms": 121, "name": "global.sysstat.no. of xs sessions attached", "vartype": 2, + "default": "0", "summary": "sysstat.no. of xs sessions attached: 0", "scope": "global", "metric_type": 1 @@ -8573,6 +9352,7 @@ "dbms": 121, "name": "global.sysstat.no. of xs sessions created", "vartype": 2, + "default": "0", "summary": "sysstat.no. of xs sessions created: 0", "scope": "global", "metric_type": 1 @@ -8584,6 +9364,7 @@ "dbms": 121, "name": "global.sysstat.non-idle wait count", "vartype": 2, + "default": "97146", "summary": "sysstat.non-idle wait count: 97146", "scope": "global", "metric_type": 1 @@ -8595,6 +9376,7 @@ "dbms": 121, "name": "global.sysstat.non-idle wait time", "vartype": 2, + "default": "1681", "summary": "sysstat.non-idle wait time: 1681", "scope": "global", "metric_type": 1 @@ -8606,6 +9388,7 @@ "dbms": 121, "name": "global.sysstat.number of format_preserving redactions", "vartype": 2, + "default": "0", "summary": "sysstat.number of format_preserving redactions: 0", "scope": "global", "metric_type": 1 @@ -8617,6 +9400,7 @@ "dbms": 121, "name": "global.sysstat.number of full redactions", "vartype": 2, + "default": "0", "summary": "sysstat.number of full redactions: 0", "scope": "global", "metric_type": 1 @@ -8628,6 +9412,7 @@ "dbms": 121, "name": "global.sysstat.number of map misses", "vartype": 2, + "default": "0", "summary": "sysstat.number of map misses: 0", "scope": "global", "metric_type": 1 @@ -8639,6 +9424,7 @@ "dbms": 121, "name": "global.sysstat.number of map operations", "vartype": 2, + "default": "0", "summary": "sysstat.number of map operations: 0", "scope": "global", "metric_type": 1 @@ -8650,6 +9436,7 @@ "dbms": 121, "name": "global.sysstat.number of none redactions", "vartype": 2, + "default": "0", "summary": "sysstat.number of none redactions: 0", "scope": "global", "metric_type": 1 @@ -8661,6 +9448,7 @@ "dbms": 121, "name": "global.sysstat.number of partial redactions", "vartype": 2, + "default": "0", "summary": "sysstat.number of partial redactions: 0", "scope": "global", "metric_type": 1 @@ -8672,6 +9460,7 @@ "dbms": 121, "name": "global.sysstat.number of random redactions", "vartype": 2, + "default": "0", "summary": "sysstat.number of random redactions: 0", "scope": "global", "metric_type": 1 @@ -8683,6 +9472,7 @@ "dbms": 121, "name": "global.sysstat.number of read ios issued", "vartype": 2, + "default": "0", "summary": "sysstat.number of read ios issued: 0", "scope": "global", "metric_type": 1 @@ -8694,6 +9484,7 @@ "dbms": 121, "name": "global.sysstat.number of regexp redactions", "vartype": 2, + "default": "0", "summary": "sysstat.number of regexp redactions: 0", "scope": "global", "metric_type": 1 @@ -8705,6 +9496,7 @@ "dbms": 121, "name": "global.sysstat.olap aggregate function calc", "vartype": 2, + "default": "0", "summary": "sysstat.olap aggregate function calc: 0", "scope": "global", "metric_type": 1 @@ -8716,6 +9508,7 @@ "dbms": 121, "name": "global.sysstat.olap aggregate function logical na", "vartype": 2, + "default": "0", "summary": "sysstat.olap aggregate function logical na: 0", "scope": "global", "metric_type": 1 @@ -8727,6 +9520,7 @@ "dbms": 121, "name": "global.sysstat.olap aggregate function precompute", "vartype": 2, + "default": "0", "summary": "sysstat.olap aggregate function precompute: 0", "scope": "global", "metric_type": 1 @@ -8738,6 +9532,7 @@ "dbms": 121, "name": "global.sysstat.olap custom member limit", "vartype": 2, + "default": "0", "summary": "sysstat.olap custom member limit: 0", "scope": "global", "metric_type": 1 @@ -8749,6 +9544,7 @@ "dbms": 121, "name": "global.sysstat.olap engine calls", "vartype": 2, + "default": "0", "summary": "sysstat.olap engine calls: 0", "scope": "global", "metric_type": 1 @@ -8760,6 +9556,7 @@ "dbms": 121, "name": "global.sysstat.olap fast limit", "vartype": 2, + "default": "0", "summary": "sysstat.olap fast limit: 0", "scope": "global", "metric_type": 1 @@ -8771,6 +9568,7 @@ "dbms": 121, "name": "global.sysstat.olap full limit", "vartype": 2, + "default": "0", "summary": "sysstat.olap full limit: 0", "scope": "global", "metric_type": 1 @@ -8782,6 +9580,7 @@ "dbms": 121, "name": "global.sysstat.olap gid limit", "vartype": 2, + "default": "0", "summary": "sysstat.olap gid limit: 0", "scope": "global", "metric_type": 1 @@ -8793,6 +9592,7 @@ "dbms": 121, "name": "global.sysstat.olap import rows loaded", "vartype": 2, + "default": "0", "summary": "sysstat.olap import rows loaded: 0", "scope": "global", "metric_type": 1 @@ -8804,6 +9604,7 @@ "dbms": 121, "name": "global.sysstat.olap import rows pushed", "vartype": 2, + "default": "0", "summary": "sysstat.olap import rows pushed: 0", "scope": "global", "metric_type": 1 @@ -8815,6 +9616,7 @@ "dbms": 121, "name": "global.sysstat.olap inhier limit", "vartype": 2, + "default": "0", "summary": "sysstat.olap inhier limit: 0", "scope": "global", "metric_type": 1 @@ -8826,6 +9628,7 @@ "dbms": 121, "name": "global.sysstat.olap limit time", "vartype": 2, + "default": "0", "summary": "sysstat.olap limit time: 0", "scope": "global", "metric_type": 1 @@ -8837,6 +9640,7 @@ "dbms": 121, "name": "global.sysstat.olap paging manager cache changed page", "vartype": 2, + "default": "0", "summary": "sysstat.olap paging manager cache changed page: 0", "scope": "global", "metric_type": 1 @@ -8848,6 +9652,7 @@ "dbms": 121, "name": "global.sysstat.olap paging manager cache hit", "vartype": 2, + "default": "0", "summary": "sysstat.olap paging manager cache hit: 0", "scope": "global", "metric_type": 1 @@ -8859,6 +9664,7 @@ "dbms": 121, "name": "global.sysstat.olap paging manager cache miss", "vartype": 2, + "default": "0", "summary": "sysstat.olap paging manager cache miss: 0", "scope": "global", "metric_type": 1 @@ -8870,6 +9676,7 @@ "dbms": 121, "name": "global.sysstat.olap paging manager cache write", "vartype": 2, + "default": "0", "summary": "sysstat.olap paging manager cache write: 0", "scope": "global", "metric_type": 1 @@ -8881,6 +9688,7 @@ "dbms": 121, "name": "global.sysstat.olap paging manager new page", "vartype": 2, + "default": "0", "summary": "sysstat.olap paging manager new page: 0", "scope": "global", "metric_type": 1 @@ -8892,6 +9700,7 @@ "dbms": 121, "name": "global.sysstat.olap paging manager pool size", "vartype": 2, + "default": "0", "summary": "sysstat.olap paging manager pool size: 0", "scope": "global", "metric_type": 1 @@ -8903,6 +9712,7 @@ "dbms": 121, "name": "global.sysstat.olap perm lob read", "vartype": 2, + "default": "0", "summary": "sysstat.olap perm lob read: 0", "scope": "global", "metric_type": 1 @@ -8914,6 +9724,7 @@ "dbms": 121, "name": "global.sysstat.olap row id limit", "vartype": 2, + "default": "0", "summary": "sysstat.olap row id limit: 0", "scope": "global", "metric_type": 1 @@ -8925,6 +9736,7 @@ "dbms": 121, "name": "global.sysstat.olap row load time", "vartype": 2, + "default": "0", "summary": "sysstat.olap row load time: 0", "scope": "global", "metric_type": 1 @@ -8936,6 +9748,7 @@ "dbms": 121, "name": "global.sysstat.olap row source rows processed", "vartype": 2, + "default": "0", "summary": "sysstat.olap row source rows processed: 0", "scope": "global", "metric_type": 1 @@ -8947,6 +9760,7 @@ "dbms": 121, "name": "global.sysstat.olap session cache hit", "vartype": 2, + "default": "0", "summary": "sysstat.olap session cache hit: 0", "scope": "global", "metric_type": 1 @@ -8958,6 +9772,7 @@ "dbms": 121, "name": "global.sysstat.olap session cache miss", "vartype": 2, + "default": "0", "summary": "sysstat.olap session cache miss: 0", "scope": "global", "metric_type": 1 @@ -8969,6 +9784,7 @@ "dbms": 121, "name": "global.sysstat.olap temp segment read", "vartype": 2, + "default": "0", "summary": "sysstat.olap temp segment read: 0", "scope": "global", "metric_type": 1 @@ -8980,6 +9796,7 @@ "dbms": 121, "name": "global.sysstat.olap temp segments", "vartype": 2, + "default": "0", "summary": "sysstat.olap temp segments: 0", "scope": "global", "metric_type": 1 @@ -8991,6 +9808,7 @@ "dbms": 121, "name": "global.sysstat.olap unique key attribute limit", "vartype": 2, + "default": "0", "summary": "sysstat.olap unique key attribute limit: 0", "scope": "global", "metric_type": 1 @@ -9002,6 +9820,7 @@ "dbms": 121, "name": "global.sysstat.opened cursors cumulative", "vartype": 2, + "default": "16854", "summary": "sysstat.opened cursors cumulative: 16854", "scope": "global", "metric_type": 1 @@ -9013,6 +9832,7 @@ "dbms": 121, "name": "global.sysstat.opened cursors current", "vartype": 2, + "default": "31", "summary": "sysstat.opened cursors current: 31", "scope": "global", "metric_type": 3 @@ -9024,6 +9844,7 @@ "dbms": 121, "name": "global.sysstat.os block input operations", "vartype": 2, + "default": "0", "summary": "sysstat.os block input operations: 0", "scope": "global", "metric_type": 1 @@ -9035,6 +9856,7 @@ "dbms": 121, "name": "global.sysstat.os block output operations", "vartype": 2, + "default": "0", "summary": "sysstat.os block output operations: 0", "scope": "global", "metric_type": 1 @@ -9046,6 +9868,7 @@ "dbms": 121, "name": "global.sysstat.os cpu qt wait time", "vartype": 2, + "default": "0", "summary": "sysstat.os cpu qt wait time: 0", "scope": "global", "metric_type": 1 @@ -9057,6 +9880,7 @@ "dbms": 121, "name": "global.sysstat.os integral shared text size", "vartype": 2, + "default": "0", "summary": "sysstat.os integral shared text size: 0", "scope": "global", "metric_type": 1 @@ -9068,6 +9892,7 @@ "dbms": 121, "name": "global.sysstat.os integral unshared data size", "vartype": 2, + "default": "0", "summary": "sysstat.os integral unshared data size: 0", "scope": "global", "metric_type": 1 @@ -9079,6 +9904,7 @@ "dbms": 121, "name": "global.sysstat.os integral unshared stack size", "vartype": 2, + "default": "0", "summary": "sysstat.os integral unshared stack size: 0", "scope": "global", "metric_type": 1 @@ -9090,6 +9916,7 @@ "dbms": 121, "name": "global.sysstat.os involuntary context switches", "vartype": 2, + "default": "0", "summary": "sysstat.os involuntary context switches: 0", "scope": "global", "metric_type": 1 @@ -9101,6 +9928,7 @@ "dbms": 121, "name": "global.sysstat.os maximum resident set size", "vartype": 2, + "default": "0", "summary": "sysstat.os maximum resident set size: 0", "scope": "global", "metric_type": 1 @@ -9112,6 +9940,7 @@ "dbms": 121, "name": "global.sysstat.os page faults", "vartype": 2, + "default": "0", "summary": "sysstat.os page faults: 0", "scope": "global", "metric_type": 1 @@ -9123,6 +9952,7 @@ "dbms": 121, "name": "global.sysstat.os page reclaims", "vartype": 2, + "default": "0", "summary": "sysstat.os page reclaims: 0", "scope": "global", "metric_type": 1 @@ -9134,6 +9964,7 @@ "dbms": 121, "name": "global.sysstat.os signals received", "vartype": 2, + "default": "0", "summary": "sysstat.os signals received: 0", "scope": "global", "metric_type": 1 @@ -9145,6 +9976,7 @@ "dbms": 121, "name": "global.sysstat.os socket messages received", "vartype": 2, + "default": "0", "summary": "sysstat.os socket messages received: 0", "scope": "global", "metric_type": 1 @@ -9156,6 +9988,7 @@ "dbms": 121, "name": "global.sysstat.os socket messages sent", "vartype": 2, + "default": "0", "summary": "sysstat.os socket messages sent: 0", "scope": "global", "metric_type": 1 @@ -9167,6 +10000,7 @@ "dbms": 121, "name": "global.sysstat.os swaps", "vartype": 2, + "default": "0", "summary": "sysstat.os swaps: 0", "scope": "global", "metric_type": 1 @@ -9178,6 +10012,7 @@ "dbms": 121, "name": "global.sysstat.os system time used", "vartype": 2, + "default": "0", "summary": "sysstat.os system time used: 0", "scope": "global", "metric_type": 1 @@ -9189,6 +10024,7 @@ "dbms": 121, "name": "global.sysstat.os user time used", "vartype": 2, + "default": "0", "summary": "sysstat.os user time used: 0", "scope": "global", "metric_type": 1 @@ -9200,6 +10036,7 @@ "dbms": 121, "name": "global.sysstat.os voluntary context switches", "vartype": 2, + "default": "0", "summary": "sysstat.os voluntary context switches: 0", "scope": "global", "metric_type": 1 @@ -9211,6 +10048,7 @@ "dbms": 121, "name": "global.sysstat.otc commit optimization attempts", "vartype": 2, + "default": "0", "summary": "sysstat.otc commit optimization attempts: 0", "scope": "global", "metric_type": 1 @@ -9222,6 +10060,7 @@ "dbms": 121, "name": "global.sysstat.otc commit optimization failure - setup", "vartype": 2, + "default": "0", "summary": "sysstat.otc commit optimization failure - setup: 0", "scope": "global", "metric_type": 1 @@ -9233,6 +10072,7 @@ "dbms": 121, "name": "global.sysstat.otc commit optimization hits", "vartype": 2, + "default": "0", "summary": "sysstat.otc commit optimization hits: 0", "scope": "global", "metric_type": 1 @@ -9244,6 +10084,7 @@ "dbms": 121, "name": "global.sysstat.parallel operations downgraded 1 to 25 pct", "vartype": 2, + "default": "0", "summary": "sysstat.parallel operations downgraded 1 to 25 pct: 0", "scope": "global", "metric_type": 1 @@ -9255,6 +10096,7 @@ "dbms": 121, "name": "global.sysstat.parallel operations downgraded 25 to 50 pct", "vartype": 2, + "default": "0", "summary": "sysstat.parallel operations downgraded 25 to 50 pct: 0", "scope": "global", "metric_type": 1 @@ -9266,6 +10108,7 @@ "dbms": 121, "name": "global.sysstat.parallel operations downgraded 50 to 75 pct", "vartype": 2, + "default": "0", "summary": "sysstat.parallel operations downgraded 50 to 75 pct: 0", "scope": "global", "metric_type": 1 @@ -9277,6 +10120,7 @@ "dbms": 121, "name": "global.sysstat.parallel operations downgraded 75 to 99 pct", "vartype": 2, + "default": "0", "summary": "sysstat.parallel operations downgraded 75 to 99 pct: 0", "scope": "global", "metric_type": 1 @@ -9288,6 +10132,7 @@ "dbms": 121, "name": "global.sysstat.parallel operations downgraded to serial", "vartype": 2, + "default": "0", "summary": "sysstat.parallel operations downgraded to serial: 0", "scope": "global", "metric_type": 1 @@ -9299,6 +10144,7 @@ "dbms": 121, "name": "global.sysstat.parallel operations not downgraded", "vartype": 2, + "default": "18", "summary": "sysstat.parallel operations not downgraded: 18", "scope": "global", "metric_type": 1 @@ -9310,6 +10156,7 @@ "dbms": 121, "name": "global.sysstat.parse count (describe)", "vartype": 2, + "default": "0", "summary": "sysstat.parse count (describe): 0", "scope": "global", "metric_type": 1 @@ -9321,6 +10168,7 @@ "dbms": 121, "name": "global.sysstat.parse count (failures)", "vartype": 2, + "default": "32", "summary": "sysstat.parse count (failures): 32", "scope": "global", "metric_type": 1 @@ -9332,6 +10180,7 @@ "dbms": 121, "name": "global.sysstat.parse count (hard)", "vartype": 2, + "default": "1761", "summary": "sysstat.parse count (hard): 1761", "scope": "global", "metric_type": 1 @@ -9343,6 +10192,7 @@ "dbms": 121, "name": "global.sysstat.parse count (total)", "vartype": 2, + "default": "6001", "summary": "sysstat.parse count (total): 6001", "scope": "global", "metric_type": 1 @@ -9354,6 +10204,7 @@ "dbms": 121, "name": "global.sysstat.parse time cpu", "vartype": 2, + "default": "203", "summary": "sysstat.parse time cpu: 203", "scope": "global", "metric_type": 1 @@ -9365,6 +10216,7 @@ "dbms": 121, "name": "global.sysstat.parse time elapsed", "vartype": 2, + "default": "255", "summary": "sysstat.parse time elapsed: 255", "scope": "global", "metric_type": 1 @@ -9376,6 +10228,7 @@ "dbms": 121, "name": "global.sysstat.physical read bytes", "vartype": 2, + "default": "354148352", "summary": "sysstat.physical read bytes: 354148352", "scope": "global", "metric_type": 1 @@ -9387,6 +10240,7 @@ "dbms": 121, "name": "global.sysstat.physical read flash cache hits", "vartype": 2, + "default": "0", "summary": "sysstat.physical read flash cache hits: 0", "scope": "global", "metric_type": 1 @@ -9398,6 +10252,7 @@ "dbms": 121, "name": "global.sysstat.physical read io requests", "vartype": 2, + "default": "22213", "summary": "sysstat.physical read io requests: 22213", "scope": "global", "metric_type": 1 @@ -9409,6 +10264,7 @@ "dbms": 121, "name": "global.sysstat.physical read partial requests", "vartype": 2, + "default": "0", "summary": "sysstat.physical read partial requests: 0", "scope": "global", "metric_type": 1 @@ -9420,6 +10276,7 @@ "dbms": 121, "name": "global.sysstat.physical read requests optimized", "vartype": 2, + "default": "0", "summary": "sysstat.physical read requests optimized: 0", "scope": "global", "metric_type": 1 @@ -9431,6 +10288,7 @@ "dbms": 121, "name": "global.sysstat.physical read snap bytes base", "vartype": 2, + "default": "0", "summary": "sysstat.physical read snap bytes base: 0", "scope": "global", "metric_type": 1 @@ -9442,6 +10300,7 @@ "dbms": 121, "name": "global.sysstat.physical read snap bytes copy", "vartype": 2, + "default": "0", "summary": "sysstat.physical read snap bytes copy: 0", "scope": "global", "metric_type": 1 @@ -9453,6 +10312,7 @@ "dbms": 121, "name": "global.sysstat.physical read snap io requests base", "vartype": 2, + "default": "0", "summary": "sysstat.physical read snap io requests base: 0", "scope": "global", "metric_type": 1 @@ -9464,6 +10324,7 @@ "dbms": 121, "name": "global.sysstat.physical read snap io requests copy", "vartype": 2, + "default": "0", "summary": "sysstat.physical read snap io requests copy: 0", "scope": "global", "metric_type": 1 @@ -9475,6 +10336,7 @@ "dbms": 121, "name": "global.sysstat.physical read snap io requests no data", "vartype": 2, + "default": "0", "summary": "sysstat.physical read snap io requests no data: 0", "scope": "global", "metric_type": 1 @@ -9486,6 +10348,7 @@ "dbms": 121, "name": "global.sysstat.physical read total bytes", "vartype": 2, + "default": "377767424", "summary": "sysstat.physical read total bytes: 377767424", "scope": "global", "metric_type": 1 @@ -9497,6 +10360,7 @@ "dbms": 121, "name": "global.sysstat.physical read total bytes optimized", "vartype": 2, + "default": "0", "summary": "sysstat.physical read total bytes optimized: 0", "scope": "global", "metric_type": 1 @@ -9508,6 +10372,7 @@ "dbms": 121, "name": "global.sysstat.physical read total io requests", "vartype": 2, + "default": "23057", "summary": "sysstat.physical read total io requests: 23057", "scope": "global", "metric_type": 1 @@ -9519,6 +10384,7 @@ "dbms": 121, "name": "global.sysstat.physical read total multi block requests", "vartype": 2, + "default": "42", "summary": "sysstat.physical read total multi block requests: 42", "scope": "global", "metric_type": 1 @@ -9530,6 +10396,7 @@ "dbms": 121, "name": "global.sysstat.physical reads", "vartype": 2, + "default": "43231", "summary": "sysstat.physical reads: 43231", "scope": "global", "metric_type": 1 @@ -9541,6 +10408,7 @@ "dbms": 121, "name": "global.sysstat.physical reads cache", "vartype": 2, + "default": "43192", "summary": "sysstat.physical reads cache: 43192", "scope": "global", "metric_type": 1 @@ -9552,6 +10420,7 @@ "dbms": 121, "name": "global.sysstat.physical reads cache for securefile flashback block new", "vartype": 2, + "default": "0", "summary": "sysstat.physical reads cache for securefile flashback block new: 0", "scope": "global", "metric_type": 1 @@ -9563,6 +10432,7 @@ "dbms": 121, "name": "global.sysstat.physical reads cache prefetch", "vartype": 2, + "default": "24261", "summary": "sysstat.physical reads cache prefetch: 24261", "scope": "global", "metric_type": 1 @@ -9574,6 +10444,7 @@ "dbms": 121, "name": "global.sysstat.physical reads direct", "vartype": 2, + "default": "39", "summary": "sysstat.physical reads direct: 39", "scope": "global", "metric_type": 1 @@ -9585,6 +10456,7 @@ "dbms": 121, "name": "global.sysstat.physical reads direct (lob)", "vartype": 2, + "default": "39", "summary": "sysstat.physical reads direct (lob): 39", "scope": "global", "metric_type": 1 @@ -9596,6 +10468,7 @@ "dbms": 121, "name": "global.sysstat.physical reads direct for securefile flashback block new", "vartype": 2, + "default": "0", "summary": "sysstat.physical reads direct for securefile flashback block new: 0", "scope": "global", "metric_type": 1 @@ -9607,6 +10480,7 @@ "dbms": 121, "name": "global.sysstat.physical reads direct temporary tablespace", "vartype": 2, + "default": "0", "summary": "sysstat.physical reads direct temporary tablespace: 0", "scope": "global", "metric_type": 1 @@ -9618,6 +10492,7 @@ "dbms": 121, "name": "global.sysstat.physical reads for flashback new", "vartype": 2, + "default": "0", "summary": "sysstat.physical reads for flashback new: 0", "scope": "global", "metric_type": 1 @@ -9629,6 +10504,7 @@ "dbms": 121, "name": "global.sysstat.physical reads prefetch warmup", "vartype": 2, + "default": "17018", "summary": "sysstat.physical reads prefetch warmup: 17018", "scope": "global", "metric_type": 1 @@ -9640,6 +10516,7 @@ "dbms": 121, "name": "global.sysstat.physical reads retry corrupt", "vartype": 2, + "default": "0", "summary": "sysstat.physical reads retry corrupt: 0", "scope": "global", "metric_type": 1 @@ -9651,6 +10528,7 @@ "dbms": 121, "name": "global.sysstat.physical write bytes", "vartype": 2, + "default": "155648", "summary": "sysstat.physical write bytes: 155648", "scope": "global", "metric_type": 1 @@ -9662,6 +10540,7 @@ "dbms": 121, "name": "global.sysstat.physical write io requests", "vartype": 2, + "default": "3", "summary": "sysstat.physical write io requests: 3", "scope": "global", "metric_type": 1 @@ -9673,6 +10552,7 @@ "dbms": 121, "name": "global.sysstat.physical write requests optimized", "vartype": 2, + "default": "0", "summary": "sysstat.physical write requests optimized: 0", "scope": "global", "metric_type": 1 @@ -9684,6 +10564,7 @@ "dbms": 121, "name": "global.sysstat.physical write snap io requests new allocations", "vartype": 2, + "default": "0", "summary": "sysstat.physical write snap io requests new allocations: 0", "scope": "global", "metric_type": 1 @@ -9695,6 +10576,7 @@ "dbms": 121, "name": "global.sysstat.physical write total bytes", "vartype": 2, + "default": "28016190", "summary": "sysstat.physical write total bytes: 28016190", "scope": "global", "metric_type": 1 @@ -9706,6 +10588,7 @@ "dbms": 121, "name": "global.sysstat.physical write total bytes optimized", "vartype": 2, + "default": "0", "summary": "sysstat.physical write total bytes optimized: 0", "scope": "global", "metric_type": 1 @@ -9717,6 +10600,7 @@ "dbms": 121, "name": "global.sysstat.physical write total io requests", "vartype": 2, + "default": "3517", "summary": "sysstat.physical write total io requests: 3517", "scope": "global", "metric_type": 1 @@ -9728,6 +10612,7 @@ "dbms": 121, "name": "global.sysstat.physical write total multi block requests", "vartype": 2, + "default": "1", "summary": "sysstat.physical write total multi block requests: 1", "scope": "global", "metric_type": 1 @@ -9739,6 +10624,7 @@ "dbms": 121, "name": "global.sysstat.physical writes", "vartype": 2, + "default": "19", "summary": "sysstat.physical writes: 19", "scope": "global", "metric_type": 1 @@ -9750,6 +10636,7 @@ "dbms": 121, "name": "global.sysstat.physical writes direct", "vartype": 2, + "default": "19", "summary": "sysstat.physical writes direct: 19", "scope": "global", "metric_type": 1 @@ -9761,6 +10648,7 @@ "dbms": 121, "name": "global.sysstat.physical writes direct (lob)", "vartype": 2, + "default": "19", "summary": "sysstat.physical writes direct (lob): 19", "scope": "global", "metric_type": 1 @@ -9772,6 +10660,7 @@ "dbms": 121, "name": "global.sysstat.physical writes direct temporary tablespace", "vartype": 2, + "default": "0", "summary": "sysstat.physical writes direct temporary tablespace: 0", "scope": "global", "metric_type": 1 @@ -9783,6 +10672,7 @@ "dbms": 121, "name": "global.sysstat.physical writes from cache", "vartype": 2, + "default": "0", "summary": "sysstat.physical writes from cache: 0", "scope": "global", "metric_type": 1 @@ -9794,6 +10684,7 @@ "dbms": 121, "name": "global.sysstat.physical writes non checkpoint", "vartype": 2, + "default": "19", "summary": "sysstat.physical writes non checkpoint: 19", "scope": "global", "metric_type": 1 @@ -9805,6 +10696,7 @@ "dbms": 121, "name": "global.sysstat.pinned buffers inspected", "vartype": 2, + "default": "0", "summary": "sysstat.pinned buffers inspected: 0", "scope": "global", "metric_type": 1 @@ -9816,6 +10708,7 @@ "dbms": 121, "name": "global.sysstat.pinned cursors current", "vartype": 2, + "default": "13", "summary": "sysstat.pinned cursors current: 13", "scope": "global", "metric_type": 3 @@ -9827,6 +10720,7 @@ "dbms": 121, "name": "global.sysstat.prefetch clients - 16k", "vartype": 2, + "default": "0", "summary": "sysstat.prefetch clients - 16k: 0", "scope": "global", "metric_type": 1 @@ -9838,6 +10732,7 @@ "dbms": 121, "name": "global.sysstat.prefetch clients - 2k", "vartype": 2, + "default": "0", "summary": "sysstat.prefetch clients - 2k: 0", "scope": "global", "metric_type": 1 @@ -9849,6 +10744,7 @@ "dbms": 121, "name": "global.sysstat.prefetch clients - 32k", "vartype": 2, + "default": "0", "summary": "sysstat.prefetch clients - 32k: 0", "scope": "global", "metric_type": 1 @@ -9860,6 +10756,7 @@ "dbms": 121, "name": "global.sysstat.prefetch clients - 4k", "vartype": 2, + "default": "0", "summary": "sysstat.prefetch clients - 4k: 0", "scope": "global", "metric_type": 1 @@ -9871,6 +10768,7 @@ "dbms": 121, "name": "global.sysstat.prefetch clients - 8k", "vartype": 2, + "default": "0", "summary": "sysstat.prefetch clients - 8k: 0", "scope": "global", "metric_type": 1 @@ -9882,6 +10780,7 @@ "dbms": 121, "name": "global.sysstat.prefetch clients - default", "vartype": 2, + "default": "0", "summary": "sysstat.prefetch clients - default: 0", "scope": "global", "metric_type": 1 @@ -9893,6 +10792,7 @@ "dbms": 121, "name": "global.sysstat.prefetch clients - keep", "vartype": 2, + "default": "0", "summary": "sysstat.prefetch clients - keep: 0", "scope": "global", "metric_type": 1 @@ -9904,6 +10804,7 @@ "dbms": 121, "name": "global.sysstat.prefetch clients - recycle", "vartype": 2, + "default": "0", "summary": "sysstat.prefetch clients - recycle: 0", "scope": "global", "metric_type": 1 @@ -9915,6 +10816,7 @@ "dbms": 121, "name": "global.sysstat.prefetch warmup blocks aged out before use", "vartype": 2, + "default": "0", "summary": "sysstat.prefetch warmup blocks aged out before use: 0", "scope": "global", "metric_type": 1 @@ -9926,6 +10828,7 @@ "dbms": 121, "name": "global.sysstat.prefetch warmup blocks flushed out before use", "vartype": 2, + "default": "0", "summary": "sysstat.prefetch warmup blocks flushed out before use: 0", "scope": "global", "metric_type": 1 @@ -9937,6 +10840,7 @@ "dbms": 121, "name": "global.sysstat.prefetched blocks aged out before use", "vartype": 2, + "default": "0", "summary": "sysstat.prefetched blocks aged out before use: 0", "scope": "global", "metric_type": 1 @@ -9948,6 +10852,7 @@ "dbms": 121, "name": "global.sysstat.process last non-idle time", "vartype": 2, + "default": "1572978818", "summary": "sysstat.process last non-idle time: 1572978818", "scope": "global", "metric_type": 1 @@ -9959,6 +10864,7 @@ "dbms": 121, "name": "global.sysstat.px local messages recv'd", "vartype": 2, + "default": "1920", "summary": "sysstat.px local messages recv'd: 1920", "scope": "global", "metric_type": 1 @@ -9970,6 +10876,7 @@ "dbms": 121, "name": "global.sysstat.px local messages sent", "vartype": 2, + "default": "1920", "summary": "sysstat.px local messages sent: 1920", "scope": "global", "metric_type": 1 @@ -9981,6 +10888,7 @@ "dbms": 121, "name": "global.sysstat.px remote messages recv'd", "vartype": 2, + "default": "0", "summary": "sysstat.px remote messages recv'd: 0", "scope": "global", "metric_type": 1 @@ -9992,6 +10900,7 @@ "dbms": 121, "name": "global.sysstat.px remote messages sent", "vartype": 2, + "default": "0", "summary": "sysstat.px remote messages sent: 0", "scope": "global", "metric_type": 1 @@ -10003,6 +10912,7 @@ "dbms": 121, "name": "global.sysstat.queries parallelized", "vartype": 2, + "default": "12", "summary": "sysstat.queries parallelized: 12", "scope": "global", "metric_type": 1 @@ -10014,6 +10924,7 @@ "dbms": 121, "name": "global.sysstat.queue flush", "vartype": 2, + "default": "0", "summary": "sysstat.queue flush: 0", "scope": "global", "metric_type": 1 @@ -10025,6 +10936,7 @@ "dbms": 121, "name": "global.sysstat.queue ocp pages", "vartype": 2, + "default": "0", "summary": "sysstat.queue ocp pages: 0", "scope": "global", "metric_type": 1 @@ -10036,6 +10948,7 @@ "dbms": 121, "name": "global.sysstat.queue position update", "vartype": 2, + "default": "0", "summary": "sysstat.queue position update: 0", "scope": "global", "metric_type": 1 @@ -10047,6 +10960,7 @@ "dbms": 121, "name": "global.sysstat.queue qno pages", "vartype": 2, + "default": "0", "summary": "sysstat.queue qno pages: 0", "scope": "global", "metric_type": 1 @@ -10058,6 +10972,7 @@ "dbms": 121, "name": "global.sysstat.queue single row", "vartype": 2, + "default": "0", "summary": "sysstat.queue single row: 0", "scope": "global", "metric_type": 1 @@ -10069,6 +10984,7 @@ "dbms": 121, "name": "global.sysstat.queue splits", "vartype": 2, + "default": "0", "summary": "sysstat.queue splits: 0", "scope": "global", "metric_type": 1 @@ -10080,6 +10996,7 @@ "dbms": 121, "name": "global.sysstat.queue update without cp update", "vartype": 2, + "default": "0", "summary": "sysstat.queue update without cp update: 0", "scope": "global", "metric_type": 1 @@ -10091,6 +11008,7 @@ "dbms": 121, "name": "global.sysstat.read-only violation count", "vartype": 2, + "default": "0", "summary": "sysstat.read-only violation count: 0", "scope": "global", "metric_type": 1 @@ -10102,6 +11020,7 @@ "dbms": 121, "name": "global.sysstat.recieve buffer unavailable", "vartype": 2, + "default": "0", "summary": "sysstat.recieve buffer unavailable: 0", "scope": "global", "metric_type": 1 @@ -10113,6 +11032,7 @@ "dbms": 121, "name": "global.sysstat.recovery array read time", "vartype": 2, + "default": "0", "summary": "sysstat.recovery array read time: 0", "scope": "global", "metric_type": 1 @@ -10124,6 +11044,7 @@ "dbms": 121, "name": "global.sysstat.recovery array reads", "vartype": 2, + "default": "0", "summary": "sysstat.recovery array reads: 0", "scope": "global", "metric_type": 1 @@ -10135,6 +11056,7 @@ "dbms": 121, "name": "global.sysstat.recovery block gets from cache", "vartype": 2, + "default": "0", "summary": "sysstat.recovery block gets from cache: 0", "scope": "global", "metric_type": 1 @@ -10146,6 +11068,7 @@ "dbms": 121, "name": "global.sysstat.recovery blocks read", "vartype": 2, + "default": "0", "summary": "sysstat.recovery blocks read: 0", "scope": "global", "metric_type": 1 @@ -10157,6 +11080,7 @@ "dbms": 121, "name": "global.sysstat.recovery blocks read for lost write detection", "vartype": 2, + "default": "0", "summary": "sysstat.recovery blocks read for lost write detection: 0", "scope": "global", "metric_type": 1 @@ -10168,6 +11092,7 @@ "dbms": 121, "name": "global.sysstat.recovery blocks skipped lost write checks", "vartype": 2, + "default": "0", "summary": "sysstat.recovery blocks skipped lost write checks: 0", "scope": "global", "metric_type": 1 @@ -10179,6 +11104,7 @@ "dbms": 121, "name": "global.sysstat.recovery marker", "vartype": 2, + "default": "0", "summary": "sysstat.recovery marker: 0", "scope": "global", "metric_type": 1 @@ -10190,6 +11116,7 @@ "dbms": 121, "name": "global.sysstat.recursive aborts on index block reclamation", "vartype": 2, + "default": "0", "summary": "sysstat.recursive aborts on index block reclamation: 0", "scope": "global", "metric_type": 1 @@ -10201,6 +11128,7 @@ "dbms": 121, "name": "global.sysstat.recursive calls", "vartype": 2, + "default": "78005", "summary": "sysstat.recursive calls: 78005", "scope": "global", "metric_type": 1 @@ -10212,6 +11140,7 @@ "dbms": 121, "name": "global.sysstat.recursive cpu usage", "vartype": 2, + "default": "744", "summary": "sysstat.recursive cpu usage: 744", "scope": "global", "metric_type": 1 @@ -10223,6 +11152,7 @@ "dbms": 121, "name": "global.sysstat.recursive system api invocations", "vartype": 2, + "default": "0", "summary": "sysstat.recursive system api invocations: 0", "scope": "global", "metric_type": 1 @@ -10234,6 +11164,7 @@ "dbms": 121, "name": "global.sysstat.redo blocks checksummed by fg (exclusive)", "vartype": 2, + "default": "22299", "summary": "sysstat.redo blocks checksummed by fg (exclusive): 22299", "scope": "global", "metric_type": 1 @@ -10245,6 +11176,7 @@ "dbms": 121, "name": "global.sysstat.redo blocks checksummed by lgwr", "vartype": 2, + "default": "0", "summary": "sysstat.redo blocks checksummed by lgwr: 0", "scope": "global", "metric_type": 1 @@ -10256,6 +11188,7 @@ "dbms": 121, "name": "global.sysstat.redo blocks read for recovery", "vartype": 2, + "default": "0", "summary": "sysstat.redo blocks read for recovery: 0", "scope": "global", "metric_type": 1 @@ -10267,6 +11200,7 @@ "dbms": 121, "name": "global.sysstat.redo blocks written", "vartype": 2, + "default": "50431", "summary": "sysstat.redo blocks written: 50431", "scope": "global", "metric_type": 1 @@ -10278,6 +11212,7 @@ "dbms": 121, "name": "global.sysstat.redo blocks written (group 0)", "vartype": 2, + "default": "26751", "summary": "sysstat.redo blocks written (group 0): 26751", "scope": "global", "metric_type": 1 @@ -10289,6 +11224,7 @@ "dbms": 121, "name": "global.sysstat.redo blocks written (group 1)", "vartype": 2, + "default": "0", "summary": "sysstat.redo blocks written (group 1): 0", "scope": "global", "metric_type": 1 @@ -10300,6 +11236,7 @@ "dbms": 121, "name": "global.sysstat.redo blocks written (group 2)", "vartype": 2, + "default": "0", "summary": "sysstat.redo blocks written (group 2): 0", "scope": "global", "metric_type": 1 @@ -10311,6 +11248,7 @@ "dbms": 121, "name": "global.sysstat.redo blocks written (group 3)", "vartype": 2, + "default": "0", "summary": "sysstat.redo blocks written (group 3): 0", "scope": "global", "metric_type": 1 @@ -10322,6 +11260,7 @@ "dbms": 121, "name": "global.sysstat.redo blocks written (group 4)", "vartype": 2, + "default": "0", "summary": "sysstat.redo blocks written (group 4): 0", "scope": "global", "metric_type": 1 @@ -10333,6 +11272,7 @@ "dbms": 121, "name": "global.sysstat.redo blocks written (group 5)", "vartype": 2, + "default": "0", "summary": "sysstat.redo blocks written (group 5): 0", "scope": "global", "metric_type": 1 @@ -10344,6 +11284,7 @@ "dbms": 121, "name": "global.sysstat.redo blocks written (group 6)", "vartype": 2, + "default": "0", "summary": "sysstat.redo blocks written (group 6): 0", "scope": "global", "metric_type": 1 @@ -10355,6 +11296,7 @@ "dbms": 121, "name": "global.sysstat.redo blocks written (group 7)", "vartype": 2, + "default": "0", "summary": "sysstat.redo blocks written (group 7): 0", "scope": "global", "metric_type": 1 @@ -10366,6 +11308,7 @@ "dbms": 121, "name": "global.sysstat.redo buffer allocation retries", "vartype": 2, + "default": "3", "summary": "sysstat.redo buffer allocation retries: 3", "scope": "global", "metric_type": 1 @@ -10377,6 +11320,7 @@ "dbms": 121, "name": "global.sysstat.redo entries", "vartype": 2, + "default": "43262", "summary": "sysstat.redo entries: 43262", "scope": "global", "metric_type": 1 @@ -10388,6 +11332,7 @@ "dbms": 121, "name": "global.sysstat.redo entries for lost write detection", "vartype": 2, + "default": "0", "summary": "sysstat.redo entries for lost write detection: 0", "scope": "global", "metric_type": 1 @@ -10399,6 +11344,7 @@ "dbms": 121, "name": "global.sysstat.redo k-bytes read for recovery", "vartype": 2, + "default": "0", "summary": "sysstat.redo k-bytes read for recovery: 0", "scope": "global", "metric_type": 1 @@ -10410,6 +11356,7 @@ "dbms": 121, "name": "global.sysstat.redo k-bytes read for terminal recovery", "vartype": 2, + "default": "0", "summary": "sysstat.redo k-bytes read for terminal recovery: 0", "scope": "global", "metric_type": 1 @@ -10421,6 +11368,7 @@ "dbms": 121, "name": "global.sysstat.redo kb read", "vartype": 2, + "default": "0", "summary": "sysstat.redo kb read: 0", "scope": "global", "metric_type": 1 @@ -10432,6 +11380,7 @@ "dbms": 121, "name": "global.sysstat.redo kb read (memory)", "vartype": 2, + "default": "0", "summary": "sysstat.redo kb read (memory): 0", "scope": "global", "metric_type": 1 @@ -10443,6 +11392,7 @@ "dbms": 121, "name": "global.sysstat.redo kb read (memory) for transport", "vartype": 2, + "default": "0", "summary": "sysstat.redo kb read (memory) for transport: 0", "scope": "global", "metric_type": 1 @@ -10454,6 +11404,7 @@ "dbms": 121, "name": "global.sysstat.redo kb read for transport", "vartype": 2, + "default": "0", "summary": "sysstat.redo kb read for transport: 0", "scope": "global", "metric_type": 1 @@ -10465,6 +11416,7 @@ "dbms": 121, "name": "global.sysstat.redo log space requests", "vartype": 2, + "default": "4", "summary": "sysstat.redo log space requests: 4", "scope": "global", "metric_type": 1 @@ -10476,6 +11428,7 @@ "dbms": 121, "name": "global.sysstat.redo log space wait time", "vartype": 2, + "default": "2", "summary": "sysstat.redo log space wait time: 2", "scope": "global", "metric_type": 1 @@ -10487,6 +11440,7 @@ "dbms": 121, "name": "global.sysstat.redo non-durable records skipped", "vartype": 2, + "default": "0", "summary": "sysstat.redo non-durable records skipped: 0", "scope": "global", "metric_type": 1 @@ -10498,6 +11452,7 @@ "dbms": 121, "name": "global.sysstat.redo ordering marks", "vartype": 2, + "default": "37", "summary": "sysstat.redo ordering marks: 37", "scope": "global", "metric_type": 1 @@ -10509,6 +11464,7 @@ "dbms": 121, "name": "global.sysstat.redo size", "vartype": 2, + "default": "24135508", "summary": "sysstat.redo size: 24135508", "scope": "global", "metric_type": 1 @@ -10520,6 +11476,7 @@ "dbms": 121, "name": "global.sysstat.redo size for direct writes", "vartype": 2, + "default": "0", "summary": "sysstat.redo size for direct writes: 0", "scope": "global", "metric_type": 1 @@ -10531,6 +11488,7 @@ "dbms": 121, "name": "global.sysstat.redo size for lost write detection", "vartype": 2, + "default": "0", "summary": "sysstat.redo size for lost write detection: 0", "scope": "global", "metric_type": 1 @@ -10542,6 +11500,7 @@ "dbms": 121, "name": "global.sysstat.redo subscn max counts", "vartype": 2, + "default": "419", "summary": "sysstat.redo subscn max counts: 419", "scope": "global", "metric_type": 1 @@ -10553,6 +11512,7 @@ "dbms": 121, "name": "global.sysstat.redo synch long waits", "vartype": 2, + "default": "8", "summary": "sysstat.redo synch long waits: 8", "scope": "global", "metric_type": 1 @@ -10564,6 +11524,7 @@ "dbms": 121, "name": "global.sysstat.redo synch poll writes", "vartype": 2, + "default": "0", "summary": "sysstat.redo synch poll writes: 0", "scope": "global", "metric_type": 1 @@ -10575,6 +11536,7 @@ "dbms": 121, "name": "global.sysstat.redo synch polls", "vartype": 2, + "default": "0", "summary": "sysstat.redo synch polls: 0", "scope": "global", "metric_type": 1 @@ -10586,6 +11548,7 @@ "dbms": 121, "name": "global.sysstat.redo synch time", "vartype": 2, + "default": "319", "summary": "sysstat.redo synch time: 319", "scope": "global", "metric_type": 1 @@ -10597,6 +11560,7 @@ "dbms": 121, "name": "global.sysstat.redo synch time (usec)", "vartype": 2, + "default": "3200098", "summary": "sysstat.redo synch time (usec): 3200098", "scope": "global", "metric_type": 1 @@ -10608,6 +11572,7 @@ "dbms": 121, "name": "global.sysstat.redo synch time overhead (usec)", "vartype": 2, + "default": "725655", "summary": "sysstat.redo synch time overhead (usec): 725655", "scope": "global", "metric_type": 1 @@ -10619,6 +11584,7 @@ "dbms": 121, "name": "global.sysstat.redo synch time overhead count ( 2ms)", "vartype": 2, + "default": "2930", "summary": "sysstat.redo synch time overhead count ( 2ms): 2930", "scope": "global", "metric_type": 1 @@ -10630,6 +11596,7 @@ "dbms": 121, "name": "global.sysstat.redo synch time overhead count ( 8ms)", "vartype": 2, + "default": "19", "summary": "sysstat.redo synch time overhead count ( 8ms): 19", "scope": "global", "metric_type": 1 @@ -10641,6 +11608,7 @@ "dbms": 121, "name": "global.sysstat.redo synch time overhead count ( 32ms)", "vartype": 2, + "default": "1", "summary": "sysstat.redo synch time overhead count ( 32ms): 1", "scope": "global", "metric_type": 1 @@ -10652,6 +11620,7 @@ "dbms": 121, "name": "global.sysstat.redo synch time overhead count (128ms)", "vartype": 2, + "default": "1", "summary": "sysstat.redo synch time overhead count (128ms): 1", "scope": "global", "metric_type": 1 @@ -10663,6 +11632,7 @@ "dbms": 121, "name": "global.sysstat.redo synch time overhead count (inf)", "vartype": 2, + "default": "0", "summary": "sysstat.redo synch time overhead count (inf): 0", "scope": "global", "metric_type": 1 @@ -10674,6 +11644,7 @@ "dbms": 121, "name": "global.sysstat.redo synch writes", "vartype": 2, + "default": "2953", "summary": "sysstat.redo synch writes: 2953", "scope": "global", "metric_type": 1 @@ -10685,6 +11656,7 @@ "dbms": 121, "name": "global.sysstat.redo wastage", "vartype": 2, + "default": "860132", "summary": "sysstat.redo wastage: 860132", "scope": "global", "metric_type": 1 @@ -10696,6 +11668,7 @@ "dbms": 121, "name": "global.sysstat.redo write broadcast ack count", "vartype": 2, + "default": "0", "summary": "sysstat.redo write broadcast ack count: 0", "scope": "global", "metric_type": 1 @@ -10707,6 +11680,7 @@ "dbms": 121, "name": "global.sysstat.redo write broadcast ack time", "vartype": 2, + "default": "0", "summary": "sysstat.redo write broadcast ack time: 0", "scope": "global", "metric_type": 1 @@ -10718,6 +11692,7 @@ "dbms": 121, "name": "global.sysstat.redo write broadcast lgwr post count", "vartype": 2, + "default": "0", "summary": "sysstat.redo write broadcast lgwr post count: 0", "scope": "global", "metric_type": 1 @@ -10729,6 +11704,7 @@ "dbms": 121, "name": "global.sysstat.redo write finish time", "vartype": 2, + "default": "2684137", "summary": "sysstat.redo write finish time: 2684137", "scope": "global", "metric_type": 1 @@ -10740,6 +11716,7 @@ "dbms": 121, "name": "global.sysstat.redo write gather time", "vartype": 2, + "default": "318193", "summary": "sysstat.redo write gather time: 318193", "scope": "global", "metric_type": 1 @@ -10751,6 +11728,7 @@ "dbms": 121, "name": "global.sysstat.redo write info find", "vartype": 2, + "default": "2953", "summary": "sysstat.redo write info find: 2953", "scope": "global", "metric_type": 1 @@ -10762,6 +11740,7 @@ "dbms": 121, "name": "global.sysstat.redo write info find fail", "vartype": 2, + "default": "2", "summary": "sysstat.redo write info find fail: 2", "scope": "global", "metric_type": 1 @@ -10773,6 +11752,7 @@ "dbms": 121, "name": "global.sysstat.redo write issue time", "vartype": 2, + "default": "0", "summary": "sysstat.redo write issue time: 0", "scope": "global", "metric_type": 1 @@ -10784,6 +11764,7 @@ "dbms": 121, "name": "global.sysstat.redo write schedule time", "vartype": 2, + "default": "353308", "summary": "sysstat.redo write schedule time: 353308", "scope": "global", "metric_type": 1 @@ -10795,6 +11776,7 @@ "dbms": 121, "name": "global.sysstat.redo write size count ( 4kb)", "vartype": 2, + "default": "1244", "summary": "sysstat.redo write size count ( 4kb): 1244", "scope": "global", "metric_type": 1 @@ -10806,6 +11788,7 @@ "dbms": 121, "name": "global.sysstat.redo write size count ( 8kb)", "vartype": 2, + "default": "788", "summary": "sysstat.redo write size count ( 8kb): 788", "scope": "global", "metric_type": 1 @@ -10817,6 +11800,7 @@ "dbms": 121, "name": "global.sysstat.redo write size count ( 16kb)", "vartype": 2, + "default": "770", "summary": "sysstat.redo write size count ( 16kb): 770", "scope": "global", "metric_type": 1 @@ -10828,6 +11812,7 @@ "dbms": 121, "name": "global.sysstat.redo write size count ( 32kb)", "vartype": 2, + "default": "250", "summary": "sysstat.redo write size count ( 32kb): 250", "scope": "global", "metric_type": 1 @@ -10839,6 +11824,7 @@ "dbms": 121, "name": "global.sysstat.redo write size count ( 64kb)", "vartype": 2, + "default": "0", "summary": "sysstat.redo write size count ( 64kb): 0", "scope": "global", "metric_type": 1 @@ -10850,6 +11836,7 @@ "dbms": 121, "name": "global.sysstat.redo write size count ( 128kb)", "vartype": 2, + "default": "94", "summary": "sysstat.redo write size count ( 128kb): 94", "scope": "global", "metric_type": 1 @@ -10861,6 +11848,7 @@ "dbms": 121, "name": "global.sysstat.redo write size count ( 256kb)", "vartype": 2, + "default": "0", "summary": "sysstat.redo write size count ( 256kb): 0", "scope": "global", "metric_type": 1 @@ -10872,6 +11860,7 @@ "dbms": 121, "name": "global.sysstat.redo write size count ( 512kb)", "vartype": 2, + "default": "1", "summary": "sysstat.redo write size count ( 512kb): 1", "scope": "global", "metric_type": 1 @@ -10883,6 +11872,7 @@ "dbms": 121, "name": "global.sysstat.redo write size count (1024kb)", "vartype": 2, + "default": "0", "summary": "sysstat.redo write size count (1024kb): 0", "scope": "global", "metric_type": 1 @@ -10894,6 +11884,7 @@ "dbms": 121, "name": "global.sysstat.redo write size count (inf)", "vartype": 2, + "default": "0", "summary": "sysstat.redo write size count (inf): 0", "scope": "global", "metric_type": 1 @@ -10905,6 +11896,7 @@ "dbms": 121, "name": "global.sysstat.redo write time", "vartype": 2, + "default": "272", "summary": "sysstat.redo write time: 272", "scope": "global", "metric_type": 1 @@ -10916,6 +11908,7 @@ "dbms": 121, "name": "global.sysstat.redo write time (usec)", "vartype": 2, + "default": "2717550", "summary": "sysstat.redo write time (usec): 2717550", "scope": "global", "metric_type": 1 @@ -10927,6 +11920,7 @@ "dbms": 121, "name": "global.sysstat.redo write total time", "vartype": 2, + "default": "2953837", "summary": "sysstat.redo write total time: 2953837", "scope": "global", "metric_type": 1 @@ -10938,6 +11932,7 @@ "dbms": 121, "name": "global.sysstat.redo write worker delay (usec)", "vartype": 2, + "default": "246578", "summary": "sysstat.redo write worker delay (usec): 246578", "scope": "global", "metric_type": 1 @@ -10949,6 +11944,7 @@ "dbms": 121, "name": "global.sysstat.redo writes", "vartype": 2, + "default": "3147", "summary": "sysstat.redo writes: 3147", "scope": "global", "metric_type": 1 @@ -10960,6 +11956,7 @@ "dbms": 121, "name": "global.sysstat.redo writes (group 0)", "vartype": 2, + "default": "1703", "summary": "sysstat.redo writes (group 0): 1703", "scope": "global", "metric_type": 1 @@ -10971,6 +11968,7 @@ "dbms": 121, "name": "global.sysstat.redo writes (group 1)", "vartype": 2, + "default": "0", "summary": "sysstat.redo writes (group 1): 0", "scope": "global", "metric_type": 1 @@ -10982,6 +11980,7 @@ "dbms": 121, "name": "global.sysstat.redo writes (group 2)", "vartype": 2, + "default": "0", "summary": "sysstat.redo writes (group 2): 0", "scope": "global", "metric_type": 1 @@ -10993,6 +11992,7 @@ "dbms": 121, "name": "global.sysstat.redo writes (group 3)", "vartype": 2, + "default": "0", "summary": "sysstat.redo writes (group 3): 0", "scope": "global", "metric_type": 1 @@ -11004,6 +12004,7 @@ "dbms": 121, "name": "global.sysstat.redo writes (group 4)", "vartype": 2, + "default": "0", "summary": "sysstat.redo writes (group 4): 0", "scope": "global", "metric_type": 1 @@ -11015,6 +12016,7 @@ "dbms": 121, "name": "global.sysstat.redo writes (group 5)", "vartype": 2, + "default": "0", "summary": "sysstat.redo writes (group 5): 0", "scope": "global", "metric_type": 1 @@ -11026,6 +12028,7 @@ "dbms": 121, "name": "global.sysstat.redo writes (group 6)", "vartype": 2, + "default": "0", "summary": "sysstat.redo writes (group 6): 0", "scope": "global", "metric_type": 1 @@ -11037,6 +12040,7 @@ "dbms": 121, "name": "global.sysstat.redo writes (group 7)", "vartype": 2, + "default": "0", "summary": "sysstat.redo writes (group 7): 0", "scope": "global", "metric_type": 1 @@ -11048,6 +12052,7 @@ "dbms": 121, "name": "global.sysstat.redo writes adaptive all", "vartype": 2, + "default": "3142", "summary": "sysstat.redo writes adaptive all: 3142", "scope": "global", "metric_type": 1 @@ -11059,6 +12064,7 @@ "dbms": 121, "name": "global.sysstat.redo writes adaptive worker", "vartype": 2, + "default": "1703", "summary": "sysstat.redo writes adaptive worker: 1703", "scope": "global", "metric_type": 1 @@ -11070,6 +12076,7 @@ "dbms": 121, "name": "global.sysstat.remote oradebug requests", "vartype": 2, + "default": "0", "summary": "sysstat.remote oradebug requests: 0", "scope": "global", "metric_type": 1 @@ -11081,6 +12088,7 @@ "dbms": 121, "name": "global.sysstat.requests to/from client", "vartype": 2, + "default": "66155", "summary": "sysstat.requests to/from client: 66155", "scope": "global", "metric_type": 1 @@ -11092,6 +12100,7 @@ "dbms": 121, "name": "global.sysstat.rollback changes - undo records applied", "vartype": 2, + "default": "122", "summary": "sysstat.rollback changes - undo records applied: 122", "scope": "global", "metric_type": 1 @@ -11103,6 +12112,7 @@ "dbms": 121, "name": "global.sysstat.rollbacks only - consistent read gets", "vartype": 2, + "default": "14", "summary": "sysstat.rollbacks only - consistent read gets: 14", "scope": "global", "metric_type": 1 @@ -11114,6 +12124,7 @@ "dbms": 121, "name": "global.sysstat.root node splits", "vartype": 2, + "default": "0", "summary": "sysstat.root node splits: 0", "scope": "global", "metric_type": 1 @@ -11125,6 +12136,7 @@ "dbms": 121, "name": "global.sysstat.rowcr - resume", "vartype": 2, + "default": "0", "summary": "sysstat.rowcr - resume: 0", "scope": "global", "metric_type": 1 @@ -11136,6 +12148,7 @@ "dbms": 121, "name": "global.sysstat.rowcr - row contention", "vartype": 2, + "default": "88", "summary": "sysstat.rowcr - row contention: 88", "scope": "global", "metric_type": 1 @@ -11147,6 +12160,7 @@ "dbms": 121, "name": "global.sysstat.rowcr attempts", "vartype": 2, + "default": "1739", "summary": "sysstat.rowcr attempts: 1739", "scope": "global", "metric_type": 1 @@ -11158,6 +12172,7 @@ "dbms": 121, "name": "global.sysstat.rowcr hits", "vartype": 2, + "default": "1651", "summary": "sysstat.rowcr hits: 1651", "scope": "global", "metric_type": 1 @@ -11169,6 +12184,7 @@ "dbms": 121, "name": "global.sysstat.rows fetched via callback", "vartype": 2, + "default": "64670", "summary": "sysstat.rows fetched via callback: 64670", "scope": "global", "metric_type": 1 @@ -11180,6 +12196,7 @@ "dbms": 121, "name": "global.sysstat.sage send block by cell", "vartype": 2, + "default": "0", "summary": "sysstat.sage send block by cell: 0", "scope": "global", "metric_type": 1 @@ -11191,6 +12208,7 @@ "dbms": 121, "name": "global.sysstat.scheduler wait time", "vartype": 2, + "default": "0", "summary": "sysstat.scheduler wait time: 0", "scope": "global", "metric_type": 1 @@ -11202,6 +12220,7 @@ "dbms": 121, "name": "global.sysstat.scn increments due to another database", "vartype": 2, + "default": "0", "summary": "sysstat.scn increments due to another database: 0", "scope": "global", "metric_type": 1 @@ -11213,6 +12232,7 @@ "dbms": 121, "name": "global.sysstat.securefile add dedupd lob to set", "vartype": 2, + "default": "0", "summary": "sysstat.securefile add dedupd lob to set: 0", "scope": "global", "metric_type": 1 @@ -11224,6 +12244,7 @@ "dbms": 121, "name": "global.sysstat.securefile allocation bytes", "vartype": 2, + "default": "155648", "summary": "sysstat.securefile allocation bytes: 155648", "scope": "global", "metric_type": 1 @@ -11235,6 +12256,7 @@ "dbms": 121, "name": "global.sysstat.securefile allocation chunks", "vartype": 2, + "default": "3", "summary": "sysstat.securefile allocation chunks: 3", "scope": "global", "metric_type": 1 @@ -11246,6 +12268,7 @@ "dbms": 121, "name": "global.sysstat.securefile bytes cleartext", "vartype": 2, + "default": "0", "summary": "sysstat.securefile bytes cleartext: 0", "scope": "global", "metric_type": 1 @@ -11257,6 +12280,7 @@ "dbms": 121, "name": "global.sysstat.securefile bytes deduplicated", "vartype": 2, + "default": "0", "summary": "sysstat.securefile bytes deduplicated: 0", "scope": "global", "metric_type": 1 @@ -11268,6 +12292,7 @@ "dbms": 121, "name": "global.sysstat.securefile bytes encrypted", "vartype": 2, + "default": "0", "summary": "sysstat.securefile bytes encrypted: 0", "scope": "global", "metric_type": 1 @@ -11279,6 +12304,7 @@ "dbms": 121, "name": "global.sysstat.securefile bytes non-transformed", "vartype": 2, + "default": "150836", "summary": "sysstat.securefile bytes non-transformed: 150836", "scope": "global", "metric_type": 1 @@ -11290,6 +12316,7 @@ "dbms": 121, "name": "global.sysstat.securefile compressed bytes", "vartype": 2, + "default": "0", "summary": "sysstat.securefile compressed bytes: 0", "scope": "global", "metric_type": 1 @@ -11301,6 +12328,7 @@ "dbms": 121, "name": "global.sysstat.securefile create dedup set", "vartype": 2, + "default": "0", "summary": "sysstat.securefile create dedup set: 0", "scope": "global", "metric_type": 1 @@ -11312,6 +12340,7 @@ "dbms": 121, "name": "global.sysstat.securefile dedup callback oper final", "vartype": 2, + "default": "0", "summary": "sysstat.securefile dedup callback oper final: 0", "scope": "global", "metric_type": 1 @@ -11323,6 +12352,7 @@ "dbms": 121, "name": "global.sysstat.securefile dedup fits inline", "vartype": 2, + "default": "0", "summary": "sysstat.securefile dedup fits inline: 0", "scope": "global", "metric_type": 1 @@ -11334,6 +12364,7 @@ "dbms": 121, "name": "global.sysstat.securefile dedup flush too low", "vartype": 2, + "default": "0", "summary": "sysstat.securefile dedup flush too low: 0", "scope": "global", "metric_type": 1 @@ -11345,6 +12376,7 @@ "dbms": 121, "name": "global.sysstat.securefile dedup hash collision", "vartype": 2, + "default": "0", "summary": "sysstat.securefile dedup hash collision: 0", "scope": "global", "metric_type": 1 @@ -11356,6 +12388,7 @@ "dbms": 121, "name": "global.sysstat.securefile dedup prefix hash match", "vartype": 2, + "default": "0", "summary": "sysstat.securefile dedup prefix hash match: 0", "scope": "global", "metric_type": 1 @@ -11367,6 +12400,7 @@ "dbms": 121, "name": "global.sysstat.securefile dedup wapp cache miss", "vartype": 2, + "default": "0", "summary": "sysstat.securefile dedup wapp cache miss: 0", "scope": "global", "metric_type": 1 @@ -11378,6 +12412,7 @@ "dbms": 121, "name": "global.sysstat.securefile destroy dedup set", "vartype": 2, + "default": "0", "summary": "sysstat.securefile destroy dedup set: 0", "scope": "global", "metric_type": 1 @@ -11389,6 +12424,7 @@ "dbms": 121, "name": "global.sysstat.securefile direct read bytes", "vartype": 2, + "default": "319488", "summary": "sysstat.securefile direct read bytes: 319488", "scope": "global", "metric_type": 1 @@ -11400,6 +12436,7 @@ "dbms": 121, "name": "global.sysstat.securefile direct read ops", "vartype": 2, + "default": "9", "summary": "sysstat.securefile direct read ops: 9", "scope": "global", "metric_type": 1 @@ -11411,6 +12448,7 @@ "dbms": 121, "name": "global.sysstat.securefile direct write bytes", "vartype": 2, + "default": "155648", "summary": "sysstat.securefile direct write bytes: 155648", "scope": "global", "metric_type": 1 @@ -11422,6 +12460,7 @@ "dbms": 121, "name": "global.sysstat.securefile direct write ops", "vartype": 2, + "default": "3", "summary": "sysstat.securefile direct write ops: 3", "scope": "global", "metric_type": 1 @@ -11433,6 +12472,7 @@ "dbms": 121, "name": "global.sysstat.securefile inode ioreap time", "vartype": 2, + "default": "0", "summary": "sysstat.securefile inode ioreap time: 0", "scope": "global", "metric_type": 1 @@ -11444,6 +12484,7 @@ "dbms": 121, "name": "global.sysstat.securefile inode read time", "vartype": 2, + "default": "0", "summary": "sysstat.securefile inode read time: 0", "scope": "global", "metric_type": 1 @@ -11455,6 +12496,7 @@ "dbms": 121, "name": "global.sysstat.securefile inode write time", "vartype": 2, + "default": "0", "summary": "sysstat.securefile inode write time: 0", "scope": "global", "metric_type": 1 @@ -11466,6 +12508,7 @@ "dbms": 121, "name": "global.sysstat.securefile number of flushes", "vartype": 2, + "default": "0", "summary": "sysstat.securefile number of flushes: 0", "scope": "global", "metric_type": 1 @@ -11477,6 +12520,7 @@ "dbms": 121, "name": "global.sysstat.securefile number of non-transformed flushes", "vartype": 2, + "default": "1", "summary": "sysstat.securefile number of non-transformed flushes: 1", "scope": "global", "metric_type": 1 @@ -11488,6 +12532,7 @@ "dbms": 121, "name": "global.sysstat.securefile reject deduplication", "vartype": 2, + "default": "0", "summary": "sysstat.securefile reject deduplication: 0", "scope": "global", "metric_type": 1 @@ -11499,6 +12544,7 @@ "dbms": 121, "name": "global.sysstat.securefile rmv from dedup set", "vartype": 2, + "default": "0", "summary": "sysstat.securefile rmv from dedup set: 0", "scope": "global", "metric_type": 1 @@ -11510,6 +12556,7 @@ "dbms": 121, "name": "global.sysstat.securefile uncompressed bytes", "vartype": 2, + "default": "0", "summary": "sysstat.securefile uncompressed bytes: 0", "scope": "global", "metric_type": 1 @@ -11521,6 +12568,7 @@ "dbms": 121, "name": "global.sysstat.securefiles copy from dbfs link", "vartype": 2, + "default": "0", "summary": "sysstat.securefiles copy from dbfs link: 0", "scope": "global", "metric_type": 1 @@ -11532,6 +12580,7 @@ "dbms": 121, "name": "global.sysstat.securefiles dbfs link operations", "vartype": 2, + "default": "0", "summary": "sysstat.securefiles dbfs link operations: 0", "scope": "global", "metric_type": 1 @@ -11543,6 +12592,7 @@ "dbms": 121, "name": "global.sysstat.securefiles dbfs link overwrites", "vartype": 2, + "default": "0", "summary": "sysstat.securefiles dbfs link overwrites: 0", "scope": "global", "metric_type": 1 @@ -11554,6 +12604,7 @@ "dbms": 121, "name": "global.sysstat.securefiles dbfs link streaming reads", "vartype": 2, + "default": "0", "summary": "sysstat.securefiles dbfs link streaming reads: 0", "scope": "global", "metric_type": 1 @@ -11565,6 +12616,7 @@ "dbms": 121, "name": "global.sysstat.securefiles get dbfs link reference", "vartype": 2, + "default": "0", "summary": "sysstat.securefiles get dbfs link reference: 0", "scope": "global", "metric_type": 1 @@ -11576,6 +12628,7 @@ "dbms": 121, "name": "global.sysstat.securefiles implicit copy from dbfs link", "vartype": 2, + "default": "0", "summary": "sysstat.securefiles implicit copy from dbfs link: 0", "scope": "global", "metric_type": 1 @@ -11587,6 +12640,7 @@ "dbms": 121, "name": "global.sysstat.securefiles move to dbfs link", "vartype": 2, + "default": "0", "summary": "sysstat.securefiles move to dbfs link: 0", "scope": "global", "metric_type": 1 @@ -11598,6 +12652,7 @@ "dbms": 121, "name": "global.sysstat.securefiles put dbfs link reference", "vartype": 2, + "default": "0", "summary": "sysstat.securefiles put dbfs link reference: 0", "scope": "global", "metric_type": 1 @@ -11609,6 +12664,7 @@ "dbms": 121, "name": "global.sysstat.segment cfs allocations", "vartype": 2, + "default": "0", "summary": "sysstat.segment cfs allocations: 0", "scope": "global", "metric_type": 1 @@ -11620,6 +12676,7 @@ "dbms": 121, "name": "global.sysstat.segment chunks allocation from disepnser", "vartype": 2, + "default": "3", "summary": "sysstat.segment chunks allocation from disepnser: 3", "scope": "global", "metric_type": 1 @@ -11631,6 +12688,7 @@ "dbms": 121, "name": "global.sysstat.segment dispenser allocations", "vartype": 2, + "default": "1", "summary": "sysstat.segment dispenser allocations: 1", "scope": "global", "metric_type": 1 @@ -11642,6 +12700,7 @@ "dbms": 121, "name": "global.sysstat.segment dispenser load empty", "vartype": 2, + "default": "0", "summary": "sysstat.segment dispenser load empty: 0", "scope": "global", "metric_type": 1 @@ -11653,6 +12712,7 @@ "dbms": 121, "name": "global.sysstat.segment dispenser load tasks", "vartype": 2, + "default": "1", "summary": "sysstat.segment dispenser load tasks: 1", "scope": "global", "metric_type": 1 @@ -11664,6 +12724,7 @@ "dbms": 121, "name": "global.sysstat.segment prealloc bytes", "vartype": 2, + "default": "0", "summary": "sysstat.segment prealloc bytes: 0", "scope": "global", "metric_type": 1 @@ -11675,6 +12736,7 @@ "dbms": 121, "name": "global.sysstat.segment prealloc ops", "vartype": 2, + "default": "1", "summary": "sysstat.segment prealloc ops: 1", "scope": "global", "metric_type": 1 @@ -11686,6 +12748,7 @@ "dbms": 121, "name": "global.sysstat.segment prealloc tasks", "vartype": 2, + "default": "1", "summary": "sysstat.segment prealloc tasks: 1", "scope": "global", "metric_type": 1 @@ -11697,6 +12760,7 @@ "dbms": 121, "name": "global.sysstat.segment prealloc time (ms)", "vartype": 2, + "default": "6", "summary": "sysstat.segment prealloc time (ms): 6", "scope": "global", "metric_type": 1 @@ -11708,6 +12772,7 @@ "dbms": 121, "name": "global.sysstat.segment prealloc ufs2cfs bytes", "vartype": 2, + "default": "0", "summary": "sysstat.segment prealloc ufs2cfs bytes: 0", "scope": "global", "metric_type": 1 @@ -11719,6 +12784,7 @@ "dbms": 121, "name": "global.sysstat.segment total chunk allocation", "vartype": 2, + "default": "0", "summary": "sysstat.segment total chunk allocation: 0", "scope": "global", "metric_type": 1 @@ -11730,6 +12796,7 @@ "dbms": 121, "name": "global.sysstat.serializable aborts", "vartype": 2, + "default": "0", "summary": "sysstat.serializable aborts: 0", "scope": "global", "metric_type": 1 @@ -11741,6 +12808,7 @@ "dbms": 121, "name": "global.sysstat.session connect time", "vartype": 2, + "default": "1572978818", "summary": "sysstat.session connect time: 1572978818", "scope": "global", "metric_type": 1 @@ -11752,6 +12820,7 @@ "dbms": 121, "name": "global.sysstat.session cursor cache count", "vartype": 2, + "default": "1018", "summary": "sysstat.session cursor cache count: 1018", "scope": "global", "metric_type": 1 @@ -11763,6 +12832,7 @@ "dbms": 121, "name": "global.sysstat.session cursor cache hits", "vartype": 2, + "default": "14514", "summary": "sysstat.session cursor cache hits: 14514", "scope": "global", "metric_type": 1 @@ -11774,6 +12844,7 @@ "dbms": 121, "name": "global.sysstat.session logical reads", "vartype": 2, + "default": "15710882", "summary": "sysstat.session logical reads: 15710882", "scope": "global", "metric_type": 1 @@ -11785,6 +12856,7 @@ "dbms": 121, "name": "global.sysstat.session logical reads - im", "vartype": 2, + "default": "0", "summary": "sysstat.session logical reads - im: 0", "scope": "global", "metric_type": 1 @@ -11796,6 +12868,7 @@ "dbms": 121, "name": "global.sysstat.session logical reads in local numa group", "vartype": 2, + "default": "0", "summary": "sysstat.session logical reads in local numa group: 0", "scope": "global", "metric_type": 1 @@ -11807,6 +12880,7 @@ "dbms": 121, "name": "global.sysstat.session logical reads in remote numa group", "vartype": 2, + "default": "0", "summary": "sysstat.session logical reads in remote numa group: 0", "scope": "global", "metric_type": 1 @@ -11818,6 +12892,7 @@ "dbms": 121, "name": "global.sysstat.session pga memory", "vartype": 2, + "default": "58934984", "summary": "sysstat.session pga memory: 58934984", "scope": "global", "metric_type": 3 @@ -11829,6 +12904,7 @@ "dbms": 121, "name": "global.sysstat.session pga memory max", "vartype": 2, + "default": "67930472", "summary": "sysstat.session pga memory max: 67930472", "scope": "global", "metric_type": 3 @@ -11840,6 +12916,7 @@ "dbms": 121, "name": "global.sysstat.session stored procedure space", "vartype": 2, + "default": "0", "summary": "sysstat.session stored procedure space: 0", "scope": "global", "metric_type": 1 @@ -11851,6 +12928,7 @@ "dbms": 121, "name": "global.sysstat.session uga memory", "vartype": 2, + "default": "34149048", "summary": "sysstat.session uga memory: 34149048", "scope": "global", "metric_type": 3 @@ -11862,6 +12940,7 @@ "dbms": 121, "name": "global.sysstat.session uga memory max", "vartype": 2, + "default": "146768992", "summary": "sysstat.session uga memory max: 146768992", "scope": "global", "metric_type": 3 @@ -11873,6 +12952,7 @@ "dbms": 121, "name": "global.sysstat.shared hash latch upgrades - no wait", "vartype": 2, + "default": "11439", "summary": "sysstat.shared hash latch upgrades - no wait: 11439", "scope": "global", "metric_type": 1 @@ -11884,6 +12964,7 @@ "dbms": 121, "name": "global.sysstat.shared hash latch upgrades - wait", "vartype": 2, + "default": "0", "summary": "sysstat.shared hash latch upgrades - wait: 0", "scope": "global", "metric_type": 1 @@ -11895,6 +12976,7 @@ "dbms": 121, "name": "global.sysstat.shared io pool buffer get failure", "vartype": 2, + "default": "0", "summary": "sysstat.shared io pool buffer get failure: 0", "scope": "global", "metric_type": 1 @@ -11906,6 +12988,7 @@ "dbms": 121, "name": "global.sysstat.shared io pool buffer get success", "vartype": 2, + "default": "4", "summary": "sysstat.shared io pool buffer get success: 4", "scope": "global", "metric_type": 1 @@ -11917,6 +13000,7 @@ "dbms": 121, "name": "global.sysstat.slave propagated tracked transactions", "vartype": 2, + "default": "0", "summary": "sysstat.slave propagated tracked transactions: 0", "scope": "global", "metric_type": 1 @@ -11928,6 +13012,7 @@ "dbms": 121, "name": "global.sysstat.smon posted for dropping temp segment", "vartype": 2, + "default": "0", "summary": "sysstat.smon posted for dropping temp segment: 0", "scope": "global", "metric_type": 1 @@ -11939,6 +13024,7 @@ "dbms": 121, "name": "global.sysstat.smon posted for instance recovery", "vartype": 2, + "default": "0", "summary": "sysstat.smon posted for instance recovery: 0", "scope": "global", "metric_type": 1 @@ -11950,6 +13036,7 @@ "dbms": 121, "name": "global.sysstat.smon posted for txn recovery for other instances", "vartype": 2, + "default": "0", "summary": "sysstat.smon posted for txn recovery for other instances: 0", "scope": "global", "metric_type": 1 @@ -11961,6 +13048,7 @@ "dbms": 121, "name": "global.sysstat.smon posted for undo segment recovery", "vartype": 2, + "default": "0", "summary": "sysstat.smon posted for undo segment recovery: 0", "scope": "global", "metric_type": 1 @@ -11972,6 +13060,7 @@ "dbms": 121, "name": "global.sysstat.smon posted for undo segment shrink", "vartype": 2, + "default": "0", "summary": "sysstat.smon posted for undo segment shrink: 0", "scope": "global", "metric_type": 1 @@ -11983,6 +13072,7 @@ "dbms": 121, "name": "global.sysstat.sorts (disk)", "vartype": 2, + "default": "0", "summary": "sysstat.sorts (disk): 0", "scope": "global", "metric_type": 1 @@ -11994,6 +13084,7 @@ "dbms": 121, "name": "global.sysstat.sorts (memory)", "vartype": 2, + "default": "5548", "summary": "sysstat.sorts (memory): 5548", "scope": "global", "metric_type": 1 @@ -12005,6 +13096,7 @@ "dbms": 121, "name": "global.sysstat.sorts (rows)", "vartype": 2, + "default": "51852", "summary": "sysstat.sorts (rows): 51852", "scope": "global", "metric_type": 1 @@ -12016,6 +13108,7 @@ "dbms": 121, "name": "global.sysstat.space was found by tune down", "vartype": 2, + "default": "0", "summary": "sysstat.space was found by tune down: 0", "scope": "global", "metric_type": 1 @@ -12027,6 +13120,7 @@ "dbms": 121, "name": "global.sysstat.space was not found by tune down", "vartype": 2, + "default": "0", "summary": "sysstat.space was not found by tune down: 0", "scope": "global", "metric_type": 1 @@ -12038,6 +13132,7 @@ "dbms": 121, "name": "global.sysstat.spare statistic 1", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 1: 0", "scope": "global", "metric_type": 1 @@ -12049,6 +13144,7 @@ "dbms": 121, "name": "global.sysstat.spare statistic 10", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 10: 0", "scope": "global", "metric_type": 1 @@ -12060,6 +13156,7 @@ "dbms": 121, "name": "global.sysstat.spare statistic 11", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 11: 0", "scope": "global", "metric_type": 1 @@ -12071,6 +13168,7 @@ "dbms": 121, "name": "global.sysstat.spare statistic 12", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 12: 0", "scope": "global", "metric_type": 1 @@ -12082,6 +13180,7 @@ "dbms": 121, "name": "global.sysstat.spare statistic 13", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 13: 0", "scope": "global", "metric_type": 1 @@ -12093,6 +13192,7 @@ "dbms": 121, "name": "global.sysstat.spare statistic 14", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 14: 0", "scope": "global", "metric_type": 1 @@ -12104,6 +13204,7 @@ "dbms": 121, "name": "global.sysstat.spare statistic 15", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 15: 0", "scope": "global", "metric_type": 1 @@ -12115,6 +13216,7 @@ "dbms": 121, "name": "global.sysstat.spare statistic 16", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 16: 0", "scope": "global", "metric_type": 1 @@ -12126,6 +13228,7 @@ "dbms": 121, "name": "global.sysstat.spare statistic 17", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 17: 0", "scope": "global", "metric_type": 1 @@ -12137,6 +13240,7 @@ "dbms": 121, "name": "global.sysstat.spare statistic 18", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 18: 0", "scope": "global", "metric_type": 1 @@ -12148,6 +13252,7 @@ "dbms": 121, "name": "global.sysstat.spare statistic 19", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 19: 0", "scope": "global", "metric_type": 1 @@ -12159,6 +13264,7 @@ "dbms": 121, "name": "global.sysstat.spare statistic 2", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 2: 0", "scope": "global", "metric_type": 1 @@ -12170,6 +13276,7 @@ "dbms": 121, "name": "global.sysstat.spare statistic 20", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 20: 0", "scope": "global", "metric_type": 1 @@ -12181,6 +13288,7 @@ "dbms": 121, "name": "global.sysstat.spare statistic 21", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 21: 0", "scope": "global", "metric_type": 1 @@ -12192,6 +13300,7 @@ "dbms": 121, "name": "global.sysstat.spare statistic 22", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 22: 0", "scope": "global", "metric_type": 1 @@ -12203,6 +13312,7 @@ "dbms": 121, "name": "global.sysstat.spare statistic 23", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 23: 0", "scope": "global", "metric_type": 1 @@ -12214,6 +13324,7 @@ "dbms": 121, "name": "global.sysstat.spare statistic 24", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 24: 0", "scope": "global", "metric_type": 1 @@ -12225,6 +13336,7 @@ "dbms": 121, "name": "global.sysstat.spare statistic 25", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 25: 0", "scope": "global", "metric_type": 1 @@ -12236,6 +13348,7 @@ "dbms": 121, "name": "global.sysstat.spare statistic 26", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 26: 0", "scope": "global", "metric_type": 1 @@ -12247,6 +13360,7 @@ "dbms": 121, "name": "global.sysstat.spare statistic 27", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 27: 0", "scope": "global", "metric_type": 1 @@ -12258,6 +13372,7 @@ "dbms": 121, "name": "global.sysstat.spare statistic 28", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 28: 0", "scope": "global", "metric_type": 1 @@ -12269,6 +13384,7 @@ "dbms": 121, "name": "global.sysstat.spare statistic 29", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 29: 0", "scope": "global", "metric_type": 1 @@ -12280,6 +13396,7 @@ "dbms": 121, "name": "global.sysstat.spare statistic 3", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 3: 0", "scope": "global", "metric_type": 1 @@ -12291,6 +13408,7 @@ "dbms": 121, "name": "global.sysstat.spare statistic 30", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 30: 0", "scope": "global", "metric_type": 1 @@ -12302,6 +13420,7 @@ "dbms": 121, "name": "global.sysstat.spare statistic 31", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 31: 0", "scope": "global", "metric_type": 1 @@ -12313,6 +13432,7 @@ "dbms": 121, "name": "global.sysstat.spare statistic 32", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 32: 0", "scope": "global", "metric_type": 1 @@ -12324,6 +13444,7 @@ "dbms": 121, "name": "global.sysstat.spare statistic 33", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 33: 0", "scope": "global", "metric_type": 1 @@ -12335,6 +13456,7 @@ "dbms": 121, "name": "global.sysstat.spare statistic 34", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 34: 0", "scope": "global", "metric_type": 1 @@ -12346,6 +13468,7 @@ "dbms": 121, "name": "global.sysstat.spare statistic 35", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 35: 0", "scope": "global", "metric_type": 1 @@ -12357,6 +13480,7 @@ "dbms": 121, "name": "global.sysstat.spare statistic 36", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 36: 0", "scope": "global", "metric_type": 1 @@ -12368,6 +13492,7 @@ "dbms": 121, "name": "global.sysstat.spare statistic 37", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 37: 0", "scope": "global", "metric_type": 1 @@ -12379,6 +13504,7 @@ "dbms": 121, "name": "global.sysstat.spare statistic 38", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 38: 0", "scope": "global", "metric_type": 1 @@ -12390,6 +13516,7 @@ "dbms": 121, "name": "global.sysstat.spare statistic 39", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 39: 0", "scope": "global", "metric_type": 1 @@ -12401,6 +13528,7 @@ "dbms": 121, "name": "global.sysstat.spare statistic 4", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 4: 0", "scope": "global", "metric_type": 1 @@ -12412,6 +13540,7 @@ "dbms": 121, "name": "global.sysstat.spare statistic 40", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 40: 0", "scope": "global", "metric_type": 1 @@ -12423,6 +13552,7 @@ "dbms": 121, "name": "global.sysstat.spare statistic 5", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 5: 0", "scope": "global", "metric_type": 1 @@ -12434,6 +13564,7 @@ "dbms": 121, "name": "global.sysstat.spare statistic 6", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 6: 0", "scope": "global", "metric_type": 1 @@ -12445,6 +13576,7 @@ "dbms": 121, "name": "global.sysstat.spare statistic 7", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 7: 0", "scope": "global", "metric_type": 1 @@ -12456,6 +13588,7 @@ "dbms": 121, "name": "global.sysstat.spare statistic 8", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 8: 0", "scope": "global", "metric_type": 1 @@ -12467,6 +13600,7 @@ "dbms": 121, "name": "global.sysstat.spare statistic 9", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 9: 0", "scope": "global", "metric_type": 1 @@ -12478,6 +13612,7 @@ "dbms": 121, "name": "global.sysstat.sql area evicted", "vartype": 2, + "default": "307", "summary": "sysstat.sql area evicted: 307", "scope": "global", "metric_type": 1 @@ -12489,6 +13624,7 @@ "dbms": 121, "name": "global.sysstat.sql area purged", "vartype": 2, + "default": "99", "summary": "sysstat.sql area purged: 99", "scope": "global", "metric_type": 1 @@ -12500,6 +13636,7 @@ "dbms": 121, "name": "global.sysstat.sql*net roundtrips to/from client", "vartype": 2, + "default": "66265", "summary": "sysstat.sql*net roundtrips to/from client: 66265", "scope": "global", "metric_type": 1 @@ -12511,6 +13648,7 @@ "dbms": 121, "name": "global.sysstat.sql*net roundtrips to/from dblink", "vartype": 2, + "default": "0", "summary": "sysstat.sql*net roundtrips to/from dblink: 0", "scope": "global", "metric_type": 1 @@ -12522,6 +13660,7 @@ "dbms": 121, "name": "global.sysstat.steps of tune down ret. in space pressure", "vartype": 2, + "default": "0", "summary": "sysstat.steps of tune down ret. in space pressure: 0", "scope": "global", "metric_type": 1 @@ -12533,6 +13672,7 @@ "dbms": 121, "name": "global.sysstat.streaming no-stall reap", "vartype": 2, + "default": "0", "summary": "sysstat.streaming no-stall reap: 0", "scope": "global", "metric_type": 1 @@ -12544,6 +13684,7 @@ "dbms": 121, "name": "global.sysstat.streaming stall reap", "vartype": 2, + "default": "0", "summary": "sysstat.streaming stall reap: 0", "scope": "global", "metric_type": 1 @@ -12555,6 +13696,7 @@ "dbms": 121, "name": "global.sysstat.summed dirty queue length", "vartype": 2, + "default": "0", "summary": "sysstat.summed dirty queue length: 0", "scope": "global", "metric_type": 1 @@ -12566,6 +13708,7 @@ "dbms": 121, "name": "global.sysstat.switch current to new buffer", "vartype": 2, + "default": "2846", "summary": "sysstat.switch current to new buffer: 2846", "scope": "global", "metric_type": 1 @@ -12577,6 +13720,7 @@ "dbms": 121, "name": "global.sysstat.table fetch by rowid", "vartype": 2, + "default": "15040496", "summary": "sysstat.table fetch by rowid: 15040496", "scope": "global", "metric_type": 1 @@ -12588,6 +13732,7 @@ "dbms": 121, "name": "global.sysstat.table fetch continued row", "vartype": 2, + "default": "745", "summary": "sysstat.table fetch continued row: 745", "scope": "global", "metric_type": 1 @@ -12599,6 +13744,7 @@ "dbms": 121, "name": "global.sysstat.table scan blocks gotten", "vartype": 2, + "default": "19000", "summary": "sysstat.table scan blocks gotten: 19000", "scope": "global", "metric_type": 1 @@ -12610,6 +13756,7 @@ "dbms": 121, "name": "global.sysstat.table scan disk imc fallback", "vartype": 2, + "default": "0", "summary": "sysstat.table scan disk imc fallback: 0", "scope": "global", "metric_type": 1 @@ -12621,6 +13768,7 @@ "dbms": 121, "name": "global.sysstat.table scan disk non-imc rows gotten", "vartype": 2, + "default": "1120256", "summary": "sysstat.table scan disk non-imc rows gotten: 1120256", "scope": "global", "metric_type": 1 @@ -12632,6 +13780,7 @@ "dbms": 121, "name": "global.sysstat.table scan rows gotten", "vartype": 2, + "default": "1231853", "summary": "sysstat.table scan rows gotten: 1231853", "scope": "global", "metric_type": 1 @@ -12643,6 +13792,7 @@ "dbms": 121, "name": "global.sysstat.table scans (cache partitions)", "vartype": 2, + "default": "0", "summary": "sysstat.table scans (cache partitions): 0", "scope": "global", "metric_type": 1 @@ -12654,6 +13804,7 @@ "dbms": 121, "name": "global.sysstat.table scans (direct read)", "vartype": 2, + "default": "0", "summary": "sysstat.table scans (direct read): 0", "scope": "global", "metric_type": 1 @@ -12665,6 +13816,7 @@ "dbms": 121, "name": "global.sysstat.table scans (im)", "vartype": 2, + "default": "0", "summary": "sysstat.table scans (im): 0", "scope": "global", "metric_type": 1 @@ -12676,6 +13828,7 @@ "dbms": 121, "name": "global.sysstat.table scans (long tables)", "vartype": 2, + "default": "6", "summary": "sysstat.table scans (long tables): 6", "scope": "global", "metric_type": 1 @@ -12687,6 +13840,7 @@ "dbms": 121, "name": "global.sysstat.table scans (rowid ranges)", "vartype": 2, + "default": "0", "summary": "sysstat.table scans (rowid ranges): 0", "scope": "global", "metric_type": 1 @@ -12698,6 +13852,7 @@ "dbms": 121, "name": "global.sysstat.table scans (short tables)", "vartype": 2, + "default": "724", "summary": "sysstat.table scans (short tables): 724", "scope": "global", "metric_type": 1 @@ -12709,6 +13864,7 @@ "dbms": 121, "name": "global.sysstat.tbs extension: bytes extended", "vartype": 2, + "default": "0", "summary": "sysstat.tbs extension: bytes extended: 0", "scope": "global", "metric_type": 1 @@ -12720,6 +13876,7 @@ "dbms": 121, "name": "global.sysstat.tbs extension: files extended", "vartype": 2, + "default": "0", "summary": "sysstat.tbs extension: files extended: 0", "scope": "global", "metric_type": 1 @@ -12731,6 +13888,7 @@ "dbms": 121, "name": "global.sysstat.tbs extension: tasks created", "vartype": 2, + "default": "0", "summary": "sysstat.tbs extension: tasks created: 0", "scope": "global", "metric_type": 1 @@ -12742,6 +13900,7 @@ "dbms": 121, "name": "global.sysstat.tbs extension: tasks executed", "vartype": 2, + "default": "0", "summary": "sysstat.tbs extension: tasks executed: 0", "scope": "global", "metric_type": 1 @@ -12753,6 +13912,7 @@ "dbms": 121, "name": "global.sysstat.temp space allocated (bytes)", "vartype": 2, + "default": "0", "summary": "sysstat.temp space allocated (bytes): 0", "scope": "global", "metric_type": 1 @@ -12764,6 +13924,7 @@ "dbms": 121, "name": "global.sysstat.total cf enq hold time", "vartype": 2, + "default": "110", "summary": "sysstat.total cf enq hold time: 110", "scope": "global", "metric_type": 1 @@ -12775,6 +13936,7 @@ "dbms": 121, "name": "global.sysstat.total number of cf enq holders", "vartype": 2, + "default": "81", "summary": "sysstat.total number of cf enq holders: 81", "scope": "global", "metric_type": 1 @@ -12786,6 +13948,7 @@ "dbms": 121, "name": "global.sysstat.total number of slots", "vartype": 2, + "default": "0", "summary": "sysstat.total number of slots: 0", "scope": "global", "metric_type": 1 @@ -12797,6 +13960,7 @@ "dbms": 121, "name": "global.sysstat.total number of times smon posted", "vartype": 2, + "default": "11", "summary": "sysstat.total number of times smon posted: 11", "scope": "global", "metric_type": 1 @@ -12808,6 +13972,7 @@ "dbms": 121, "name": "global.sysstat.total number of undo segments dropped", "vartype": 2, + "default": "0", "summary": "sysstat.total number of undo segments dropped: 0", "scope": "global", "metric_type": 1 @@ -12819,6 +13984,7 @@ "dbms": 121, "name": "global.sysstat.tracked rows", "vartype": 2, + "default": "0", "summary": "sysstat.tracked rows: 0", "scope": "global", "metric_type": 1 @@ -12830,6 +13996,7 @@ "dbms": 121, "name": "global.sysstat.tracked transactions", "vartype": 2, + "default": "0", "summary": "sysstat.tracked transactions: 0", "scope": "global", "metric_type": 1 @@ -12841,6 +14008,7 @@ "dbms": 121, "name": "global.sysstat.transaction lock background get time", "vartype": 2, + "default": "0", "summary": "sysstat.transaction lock background get time: 0", "scope": "global", "metric_type": 1 @@ -12852,6 +14020,7 @@ "dbms": 121, "name": "global.sysstat.transaction lock background gets", "vartype": 2, + "default": "0", "summary": "sysstat.transaction lock background gets: 0", "scope": "global", "metric_type": 1 @@ -12863,6 +14032,7 @@ "dbms": 121, "name": "global.sysstat.transaction lock foreground requests", "vartype": 2, + "default": "0", "summary": "sysstat.transaction lock foreground requests: 0", "scope": "global", "metric_type": 1 @@ -12874,6 +14044,7 @@ "dbms": 121, "name": "global.sysstat.transaction lock foreground wait time", "vartype": 2, + "default": "0", "summary": "sysstat.transaction lock foreground wait time: 0", "scope": "global", "metric_type": 1 @@ -12885,6 +14056,7 @@ "dbms": 121, "name": "global.sysstat.transaction rollbacks", "vartype": 2, + "default": "9", "summary": "sysstat.transaction rollbacks: 9", "scope": "global", "metric_type": 1 @@ -12896,6 +14068,7 @@ "dbms": 121, "name": "global.sysstat.transaction tables consistent read rollbacks", "vartype": 2, + "default": "0", "summary": "sysstat.transaction tables consistent read rollbacks: 0", "scope": "global", "metric_type": 1 @@ -12907,6 +14080,7 @@ "dbms": 121, "name": "global.sysstat.transaction tables consistent reads - undo records applied", "vartype": 2, + "default": "0", "summary": "sysstat.transaction tables consistent reads - undo records applied: 0", "scope": "global", "metric_type": 1 @@ -12918,6 +14092,7 @@ "dbms": 121, "name": "global.sysstat.tune down retentions in space pressure", "vartype": 2, + "default": "0", "summary": "sysstat.tune down retentions in space pressure: 0", "scope": "global", "metric_type": 1 @@ -12929,6 +14104,7 @@ "dbms": 121, "name": "global.sysstat.undo change vector size", "vartype": 2, + "default": "8036620", "summary": "sysstat.undo change vector size: 8036620", "scope": "global", "metric_type": 1 @@ -12940,6 +14116,7 @@ "dbms": 121, "name": "global.sysstat.undo segment header was pinned", "vartype": 2, + "default": "0", "summary": "sysstat.undo segment header was pinned: 0", "scope": "global", "metric_type": 1 @@ -12951,6 +14128,7 @@ "dbms": 121, "name": "global.sysstat.user calls", "vartype": 2, + "default": "66740", "summary": "sysstat.user calls: 66740", "scope": "global", "metric_type": 1 @@ -12962,6 +14140,7 @@ "dbms": 121, "name": "global.sysstat.user commits", "vartype": 2, + "default": "3453", "summary": "sysstat.user commits: 3453", "scope": "global", "metric_type": 1 @@ -12973,6 +14152,7 @@ "dbms": 121, "name": "global.sysstat.user i/o wait time", "vartype": 2, + "default": "274", "summary": "sysstat.user i/o wait time: 274", "scope": "global", "metric_type": 1 @@ -12984,6 +14164,7 @@ "dbms": 121, "name": "global.sysstat.user logons cumulative", "vartype": 2, + "default": "9", "summary": "sysstat.user logons cumulative: 9", "scope": "global", "metric_type": 1 @@ -12995,6 +14176,7 @@ "dbms": 121, "name": "global.sysstat.user logouts cumulative", "vartype": 2, + "default": "8", "summary": "sysstat.user logouts cumulative: 8", "scope": "global", "metric_type": 1 @@ -13006,6 +14188,7 @@ "dbms": 121, "name": "global.sysstat.user rollbacks", "vartype": 2, + "default": "8", "summary": "sysstat.user rollbacks: 8", "scope": "global", "metric_type": 1 @@ -13017,6 +14200,7 @@ "dbms": 121, "name": "global.sysstat.very large tracked transactions", "vartype": 2, + "default": "0", "summary": "sysstat.very large tracked transactions: 0", "scope": "global", "metric_type": 1 @@ -13028,6 +14212,7 @@ "dbms": 121, "name": "global.sysstat.workarea executions - multipass", "vartype": 2, + "default": "0", "summary": "sysstat.workarea executions - multipass: 0", "scope": "global", "metric_type": 1 @@ -13039,6 +14224,7 @@ "dbms": 121, "name": "global.sysstat.workarea executions - onepass", "vartype": 2, + "default": "0", "summary": "sysstat.workarea executions - onepass: 0", "scope": "global", "metric_type": 1 @@ -13050,6 +14236,7 @@ "dbms": 121, "name": "global.sysstat.workarea executions - optimal", "vartype": 2, + "default": "2624", "summary": "sysstat.workarea executions - optimal: 2624", "scope": "global", "metric_type": 1 @@ -13061,6 +14248,7 @@ "dbms": 121, "name": "global.sysstat.workarea memory allocated", "vartype": 2, + "default": "0", "summary": "sysstat.workarea memory allocated: 0", "scope": "global", "metric_type": 1 @@ -13072,6 +14260,7 @@ "dbms": 121, "name": "global.sysstat.workload capture: dbtime", "vartype": 2, + "default": "0", "summary": "sysstat.workload capture: dbtime: 0", "scope": "global", "metric_type": 1 @@ -13083,6 +14272,7 @@ "dbms": 121, "name": "global.sysstat.workload capture: errors", "vartype": 2, + "default": "0", "summary": "sysstat.workload capture: errors: 0", "scope": "global", "metric_type": 1 @@ -13094,6 +14284,7 @@ "dbms": 121, "name": "global.sysstat.workload capture: size (in bytes) of recording", "vartype": 2, + "default": "0", "summary": "sysstat.workload capture: size (in bytes) of recording: 0", "scope": "global", "metric_type": 1 @@ -13105,6 +14296,7 @@ "dbms": 121, "name": "global.sysstat.workload capture: unreplayable user calls", "vartype": 2, + "default": "0", "summary": "sysstat.workload capture: unreplayable user calls: 0", "scope": "global", "metric_type": 1 @@ -13116,6 +14308,7 @@ "dbms": 121, "name": "global.sysstat.workload capture: unsupported user calls", "vartype": 2, + "default": "0", "summary": "sysstat.workload capture: unsupported user calls: 0", "scope": "global", "metric_type": 1 @@ -13127,6 +14320,7 @@ "dbms": 121, "name": "global.sysstat.workload capture: user calls", "vartype": 2, + "default": "0", "summary": "sysstat.workload capture: user calls: 0", "scope": "global", "metric_type": 1 @@ -13138,6 +14332,7 @@ "dbms": 121, "name": "global.sysstat.workload capture: user calls flushed", "vartype": 2, + "default": "0", "summary": "sysstat.workload capture: user calls flushed: 0", "scope": "global", "metric_type": 1 @@ -13149,6 +14344,7 @@ "dbms": 121, "name": "global.sysstat.workload capture: user logins", "vartype": 2, + "default": "0", "summary": "sysstat.workload capture: user logins: 0", "scope": "global", "metric_type": 1 @@ -13160,6 +14356,7 @@ "dbms": 121, "name": "global.sysstat.workload capture: user txns", "vartype": 2, + "default": "0", "summary": "sysstat.workload capture: user txns: 0", "scope": "global", "metric_type": 1 @@ -13171,6 +14368,7 @@ "dbms": 121, "name": "global.sysstat.workload replay: dbtime", "vartype": 2, + "default": "0", "summary": "sysstat.workload replay: dbtime: 0", "scope": "global", "metric_type": 1 @@ -13182,6 +14380,7 @@ "dbms": 121, "name": "global.sysstat.workload replay: deadlocks resolved", "vartype": 2, + "default": "0", "summary": "sysstat.workload replay: deadlocks resolved: 0", "scope": "global", "metric_type": 1 @@ -13193,6 +14392,7 @@ "dbms": 121, "name": "global.sysstat.workload replay: network time", "vartype": 2, + "default": "0", "summary": "sysstat.workload replay: network time: 0", "scope": "global", "metric_type": 1 @@ -13204,6 +14404,7 @@ "dbms": 121, "name": "global.sysstat.workload replay: think time", "vartype": 2, + "default": "0", "summary": "sysstat.workload replay: think time: 0", "scope": "global", "metric_type": 1 @@ -13215,6 +14416,7 @@ "dbms": 121, "name": "global.sysstat.workload replay: time gain", "vartype": 2, + "default": "0", "summary": "sysstat.workload replay: time gain: 0", "scope": "global", "metric_type": 1 @@ -13226,6 +14428,7 @@ "dbms": 121, "name": "global.sysstat.workload replay: time loss", "vartype": 2, + "default": "0", "summary": "sysstat.workload replay: time loss: 0", "scope": "global", "metric_type": 1 @@ -13237,6 +14440,7 @@ "dbms": 121, "name": "global.sysstat.workload replay: user calls", "vartype": 2, + "default": "0", "summary": "sysstat.workload replay: user calls: 0", "scope": "global", "metric_type": 1 @@ -13248,6 +14452,7 @@ "dbms": 121, "name": "global.sysstat.write clones created for recovery", "vartype": 2, + "default": "0", "summary": "sysstat.write clones created for recovery: 0", "scope": "global", "metric_type": 1 @@ -13259,6 +14464,7 @@ "dbms": 121, "name": "global.sysstat.write clones created in background", "vartype": 2, + "default": "0", "summary": "sysstat.write clones created in background: 0", "scope": "global", "metric_type": 1 @@ -13270,6 +14476,7 @@ "dbms": 121, "name": "global.sysstat.write clones created in foreground", "vartype": 2, + "default": "0", "summary": "sysstat.write clones created in foreground: 0", "scope": "global", "metric_type": 1 @@ -13281,6 +14488,7 @@ "dbms": 121, "name": "global.system_event.adr block file read.average_wait", "vartype": 3, + "default": "0.02", "summary": "system_event.adr block file read.average_wait: 0.02", "scope": "global", "metric_type": 3 @@ -13292,6 +14500,7 @@ "dbms": 121, "name": "global.system_event.adr block file read.average_wait_fg", "vartype": 3, + "default": "0.02", "summary": "system_event.adr block file read.average_wait_fg: 0.02", "scope": "global", "metric_type": 3 @@ -13303,6 +14512,7 @@ "dbms": 121, "name": "global.system_event.adr block file read.con_id", "vartype": 2, + "default": "0", "summary": "system_event.adr block file read.con_id: 0", "scope": "global", "metric_type": 1 @@ -13314,6 +14524,7 @@ "dbms": 121, "name": "global.system_event.adr block file read.event_id", "vartype": 2, + "default": "1780066010", "summary": "system_event.adr block file read.event_id: 1780066010", "scope": "global", "metric_type": 1 @@ -13325,6 +14536,7 @@ "dbms": 121, "name": "global.system_event.adr block file read.time_waited", "vartype": 2, + "default": "2", "summary": "system_event.adr block file read.time_waited: 2", "scope": "global", "metric_type": 1 @@ -13336,6 +14548,7 @@ "dbms": 121, "name": "global.system_event.adr block file read.time_waited_fg", "vartype": 2, + "default": "1", "summary": "system_event.adr block file read.time_waited_fg: 1", "scope": "global", "metric_type": 1 @@ -13347,6 +14560,7 @@ "dbms": 121, "name": "global.system_event.adr block file read.time_waited_micro", "vartype": 2, + "default": "18435", "summary": "system_event.adr block file read.time_waited_micro: 18435", "scope": "global", "metric_type": 1 @@ -13358,6 +14572,7 @@ "dbms": 121, "name": "global.system_event.adr block file read.time_waited_micro_fg", "vartype": 2, + "default": "11559", "summary": "system_event.adr block file read.time_waited_micro_fg: 11559", "scope": "global", "metric_type": 1 @@ -13369,6 +14584,7 @@ "dbms": 121, "name": "global.system_event.adr block file read.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.adr block file read.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -13380,6 +14596,7 @@ "dbms": 121, "name": "global.system_event.adr block file read.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.adr block file read.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -13391,6 +14608,7 @@ "dbms": 121, "name": "global.system_event.adr block file read.total_waits", "vartype": 2, + "default": "75", "summary": "system_event.adr block file read.total_waits: 75", "scope": "global", "metric_type": 1 @@ -13402,6 +14620,7 @@ "dbms": 121, "name": "global.system_event.adr block file read.total_waits_fg", "vartype": 2, + "default": "47", "summary": "system_event.adr block file read.total_waits_fg: 47", "scope": "global", "metric_type": 1 @@ -13413,6 +14632,7 @@ "dbms": 121, "name": "global.system_event.adr block file read.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.adr block file read.wait_class: Other", "scope": "global", "metric_type": 2 @@ -13424,9 +14644,10 @@ "dbms": 121, "name": "global.system_event.adr block file read.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.adr block file read.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -13435,6 +14656,7 @@ "dbms": 121, "name": "global.system_event.adr block file read.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.adr block file read.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -13446,6 +14668,7 @@ "dbms": 121, "name": "global.system_event.adr block file write.average_wait", "vartype": 3, + "default": "0.07", "summary": "system_event.adr block file write.average_wait: 0.07", "scope": "global", "metric_type": 3 @@ -13457,6 +14680,7 @@ "dbms": 121, "name": "global.system_event.adr block file write.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.adr block file write.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -13468,6 +14692,7 @@ "dbms": 121, "name": "global.system_event.adr block file write.con_id", "vartype": 2, + "default": "0", "summary": "system_event.adr block file write.con_id: 0", "scope": "global", "metric_type": 1 @@ -13479,6 +14704,7 @@ "dbms": 121, "name": "global.system_event.adr block file write.event_id", "vartype": 2, + "default": "4092822979", "summary": "system_event.adr block file write.event_id: 4092822979", "scope": "global", "metric_type": 1 @@ -13490,6 +14716,7 @@ "dbms": 121, "name": "global.system_event.adr block file write.time_waited", "vartype": 2, + "default": "1", "summary": "system_event.adr block file write.time_waited: 1", "scope": "global", "metric_type": 1 @@ -13501,6 +14728,7 @@ "dbms": 121, "name": "global.system_event.adr block file write.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.adr block file write.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -13512,6 +14740,7 @@ "dbms": 121, "name": "global.system_event.adr block file write.time_waited_micro", "vartype": 2, + "default": "6610", "summary": "system_event.adr block file write.time_waited_micro: 6610", "scope": "global", "metric_type": 1 @@ -13523,6 +14752,7 @@ "dbms": 121, "name": "global.system_event.adr block file write.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.adr block file write.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -13534,6 +14764,7 @@ "dbms": 121, "name": "global.system_event.adr block file write.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.adr block file write.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -13545,6 +14776,7 @@ "dbms": 121, "name": "global.system_event.adr block file write.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.adr block file write.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -13556,6 +14788,7 @@ "dbms": 121, "name": "global.system_event.adr block file write.total_waits", "vartype": 2, + "default": "9", "summary": "system_event.adr block file write.total_waits: 9", "scope": "global", "metric_type": 1 @@ -13567,6 +14800,7 @@ "dbms": 121, "name": "global.system_event.adr block file write.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.adr block file write.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -13578,6 +14812,7 @@ "dbms": 121, "name": "global.system_event.adr block file write.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.adr block file write.wait_class: Other", "scope": "global", "metric_type": 2 @@ -13589,9 +14824,10 @@ "dbms": 121, "name": "global.system_event.adr block file write.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.adr block file write.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -13600,6 +14836,7 @@ "dbms": 121, "name": "global.system_event.adr block file write.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.adr block file write.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -13611,6 +14848,7 @@ "dbms": 121, "name": "global.system_event.adr file lock.average_wait", "vartype": 2, + "default": "0", "summary": "system_event.adr file lock.average_wait: 0", "scope": "global", "metric_type": 3 @@ -13622,6 +14860,7 @@ "dbms": 121, "name": "global.system_event.adr file lock.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.adr file lock.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -13633,6 +14872,7 @@ "dbms": 121, "name": "global.system_event.adr file lock.con_id", "vartype": 2, + "default": "0", "summary": "system_event.adr file lock.con_id: 0", "scope": "global", "metric_type": 1 @@ -13644,6 +14884,7 @@ "dbms": 121, "name": "global.system_event.adr file lock.event_id", "vartype": 2, + "default": "660190475", "summary": "system_event.adr file lock.event_id: 660190475", "scope": "global", "metric_type": 1 @@ -13655,6 +14896,7 @@ "dbms": 121, "name": "global.system_event.adr file lock.time_waited", "vartype": 2, + "default": "0", "summary": "system_event.adr file lock.time_waited: 0", "scope": "global", "metric_type": 1 @@ -13666,6 +14908,7 @@ "dbms": 121, "name": "global.system_event.adr file lock.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.adr file lock.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -13677,6 +14920,7 @@ "dbms": 121, "name": "global.system_event.adr file lock.time_waited_micro", "vartype": 2, + "default": "270", "summary": "system_event.adr file lock.time_waited_micro: 270", "scope": "global", "metric_type": 1 @@ -13688,6 +14932,7 @@ "dbms": 121, "name": "global.system_event.adr file lock.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.adr file lock.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -13699,6 +14944,7 @@ "dbms": 121, "name": "global.system_event.adr file lock.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.adr file lock.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -13710,6 +14956,7 @@ "dbms": 121, "name": "global.system_event.adr file lock.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.adr file lock.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -13721,6 +14968,7 @@ "dbms": 121, "name": "global.system_event.adr file lock.total_waits", "vartype": 2, + "default": "10", "summary": "system_event.adr file lock.total_waits: 10", "scope": "global", "metric_type": 1 @@ -13732,6 +14980,7 @@ "dbms": 121, "name": "global.system_event.adr file lock.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.adr file lock.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -13743,6 +14992,7 @@ "dbms": 121, "name": "global.system_event.adr file lock.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.adr file lock.wait_class: Other", "scope": "global", "metric_type": 2 @@ -13754,9 +15004,10 @@ "dbms": 121, "name": "global.system_event.adr file lock.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.adr file lock.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -13765,6 +15016,7 @@ "dbms": 121, "name": "global.system_event.adr file lock.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.adr file lock.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -13776,6 +15028,7 @@ "dbms": 121, "name": "global.system_event.aq background master: slave start.average_wait", "vartype": 3, + "default": "0.23", "summary": "system_event.aq background master: slave start.average_wait: 0.23", "scope": "global", "metric_type": 3 @@ -13787,6 +15040,7 @@ "dbms": 121, "name": "global.system_event.aq background master: slave start.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.aq background master: slave start.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -13798,6 +15052,7 @@ "dbms": 121, "name": "global.system_event.aq background master: slave start.con_id", "vartype": 2, + "default": "0", "summary": "system_event.aq background master: slave start.con_id: 0", "scope": "global", "metric_type": 1 @@ -13809,6 +15064,7 @@ "dbms": 121, "name": "global.system_event.aq background master: slave start.event_id", "vartype": 2, + "default": "521075289", "summary": "system_event.aq background master: slave start.event_id: 521075289", "scope": "global", "metric_type": 1 @@ -13820,6 +15076,7 @@ "dbms": 121, "name": "global.system_event.aq background master: slave start.time_waited", "vartype": 2, + "default": "1", "summary": "system_event.aq background master: slave start.time_waited: 1", "scope": "global", "metric_type": 1 @@ -13831,6 +15088,7 @@ "dbms": 121, "name": "global.system_event.aq background master: slave start.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.aq background master: slave start.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -13842,6 +15100,7 @@ "dbms": 121, "name": "global.system_event.aq background master: slave start.time_waited_micro", "vartype": 2, + "default": "6992", "summary": "system_event.aq background master: slave start.time_waited_micro: 6992", "scope": "global", "metric_type": 1 @@ -13853,6 +15112,7 @@ "dbms": 121, "name": "global.system_event.aq background master: slave start.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.aq background master: slave start.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -13864,6 +15124,7 @@ "dbms": 121, "name": "global.system_event.aq background master: slave start.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.aq background master: slave start.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -13875,6 +15136,7 @@ "dbms": 121, "name": "global.system_event.aq background master: slave start.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.aq background master: slave start.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -13886,6 +15148,7 @@ "dbms": 121, "name": "global.system_event.aq background master: slave start.total_waits", "vartype": 2, + "default": "3", "summary": "system_event.aq background master: slave start.total_waits: 3", "scope": "global", "metric_type": 1 @@ -13897,6 +15160,7 @@ "dbms": 121, "name": "global.system_event.aq background master: slave start.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.aq background master: slave start.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -13908,6 +15172,7 @@ "dbms": 121, "name": "global.system_event.aq background master: slave start.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.aq background master: slave start.wait_class: Other", "scope": "global", "metric_type": 2 @@ -13919,9 +15184,10 @@ "dbms": 121, "name": "global.system_event.aq background master: slave start.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.aq background master: slave start.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -13930,6 +15196,7 @@ "dbms": 121, "name": "global.system_event.aq background master: slave start.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.aq background master: slave start.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -13941,6 +15208,7 @@ "dbms": 121, "name": "global.system_event.aqpc idle.average_wait", "vartype": 3, + "default": "1353.9", "summary": "system_event.aqpc idle.average_wait: 1353.9", "scope": "global", "metric_type": 3 @@ -13952,6 +15220,7 @@ "dbms": 121, "name": "global.system_event.aqpc idle.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.aqpc idle.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -13963,6 +15232,7 @@ "dbms": 121, "name": "global.system_event.aqpc idle.con_id", "vartype": 2, + "default": "0", "summary": "system_event.aqpc idle.con_id: 0", "scope": "global", "metric_type": 1 @@ -13974,6 +15244,7 @@ "dbms": 121, "name": "global.system_event.aqpc idle.event_id", "vartype": 2, + "default": "3367618326", "summary": "system_event.aqpc idle.event_id: 3367618326", "scope": "global", "metric_type": 1 @@ -13985,6 +15256,7 @@ "dbms": 121, "name": "global.system_event.aqpc idle.time_waited", "vartype": 2, + "default": "4062", "summary": "system_event.aqpc idle.time_waited: 4062", "scope": "global", "metric_type": 1 @@ -13996,6 +15268,7 @@ "dbms": 121, "name": "global.system_event.aqpc idle.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.aqpc idle.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -14007,6 +15280,7 @@ "dbms": 121, "name": "global.system_event.aqpc idle.time_waited_micro", "vartype": 2, + "default": "40616971", "summary": "system_event.aqpc idle.time_waited_micro: 40616971", "scope": "global", "metric_type": 1 @@ -14018,6 +15292,7 @@ "dbms": 121, "name": "global.system_event.aqpc idle.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.aqpc idle.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -14029,6 +15304,7 @@ "dbms": 121, "name": "global.system_event.aqpc idle.total_timeouts", "vartype": 2, + "default": "2", "summary": "system_event.aqpc idle.total_timeouts: 2", "scope": "global", "metric_type": 1 @@ -14040,6 +15316,7 @@ "dbms": 121, "name": "global.system_event.aqpc idle.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.aqpc idle.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -14051,6 +15328,7 @@ "dbms": 121, "name": "global.system_event.aqpc idle.total_waits", "vartype": 2, + "default": "3", "summary": "system_event.aqpc idle.total_waits: 3", "scope": "global", "metric_type": 1 @@ -14062,6 +15340,7 @@ "dbms": 121, "name": "global.system_event.aqpc idle.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.aqpc idle.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -14073,6 +15352,7 @@ "dbms": 121, "name": "global.system_event.aqpc idle.wait_class", "vartype": 1, + "default": "Idle", "summary": "system_event.aqpc idle.wait_class: Idle", "scope": "global", "metric_type": 2 @@ -14084,9 +15364,10 @@ "dbms": 121, "name": "global.system_event.aqpc idle.wait_class#", "vartype": 2, + "default": "6", "summary": "system_event.aqpc idle.wait_class#: 6", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -14095,6 +15376,7 @@ "dbms": 121, "name": "global.system_event.aqpc idle.wait_class_id", "vartype": 2, + "default": "2723168908", "summary": "system_event.aqpc idle.wait_class_id: 2723168908", "scope": "global", "metric_type": 1 @@ -14106,6 +15388,7 @@ "dbms": 121, "name": "global.system_event.aqpc: new master.average_wait", "vartype": 2, + "default": "0", "summary": "system_event.aqpc: new master.average_wait: 0", "scope": "global", "metric_type": 3 @@ -14117,6 +15400,7 @@ "dbms": 121, "name": "global.system_event.aqpc: new master.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.aqpc: new master.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -14128,6 +15412,7 @@ "dbms": 121, "name": "global.system_event.aqpc: new master.con_id", "vartype": 2, + "default": "0", "summary": "system_event.aqpc: new master.con_id: 0", "scope": "global", "metric_type": 1 @@ -14139,6 +15424,7 @@ "dbms": 121, "name": "global.system_event.aqpc: new master.event_id", "vartype": 2, + "default": "1719027518", "summary": "system_event.aqpc: new master.event_id: 1719027518", "scope": "global", "metric_type": 1 @@ -14150,6 +15436,7 @@ "dbms": 121, "name": "global.system_event.aqpc: new master.time_waited", "vartype": 2, + "default": "0", "summary": "system_event.aqpc: new master.time_waited: 0", "scope": "global", "metric_type": 1 @@ -14161,6 +15448,7 @@ "dbms": 121, "name": "global.system_event.aqpc: new master.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.aqpc: new master.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -14172,6 +15460,7 @@ "dbms": 121, "name": "global.system_event.aqpc: new master.time_waited_micro", "vartype": 2, + "default": "37", "summary": "system_event.aqpc: new master.time_waited_micro: 37", "scope": "global", "metric_type": 1 @@ -14183,6 +15472,7 @@ "dbms": 121, "name": "global.system_event.aqpc: new master.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.aqpc: new master.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -14194,6 +15484,7 @@ "dbms": 121, "name": "global.system_event.aqpc: new master.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.aqpc: new master.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -14205,6 +15496,7 @@ "dbms": 121, "name": "global.system_event.aqpc: new master.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.aqpc: new master.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -14216,6 +15508,7 @@ "dbms": 121, "name": "global.system_event.aqpc: new master.total_waits", "vartype": 2, + "default": "2", "summary": "system_event.aqpc: new master.total_waits: 2", "scope": "global", "metric_type": 1 @@ -14227,6 +15520,7 @@ "dbms": 121, "name": "global.system_event.aqpc: new master.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.aqpc: new master.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -14238,6 +15532,7 @@ "dbms": 121, "name": "global.system_event.aqpc: new master.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.aqpc: new master.wait_class: Other", "scope": "global", "metric_type": 2 @@ -14249,9 +15544,10 @@ "dbms": 121, "name": "global.system_event.aqpc: new master.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.aqpc: new master.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -14260,6 +15556,7 @@ "dbms": 121, "name": "global.system_event.aqpc: new master.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.aqpc: new master.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -14271,6 +15568,7 @@ "dbms": 121, "name": "global.system_event.asynch descriptor resize.average_wait", "vartype": 2, + "default": "0", "summary": "system_event.asynch descriptor resize.average_wait: 0", "scope": "global", "metric_type": 3 @@ -14282,6 +15580,7 @@ "dbms": 121, "name": "global.system_event.asynch descriptor resize.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.asynch descriptor resize.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -14293,6 +15592,7 @@ "dbms": 121, "name": "global.system_event.asynch descriptor resize.con_id", "vartype": 2, + "default": "0", "summary": "system_event.asynch descriptor resize.con_id: 0", "scope": "global", "metric_type": 1 @@ -14304,6 +15604,7 @@ "dbms": 121, "name": "global.system_event.asynch descriptor resize.event_id", "vartype": 2, + "default": "2505166323", "summary": "system_event.asynch descriptor resize.event_id: 2505166323", "scope": "global", "metric_type": 1 @@ -14315,6 +15616,7 @@ "dbms": 121, "name": "global.system_event.asynch descriptor resize.time_waited", "vartype": 2, + "default": "0", "summary": "system_event.asynch descriptor resize.time_waited: 0", "scope": "global", "metric_type": 1 @@ -14326,6 +15628,7 @@ "dbms": 121, "name": "global.system_event.asynch descriptor resize.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.asynch descriptor resize.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -14337,6 +15640,7 @@ "dbms": 121, "name": "global.system_event.asynch descriptor resize.time_waited_micro", "vartype": 2, + "default": "1434", "summary": "system_event.asynch descriptor resize.time_waited_micro: 1434", "scope": "global", "metric_type": 1 @@ -14348,6 +15652,7 @@ "dbms": 121, "name": "global.system_event.asynch descriptor resize.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.asynch descriptor resize.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -14359,6 +15664,7 @@ "dbms": 121, "name": "global.system_event.asynch descriptor resize.total_timeouts", "vartype": 2, + "default": "129", "summary": "system_event.asynch descriptor resize.total_timeouts: 129", "scope": "global", "metric_type": 1 @@ -14370,6 +15676,7 @@ "dbms": 121, "name": "global.system_event.asynch descriptor resize.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.asynch descriptor resize.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -14381,6 +15688,7 @@ "dbms": 121, "name": "global.system_event.asynch descriptor resize.total_waits", "vartype": 2, + "default": "129", "summary": "system_event.asynch descriptor resize.total_waits: 129", "scope": "global", "metric_type": 1 @@ -14392,6 +15700,7 @@ "dbms": 121, "name": "global.system_event.asynch descriptor resize.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.asynch descriptor resize.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -14403,6 +15712,7 @@ "dbms": 121, "name": "global.system_event.asynch descriptor resize.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.asynch descriptor resize.wait_class: Other", "scope": "global", "metric_type": 2 @@ -14414,9 +15724,10 @@ "dbms": 121, "name": "global.system_event.asynch descriptor resize.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.asynch descriptor resize.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -14425,6 +15736,7 @@ "dbms": 121, "name": "global.system_event.asynch descriptor resize.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.asynch descriptor resize.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -14436,6 +15748,7 @@ "dbms": 121, "name": "global.system_event.bfile get path object.average_wait", "vartype": 2, + "default": "0", "summary": "system_event.bfile get path object.average_wait: 0", "scope": "global", "metric_type": 3 @@ -14447,6 +15760,7 @@ "dbms": 121, "name": "global.system_event.bfile get path object.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.bfile get path object.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -14458,6 +15772,7 @@ "dbms": 121, "name": "global.system_event.bfile get path object.con_id", "vartype": 2, + "default": "0", "summary": "system_event.bfile get path object.con_id: 0", "scope": "global", "metric_type": 1 @@ -14469,6 +15784,7 @@ "dbms": 121, "name": "global.system_event.bfile get path object.event_id", "vartype": 2, + "default": "33957852", "summary": "system_event.bfile get path object.event_id: 33957852", "scope": "global", "metric_type": 1 @@ -14480,6 +15796,7 @@ "dbms": 121, "name": "global.system_event.bfile get path object.time_waited", "vartype": 2, + "default": "0", "summary": "system_event.bfile get path object.time_waited: 0", "scope": "global", "metric_type": 1 @@ -14491,6 +15808,7 @@ "dbms": 121, "name": "global.system_event.bfile get path object.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.bfile get path object.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -14502,6 +15820,7 @@ "dbms": 121, "name": "global.system_event.bfile get path object.time_waited_micro", "vartype": 2, + "default": "41", "summary": "system_event.bfile get path object.time_waited_micro: 41", "scope": "global", "metric_type": 1 @@ -14513,6 +15832,7 @@ "dbms": 121, "name": "global.system_event.bfile get path object.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.bfile get path object.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -14524,6 +15844,7 @@ "dbms": 121, "name": "global.system_event.bfile get path object.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.bfile get path object.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -14535,6 +15856,7 @@ "dbms": 121, "name": "global.system_event.bfile get path object.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.bfile get path object.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -14546,6 +15868,7 @@ "dbms": 121, "name": "global.system_event.bfile get path object.total_waits", "vartype": 2, + "default": "2", "summary": "system_event.bfile get path object.total_waits: 2", "scope": "global", "metric_type": 1 @@ -14557,6 +15880,7 @@ "dbms": 121, "name": "global.system_event.bfile get path object.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.bfile get path object.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -14568,6 +15892,7 @@ "dbms": 121, "name": "global.system_event.bfile get path object.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.bfile get path object.wait_class: Other", "scope": "global", "metric_type": 2 @@ -14579,9 +15904,10 @@ "dbms": 121, "name": "global.system_event.bfile get path object.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.bfile get path object.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -14590,6 +15916,7 @@ "dbms": 121, "name": "global.system_event.bfile get path object.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.bfile get path object.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -14601,6 +15928,7 @@ "dbms": 121, "name": "global.system_event.buffer busy waits.average_wait", "vartype": 3, + "default": "0.05", "summary": "system_event.buffer busy waits.average_wait: 0.05", "scope": "global", "metric_type": 3 @@ -14612,6 +15940,7 @@ "dbms": 121, "name": "global.system_event.buffer busy waits.average_wait_fg", "vartype": 3, + "default": "0.05", "summary": "system_event.buffer busy waits.average_wait_fg: 0.05", "scope": "global", "metric_type": 3 @@ -14623,6 +15952,7 @@ "dbms": 121, "name": "global.system_event.buffer busy waits.con_id", "vartype": 2, + "default": "0", "summary": "system_event.buffer busy waits.con_id: 0", "scope": "global", "metric_type": 1 @@ -14634,6 +15964,7 @@ "dbms": 121, "name": "global.system_event.buffer busy waits.event_id", "vartype": 2, + "default": "2161531084", "summary": "system_event.buffer busy waits.event_id: 2161531084", "scope": "global", "metric_type": 1 @@ -14645,6 +15976,7 @@ "dbms": 121, "name": "global.system_event.buffer busy waits.time_waited", "vartype": 2, + "default": "1", "summary": "system_event.buffer busy waits.time_waited: 1", "scope": "global", "metric_type": 1 @@ -14656,6 +15988,7 @@ "dbms": 121, "name": "global.system_event.buffer busy waits.time_waited_fg", "vartype": 2, + "default": "1", "summary": "system_event.buffer busy waits.time_waited_fg: 1", "scope": "global", "metric_type": 1 @@ -14667,6 +16000,7 @@ "dbms": 121, "name": "global.system_event.buffer busy waits.time_waited_micro", "vartype": 2, + "default": "6632", "summary": "system_event.buffer busy waits.time_waited_micro: 6632", "scope": "global", "metric_type": 1 @@ -14678,6 +16012,7 @@ "dbms": 121, "name": "global.system_event.buffer busy waits.time_waited_micro_fg", "vartype": 2, + "default": "6392", "summary": "system_event.buffer busy waits.time_waited_micro_fg: 6392", "scope": "global", "metric_type": 1 @@ -14689,6 +16024,7 @@ "dbms": 121, "name": "global.system_event.buffer busy waits.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.buffer busy waits.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -14700,6 +16036,7 @@ "dbms": 121, "name": "global.system_event.buffer busy waits.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.buffer busy waits.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -14711,6 +16048,7 @@ "dbms": 121, "name": "global.system_event.buffer busy waits.total_waits", "vartype": 2, + "default": "14", "summary": "system_event.buffer busy waits.total_waits: 14", "scope": "global", "metric_type": 1 @@ -14722,6 +16060,7 @@ "dbms": 121, "name": "global.system_event.buffer busy waits.total_waits_fg", "vartype": 2, + "default": "13", "summary": "system_event.buffer busy waits.total_waits_fg: 13", "scope": "global", "metric_type": 1 @@ -14733,6 +16072,7 @@ "dbms": 121, "name": "global.system_event.buffer busy waits.wait_class", "vartype": 1, + "default": "Concurrency", "summary": "system_event.buffer busy waits.wait_class: Concurrency", "scope": "global", "metric_type": 2 @@ -14744,9 +16084,10 @@ "dbms": 121, "name": "global.system_event.buffer busy waits.wait_class#", "vartype": 2, + "default": "4", "summary": "system_event.buffer busy waits.wait_class#: 4", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -14755,6 +16096,7 @@ "dbms": 121, "name": "global.system_event.buffer busy waits.wait_class_id", "vartype": 2, + "default": "3875070507", "summary": "system_event.buffer busy waits.wait_class_id: 3875070507", "scope": "global", "metric_type": 1 @@ -14766,6 +16108,7 @@ "dbms": 121, "name": "global.system_event.class slave wait.average_wait", "vartype": 3, + "default": "0.06", "summary": "system_event.class slave wait.average_wait: 0.06", "scope": "global", "metric_type": 3 @@ -14777,6 +16120,7 @@ "dbms": 121, "name": "global.system_event.class slave wait.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.class slave wait.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -14788,6 +16132,7 @@ "dbms": 121, "name": "global.system_event.class slave wait.con_id", "vartype": 2, + "default": "0", "summary": "system_event.class slave wait.con_id: 0", "scope": "global", "metric_type": 1 @@ -14799,6 +16144,7 @@ "dbms": 121, "name": "global.system_event.class slave wait.event_id", "vartype": 2, + "default": "1055154682", "summary": "system_event.class slave wait.event_id: 1055154682", "scope": "global", "metric_type": 1 @@ -14810,6 +16156,7 @@ "dbms": 121, "name": "global.system_event.class slave wait.time_waited", "vartype": 2, + "default": "2", "summary": "system_event.class slave wait.time_waited: 2", "scope": "global", "metric_type": 1 @@ -14821,6 +16168,7 @@ "dbms": 121, "name": "global.system_event.class slave wait.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.class slave wait.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -14832,6 +16180,7 @@ "dbms": 121, "name": "global.system_event.class slave wait.time_waited_micro", "vartype": 2, + "default": "18482", "summary": "system_event.class slave wait.time_waited_micro: 18482", "scope": "global", "metric_type": 1 @@ -14843,6 +16192,7 @@ "dbms": 121, "name": "global.system_event.class slave wait.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.class slave wait.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -14854,6 +16204,7 @@ "dbms": 121, "name": "global.system_event.class slave wait.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.class slave wait.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -14865,6 +16216,7 @@ "dbms": 121, "name": "global.system_event.class slave wait.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.class slave wait.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -14876,6 +16228,7 @@ "dbms": 121, "name": "global.system_event.class slave wait.total_waits", "vartype": 2, + "default": "33", "summary": "system_event.class slave wait.total_waits: 33", "scope": "global", "metric_type": 1 @@ -14887,6 +16240,7 @@ "dbms": 121, "name": "global.system_event.class slave wait.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.class slave wait.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -14898,6 +16252,7 @@ "dbms": 121, "name": "global.system_event.class slave wait.wait_class", "vartype": 1, + "default": "Idle", "summary": "system_event.class slave wait.wait_class: Idle", "scope": "global", "metric_type": 2 @@ -14909,9 +16264,10 @@ "dbms": 121, "name": "global.system_event.class slave wait.wait_class#", "vartype": 2, + "default": "6", "summary": "system_event.class slave wait.wait_class#: 6", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -14920,6 +16276,7 @@ "dbms": 121, "name": "global.system_event.class slave wait.wait_class_id", "vartype": 2, + "default": "2723168908", "summary": "system_event.class slave wait.wait_class_id: 2723168908", "scope": "global", "metric_type": 1 @@ -14931,6 +16288,7 @@ "dbms": 121, "name": "global.system_event.control file heartbeat.average_wait", "vartype": 3, + "default": "400.68", "summary": "system_event.control file heartbeat.average_wait: 400.68", "scope": "global", "metric_type": 3 @@ -14942,6 +16300,7 @@ "dbms": 121, "name": "global.system_event.control file heartbeat.average_wait_fg", "vartype": 3, + "default": "400.68", "summary": "system_event.control file heartbeat.average_wait_fg: 400.68", "scope": "global", "metric_type": 3 @@ -14953,6 +16312,7 @@ "dbms": 121, "name": "global.system_event.control file heartbeat.con_id", "vartype": 2, + "default": "0", "summary": "system_event.control file heartbeat.con_id: 0", "scope": "global", "metric_type": 1 @@ -14964,6 +16324,7 @@ "dbms": 121, "name": "global.system_event.control file heartbeat.event_id", "vartype": 2, + "default": "40893507", "summary": "system_event.control file heartbeat.event_id: 40893507", "scope": "global", "metric_type": 1 @@ -14975,6 +16336,7 @@ "dbms": 121, "name": "global.system_event.control file heartbeat.time_waited", "vartype": 2, + "default": "401", "summary": "system_event.control file heartbeat.time_waited: 401", "scope": "global", "metric_type": 1 @@ -14986,6 +16348,7 @@ "dbms": 121, "name": "global.system_event.control file heartbeat.time_waited_fg", "vartype": 2, + "default": "401", "summary": "system_event.control file heartbeat.time_waited_fg: 401", "scope": "global", "metric_type": 1 @@ -14997,6 +16360,7 @@ "dbms": 121, "name": "global.system_event.control file heartbeat.time_waited_micro", "vartype": 2, + "default": "4006752", "summary": "system_event.control file heartbeat.time_waited_micro: 4006752", "scope": "global", "metric_type": 1 @@ -15008,6 +16372,7 @@ "dbms": 121, "name": "global.system_event.control file heartbeat.time_waited_micro_fg", "vartype": 2, + "default": "4006752", "summary": "system_event.control file heartbeat.time_waited_micro_fg: 4006752", "scope": "global", "metric_type": 1 @@ -15019,6 +16384,7 @@ "dbms": 121, "name": "global.system_event.control file heartbeat.total_timeouts", "vartype": 2, + "default": "1", "summary": "system_event.control file heartbeat.total_timeouts: 1", "scope": "global", "metric_type": 1 @@ -15030,6 +16396,7 @@ "dbms": 121, "name": "global.system_event.control file heartbeat.total_timeouts_fg", "vartype": 2, + "default": "1", "summary": "system_event.control file heartbeat.total_timeouts_fg: 1", "scope": "global", "metric_type": 1 @@ -15041,6 +16408,7 @@ "dbms": 121, "name": "global.system_event.control file heartbeat.total_waits", "vartype": 2, + "default": "1", "summary": "system_event.control file heartbeat.total_waits: 1", "scope": "global", "metric_type": 1 @@ -15052,6 +16420,7 @@ "dbms": 121, "name": "global.system_event.control file heartbeat.total_waits_fg", "vartype": 2, + "default": "1", "summary": "system_event.control file heartbeat.total_waits_fg: 1", "scope": "global", "metric_type": 1 @@ -15063,6 +16432,7 @@ "dbms": 121, "name": "global.system_event.control file heartbeat.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.control file heartbeat.wait_class: Other", "scope": "global", "metric_type": 2 @@ -15074,9 +16444,10 @@ "dbms": 121, "name": "global.system_event.control file heartbeat.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.control file heartbeat.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -15085,6 +16456,7 @@ "dbms": 121, "name": "global.system_event.control file heartbeat.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.control file heartbeat.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -15096,6 +16468,7 @@ "dbms": 121, "name": "global.system_event.control file parallel write.average_wait", "vartype": 3, + "default": "0.07", "summary": "system_event.control file parallel write.average_wait: 0.07", "scope": "global", "metric_type": 3 @@ -15107,6 +16480,7 @@ "dbms": 121, "name": "global.system_event.control file parallel write.average_wait_fg", "vartype": 3, + "default": "0.07", "summary": "system_event.control file parallel write.average_wait_fg: 0.07", "scope": "global", "metric_type": 3 @@ -15118,6 +16492,7 @@ "dbms": 121, "name": "global.system_event.control file parallel write.con_id", "vartype": 2, + "default": "0", "summary": "system_event.control file parallel write.con_id: 0", "scope": "global", "metric_type": 1 @@ -15129,6 +16504,7 @@ "dbms": 121, "name": "global.system_event.control file parallel write.event_id", "vartype": 2, + "default": "4078387448", "summary": "system_event.control file parallel write.event_id: 4078387448", "scope": "global", "metric_type": 1 @@ -15140,6 +16516,7 @@ "dbms": 121, "name": "global.system_event.control file parallel write.time_waited", "vartype": 2, + "default": "8", "summary": "system_event.control file parallel write.time_waited: 8", "scope": "global", "metric_type": 1 @@ -15151,6 +16528,7 @@ "dbms": 121, "name": "global.system_event.control file parallel write.time_waited_fg", "vartype": 2, + "default": "5", "summary": "system_event.control file parallel write.time_waited_fg: 5", "scope": "global", "metric_type": 1 @@ -15162,6 +16540,7 @@ "dbms": 121, "name": "global.system_event.control file parallel write.time_waited_micro", "vartype": 2, + "default": "76885", "summary": "system_event.control file parallel write.time_waited_micro: 76885", "scope": "global", "metric_type": 1 @@ -15173,6 +16552,7 @@ "dbms": 121, "name": "global.system_event.control file parallel write.time_waited_micro_fg", "vartype": 2, + "default": "46948", "summary": "system_event.control file parallel write.time_waited_micro_fg: 46948", "scope": "global", "metric_type": 1 @@ -15184,6 +16564,7 @@ "dbms": 121, "name": "global.system_event.control file parallel write.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.control file parallel write.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -15195,6 +16576,7 @@ "dbms": 121, "name": "global.system_event.control file parallel write.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.control file parallel write.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -15206,6 +16588,7 @@ "dbms": 121, "name": "global.system_event.control file parallel write.total_waits", "vartype": 2, + "default": "111", "summary": "system_event.control file parallel write.total_waits: 111", "scope": "global", "metric_type": 1 @@ -15217,6 +16600,7 @@ "dbms": 121, "name": "global.system_event.control file parallel write.total_waits_fg", "vartype": 2, + "default": "69", "summary": "system_event.control file parallel write.total_waits_fg: 69", "scope": "global", "metric_type": 1 @@ -15228,6 +16612,7 @@ "dbms": 121, "name": "global.system_event.control file parallel write.wait_class", "vartype": 1, + "default": "System I/O", "summary": "system_event.control file parallel write.wait_class: System I/O", "scope": "global", "metric_type": 2 @@ -15239,9 +16624,10 @@ "dbms": 121, "name": "global.system_event.control file parallel write.wait_class#", "vartype": 2, + "default": "9", "summary": "system_event.control file parallel write.wait_class#: 9", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -15250,6 +16636,7 @@ "dbms": 121, "name": "global.system_event.control file parallel write.wait_class_id", "vartype": 2, + "default": "4108307767", "summary": "system_event.control file parallel write.wait_class_id: 4108307767", "scope": "global", "metric_type": 1 @@ -15261,6 +16648,7 @@ "dbms": 121, "name": "global.system_event.control file sequential read.average_wait", "vartype": 2, + "default": "0", "summary": "system_event.control file sequential read.average_wait: 0", "scope": "global", "metric_type": 3 @@ -15272,6 +16660,7 @@ "dbms": 121, "name": "global.system_event.control file sequential read.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.control file sequential read.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -15283,6 +16672,7 @@ "dbms": 121, "name": "global.system_event.control file sequential read.con_id", "vartype": 2, + "default": "0", "summary": "system_event.control file sequential read.con_id: 0", "scope": "global", "metric_type": 1 @@ -15294,6 +16684,7 @@ "dbms": 121, "name": "global.system_event.control file sequential read.event_id", "vartype": 2, + "default": "3213517201", "summary": "system_event.control file sequential read.event_id: 3213517201", "scope": "global", "metric_type": 1 @@ -15305,6 +16696,7 @@ "dbms": 121, "name": "global.system_event.control file sequential read.time_waited", "vartype": 2, + "default": "1", "summary": "system_event.control file sequential read.time_waited: 1", "scope": "global", "metric_type": 1 @@ -15316,6 +16708,7 @@ "dbms": 121, "name": "global.system_event.control file sequential read.time_waited_fg", "vartype": 2, + "default": "1", "summary": "system_event.control file sequential read.time_waited_fg: 1", "scope": "global", "metric_type": 1 @@ -15327,6 +16720,7 @@ "dbms": 121, "name": "global.system_event.control file sequential read.time_waited_micro", "vartype": 2, + "default": "10494", "summary": "system_event.control file sequential read.time_waited_micro: 10494", "scope": "global", "metric_type": 1 @@ -15338,6 +16732,7 @@ "dbms": 121, "name": "global.system_event.control file sequential read.time_waited_micro_fg", "vartype": 2, + "default": "5305", "summary": "system_event.control file sequential read.time_waited_micro_fg: 5305", "scope": "global", "metric_type": 1 @@ -15349,6 +16744,7 @@ "dbms": 121, "name": "global.system_event.control file sequential read.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.control file sequential read.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -15360,6 +16756,7 @@ "dbms": 121, "name": "global.system_event.control file sequential read.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.control file sequential read.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -15371,6 +16768,7 @@ "dbms": 121, "name": "global.system_event.control file sequential read.total_waits", "vartype": 2, + "default": "776", "summary": "system_event.control file sequential read.total_waits: 776", "scope": "global", "metric_type": 1 @@ -15382,6 +16780,7 @@ "dbms": 121, "name": "global.system_event.control file sequential read.total_waits_fg", "vartype": 2, + "default": "397", "summary": "system_event.control file sequential read.total_waits_fg: 397", "scope": "global", "metric_type": 1 @@ -15393,6 +16792,7 @@ "dbms": 121, "name": "global.system_event.control file sequential read.wait_class", "vartype": 1, + "default": "System I/O", "summary": "system_event.control file sequential read.wait_class: System I/O", "scope": "global", "metric_type": 2 @@ -15404,9 +16804,10 @@ "dbms": 121, "name": "global.system_event.control file sequential read.wait_class#", "vartype": 2, + "default": "9", "summary": "system_event.control file sequential read.wait_class#: 9", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -15415,6 +16816,7 @@ "dbms": 121, "name": "global.system_event.control file sequential read.wait_class_id", "vartype": 2, + "default": "4108307767", "summary": "system_event.control file sequential read.wait_class_id: 4108307767", "scope": "global", "metric_type": 1 @@ -15426,6 +16828,7 @@ "dbms": 121, "name": "global.system_event.css initialization.average_wait", "vartype": 3, + "default": "0.07", "summary": "system_event.css initialization.average_wait: 0.07", "scope": "global", "metric_type": 3 @@ -15437,6 +16840,7 @@ "dbms": 121, "name": "global.system_event.css initialization.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.css initialization.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -15448,6 +16852,7 @@ "dbms": 121, "name": "global.system_event.css initialization.con_id", "vartype": 2, + "default": "0", "summary": "system_event.css initialization.con_id: 0", "scope": "global", "metric_type": 1 @@ -15459,6 +16864,7 @@ "dbms": 121, "name": "global.system_event.css initialization.event_id", "vartype": 2, + "default": "366154626", "summary": "system_event.css initialization.event_id: 366154626", "scope": "global", "metric_type": 1 @@ -15470,6 +16876,7 @@ "dbms": 121, "name": "global.system_event.css initialization.time_waited", "vartype": 2, + "default": "0", "summary": "system_event.css initialization.time_waited: 0", "scope": "global", "metric_type": 1 @@ -15481,6 +16888,7 @@ "dbms": 121, "name": "global.system_event.css initialization.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.css initialization.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -15492,6 +16900,7 @@ "dbms": 121, "name": "global.system_event.css initialization.time_waited_micro", "vartype": 2, + "default": "727", "summary": "system_event.css initialization.time_waited_micro: 727", "scope": "global", "metric_type": 1 @@ -15503,6 +16912,7 @@ "dbms": 121, "name": "global.system_event.css initialization.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.css initialization.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -15514,6 +16924,7 @@ "dbms": 121, "name": "global.system_event.css initialization.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.css initialization.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -15525,6 +16936,7 @@ "dbms": 121, "name": "global.system_event.css initialization.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.css initialization.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -15536,6 +16948,7 @@ "dbms": 121, "name": "global.system_event.css initialization.total_waits", "vartype": 2, + "default": "1", "summary": "system_event.css initialization.total_waits: 1", "scope": "global", "metric_type": 1 @@ -15547,6 +16960,7 @@ "dbms": 121, "name": "global.system_event.css initialization.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.css initialization.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -15558,6 +16972,7 @@ "dbms": 121, "name": "global.system_event.css initialization.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.css initialization.wait_class: Other", "scope": "global", "metric_type": 2 @@ -15569,9 +16984,10 @@ "dbms": 121, "name": "global.system_event.css initialization.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.css initialization.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -15580,6 +16996,7 @@ "dbms": 121, "name": "global.system_event.css initialization.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.css initialization.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -15591,6 +17008,7 @@ "dbms": 121, "name": "global.system_event.cursor: mutex x.average_wait", "vartype": 2, + "default": "0", "summary": "system_event.cursor: mutex x.average_wait: 0", "scope": "global", "metric_type": 3 @@ -15602,6 +17020,7 @@ "dbms": 121, "name": "global.system_event.cursor: mutex x.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.cursor: mutex x.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -15613,6 +17032,7 @@ "dbms": 121, "name": "global.system_event.cursor: mutex x.con_id", "vartype": 2, + "default": "0", "summary": "system_event.cursor: mutex x.con_id: 0", "scope": "global", "metric_type": 1 @@ -15624,6 +17044,7 @@ "dbms": 121, "name": "global.system_event.cursor: mutex x.event_id", "vartype": 2, + "default": "877525844", "summary": "system_event.cursor: mutex x.event_id: 877525844", "scope": "global", "metric_type": 1 @@ -15635,6 +17056,7 @@ "dbms": 121, "name": "global.system_event.cursor: mutex x.time_waited", "vartype": 2, + "default": "0", "summary": "system_event.cursor: mutex x.time_waited: 0", "scope": "global", "metric_type": 1 @@ -15646,6 +17068,7 @@ "dbms": 121, "name": "global.system_event.cursor: mutex x.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.cursor: mutex x.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -15657,6 +17080,7 @@ "dbms": 121, "name": "global.system_event.cursor: mutex x.time_waited_micro", "vartype": 2, + "default": "11", "summary": "system_event.cursor: mutex x.time_waited_micro: 11", "scope": "global", "metric_type": 1 @@ -15668,6 +17092,7 @@ "dbms": 121, "name": "global.system_event.cursor: mutex x.time_waited_micro_fg", "vartype": 2, + "default": "11", "summary": "system_event.cursor: mutex x.time_waited_micro_fg: 11", "scope": "global", "metric_type": 1 @@ -15679,6 +17104,7 @@ "dbms": 121, "name": "global.system_event.cursor: mutex x.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.cursor: mutex x.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -15690,6 +17116,7 @@ "dbms": 121, "name": "global.system_event.cursor: mutex x.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.cursor: mutex x.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -15701,6 +17128,7 @@ "dbms": 121, "name": "global.system_event.cursor: mutex x.total_waits", "vartype": 2, + "default": "1", "summary": "system_event.cursor: mutex x.total_waits: 1", "scope": "global", "metric_type": 1 @@ -15712,6 +17140,7 @@ "dbms": 121, "name": "global.system_event.cursor: mutex x.total_waits_fg", "vartype": 2, + "default": "1", "summary": "system_event.cursor: mutex x.total_waits_fg: 1", "scope": "global", "metric_type": 1 @@ -15723,6 +17152,7 @@ "dbms": 121, "name": "global.system_event.cursor: mutex x.wait_class", "vartype": 1, + "default": "Concurrency", "summary": "system_event.cursor: mutex x.wait_class: Concurrency", "scope": "global", "metric_type": 2 @@ -15734,9 +17164,10 @@ "dbms": 121, "name": "global.system_event.cursor: mutex x.wait_class#", "vartype": 2, + "default": "4", "summary": "system_event.cursor: mutex x.wait_class#: 4", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -15745,6 +17176,7 @@ "dbms": 121, "name": "global.system_event.cursor: mutex x.wait_class_id", "vartype": 2, + "default": "3875070507", "summary": "system_event.cursor: mutex x.wait_class_id: 3875070507", "scope": "global", "metric_type": 1 @@ -15756,6 +17188,7 @@ "dbms": 121, "name": "global.system_event.cursor: pin s wait on x.average_wait", "vartype": 3, + "default": "1.81", "summary": "system_event.cursor: pin s wait on x.average_wait: 1.81", "scope": "global", "metric_type": 3 @@ -15767,6 +17200,7 @@ "dbms": 121, "name": "global.system_event.cursor: pin s wait on x.average_wait_fg", "vartype": 3, + "default": "2.04", "summary": "system_event.cursor: pin s wait on x.average_wait_fg: 2.04", "scope": "global", "metric_type": 3 @@ -15778,6 +17212,7 @@ "dbms": 121, "name": "global.system_event.cursor: pin s wait on x.con_id", "vartype": 2, + "default": "0", "summary": "system_event.cursor: pin s wait on x.con_id: 0", "scope": "global", "metric_type": 1 @@ -15789,6 +17224,7 @@ "dbms": 121, "name": "global.system_event.cursor: pin s wait on x.event_id", "vartype": 2, + "default": "1729366244", "summary": "system_event.cursor: pin s wait on x.event_id: 1729366244", "scope": "global", "metric_type": 1 @@ -15800,6 +17236,7 @@ "dbms": 121, "name": "global.system_event.cursor: pin s wait on x.time_waited", "vartype": 2, + "default": "72", "summary": "system_event.cursor: pin s wait on x.time_waited: 72", "scope": "global", "metric_type": 1 @@ -15811,6 +17248,7 @@ "dbms": 121, "name": "global.system_event.cursor: pin s wait on x.time_waited_fg", "vartype": 2, + "default": "69", "summary": "system_event.cursor: pin s wait on x.time_waited_fg: 69", "scope": "global", "metric_type": 1 @@ -15822,6 +17260,7 @@ "dbms": 121, "name": "global.system_event.cursor: pin s wait on x.time_waited_micro", "vartype": 2, + "default": "724164", "summary": "system_event.cursor: pin s wait on x.time_waited_micro: 724164", "scope": "global", "metric_type": 1 @@ -15833,6 +17272,7 @@ "dbms": 121, "name": "global.system_event.cursor: pin s wait on x.time_waited_micro_fg", "vartype": 2, + "default": "693282", "summary": "system_event.cursor: pin s wait on x.time_waited_micro_fg: 693282", "scope": "global", "metric_type": 1 @@ -15844,6 +17284,7 @@ "dbms": 121, "name": "global.system_event.cursor: pin s wait on x.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.cursor: pin s wait on x.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -15855,6 +17296,7 @@ "dbms": 121, "name": "global.system_event.cursor: pin s wait on x.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.cursor: pin s wait on x.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -15866,6 +17308,7 @@ "dbms": 121, "name": "global.system_event.cursor: pin s wait on x.total_waits", "vartype": 2, + "default": "40", "summary": "system_event.cursor: pin s wait on x.total_waits: 40", "scope": "global", "metric_type": 1 @@ -15877,6 +17320,7 @@ "dbms": 121, "name": "global.system_event.cursor: pin s wait on x.total_waits_fg", "vartype": 2, + "default": "34", "summary": "system_event.cursor: pin s wait on x.total_waits_fg: 34", "scope": "global", "metric_type": 1 @@ -15888,6 +17332,7 @@ "dbms": 121, "name": "global.system_event.cursor: pin s wait on x.wait_class", "vartype": 1, + "default": "Concurrency", "summary": "system_event.cursor: pin s wait on x.wait_class: Concurrency", "scope": "global", "metric_type": 2 @@ -15899,9 +17344,10 @@ "dbms": 121, "name": "global.system_event.cursor: pin s wait on x.wait_class#", "vartype": 2, + "default": "4", "summary": "system_event.cursor: pin s wait on x.wait_class#: 4", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -15910,6 +17356,7 @@ "dbms": 121, "name": "global.system_event.cursor: pin s wait on x.wait_class_id", "vartype": 2, + "default": "3875070507", "summary": "system_event.cursor: pin s wait on x.wait_class_id: 3875070507", "scope": "global", "metric_type": 1 @@ -15921,6 +17368,7 @@ "dbms": 121, "name": "global.system_event.cursor: pin s.average_wait", "vartype": 3, + "default": "0.12", "summary": "system_event.cursor: pin s.average_wait: 0.12", "scope": "global", "metric_type": 3 @@ -15932,6 +17380,7 @@ "dbms": 121, "name": "global.system_event.cursor: pin s.average_wait_fg", "vartype": 3, + "default": "0.12", "summary": "system_event.cursor: pin s.average_wait_fg: 0.12", "scope": "global", "metric_type": 3 @@ -15943,6 +17392,7 @@ "dbms": 121, "name": "global.system_event.cursor: pin s.con_id", "vartype": 2, + "default": "0", "summary": "system_event.cursor: pin s.con_id: 0", "scope": "global", "metric_type": 1 @@ -15954,6 +17404,7 @@ "dbms": 121, "name": "global.system_event.cursor: pin s.event_id", "vartype": 2, + "default": "352301881", "summary": "system_event.cursor: pin s.event_id: 352301881", "scope": "global", "metric_type": 1 @@ -15965,6 +17416,7 @@ "dbms": 121, "name": "global.system_event.cursor: pin s.time_waited", "vartype": 2, + "default": "1", "summary": "system_event.cursor: pin s.time_waited: 1", "scope": "global", "metric_type": 1 @@ -15976,6 +17428,7 @@ "dbms": 121, "name": "global.system_event.cursor: pin s.time_waited_fg", "vartype": 2, + "default": "1", "summary": "system_event.cursor: pin s.time_waited_fg: 1", "scope": "global", "metric_type": 1 @@ -15987,6 +17440,7 @@ "dbms": 121, "name": "global.system_event.cursor: pin s.time_waited_micro", "vartype": 2, + "default": "8652", "summary": "system_event.cursor: pin s.time_waited_micro: 8652", "scope": "global", "metric_type": 1 @@ -15998,6 +17452,7 @@ "dbms": 121, "name": "global.system_event.cursor: pin s.time_waited_micro_fg", "vartype": 2, + "default": "8652", "summary": "system_event.cursor: pin s.time_waited_micro_fg: 8652", "scope": "global", "metric_type": 1 @@ -16009,6 +17464,7 @@ "dbms": 121, "name": "global.system_event.cursor: pin s.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.cursor: pin s.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -16020,6 +17476,7 @@ "dbms": 121, "name": "global.system_event.cursor: pin s.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.cursor: pin s.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -16031,6 +17488,7 @@ "dbms": 121, "name": "global.system_event.cursor: pin s.total_waits", "vartype": 2, + "default": "7", "summary": "system_event.cursor: pin s.total_waits: 7", "scope": "global", "metric_type": 1 @@ -16042,6 +17500,7 @@ "dbms": 121, "name": "global.system_event.cursor: pin s.total_waits_fg", "vartype": 2, + "default": "7", "summary": "system_event.cursor: pin s.total_waits_fg: 7", "scope": "global", "metric_type": 1 @@ -16053,6 +17512,7 @@ "dbms": 121, "name": "global.system_event.cursor: pin s.wait_class", "vartype": 1, + "default": "Concurrency", "summary": "system_event.cursor: pin s.wait_class: Concurrency", "scope": "global", "metric_type": 2 @@ -16064,9 +17524,10 @@ "dbms": 121, "name": "global.system_event.cursor: pin s.wait_class#", "vartype": 2, + "default": "4", "summary": "system_event.cursor: pin s.wait_class#: 4", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -16075,6 +17536,7 @@ "dbms": 121, "name": "global.system_event.cursor: pin s.wait_class_id", "vartype": 2, + "default": "3875070507", "summary": "system_event.cursor: pin s.wait_class_id: 3875070507", "scope": "global", "metric_type": 1 @@ -16086,6 +17548,7 @@ "dbms": 121, "name": "global.system_event.db file parallel read.average_wait", "vartype": 3, + "default": "0.02", "summary": "system_event.db file parallel read.average_wait: 0.02", "scope": "global", "metric_type": 3 @@ -16097,6 +17560,7 @@ "dbms": 121, "name": "global.system_event.db file parallel read.average_wait_fg", "vartype": 3, + "default": "0.02", "summary": "system_event.db file parallel read.average_wait_fg: 0.02", "scope": "global", "metric_type": 3 @@ -16108,6 +17572,7 @@ "dbms": 121, "name": "global.system_event.db file parallel read.con_id", "vartype": 2, + "default": "0", "summary": "system_event.db file parallel read.con_id: 0", "scope": "global", "metric_type": 1 @@ -16119,6 +17584,7 @@ "dbms": 121, "name": "global.system_event.db file parallel read.event_id", "vartype": 2, + "default": "834992820", "summary": "system_event.db file parallel read.event_id: 834992820", "scope": "global", "metric_type": 1 @@ -16130,6 +17596,7 @@ "dbms": 121, "name": "global.system_event.db file parallel read.time_waited", "vartype": 2, + "default": "14", "summary": "system_event.db file parallel read.time_waited: 14", "scope": "global", "metric_type": 1 @@ -16141,6 +17608,7 @@ "dbms": 121, "name": "global.system_event.db file parallel read.time_waited_fg", "vartype": 2, + "default": "14", "summary": "system_event.db file parallel read.time_waited_fg: 14", "scope": "global", "metric_type": 1 @@ -16152,6 +17620,7 @@ "dbms": 121, "name": "global.system_event.db file parallel read.time_waited_micro", "vartype": 2, + "default": "139288", "summary": "system_event.db file parallel read.time_waited_micro: 139288", "scope": "global", "metric_type": 1 @@ -16163,6 +17632,7 @@ "dbms": 121, "name": "global.system_event.db file parallel read.time_waited_micro_fg", "vartype": 2, + "default": "139288", "summary": "system_event.db file parallel read.time_waited_micro_fg: 139288", "scope": "global", "metric_type": 1 @@ -16174,6 +17644,7 @@ "dbms": 121, "name": "global.system_event.db file parallel read.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.db file parallel read.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -16185,6 +17656,7 @@ "dbms": 121, "name": "global.system_event.db file parallel read.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.db file parallel read.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -16196,6 +17668,7 @@ "dbms": 121, "name": "global.system_event.db file parallel read.total_waits", "vartype": 2, + "default": "732", "summary": "system_event.db file parallel read.total_waits: 732", "scope": "global", "metric_type": 1 @@ -16207,6 +17680,7 @@ "dbms": 121, "name": "global.system_event.db file parallel read.total_waits_fg", "vartype": 2, + "default": "732", "summary": "system_event.db file parallel read.total_waits_fg: 732", "scope": "global", "metric_type": 1 @@ -16218,6 +17692,7 @@ "dbms": 121, "name": "global.system_event.db file parallel read.wait_class", "vartype": 1, + "default": "User I/O", "summary": "system_event.db file parallel read.wait_class: User I/O", "scope": "global", "metric_type": 2 @@ -16229,9 +17704,10 @@ "dbms": 121, "name": "global.system_event.db file parallel read.wait_class#", "vartype": 2, + "default": "8", "summary": "system_event.db file parallel read.wait_class#: 8", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -16240,6 +17716,7 @@ "dbms": 121, "name": "global.system_event.db file parallel read.wait_class_id", "vartype": 2, + "default": "1740759767", "summary": "system_event.db file parallel read.wait_class_id: 1740759767", "scope": "global", "metric_type": 1 @@ -16251,6 +17728,7 @@ "dbms": 121, "name": "global.system_event.db file scattered read.average_wait", "vartype": 3, + "default": "0.01", "summary": "system_event.db file scattered read.average_wait: 0.01", "scope": "global", "metric_type": 3 @@ -16262,6 +17740,7 @@ "dbms": 121, "name": "global.system_event.db file scattered read.average_wait_fg", "vartype": 3, + "default": "0.01", "summary": "system_event.db file scattered read.average_wait_fg: 0.01", "scope": "global", "metric_type": 3 @@ -16273,6 +17752,7 @@ "dbms": 121, "name": "global.system_event.db file scattered read.con_id", "vartype": 2, + "default": "0", "summary": "system_event.db file scattered read.con_id: 0", "scope": "global", "metric_type": 1 @@ -16284,6 +17764,7 @@ "dbms": 121, "name": "global.system_event.db file scattered read.event_id", "vartype": 2, + "default": "506183215", "summary": "system_event.db file scattered read.event_id: 506183215", "scope": "global", "metric_type": 1 @@ -16295,6 +17776,7 @@ "dbms": 121, "name": "global.system_event.db file scattered read.time_waited", "vartype": 2, + "default": "27", "summary": "system_event.db file scattered read.time_waited: 27", "scope": "global", "metric_type": 1 @@ -16306,6 +17788,7 @@ "dbms": 121, "name": "global.system_event.db file scattered read.time_waited_fg", "vartype": 2, + "default": "26", "summary": "system_event.db file scattered read.time_waited_fg: 26", "scope": "global", "metric_type": 1 @@ -16317,6 +17800,7 @@ "dbms": 121, "name": "global.system_event.db file scattered read.time_waited_micro", "vartype": 2, + "default": "265525", "summary": "system_event.db file scattered read.time_waited_micro: 265525", "scope": "global", "metric_type": 1 @@ -16328,6 +17812,7 @@ "dbms": 121, "name": "global.system_event.db file scattered read.time_waited_micro_fg", "vartype": 2, + "default": "260502", "summary": "system_event.db file scattered read.time_waited_micro_fg: 260502", "scope": "global", "metric_type": 1 @@ -16339,6 +17824,7 @@ "dbms": 121, "name": "global.system_event.db file scattered read.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.db file scattered read.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -16350,6 +17836,7 @@ "dbms": 121, "name": "global.system_event.db file scattered read.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.db file scattered read.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -16361,6 +17848,7 @@ "dbms": 121, "name": "global.system_event.db file scattered read.total_waits", "vartype": 2, + "default": "5110", "summary": "system_event.db file scattered read.total_waits: 5110", "scope": "global", "metric_type": 1 @@ -16372,6 +17860,7 @@ "dbms": 121, "name": "global.system_event.db file scattered read.total_waits_fg", "vartype": 2, + "default": "5023", "summary": "system_event.db file scattered read.total_waits_fg: 5023", "scope": "global", "metric_type": 1 @@ -16383,6 +17872,7 @@ "dbms": 121, "name": "global.system_event.db file scattered read.wait_class", "vartype": 1, + "default": "User I/O", "summary": "system_event.db file scattered read.wait_class: User I/O", "scope": "global", "metric_type": 2 @@ -16394,9 +17884,10 @@ "dbms": 121, "name": "global.system_event.db file scattered read.wait_class#", "vartype": 2, + "default": "8", "summary": "system_event.db file scattered read.wait_class#: 8", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -16405,6 +17896,7 @@ "dbms": 121, "name": "global.system_event.db file scattered read.wait_class_id", "vartype": 2, + "default": "1740759767", "summary": "system_event.db file scattered read.wait_class_id: 1740759767", "scope": "global", "metric_type": 1 @@ -16416,6 +17908,7 @@ "dbms": 121, "name": "global.system_event.db file sequential read.average_wait", "vartype": 2, + "default": "0", "summary": "system_event.db file sequential read.average_wait: 0", "scope": "global", "metric_type": 3 @@ -16427,6 +17920,7 @@ "dbms": 121, "name": "global.system_event.db file sequential read.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.db file sequential read.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -16438,6 +17932,7 @@ "dbms": 121, "name": "global.system_event.db file sequential read.con_id", "vartype": 2, + "default": "0", "summary": "system_event.db file sequential read.con_id: 0", "scope": "global", "metric_type": 1 @@ -16449,6 +17944,7 @@ "dbms": 121, "name": "global.system_event.db file sequential read.event_id", "vartype": 2, + "default": "2652584166", "summary": "system_event.db file sequential read.event_id: 2652584166", "scope": "global", "metric_type": 1 @@ -16460,6 +17956,7 @@ "dbms": 121, "name": "global.system_event.db file sequential read.time_waited", "vartype": 2, + "default": "34", "summary": "system_event.db file sequential read.time_waited: 34", "scope": "global", "metric_type": 1 @@ -16471,6 +17968,7 @@ "dbms": 121, "name": "global.system_event.db file sequential read.time_waited_fg", "vartype": 2, + "default": "24", "summary": "system_event.db file sequential read.time_waited_fg: 24", "scope": "global", "metric_type": 1 @@ -16482,6 +17980,7 @@ "dbms": 121, "name": "global.system_event.db file sequential read.time_waited_micro", "vartype": 2, + "default": "339570", "summary": "system_event.db file sequential read.time_waited_micro: 339570", "scope": "global", "metric_type": 1 @@ -16493,6 +17992,7 @@ "dbms": 121, "name": "global.system_event.db file sequential read.time_waited_micro_fg", "vartype": 2, + "default": "238365", "summary": "system_event.db file sequential read.time_waited_micro_fg: 238365", "scope": "global", "metric_type": 1 @@ -16504,6 +18004,7 @@ "dbms": 121, "name": "global.system_event.db file sequential read.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.db file sequential read.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -16515,6 +18016,7 @@ "dbms": 121, "name": "global.system_event.db file sequential read.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.db file sequential read.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -16526,6 +18028,7 @@ "dbms": 121, "name": "global.system_event.db file sequential read.total_waits", "vartype": 2, + "default": "13117", "summary": "system_event.db file sequential read.total_waits: 13117", "scope": "global", "metric_type": 1 @@ -16537,6 +18040,7 @@ "dbms": 121, "name": "global.system_event.db file sequential read.total_waits_fg", "vartype": 2, + "default": "7674", "summary": "system_event.db file sequential read.total_waits_fg: 7674", "scope": "global", "metric_type": 1 @@ -16548,6 +18052,7 @@ "dbms": 121, "name": "global.system_event.db file sequential read.wait_class", "vartype": 1, + "default": "User I/O", "summary": "system_event.db file sequential read.wait_class: User I/O", "scope": "global", "metric_type": 2 @@ -16559,9 +18064,10 @@ "dbms": 121, "name": "global.system_event.db file sequential read.wait_class#", "vartype": 2, + "default": "8", "summary": "system_event.db file sequential read.wait_class#: 8", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -16570,6 +18076,7 @@ "dbms": 121, "name": "global.system_event.db file sequential read.wait_class_id", "vartype": 2, + "default": "1740759767", "summary": "system_event.db file sequential read.wait_class_id: 1740759767", "scope": "global", "metric_type": 1 @@ -16581,6 +18088,7 @@ "dbms": 121, "name": "global.system_event.db file single write.average_wait", "vartype": 3, + "default": "0.06", "summary": "system_event.db file single write.average_wait: 0.06", "scope": "global", "metric_type": 3 @@ -16592,6 +18100,7 @@ "dbms": 121, "name": "global.system_event.db file single write.average_wait_fg", "vartype": 3, + "default": "0.06", "summary": "system_event.db file single write.average_wait_fg: 0.06", "scope": "global", "metric_type": 3 @@ -16603,6 +18112,7 @@ "dbms": 121, "name": "global.system_event.db file single write.con_id", "vartype": 2, + "default": "0", "summary": "system_event.db file single write.con_id: 0", "scope": "global", "metric_type": 1 @@ -16614,6 +18124,7 @@ "dbms": 121, "name": "global.system_event.db file single write.event_id", "vartype": 2, + "default": "1307477558", "summary": "system_event.db file single write.event_id: 1307477558", "scope": "global", "metric_type": 1 @@ -16625,6 +18136,7 @@ "dbms": 121, "name": "global.system_event.db file single write.time_waited", "vartype": 2, + "default": "0", "summary": "system_event.db file single write.time_waited: 0", "scope": "global", "metric_type": 1 @@ -16636,6 +18148,7 @@ "dbms": 121, "name": "global.system_event.db file single write.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.db file single write.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -16647,6 +18160,7 @@ "dbms": 121, "name": "global.system_event.db file single write.time_waited_micro", "vartype": 2, + "default": "4288", "summary": "system_event.db file single write.time_waited_micro: 4288", "scope": "global", "metric_type": 1 @@ -16658,6 +18172,7 @@ "dbms": 121, "name": "global.system_event.db file single write.time_waited_micro_fg", "vartype": 2, + "default": "1733", "summary": "system_event.db file single write.time_waited_micro_fg: 1733", "scope": "global", "metric_type": 1 @@ -16669,6 +18184,7 @@ "dbms": 121, "name": "global.system_event.db file single write.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.db file single write.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -16680,6 +18196,7 @@ "dbms": 121, "name": "global.system_event.db file single write.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.db file single write.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -16691,6 +18208,7 @@ "dbms": 121, "name": "global.system_event.db file single write.total_waits", "vartype": 2, + "default": "7", "summary": "system_event.db file single write.total_waits: 7", "scope": "global", "metric_type": 1 @@ -16702,6 +18220,7 @@ "dbms": 121, "name": "global.system_event.db file single write.total_waits_fg", "vartype": 2, + "default": "3", "summary": "system_event.db file single write.total_waits_fg: 3", "scope": "global", "metric_type": 1 @@ -16713,6 +18232,7 @@ "dbms": 121, "name": "global.system_event.db file single write.wait_class", "vartype": 1, + "default": "User I/O", "summary": "system_event.db file single write.wait_class: User I/O", "scope": "global", "metric_type": 2 @@ -16724,9 +18244,10 @@ "dbms": 121, "name": "global.system_event.db file single write.wait_class#", "vartype": 2, + "default": "8", "summary": "system_event.db file single write.wait_class#: 8", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -16735,6 +18256,7 @@ "dbms": 121, "name": "global.system_event.db file single write.wait_class_id", "vartype": 2, + "default": "1740759767", "summary": "system_event.db file single write.wait_class_id: 1740759767", "scope": "global", "metric_type": 1 @@ -16746,6 +18268,7 @@ "dbms": 121, "name": "global.system_event.diag idle wait.average_wait", "vartype": 3, + "default": "103.97", "summary": "system_event.diag idle wait.average_wait: 103.97", "scope": "global", "metric_type": 3 @@ -16757,6 +18280,7 @@ "dbms": 121, "name": "global.system_event.diag idle wait.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.diag idle wait.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -16768,6 +18292,7 @@ "dbms": 121, "name": "global.system_event.diag idle wait.con_id", "vartype": 2, + "default": "0", "summary": "system_event.diag idle wait.con_id: 0", "scope": "global", "metric_type": 1 @@ -16779,6 +18304,7 @@ "dbms": 121, "name": "global.system_event.diag idle wait.event_id", "vartype": 2, + "default": "3176176482", "summary": "system_event.diag idle wait.event_id: 3176176482", "scope": "global", "metric_type": 1 @@ -16790,6 +18316,7 @@ "dbms": 121, "name": "global.system_event.diag idle wait.time_waited", "vartype": 2, + "default": "10397", "summary": "system_event.diag idle wait.time_waited: 10397", "scope": "global", "metric_type": 1 @@ -16801,6 +18328,7 @@ "dbms": 121, "name": "global.system_event.diag idle wait.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.diag idle wait.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -16812,6 +18340,7 @@ "dbms": 121, "name": "global.system_event.diag idle wait.time_waited_micro", "vartype": 2, + "default": "103965327", "summary": "system_event.diag idle wait.time_waited_micro: 103965327", "scope": "global", "metric_type": 1 @@ -16823,6 +18352,7 @@ "dbms": 121, "name": "global.system_event.diag idle wait.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.diag idle wait.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -16834,6 +18364,7 @@ "dbms": 121, "name": "global.system_event.diag idle wait.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.diag idle wait.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -16845,6 +18376,7 @@ "dbms": 121, "name": "global.system_event.diag idle wait.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.diag idle wait.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -16856,6 +18388,7 @@ "dbms": 121, "name": "global.system_event.diag idle wait.total_waits", "vartype": 2, + "default": "100", "summary": "system_event.diag idle wait.total_waits: 100", "scope": "global", "metric_type": 1 @@ -16867,6 +18400,7 @@ "dbms": 121, "name": "global.system_event.diag idle wait.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.diag idle wait.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -16878,6 +18412,7 @@ "dbms": 121, "name": "global.system_event.diag idle wait.wait_class", "vartype": 1, + "default": "Idle", "summary": "system_event.diag idle wait.wait_class: Idle", "scope": "global", "metric_type": 2 @@ -16889,9 +18424,10 @@ "dbms": 121, "name": "global.system_event.diag idle wait.wait_class#", "vartype": 2, + "default": "6", "summary": "system_event.diag idle wait.wait_class#: 6", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -16900,6 +18436,7 @@ "dbms": 121, "name": "global.system_event.diag idle wait.wait_class_id", "vartype": 2, + "default": "2723168908", "summary": "system_event.diag idle wait.wait_class_id: 2723168908", "scope": "global", "metric_type": 1 @@ -16911,6 +18448,7 @@ "dbms": 121, "name": "global.system_event.direct path read.average_wait", "vartype": 3, + "default": "0.01", "summary": "system_event.direct path read.average_wait: 0.01", "scope": "global", "metric_type": 3 @@ -16922,6 +18460,7 @@ "dbms": 121, "name": "global.system_event.direct path read.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.direct path read.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -16933,6 +18472,7 @@ "dbms": 121, "name": "global.system_event.direct path read.con_id", "vartype": 2, + "default": "0", "summary": "system_event.direct path read.con_id: 0", "scope": "global", "metric_type": 1 @@ -16944,6 +18484,7 @@ "dbms": 121, "name": "global.system_event.direct path read.event_id", "vartype": 2, + "default": "3926164927", "summary": "system_event.direct path read.event_id: 3926164927", "scope": "global", "metric_type": 1 @@ -16955,6 +18496,7 @@ "dbms": 121, "name": "global.system_event.direct path read.time_waited", "vartype": 2, + "default": "0", "summary": "system_event.direct path read.time_waited: 0", "scope": "global", "metric_type": 1 @@ -16966,6 +18508,7 @@ "dbms": 121, "name": "global.system_event.direct path read.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.direct path read.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -16977,6 +18520,7 @@ "dbms": 121, "name": "global.system_event.direct path read.time_waited_micro", "vartype": 2, + "default": "456", "summary": "system_event.direct path read.time_waited_micro: 456", "scope": "global", "metric_type": 1 @@ -16988,6 +18532,7 @@ "dbms": 121, "name": "global.system_event.direct path read.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.direct path read.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -16999,6 +18544,7 @@ "dbms": 121, "name": "global.system_event.direct path read.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.direct path read.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -17010,6 +18556,7 @@ "dbms": 121, "name": "global.system_event.direct path read.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.direct path read.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -17021,6 +18568,7 @@ "dbms": 121, "name": "global.system_event.direct path read.total_waits", "vartype": 2, + "default": "9", "summary": "system_event.direct path read.total_waits: 9", "scope": "global", "metric_type": 1 @@ -17032,6 +18580,7 @@ "dbms": 121, "name": "global.system_event.direct path read.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.direct path read.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -17043,6 +18592,7 @@ "dbms": 121, "name": "global.system_event.direct path read.wait_class", "vartype": 1, + "default": "User I/O", "summary": "system_event.direct path read.wait_class: User I/O", "scope": "global", "metric_type": 2 @@ -17054,9 +18604,10 @@ "dbms": 121, "name": "global.system_event.direct path read.wait_class#", "vartype": 2, + "default": "8", "summary": "system_event.direct path read.wait_class#: 8", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -17065,6 +18616,7 @@ "dbms": 121, "name": "global.system_event.direct path read.wait_class_id", "vartype": 2, + "default": "1740759767", "summary": "system_event.direct path read.wait_class_id: 1740759767", "scope": "global", "metric_type": 1 @@ -17076,6 +18628,7 @@ "dbms": 121, "name": "global.system_event.direct path write.average_wait", "vartype": 3, + "default": "0.08", "summary": "system_event.direct path write.average_wait: 0.08", "scope": "global", "metric_type": 3 @@ -17087,6 +18640,7 @@ "dbms": 121, "name": "global.system_event.direct path write.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.direct path write.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -17098,6 +18652,7 @@ "dbms": 121, "name": "global.system_event.direct path write.con_id", "vartype": 2, + "default": "0", "summary": "system_event.direct path write.con_id: 0", "scope": "global", "metric_type": 1 @@ -17109,6 +18664,7 @@ "dbms": 121, "name": "global.system_event.direct path write.event_id", "vartype": 2, + "default": "885859547", "summary": "system_event.direct path write.event_id: 885859547", "scope": "global", "metric_type": 1 @@ -17120,6 +18676,7 @@ "dbms": 121, "name": "global.system_event.direct path write.time_waited", "vartype": 2, + "default": "0", "summary": "system_event.direct path write.time_waited: 0", "scope": "global", "metric_type": 1 @@ -17131,6 +18688,7 @@ "dbms": 121, "name": "global.system_event.direct path write.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.direct path write.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -17142,6 +18700,7 @@ "dbms": 121, "name": "global.system_event.direct path write.time_waited_micro", "vartype": 2, + "default": "4073", "summary": "system_event.direct path write.time_waited_micro: 4073", "scope": "global", "metric_type": 1 @@ -17153,6 +18712,7 @@ "dbms": 121, "name": "global.system_event.direct path write.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.direct path write.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -17164,6 +18724,7 @@ "dbms": 121, "name": "global.system_event.direct path write.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.direct path write.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -17175,6 +18736,7 @@ "dbms": 121, "name": "global.system_event.direct path write.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.direct path write.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -17186,6 +18748,7 @@ "dbms": 121, "name": "global.system_event.direct path write.total_waits", "vartype": 2, + "default": "5", "summary": "system_event.direct path write.total_waits: 5", "scope": "global", "metric_type": 1 @@ -17197,6 +18760,7 @@ "dbms": 121, "name": "global.system_event.direct path write.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.direct path write.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -17208,6 +18772,7 @@ "dbms": 121, "name": "global.system_event.direct path write.wait_class", "vartype": 1, + "default": "User I/O", "summary": "system_event.direct path write.wait_class: User I/O", "scope": "global", "metric_type": 2 @@ -17219,9 +18784,10 @@ "dbms": 121, "name": "global.system_event.direct path write.wait_class#", "vartype": 2, + "default": "8", "summary": "system_event.direct path write.wait_class#: 8", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -17230,6 +18796,7 @@ "dbms": 121, "name": "global.system_event.direct path write.wait_class_id", "vartype": 2, + "default": "1740759767", "summary": "system_event.direct path write.wait_class_id: 1740759767", "scope": "global", "metric_type": 1 @@ -17241,6 +18808,7 @@ "dbms": 121, "name": "global.system_event.disk file operations i/o.average_wait", "vartype": 3, + "default": "0.01", "summary": "system_event.disk file operations i/o.average_wait: 0.01", "scope": "global", "metric_type": 3 @@ -17252,6 +18820,7 @@ "dbms": 121, "name": "global.system_event.disk file operations i/o.average_wait_fg", "vartype": 3, + "default": "0.01", "summary": "system_event.disk file operations i/o.average_wait_fg: 0.01", "scope": "global", "metric_type": 3 @@ -17263,6 +18832,7 @@ "dbms": 121, "name": "global.system_event.disk file operations i/o.con_id", "vartype": 2, + "default": "0", "summary": "system_event.disk file operations i/o.con_id: 0", "scope": "global", "metric_type": 1 @@ -17274,6 +18844,7 @@ "dbms": 121, "name": "global.system_event.disk file operations i/o.event_id", "vartype": 2, + "default": "166678035", "summary": "system_event.disk file operations i/o.event_id: 166678035", "scope": "global", "metric_type": 1 @@ -17285,6 +18856,7 @@ "dbms": 121, "name": "global.system_event.disk file operations i/o.time_waited", "vartype": 2, + "default": "1", "summary": "system_event.disk file operations i/o.time_waited: 1", "scope": "global", "metric_type": 1 @@ -17296,6 +18868,7 @@ "dbms": 121, "name": "global.system_event.disk file operations i/o.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.disk file operations i/o.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -17307,6 +18880,7 @@ "dbms": 121, "name": "global.system_event.disk file operations i/o.time_waited_micro", "vartype": 2, + "default": "11157", "summary": "system_event.disk file operations i/o.time_waited_micro: 11157", "scope": "global", "metric_type": 1 @@ -17318,6 +18892,7 @@ "dbms": 121, "name": "global.system_event.disk file operations i/o.time_waited_micro_fg", "vartype": 2, + "default": "2802", "summary": "system_event.disk file operations i/o.time_waited_micro_fg: 2802", "scope": "global", "metric_type": 1 @@ -17329,6 +18904,7 @@ "dbms": 121, "name": "global.system_event.disk file operations i/o.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.disk file operations i/o.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -17340,6 +18916,7 @@ "dbms": 121, "name": "global.system_event.disk file operations i/o.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.disk file operations i/o.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -17351,6 +18928,7 @@ "dbms": 121, "name": "global.system_event.disk file operations i/o.total_waits", "vartype": 2, + "default": "163", "summary": "system_event.disk file operations i/o.total_waits: 163", "scope": "global", "metric_type": 1 @@ -17362,6 +18940,7 @@ "dbms": 121, "name": "global.system_event.disk file operations i/o.total_waits_fg", "vartype": 2, + "default": "43", "summary": "system_event.disk file operations i/o.total_waits_fg: 43", "scope": "global", "metric_type": 1 @@ -17373,6 +18952,7 @@ "dbms": 121, "name": "global.system_event.disk file operations i/o.wait_class", "vartype": 1, + "default": "User I/O", "summary": "system_event.disk file operations i/o.wait_class: User I/O", "scope": "global", "metric_type": 2 @@ -17384,9 +18964,10 @@ "dbms": 121, "name": "global.system_event.disk file operations i/o.wait_class#", "vartype": 2, + "default": "8", "summary": "system_event.disk file operations i/o.wait_class#: 8", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -17395,6 +18976,7 @@ "dbms": 121, "name": "global.system_event.disk file operations i/o.wait_class_id", "vartype": 2, + "default": "1740759767", "summary": "system_event.disk file operations i/o.wait_class_id: 1740759767", "scope": "global", "metric_type": 1 @@ -17406,6 +18988,7 @@ "dbms": 121, "name": "global.system_event.enq: bf - allocation contention.average_wait", "vartype": 3, + "default": "0.06", "summary": "system_event.enq: bf - allocation contention.average_wait: 0.06", "scope": "global", "metric_type": 3 @@ -17417,6 +19000,7 @@ "dbms": 121, "name": "global.system_event.enq: bf - allocation contention.average_wait_fg", "vartype": 3, + "default": "0.06", "summary": "system_event.enq: bf - allocation contention.average_wait_fg: 0.06", "scope": "global", "metric_type": 3 @@ -17428,6 +19012,7 @@ "dbms": 121, "name": "global.system_event.enq: bf - allocation contention.con_id", "vartype": 2, + "default": "0", "summary": "system_event.enq: bf - allocation contention.con_id: 0", "scope": "global", "metric_type": 1 @@ -17439,6 +19024,7 @@ "dbms": 121, "name": "global.system_event.enq: bf - allocation contention.event_id", "vartype": 2, + "default": "2212717019", "summary": "system_event.enq: bf - allocation contention.event_id: 2212717019", "scope": "global", "metric_type": 1 @@ -17450,6 +19036,7 @@ "dbms": 121, "name": "global.system_event.enq: bf - allocation contention.time_waited", "vartype": 2, + "default": "0", "summary": "system_event.enq: bf - allocation contention.time_waited: 0", "scope": "global", "metric_type": 1 @@ -17461,6 +19048,7 @@ "dbms": 121, "name": "global.system_event.enq: bf - allocation contention.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.enq: bf - allocation contention.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -17472,6 +19060,7 @@ "dbms": 121, "name": "global.system_event.enq: bf - allocation contention.time_waited_micro", "vartype": 2, + "default": "2419", "summary": "system_event.enq: bf - allocation contention.time_waited_micro: 2419", "scope": "global", "metric_type": 1 @@ -17483,6 +19072,7 @@ "dbms": 121, "name": "global.system_event.enq: bf - allocation contention.time_waited_micro_fg", "vartype": 2, + "default": "2419", "summary": "system_event.enq: bf - allocation contention.time_waited_micro_fg: 2419", "scope": "global", "metric_type": 1 @@ -17494,6 +19084,7 @@ "dbms": 121, "name": "global.system_event.enq: bf - allocation contention.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.enq: bf - allocation contention.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -17505,6 +19096,7 @@ "dbms": 121, "name": "global.system_event.enq: bf - allocation contention.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.enq: bf - allocation contention.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -17516,6 +19108,7 @@ "dbms": 121, "name": "global.system_event.enq: bf - allocation contention.total_waits", "vartype": 2, + "default": "4", "summary": "system_event.enq: bf - allocation contention.total_waits: 4", "scope": "global", "metric_type": 1 @@ -17527,6 +19120,7 @@ "dbms": 121, "name": "global.system_event.enq: bf - allocation contention.total_waits_fg", "vartype": 2, + "default": "4", "summary": "system_event.enq: bf - allocation contention.total_waits_fg: 4", "scope": "global", "metric_type": 1 @@ -17538,6 +19132,7 @@ "dbms": 121, "name": "global.system_event.enq: bf - allocation contention.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.enq: bf - allocation contention.wait_class: Other", "scope": "global", "metric_type": 2 @@ -17549,9 +19144,10 @@ "dbms": 121, "name": "global.system_event.enq: bf - allocation contention.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.enq: bf - allocation contention.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -17560,6 +19156,7 @@ "dbms": 121, "name": "global.system_event.enq: bf - allocation contention.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.enq: bf - allocation contention.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -17571,6 +19168,7 @@ "dbms": 121, "name": "global.system_event.enq: pr - contention.average_wait", "vartype": 3, + "default": "1.05", "summary": "system_event.enq: pr - contention.average_wait: 1.05", "scope": "global", "metric_type": 3 @@ -17582,6 +19180,7 @@ "dbms": 121, "name": "global.system_event.enq: pr - contention.average_wait_fg", "vartype": 3, + "default": "1.1", "summary": "system_event.enq: pr - contention.average_wait_fg: 1.1", "scope": "global", "metric_type": 3 @@ -17593,6 +19192,7 @@ "dbms": 121, "name": "global.system_event.enq: pr - contention.con_id", "vartype": 2, + "default": "0", "summary": "system_event.enq: pr - contention.con_id: 0", "scope": "global", "metric_type": 1 @@ -17604,6 +19204,7 @@ "dbms": 121, "name": "global.system_event.enq: pr - contention.event_id", "vartype": 2, + "default": "3733307663", "summary": "system_event.enq: pr - contention.event_id: 3733307663", "scope": "global", "metric_type": 1 @@ -17615,6 +19216,7 @@ "dbms": 121, "name": "global.system_event.enq: pr - contention.time_waited", "vartype": 2, + "default": "7", "summary": "system_event.enq: pr - contention.time_waited: 7", "scope": "global", "metric_type": 1 @@ -17626,6 +19228,7 @@ "dbms": 121, "name": "global.system_event.enq: pr - contention.time_waited_fg", "vartype": 2, + "default": "3", "summary": "system_event.enq: pr - contention.time_waited_fg: 3", "scope": "global", "metric_type": 1 @@ -17637,6 +19240,7 @@ "dbms": 121, "name": "global.system_event.enq: pr - contention.time_waited_micro", "vartype": 2, + "default": "73306", "summary": "system_event.enq: pr - contention.time_waited_micro: 73306", "scope": "global", "metric_type": 1 @@ -17648,6 +19252,7 @@ "dbms": 121, "name": "global.system_event.enq: pr - contention.time_waited_micro_fg", "vartype": 2, + "default": "33134", "summary": "system_event.enq: pr - contention.time_waited_micro_fg: 33134", "scope": "global", "metric_type": 1 @@ -17659,6 +19264,7 @@ "dbms": 121, "name": "global.system_event.enq: pr - contention.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.enq: pr - contention.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -17670,6 +19276,7 @@ "dbms": 121, "name": "global.system_event.enq: pr - contention.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.enq: pr - contention.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -17681,6 +19288,7 @@ "dbms": 121, "name": "global.system_event.enq: pr - contention.total_waits", "vartype": 2, + "default": "7", "summary": "system_event.enq: pr - contention.total_waits: 7", "scope": "global", "metric_type": 1 @@ -17692,6 +19300,7 @@ "dbms": 121, "name": "global.system_event.enq: pr - contention.total_waits_fg", "vartype": 2, + "default": "3", "summary": "system_event.enq: pr - contention.total_waits_fg: 3", "scope": "global", "metric_type": 1 @@ -17703,6 +19312,7 @@ "dbms": 121, "name": "global.system_event.enq: pr - contention.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.enq: pr - contention.wait_class: Other", "scope": "global", "metric_type": 2 @@ -17714,9 +19324,10 @@ "dbms": 121, "name": "global.system_event.enq: pr - contention.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.enq: pr - contention.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -17725,6 +19336,7 @@ "dbms": 121, "name": "global.system_event.enq: pr - contention.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.enq: pr - contention.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -17736,6 +19348,7 @@ "dbms": 121, "name": "global.system_event.enq: ps - contention.average_wait", "vartype": 3, + "default": "0.02", "summary": "system_event.enq: ps - contention.average_wait: 0.02", "scope": "global", "metric_type": 3 @@ -17747,6 +19360,7 @@ "dbms": 121, "name": "global.system_event.enq: ps - contention.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.enq: ps - contention.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -17758,6 +19372,7 @@ "dbms": 121, "name": "global.system_event.enq: ps - contention.con_id", "vartype": 2, + "default": "0", "summary": "system_event.enq: ps - contention.con_id: 0", "scope": "global", "metric_type": 1 @@ -17769,6 +19384,7 @@ "dbms": 121, "name": "global.system_event.enq: ps - contention.event_id", "vartype": 2, + "default": "2071012023", "summary": "system_event.enq: ps - contention.event_id: 2071012023", "scope": "global", "metric_type": 1 @@ -17780,6 +19396,7 @@ "dbms": 121, "name": "global.system_event.enq: ps - contention.time_waited", "vartype": 2, + "default": "0", "summary": "system_event.enq: ps - contention.time_waited: 0", "scope": "global", "metric_type": 1 @@ -17791,6 +19408,7 @@ "dbms": 121, "name": "global.system_event.enq: ps - contention.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.enq: ps - contention.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -17802,6 +19420,7 @@ "dbms": 121, "name": "global.system_event.enq: ps - contention.time_waited_micro", "vartype": 2, + "default": "2458", "summary": "system_event.enq: ps - contention.time_waited_micro: 2458", "scope": "global", "metric_type": 1 @@ -17813,6 +19432,7 @@ "dbms": 121, "name": "global.system_event.enq: ps - contention.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.enq: ps - contention.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -17824,6 +19444,7 @@ "dbms": 121, "name": "global.system_event.enq: ps - contention.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.enq: ps - contention.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -17835,6 +19456,7 @@ "dbms": 121, "name": "global.system_event.enq: ps - contention.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.enq: ps - contention.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -17846,6 +19468,7 @@ "dbms": 121, "name": "global.system_event.enq: ps - contention.total_waits", "vartype": 2, + "default": "12", "summary": "system_event.enq: ps - contention.total_waits: 12", "scope": "global", "metric_type": 1 @@ -17857,6 +19480,7 @@ "dbms": 121, "name": "global.system_event.enq: ps - contention.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.enq: ps - contention.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -17868,6 +19492,7 @@ "dbms": 121, "name": "global.system_event.enq: ps - contention.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.enq: ps - contention.wait_class: Other", "scope": "global", "metric_type": 2 @@ -17879,9 +19504,10 @@ "dbms": 121, "name": "global.system_event.enq: ps - contention.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.enq: ps - contention.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -17890,6 +19516,7 @@ "dbms": 121, "name": "global.system_event.enq: ps - contention.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.enq: ps - contention.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -17901,6 +19528,7 @@ "dbms": 121, "name": "global.system_event.enq: pv - syncstart.average_wait", "vartype": 3, + "default": "0.97", "summary": "system_event.enq: pv - syncstart.average_wait: 0.97", "scope": "global", "metric_type": 3 @@ -17912,6 +19540,7 @@ "dbms": 121, "name": "global.system_event.enq: pv - syncstart.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.enq: pv - syncstart.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -17923,6 +19552,7 @@ "dbms": 121, "name": "global.system_event.enq: pv - syncstart.con_id", "vartype": 2, + "default": "0", "summary": "system_event.enq: pv - syncstart.con_id: 0", "scope": "global", "metric_type": 1 @@ -17934,6 +19564,7 @@ "dbms": 121, "name": "global.system_event.enq: pv - syncstart.event_id", "vartype": 2, + "default": "3063016909", "summary": "system_event.enq: pv - syncstart.event_id: 3063016909", "scope": "global", "metric_type": 1 @@ -17945,6 +19576,7 @@ "dbms": 121, "name": "global.system_event.enq: pv - syncstart.time_waited", "vartype": 2, + "default": "1", "summary": "system_event.enq: pv - syncstart.time_waited: 1", "scope": "global", "metric_type": 1 @@ -17956,6 +19588,7 @@ "dbms": 121, "name": "global.system_event.enq: pv - syncstart.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.enq: pv - syncstart.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -17967,6 +19600,7 @@ "dbms": 121, "name": "global.system_event.enq: pv - syncstart.time_waited_micro", "vartype": 2, + "default": "9748", "summary": "system_event.enq: pv - syncstart.time_waited_micro: 9748", "scope": "global", "metric_type": 1 @@ -17978,6 +19612,7 @@ "dbms": 121, "name": "global.system_event.enq: pv - syncstart.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.enq: pv - syncstart.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -17989,6 +19624,7 @@ "dbms": 121, "name": "global.system_event.enq: pv - syncstart.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.enq: pv - syncstart.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -18000,6 +19636,7 @@ "dbms": 121, "name": "global.system_event.enq: pv - syncstart.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.enq: pv - syncstart.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -18011,6 +19648,7 @@ "dbms": 121, "name": "global.system_event.enq: pv - syncstart.total_waits", "vartype": 2, + "default": "1", "summary": "system_event.enq: pv - syncstart.total_waits: 1", "scope": "global", "metric_type": 1 @@ -18022,6 +19660,7 @@ "dbms": 121, "name": "global.system_event.enq: pv - syncstart.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.enq: pv - syncstart.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -18033,6 +19672,7 @@ "dbms": 121, "name": "global.system_event.enq: pv - syncstart.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.enq: pv - syncstart.wait_class: Other", "scope": "global", "metric_type": 2 @@ -18044,9 +19684,10 @@ "dbms": 121, "name": "global.system_event.enq: pv - syncstart.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.enq: pv - syncstart.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -18055,6 +19696,7 @@ "dbms": 121, "name": "global.system_event.enq: pv - syncstart.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.enq: pv - syncstart.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -18066,6 +19708,7 @@ "dbms": 121, "name": "global.system_event.enq: tm - contention.average_wait", "vartype": 3, + "default": "0.11", "summary": "system_event.enq: tm - contention.average_wait: 0.11", "scope": "global", "metric_type": 3 @@ -18077,6 +19720,7 @@ "dbms": 121, "name": "global.system_event.enq: tm - contention.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.enq: tm - contention.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -18088,6 +19732,7 @@ "dbms": 121, "name": "global.system_event.enq: tm - contention.con_id", "vartype": 2, + "default": "0", "summary": "system_event.enq: tm - contention.con_id: 0", "scope": "global", "metric_type": 1 @@ -18099,6 +19744,7 @@ "dbms": 121, "name": "global.system_event.enq: tm - contention.event_id", "vartype": 2, + "default": "668627480", "summary": "system_event.enq: tm - contention.event_id: 668627480", "scope": "global", "metric_type": 1 @@ -18110,6 +19756,7 @@ "dbms": 121, "name": "global.system_event.enq: tm - contention.time_waited", "vartype": 2, + "default": "0", "summary": "system_event.enq: tm - contention.time_waited: 0", "scope": "global", "metric_type": 1 @@ -18121,6 +19768,7 @@ "dbms": 121, "name": "global.system_event.enq: tm - contention.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.enq: tm - contention.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -18132,6 +19780,7 @@ "dbms": 121, "name": "global.system_event.enq: tm - contention.time_waited_micro", "vartype": 2, + "default": "1083", "summary": "system_event.enq: tm - contention.time_waited_micro: 1083", "scope": "global", "metric_type": 1 @@ -18143,6 +19792,7 @@ "dbms": 121, "name": "global.system_event.enq: tm - contention.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.enq: tm - contention.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -18154,6 +19804,7 @@ "dbms": 121, "name": "global.system_event.enq: tm - contention.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.enq: tm - contention.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -18165,6 +19816,7 @@ "dbms": 121, "name": "global.system_event.enq: tm - contention.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.enq: tm - contention.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -18176,6 +19828,7 @@ "dbms": 121, "name": "global.system_event.enq: tm - contention.total_waits", "vartype": 2, + "default": "1", "summary": "system_event.enq: tm - contention.total_waits: 1", "scope": "global", "metric_type": 1 @@ -18187,6 +19840,7 @@ "dbms": 121, "name": "global.system_event.enq: tm - contention.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.enq: tm - contention.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -18198,6 +19852,7 @@ "dbms": 121, "name": "global.system_event.enq: tm - contention.wait_class", "vartype": 1, + "default": "Application", "summary": "system_event.enq: tm - contention.wait_class: Application", "scope": "global", "metric_type": 2 @@ -18209,9 +19864,10 @@ "dbms": 121, "name": "global.system_event.enq: tm - contention.wait_class#", "vartype": 2, + "default": "1", "summary": "system_event.enq: tm - contention.wait_class#: 1", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -18220,6 +19876,7 @@ "dbms": 121, "name": "global.system_event.enq: tm - contention.wait_class_id", "vartype": 2, + "default": "4217450380", "summary": "system_event.enq: tm - contention.wait_class_id: 4217450380", "scope": "global", "metric_type": 1 @@ -18231,6 +19888,7 @@ "dbms": 121, "name": "global.system_event.enq: tx - row lock contention.average_wait", "vartype": 3, + "default": "0.59", "summary": "system_event.enq: tx - row lock contention.average_wait: 0.59", "scope": "global", "metric_type": 3 @@ -18242,6 +19900,7 @@ "dbms": 121, "name": "global.system_event.enq: tx - row lock contention.average_wait_fg", "vartype": 3, + "default": "0.59", "summary": "system_event.enq: tx - row lock contention.average_wait_fg: 0.59", "scope": "global", "metric_type": 3 @@ -18253,6 +19912,7 @@ "dbms": 121, "name": "global.system_event.enq: tx - row lock contention.con_id", "vartype": 2, + "default": "0", "summary": "system_event.enq: tx - row lock contention.con_id: 0", "scope": "global", "metric_type": 1 @@ -18264,6 +19924,7 @@ "dbms": 121, "name": "global.system_event.enq: tx - row lock contention.event_id", "vartype": 2, + "default": "310662678", "summary": "system_event.enq: tx - row lock contention.event_id: 310662678", "scope": "global", "metric_type": 1 @@ -18275,6 +19936,7 @@ "dbms": 121, "name": "global.system_event.enq: tx - row lock contention.time_waited", "vartype": 2, + "default": "1", "summary": "system_event.enq: tx - row lock contention.time_waited: 1", "scope": "global", "metric_type": 1 @@ -18286,6 +19948,7 @@ "dbms": 121, "name": "global.system_event.enq: tx - row lock contention.time_waited_fg", "vartype": 2, + "default": "1", "summary": "system_event.enq: tx - row lock contention.time_waited_fg: 1", "scope": "global", "metric_type": 1 @@ -18297,6 +19960,7 @@ "dbms": 121, "name": "global.system_event.enq: tx - row lock contention.time_waited_micro", "vartype": 2, + "default": "5880", "summary": "system_event.enq: tx - row lock contention.time_waited_micro: 5880", "scope": "global", "metric_type": 1 @@ -18308,6 +19972,7 @@ "dbms": 121, "name": "global.system_event.enq: tx - row lock contention.time_waited_micro_fg", "vartype": 2, + "default": "5880", "summary": "system_event.enq: tx - row lock contention.time_waited_micro_fg: 5880", "scope": "global", "metric_type": 1 @@ -18319,6 +19984,7 @@ "dbms": 121, "name": "global.system_event.enq: tx - row lock contention.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.enq: tx - row lock contention.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -18330,6 +19996,7 @@ "dbms": 121, "name": "global.system_event.enq: tx - row lock contention.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.enq: tx - row lock contention.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -18341,6 +20008,7 @@ "dbms": 121, "name": "global.system_event.enq: tx - row lock contention.total_waits", "vartype": 2, + "default": "1", "summary": "system_event.enq: tx - row lock contention.total_waits: 1", "scope": "global", "metric_type": 1 @@ -18352,6 +20020,7 @@ "dbms": 121, "name": "global.system_event.enq: tx - row lock contention.total_waits_fg", "vartype": 2, + "default": "1", "summary": "system_event.enq: tx - row lock contention.total_waits_fg: 1", "scope": "global", "metric_type": 1 @@ -18363,6 +20032,7 @@ "dbms": 121, "name": "global.system_event.enq: tx - row lock contention.wait_class", "vartype": 1, + "default": "Application", "summary": "system_event.enq: tx - row lock contention.wait_class: Application", "scope": "global", "metric_type": 2 @@ -18374,9 +20044,10 @@ "dbms": 121, "name": "global.system_event.enq: tx - row lock contention.wait_class#", "vartype": 2, + "default": "1", "summary": "system_event.enq: tx - row lock contention.wait_class#: 1", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -18385,6 +20056,7 @@ "dbms": 121, "name": "global.system_event.enq: tx - row lock contention.wait_class_id", "vartype": 2, + "default": "4217450380", "summary": "system_event.enq: tx - row lock contention.wait_class_id: 4217450380", "scope": "global", "metric_type": 1 @@ -18396,6 +20068,7 @@ "dbms": 121, "name": "global.system_event.external table open.average_wait", "vartype": 3, + "default": "0.11", "summary": "system_event.external table open.average_wait: 0.11", "scope": "global", "metric_type": 3 @@ -18407,6 +20080,7 @@ "dbms": 121, "name": "global.system_event.external table open.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.external table open.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -18418,6 +20092,7 @@ "dbms": 121, "name": "global.system_event.external table open.con_id", "vartype": 2, + "default": "0", "summary": "system_event.external table open.con_id: 0", "scope": "global", "metric_type": 1 @@ -18429,6 +20104,7 @@ "dbms": 121, "name": "global.system_event.external table open.event_id", "vartype": 2, + "default": "332943844", "summary": "system_event.external table open.event_id: 332943844", "scope": "global", "metric_type": 1 @@ -18440,6 +20116,7 @@ "dbms": 121, "name": "global.system_event.external table open.time_waited", "vartype": 2, + "default": "0", "summary": "system_event.external table open.time_waited: 0", "scope": "global", "metric_type": 1 @@ -18451,6 +20128,7 @@ "dbms": 121, "name": "global.system_event.external table open.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.external table open.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -18462,6 +20140,7 @@ "dbms": 121, "name": "global.system_event.external table open.time_waited_micro", "vartype": 2, + "default": "2190", "summary": "system_event.external table open.time_waited_micro: 2190", "scope": "global", "metric_type": 1 @@ -18473,6 +20152,7 @@ "dbms": 121, "name": "global.system_event.external table open.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.external table open.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -18484,6 +20164,7 @@ "dbms": 121, "name": "global.system_event.external table open.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.external table open.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -18495,6 +20176,7 @@ "dbms": 121, "name": "global.system_event.external table open.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.external table open.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -18506,6 +20188,7 @@ "dbms": 121, "name": "global.system_event.external table open.total_waits", "vartype": 2, + "default": "2", "summary": "system_event.external table open.total_waits: 2", "scope": "global", "metric_type": 1 @@ -18517,6 +20200,7 @@ "dbms": 121, "name": "global.system_event.external table open.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.external table open.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -18528,6 +20212,7 @@ "dbms": 121, "name": "global.system_event.external table open.wait_class", "vartype": 1, + "default": "User I/O", "summary": "system_event.external table open.wait_class: User I/O", "scope": "global", "metric_type": 2 @@ -18539,9 +20224,10 @@ "dbms": 121, "name": "global.system_event.external table open.wait_class#", "vartype": 2, + "default": "8", "summary": "system_event.external table open.wait_class#: 8", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -18550,6 +20236,7 @@ "dbms": 121, "name": "global.system_event.external table open.wait_class_id", "vartype": 2, + "default": "1740759767", "summary": "system_event.external table open.wait_class_id: 1740759767", "scope": "global", "metric_type": 1 @@ -18561,6 +20248,7 @@ "dbms": 121, "name": "global.system_event.external table read.average_wait", "vartype": 3, + "default": "195.81", "summary": "system_event.external table read.average_wait: 195.81", "scope": "global", "metric_type": 3 @@ -18572,6 +20260,7 @@ "dbms": 121, "name": "global.system_event.external table read.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.external table read.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -18583,6 +20272,7 @@ "dbms": 121, "name": "global.system_event.external table read.con_id", "vartype": 2, + "default": "0", "summary": "system_event.external table read.con_id: 0", "scope": "global", "metric_type": 1 @@ -18594,6 +20284,7 @@ "dbms": 121, "name": "global.system_event.external table read.event_id", "vartype": 2, + "default": "1850448852", "summary": "system_event.external table read.event_id: 1850448852", "scope": "global", "metric_type": 1 @@ -18605,6 +20296,7 @@ "dbms": 121, "name": "global.system_event.external table read.time_waited", "vartype": 2, + "default": "196", "summary": "system_event.external table read.time_waited: 196", "scope": "global", "metric_type": 1 @@ -18616,6 +20308,7 @@ "dbms": 121, "name": "global.system_event.external table read.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.external table read.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -18627,6 +20320,7 @@ "dbms": 121, "name": "global.system_event.external table read.time_waited_micro", "vartype": 2, + "default": "1958098", "summary": "system_event.external table read.time_waited_micro: 1958098", "scope": "global", "metric_type": 1 @@ -18638,6 +20332,7 @@ "dbms": 121, "name": "global.system_event.external table read.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.external table read.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -18649,6 +20344,7 @@ "dbms": 121, "name": "global.system_event.external table read.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.external table read.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -18660,6 +20356,7 @@ "dbms": 121, "name": "global.system_event.external table read.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.external table read.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -18671,6 +20368,7 @@ "dbms": 121, "name": "global.system_event.external table read.total_waits", "vartype": 2, + "default": "1", "summary": "system_event.external table read.total_waits: 1", "scope": "global", "metric_type": 1 @@ -18682,6 +20380,7 @@ "dbms": 121, "name": "global.system_event.external table read.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.external table read.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -18693,6 +20392,7 @@ "dbms": 121, "name": "global.system_event.external table read.wait_class", "vartype": 1, + "default": "User I/O", "summary": "system_event.external table read.wait_class: User I/O", "scope": "global", "metric_type": 2 @@ -18704,9 +20404,10 @@ "dbms": 121, "name": "global.system_event.external table read.wait_class#", "vartype": 2, + "default": "8", "summary": "system_event.external table read.wait_class#: 8", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -18715,6 +20416,7 @@ "dbms": 121, "name": "global.system_event.external table read.wait_class_id", "vartype": 2, + "default": "1740759767", "summary": "system_event.external table read.wait_class_id: 1740759767", "scope": "global", "metric_type": 1 @@ -18726,6 +20428,7 @@ "dbms": 121, "name": "global.system_event.external table write.average_wait", "vartype": 2, + "default": "0", "summary": "system_event.external table write.average_wait: 0", "scope": "global", "metric_type": 3 @@ -18737,6 +20440,7 @@ "dbms": 121, "name": "global.system_event.external table write.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.external table write.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -18748,6 +20452,7 @@ "dbms": 121, "name": "global.system_event.external table write.con_id", "vartype": 2, + "default": "0", "summary": "system_event.external table write.con_id: 0", "scope": "global", "metric_type": 1 @@ -18759,6 +20464,7 @@ "dbms": 121, "name": "global.system_event.external table write.event_id", "vartype": 2, + "default": "2573156426", "summary": "system_event.external table write.event_id: 2573156426", "scope": "global", "metric_type": 1 @@ -18770,6 +20476,7 @@ "dbms": 121, "name": "global.system_event.external table write.time_waited", "vartype": 2, + "default": "0", "summary": "system_event.external table write.time_waited: 0", "scope": "global", "metric_type": 1 @@ -18781,6 +20488,7 @@ "dbms": 121, "name": "global.system_event.external table write.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.external table write.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -18792,6 +20500,7 @@ "dbms": 121, "name": "global.system_event.external table write.time_waited_micro", "vartype": 2, + "default": "103", "summary": "system_event.external table write.time_waited_micro: 103", "scope": "global", "metric_type": 1 @@ -18803,6 +20512,7 @@ "dbms": 121, "name": "global.system_event.external table write.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.external table write.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -18814,6 +20524,7 @@ "dbms": 121, "name": "global.system_event.external table write.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.external table write.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -18825,6 +20536,7 @@ "dbms": 121, "name": "global.system_event.external table write.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.external table write.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -18836,6 +20548,7 @@ "dbms": 121, "name": "global.system_event.external table write.total_waits", "vartype": 2, + "default": "13", "summary": "system_event.external table write.total_waits: 13", "scope": "global", "metric_type": 1 @@ -18847,6 +20560,7 @@ "dbms": 121, "name": "global.system_event.external table write.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.external table write.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -18858,6 +20572,7 @@ "dbms": 121, "name": "global.system_event.external table write.wait_class", "vartype": 1, + "default": "User I/O", "summary": "system_event.external table write.wait_class: User I/O", "scope": "global", "metric_type": 2 @@ -18869,9 +20584,10 @@ "dbms": 121, "name": "global.system_event.external table write.wait_class#", "vartype": 2, + "default": "8", "summary": "system_event.external table write.wait_class#: 8", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -18880,6 +20596,7 @@ "dbms": 121, "name": "global.system_event.external table write.wait_class_id", "vartype": 2, + "default": "1740759767", "summary": "system_event.external table write.wait_class_id: 1740759767", "scope": "global", "metric_type": 1 @@ -18891,6 +20608,7 @@ "dbms": 121, "name": "global.system_event.heartbeat redo informer.average_wait", "vartype": 3, + "default": "100.06", "summary": "system_event.heartbeat redo informer.average_wait: 100.06", "scope": "global", "metric_type": 3 @@ -18902,6 +20620,7 @@ "dbms": 121, "name": "global.system_event.heartbeat redo informer.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.heartbeat redo informer.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -18913,6 +20632,7 @@ "dbms": 121, "name": "global.system_event.heartbeat redo informer.con_id", "vartype": 2, + "default": "0", "summary": "system_event.heartbeat redo informer.con_id: 0", "scope": "global", "metric_type": 1 @@ -18924,6 +20644,7 @@ "dbms": 121, "name": "global.system_event.heartbeat redo informer.event_id", "vartype": 2, + "default": "4233989021", "summary": "system_event.heartbeat redo informer.event_id: 4233989021", "scope": "global", "metric_type": 1 @@ -18935,6 +20656,7 @@ "dbms": 121, "name": "global.system_event.heartbeat redo informer.time_waited", "vartype": 2, + "default": "4703", "summary": "system_event.heartbeat redo informer.time_waited: 4703", "scope": "global", "metric_type": 1 @@ -18946,6 +20668,7 @@ "dbms": 121, "name": "global.system_event.heartbeat redo informer.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.heartbeat redo informer.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -18957,6 +20680,7 @@ "dbms": 121, "name": "global.system_event.heartbeat redo informer.time_waited_micro", "vartype": 2, + "default": "47027302", "summary": "system_event.heartbeat redo informer.time_waited_micro: 47027302", "scope": "global", "metric_type": 1 @@ -18968,6 +20692,7 @@ "dbms": 121, "name": "global.system_event.heartbeat redo informer.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.heartbeat redo informer.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -18979,6 +20704,7 @@ "dbms": 121, "name": "global.system_event.heartbeat redo informer.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.heartbeat redo informer.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -18990,6 +20716,7 @@ "dbms": 121, "name": "global.system_event.heartbeat redo informer.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.heartbeat redo informer.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -19001,6 +20728,7 @@ "dbms": 121, "name": "global.system_event.heartbeat redo informer.total_waits", "vartype": 2, + "default": "47", "summary": "system_event.heartbeat redo informer.total_waits: 47", "scope": "global", "metric_type": 1 @@ -19012,6 +20740,7 @@ "dbms": 121, "name": "global.system_event.heartbeat redo informer.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.heartbeat redo informer.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -19023,6 +20752,7 @@ "dbms": 121, "name": "global.system_event.heartbeat redo informer.wait_class", "vartype": 1, + "default": "Idle", "summary": "system_event.heartbeat redo informer.wait_class: Idle", "scope": "global", "metric_type": 2 @@ -19034,9 +20764,10 @@ "dbms": 121, "name": "global.system_event.heartbeat redo informer.wait_class#", "vartype": 2, + "default": "6", "summary": "system_event.heartbeat redo informer.wait_class#: 6", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -19045,6 +20776,7 @@ "dbms": 121, "name": "global.system_event.heartbeat redo informer.wait_class_id", "vartype": 2, + "default": "2723168908", "summary": "system_event.heartbeat redo informer.wait_class_id: 2723168908", "scope": "global", "metric_type": 1 @@ -19056,6 +20788,7 @@ "dbms": 121, "name": "global.system_event.instance state change.average_wait", "vartype": 3, + "default": "0.02", "summary": "system_event.instance state change.average_wait: 0.02", "scope": "global", "metric_type": 3 @@ -19067,6 +20800,7 @@ "dbms": 121, "name": "global.system_event.instance state change.average_wait_fg", "vartype": 3, + "default": "0.02", "summary": "system_event.instance state change.average_wait_fg: 0.02", "scope": "global", "metric_type": 3 @@ -19078,6 +20812,7 @@ "dbms": 121, "name": "global.system_event.instance state change.con_id", "vartype": 2, + "default": "0", "summary": "system_event.instance state change.con_id: 0", "scope": "global", "metric_type": 1 @@ -19089,6 +20824,7 @@ "dbms": 121, "name": "global.system_event.instance state change.event_id", "vartype": 2, + "default": "1525267497", "summary": "system_event.instance state change.event_id: 1525267497", "scope": "global", "metric_type": 1 @@ -19100,6 +20836,7 @@ "dbms": 121, "name": "global.system_event.instance state change.time_waited", "vartype": 2, + "default": "0", "summary": "system_event.instance state change.time_waited: 0", "scope": "global", "metric_type": 1 @@ -19111,6 +20848,7 @@ "dbms": 121, "name": "global.system_event.instance state change.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.instance state change.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -19122,6 +20860,7 @@ "dbms": 121, "name": "global.system_event.instance state change.time_waited_micro", "vartype": 2, + "default": "364", "summary": "system_event.instance state change.time_waited_micro: 364", "scope": "global", "metric_type": 1 @@ -19133,6 +20872,7 @@ "dbms": 121, "name": "global.system_event.instance state change.time_waited_micro_fg", "vartype": 2, + "default": "364", "summary": "system_event.instance state change.time_waited_micro_fg: 364", "scope": "global", "metric_type": 1 @@ -19144,6 +20884,7 @@ "dbms": 121, "name": "global.system_event.instance state change.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.instance state change.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -19155,6 +20896,7 @@ "dbms": 121, "name": "global.system_event.instance state change.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.instance state change.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -19166,6 +20908,7 @@ "dbms": 121, "name": "global.system_event.instance state change.total_waits", "vartype": 2, + "default": "2", "summary": "system_event.instance state change.total_waits: 2", "scope": "global", "metric_type": 1 @@ -19177,6 +20920,7 @@ "dbms": 121, "name": "global.system_event.instance state change.total_waits_fg", "vartype": 2, + "default": "2", "summary": "system_event.instance state change.total_waits_fg: 2", "scope": "global", "metric_type": 1 @@ -19188,6 +20932,7 @@ "dbms": 121, "name": "global.system_event.instance state change.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.instance state change.wait_class: Other", "scope": "global", "metric_type": 2 @@ -19199,9 +20944,10 @@ "dbms": 121, "name": "global.system_event.instance state change.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.instance state change.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -19210,6 +20956,7 @@ "dbms": 121, "name": "global.system_event.instance state change.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.instance state change.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -19221,6 +20968,7 @@ "dbms": 121, "name": "global.system_event.kksfbc child completion.average_wait", "vartype": 3, + "default": "3.85", "summary": "system_event.kksfbc child completion.average_wait: 3.85", "scope": "global", "metric_type": 3 @@ -19232,6 +20980,7 @@ "dbms": 121, "name": "global.system_event.kksfbc child completion.average_wait_fg", "vartype": 3, + "default": "3.85", "summary": "system_event.kksfbc child completion.average_wait_fg: 3.85", "scope": "global", "metric_type": 3 @@ -19243,6 +20992,7 @@ "dbms": 121, "name": "global.system_event.kksfbc child completion.con_id", "vartype": 2, + "default": "0", "summary": "system_event.kksfbc child completion.con_id: 0", "scope": "global", "metric_type": 1 @@ -19254,6 +21004,7 @@ "dbms": 121, "name": "global.system_event.kksfbc child completion.event_id", "vartype": 2, + "default": "2679325", "summary": "system_event.kksfbc child completion.event_id: 2679325", "scope": "global", "metric_type": 1 @@ -19265,6 +21016,7 @@ "dbms": 121, "name": "global.system_event.kksfbc child completion.time_waited", "vartype": 2, + "default": "12", "summary": "system_event.kksfbc child completion.time_waited: 12", "scope": "global", "metric_type": 1 @@ -19276,6 +21028,7 @@ "dbms": 121, "name": "global.system_event.kksfbc child completion.time_waited_fg", "vartype": 2, + "default": "12", "summary": "system_event.kksfbc child completion.time_waited_fg: 12", "scope": "global", "metric_type": 1 @@ -19287,6 +21040,7 @@ "dbms": 121, "name": "global.system_event.kksfbc child completion.time_waited_micro", "vartype": 2, + "default": "115556", "summary": "system_event.kksfbc child completion.time_waited_micro: 115556", "scope": "global", "metric_type": 1 @@ -19298,6 +21052,7 @@ "dbms": 121, "name": "global.system_event.kksfbc child completion.time_waited_micro_fg", "vartype": 2, + "default": "115556", "summary": "system_event.kksfbc child completion.time_waited_micro_fg: 115556", "scope": "global", "metric_type": 1 @@ -19309,6 +21064,7 @@ "dbms": 121, "name": "global.system_event.kksfbc child completion.total_timeouts", "vartype": 2, + "default": "2", "summary": "system_event.kksfbc child completion.total_timeouts: 2", "scope": "global", "metric_type": 1 @@ -19320,6 +21076,7 @@ "dbms": 121, "name": "global.system_event.kksfbc child completion.total_timeouts_fg", "vartype": 2, + "default": "2", "summary": "system_event.kksfbc child completion.total_timeouts_fg: 2", "scope": "global", "metric_type": 1 @@ -19331,6 +21088,7 @@ "dbms": 121, "name": "global.system_event.kksfbc child completion.total_waits", "vartype": 2, + "default": "3", "summary": "system_event.kksfbc child completion.total_waits: 3", "scope": "global", "metric_type": 1 @@ -19342,6 +21100,7 @@ "dbms": 121, "name": "global.system_event.kksfbc child completion.total_waits_fg", "vartype": 2, + "default": "3", "summary": "system_event.kksfbc child completion.total_waits_fg: 3", "scope": "global", "metric_type": 1 @@ -19353,6 +21112,7 @@ "dbms": 121, "name": "global.system_event.kksfbc child completion.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.kksfbc child completion.wait_class: Other", "scope": "global", "metric_type": 2 @@ -19364,9 +21124,10 @@ "dbms": 121, "name": "global.system_event.kksfbc child completion.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.kksfbc child completion.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -19375,6 +21136,7 @@ "dbms": 121, "name": "global.system_event.kksfbc child completion.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.kksfbc child completion.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -19386,6 +21148,7 @@ "dbms": 121, "name": "global.system_event.ksv master wait.average_wait", "vartype": 3, + "default": "0.03", "summary": "system_event.ksv master wait.average_wait: 0.03", "scope": "global", "metric_type": 3 @@ -19397,6 +21160,7 @@ "dbms": 121, "name": "global.system_event.ksv master wait.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.ksv master wait.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -19408,6 +21172,7 @@ "dbms": 121, "name": "global.system_event.ksv master wait.con_id", "vartype": 2, + "default": "0", "summary": "system_event.ksv master wait.con_id: 0", "scope": "global", "metric_type": 1 @@ -19419,6 +21184,7 @@ "dbms": 121, "name": "global.system_event.ksv master wait.event_id", "vartype": 2, + "default": "1510356050", "summary": "system_event.ksv master wait.event_id: 1510356050", "scope": "global", "metric_type": 1 @@ -19430,6 +21196,7 @@ "dbms": 121, "name": "global.system_event.ksv master wait.time_waited", "vartype": 2, + "default": "0", "summary": "system_event.ksv master wait.time_waited: 0", "scope": "global", "metric_type": 1 @@ -19441,6 +21208,7 @@ "dbms": 121, "name": "global.system_event.ksv master wait.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.ksv master wait.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -19452,6 +21220,7 @@ "dbms": 121, "name": "global.system_event.ksv master wait.time_waited_micro", "vartype": 2, + "default": "346", "summary": "system_event.ksv master wait.time_waited_micro: 346", "scope": "global", "metric_type": 1 @@ -19463,6 +21232,7 @@ "dbms": 121, "name": "global.system_event.ksv master wait.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.ksv master wait.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -19474,6 +21244,7 @@ "dbms": 121, "name": "global.system_event.ksv master wait.total_timeouts", "vartype": 2, + "default": "1", "summary": "system_event.ksv master wait.total_timeouts: 1", "scope": "global", "metric_type": 1 @@ -19485,6 +21256,7 @@ "dbms": 121, "name": "global.system_event.ksv master wait.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.ksv master wait.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -19496,6 +21268,7 @@ "dbms": 121, "name": "global.system_event.ksv master wait.total_waits", "vartype": 2, + "default": "1", "summary": "system_event.ksv master wait.total_waits: 1", "scope": "global", "metric_type": 1 @@ -19507,6 +21280,7 @@ "dbms": 121, "name": "global.system_event.ksv master wait.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.ksv master wait.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -19518,6 +21292,7 @@ "dbms": 121, "name": "global.system_event.ksv master wait.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.ksv master wait.wait_class: Other", "scope": "global", "metric_type": 2 @@ -19529,9 +21304,10 @@ "dbms": 121, "name": "global.system_event.ksv master wait.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.ksv master wait.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -19540,6 +21316,7 @@ "dbms": 121, "name": "global.system_event.ksv master wait.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.ksv master wait.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -19551,6 +21328,7 @@ "dbms": 121, "name": "global.system_event.latch free.average_wait", "vartype": 3, + "default": "0.81", "summary": "system_event.latch free.average_wait: 0.81", "scope": "global", "metric_type": 3 @@ -19562,6 +21340,7 @@ "dbms": 121, "name": "global.system_event.latch free.average_wait_fg", "vartype": 3, + "default": "0.01", "summary": "system_event.latch free.average_wait_fg: 0.01", "scope": "global", "metric_type": 3 @@ -19573,6 +21352,7 @@ "dbms": 121, "name": "global.system_event.latch free.con_id", "vartype": 2, + "default": "0", "summary": "system_event.latch free.con_id: 0", "scope": "global", "metric_type": 1 @@ -19584,6 +21364,7 @@ "dbms": 121, "name": "global.system_event.latch free.event_id", "vartype": 2, + "default": "3474287957", "summary": "system_event.latch free.event_id: 3474287957", "scope": "global", "metric_type": 1 @@ -19595,6 +21376,7 @@ "dbms": 121, "name": "global.system_event.latch free.time_waited", "vartype": 2, + "default": "6", "summary": "system_event.latch free.time_waited: 6", "scope": "global", "metric_type": 1 @@ -19606,6 +21388,7 @@ "dbms": 121, "name": "global.system_event.latch free.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.latch free.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -19617,6 +21400,7 @@ "dbms": 121, "name": "global.system_event.latch free.time_waited_micro", "vartype": 2, + "default": "56367", "summary": "system_event.latch free.time_waited_micro: 56367", "scope": "global", "metric_type": 1 @@ -19628,6 +21412,7 @@ "dbms": 121, "name": "global.system_event.latch free.time_waited_micro_fg", "vartype": 2, + "default": "859", "summary": "system_event.latch free.time_waited_micro_fg: 859", "scope": "global", "metric_type": 1 @@ -19639,6 +21424,7 @@ "dbms": 121, "name": "global.system_event.latch free.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.latch free.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -19650,6 +21436,7 @@ "dbms": 121, "name": "global.system_event.latch free.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.latch free.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -19661,6 +21448,7 @@ "dbms": 121, "name": "global.system_event.latch free.total_waits", "vartype": 2, + "default": "7", "summary": "system_event.latch free.total_waits: 7", "scope": "global", "metric_type": 1 @@ -19672,6 +21460,7 @@ "dbms": 121, "name": "global.system_event.latch free.total_waits_fg", "vartype": 2, + "default": "6", "summary": "system_event.latch free.total_waits_fg: 6", "scope": "global", "metric_type": 1 @@ -19683,6 +21472,7 @@ "dbms": 121, "name": "global.system_event.latch free.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.latch free.wait_class: Other", "scope": "global", "metric_type": 2 @@ -19694,9 +21484,10 @@ "dbms": 121, "name": "global.system_event.latch free.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.latch free.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -19705,6 +21496,7 @@ "dbms": 121, "name": "global.system_event.latch free.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.latch free.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -19716,6 +21508,7 @@ "dbms": 121, "name": "global.system_event.latch: cache buffers chains.average_wait", "vartype": 2, + "default": "0", "summary": "system_event.latch: cache buffers chains.average_wait: 0", "scope": "global", "metric_type": 3 @@ -19727,6 +21520,7 @@ "dbms": 121, "name": "global.system_event.latch: cache buffers chains.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.latch: cache buffers chains.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -19738,6 +21532,7 @@ "dbms": 121, "name": "global.system_event.latch: cache buffers chains.con_id", "vartype": 2, + "default": "0", "summary": "system_event.latch: cache buffers chains.con_id: 0", "scope": "global", "metric_type": 1 @@ -19749,6 +21544,7 @@ "dbms": 121, "name": "global.system_event.latch: cache buffers chains.event_id", "vartype": 2, + "default": "2779959231", "summary": "system_event.latch: cache buffers chains.event_id: 2779959231", "scope": "global", "metric_type": 1 @@ -19760,6 +21556,7 @@ "dbms": 121, "name": "global.system_event.latch: cache buffers chains.time_waited", "vartype": 2, + "default": "0", "summary": "system_event.latch: cache buffers chains.time_waited: 0", "scope": "global", "metric_type": 1 @@ -19771,6 +21568,7 @@ "dbms": 121, "name": "global.system_event.latch: cache buffers chains.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.latch: cache buffers chains.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -19782,6 +21580,7 @@ "dbms": 121, "name": "global.system_event.latch: cache buffers chains.time_waited_micro", "vartype": 2, + "default": "81", "summary": "system_event.latch: cache buffers chains.time_waited_micro: 81", "scope": "global", "metric_type": 1 @@ -19793,6 +21592,7 @@ "dbms": 121, "name": "global.system_event.latch: cache buffers chains.time_waited_micro_fg", "vartype": 2, + "default": "81", "summary": "system_event.latch: cache buffers chains.time_waited_micro_fg: 81", "scope": "global", "metric_type": 1 @@ -19804,6 +21604,7 @@ "dbms": 121, "name": "global.system_event.latch: cache buffers chains.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.latch: cache buffers chains.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -19815,6 +21616,7 @@ "dbms": 121, "name": "global.system_event.latch: cache buffers chains.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.latch: cache buffers chains.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -19826,6 +21628,7 @@ "dbms": 121, "name": "global.system_event.latch: cache buffers chains.total_waits", "vartype": 2, + "default": "2", "summary": "system_event.latch: cache buffers chains.total_waits: 2", "scope": "global", "metric_type": 1 @@ -19837,6 +21640,7 @@ "dbms": 121, "name": "global.system_event.latch: cache buffers chains.total_waits_fg", "vartype": 2, + "default": "2", "summary": "system_event.latch: cache buffers chains.total_waits_fg: 2", "scope": "global", "metric_type": 1 @@ -19848,6 +21652,7 @@ "dbms": 121, "name": "global.system_event.latch: cache buffers chains.wait_class", "vartype": 1, + "default": "Concurrency", "summary": "system_event.latch: cache buffers chains.wait_class: Concurrency", "scope": "global", "metric_type": 2 @@ -19859,9 +21664,10 @@ "dbms": 121, "name": "global.system_event.latch: cache buffers chains.wait_class#", "vartype": 2, + "default": "4", "summary": "system_event.latch: cache buffers chains.wait_class#: 4", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -19870,6 +21676,7 @@ "dbms": 121, "name": "global.system_event.latch: cache buffers chains.wait_class_id", "vartype": 2, + "default": "3875070507", "summary": "system_event.latch: cache buffers chains.wait_class_id: 3875070507", "scope": "global", "metric_type": 1 @@ -19881,6 +21688,7 @@ "dbms": 121, "name": "global.system_event.latch: cache buffers lru chain.average_wait", "vartype": 3, + "default": "0.02", "summary": "system_event.latch: cache buffers lru chain.average_wait: 0.02", "scope": "global", "metric_type": 3 @@ -19892,6 +21700,7 @@ "dbms": 121, "name": "global.system_event.latch: cache buffers lru chain.average_wait_fg", "vartype": 3, + "default": "0.02", "summary": "system_event.latch: cache buffers lru chain.average_wait_fg: 0.02", "scope": "global", "metric_type": 3 @@ -19903,6 +21712,7 @@ "dbms": 121, "name": "global.system_event.latch: cache buffers lru chain.con_id", "vartype": 2, + "default": "0", "summary": "system_event.latch: cache buffers lru chain.con_id: 0", "scope": "global", "metric_type": 1 @@ -19914,6 +21724,7 @@ "dbms": 121, "name": "global.system_event.latch: cache buffers lru chain.event_id", "vartype": 2, + "default": "3401628503", "summary": "system_event.latch: cache buffers lru chain.event_id: 3401628503", "scope": "global", "metric_type": 1 @@ -19925,6 +21736,7 @@ "dbms": 121, "name": "global.system_event.latch: cache buffers lru chain.time_waited", "vartype": 2, + "default": "0", "summary": "system_event.latch: cache buffers lru chain.time_waited: 0", "scope": "global", "metric_type": 1 @@ -19936,6 +21748,7 @@ "dbms": 121, "name": "global.system_event.latch: cache buffers lru chain.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.latch: cache buffers lru chain.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -19947,6 +21760,7 @@ "dbms": 121, "name": "global.system_event.latch: cache buffers lru chain.time_waited_micro", "vartype": 2, + "default": "388", "summary": "system_event.latch: cache buffers lru chain.time_waited_micro: 388", "scope": "global", "metric_type": 1 @@ -19958,6 +21772,7 @@ "dbms": 121, "name": "global.system_event.latch: cache buffers lru chain.time_waited_micro_fg", "vartype": 2, + "default": "388", "summary": "system_event.latch: cache buffers lru chain.time_waited_micro_fg: 388", "scope": "global", "metric_type": 1 @@ -19969,6 +21784,7 @@ "dbms": 121, "name": "global.system_event.latch: cache buffers lru chain.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.latch: cache buffers lru chain.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -19980,6 +21796,7 @@ "dbms": 121, "name": "global.system_event.latch: cache buffers lru chain.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.latch: cache buffers lru chain.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -19991,6 +21808,7 @@ "dbms": 121, "name": "global.system_event.latch: cache buffers lru chain.total_waits", "vartype": 2, + "default": "2", "summary": "system_event.latch: cache buffers lru chain.total_waits: 2", "scope": "global", "metric_type": 1 @@ -20002,6 +21820,7 @@ "dbms": 121, "name": "global.system_event.latch: cache buffers lru chain.total_waits_fg", "vartype": 2, + "default": "2", "summary": "system_event.latch: cache buffers lru chain.total_waits_fg: 2", "scope": "global", "metric_type": 1 @@ -20013,6 +21832,7 @@ "dbms": 121, "name": "global.system_event.latch: cache buffers lru chain.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.latch: cache buffers lru chain.wait_class: Other", "scope": "global", "metric_type": 2 @@ -20024,9 +21844,10 @@ "dbms": 121, "name": "global.system_event.latch: cache buffers lru chain.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.latch: cache buffers lru chain.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -20035,6 +21856,7 @@ "dbms": 121, "name": "global.system_event.latch: cache buffers lru chain.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.latch: cache buffers lru chain.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -20046,6 +21868,7 @@ "dbms": 121, "name": "global.system_event.latch: call allocation.average_wait", "vartype": 3, + "default": "0.04", "summary": "system_event.latch: call allocation.average_wait: 0.04", "scope": "global", "metric_type": 3 @@ -20057,6 +21880,7 @@ "dbms": 121, "name": "global.system_event.latch: call allocation.average_wait_fg", "vartype": 3, + "default": "0.04", "summary": "system_event.latch: call allocation.average_wait_fg: 0.04", "scope": "global", "metric_type": 3 @@ -20068,6 +21892,7 @@ "dbms": 121, "name": "global.system_event.latch: call allocation.con_id", "vartype": 2, + "default": "0", "summary": "system_event.latch: call allocation.con_id: 0", "scope": "global", "metric_type": 1 @@ -20079,6 +21904,7 @@ "dbms": 121, "name": "global.system_event.latch: call allocation.event_id", "vartype": 2, + "default": "139039345", "summary": "system_event.latch: call allocation.event_id: 139039345", "scope": "global", "metric_type": 1 @@ -20090,6 +21916,7 @@ "dbms": 121, "name": "global.system_event.latch: call allocation.time_waited", "vartype": 2, + "default": "1", "summary": "system_event.latch: call allocation.time_waited: 1", "scope": "global", "metric_type": 1 @@ -20101,6 +21928,7 @@ "dbms": 121, "name": "global.system_event.latch: call allocation.time_waited_fg", "vartype": 2, + "default": "1", "summary": "system_event.latch: call allocation.time_waited_fg: 1", "scope": "global", "metric_type": 1 @@ -20112,6 +21940,7 @@ "dbms": 121, "name": "global.system_event.latch: call allocation.time_waited_micro", "vartype": 2, + "default": "5484", "summary": "system_event.latch: call allocation.time_waited_micro: 5484", "scope": "global", "metric_type": 1 @@ -20123,6 +21952,7 @@ "dbms": 121, "name": "global.system_event.latch: call allocation.time_waited_micro_fg", "vartype": 2, + "default": "5484", "summary": "system_event.latch: call allocation.time_waited_micro_fg: 5484", "scope": "global", "metric_type": 1 @@ -20134,6 +21964,7 @@ "dbms": 121, "name": "global.system_event.latch: call allocation.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.latch: call allocation.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -20145,6 +21976,7 @@ "dbms": 121, "name": "global.system_event.latch: call allocation.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.latch: call allocation.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -20156,6 +21988,7 @@ "dbms": 121, "name": "global.system_event.latch: call allocation.total_waits", "vartype": 2, + "default": "13", "summary": "system_event.latch: call allocation.total_waits: 13", "scope": "global", "metric_type": 1 @@ -20167,6 +22000,7 @@ "dbms": 121, "name": "global.system_event.latch: call allocation.total_waits_fg", "vartype": 2, + "default": "13", "summary": "system_event.latch: call allocation.total_waits_fg: 13", "scope": "global", "metric_type": 1 @@ -20178,6 +22012,7 @@ "dbms": 121, "name": "global.system_event.latch: call allocation.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.latch: call allocation.wait_class: Other", "scope": "global", "metric_type": 2 @@ -20189,9 +22024,10 @@ "dbms": 121, "name": "global.system_event.latch: call allocation.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.latch: call allocation.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -20200,6 +22036,7 @@ "dbms": 121, "name": "global.system_event.latch: call allocation.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.latch: call allocation.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -20211,6 +22048,7 @@ "dbms": 121, "name": "global.system_event.latch: in memory undo latch.average_wait", "vartype": 3, + "default": "0.01", "summary": "system_event.latch: in memory undo latch.average_wait: 0.01", "scope": "global", "metric_type": 3 @@ -20222,6 +22060,7 @@ "dbms": 121, "name": "global.system_event.latch: in memory undo latch.average_wait_fg", "vartype": 3, + "default": "0.01", "summary": "system_event.latch: in memory undo latch.average_wait_fg: 0.01", "scope": "global", "metric_type": 3 @@ -20233,6 +22072,7 @@ "dbms": 121, "name": "global.system_event.latch: in memory undo latch.con_id", "vartype": 2, + "default": "0", "summary": "system_event.latch: in memory undo latch.con_id: 0", "scope": "global", "metric_type": 1 @@ -20244,6 +22084,7 @@ "dbms": 121, "name": "global.system_event.latch: in memory undo latch.event_id", "vartype": 2, + "default": "1394127552", "summary": "system_event.latch: in memory undo latch.event_id: 1394127552", "scope": "global", "metric_type": 1 @@ -20255,6 +22096,7 @@ "dbms": 121, "name": "global.system_event.latch: in memory undo latch.time_waited", "vartype": 2, + "default": "0", "summary": "system_event.latch: in memory undo latch.time_waited: 0", "scope": "global", "metric_type": 1 @@ -20266,6 +22108,7 @@ "dbms": 121, "name": "global.system_event.latch: in memory undo latch.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.latch: in memory undo latch.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -20277,6 +22120,7 @@ "dbms": 121, "name": "global.system_event.latch: in memory undo latch.time_waited_micro", "vartype": 2, + "default": "3555", "summary": "system_event.latch: in memory undo latch.time_waited_micro: 3555", "scope": "global", "metric_type": 1 @@ -20288,6 +22132,7 @@ "dbms": 121, "name": "global.system_event.latch: in memory undo latch.time_waited_micro_fg", "vartype": 2, + "default": "3555", "summary": "system_event.latch: in memory undo latch.time_waited_micro_fg: 3555", "scope": "global", "metric_type": 1 @@ -20299,6 +22144,7 @@ "dbms": 121, "name": "global.system_event.latch: in memory undo latch.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.latch: in memory undo latch.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -20310,6 +22156,7 @@ "dbms": 121, "name": "global.system_event.latch: in memory undo latch.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.latch: in memory undo latch.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -20321,6 +22168,7 @@ "dbms": 121, "name": "global.system_event.latch: in memory undo latch.total_waits", "vartype": 2, + "default": "29", "summary": "system_event.latch: in memory undo latch.total_waits: 29", "scope": "global", "metric_type": 1 @@ -20332,6 +22180,7 @@ "dbms": 121, "name": "global.system_event.latch: in memory undo latch.total_waits_fg", "vartype": 2, + "default": "29", "summary": "system_event.latch: in memory undo latch.total_waits_fg: 29", "scope": "global", "metric_type": 1 @@ -20343,6 +22192,7 @@ "dbms": 121, "name": "global.system_event.latch: in memory undo latch.wait_class", "vartype": 1, + "default": "Concurrency", "summary": "system_event.latch: in memory undo latch.wait_class: Concurrency", "scope": "global", "metric_type": 2 @@ -20354,9 +22204,10 @@ "dbms": 121, "name": "global.system_event.latch: in memory undo latch.wait_class#", "vartype": 2, + "default": "4", "summary": "system_event.latch: in memory undo latch.wait_class#: 4", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -20365,6 +22216,7 @@ "dbms": 121, "name": "global.system_event.latch: in memory undo latch.wait_class_id", "vartype": 2, + "default": "3875070507", "summary": "system_event.latch: in memory undo latch.wait_class_id: 3875070507", "scope": "global", "metric_type": 1 @@ -20376,6 +22228,7 @@ "dbms": 121, "name": "global.system_event.latch: parallel query alloc buffer.average_wait", "vartype": 3, + "default": "0.03", "summary": "system_event.latch: parallel query alloc buffer.average_wait: 0.03", "scope": "global", "metric_type": 3 @@ -20387,6 +22240,7 @@ "dbms": 121, "name": "global.system_event.latch: parallel query alloc buffer.average_wait_fg", "vartype": 3, + "default": "0.03", "summary": "system_event.latch: parallel query alloc buffer.average_wait_fg: 0.03", "scope": "global", "metric_type": 3 @@ -20398,6 +22252,7 @@ "dbms": 121, "name": "global.system_event.latch: parallel query alloc buffer.con_id", "vartype": 2, + "default": "0", "summary": "system_event.latch: parallel query alloc buffer.con_id: 0", "scope": "global", "metric_type": 1 @@ -20409,6 +22264,7 @@ "dbms": 121, "name": "global.system_event.latch: parallel query alloc buffer.event_id", "vartype": 2, + "default": "676951513", "summary": "system_event.latch: parallel query alloc buffer.event_id: 676951513", "scope": "global", "metric_type": 1 @@ -20420,6 +22276,7 @@ "dbms": 121, "name": "global.system_event.latch: parallel query alloc buffer.time_waited", "vartype": 2, + "default": "0", "summary": "system_event.latch: parallel query alloc buffer.time_waited: 0", "scope": "global", "metric_type": 1 @@ -20431,6 +22288,7 @@ "dbms": 121, "name": "global.system_event.latch: parallel query alloc buffer.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.latch: parallel query alloc buffer.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -20442,6 +22300,7 @@ "dbms": 121, "name": "global.system_event.latch: parallel query alloc buffer.time_waited_micro", "vartype": 2, + "default": "906", "summary": "system_event.latch: parallel query alloc buffer.time_waited_micro: 906", "scope": "global", "metric_type": 1 @@ -20453,6 +22312,7 @@ "dbms": 121, "name": "global.system_event.latch: parallel query alloc buffer.time_waited_micro_fg", "vartype": 2, + "default": "906", "summary": "system_event.latch: parallel query alloc buffer.time_waited_micro_fg: 906", "scope": "global", "metric_type": 1 @@ -20464,6 +22324,7 @@ "dbms": 121, "name": "global.system_event.latch: parallel query alloc buffer.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.latch: parallel query alloc buffer.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -20475,6 +22336,7 @@ "dbms": 121, "name": "global.system_event.latch: parallel query alloc buffer.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.latch: parallel query alloc buffer.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -20486,6 +22348,7 @@ "dbms": 121, "name": "global.system_event.latch: parallel query alloc buffer.total_waits", "vartype": 2, + "default": "3", "summary": "system_event.latch: parallel query alloc buffer.total_waits: 3", "scope": "global", "metric_type": 1 @@ -20497,6 +22360,7 @@ "dbms": 121, "name": "global.system_event.latch: parallel query alloc buffer.total_waits_fg", "vartype": 2, + "default": "3", "summary": "system_event.latch: parallel query alloc buffer.total_waits_fg: 3", "scope": "global", "metric_type": 1 @@ -20508,6 +22372,7 @@ "dbms": 121, "name": "global.system_event.latch: parallel query alloc buffer.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.latch: parallel query alloc buffer.wait_class: Other", "scope": "global", "metric_type": 2 @@ -20519,9 +22384,10 @@ "dbms": 121, "name": "global.system_event.latch: parallel query alloc buffer.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.latch: parallel query alloc buffer.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -20530,6 +22396,7 @@ "dbms": 121, "name": "global.system_event.latch: parallel query alloc buffer.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.latch: parallel query alloc buffer.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -20541,6 +22408,7 @@ "dbms": 121, "name": "global.system_event.latch: redo allocation.average_wait", "vartype": 3, + "default": "0.01", "summary": "system_event.latch: redo allocation.average_wait: 0.01", "scope": "global", "metric_type": 3 @@ -20552,6 +22420,7 @@ "dbms": 121, "name": "global.system_event.latch: redo allocation.average_wait_fg", "vartype": 3, + "default": "0.01", "summary": "system_event.latch: redo allocation.average_wait_fg: 0.01", "scope": "global", "metric_type": 3 @@ -20563,6 +22432,7 @@ "dbms": 121, "name": "global.system_event.latch: redo allocation.con_id", "vartype": 2, + "default": "0", "summary": "system_event.latch: redo allocation.con_id: 0", "scope": "global", "metric_type": 1 @@ -20574,6 +22444,7 @@ "dbms": 121, "name": "global.system_event.latch: redo allocation.event_id", "vartype": 2, + "default": "266850936", "summary": "system_event.latch: redo allocation.event_id: 266850936", "scope": "global", "metric_type": 1 @@ -20585,6 +22456,7 @@ "dbms": 121, "name": "global.system_event.latch: redo allocation.time_waited", "vartype": 2, + "default": "0", "summary": "system_event.latch: redo allocation.time_waited: 0", "scope": "global", "metric_type": 1 @@ -20596,6 +22468,7 @@ "dbms": 121, "name": "global.system_event.latch: redo allocation.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.latch: redo allocation.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -20607,6 +22480,7 @@ "dbms": 121, "name": "global.system_event.latch: redo allocation.time_waited_micro", "vartype": 2, + "default": "208", "summary": "system_event.latch: redo allocation.time_waited_micro: 208", "scope": "global", "metric_type": 1 @@ -20618,6 +22492,7 @@ "dbms": 121, "name": "global.system_event.latch: redo allocation.time_waited_micro_fg", "vartype": 2, + "default": "113", "summary": "system_event.latch: redo allocation.time_waited_micro_fg: 113", "scope": "global", "metric_type": 1 @@ -20629,6 +22504,7 @@ "dbms": 121, "name": "global.system_event.latch: redo allocation.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.latch: redo allocation.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -20640,6 +22516,7 @@ "dbms": 121, "name": "global.system_event.latch: redo allocation.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.latch: redo allocation.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -20651,6 +22528,7 @@ "dbms": 121, "name": "global.system_event.latch: redo allocation.total_waits", "vartype": 2, + "default": "3", "summary": "system_event.latch: redo allocation.total_waits: 3", "scope": "global", "metric_type": 1 @@ -20662,6 +22540,7 @@ "dbms": 121, "name": "global.system_event.latch: redo allocation.total_waits_fg", "vartype": 2, + "default": "1", "summary": "system_event.latch: redo allocation.total_waits_fg: 1", "scope": "global", "metric_type": 1 @@ -20673,6 +22552,7 @@ "dbms": 121, "name": "global.system_event.latch: redo allocation.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.latch: redo allocation.wait_class: Other", "scope": "global", "metric_type": 2 @@ -20684,9 +22564,10 @@ "dbms": 121, "name": "global.system_event.latch: redo allocation.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.latch: redo allocation.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -20695,6 +22576,7 @@ "dbms": 121, "name": "global.system_event.latch: redo allocation.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.latch: redo allocation.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -20706,6 +22588,7 @@ "dbms": 121, "name": "global.system_event.latch: row cache objects.average_wait", "vartype": 3, + "default": "0.02", "summary": "system_event.latch: row cache objects.average_wait: 0.02", "scope": "global", "metric_type": 3 @@ -20717,6 +22600,7 @@ "dbms": 121, "name": "global.system_event.latch: row cache objects.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.latch: row cache objects.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -20728,6 +22612,7 @@ "dbms": 121, "name": "global.system_event.latch: row cache objects.con_id", "vartype": 2, + "default": "0", "summary": "system_event.latch: row cache objects.con_id: 0", "scope": "global", "metric_type": 1 @@ -20739,6 +22624,7 @@ "dbms": 121, "name": "global.system_event.latch: row cache objects.event_id", "vartype": 2, + "default": "1117386924", "summary": "system_event.latch: row cache objects.event_id: 1117386924", "scope": "global", "metric_type": 1 @@ -20750,6 +22636,7 @@ "dbms": 121, "name": "global.system_event.latch: row cache objects.time_waited", "vartype": 2, + "default": "0", "summary": "system_event.latch: row cache objects.time_waited: 0", "scope": "global", "metric_type": 1 @@ -20761,6 +22648,7 @@ "dbms": 121, "name": "global.system_event.latch: row cache objects.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.latch: row cache objects.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -20772,6 +22660,7 @@ "dbms": 121, "name": "global.system_event.latch: row cache objects.time_waited_micro", "vartype": 2, + "default": "238", "summary": "system_event.latch: row cache objects.time_waited_micro: 238", "scope": "global", "metric_type": 1 @@ -20783,6 +22672,7 @@ "dbms": 121, "name": "global.system_event.latch: row cache objects.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.latch: row cache objects.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -20794,6 +22684,7 @@ "dbms": 121, "name": "global.system_event.latch: row cache objects.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.latch: row cache objects.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -20805,6 +22696,7 @@ "dbms": 121, "name": "global.system_event.latch: row cache objects.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.latch: row cache objects.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -20816,6 +22708,7 @@ "dbms": 121, "name": "global.system_event.latch: row cache objects.total_waits", "vartype": 2, + "default": "1", "summary": "system_event.latch: row cache objects.total_waits: 1", "scope": "global", "metric_type": 1 @@ -20827,6 +22720,7 @@ "dbms": 121, "name": "global.system_event.latch: row cache objects.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.latch: row cache objects.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -20838,6 +22732,7 @@ "dbms": 121, "name": "global.system_event.latch: row cache objects.wait_class", "vartype": 1, + "default": "Concurrency", "summary": "system_event.latch: row cache objects.wait_class: Concurrency", "scope": "global", "metric_type": 2 @@ -20849,9 +22744,10 @@ "dbms": 121, "name": "global.system_event.latch: row cache objects.wait_class#", "vartype": 2, + "default": "4", "summary": "system_event.latch: row cache objects.wait_class#: 4", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -20860,6 +22756,7 @@ "dbms": 121, "name": "global.system_event.latch: row cache objects.wait_class_id", "vartype": 2, + "default": "3875070507", "summary": "system_event.latch: row cache objects.wait_class_id: 3875070507", "scope": "global", "metric_type": 1 @@ -20871,6 +22768,7 @@ "dbms": 121, "name": "global.system_event.latch: shared pool.average_wait", "vartype": 3, + "default": "0.12", "summary": "system_event.latch: shared pool.average_wait: 0.12", "scope": "global", "metric_type": 3 @@ -20882,6 +22780,7 @@ "dbms": 121, "name": "global.system_event.latch: shared pool.average_wait_fg", "vartype": 3, + "default": "0.01", "summary": "system_event.latch: shared pool.average_wait_fg: 0.01", "scope": "global", "metric_type": 3 @@ -20893,6 +22792,7 @@ "dbms": 121, "name": "global.system_event.latch: shared pool.con_id", "vartype": 2, + "default": "0", "summary": "system_event.latch: shared pool.con_id: 0", "scope": "global", "metric_type": 1 @@ -20904,6 +22804,7 @@ "dbms": 121, "name": "global.system_event.latch: shared pool.event_id", "vartype": 2, + "default": "2696347763", "summary": "system_event.latch: shared pool.event_id: 2696347763", "scope": "global", "metric_type": 1 @@ -20915,6 +22816,7 @@ "dbms": 121, "name": "global.system_event.latch: shared pool.time_waited", "vartype": 2, + "default": "5", "summary": "system_event.latch: shared pool.time_waited: 5", "scope": "global", "metric_type": 1 @@ -20926,6 +22828,7 @@ "dbms": 121, "name": "global.system_event.latch: shared pool.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.latch: shared pool.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -20937,6 +22840,7 @@ "dbms": 121, "name": "global.system_event.latch: shared pool.time_waited_micro", "vartype": 2, + "default": "50607", "summary": "system_event.latch: shared pool.time_waited_micro: 50607", "scope": "global", "metric_type": 1 @@ -20948,6 +22852,7 @@ "dbms": 121, "name": "global.system_event.latch: shared pool.time_waited_micro_fg", "vartype": 2, + "default": "485", "summary": "system_event.latch: shared pool.time_waited_micro_fg: 485", "scope": "global", "metric_type": 1 @@ -20959,6 +22864,7 @@ "dbms": 121, "name": "global.system_event.latch: shared pool.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.latch: shared pool.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -20970,6 +22876,7 @@ "dbms": 121, "name": "global.system_event.latch: shared pool.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.latch: shared pool.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -20981,6 +22888,7 @@ "dbms": 121, "name": "global.system_event.latch: shared pool.total_waits", "vartype": 2, + "default": "41", "summary": "system_event.latch: shared pool.total_waits: 41", "scope": "global", "metric_type": 1 @@ -20992,6 +22900,7 @@ "dbms": 121, "name": "global.system_event.latch: shared pool.total_waits_fg", "vartype": 2, + "default": "7", "summary": "system_event.latch: shared pool.total_waits_fg: 7", "scope": "global", "metric_type": 1 @@ -21003,6 +22912,7 @@ "dbms": 121, "name": "global.system_event.latch: shared pool.wait_class", "vartype": 1, + "default": "Concurrency", "summary": "system_event.latch: shared pool.wait_class: Concurrency", "scope": "global", "metric_type": 2 @@ -21014,9 +22924,10 @@ "dbms": 121, "name": "global.system_event.latch: shared pool.wait_class#", "vartype": 2, + "default": "4", "summary": "system_event.latch: shared pool.wait_class#: 4", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -21025,6 +22936,7 @@ "dbms": 121, "name": "global.system_event.latch: shared pool.wait_class_id", "vartype": 2, + "default": "3875070507", "summary": "system_event.latch: shared pool.wait_class_id: 3875070507", "scope": "global", "metric_type": 1 @@ -21036,6 +22948,7 @@ "dbms": 121, "name": "global.system_event.latch: undo global data.average_wait", "vartype": 3, + "default": "0.01", "summary": "system_event.latch: undo global data.average_wait: 0.01", "scope": "global", "metric_type": 3 @@ -21047,6 +22960,7 @@ "dbms": 121, "name": "global.system_event.latch: undo global data.average_wait_fg", "vartype": 3, + "default": "0.01", "summary": "system_event.latch: undo global data.average_wait_fg: 0.01", "scope": "global", "metric_type": 3 @@ -21058,6 +22972,7 @@ "dbms": 121, "name": "global.system_event.latch: undo global data.con_id", "vartype": 2, + "default": "0", "summary": "system_event.latch: undo global data.con_id: 0", "scope": "global", "metric_type": 1 @@ -21069,6 +22984,7 @@ "dbms": 121, "name": "global.system_event.latch: undo global data.event_id", "vartype": 2, + "default": "2221529869", "summary": "system_event.latch: undo global data.event_id: 2221529869", "scope": "global", "metric_type": 1 @@ -21080,6 +22996,7 @@ "dbms": 121, "name": "global.system_event.latch: undo global data.time_waited", "vartype": 2, + "default": "0", "summary": "system_event.latch: undo global data.time_waited: 0", "scope": "global", "metric_type": 1 @@ -21091,6 +23008,7 @@ "dbms": 121, "name": "global.system_event.latch: undo global data.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.latch: undo global data.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -21102,6 +23020,7 @@ "dbms": 121, "name": "global.system_event.latch: undo global data.time_waited_micro", "vartype": 2, + "default": "103", "summary": "system_event.latch: undo global data.time_waited_micro: 103", "scope": "global", "metric_type": 1 @@ -21113,6 +23032,7 @@ "dbms": 121, "name": "global.system_event.latch: undo global data.time_waited_micro_fg", "vartype": 2, + "default": "103", "summary": "system_event.latch: undo global data.time_waited_micro_fg: 103", "scope": "global", "metric_type": 1 @@ -21124,6 +23044,7 @@ "dbms": 121, "name": "global.system_event.latch: undo global data.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.latch: undo global data.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -21135,6 +23056,7 @@ "dbms": 121, "name": "global.system_event.latch: undo global data.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.latch: undo global data.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -21146,6 +23068,7 @@ "dbms": 121, "name": "global.system_event.latch: undo global data.total_waits", "vartype": 2, + "default": "1", "summary": "system_event.latch: undo global data.total_waits: 1", "scope": "global", "metric_type": 1 @@ -21157,6 +23080,7 @@ "dbms": 121, "name": "global.system_event.latch: undo global data.total_waits_fg", "vartype": 2, + "default": "1", "summary": "system_event.latch: undo global data.total_waits_fg: 1", "scope": "global", "metric_type": 1 @@ -21168,6 +23092,7 @@ "dbms": 121, "name": "global.system_event.latch: undo global data.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.latch: undo global data.wait_class: Other", "scope": "global", "metric_type": 2 @@ -21179,9 +23104,10 @@ "dbms": 121, "name": "global.system_event.latch: undo global data.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.latch: undo global data.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -21190,6 +23116,7 @@ "dbms": 121, "name": "global.system_event.latch: undo global data.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.latch: undo global data.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -21201,6 +23128,7 @@ "dbms": 121, "name": "global.system_event.lgwr all worker groups.average_wait", "vartype": 3, + "default": "0.03", "summary": "system_event.lgwr all worker groups.average_wait: 0.03", "scope": "global", "metric_type": 3 @@ -21212,6 +23140,7 @@ "dbms": 121, "name": "global.system_event.lgwr all worker groups.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.lgwr all worker groups.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -21223,6 +23152,7 @@ "dbms": 121, "name": "global.system_event.lgwr all worker groups.con_id", "vartype": 2, + "default": "0", "summary": "system_event.lgwr all worker groups.con_id: 0", "scope": "global", "metric_type": 1 @@ -21234,6 +23164,7 @@ "dbms": 121, "name": "global.system_event.lgwr all worker groups.event_id", "vartype": 2, + "default": "1249397642", "summary": "system_event.lgwr all worker groups.event_id: 1249397642", "scope": "global", "metric_type": 1 @@ -21245,6 +23176,7 @@ "dbms": 121, "name": "global.system_event.lgwr all worker groups.time_waited", "vartype": 2, + "default": "0", "summary": "system_event.lgwr all worker groups.time_waited: 0", "scope": "global", "metric_type": 1 @@ -21256,6 +23188,7 @@ "dbms": 121, "name": "global.system_event.lgwr all worker groups.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.lgwr all worker groups.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -21267,6 +23200,7 @@ "dbms": 121, "name": "global.system_event.lgwr all worker groups.time_waited_micro", "vartype": 2, + "default": "274", "summary": "system_event.lgwr all worker groups.time_waited_micro: 274", "scope": "global", "metric_type": 1 @@ -21278,6 +23212,7 @@ "dbms": 121, "name": "global.system_event.lgwr all worker groups.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.lgwr all worker groups.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -21289,6 +23224,7 @@ "dbms": 121, "name": "global.system_event.lgwr all worker groups.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.lgwr all worker groups.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -21300,6 +23236,7 @@ "dbms": 121, "name": "global.system_event.lgwr all worker groups.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.lgwr all worker groups.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -21311,6 +23248,7 @@ "dbms": 121, "name": "global.system_event.lgwr all worker groups.total_waits", "vartype": 2, + "default": "1", "summary": "system_event.lgwr all worker groups.total_waits: 1", "scope": "global", "metric_type": 1 @@ -21322,6 +23260,7 @@ "dbms": 121, "name": "global.system_event.lgwr all worker groups.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.lgwr all worker groups.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -21333,6 +23272,7 @@ "dbms": 121, "name": "global.system_event.lgwr all worker groups.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.lgwr all worker groups.wait_class: Other", "scope": "global", "metric_type": 2 @@ -21344,9 +23284,10 @@ "dbms": 121, "name": "global.system_event.lgwr all worker groups.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.lgwr all worker groups.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -21355,6 +23296,7 @@ "dbms": 121, "name": "global.system_event.lgwr all worker groups.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.lgwr all worker groups.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -21366,6 +23308,7 @@ "dbms": 121, "name": "global.system_event.lgwr wait for redo copy.average_wait", "vartype": 2, + "default": "0", "summary": "system_event.lgwr wait for redo copy.average_wait: 0", "scope": "global", "metric_type": 3 @@ -21377,6 +23320,7 @@ "dbms": 121, "name": "global.system_event.lgwr wait for redo copy.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.lgwr wait for redo copy.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -21388,6 +23332,7 @@ "dbms": 121, "name": "global.system_event.lgwr wait for redo copy.con_id", "vartype": 2, + "default": "0", "summary": "system_event.lgwr wait for redo copy.con_id: 0", "scope": "global", "metric_type": 1 @@ -21399,6 +23344,7 @@ "dbms": 121, "name": "global.system_event.lgwr wait for redo copy.event_id", "vartype": 2, + "default": "4266849434", "summary": "system_event.lgwr wait for redo copy.event_id: 4266849434", "scope": "global", "metric_type": 1 @@ -21410,6 +23356,7 @@ "dbms": 121, "name": "global.system_event.lgwr wait for redo copy.time_waited", "vartype": 2, + "default": "0", "summary": "system_event.lgwr wait for redo copy.time_waited: 0", "scope": "global", "metric_type": 1 @@ -21421,6 +23368,7 @@ "dbms": 121, "name": "global.system_event.lgwr wait for redo copy.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.lgwr wait for redo copy.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -21432,6 +23380,7 @@ "dbms": 121, "name": "global.system_event.lgwr wait for redo copy.time_waited_micro", "vartype": 2, + "default": "274", "summary": "system_event.lgwr wait for redo copy.time_waited_micro: 274", "scope": "global", "metric_type": 1 @@ -21443,6 +23392,7 @@ "dbms": 121, "name": "global.system_event.lgwr wait for redo copy.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.lgwr wait for redo copy.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -21454,6 +23404,7 @@ "dbms": 121, "name": "global.system_event.lgwr wait for redo copy.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.lgwr wait for redo copy.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -21465,6 +23416,7 @@ "dbms": 121, "name": "global.system_event.lgwr wait for redo copy.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.lgwr wait for redo copy.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -21476,6 +23428,7 @@ "dbms": 121, "name": "global.system_event.lgwr wait for redo copy.total_waits", "vartype": 2, + "default": "9", "summary": "system_event.lgwr wait for redo copy.total_waits: 9", "scope": "global", "metric_type": 1 @@ -21487,6 +23440,7 @@ "dbms": 121, "name": "global.system_event.lgwr wait for redo copy.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.lgwr wait for redo copy.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -21498,6 +23452,7 @@ "dbms": 121, "name": "global.system_event.lgwr wait for redo copy.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.lgwr wait for redo copy.wait_class: Other", "scope": "global", "metric_type": 2 @@ -21509,9 +23464,10 @@ "dbms": 121, "name": "global.system_event.lgwr wait for redo copy.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.lgwr wait for redo copy.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -21520,6 +23476,7 @@ "dbms": 121, "name": "global.system_event.lgwr wait for redo copy.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.lgwr wait for redo copy.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -21531,6 +23488,7 @@ "dbms": 121, "name": "global.system_event.lgwr worker group idle.average_wait", "vartype": 3, + "default": "5.79", "summary": "system_event.lgwr worker group idle.average_wait: 5.79", "scope": "global", "metric_type": 3 @@ -21542,6 +23500,7 @@ "dbms": 121, "name": "global.system_event.lgwr worker group idle.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.lgwr worker group idle.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -21553,6 +23512,7 @@ "dbms": 121, "name": "global.system_event.lgwr worker group idle.con_id", "vartype": 2, + "default": "0", "summary": "system_event.lgwr worker group idle.con_id: 0", "scope": "global", "metric_type": 1 @@ -21564,6 +23524,7 @@ "dbms": 121, "name": "global.system_event.lgwr worker group idle.event_id", "vartype": 2, + "default": "91842589", "summary": "system_event.lgwr worker group idle.event_id: 91842589", "scope": "global", "metric_type": 1 @@ -21575,6 +23536,7 @@ "dbms": 121, "name": "global.system_event.lgwr worker group idle.time_waited", "vartype": 2, + "default": "9879", "summary": "system_event.lgwr worker group idle.time_waited: 9879", "scope": "global", "metric_type": 1 @@ -21586,6 +23548,7 @@ "dbms": 121, "name": "global.system_event.lgwr worker group idle.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.lgwr worker group idle.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -21597,6 +23560,7 @@ "dbms": 121, "name": "global.system_event.lgwr worker group idle.time_waited_micro", "vartype": 2, + "default": "98788312", "summary": "system_event.lgwr worker group idle.time_waited_micro: 98788312", "scope": "global", "metric_type": 1 @@ -21608,6 +23572,7 @@ "dbms": 121, "name": "global.system_event.lgwr worker group idle.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.lgwr worker group idle.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -21619,6 +23584,7 @@ "dbms": 121, "name": "global.system_event.lgwr worker group idle.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.lgwr worker group idle.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -21630,6 +23596,7 @@ "dbms": 121, "name": "global.system_event.lgwr worker group idle.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.lgwr worker group idle.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -21641,6 +23608,7 @@ "dbms": 121, "name": "global.system_event.lgwr worker group idle.total_waits", "vartype": 2, + "default": "1705", "summary": "system_event.lgwr worker group idle.total_waits: 1705", "scope": "global", "metric_type": 1 @@ -21652,6 +23620,7 @@ "dbms": 121, "name": "global.system_event.lgwr worker group idle.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.lgwr worker group idle.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -21663,6 +23632,7 @@ "dbms": 121, "name": "global.system_event.lgwr worker group idle.wait_class", "vartype": 1, + "default": "Idle", "summary": "system_event.lgwr worker group idle.wait_class: Idle", "scope": "global", "metric_type": 2 @@ -21674,9 +23644,10 @@ "dbms": 121, "name": "global.system_event.lgwr worker group idle.wait_class#", "vartype": 2, + "default": "6", "summary": "system_event.lgwr worker group idle.wait_class#: 6", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -21685,6 +23656,7 @@ "dbms": 121, "name": "global.system_event.lgwr worker group idle.wait_class_id", "vartype": 2, + "default": "2723168908", "summary": "system_event.lgwr worker group idle.wait_class_id: 2723168908", "scope": "global", "metric_type": 1 @@ -21696,6 +23668,7 @@ "dbms": 121, "name": "global.system_event.library cache load lock.average_wait", "vartype": 3, + "default": "0.15", "summary": "system_event.library cache load lock.average_wait: 0.15", "scope": "global", "metric_type": 3 @@ -21707,6 +23680,7 @@ "dbms": 121, "name": "global.system_event.library cache load lock.average_wait_fg", "vartype": 3, + "default": "0.03", "summary": "system_event.library cache load lock.average_wait_fg: 0.03", "scope": "global", "metric_type": 3 @@ -21718,6 +23692,7 @@ "dbms": 121, "name": "global.system_event.library cache load lock.con_id", "vartype": 2, + "default": "0", "summary": "system_event.library cache load lock.con_id: 0", "scope": "global", "metric_type": 1 @@ -21729,6 +23704,7 @@ "dbms": 121, "name": "global.system_event.library cache load lock.event_id", "vartype": 2, + "default": "2952162927", "summary": "system_event.library cache load lock.event_id: 2952162927", "scope": "global", "metric_type": 1 @@ -21740,6 +23716,7 @@ "dbms": 121, "name": "global.system_event.library cache load lock.time_waited", "vartype": 2, + "default": "3", "summary": "system_event.library cache load lock.time_waited: 3", "scope": "global", "metric_type": 1 @@ -21751,6 +23728,7 @@ "dbms": 121, "name": "global.system_event.library cache load lock.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.library cache load lock.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -21762,6 +23740,7 @@ "dbms": 121, "name": "global.system_event.library cache load lock.time_waited_micro", "vartype": 2, + "default": "29005", "summary": "system_event.library cache load lock.time_waited_micro: 29005", "scope": "global", "metric_type": 1 @@ -21773,6 +23752,7 @@ "dbms": 121, "name": "global.system_event.library cache load lock.time_waited_micro_fg", "vartype": 2, + "default": "1952", "summary": "system_event.library cache load lock.time_waited_micro_fg: 1952", "scope": "global", "metric_type": 1 @@ -21784,6 +23764,7 @@ "dbms": 121, "name": "global.system_event.library cache load lock.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.library cache load lock.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -21795,6 +23776,7 @@ "dbms": 121, "name": "global.system_event.library cache load lock.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.library cache load lock.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -21806,6 +23788,7 @@ "dbms": 121, "name": "global.system_event.library cache load lock.total_waits", "vartype": 2, + "default": "19", "summary": "system_event.library cache load lock.total_waits: 19", "scope": "global", "metric_type": 1 @@ -21817,6 +23800,7 @@ "dbms": 121, "name": "global.system_event.library cache load lock.total_waits_fg", "vartype": 2, + "default": "6", "summary": "system_event.library cache load lock.total_waits_fg: 6", "scope": "global", "metric_type": 1 @@ -21828,6 +23812,7 @@ "dbms": 121, "name": "global.system_event.library cache load lock.wait_class", "vartype": 1, + "default": "Concurrency", "summary": "system_event.library cache load lock.wait_class: Concurrency", "scope": "global", "metric_type": 2 @@ -21839,9 +23824,10 @@ "dbms": 121, "name": "global.system_event.library cache load lock.wait_class#", "vartype": 2, + "default": "4", "summary": "system_event.library cache load lock.wait_class#: 4", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -21850,6 +23836,7 @@ "dbms": 121, "name": "global.system_event.library cache load lock.wait_class_id", "vartype": 2, + "default": "3875070507", "summary": "system_event.library cache load lock.wait_class_id: 3875070507", "scope": "global", "metric_type": 1 @@ -21861,6 +23848,7 @@ "dbms": 121, "name": "global.system_event.library cache lock.average_wait", "vartype": 3, + "default": "3.16", "summary": "system_event.library cache lock.average_wait: 3.16", "scope": "global", "metric_type": 3 @@ -21872,6 +23860,7 @@ "dbms": 121, "name": "global.system_event.library cache lock.average_wait_fg", "vartype": 3, + "default": "3.16", "summary": "system_event.library cache lock.average_wait_fg: 3.16", "scope": "global", "metric_type": 3 @@ -21883,6 +23872,7 @@ "dbms": 121, "name": "global.system_event.library cache lock.con_id", "vartype": 2, + "default": "0", "summary": "system_event.library cache lock.con_id: 0", "scope": "global", "metric_type": 1 @@ -21894,6 +23884,7 @@ "dbms": 121, "name": "global.system_event.library cache lock.event_id", "vartype": 2, + "default": "916468430", "summary": "system_event.library cache lock.event_id: 916468430", "scope": "global", "metric_type": 1 @@ -21905,6 +23896,7 @@ "dbms": 121, "name": "global.system_event.library cache lock.time_waited", "vartype": 2, + "default": "3", "summary": "system_event.library cache lock.time_waited: 3", "scope": "global", "metric_type": 1 @@ -21916,6 +23908,7 @@ "dbms": 121, "name": "global.system_event.library cache lock.time_waited_fg", "vartype": 2, + "default": "3", "summary": "system_event.library cache lock.time_waited_fg: 3", "scope": "global", "metric_type": 1 @@ -21927,6 +23920,7 @@ "dbms": 121, "name": "global.system_event.library cache lock.time_waited_micro", "vartype": 2, + "default": "31623", "summary": "system_event.library cache lock.time_waited_micro: 31623", "scope": "global", "metric_type": 1 @@ -21938,6 +23932,7 @@ "dbms": 121, "name": "global.system_event.library cache lock.time_waited_micro_fg", "vartype": 2, + "default": "31623", "summary": "system_event.library cache lock.time_waited_micro_fg: 31623", "scope": "global", "metric_type": 1 @@ -21949,6 +23944,7 @@ "dbms": 121, "name": "global.system_event.library cache lock.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.library cache lock.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -21960,6 +23956,7 @@ "dbms": 121, "name": "global.system_event.library cache lock.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.library cache lock.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -21971,6 +23968,7 @@ "dbms": 121, "name": "global.system_event.library cache lock.total_waits", "vartype": 2, + "default": "1", "summary": "system_event.library cache lock.total_waits: 1", "scope": "global", "metric_type": 1 @@ -21982,6 +23980,7 @@ "dbms": 121, "name": "global.system_event.library cache lock.total_waits_fg", "vartype": 2, + "default": "1", "summary": "system_event.library cache lock.total_waits_fg: 1", "scope": "global", "metric_type": 1 @@ -21993,6 +23992,7 @@ "dbms": 121, "name": "global.system_event.library cache lock.wait_class", "vartype": 1, + "default": "Concurrency", "summary": "system_event.library cache lock.wait_class: Concurrency", "scope": "global", "metric_type": 2 @@ -22004,9 +24004,10 @@ "dbms": 121, "name": "global.system_event.library cache lock.wait_class#", "vartype": 2, + "default": "4", "summary": "system_event.library cache lock.wait_class#: 4", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -22015,6 +24016,7 @@ "dbms": 121, "name": "global.system_event.library cache lock.wait_class_id", "vartype": 2, + "default": "3875070507", "summary": "system_event.library cache lock.wait_class_id: 3875070507", "scope": "global", "metric_type": 1 @@ -22026,6 +24028,7 @@ "dbms": 121, "name": "global.system_event.library cache: mutex x.average_wait", "vartype": 3, + "default": "0.03", "summary": "system_event.library cache: mutex x.average_wait: 0.03", "scope": "global", "metric_type": 3 @@ -22037,6 +24040,7 @@ "dbms": 121, "name": "global.system_event.library cache: mutex x.average_wait_fg", "vartype": 3, + "default": "0.02", "summary": "system_event.library cache: mutex x.average_wait_fg: 0.02", "scope": "global", "metric_type": 3 @@ -22048,6 +24052,7 @@ "dbms": 121, "name": "global.system_event.library cache: mutex x.con_id", "vartype": 2, + "default": "0", "summary": "system_event.library cache: mutex x.con_id: 0", "scope": "global", "metric_type": 1 @@ -22059,6 +24064,7 @@ "dbms": 121, "name": "global.system_event.library cache: mutex x.event_id", "vartype": 2, + "default": "1646780882", "summary": "system_event.library cache: mutex x.event_id: 1646780882", "scope": "global", "metric_type": 1 @@ -22070,6 +24076,7 @@ "dbms": 121, "name": "global.system_event.library cache: mutex x.time_waited", "vartype": 2, + "default": "1", "summary": "system_event.library cache: mutex x.time_waited: 1", "scope": "global", "metric_type": 1 @@ -22081,6 +24088,7 @@ "dbms": 121, "name": "global.system_event.library cache: mutex x.time_waited_fg", "vartype": 2, + "default": "1", "summary": "system_event.library cache: mutex x.time_waited_fg: 1", "scope": "global", "metric_type": 1 @@ -22092,6 +24100,7 @@ "dbms": 121, "name": "global.system_event.library cache: mutex x.time_waited_micro", "vartype": 2, + "default": "9793", "summary": "system_event.library cache: mutex x.time_waited_micro: 9793", "scope": "global", "metric_type": 1 @@ -22103,6 +24112,7 @@ "dbms": 121, "name": "global.system_event.library cache: mutex x.time_waited_micro_fg", "vartype": 2, + "default": "5347", "summary": "system_event.library cache: mutex x.time_waited_micro_fg: 5347", "scope": "global", "metric_type": 1 @@ -22114,6 +24124,7 @@ "dbms": 121, "name": "global.system_event.library cache: mutex x.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.library cache: mutex x.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -22125,6 +24136,7 @@ "dbms": 121, "name": "global.system_event.library cache: mutex x.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.library cache: mutex x.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -22136,6 +24148,7 @@ "dbms": 121, "name": "global.system_event.library cache: mutex x.total_waits", "vartype": 2, + "default": "38", "summary": "system_event.library cache: mutex x.total_waits: 38", "scope": "global", "metric_type": 1 @@ -22147,6 +24160,7 @@ "dbms": 121, "name": "global.system_event.library cache: mutex x.total_waits_fg", "vartype": 2, + "default": "31", "summary": "system_event.library cache: mutex x.total_waits_fg: 31", "scope": "global", "metric_type": 1 @@ -22158,6 +24172,7 @@ "dbms": 121, "name": "global.system_event.library cache: mutex x.wait_class", "vartype": 1, + "default": "Concurrency", "summary": "system_event.library cache: mutex x.wait_class: Concurrency", "scope": "global", "metric_type": 2 @@ -22169,9 +24184,10 @@ "dbms": 121, "name": "global.system_event.library cache: mutex x.wait_class#", "vartype": 2, + "default": "4", "summary": "system_event.library cache: mutex x.wait_class#: 4", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -22180,6 +24196,7 @@ "dbms": 121, "name": "global.system_event.library cache: mutex x.wait_class_id", "vartype": 2, + "default": "3875070507", "summary": "system_event.library cache: mutex x.wait_class_id: 3875070507", "scope": "global", "metric_type": 1 @@ -22191,6 +24208,7 @@ "dbms": 121, "name": "global.system_event.log file parallel write.average_wait", "vartype": 3, + "default": "0.07", "summary": "system_event.log file parallel write.average_wait: 0.07", "scope": "global", "metric_type": 3 @@ -22202,6 +24220,7 @@ "dbms": 121, "name": "global.system_event.log file parallel write.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.log file parallel write.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -22213,6 +24232,7 @@ "dbms": 121, "name": "global.system_event.log file parallel write.con_id", "vartype": 2, + "default": "0", "summary": "system_event.log file parallel write.con_id: 0", "scope": "global", "metric_type": 1 @@ -22224,6 +24244,7 @@ "dbms": 121, "name": "global.system_event.log file parallel write.event_id", "vartype": 2, + "default": "3999721902", "summary": "system_event.log file parallel write.event_id: 3999721902", "scope": "global", "metric_type": 1 @@ -22235,6 +24256,7 @@ "dbms": 121, "name": "global.system_event.log file parallel write.time_waited", "vartype": 2, + "default": "225", "summary": "system_event.log file parallel write.time_waited: 225", "scope": "global", "metric_type": 1 @@ -22246,6 +24268,7 @@ "dbms": 121, "name": "global.system_event.log file parallel write.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.log file parallel write.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -22257,6 +24280,7 @@ "dbms": 121, "name": "global.system_event.log file parallel write.time_waited_micro", "vartype": 2, + "default": "2253063", "summary": "system_event.log file parallel write.time_waited_micro: 2253063", "scope": "global", "metric_type": 1 @@ -22268,6 +24292,7 @@ "dbms": 121, "name": "global.system_event.log file parallel write.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.log file parallel write.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -22279,6 +24304,7 @@ "dbms": 121, "name": "global.system_event.log file parallel write.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.log file parallel write.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -22290,6 +24316,7 @@ "dbms": 121, "name": "global.system_event.log file parallel write.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.log file parallel write.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -22301,6 +24328,7 @@ "dbms": 121, "name": "global.system_event.log file parallel write.total_waits", "vartype": 2, + "default": "3147", "summary": "system_event.log file parallel write.total_waits: 3147", "scope": "global", "metric_type": 1 @@ -22312,6 +24340,7 @@ "dbms": 121, "name": "global.system_event.log file parallel write.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.log file parallel write.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -22323,6 +24352,7 @@ "dbms": 121, "name": "global.system_event.log file parallel write.wait_class", "vartype": 1, + "default": "System I/O", "summary": "system_event.log file parallel write.wait_class: System I/O", "scope": "global", "metric_type": 2 @@ -22334,9 +24364,10 @@ "dbms": 121, "name": "global.system_event.log file parallel write.wait_class#", "vartype": 2, + "default": "9", "summary": "system_event.log file parallel write.wait_class#: 9", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -22345,6 +24376,7 @@ "dbms": 121, "name": "global.system_event.log file parallel write.wait_class_id", "vartype": 2, + "default": "4108307767", "summary": "system_event.log file parallel write.wait_class_id: 4108307767", "scope": "global", "metric_type": 1 @@ -22356,6 +24388,7 @@ "dbms": 121, "name": "global.system_event.log file sequential read.average_wait", "vartype": 2, + "default": "0", "summary": "system_event.log file sequential read.average_wait: 0", "scope": "global", "metric_type": 3 @@ -22367,6 +24400,7 @@ "dbms": 121, "name": "global.system_event.log file sequential read.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.log file sequential read.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -22378,6 +24412,7 @@ "dbms": 121, "name": "global.system_event.log file sequential read.con_id", "vartype": 2, + "default": "0", "summary": "system_event.log file sequential read.con_id: 0", "scope": "global", "metric_type": 1 @@ -22389,6 +24424,7 @@ "dbms": 121, "name": "global.system_event.log file sequential read.event_id", "vartype": 2, + "default": "549236675", "summary": "system_event.log file sequential read.event_id: 549236675", "scope": "global", "metric_type": 1 @@ -22400,6 +24436,7 @@ "dbms": 121, "name": "global.system_event.log file sequential read.time_waited", "vartype": 2, + "default": "0", "summary": "system_event.log file sequential read.time_waited: 0", "scope": "global", "metric_type": 1 @@ -22411,6 +24448,7 @@ "dbms": 121, "name": "global.system_event.log file sequential read.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.log file sequential read.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -22422,6 +24460,7 @@ "dbms": 121, "name": "global.system_event.log file sequential read.time_waited_micro", "vartype": 2, + "default": "68", "summary": "system_event.log file sequential read.time_waited_micro: 68", "scope": "global", "metric_type": 1 @@ -22433,6 +24472,7 @@ "dbms": 121, "name": "global.system_event.log file sequential read.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.log file sequential read.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -22444,6 +24484,7 @@ "dbms": 121, "name": "global.system_event.log file sequential read.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.log file sequential read.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -22455,6 +24496,7 @@ "dbms": 121, "name": "global.system_event.log file sequential read.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.log file sequential read.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -22466,6 +24508,7 @@ "dbms": 121, "name": "global.system_event.log file sequential read.total_waits", "vartype": 2, + "default": "6", "summary": "system_event.log file sequential read.total_waits: 6", "scope": "global", "metric_type": 1 @@ -22477,6 +24520,7 @@ "dbms": 121, "name": "global.system_event.log file sequential read.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.log file sequential read.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -22488,6 +24532,7 @@ "dbms": 121, "name": "global.system_event.log file sequential read.wait_class", "vartype": 1, + "default": "System I/O", "summary": "system_event.log file sequential read.wait_class: System I/O", "scope": "global", "metric_type": 2 @@ -22499,9 +24544,10 @@ "dbms": 121, "name": "global.system_event.log file sequential read.wait_class#", "vartype": 2, + "default": "9", "summary": "system_event.log file sequential read.wait_class#: 9", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -22510,6 +24556,7 @@ "dbms": 121, "name": "global.system_event.log file sequential read.wait_class_id", "vartype": 2, + "default": "4108307767", "summary": "system_event.log file sequential read.wait_class_id: 4108307767", "scope": "global", "metric_type": 1 @@ -22521,6 +24568,7 @@ "dbms": 121, "name": "global.system_event.log file single write.average_wait", "vartype": 3, + "default": "0.07", "summary": "system_event.log file single write.average_wait: 0.07", "scope": "global", "metric_type": 3 @@ -22532,6 +24580,7 @@ "dbms": 121, "name": "global.system_event.log file single write.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.log file single write.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -22543,6 +24592,7 @@ "dbms": 121, "name": "global.system_event.log file single write.con_id", "vartype": 2, + "default": "0", "summary": "system_event.log file single write.con_id: 0", "scope": "global", "metric_type": 1 @@ -22554,6 +24604,7 @@ "dbms": 121, "name": "global.system_event.log file single write.event_id", "vartype": 2, + "default": "215477332", "summary": "system_event.log file single write.event_id: 215477332", "scope": "global", "metric_type": 1 @@ -22565,6 +24616,7 @@ "dbms": 121, "name": "global.system_event.log file single write.time_waited", "vartype": 2, + "default": "0", "summary": "system_event.log file single write.time_waited: 0", "scope": "global", "metric_type": 1 @@ -22576,6 +24628,7 @@ "dbms": 121, "name": "global.system_event.log file single write.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.log file single write.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -22587,6 +24640,7 @@ "dbms": 121, "name": "global.system_event.log file single write.time_waited_micro", "vartype": 2, + "default": "4038", "summary": "system_event.log file single write.time_waited_micro: 4038", "scope": "global", "metric_type": 1 @@ -22598,6 +24652,7 @@ "dbms": 121, "name": "global.system_event.log file single write.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.log file single write.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -22609,6 +24664,7 @@ "dbms": 121, "name": "global.system_event.log file single write.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.log file single write.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -22620,6 +24676,7 @@ "dbms": 121, "name": "global.system_event.log file single write.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.log file single write.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -22631,6 +24688,7 @@ "dbms": 121, "name": "global.system_event.log file single write.total_waits", "vartype": 2, + "default": "6", "summary": "system_event.log file single write.total_waits: 6", "scope": "global", "metric_type": 1 @@ -22642,6 +24700,7 @@ "dbms": 121, "name": "global.system_event.log file single write.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.log file single write.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -22653,6 +24712,7 @@ "dbms": 121, "name": "global.system_event.log file single write.wait_class", "vartype": 1, + "default": "System I/O", "summary": "system_event.log file single write.wait_class: System I/O", "scope": "global", "metric_type": 2 @@ -22664,9 +24724,10 @@ "dbms": 121, "name": "global.system_event.log file single write.wait_class#", "vartype": 2, + "default": "9", "summary": "system_event.log file single write.wait_class#: 9", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -22675,6 +24736,7 @@ "dbms": 121, "name": "global.system_event.log file single write.wait_class_id", "vartype": 2, + "default": "4108307767", "summary": "system_event.log file single write.wait_class_id: 4108307767", "scope": "global", "metric_type": 1 @@ -22686,6 +24748,7 @@ "dbms": 121, "name": "global.system_event.log file switch (private strand flush incomplete).average_wait", "vartype": 3, + "default": "0.41", "summary": "system_event.log file switch (private strand flush incomplete).average_wait: 0.41", "scope": "global", "metric_type": 3 @@ -22697,6 +24760,7 @@ "dbms": 121, "name": "global.system_event.log file switch (private strand flush incomplete).average_wait_fg", "vartype": 3, + "default": "0.41", "summary": "system_event.log file switch (private strand flush incomplete).average_wait_fg: 0.41", "scope": "global", "metric_type": 3 @@ -22708,6 +24772,7 @@ "dbms": 121, "name": "global.system_event.log file switch (private strand flush incomplete).con_id", "vartype": 2, + "default": "0", "summary": "system_event.log file switch (private strand flush incomplete).con_id: 0", "scope": "global", "metric_type": 1 @@ -22719,6 +24784,7 @@ "dbms": 121, "name": "global.system_event.log file switch (private strand flush incomplete).event_id", "vartype": 2, + "default": "114164561", "summary": "system_event.log file switch (private strand flush incomplete).event_id: 114164561", "scope": "global", "metric_type": 1 @@ -22730,6 +24796,7 @@ "dbms": 121, "name": "global.system_event.log file switch (private strand flush incomplete).time_waited", "vartype": 2, + "default": "1", "summary": "system_event.log file switch (private strand flush incomplete).time_waited: 1", "scope": "global", "metric_type": 1 @@ -22741,6 +24808,7 @@ "dbms": 121, "name": "global.system_event.log file switch (private strand flush incomplete).time_waited_fg", "vartype": 2, + "default": "1", "summary": "system_event.log file switch (private strand flush incomplete).time_waited_fg: 1", "scope": "global", "metric_type": 1 @@ -22752,6 +24820,7 @@ "dbms": 121, "name": "global.system_event.log file switch (private strand flush incomplete).time_waited_micro", "vartype": 2, + "default": "12348", "summary": "system_event.log file switch (private strand flush incomplete).time_waited_micro: 12348", "scope": "global", "metric_type": 1 @@ -22763,6 +24832,7 @@ "dbms": 121, "name": "global.system_event.log file switch (private strand flush incomplete).time_waited_micro_fg", "vartype": 2, + "default": "12348", "summary": "system_event.log file switch (private strand flush incomplete).time_waited_micro_fg: 12348", "scope": "global", "metric_type": 1 @@ -22774,6 +24844,7 @@ "dbms": 121, "name": "global.system_event.log file switch (private strand flush incomplete).total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.log file switch (private strand flush incomplete).total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -22785,6 +24856,7 @@ "dbms": 121, "name": "global.system_event.log file switch (private strand flush incomplete).total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.log file switch (private strand flush incomplete).total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -22796,6 +24868,7 @@ "dbms": 121, "name": "global.system_event.log file switch (private strand flush incomplete).total_waits", "vartype": 2, + "default": "3", "summary": "system_event.log file switch (private strand flush incomplete).total_waits: 3", "scope": "global", "metric_type": 1 @@ -22807,6 +24880,7 @@ "dbms": 121, "name": "global.system_event.log file switch (private strand flush incomplete).total_waits_fg", "vartype": 2, + "default": "3", "summary": "system_event.log file switch (private strand flush incomplete).total_waits_fg: 3", "scope": "global", "metric_type": 1 @@ -22818,6 +24892,7 @@ "dbms": 121, "name": "global.system_event.log file switch (private strand flush incomplete).wait_class", "vartype": 1, + "default": "Configuration", "summary": "system_event.log file switch (private strand flush incomplete).wait_class: Configuration", "scope": "global", "metric_type": 2 @@ -22829,9 +24904,10 @@ "dbms": 121, "name": "global.system_event.log file switch (private strand flush incomplete).wait_class#", "vartype": 2, + "default": "2", "summary": "system_event.log file switch (private strand flush incomplete).wait_class#: 2", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -22840,6 +24916,7 @@ "dbms": 121, "name": "global.system_event.log file switch (private strand flush incomplete).wait_class_id", "vartype": 2, + "default": "3290255840", "summary": "system_event.log file switch (private strand flush incomplete).wait_class_id: 3290255840", "scope": "global", "metric_type": 1 @@ -22851,6 +24928,7 @@ "dbms": 121, "name": "global.system_event.log file sync.average_wait", "vartype": 3, + "default": "0.1", "summary": "system_event.log file sync.average_wait: 0.1", "scope": "global", "metric_type": 3 @@ -22862,6 +24940,7 @@ "dbms": 121, "name": "global.system_event.log file sync.average_wait_fg", "vartype": 3, + "default": "0.1", "summary": "system_event.log file sync.average_wait_fg: 0.1", "scope": "global", "metric_type": 3 @@ -22873,6 +24952,7 @@ "dbms": 121, "name": "global.system_event.log file sync.con_id", "vartype": 2, + "default": "0", "summary": "system_event.log file sync.con_id: 0", "scope": "global", "metric_type": 1 @@ -22884,6 +24964,7 @@ "dbms": 121, "name": "global.system_event.log file sync.event_id", "vartype": 2, + "default": "1328744198", "summary": "system_event.log file sync.event_id: 1328744198", "scope": "global", "metric_type": 1 @@ -22895,6 +24976,7 @@ "dbms": 121, "name": "global.system_event.log file sync.time_waited", "vartype": 2, + "default": "308", "summary": "system_event.log file sync.time_waited: 308", "scope": "global", "metric_type": 1 @@ -22906,6 +24988,7 @@ "dbms": 121, "name": "global.system_event.log file sync.time_waited_fg", "vartype": 2, + "default": "308", "summary": "system_event.log file sync.time_waited_fg: 308", "scope": "global", "metric_type": 1 @@ -22917,6 +25000,7 @@ "dbms": 121, "name": "global.system_event.log file sync.time_waited_micro", "vartype": 2, + "default": "3079591", "summary": "system_event.log file sync.time_waited_micro: 3079591", "scope": "global", "metric_type": 1 @@ -22928,6 +25012,7 @@ "dbms": 121, "name": "global.system_event.log file sync.time_waited_micro_fg", "vartype": 2, + "default": "3077741", "summary": "system_event.log file sync.time_waited_micro_fg: 3077741", "scope": "global", "metric_type": 1 @@ -22939,6 +25024,7 @@ "dbms": 121, "name": "global.system_event.log file sync.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.log file sync.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -22950,6 +25036,7 @@ "dbms": 121, "name": "global.system_event.log file sync.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.log file sync.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -22961,6 +25048,7 @@ "dbms": 121, "name": "global.system_event.log file sync.total_waits", "vartype": 2, + "default": "2938", "summary": "system_event.log file sync.total_waits: 2938", "scope": "global", "metric_type": 1 @@ -22972,6 +25060,7 @@ "dbms": 121, "name": "global.system_event.log file sync.total_waits_fg", "vartype": 2, + "default": "2936", "summary": "system_event.log file sync.total_waits_fg: 2936", "scope": "global", "metric_type": 1 @@ -22983,6 +25072,7 @@ "dbms": 121, "name": "global.system_event.log file sync.wait_class", "vartype": 1, + "default": "Commit", "summary": "system_event.log file sync.wait_class: Commit", "scope": "global", "metric_type": 2 @@ -22994,9 +25084,10 @@ "dbms": 121, "name": "global.system_event.log file sync.wait_class#", "vartype": 2, + "default": "5", "summary": "system_event.log file sync.wait_class#: 5", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -23005,6 +25096,7 @@ "dbms": 121, "name": "global.system_event.log file sync.wait_class_id", "vartype": 2, + "default": "3386400367", "summary": "system_event.log file sync.wait_class_id: 3386400367", "scope": "global", "metric_type": 1 @@ -23016,6 +25108,7 @@ "dbms": 121, "name": "global.system_event.lreg timer.average_wait", "vartype": 3, + "default": "214.12", "summary": "system_event.lreg timer.average_wait: 214.12", "scope": "global", "metric_type": 3 @@ -23027,6 +25120,7 @@ "dbms": 121, "name": "global.system_event.lreg timer.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.lreg timer.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -23038,6 +25132,7 @@ "dbms": 121, "name": "global.system_event.lreg timer.con_id", "vartype": 2, + "default": "0", "summary": "system_event.lreg timer.con_id: 0", "scope": "global", "metric_type": 1 @@ -23049,6 +25144,7 @@ "dbms": 121, "name": "global.system_event.lreg timer.event_id", "vartype": 2, + "default": "3113908805", "summary": "system_event.lreg timer.event_id: 3113908805", "scope": "global", "metric_type": 1 @@ -23060,6 +25156,7 @@ "dbms": 121, "name": "global.system_event.lreg timer.time_waited", "vartype": 2, + "default": "5139", "summary": "system_event.lreg timer.time_waited: 5139", "scope": "global", "metric_type": 1 @@ -23071,6 +25168,7 @@ "dbms": 121, "name": "global.system_event.lreg timer.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.lreg timer.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -23082,6 +25180,7 @@ "dbms": 121, "name": "global.system_event.lreg timer.time_waited_micro", "vartype": 2, + "default": "51387655", "summary": "system_event.lreg timer.time_waited_micro: 51387655", "scope": "global", "metric_type": 1 @@ -23093,6 +25192,7 @@ "dbms": 121, "name": "global.system_event.lreg timer.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.lreg timer.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -23104,6 +25204,7 @@ "dbms": 121, "name": "global.system_event.lreg timer.total_timeouts", "vartype": 2, + "default": "16", "summary": "system_event.lreg timer.total_timeouts: 16", "scope": "global", "metric_type": 1 @@ -23115,6 +25216,7 @@ "dbms": 121, "name": "global.system_event.lreg timer.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.lreg timer.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -23126,6 +25228,7 @@ "dbms": 121, "name": "global.system_event.lreg timer.total_waits", "vartype": 2, + "default": "24", "summary": "system_event.lreg timer.total_waits: 24", "scope": "global", "metric_type": 1 @@ -23137,6 +25240,7 @@ "dbms": 121, "name": "global.system_event.lreg timer.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.lreg timer.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -23148,6 +25252,7 @@ "dbms": 121, "name": "global.system_event.lreg timer.wait_class", "vartype": 1, + "default": "Idle", "summary": "system_event.lreg timer.wait_class: Idle", "scope": "global", "metric_type": 2 @@ -23159,9 +25264,10 @@ "dbms": 121, "name": "global.system_event.lreg timer.wait_class#", "vartype": 2, + "default": "6", "summary": "system_event.lreg timer.wait_class#: 6", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -23170,6 +25276,7 @@ "dbms": 121, "name": "global.system_event.lreg timer.wait_class_id", "vartype": 2, + "default": "2723168908", "summary": "system_event.lreg timer.wait_class_id: 2723168908", "scope": "global", "metric_type": 1 @@ -23181,6 +25288,7 @@ "dbms": 121, "name": "global.system_event.oracle thread bootstrap.average_wait", "vartype": 3, + "default": "2.53", "summary": "system_event.oracle thread bootstrap.average_wait: 2.53", "scope": "global", "metric_type": 3 @@ -23192,6 +25300,7 @@ "dbms": 121, "name": "global.system_event.oracle thread bootstrap.average_wait_fg", "vartype": 3, + "default": "5.84", "summary": "system_event.oracle thread bootstrap.average_wait_fg: 5.84", "scope": "global", "metric_type": 3 @@ -23203,6 +25312,7 @@ "dbms": 121, "name": "global.system_event.oracle thread bootstrap.con_id", "vartype": 2, + "default": "0", "summary": "system_event.oracle thread bootstrap.con_id: 0", "scope": "global", "metric_type": 1 @@ -23214,6 +25324,7 @@ "dbms": 121, "name": "global.system_event.oracle thread bootstrap.event_id", "vartype": 2, + "default": "4097944222", "summary": "system_event.oracle thread bootstrap.event_id: 4097944222", "scope": "global", "metric_type": 1 @@ -23225,6 +25336,7 @@ "dbms": 121, "name": "global.system_event.oracle thread bootstrap.time_waited", "vartype": 2, + "default": "210", "summary": "system_event.oracle thread bootstrap.time_waited: 210", "scope": "global", "metric_type": 1 @@ -23236,6 +25348,7 @@ "dbms": 121, "name": "global.system_event.oracle thread bootstrap.time_waited_fg", "vartype": 2, + "default": "128", "summary": "system_event.oracle thread bootstrap.time_waited_fg: 128", "scope": "global", "metric_type": 1 @@ -23247,6 +25360,7 @@ "dbms": 121, "name": "global.system_event.oracle thread bootstrap.time_waited_micro", "vartype": 2, + "default": "2102155", "summary": "system_event.oracle thread bootstrap.time_waited_micro: 2102155", "scope": "global", "metric_type": 1 @@ -23258,6 +25372,7 @@ "dbms": 121, "name": "global.system_event.oracle thread bootstrap.time_waited_micro_fg", "vartype": 2, + "default": "1284824", "summary": "system_event.oracle thread bootstrap.time_waited_micro_fg: 1284824", "scope": "global", "metric_type": 1 @@ -23269,6 +25384,7 @@ "dbms": 121, "name": "global.system_event.oracle thread bootstrap.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.oracle thread bootstrap.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -23280,6 +25396,7 @@ "dbms": 121, "name": "global.system_event.oracle thread bootstrap.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.oracle thread bootstrap.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -23291,6 +25408,7 @@ "dbms": 121, "name": "global.system_event.oracle thread bootstrap.total_waits", "vartype": 2, + "default": "83", "summary": "system_event.oracle thread bootstrap.total_waits: 83", "scope": "global", "metric_type": 1 @@ -23302,6 +25420,7 @@ "dbms": 121, "name": "global.system_event.oracle thread bootstrap.total_waits_fg", "vartype": 2, + "default": "22", "summary": "system_event.oracle thread bootstrap.total_waits_fg: 22", "scope": "global", "metric_type": 1 @@ -23313,6 +25432,7 @@ "dbms": 121, "name": "global.system_event.oracle thread bootstrap.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.oracle thread bootstrap.wait_class: Other", "scope": "global", "metric_type": 2 @@ -23324,9 +25444,10 @@ "dbms": 121, "name": "global.system_event.oracle thread bootstrap.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.oracle thread bootstrap.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -23335,6 +25456,7 @@ "dbms": 121, "name": "global.system_event.oracle thread bootstrap.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.oracle thread bootstrap.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -23346,6 +25468,7 @@ "dbms": 121, "name": "global.system_event.os thread creation.average_wait", "vartype": 3, + "default": "0.24", "summary": "system_event.os thread creation.average_wait: 0.24", "scope": "global", "metric_type": 3 @@ -23357,6 +25480,7 @@ "dbms": 121, "name": "global.system_event.os thread creation.average_wait_fg", "vartype": 3, + "default": "0.14", "summary": "system_event.os thread creation.average_wait_fg: 0.14", "scope": "global", "metric_type": 3 @@ -23368,6 +25492,7 @@ "dbms": 121, "name": "global.system_event.os thread creation.con_id", "vartype": 2, + "default": "0", "summary": "system_event.os thread creation.con_id: 0", "scope": "global", "metric_type": 1 @@ -23379,6 +25504,7 @@ "dbms": 121, "name": "global.system_event.os thread creation.event_id", "vartype": 2, + "default": "2423447952", "summary": "system_event.os thread creation.event_id: 2423447952", "scope": "global", "metric_type": 1 @@ -23390,6 +25516,7 @@ "dbms": 121, "name": "global.system_event.os thread creation.time_waited", "vartype": 2, + "default": "20", "summary": "system_event.os thread creation.time_waited: 20", "scope": "global", "metric_type": 1 @@ -23401,6 +25528,7 @@ "dbms": 121, "name": "global.system_event.os thread creation.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.os thread creation.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -23412,6 +25540,7 @@ "dbms": 121, "name": "global.system_event.os thread creation.time_waited_micro", "vartype": 2, + "default": "200345", "summary": "system_event.os thread creation.time_waited_micro: 200345", "scope": "global", "metric_type": 1 @@ -23423,6 +25552,7 @@ "dbms": 121, "name": "global.system_event.os thread creation.time_waited_micro_fg", "vartype": 2, + "default": "2717", "summary": "system_event.os thread creation.time_waited_micro_fg: 2717", "scope": "global", "metric_type": 1 @@ -23434,6 +25564,7 @@ "dbms": 121, "name": "global.system_event.os thread creation.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.os thread creation.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -23445,6 +25576,7 @@ "dbms": 121, "name": "global.system_event.os thread creation.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.os thread creation.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -23456,6 +25588,7 @@ "dbms": 121, "name": "global.system_event.os thread creation.total_waits", "vartype": 2, + "default": "83", "summary": "system_event.os thread creation.total_waits: 83", "scope": "global", "metric_type": 1 @@ -23467,6 +25600,7 @@ "dbms": 121, "name": "global.system_event.os thread creation.total_waits_fg", "vartype": 2, + "default": "2", "summary": "system_event.os thread creation.total_waits_fg: 2", "scope": "global", "metric_type": 1 @@ -23478,6 +25612,7 @@ "dbms": 121, "name": "global.system_event.os thread creation.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.os thread creation.wait_class: Other", "scope": "global", "metric_type": 2 @@ -23489,9 +25624,10 @@ "dbms": 121, "name": "global.system_event.os thread creation.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.os thread creation.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -23500,6 +25636,7 @@ "dbms": 121, "name": "global.system_event.os thread creation.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.os thread creation.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -23511,6 +25648,7 @@ "dbms": 121, "name": "global.system_event.parameter file i/o.average_wait", "vartype": 3, + "default": "0.03", "summary": "system_event.parameter file i/o.average_wait: 0.03", "scope": "global", "metric_type": 3 @@ -23522,6 +25660,7 @@ "dbms": 121, "name": "global.system_event.parameter file i/o.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.parameter file i/o.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -23533,6 +25672,7 @@ "dbms": 121, "name": "global.system_event.parameter file i/o.con_id", "vartype": 2, + "default": "0", "summary": "system_event.parameter file i/o.con_id: 0", "scope": "global", "metric_type": 1 @@ -23544,6 +25684,7 @@ "dbms": 121, "name": "global.system_event.parameter file i/o.event_id", "vartype": 2, + "default": "1179235204", "summary": "system_event.parameter file i/o.event_id: 1179235204", "scope": "global", "metric_type": 1 @@ -23555,6 +25696,7 @@ "dbms": 121, "name": "global.system_event.parameter file i/o.time_waited", "vartype": 2, + "default": "2", "summary": "system_event.parameter file i/o.time_waited: 2", "scope": "global", "metric_type": 1 @@ -23566,6 +25708,7 @@ "dbms": 121, "name": "global.system_event.parameter file i/o.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.parameter file i/o.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -23577,6 +25720,7 @@ "dbms": 121, "name": "global.system_event.parameter file i/o.time_waited_micro", "vartype": 2, + "default": "23712", "summary": "system_event.parameter file i/o.time_waited_micro: 23712", "scope": "global", "metric_type": 1 @@ -23588,6 +25732,7 @@ "dbms": 121, "name": "global.system_event.parameter file i/o.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.parameter file i/o.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -23599,6 +25744,7 @@ "dbms": 121, "name": "global.system_event.parameter file i/o.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.parameter file i/o.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -23610,6 +25756,7 @@ "dbms": 121, "name": "global.system_event.parameter file i/o.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.parameter file i/o.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -23621,6 +25768,7 @@ "dbms": 121, "name": "global.system_event.parameter file i/o.total_waits", "vartype": 2, + "default": "88", "summary": "system_event.parameter file i/o.total_waits: 88", "scope": "global", "metric_type": 1 @@ -23632,6 +25780,7 @@ "dbms": 121, "name": "global.system_event.parameter file i/o.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.parameter file i/o.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -23643,6 +25792,7 @@ "dbms": 121, "name": "global.system_event.parameter file i/o.wait_class", "vartype": 1, + "default": "User I/O", "summary": "system_event.parameter file i/o.wait_class: User I/O", "scope": "global", "metric_type": 2 @@ -23654,9 +25804,10 @@ "dbms": 121, "name": "global.system_event.parameter file i/o.wait_class#", "vartype": 2, + "default": "8", "summary": "system_event.parameter file i/o.wait_class#: 8", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -23665,6 +25816,7 @@ "dbms": 121, "name": "global.system_event.parameter file i/o.wait_class_id", "vartype": 2, + "default": "1740759767", "summary": "system_event.parameter file i/o.wait_class_id: 1740759767", "scope": "global", "metric_type": 1 @@ -23676,6 +25828,7 @@ "dbms": 121, "name": "global.system_event.pmon timer.average_wait", "vartype": 3, + "default": "270.42", "summary": "system_event.pmon timer.average_wait: 270.42", "scope": "global", "metric_type": 3 @@ -23687,6 +25840,7 @@ "dbms": 121, "name": "global.system_event.pmon timer.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.pmon timer.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -23698,6 +25852,7 @@ "dbms": 121, "name": "global.system_event.pmon timer.con_id", "vartype": 2, + "default": "0", "summary": "system_event.pmon timer.con_id: 0", "scope": "global", "metric_type": 1 @@ -23709,6 +25864,7 @@ "dbms": 121, "name": "global.system_event.pmon timer.event_id", "vartype": 2, + "default": "3539483025", "summary": "system_event.pmon timer.event_id: 3539483025", "scope": "global", "metric_type": 1 @@ -23720,6 +25876,7 @@ "dbms": 121, "name": "global.system_event.pmon timer.time_waited", "vartype": 2, + "default": "5138", "summary": "system_event.pmon timer.time_waited: 5138", "scope": "global", "metric_type": 1 @@ -23731,6 +25888,7 @@ "dbms": 121, "name": "global.system_event.pmon timer.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.pmon timer.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -23742,6 +25900,7 @@ "dbms": 121, "name": "global.system_event.pmon timer.time_waited_micro", "vartype": 2, + "default": "51379387", "summary": "system_event.pmon timer.time_waited_micro: 51379387", "scope": "global", "metric_type": 1 @@ -23753,6 +25912,7 @@ "dbms": 121, "name": "global.system_event.pmon timer.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.pmon timer.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -23764,6 +25924,7 @@ "dbms": 121, "name": "global.system_event.pmon timer.total_timeouts", "vartype": 2, + "default": "17", "summary": "system_event.pmon timer.total_timeouts: 17", "scope": "global", "metric_type": 1 @@ -23775,6 +25936,7 @@ "dbms": 121, "name": "global.system_event.pmon timer.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.pmon timer.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -23786,6 +25948,7 @@ "dbms": 121, "name": "global.system_event.pmon timer.total_waits", "vartype": 2, + "default": "19", "summary": "system_event.pmon timer.total_waits: 19", "scope": "global", "metric_type": 1 @@ -23797,6 +25960,7 @@ "dbms": 121, "name": "global.system_event.pmon timer.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.pmon timer.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -23808,6 +25972,7 @@ "dbms": 121, "name": "global.system_event.pmon timer.wait_class", "vartype": 1, + "default": "Idle", "summary": "system_event.pmon timer.wait_class: Idle", "scope": "global", "metric_type": 2 @@ -23819,9 +25984,10 @@ "dbms": 121, "name": "global.system_event.pmon timer.wait_class#", "vartype": 2, + "default": "6", "summary": "system_event.pmon timer.wait_class#: 6", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -23830,6 +25996,7 @@ "dbms": 121, "name": "global.system_event.pmon timer.wait_class_id", "vartype": 2, + "default": "2723168908", "summary": "system_event.pmon timer.wait_class_id: 2723168908", "scope": "global", "metric_type": 1 @@ -23841,6 +26008,7 @@ "dbms": 121, "name": "global.system_event.px deq credit: free buffer.average_wait", "vartype": 2, + "default": "0", "summary": "system_event.px deq credit: free buffer.average_wait: 0", "scope": "global", "metric_type": 3 @@ -23852,6 +26020,7 @@ "dbms": 121, "name": "global.system_event.px deq credit: free buffer.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.px deq credit: free buffer.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -23863,6 +26032,7 @@ "dbms": 121, "name": "global.system_event.px deq credit: free buffer.con_id", "vartype": 2, + "default": "0", "summary": "system_event.px deq credit: free buffer.con_id: 0", "scope": "global", "metric_type": 1 @@ -23874,6 +26044,7 @@ "dbms": 121, "name": "global.system_event.px deq credit: free buffer.event_id", "vartype": 2, + "default": "2019821942", "summary": "system_event.px deq credit: free buffer.event_id: 2019821942", "scope": "global", "metric_type": 1 @@ -23885,6 +26056,7 @@ "dbms": 121, "name": "global.system_event.px deq credit: free buffer.time_waited", "vartype": 2, + "default": "0", "summary": "system_event.px deq credit: free buffer.time_waited: 0", "scope": "global", "metric_type": 1 @@ -23896,6 +26068,7 @@ "dbms": 121, "name": "global.system_event.px deq credit: free buffer.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.px deq credit: free buffer.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -23907,6 +26080,7 @@ "dbms": 121, "name": "global.system_event.px deq credit: free buffer.time_waited_micro", "vartype": 2, + "default": "91", "summary": "system_event.px deq credit: free buffer.time_waited_micro: 91", "scope": "global", "metric_type": 1 @@ -23918,6 +26092,7 @@ "dbms": 121, "name": "global.system_event.px deq credit: free buffer.time_waited_micro_fg", "vartype": 2, + "default": "91", "summary": "system_event.px deq credit: free buffer.time_waited_micro_fg: 91", "scope": "global", "metric_type": 1 @@ -23929,6 +26104,7 @@ "dbms": 121, "name": "global.system_event.px deq credit: free buffer.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.px deq credit: free buffer.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -23940,6 +26116,7 @@ "dbms": 121, "name": "global.system_event.px deq credit: free buffer.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.px deq credit: free buffer.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -23951,6 +26128,7 @@ "dbms": 121, "name": "global.system_event.px deq credit: free buffer.total_waits", "vartype": 2, + "default": "3", "summary": "system_event.px deq credit: free buffer.total_waits: 3", "scope": "global", "metric_type": 1 @@ -23962,6 +26140,7 @@ "dbms": 121, "name": "global.system_event.px deq credit: free buffer.total_waits_fg", "vartype": 2, + "default": "3", "summary": "system_event.px deq credit: free buffer.total_waits_fg: 3", "scope": "global", "metric_type": 1 @@ -23973,6 +26152,7 @@ "dbms": 121, "name": "global.system_event.px deq credit: free buffer.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.px deq credit: free buffer.wait_class: Other", "scope": "global", "metric_type": 2 @@ -23984,9 +26164,10 @@ "dbms": 121, "name": "global.system_event.px deq credit: free buffer.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.px deq credit: free buffer.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -23995,6 +26176,7 @@ "dbms": 121, "name": "global.system_event.px deq credit: free buffer.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.px deq credit: free buffer.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -24006,6 +26188,7 @@ "dbms": 121, "name": "global.system_event.px deq credit: need buffer.average_wait", "vartype": 3, + "default": "0.15", "summary": "system_event.px deq credit: need buffer.average_wait: 0.15", "scope": "global", "metric_type": 3 @@ -24017,6 +26200,7 @@ "dbms": 121, "name": "global.system_event.px deq credit: need buffer.average_wait_fg", "vartype": 3, + "default": "0.15", "summary": "system_event.px deq credit: need buffer.average_wait_fg: 0.15", "scope": "global", "metric_type": 3 @@ -24028,6 +26212,7 @@ "dbms": 121, "name": "global.system_event.px deq credit: need buffer.con_id", "vartype": 2, + "default": "0", "summary": "system_event.px deq credit: need buffer.con_id: 0", "scope": "global", "metric_type": 1 @@ -24039,6 +26224,7 @@ "dbms": 121, "name": "global.system_event.px deq credit: need buffer.event_id", "vartype": 2, + "default": "2267953574", "summary": "system_event.px deq credit: need buffer.event_id: 2267953574", "scope": "global", "metric_type": 1 @@ -24050,6 +26236,7 @@ "dbms": 121, "name": "global.system_event.px deq credit: need buffer.time_waited", "vartype": 2, + "default": "1", "summary": "system_event.px deq credit: need buffer.time_waited: 1", "scope": "global", "metric_type": 1 @@ -24061,6 +26248,7 @@ "dbms": 121, "name": "global.system_event.px deq credit: need buffer.time_waited_fg", "vartype": 2, + "default": "1", "summary": "system_event.px deq credit: need buffer.time_waited_fg: 1", "scope": "global", "metric_type": 1 @@ -24072,6 +26260,7 @@ "dbms": 121, "name": "global.system_event.px deq credit: need buffer.time_waited_micro", "vartype": 2, + "default": "14909", "summary": "system_event.px deq credit: need buffer.time_waited_micro: 14909", "scope": "global", "metric_type": 1 @@ -24083,6 +26272,7 @@ "dbms": 121, "name": "global.system_event.px deq credit: need buffer.time_waited_micro_fg", "vartype": 2, + "default": "14909", "summary": "system_event.px deq credit: need buffer.time_waited_micro_fg: 14909", "scope": "global", "metric_type": 1 @@ -24094,6 +26284,7 @@ "dbms": 121, "name": "global.system_event.px deq credit: need buffer.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.px deq credit: need buffer.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -24105,6 +26296,7 @@ "dbms": 121, "name": "global.system_event.px deq credit: need buffer.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.px deq credit: need buffer.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -24116,6 +26308,7 @@ "dbms": 121, "name": "global.system_event.px deq credit: need buffer.total_waits", "vartype": 2, + "default": "10", "summary": "system_event.px deq credit: need buffer.total_waits: 10", "scope": "global", "metric_type": 1 @@ -24127,6 +26320,7 @@ "dbms": 121, "name": "global.system_event.px deq credit: need buffer.total_waits_fg", "vartype": 2, + "default": "10", "summary": "system_event.px deq credit: need buffer.total_waits_fg: 10", "scope": "global", "metric_type": 1 @@ -24138,6 +26332,7 @@ "dbms": 121, "name": "global.system_event.px deq credit: need buffer.wait_class", "vartype": 1, + "default": "Idle", "summary": "system_event.px deq credit: need buffer.wait_class: Idle", "scope": "global", "metric_type": 2 @@ -24149,9 +26344,10 @@ "dbms": 121, "name": "global.system_event.px deq credit: need buffer.wait_class#", "vartype": 2, + "default": "6", "summary": "system_event.px deq credit: need buffer.wait_class#: 6", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -24160,6 +26356,7 @@ "dbms": 121, "name": "global.system_event.px deq credit: need buffer.wait_class_id", "vartype": 2, + "default": "2723168908", "summary": "system_event.px deq credit: need buffer.wait_class_id: 2723168908", "scope": "global", "metric_type": 1 @@ -24171,6 +26368,7 @@ "dbms": 121, "name": "global.system_event.px deq credit: send blkd.average_wait", "vartype": 3, + "default": "1.64", "summary": "system_event.px deq credit: send blkd.average_wait: 1.64", "scope": "global", "metric_type": 3 @@ -24182,6 +26380,7 @@ "dbms": 121, "name": "global.system_event.px deq credit: send blkd.average_wait_fg", "vartype": 3, + "default": "0.07", "summary": "system_event.px deq credit: send blkd.average_wait_fg: 0.07", "scope": "global", "metric_type": 3 @@ -24193,6 +26392,7 @@ "dbms": 121, "name": "global.system_event.px deq credit: send blkd.con_id", "vartype": 2, + "default": "0", "summary": "system_event.px deq credit: send blkd.con_id: 0", "scope": "global", "metric_type": 1 @@ -24204,6 +26404,7 @@ "dbms": 121, "name": "global.system_event.px deq credit: send blkd.event_id", "vartype": 2, + "default": "2610814049", "summary": "system_event.px deq credit: send blkd.event_id: 2610814049", "scope": "global", "metric_type": 1 @@ -24215,6 +26416,7 @@ "dbms": 121, "name": "global.system_event.px deq credit: send blkd.time_waited", "vartype": 2, + "default": "432", "summary": "system_event.px deq credit: send blkd.time_waited: 432", "scope": "global", "metric_type": 1 @@ -24226,6 +26428,7 @@ "dbms": 121, "name": "global.system_event.px deq credit: send blkd.time_waited_fg", "vartype": 2, + "default": "19", "summary": "system_event.px deq credit: send blkd.time_waited_fg: 19", "scope": "global", "metric_type": 1 @@ -24237,6 +26440,7 @@ "dbms": 121, "name": "global.system_event.px deq credit: send blkd.time_waited_micro", "vartype": 2, + "default": "4319729", "summary": "system_event.px deq credit: send blkd.time_waited_micro: 4319729", "scope": "global", "metric_type": 1 @@ -24248,6 +26452,7 @@ "dbms": 121, "name": "global.system_event.px deq credit: send blkd.time_waited_micro_fg", "vartype": 2, + "default": "193184", "summary": "system_event.px deq credit: send blkd.time_waited_micro_fg: 193184", "scope": "global", "metric_type": 1 @@ -24259,6 +26464,7 @@ "dbms": 121, "name": "global.system_event.px deq credit: send blkd.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.px deq credit: send blkd.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -24270,6 +26476,7 @@ "dbms": 121, "name": "global.system_event.px deq credit: send blkd.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.px deq credit: send blkd.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -24281,6 +26488,7 @@ "dbms": 121, "name": "global.system_event.px deq credit: send blkd.total_waits", "vartype": 2, + "default": "263", "summary": "system_event.px deq credit: send blkd.total_waits: 263", "scope": "global", "metric_type": 1 @@ -24292,6 +26500,7 @@ "dbms": 121, "name": "global.system_event.px deq credit: send blkd.total_waits_fg", "vartype": 2, + "default": "260", "summary": "system_event.px deq credit: send blkd.total_waits_fg: 260", "scope": "global", "metric_type": 1 @@ -24303,6 +26512,7 @@ "dbms": 121, "name": "global.system_event.px deq credit: send blkd.wait_class", "vartype": 1, + "default": "Idle", "summary": "system_event.px deq credit: send blkd.wait_class: Idle", "scope": "global", "metric_type": 2 @@ -24314,9 +26524,10 @@ "dbms": 121, "name": "global.system_event.px deq credit: send blkd.wait_class#", "vartype": 2, + "default": "6", "summary": "system_event.px deq credit: send blkd.wait_class#: 6", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -24325,6 +26536,7 @@ "dbms": 121, "name": "global.system_event.px deq credit: send blkd.wait_class_id", "vartype": 2, + "default": "2723168908", "summary": "system_event.px deq credit: send blkd.wait_class_id: 2723168908", "scope": "global", "metric_type": 1 @@ -24336,6 +26548,7 @@ "dbms": 121, "name": "global.system_event.px deq: execute reply.average_wait", "vartype": 3, + "default": "0.03", "summary": "system_event.px deq: execute reply.average_wait: 0.03", "scope": "global", "metric_type": 3 @@ -24347,6 +26560,7 @@ "dbms": 121, "name": "global.system_event.px deq: execute reply.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.px deq: execute reply.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -24358,6 +26572,7 @@ "dbms": 121, "name": "global.system_event.px deq: execute reply.con_id", "vartype": 2, + "default": "0", "summary": "system_event.px deq: execute reply.con_id: 0", "scope": "global", "metric_type": 1 @@ -24369,6 +26584,7 @@ "dbms": 121, "name": "global.system_event.px deq: execute reply.event_id", "vartype": 2, + "default": "2599037852", "summary": "system_event.px deq: execute reply.event_id: 2599037852", "scope": "global", "metric_type": 1 @@ -24380,6 +26596,7 @@ "dbms": 121, "name": "global.system_event.px deq: execute reply.time_waited", "vartype": 2, + "default": "26", "summary": "system_event.px deq: execute reply.time_waited: 26", "scope": "global", "metric_type": 1 @@ -24391,6 +26608,7 @@ "dbms": 121, "name": "global.system_event.px deq: execute reply.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.px deq: execute reply.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -24402,6 +26620,7 @@ "dbms": 121, "name": "global.system_event.px deq: execute reply.time_waited_micro", "vartype": 2, + "default": "257861", "summary": "system_event.px deq: execute reply.time_waited_micro: 257861", "scope": "global", "metric_type": 1 @@ -24413,6 +26632,7 @@ "dbms": 121, "name": "global.system_event.px deq: execute reply.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.px deq: execute reply.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -24424,6 +26644,7 @@ "dbms": 121, "name": "global.system_event.px deq: execute reply.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.px deq: execute reply.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -24435,6 +26656,7 @@ "dbms": 121, "name": "global.system_event.px deq: execute reply.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.px deq: execute reply.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -24446,6 +26668,7 @@ "dbms": 121, "name": "global.system_event.px deq: execute reply.total_waits", "vartype": 2, + "default": "819", "summary": "system_event.px deq: execute reply.total_waits: 819", "scope": "global", "metric_type": 1 @@ -24457,6 +26680,7 @@ "dbms": 121, "name": "global.system_event.px deq: execute reply.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.px deq: execute reply.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -24468,6 +26692,7 @@ "dbms": 121, "name": "global.system_event.px deq: execute reply.wait_class", "vartype": 1, + "default": "Idle", "summary": "system_event.px deq: execute reply.wait_class: Idle", "scope": "global", "metric_type": 2 @@ -24479,9 +26704,10 @@ "dbms": 121, "name": "global.system_event.px deq: execute reply.wait_class#", "vartype": 2, + "default": "6", "summary": "system_event.px deq: execute reply.wait_class#: 6", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -24490,6 +26716,7 @@ "dbms": 121, "name": "global.system_event.px deq: execute reply.wait_class_id", "vartype": 2, + "default": "2723168908", "summary": "system_event.px deq: execute reply.wait_class_id: 2723168908", "scope": "global", "metric_type": 1 @@ -24501,6 +26728,7 @@ "dbms": 121, "name": "global.system_event.px deq: execution msg.average_wait", "vartype": 3, + "default": "2.29", "summary": "system_event.px deq: execution msg.average_wait: 2.29", "scope": "global", "metric_type": 3 @@ -24512,6 +26740,7 @@ "dbms": 121, "name": "global.system_event.px deq: execution msg.average_wait_fg", "vartype": 3, + "default": "2.29", "summary": "system_event.px deq: execution msg.average_wait_fg: 2.29", "scope": "global", "metric_type": 3 @@ -24523,6 +26752,7 @@ "dbms": 121, "name": "global.system_event.px deq: execution msg.con_id", "vartype": 2, + "default": "0", "summary": "system_event.px deq: execution msg.con_id: 0", "scope": "global", "metric_type": 1 @@ -24534,6 +26764,7 @@ "dbms": 121, "name": "global.system_event.px deq: execution msg.event_id", "vartype": 2, + "default": "98582416", "summary": "system_event.px deq: execution msg.event_id: 98582416", "scope": "global", "metric_type": 1 @@ -24545,6 +26776,7 @@ "dbms": 121, "name": "global.system_event.px deq: execution msg.time_waited", "vartype": 2, + "default": "1471", "summary": "system_event.px deq: execution msg.time_waited: 1471", "scope": "global", "metric_type": 1 @@ -24556,6 +26788,7 @@ "dbms": 121, "name": "global.system_event.px deq: execution msg.time_waited_fg", "vartype": 2, + "default": "1471", "summary": "system_event.px deq: execution msg.time_waited_fg: 1471", "scope": "global", "metric_type": 1 @@ -24567,6 +26800,7 @@ "dbms": 121, "name": "global.system_event.px deq: execution msg.time_waited_micro", "vartype": 2, + "default": "14706811", "summary": "system_event.px deq: execution msg.time_waited_micro: 14706811", "scope": "global", "metric_type": 1 @@ -24578,6 +26812,7 @@ "dbms": 121, "name": "global.system_event.px deq: execution msg.time_waited_micro_fg", "vartype": 2, + "default": "14706811", "summary": "system_event.px deq: execution msg.time_waited_micro_fg: 14706811", "scope": "global", "metric_type": 1 @@ -24589,6 +26824,7 @@ "dbms": 121, "name": "global.system_event.px deq: execution msg.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.px deq: execution msg.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -24600,6 +26836,7 @@ "dbms": 121, "name": "global.system_event.px deq: execution msg.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.px deq: execution msg.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -24611,6 +26848,7 @@ "dbms": 121, "name": "global.system_event.px deq: execution msg.total_waits", "vartype": 2, + "default": "642", "summary": "system_event.px deq: execution msg.total_waits: 642", "scope": "global", "metric_type": 1 @@ -24622,6 +26860,7 @@ "dbms": 121, "name": "global.system_event.px deq: execution msg.total_waits_fg", "vartype": 2, + "default": "642", "summary": "system_event.px deq: execution msg.total_waits_fg: 642", "scope": "global", "metric_type": 1 @@ -24633,6 +26872,7 @@ "dbms": 121, "name": "global.system_event.px deq: execution msg.wait_class", "vartype": 1, + "default": "Idle", "summary": "system_event.px deq: execution msg.wait_class: Idle", "scope": "global", "metric_type": 2 @@ -24644,9 +26884,10 @@ "dbms": 121, "name": "global.system_event.px deq: execution msg.wait_class#", "vartype": 2, + "default": "6", "summary": "system_event.px deq: execution msg.wait_class#: 6", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -24655,6 +26896,7 @@ "dbms": 121, "name": "global.system_event.px deq: execution msg.wait_class_id", "vartype": 2, + "default": "2723168908", "summary": "system_event.px deq: execution msg.wait_class_id: 2723168908", "scope": "global", "metric_type": 1 @@ -24666,6 +26908,7 @@ "dbms": 121, "name": "global.system_event.px deq: join ack.average_wait", "vartype": 3, + "default": "0.02", "summary": "system_event.px deq: join ack.average_wait: 0.02", "scope": "global", "metric_type": 3 @@ -24677,6 +26920,7 @@ "dbms": 121, "name": "global.system_event.px deq: join ack.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.px deq: join ack.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -24688,6 +26932,7 @@ "dbms": 121, "name": "global.system_event.px deq: join ack.con_id", "vartype": 2, + "default": "0", "summary": "system_event.px deq: join ack.con_id: 0", "scope": "global", "metric_type": 1 @@ -24699,6 +26944,7 @@ "dbms": 121, "name": "global.system_event.px deq: join ack.event_id", "vartype": 2, + "default": "4205438796", "summary": "system_event.px deq: join ack.event_id: 4205438796", "scope": "global", "metric_type": 1 @@ -24710,6 +26956,7 @@ "dbms": 121, "name": "global.system_event.px deq: join ack.time_waited", "vartype": 2, + "default": "3", "summary": "system_event.px deq: join ack.time_waited: 3", "scope": "global", "metric_type": 1 @@ -24721,6 +26968,7 @@ "dbms": 121, "name": "global.system_event.px deq: join ack.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.px deq: join ack.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -24732,6 +26980,7 @@ "dbms": 121, "name": "global.system_event.px deq: join ack.time_waited_micro", "vartype": 2, + "default": "34876", "summary": "system_event.px deq: join ack.time_waited_micro: 34876", "scope": "global", "metric_type": 1 @@ -24743,6 +26992,7 @@ "dbms": 121, "name": "global.system_event.px deq: join ack.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.px deq: join ack.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -24754,6 +27004,7 @@ "dbms": 121, "name": "global.system_event.px deq: join ack.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.px deq: join ack.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -24765,6 +27016,7 @@ "dbms": 121, "name": "global.system_event.px deq: join ack.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.px deq: join ack.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -24776,6 +27028,7 @@ "dbms": 121, "name": "global.system_event.px deq: join ack.total_waits", "vartype": 2, + "default": "153", "summary": "system_event.px deq: join ack.total_waits: 153", "scope": "global", "metric_type": 1 @@ -24787,6 +27040,7 @@ "dbms": 121, "name": "global.system_event.px deq: join ack.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.px deq: join ack.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -24798,6 +27052,7 @@ "dbms": 121, "name": "global.system_event.px deq: join ack.wait_class", "vartype": 1, + "default": "Idle", "summary": "system_event.px deq: join ack.wait_class: Idle", "scope": "global", "metric_type": 2 @@ -24809,9 +27064,10 @@ "dbms": 121, "name": "global.system_event.px deq: join ack.wait_class#", "vartype": 2, + "default": "6", "summary": "system_event.px deq: join ack.wait_class#: 6", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -24820,6 +27076,7 @@ "dbms": 121, "name": "global.system_event.px deq: join ack.wait_class_id", "vartype": 2, + "default": "2723168908", "summary": "system_event.px deq: join ack.wait_class_id: 2723168908", "scope": "global", "metric_type": 1 @@ -24831,6 +27088,7 @@ "dbms": 121, "name": "global.system_event.px deq: msg fragment.average_wait", "vartype": 2, + "default": "0", "summary": "system_event.px deq: msg fragment.average_wait: 0", "scope": "global", "metric_type": 3 @@ -24842,6 +27100,7 @@ "dbms": 121, "name": "global.system_event.px deq: msg fragment.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.px deq: msg fragment.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -24853,6 +27112,7 @@ "dbms": 121, "name": "global.system_event.px deq: msg fragment.con_id", "vartype": 2, + "default": "0", "summary": "system_event.px deq: msg fragment.con_id: 0", "scope": "global", "metric_type": 1 @@ -24864,6 +27124,7 @@ "dbms": 121, "name": "global.system_event.px deq: msg fragment.event_id", "vartype": 2, + "default": "77145095", "summary": "system_event.px deq: msg fragment.event_id: 77145095", "scope": "global", "metric_type": 1 @@ -24875,6 +27136,7 @@ "dbms": 121, "name": "global.system_event.px deq: msg fragment.time_waited", "vartype": 2, + "default": "0", "summary": "system_event.px deq: msg fragment.time_waited: 0", "scope": "global", "metric_type": 1 @@ -24886,6 +27148,7 @@ "dbms": 121, "name": "global.system_event.px deq: msg fragment.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.px deq: msg fragment.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -24897,6 +27160,7 @@ "dbms": 121, "name": "global.system_event.px deq: msg fragment.time_waited_micro", "vartype": 2, + "default": "276", "summary": "system_event.px deq: msg fragment.time_waited_micro: 276", "scope": "global", "metric_type": 1 @@ -24908,6 +27172,7 @@ "dbms": 121, "name": "global.system_event.px deq: msg fragment.time_waited_micro_fg", "vartype": 2, + "default": "276", "summary": "system_event.px deq: msg fragment.time_waited_micro_fg: 276", "scope": "global", "metric_type": 1 @@ -24919,6 +27184,7 @@ "dbms": 121, "name": "global.system_event.px deq: msg fragment.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.px deq: msg fragment.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -24930,6 +27196,7 @@ "dbms": 121, "name": "global.system_event.px deq: msg fragment.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.px deq: msg fragment.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -24941,6 +27208,7 @@ "dbms": 121, "name": "global.system_event.px deq: msg fragment.total_waits", "vartype": 2, + "default": "6", "summary": "system_event.px deq: msg fragment.total_waits: 6", "scope": "global", "metric_type": 1 @@ -24952,6 +27220,7 @@ "dbms": 121, "name": "global.system_event.px deq: msg fragment.total_waits_fg", "vartype": 2, + "default": "6", "summary": "system_event.px deq: msg fragment.total_waits_fg: 6", "scope": "global", "metric_type": 1 @@ -24963,6 +27232,7 @@ "dbms": 121, "name": "global.system_event.px deq: msg fragment.wait_class", "vartype": 1, + "default": "Idle", "summary": "system_event.px deq: msg fragment.wait_class: Idle", "scope": "global", "metric_type": 2 @@ -24974,9 +27244,10 @@ "dbms": 121, "name": "global.system_event.px deq: msg fragment.wait_class#", "vartype": 2, + "default": "6", "summary": "system_event.px deq: msg fragment.wait_class#: 6", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -24985,6 +27256,7 @@ "dbms": 121, "name": "global.system_event.px deq: msg fragment.wait_class_id", "vartype": 2, + "default": "2723168908", "summary": "system_event.px deq: msg fragment.wait_class_id: 2723168908", "scope": "global", "metric_type": 1 @@ -24996,6 +27268,7 @@ "dbms": 121, "name": "global.system_event.px deq: parse reply.average_wait", "vartype": 3, + "default": "0.26", "summary": "system_event.px deq: parse reply.average_wait: 0.26", "scope": "global", "metric_type": 3 @@ -25007,6 +27280,7 @@ "dbms": 121, "name": "global.system_event.px deq: parse reply.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.px deq: parse reply.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -25018,6 +27292,7 @@ "dbms": 121, "name": "global.system_event.px deq: parse reply.con_id", "vartype": 2, + "default": "0", "summary": "system_event.px deq: parse reply.con_id: 0", "scope": "global", "metric_type": 1 @@ -25029,6 +27304,7 @@ "dbms": 121, "name": "global.system_event.px deq: parse reply.event_id", "vartype": 2, + "default": "4255662421", "summary": "system_event.px deq: parse reply.event_id: 4255662421", "scope": "global", "metric_type": 1 @@ -25040,6 +27316,7 @@ "dbms": 121, "name": "global.system_event.px deq: parse reply.time_waited", "vartype": 2, + "default": "23", "summary": "system_event.px deq: parse reply.time_waited: 23", "scope": "global", "metric_type": 1 @@ -25051,6 +27328,7 @@ "dbms": 121, "name": "global.system_event.px deq: parse reply.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.px deq: parse reply.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -25062,6 +27340,7 @@ "dbms": 121, "name": "global.system_event.px deq: parse reply.time_waited_micro", "vartype": 2, + "default": "227575", "summary": "system_event.px deq: parse reply.time_waited_micro: 227575", "scope": "global", "metric_type": 1 @@ -25073,6 +27352,7 @@ "dbms": 121, "name": "global.system_event.px deq: parse reply.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.px deq: parse reply.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -25084,6 +27364,7 @@ "dbms": 121, "name": "global.system_event.px deq: parse reply.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.px deq: parse reply.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -25095,6 +27376,7 @@ "dbms": 121, "name": "global.system_event.px deq: parse reply.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.px deq: parse reply.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -25106,6 +27388,7 @@ "dbms": 121, "name": "global.system_event.px deq: parse reply.total_waits", "vartype": 2, + "default": "87", "summary": "system_event.px deq: parse reply.total_waits: 87", "scope": "global", "metric_type": 1 @@ -25117,6 +27400,7 @@ "dbms": 121, "name": "global.system_event.px deq: parse reply.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.px deq: parse reply.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -25128,6 +27412,7 @@ "dbms": 121, "name": "global.system_event.px deq: parse reply.wait_class", "vartype": 1, + "default": "Idle", "summary": "system_event.px deq: parse reply.wait_class: Idle", "scope": "global", "metric_type": 2 @@ -25139,9 +27424,10 @@ "dbms": 121, "name": "global.system_event.px deq: parse reply.wait_class#", "vartype": 2, + "default": "6", "summary": "system_event.px deq: parse reply.wait_class#: 6", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -25150,6 +27436,7 @@ "dbms": 121, "name": "global.system_event.px deq: parse reply.wait_class_id", "vartype": 2, + "default": "2723168908", "summary": "system_event.px deq: parse reply.wait_class_id: 2723168908", "scope": "global", "metric_type": 1 @@ -25161,6 +27448,7 @@ "dbms": 121, "name": "global.system_event.px deq: signal ack ext.average_wait", "vartype": 3, + "default": "0.01", "summary": "system_event.px deq: signal ack ext.average_wait: 0.01", "scope": "global", "metric_type": 3 @@ -25172,6 +27460,7 @@ "dbms": 121, "name": "global.system_event.px deq: signal ack ext.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.px deq: signal ack ext.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -25183,6 +27472,7 @@ "dbms": 121, "name": "global.system_event.px deq: signal ack ext.con_id", "vartype": 2, + "default": "0", "summary": "system_event.px deq: signal ack ext.con_id: 0", "scope": "global", "metric_type": 1 @@ -25194,6 +27484,7 @@ "dbms": 121, "name": "global.system_event.px deq: signal ack ext.event_id", "vartype": 2, + "default": "1974015973", "summary": "system_event.px deq: signal ack ext.event_id: 1974015973", "scope": "global", "metric_type": 1 @@ -25205,6 +27496,7 @@ "dbms": 121, "name": "global.system_event.px deq: signal ack ext.time_waited", "vartype": 2, + "default": "1", "summary": "system_event.px deq: signal ack ext.time_waited: 1", "scope": "global", "metric_type": 1 @@ -25216,6 +27508,7 @@ "dbms": 121, "name": "global.system_event.px deq: signal ack ext.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.px deq: signal ack ext.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -25227,6 +27520,7 @@ "dbms": 121, "name": "global.system_event.px deq: signal ack ext.time_waited_micro", "vartype": 2, + "default": "7231", "summary": "system_event.px deq: signal ack ext.time_waited_micro: 7231", "scope": "global", "metric_type": 1 @@ -25238,6 +27532,7 @@ "dbms": 121, "name": "global.system_event.px deq: signal ack ext.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.px deq: signal ack ext.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -25249,6 +27544,7 @@ "dbms": 121, "name": "global.system_event.px deq: signal ack ext.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.px deq: signal ack ext.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -25260,6 +27556,7 @@ "dbms": 121, "name": "global.system_event.px deq: signal ack ext.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.px deq: signal ack ext.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -25271,6 +27568,7 @@ "dbms": 121, "name": "global.system_event.px deq: signal ack ext.total_waits", "vartype": 2, + "default": "87", "summary": "system_event.px deq: signal ack ext.total_waits: 87", "scope": "global", "metric_type": 1 @@ -25282,6 +27580,7 @@ "dbms": 121, "name": "global.system_event.px deq: signal ack ext.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.px deq: signal ack ext.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -25293,6 +27592,7 @@ "dbms": 121, "name": "global.system_event.px deq: signal ack ext.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.px deq: signal ack ext.wait_class: Other", "scope": "global", "metric_type": 2 @@ -25304,9 +27604,10 @@ "dbms": 121, "name": "global.system_event.px deq: signal ack ext.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.px deq: signal ack ext.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -25315,6 +27616,7 @@ "dbms": 121, "name": "global.system_event.px deq: signal ack ext.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.px deq: signal ack ext.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -25326,6 +27628,7 @@ "dbms": 121, "name": "global.system_event.px deq: slave join frag.average_wait", "vartype": 3, + "default": "0.02", "summary": "system_event.px deq: slave join frag.average_wait: 0.02", "scope": "global", "metric_type": 3 @@ -25337,6 +27640,7 @@ "dbms": 121, "name": "global.system_event.px deq: slave join frag.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.px deq: slave join frag.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -25348,6 +27652,7 @@ "dbms": 121, "name": "global.system_event.px deq: slave join frag.con_id", "vartype": 2, + "default": "0", "summary": "system_event.px deq: slave join frag.con_id: 0", "scope": "global", "metric_type": 1 @@ -25359,6 +27664,7 @@ "dbms": 121, "name": "global.system_event.px deq: slave join frag.event_id", "vartype": 2, + "default": "1826399205", "summary": "system_event.px deq: slave join frag.event_id: 1826399205", "scope": "global", "metric_type": 1 @@ -25370,6 +27676,7 @@ "dbms": 121, "name": "global.system_event.px deq: slave join frag.time_waited", "vartype": 2, + "default": "2", "summary": "system_event.px deq: slave join frag.time_waited: 2", "scope": "global", "metric_type": 1 @@ -25381,6 +27688,7 @@ "dbms": 121, "name": "global.system_event.px deq: slave join frag.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.px deq: slave join frag.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -25392,6 +27700,7 @@ "dbms": 121, "name": "global.system_event.px deq: slave join frag.time_waited_micro", "vartype": 2, + "default": "18196", "summary": "system_event.px deq: slave join frag.time_waited_micro: 18196", "scope": "global", "metric_type": 1 @@ -25403,6 +27712,7 @@ "dbms": 121, "name": "global.system_event.px deq: slave join frag.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.px deq: slave join frag.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -25414,6 +27724,7 @@ "dbms": 121, "name": "global.system_event.px deq: slave join frag.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.px deq: slave join frag.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -25425,6 +27736,7 @@ "dbms": 121, "name": "global.system_event.px deq: slave join frag.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.px deq: slave join frag.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -25436,6 +27748,7 @@ "dbms": 121, "name": "global.system_event.px deq: slave join frag.total_waits", "vartype": 2, + "default": "87", "summary": "system_event.px deq: slave join frag.total_waits: 87", "scope": "global", "metric_type": 1 @@ -25447,6 +27760,7 @@ "dbms": 121, "name": "global.system_event.px deq: slave join frag.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.px deq: slave join frag.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -25458,6 +27772,7 @@ "dbms": 121, "name": "global.system_event.px deq: slave join frag.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.px deq: slave join frag.wait_class: Other", "scope": "global", "metric_type": 2 @@ -25469,9 +27784,10 @@ "dbms": 121, "name": "global.system_event.px deq: slave join frag.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.px deq: slave join frag.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -25480,6 +27796,7 @@ "dbms": 121, "name": "global.system_event.px deq: slave join frag.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.px deq: slave join frag.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -25491,6 +27808,7 @@ "dbms": 121, "name": "global.system_event.px deq: slave session stats.average_wait", "vartype": 3, + "default": "0.05", "summary": "system_event.px deq: slave session stats.average_wait: 0.05", "scope": "global", "metric_type": 3 @@ -25502,6 +27820,7 @@ "dbms": 121, "name": "global.system_event.px deq: slave session stats.average_wait_fg", "vartype": 3, + "default": "0.09", "summary": "system_event.px deq: slave session stats.average_wait_fg: 0.09", "scope": "global", "metric_type": 3 @@ -25513,6 +27832,7 @@ "dbms": 121, "name": "global.system_event.px deq: slave session stats.con_id", "vartype": 2, + "default": "0", "summary": "system_event.px deq: slave session stats.con_id: 0", "scope": "global", "metric_type": 1 @@ -25524,6 +27844,7 @@ "dbms": 121, "name": "global.system_event.px deq: slave session stats.event_id", "vartype": 2, + "default": "2306891574", "summary": "system_event.px deq: slave session stats.event_id: 2306891574", "scope": "global", "metric_type": 1 @@ -25535,6 +27856,7 @@ "dbms": 121, "name": "global.system_event.px deq: slave session stats.time_waited", "vartype": 2, + "default": "8", "summary": "system_event.px deq: slave session stats.time_waited: 8", "scope": "global", "metric_type": 1 @@ -25546,6 +27868,7 @@ "dbms": 121, "name": "global.system_event.px deq: slave session stats.time_waited_fg", "vartype": 2, + "default": "8", "summary": "system_event.px deq: slave session stats.time_waited_fg: 8", "scope": "global", "metric_type": 1 @@ -25557,6 +27880,7 @@ "dbms": 121, "name": "global.system_event.px deq: slave session stats.time_waited_micro", "vartype": 2, + "default": "83806", "summary": "system_event.px deq: slave session stats.time_waited_micro: 83806", "scope": "global", "metric_type": 1 @@ -25568,6 +27892,7 @@ "dbms": 121, "name": "global.system_event.px deq: slave session stats.time_waited_micro_fg", "vartype": 2, + "default": "77439", "summary": "system_event.px deq: slave session stats.time_waited_micro_fg: 77439", "scope": "global", "metric_type": 1 @@ -25579,6 +27904,7 @@ "dbms": 121, "name": "global.system_event.px deq: slave session stats.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.px deq: slave session stats.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -25590,6 +27916,7 @@ "dbms": 121, "name": "global.system_event.px deq: slave session stats.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.px deq: slave session stats.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -25601,6 +27928,7 @@ "dbms": 121, "name": "global.system_event.px deq: slave session stats.total_waits", "vartype": 2, + "default": "173", "summary": "system_event.px deq: slave session stats.total_waits: 173", "scope": "global", "metric_type": 1 @@ -25612,6 +27940,7 @@ "dbms": 121, "name": "global.system_event.px deq: slave session stats.total_waits_fg", "vartype": 2, + "default": "86", "summary": "system_event.px deq: slave session stats.total_waits_fg: 86", "scope": "global", "metric_type": 1 @@ -25623,6 +27952,7 @@ "dbms": 121, "name": "global.system_event.px deq: slave session stats.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.px deq: slave session stats.wait_class: Other", "scope": "global", "metric_type": 2 @@ -25634,9 +27964,10 @@ "dbms": 121, "name": "global.system_event.px deq: slave session stats.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.px deq: slave session stats.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -25645,6 +27976,7 @@ "dbms": 121, "name": "global.system_event.px deq: slave session stats.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.px deq: slave session stats.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -25656,6 +27988,7 @@ "dbms": 121, "name": "global.system_event.px deq: table q normal.average_wait", "vartype": 3, + "default": "3.09", "summary": "system_event.px deq: table q normal.average_wait: 3.09", "scope": "global", "metric_type": 3 @@ -25667,6 +28000,7 @@ "dbms": 121, "name": "global.system_event.px deq: table q normal.average_wait_fg", "vartype": 3, + "default": "3.22", "summary": "system_event.px deq: table q normal.average_wait_fg: 3.22", "scope": "global", "metric_type": 3 @@ -25678,6 +28012,7 @@ "dbms": 121, "name": "global.system_event.px deq: table q normal.con_id", "vartype": 2, + "default": "0", "summary": "system_event.px deq: table q normal.con_id: 0", "scope": "global", "metric_type": 1 @@ -25689,6 +28024,7 @@ "dbms": 121, "name": "global.system_event.px deq: table q normal.event_id", "vartype": 2, + "default": "799271425", "summary": "system_event.px deq: table q normal.event_id: 799271425", "scope": "global", "metric_type": 1 @@ -25700,6 +28036,7 @@ "dbms": 121, "name": "global.system_event.px deq: table q normal.time_waited", "vartype": 2, + "default": "1306", "summary": "system_event.px deq: table q normal.time_waited: 1306", "scope": "global", "metric_type": 1 @@ -25711,6 +28048,7 @@ "dbms": 121, "name": "global.system_event.px deq: table q normal.time_waited_fg", "vartype": 2, + "default": "1306", "summary": "system_event.px deq: table q normal.time_waited_fg: 1306", "scope": "global", "metric_type": 1 @@ -25722,6 +28060,7 @@ "dbms": 121, "name": "global.system_event.px deq: table q normal.time_waited_micro", "vartype": 2, + "default": "13059288", "summary": "system_event.px deq: table q normal.time_waited_micro: 13059288", "scope": "global", "metric_type": 1 @@ -25733,6 +28072,7 @@ "dbms": 121, "name": "global.system_event.px deq: table q normal.time_waited_micro_fg", "vartype": 2, + "default": "13058213", "summary": "system_event.px deq: table q normal.time_waited_micro_fg: 13058213", "scope": "global", "metric_type": 1 @@ -25744,6 +28084,7 @@ "dbms": 121, "name": "global.system_event.px deq: table q normal.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.px deq: table q normal.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -25755,6 +28096,7 @@ "dbms": 121, "name": "global.system_event.px deq: table q normal.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.px deq: table q normal.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -25766,6 +28108,7 @@ "dbms": 121, "name": "global.system_event.px deq: table q normal.total_waits", "vartype": 2, + "default": "423", "summary": "system_event.px deq: table q normal.total_waits: 423", "scope": "global", "metric_type": 1 @@ -25777,6 +28120,7 @@ "dbms": 121, "name": "global.system_event.px deq: table q normal.total_waits_fg", "vartype": 2, + "default": "405", "summary": "system_event.px deq: table q normal.total_waits_fg: 405", "scope": "global", "metric_type": 1 @@ -25788,6 +28132,7 @@ "dbms": 121, "name": "global.system_event.px deq: table q normal.wait_class", "vartype": 1, + "default": "Idle", "summary": "system_event.px deq: table q normal.wait_class: Idle", "scope": "global", "metric_type": 2 @@ -25799,9 +28144,10 @@ "dbms": 121, "name": "global.system_event.px deq: table q normal.wait_class#", "vartype": 2, + "default": "6", "summary": "system_event.px deq: table q normal.wait_class#: 6", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -25810,6 +28156,7 @@ "dbms": 121, "name": "global.system_event.px deq: table q normal.wait_class_id", "vartype": 2, + "default": "2723168908", "summary": "system_event.px deq: table q normal.wait_class_id: 2723168908", "scope": "global", "metric_type": 1 @@ -25821,6 +28168,7 @@ "dbms": 121, "name": "global.system_event.px deq: table q qref.average_wait", "vartype": 3, + "default": "0.01", "summary": "system_event.px deq: table q qref.average_wait: 0.01", "scope": "global", "metric_type": 3 @@ -25832,6 +28180,7 @@ "dbms": 121, "name": "global.system_event.px deq: table q qref.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.px deq: table q qref.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -25843,6 +28192,7 @@ "dbms": 121, "name": "global.system_event.px deq: table q qref.con_id", "vartype": 2, + "default": "0", "summary": "system_event.px deq: table q qref.con_id: 0", "scope": "global", "metric_type": 1 @@ -25854,6 +28204,7 @@ "dbms": 121, "name": "global.system_event.px deq: table q qref.event_id", "vartype": 2, + "default": "2049127157", "summary": "system_event.px deq: table q qref.event_id: 2049127157", "scope": "global", "metric_type": 1 @@ -25865,6 +28216,7 @@ "dbms": 121, "name": "global.system_event.px deq: table q qref.time_waited", "vartype": 2, + "default": "0", "summary": "system_event.px deq: table q qref.time_waited: 0", "scope": "global", "metric_type": 1 @@ -25876,6 +28228,7 @@ "dbms": 121, "name": "global.system_event.px deq: table q qref.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.px deq: table q qref.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -25887,6 +28240,7 @@ "dbms": 121, "name": "global.system_event.px deq: table q qref.time_waited_micro", "vartype": 2, + "default": "1028", "summary": "system_event.px deq: table q qref.time_waited_micro: 1028", "scope": "global", "metric_type": 1 @@ -25898,6 +28252,7 @@ "dbms": 121, "name": "global.system_event.px deq: table q qref.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.px deq: table q qref.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -25909,6 +28264,7 @@ "dbms": 121, "name": "global.system_event.px deq: table q qref.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.px deq: table q qref.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -25920,6 +28276,7 @@ "dbms": 121, "name": "global.system_event.px deq: table q qref.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.px deq: table q qref.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -25931,6 +28288,7 @@ "dbms": 121, "name": "global.system_event.px deq: table q qref.total_waits", "vartype": 2, + "default": "15", "summary": "system_event.px deq: table q qref.total_waits: 15", "scope": "global", "metric_type": 1 @@ -25942,6 +28300,7 @@ "dbms": 121, "name": "global.system_event.px deq: table q qref.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.px deq: table q qref.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -25953,6 +28312,7 @@ "dbms": 121, "name": "global.system_event.px deq: table q qref.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.px deq: table q qref.wait_class: Other", "scope": "global", "metric_type": 2 @@ -25964,9 +28324,10 @@ "dbms": 121, "name": "global.system_event.px deq: table q qref.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.px deq: table q qref.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -25975,6 +28336,7 @@ "dbms": 121, "name": "global.system_event.px deq: table q qref.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.px deq: table q qref.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -25986,6 +28348,7 @@ "dbms": 121, "name": "global.system_event.px deq: table q sample.average_wait", "vartype": 3, + "default": "0.1", "summary": "system_event.px deq: table q sample.average_wait: 0.1", "scope": "global", "metric_type": 3 @@ -25997,6 +28360,7 @@ "dbms": 121, "name": "global.system_event.px deq: table q sample.average_wait_fg", "vartype": 3, + "default": "0.1", "summary": "system_event.px deq: table q sample.average_wait_fg: 0.1", "scope": "global", "metric_type": 3 @@ -26008,6 +28372,7 @@ "dbms": 121, "name": "global.system_event.px deq: table q sample.con_id", "vartype": 2, + "default": "0", "summary": "system_event.px deq: table q sample.con_id: 0", "scope": "global", "metric_type": 1 @@ -26019,6 +28384,7 @@ "dbms": 121, "name": "global.system_event.px deq: table q sample.event_id", "vartype": 2, + "default": "1062854067", "summary": "system_event.px deq: table q sample.event_id: 1062854067", "scope": "global", "metric_type": 1 @@ -26030,6 +28396,7 @@ "dbms": 121, "name": "global.system_event.px deq: table q sample.time_waited", "vartype": 2, + "default": "2", "summary": "system_event.px deq: table q sample.time_waited: 2", "scope": "global", "metric_type": 1 @@ -26041,6 +28408,7 @@ "dbms": 121, "name": "global.system_event.px deq: table q sample.time_waited_fg", "vartype": 2, + "default": "2", "summary": "system_event.px deq: table q sample.time_waited_fg: 2", "scope": "global", "metric_type": 1 @@ -26052,6 +28420,7 @@ "dbms": 121, "name": "global.system_event.px deq: table q sample.time_waited_micro", "vartype": 2, + "default": "15388", "summary": "system_event.px deq: table q sample.time_waited_micro: 15388", "scope": "global", "metric_type": 1 @@ -26063,6 +28432,7 @@ "dbms": 121, "name": "global.system_event.px deq: table q sample.time_waited_micro_fg", "vartype": 2, + "default": "15388", "summary": "system_event.px deq: table q sample.time_waited_micro_fg: 15388", "scope": "global", "metric_type": 1 @@ -26074,6 +28444,7 @@ "dbms": 121, "name": "global.system_event.px deq: table q sample.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.px deq: table q sample.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -26085,6 +28456,7 @@ "dbms": 121, "name": "global.system_event.px deq: table q sample.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.px deq: table q sample.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -26096,6 +28468,7 @@ "dbms": 121, "name": "global.system_event.px deq: table q sample.total_waits", "vartype": 2, + "default": "15", "summary": "system_event.px deq: table q sample.total_waits: 15", "scope": "global", "metric_type": 1 @@ -26107,6 +28480,7 @@ "dbms": 121, "name": "global.system_event.px deq: table q sample.total_waits_fg", "vartype": 2, + "default": "15", "summary": "system_event.px deq: table q sample.total_waits_fg: 15", "scope": "global", "metric_type": 1 @@ -26118,6 +28492,7 @@ "dbms": 121, "name": "global.system_event.px deq: table q sample.wait_class", "vartype": 1, + "default": "Idle", "summary": "system_event.px deq: table q sample.wait_class: Idle", "scope": "global", "metric_type": 2 @@ -26129,9 +28504,10 @@ "dbms": 121, "name": "global.system_event.px deq: table q sample.wait_class#", "vartype": 2, + "default": "6", "summary": "system_event.px deq: table q sample.wait_class#: 6", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -26140,6 +28516,7 @@ "dbms": 121, "name": "global.system_event.px deq: table q sample.wait_class_id", "vartype": 2, + "default": "2723168908", "summary": "system_event.px deq: table q sample.wait_class_id: 2723168908", "scope": "global", "metric_type": 1 @@ -26151,6 +28528,7 @@ "dbms": 121, "name": "global.system_event.px idle wait.average_wait", "vartype": 2, + "default": "868", "summary": "system_event.px idle wait.average_wait: 868", "scope": "global", "metric_type": 3 @@ -26162,6 +28540,7 @@ "dbms": 121, "name": "global.system_event.px idle wait.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.px idle wait.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -26173,6 +28552,7 @@ "dbms": 121, "name": "global.system_event.px idle wait.con_id", "vartype": 2, + "default": "0", "summary": "system_event.px idle wait.con_id: 0", "scope": "global", "metric_type": 1 @@ -26184,6 +28564,7 @@ "dbms": 121, "name": "global.system_event.px idle wait.event_id", "vartype": 2, + "default": "3382828453", "summary": "system_event.px idle wait.event_id: 3382828453", "scope": "global", "metric_type": 1 @@ -26195,6 +28576,7 @@ "dbms": 121, "name": "global.system_event.px idle wait.time_waited", "vartype": 2, + "default": "94612", "summary": "system_event.px idle wait.time_waited: 94612", "scope": "global", "metric_type": 1 @@ -26206,6 +28588,7 @@ "dbms": 121, "name": "global.system_event.px idle wait.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.px idle wait.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -26217,6 +28600,7 @@ "dbms": 121, "name": "global.system_event.px idle wait.time_waited_micro", "vartype": 2, + "default": "946115516", "summary": "system_event.px idle wait.time_waited_micro: 946115516", "scope": "global", "metric_type": 1 @@ -26228,6 +28612,7 @@ "dbms": 121, "name": "global.system_event.px idle wait.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.px idle wait.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -26239,6 +28624,7 @@ "dbms": 121, "name": "global.system_event.px idle wait.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.px idle wait.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -26250,6 +28636,7 @@ "dbms": 121, "name": "global.system_event.px idle wait.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.px idle wait.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -26261,6 +28648,7 @@ "dbms": 121, "name": "global.system_event.px idle wait.total_waits", "vartype": 2, + "default": "109", "summary": "system_event.px idle wait.total_waits: 109", "scope": "global", "metric_type": 1 @@ -26272,6 +28660,7 @@ "dbms": 121, "name": "global.system_event.px idle wait.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.px idle wait.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -26283,6 +28672,7 @@ "dbms": 121, "name": "global.system_event.px idle wait.wait_class", "vartype": 1, + "default": "Idle", "summary": "system_event.px idle wait.wait_class: Idle", "scope": "global", "metric_type": 2 @@ -26294,9 +28684,10 @@ "dbms": 121, "name": "global.system_event.px idle wait.wait_class#", "vartype": 2, + "default": "6", "summary": "system_event.px idle wait.wait_class#: 6", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -26305,6 +28696,7 @@ "dbms": 121, "name": "global.system_event.px idle wait.wait_class_id", "vartype": 2, + "default": "2723168908", "summary": "system_event.px idle wait.wait_class_id: 2723168908", "scope": "global", "metric_type": 1 @@ -26316,6 +28708,7 @@ "dbms": 121, "name": "global.system_event.rdbms ipc message.average_wait", "vartype": 3, + "default": "12.77", "summary": "system_event.rdbms ipc message.average_wait: 12.77", "scope": "global", "metric_type": 3 @@ -26327,6 +28720,7 @@ "dbms": 121, "name": "global.system_event.rdbms ipc message.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.rdbms ipc message.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -26338,6 +28732,7 @@ "dbms": 121, "name": "global.system_event.rdbms ipc message.con_id", "vartype": 2, + "default": "0", "summary": "system_event.rdbms ipc message.con_id: 0", "scope": "global", "metric_type": 1 @@ -26349,6 +28744,7 @@ "dbms": 121, "name": "global.system_event.rdbms ipc message.event_id", "vartype": 2, + "default": "866018717", "summary": "system_event.rdbms ipc message.event_id: 866018717", "scope": "global", "metric_type": 1 @@ -26360,6 +28756,7 @@ "dbms": 121, "name": "global.system_event.rdbms ipc message.time_waited", "vartype": 2, + "default": "63382", "summary": "system_event.rdbms ipc message.time_waited: 63382", "scope": "global", "metric_type": 1 @@ -26371,6 +28768,7 @@ "dbms": 121, "name": "global.system_event.rdbms ipc message.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.rdbms ipc message.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -26382,6 +28780,7 @@ "dbms": 121, "name": "global.system_event.rdbms ipc message.time_waited_micro", "vartype": 2, + "default": "633818444", "summary": "system_event.rdbms ipc message.time_waited_micro: 633818444", "scope": "global", "metric_type": 1 @@ -26393,6 +28792,7 @@ "dbms": 121, "name": "global.system_event.rdbms ipc message.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.rdbms ipc message.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -26404,6 +28804,7 @@ "dbms": 121, "name": "global.system_event.rdbms ipc message.total_timeouts", "vartype": 2, + "default": "255", "summary": "system_event.rdbms ipc message.total_timeouts: 255", "scope": "global", "metric_type": 1 @@ -26415,6 +28816,7 @@ "dbms": 121, "name": "global.system_event.rdbms ipc message.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.rdbms ipc message.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -26426,6 +28828,7 @@ "dbms": 121, "name": "global.system_event.rdbms ipc message.total_waits", "vartype": 2, + "default": "4962", "summary": "system_event.rdbms ipc message.total_waits: 4962", "scope": "global", "metric_type": 1 @@ -26437,6 +28840,7 @@ "dbms": 121, "name": "global.system_event.rdbms ipc message.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.rdbms ipc message.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -26448,6 +28852,7 @@ "dbms": 121, "name": "global.system_event.rdbms ipc message.wait_class", "vartype": 1, + "default": "Idle", "summary": "system_event.rdbms ipc message.wait_class: Idle", "scope": "global", "metric_type": 2 @@ -26459,9 +28864,10 @@ "dbms": 121, "name": "global.system_event.rdbms ipc message.wait_class#", "vartype": 2, + "default": "6", "summary": "system_event.rdbms ipc message.wait_class#: 6", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -26470,6 +28876,7 @@ "dbms": 121, "name": "global.system_event.rdbms ipc message.wait_class_id", "vartype": 2, + "default": "2723168908", "summary": "system_event.rdbms ipc message.wait_class_id: 2723168908", "scope": "global", "metric_type": 1 @@ -26481,6 +28888,7 @@ "dbms": 121, "name": "global.system_event.rdbms ipc reply.average_wait", "vartype": 3, + "default": "0.47", "summary": "system_event.rdbms ipc reply.average_wait: 0.47", "scope": "global", "metric_type": 3 @@ -26492,6 +28900,7 @@ "dbms": 121, "name": "global.system_event.rdbms ipc reply.average_wait_fg", "vartype": 3, + "default": "0.47", "summary": "system_event.rdbms ipc reply.average_wait_fg: 0.47", "scope": "global", "metric_type": 3 @@ -26503,6 +28912,7 @@ "dbms": 121, "name": "global.system_event.rdbms ipc reply.con_id", "vartype": 2, + "default": "0", "summary": "system_event.rdbms ipc reply.con_id: 0", "scope": "global", "metric_type": 1 @@ -26514,6 +28924,7 @@ "dbms": 121, "name": "global.system_event.rdbms ipc reply.event_id", "vartype": 2, + "default": "2587381521", "summary": "system_event.rdbms ipc reply.event_id: 2587381521", "scope": "global", "metric_type": 1 @@ -26525,6 +28936,7 @@ "dbms": 121, "name": "global.system_event.rdbms ipc reply.time_waited", "vartype": 2, + "default": "14", "summary": "system_event.rdbms ipc reply.time_waited: 14", "scope": "global", "metric_type": 1 @@ -26536,6 +28948,7 @@ "dbms": 121, "name": "global.system_event.rdbms ipc reply.time_waited_fg", "vartype": 2, + "default": "14", "summary": "system_event.rdbms ipc reply.time_waited_fg: 14", "scope": "global", "metric_type": 1 @@ -26547,6 +28960,7 @@ "dbms": 121, "name": "global.system_event.rdbms ipc reply.time_waited_micro", "vartype": 2, + "default": "135316", "summary": "system_event.rdbms ipc reply.time_waited_micro: 135316", "scope": "global", "metric_type": 1 @@ -26558,6 +28972,7 @@ "dbms": 121, "name": "global.system_event.rdbms ipc reply.time_waited_micro_fg", "vartype": 2, + "default": "135316", "summary": "system_event.rdbms ipc reply.time_waited_micro_fg: 135316", "scope": "global", "metric_type": 1 @@ -26569,6 +28984,7 @@ "dbms": 121, "name": "global.system_event.rdbms ipc reply.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.rdbms ipc reply.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -26580,6 +28996,7 @@ "dbms": 121, "name": "global.system_event.rdbms ipc reply.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.rdbms ipc reply.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -26591,6 +29008,7 @@ "dbms": 121, "name": "global.system_event.rdbms ipc reply.total_waits", "vartype": 2, + "default": "29", "summary": "system_event.rdbms ipc reply.total_waits: 29", "scope": "global", "metric_type": 1 @@ -26602,6 +29020,7 @@ "dbms": 121, "name": "global.system_event.rdbms ipc reply.total_waits_fg", "vartype": 2, + "default": "29", "summary": "system_event.rdbms ipc reply.total_waits_fg: 29", "scope": "global", "metric_type": 1 @@ -26613,6 +29032,7 @@ "dbms": 121, "name": "global.system_event.rdbms ipc reply.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.rdbms ipc reply.wait_class: Other", "scope": "global", "metric_type": 2 @@ -26624,9 +29044,10 @@ "dbms": 121, "name": "global.system_event.rdbms ipc reply.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.rdbms ipc reply.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -26635,6 +29056,7 @@ "dbms": 121, "name": "global.system_event.rdbms ipc reply.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.rdbms ipc reply.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -26646,6 +29068,7 @@ "dbms": 121, "name": "global.system_event.read by other session.average_wait", "vartype": 2, + "default": "0", "summary": "system_event.read by other session.average_wait: 0", "scope": "global", "metric_type": 3 @@ -26657,6 +29080,7 @@ "dbms": 121, "name": "global.system_event.read by other session.average_wait_fg", "vartype": 3, + "default": "0.01", "summary": "system_event.read by other session.average_wait_fg: 0.01", "scope": "global", "metric_type": 3 @@ -26668,6 +29092,7 @@ "dbms": 121, "name": "global.system_event.read by other session.con_id", "vartype": 2, + "default": "0", "summary": "system_event.read by other session.con_id: 0", "scope": "global", "metric_type": 1 @@ -26679,6 +29104,7 @@ "dbms": 121, "name": "global.system_event.read by other session.event_id", "vartype": 2, + "default": "3056446529", "summary": "system_event.read by other session.event_id: 3056446529", "scope": "global", "metric_type": 1 @@ -26690,6 +29116,7 @@ "dbms": 121, "name": "global.system_event.read by other session.time_waited", "vartype": 2, + "default": "0", "summary": "system_event.read by other session.time_waited: 0", "scope": "global", "metric_type": 1 @@ -26701,6 +29128,7 @@ "dbms": 121, "name": "global.system_event.read by other session.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.read by other session.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -26712,6 +29140,7 @@ "dbms": 121, "name": "global.system_event.read by other session.time_waited_micro", "vartype": 2, + "default": "95", "summary": "system_event.read by other session.time_waited_micro: 95", "scope": "global", "metric_type": 1 @@ -26723,6 +29152,7 @@ "dbms": 121, "name": "global.system_event.read by other session.time_waited_micro_fg", "vartype": 2, + "default": "78", "summary": "system_event.read by other session.time_waited_micro_fg: 78", "scope": "global", "metric_type": 1 @@ -26734,6 +29164,7 @@ "dbms": 121, "name": "global.system_event.read by other session.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.read by other session.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -26745,6 +29176,7 @@ "dbms": 121, "name": "global.system_event.read by other session.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.read by other session.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -26756,6 +29188,7 @@ "dbms": 121, "name": "global.system_event.read by other session.total_waits", "vartype": 2, + "default": "2", "summary": "system_event.read by other session.total_waits: 2", "scope": "global", "metric_type": 1 @@ -26767,6 +29200,7 @@ "dbms": 121, "name": "global.system_event.read by other session.total_waits_fg", "vartype": 2, + "default": "1", "summary": "system_event.read by other session.total_waits_fg: 1", "scope": "global", "metric_type": 1 @@ -26778,6 +29212,7 @@ "dbms": 121, "name": "global.system_event.read by other session.wait_class", "vartype": 1, + "default": "User I/O", "summary": "system_event.read by other session.wait_class: User I/O", "scope": "global", "metric_type": 2 @@ -26789,9 +29224,10 @@ "dbms": 121, "name": "global.system_event.read by other session.wait_class#", "vartype": 2, + "default": "8", "summary": "system_event.read by other session.wait_class#: 8", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -26800,6 +29236,7 @@ "dbms": 121, "name": "global.system_event.read by other session.wait_class_id", "vartype": 2, + "default": "1740759767", "summary": "system_event.read by other session.wait_class_id: 1740759767", "scope": "global", "metric_type": 1 @@ -26811,6 +29248,7 @@ "dbms": 121, "name": "global.system_event.reliable message.average_wait", "vartype": 3, + "default": "0.04", "summary": "system_event.reliable message.average_wait: 0.04", "scope": "global", "metric_type": 3 @@ -26822,6 +29260,7 @@ "dbms": 121, "name": "global.system_event.reliable message.average_wait_fg", "vartype": 3, + "default": "0.04", "summary": "system_event.reliable message.average_wait_fg: 0.04", "scope": "global", "metric_type": 3 @@ -26833,6 +29272,7 @@ "dbms": 121, "name": "global.system_event.reliable message.con_id", "vartype": 2, + "default": "0", "summary": "system_event.reliable message.con_id: 0", "scope": "global", "metric_type": 1 @@ -26844,6 +29284,7 @@ "dbms": 121, "name": "global.system_event.reliable message.event_id", "vartype": 2, + "default": "906644781", "summary": "system_event.reliable message.event_id: 906644781", "scope": "global", "metric_type": 1 @@ -26855,6 +29296,7 @@ "dbms": 121, "name": "global.system_event.reliable message.time_waited", "vartype": 2, + "default": "0", "summary": "system_event.reliable message.time_waited: 0", "scope": "global", "metric_type": 1 @@ -26866,6 +29308,7 @@ "dbms": 121, "name": "global.system_event.reliable message.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.reliable message.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -26877,6 +29320,7 @@ "dbms": 121, "name": "global.system_event.reliable message.time_waited_micro", "vartype": 2, + "default": "3920", "summary": "system_event.reliable message.time_waited_micro: 3920", "scope": "global", "metric_type": 1 @@ -26888,6 +29332,7 @@ "dbms": 121, "name": "global.system_event.reliable message.time_waited_micro_fg", "vartype": 2, + "default": "3920", "summary": "system_event.reliable message.time_waited_micro_fg: 3920", "scope": "global", "metric_type": 1 @@ -26899,6 +29344,7 @@ "dbms": 121, "name": "global.system_event.reliable message.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.reliable message.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -26910,6 +29356,7 @@ "dbms": 121, "name": "global.system_event.reliable message.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.reliable message.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -26921,6 +29368,7 @@ "dbms": 121, "name": "global.system_event.reliable message.total_waits", "vartype": 2, + "default": "10", "summary": "system_event.reliable message.total_waits: 10", "scope": "global", "metric_type": 1 @@ -26932,6 +29380,7 @@ "dbms": 121, "name": "global.system_event.reliable message.total_waits_fg", "vartype": 2, + "default": "10", "summary": "system_event.reliable message.total_waits_fg: 10", "scope": "global", "metric_type": 1 @@ -26943,6 +29392,7 @@ "dbms": 121, "name": "global.system_event.reliable message.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.reliable message.wait_class: Other", "scope": "global", "metric_type": 2 @@ -26954,9 +29404,10 @@ "dbms": 121, "name": "global.system_event.reliable message.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.reliable message.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -26965,6 +29416,7 @@ "dbms": 121, "name": "global.system_event.reliable message.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.reliable message.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -26976,6 +29428,7 @@ "dbms": 121, "name": "global.system_event.row cache lock.average_wait", "vartype": 3, + "default": "0.02", "summary": "system_event.row cache lock.average_wait: 0.02", "scope": "global", "metric_type": 3 @@ -26987,6 +29440,7 @@ "dbms": 121, "name": "global.system_event.row cache lock.average_wait_fg", "vartype": 3, + "default": "0.02", "summary": "system_event.row cache lock.average_wait_fg: 0.02", "scope": "global", "metric_type": 3 @@ -26998,6 +29452,7 @@ "dbms": 121, "name": "global.system_event.row cache lock.con_id", "vartype": 2, + "default": "0", "summary": "system_event.row cache lock.con_id: 0", "scope": "global", "metric_type": 1 @@ -27009,6 +29464,7 @@ "dbms": 121, "name": "global.system_event.row cache lock.event_id", "vartype": 2, + "default": "1714089451", "summary": "system_event.row cache lock.event_id: 1714089451", "scope": "global", "metric_type": 1 @@ -27020,6 +29476,7 @@ "dbms": 121, "name": "global.system_event.row cache lock.time_waited", "vartype": 2, + "default": "0", "summary": "system_event.row cache lock.time_waited: 0", "scope": "global", "metric_type": 1 @@ -27031,6 +29488,7 @@ "dbms": 121, "name": "global.system_event.row cache lock.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.row cache lock.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -27042,6 +29500,7 @@ "dbms": 121, "name": "global.system_event.row cache lock.time_waited_micro", "vartype": 2, + "default": "366", "summary": "system_event.row cache lock.time_waited_micro: 366", "scope": "global", "metric_type": 1 @@ -27053,6 +29512,7 @@ "dbms": 121, "name": "global.system_event.row cache lock.time_waited_micro_fg", "vartype": 2, + "default": "366", "summary": "system_event.row cache lock.time_waited_micro_fg: 366", "scope": "global", "metric_type": 1 @@ -27064,6 +29524,7 @@ "dbms": 121, "name": "global.system_event.row cache lock.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.row cache lock.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -27075,6 +29536,7 @@ "dbms": 121, "name": "global.system_event.row cache lock.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.row cache lock.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -27086,6 +29548,7 @@ "dbms": 121, "name": "global.system_event.row cache lock.total_waits", "vartype": 2, + "default": "2", "summary": "system_event.row cache lock.total_waits: 2", "scope": "global", "metric_type": 1 @@ -27097,6 +29560,7 @@ "dbms": 121, "name": "global.system_event.row cache lock.total_waits_fg", "vartype": 2, + "default": "2", "summary": "system_event.row cache lock.total_waits_fg: 2", "scope": "global", "metric_type": 1 @@ -27108,6 +29572,7 @@ "dbms": 121, "name": "global.system_event.row cache lock.wait_class", "vartype": 1, + "default": "Concurrency", "summary": "system_event.row cache lock.wait_class: Concurrency", "scope": "global", "metric_type": 2 @@ -27119,9 +29584,10 @@ "dbms": 121, "name": "global.system_event.row cache lock.wait_class#", "vartype": 2, + "default": "4", "summary": "system_event.row cache lock.wait_class#: 4", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -27130,6 +29596,7 @@ "dbms": 121, "name": "global.system_event.row cache lock.wait_class_id", "vartype": 2, + "default": "3875070507", "summary": "system_event.row cache lock.wait_class_id: 3875070507", "scope": "global", "metric_type": 1 @@ -27141,6 +29608,7 @@ "dbms": 121, "name": "global.system_event.sga: allocation forcing component growth.average_wait", "vartype": 3, + "default": "2.71", "summary": "system_event.sga: allocation forcing component growth.average_wait: 2.71", "scope": "global", "metric_type": 3 @@ -27152,6 +29620,7 @@ "dbms": 121, "name": "global.system_event.sga: allocation forcing component growth.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.sga: allocation forcing component growth.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -27163,6 +29632,7 @@ "dbms": 121, "name": "global.system_event.sga: allocation forcing component growth.con_id", "vartype": 2, + "default": "0", "summary": "system_event.sga: allocation forcing component growth.con_id: 0", "scope": "global", "metric_type": 1 @@ -27174,6 +29644,7 @@ "dbms": 121, "name": "global.system_event.sga: allocation forcing component growth.event_id", "vartype": 2, + "default": "3493282803", "summary": "system_event.sga: allocation forcing component growth.event_id: 3493282803", "scope": "global", "metric_type": 1 @@ -27185,6 +29656,7 @@ "dbms": 121, "name": "global.system_event.sga: allocation forcing component growth.time_waited", "vartype": 2, + "default": "3", "summary": "system_event.sga: allocation forcing component growth.time_waited: 3", "scope": "global", "metric_type": 1 @@ -27196,6 +29668,7 @@ "dbms": 121, "name": "global.system_event.sga: allocation forcing component growth.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.sga: allocation forcing component growth.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -27207,6 +29680,7 @@ "dbms": 121, "name": "global.system_event.sga: allocation forcing component growth.time_waited_micro", "vartype": 2, + "default": "27073", "summary": "system_event.sga: allocation forcing component growth.time_waited_micro: 27073", "scope": "global", "metric_type": 1 @@ -27218,6 +29692,7 @@ "dbms": 121, "name": "global.system_event.sga: allocation forcing component growth.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.sga: allocation forcing component growth.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -27229,6 +29704,7 @@ "dbms": 121, "name": "global.system_event.sga: allocation forcing component growth.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.sga: allocation forcing component growth.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -27240,6 +29716,7 @@ "dbms": 121, "name": "global.system_event.sga: allocation forcing component growth.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.sga: allocation forcing component growth.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -27251,6 +29728,7 @@ "dbms": 121, "name": "global.system_event.sga: allocation forcing component growth.total_waits", "vartype": 2, + "default": "1", "summary": "system_event.sga: allocation forcing component growth.total_waits: 1", "scope": "global", "metric_type": 1 @@ -27262,6 +29740,7 @@ "dbms": 121, "name": "global.system_event.sga: allocation forcing component growth.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.sga: allocation forcing component growth.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -27273,6 +29752,7 @@ "dbms": 121, "name": "global.system_event.sga: allocation forcing component growth.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.sga: allocation forcing component growth.wait_class: Other", "scope": "global", "metric_type": 2 @@ -27284,9 +29764,10 @@ "dbms": 121, "name": "global.system_event.sga: allocation forcing component growth.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.sga: allocation forcing component growth.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -27295,6 +29776,7 @@ "dbms": 121, "name": "global.system_event.sga: allocation forcing component growth.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.sga: allocation forcing component growth.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -27306,6 +29788,7 @@ "dbms": 121, "name": "global.system_event.shared server idle wait.average_wait", "vartype": 3, + "default": "1724.24", "summary": "system_event.shared server idle wait.average_wait: 1724.24", "scope": "global", "metric_type": 3 @@ -27317,6 +29800,7 @@ "dbms": 121, "name": "global.system_event.shared server idle wait.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.shared server idle wait.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -27328,6 +29812,7 @@ "dbms": 121, "name": "global.system_event.shared server idle wait.con_id", "vartype": 2, + "default": "0", "summary": "system_event.shared server idle wait.con_id: 0", "scope": "global", "metric_type": 1 @@ -27339,6 +29824,7 @@ "dbms": 121, "name": "global.system_event.shared server idle wait.event_id", "vartype": 2, + "default": "1786390478", "summary": "system_event.shared server idle wait.event_id: 1786390478", "scope": "global", "metric_type": 1 @@ -27350,6 +29836,7 @@ "dbms": 121, "name": "global.system_event.shared server idle wait.time_waited", "vartype": 2, + "default": "3448", "summary": "system_event.shared server idle wait.time_waited: 3448", "scope": "global", "metric_type": 1 @@ -27361,6 +29848,7 @@ "dbms": 121, "name": "global.system_event.shared server idle wait.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.shared server idle wait.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -27372,6 +29860,7 @@ "dbms": 121, "name": "global.system_event.shared server idle wait.time_waited_micro", "vartype": 2, + "default": "34484792", "summary": "system_event.shared server idle wait.time_waited_micro: 34484792", "scope": "global", "metric_type": 1 @@ -27383,6 +29872,7 @@ "dbms": 121, "name": "global.system_event.shared server idle wait.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.shared server idle wait.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -27394,6 +29884,7 @@ "dbms": 121, "name": "global.system_event.shared server idle wait.total_timeouts", "vartype": 2, + "default": "1", "summary": "system_event.shared server idle wait.total_timeouts: 1", "scope": "global", "metric_type": 1 @@ -27405,6 +29896,7 @@ "dbms": 121, "name": "global.system_event.shared server idle wait.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.shared server idle wait.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -27416,6 +29908,7 @@ "dbms": 121, "name": "global.system_event.shared server idle wait.total_waits", "vartype": 2, + "default": "2", "summary": "system_event.shared server idle wait.total_waits: 2", "scope": "global", "metric_type": 1 @@ -27427,6 +29920,7 @@ "dbms": 121, "name": "global.system_event.shared server idle wait.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.shared server idle wait.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -27438,6 +29932,7 @@ "dbms": 121, "name": "global.system_event.shared server idle wait.wait_class", "vartype": 1, + "default": "Idle", "summary": "system_event.shared server idle wait.wait_class: Idle", "scope": "global", "metric_type": 2 @@ -27449,9 +29944,10 @@ "dbms": 121, "name": "global.system_event.shared server idle wait.wait_class#", "vartype": 2, + "default": "6", "summary": "system_event.shared server idle wait.wait_class#: 6", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -27460,6 +29956,7 @@ "dbms": 121, "name": "global.system_event.shared server idle wait.wait_class_id", "vartype": 2, + "default": "2723168908", "summary": "system_event.shared server idle wait.wait_class_id: 2723168908", "scope": "global", "metric_type": 1 @@ -27471,6 +29968,7 @@ "dbms": 121, "name": "global.system_event.smon timer.average_wait", "vartype": 3, + "default": "170.85", "summary": "system_event.smon timer.average_wait: 170.85", "scope": "global", "metric_type": 3 @@ -27482,6 +29980,7 @@ "dbms": 121, "name": "global.system_event.smon timer.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.smon timer.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -27493,6 +29992,7 @@ "dbms": 121, "name": "global.system_event.smon timer.con_id", "vartype": 2, + "default": "0", "summary": "system_event.smon timer.con_id: 0", "scope": "global", "metric_type": 1 @@ -27504,6 +30004,7 @@ "dbms": 121, "name": "global.system_event.smon timer.event_id", "vartype": 2, + "default": "1403232821", "summary": "system_event.smon timer.event_id: 1403232821", "scope": "global", "metric_type": 1 @@ -27515,6 +30016,7 @@ "dbms": 121, "name": "global.system_event.smon timer.time_waited", "vartype": 2, + "default": "1879", "summary": "system_event.smon timer.time_waited: 1879", "scope": "global", "metric_type": 1 @@ -27526,6 +30028,7 @@ "dbms": 121, "name": "global.system_event.smon timer.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.smon timer.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -27537,6 +30040,7 @@ "dbms": 121, "name": "global.system_event.smon timer.time_waited_micro", "vartype": 2, + "default": "18793720", "summary": "system_event.smon timer.time_waited_micro: 18793720", "scope": "global", "metric_type": 1 @@ -27548,6 +30052,7 @@ "dbms": 121, "name": "global.system_event.smon timer.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.smon timer.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -27559,6 +30064,7 @@ "dbms": 121, "name": "global.system_event.smon timer.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.smon timer.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -27570,6 +30076,7 @@ "dbms": 121, "name": "global.system_event.smon timer.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.smon timer.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -27581,6 +30088,7 @@ "dbms": 121, "name": "global.system_event.smon timer.total_waits", "vartype": 2, + "default": "11", "summary": "system_event.smon timer.total_waits: 11", "scope": "global", "metric_type": 1 @@ -27592,6 +30100,7 @@ "dbms": 121, "name": "global.system_event.smon timer.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.smon timer.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -27603,6 +30112,7 @@ "dbms": 121, "name": "global.system_event.smon timer.wait_class", "vartype": 1, + "default": "Idle", "summary": "system_event.smon timer.wait_class: Idle", "scope": "global", "metric_type": 2 @@ -27614,9 +30124,10 @@ "dbms": 121, "name": "global.system_event.smon timer.wait_class#", "vartype": 2, + "default": "6", "summary": "system_event.smon timer.wait_class#: 6", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -27625,6 +30136,7 @@ "dbms": 121, "name": "global.system_event.smon timer.wait_class_id", "vartype": 2, + "default": "2723168908", "summary": "system_event.smon timer.wait_class_id: 2723168908", "scope": "global", "metric_type": 1 @@ -27636,6 +30148,7 @@ "dbms": 121, "name": "global.system_event.space manager: slave idle wait.average_wait", "vartype": 3, + "default": "482.47", "summary": "system_event.space manager: slave idle wait.average_wait: 482.47", "scope": "global", "metric_type": 3 @@ -27647,6 +30160,7 @@ "dbms": 121, "name": "global.system_event.space manager: slave idle wait.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.space manager: slave idle wait.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -27658,6 +30172,7 @@ "dbms": 121, "name": "global.system_event.space manager: slave idle wait.con_id", "vartype": 2, + "default": "0", "summary": "system_event.space manager: slave idle wait.con_id: 0", "scope": "global", "metric_type": 1 @@ -27669,6 +30184,7 @@ "dbms": 121, "name": "global.system_event.space manager: slave idle wait.event_id", "vartype": 2, + "default": "2942611488", "summary": "system_event.space manager: slave idle wait.event_id: 2942611488", "scope": "global", "metric_type": 1 @@ -27680,6 +30196,7 @@ "dbms": 121, "name": "global.system_event.space manager: slave idle wait.time_waited", "vartype": 2, + "default": "8684", "summary": "system_event.space manager: slave idle wait.time_waited: 8684", "scope": "global", "metric_type": 1 @@ -27691,6 +30208,7 @@ "dbms": 121, "name": "global.system_event.space manager: slave idle wait.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.space manager: slave idle wait.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -27702,6 +30220,7 @@ "dbms": 121, "name": "global.system_event.space manager: slave idle wait.time_waited_micro", "vartype": 2, + "default": "86843923", "summary": "system_event.space manager: slave idle wait.time_waited_micro: 86843923", "scope": "global", "metric_type": 1 @@ -27713,6 +30232,7 @@ "dbms": 121, "name": "global.system_event.space manager: slave idle wait.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.space manager: slave idle wait.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -27724,6 +30244,7 @@ "dbms": 121, "name": "global.system_event.space manager: slave idle wait.total_timeouts", "vartype": 2, + "default": "16", "summary": "system_event.space manager: slave idle wait.total_timeouts: 16", "scope": "global", "metric_type": 1 @@ -27735,6 +30256,7 @@ "dbms": 121, "name": "global.system_event.space manager: slave idle wait.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.space manager: slave idle wait.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -27746,6 +30268,7 @@ "dbms": 121, "name": "global.system_event.space manager: slave idle wait.total_waits", "vartype": 2, + "default": "18", "summary": "system_event.space manager: slave idle wait.total_waits: 18", "scope": "global", "metric_type": 1 @@ -27757,6 +30280,7 @@ "dbms": 121, "name": "global.system_event.space manager: slave idle wait.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.space manager: slave idle wait.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -27768,6 +30292,7 @@ "dbms": 121, "name": "global.system_event.space manager: slave idle wait.wait_class", "vartype": 1, + "default": "Idle", "summary": "system_event.space manager: slave idle wait.wait_class: Idle", "scope": "global", "metric_type": 2 @@ -27779,9 +30304,10 @@ "dbms": 121, "name": "global.system_event.space manager: slave idle wait.wait_class#", "vartype": 2, + "default": "6", "summary": "system_event.space manager: slave idle wait.wait_class#: 6", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -27790,6 +30316,7 @@ "dbms": 121, "name": "global.system_event.space manager: slave idle wait.wait_class_id", "vartype": 2, + "default": "2723168908", "summary": "system_event.space manager: slave idle wait.wait_class_id: 2723168908", "scope": "global", "metric_type": 1 @@ -27801,6 +30328,7 @@ "dbms": 121, "name": "global.system_event.sql*net message from client.average_wait", "vartype": 3, + "default": "0.09", "summary": "system_event.sql*net message from client.average_wait: 0.09", "scope": "global", "metric_type": 3 @@ -27812,6 +30340,7 @@ "dbms": 121, "name": "global.system_event.sql*net message from client.average_wait_fg", "vartype": 3, + "default": "0.09", "summary": "system_event.sql*net message from client.average_wait_fg: 0.09", "scope": "global", "metric_type": 3 @@ -27823,6 +30352,7 @@ "dbms": 121, "name": "global.system_event.sql*net message from client.con_id", "vartype": 2, + "default": "0", "summary": "system_event.sql*net message from client.con_id: 0", "scope": "global", "metric_type": 1 @@ -27834,6 +30364,7 @@ "dbms": 121, "name": "global.system_event.sql*net message from client.event_id", "vartype": 2, + "default": "1421975091", "summary": "system_event.sql*net message from client.event_id: 1421975091", "scope": "global", "metric_type": 1 @@ -27845,6 +30376,7 @@ "dbms": 121, "name": "global.system_event.sql*net message from client.time_waited", "vartype": 2, + "default": "6073", "summary": "system_event.sql*net message from client.time_waited: 6073", "scope": "global", "metric_type": 1 @@ -27856,6 +30388,7 @@ "dbms": 121, "name": "global.system_event.sql*net message from client.time_waited_fg", "vartype": 2, + "default": "6043", "summary": "system_event.sql*net message from client.time_waited_fg: 6043", "scope": "global", "metric_type": 1 @@ -27867,6 +30400,7 @@ "dbms": 121, "name": "global.system_event.sql*net message from client.time_waited_micro", "vartype": 2, + "default": "60726390", "summary": "system_event.sql*net message from client.time_waited_micro: 60726390", "scope": "global", "metric_type": 1 @@ -27878,6 +30412,7 @@ "dbms": 121, "name": "global.system_event.sql*net message from client.time_waited_micro_fg", "vartype": 2, + "default": "60427416", "summary": "system_event.sql*net message from client.time_waited_micro_fg: 60427416", "scope": "global", "metric_type": 1 @@ -27889,6 +30424,7 @@ "dbms": 121, "name": "global.system_event.sql*net message from client.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.sql*net message from client.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -27900,6 +30436,7 @@ "dbms": 121, "name": "global.system_event.sql*net message from client.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.sql*net message from client.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -27911,6 +30448,7 @@ "dbms": 121, "name": "global.system_event.sql*net message from client.total_waits", "vartype": 2, + "default": "66322", "summary": "system_event.sql*net message from client.total_waits: 66322", "scope": "global", "metric_type": 1 @@ -27922,6 +30460,7 @@ "dbms": 121, "name": "global.system_event.sql*net message from client.total_waits_fg", "vartype": 2, + "default": "66282", "summary": "system_event.sql*net message from client.total_waits_fg: 66282", "scope": "global", "metric_type": 1 @@ -27933,6 +30472,7 @@ "dbms": 121, "name": "global.system_event.sql*net message from client.wait_class", "vartype": 1, + "default": "Idle", "summary": "system_event.sql*net message from client.wait_class: Idle", "scope": "global", "metric_type": 2 @@ -27944,9 +30484,10 @@ "dbms": 121, "name": "global.system_event.sql*net message from client.wait_class#", "vartype": 2, + "default": "6", "summary": "system_event.sql*net message from client.wait_class#: 6", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -27955,6 +30496,7 @@ "dbms": 121, "name": "global.system_event.sql*net message from client.wait_class_id", "vartype": 2, + "default": "2723168908", "summary": "system_event.sql*net message from client.wait_class_id: 2723168908", "scope": "global", "metric_type": 1 @@ -27966,6 +30508,7 @@ "dbms": 121, "name": "global.system_event.sql*net message to client.average_wait", "vartype": 2, + "default": "0", "summary": "system_event.sql*net message to client.average_wait: 0", "scope": "global", "metric_type": 3 @@ -27977,6 +30520,7 @@ "dbms": 121, "name": "global.system_event.sql*net message to client.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.sql*net message to client.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -27988,6 +30532,7 @@ "dbms": 121, "name": "global.system_event.sql*net message to client.con_id", "vartype": 2, + "default": "0", "summary": "system_event.sql*net message to client.con_id: 0", "scope": "global", "metric_type": 1 @@ -27999,6 +30544,7 @@ "dbms": 121, "name": "global.system_event.sql*net message to client.event_id", "vartype": 2, + "default": "2067390145", "summary": "system_event.sql*net message to client.event_id: 2067390145", "scope": "global", "metric_type": 1 @@ -28010,6 +30556,7 @@ "dbms": 121, "name": "global.system_event.sql*net message to client.time_waited", "vartype": 2, + "default": "73", "summary": "system_event.sql*net message to client.time_waited: 73", "scope": "global", "metric_type": 1 @@ -28021,6 +30568,7 @@ "dbms": 121, "name": "global.system_event.sql*net message to client.time_waited_fg", "vartype": 2, + "default": "73", "summary": "system_event.sql*net message to client.time_waited_fg: 73", "scope": "global", "metric_type": 1 @@ -28032,6 +30580,7 @@ "dbms": 121, "name": "global.system_event.sql*net message to client.time_waited_micro", "vartype": 2, + "default": "728527", "summary": "system_event.sql*net message to client.time_waited_micro: 728527", "scope": "global", "metric_type": 1 @@ -28043,6 +30592,7 @@ "dbms": 121, "name": "global.system_event.sql*net message to client.time_waited_micro_fg", "vartype": 2, + "default": "728250", "summary": "system_event.sql*net message to client.time_waited_micro_fg: 728250", "scope": "global", "metric_type": 1 @@ -28054,6 +30604,7 @@ "dbms": 121, "name": "global.system_event.sql*net message to client.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.sql*net message to client.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -28065,6 +30616,7 @@ "dbms": 121, "name": "global.system_event.sql*net message to client.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.sql*net message to client.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -28076,6 +30628,7 @@ "dbms": 121, "name": "global.system_event.sql*net message to client.total_waits", "vartype": 2, + "default": "66314", "summary": "system_event.sql*net message to client.total_waits: 66314", "scope": "global", "metric_type": 1 @@ -28087,6 +30640,7 @@ "dbms": 121, "name": "global.system_event.sql*net message to client.total_waits_fg", "vartype": 2, + "default": "66283", "summary": "system_event.sql*net message to client.total_waits_fg: 66283", "scope": "global", "metric_type": 1 @@ -28098,6 +30652,7 @@ "dbms": 121, "name": "global.system_event.sql*net message to client.wait_class", "vartype": 1, + "default": "Network", "summary": "system_event.sql*net message to client.wait_class: Network", "scope": "global", "metric_type": 2 @@ -28109,9 +30664,10 @@ "dbms": 121, "name": "global.system_event.sql*net message to client.wait_class#", "vartype": 2, + "default": "7", "summary": "system_event.sql*net message to client.wait_class#: 7", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -28120,6 +30676,7 @@ "dbms": 121, "name": "global.system_event.sql*net message to client.wait_class_id", "vartype": 2, + "default": "2000153315", "summary": "system_event.sql*net message to client.wait_class_id: 2000153315", "scope": "global", "metric_type": 1 @@ -28131,6 +30688,7 @@ "dbms": 121, "name": "global.system_event.streams aq: qmn coordinator idle wait.average_wait", "vartype": 3, + "default": "936.82", "summary": "system_event.streams aq: qmn coordinator idle wait.average_wait: 936.82", "scope": "global", "metric_type": 3 @@ -28142,6 +30700,7 @@ "dbms": 121, "name": "global.system_event.streams aq: qmn coordinator idle wait.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.streams aq: qmn coordinator idle wait.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -28153,6 +30712,7 @@ "dbms": 121, "name": "global.system_event.streams aq: qmn coordinator idle wait.con_id", "vartype": 2, + "default": "0", "summary": "system_event.streams aq: qmn coordinator idle wait.con_id: 0", "scope": "global", "metric_type": 1 @@ -28164,6 +30724,7 @@ "dbms": 121, "name": "global.system_event.streams aq: qmn coordinator idle wait.event_id", "vartype": 2, + "default": "989870553", "summary": "system_event.streams aq: qmn coordinator idle wait.event_id: 989870553", "scope": "global", "metric_type": 1 @@ -28175,6 +30736,7 @@ "dbms": 121, "name": "global.system_event.streams aq: qmn coordinator idle wait.time_waited", "vartype": 2, + "default": "2810", "summary": "system_event.streams aq: qmn coordinator idle wait.time_waited: 2810", "scope": "global", "metric_type": 1 @@ -28186,6 +30748,7 @@ "dbms": 121, "name": "global.system_event.streams aq: qmn coordinator idle wait.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.streams aq: qmn coordinator idle wait.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -28197,6 +30760,7 @@ "dbms": 121, "name": "global.system_event.streams aq: qmn coordinator idle wait.time_waited_micro", "vartype": 2, + "default": "28104532", "summary": "system_event.streams aq: qmn coordinator idle wait.time_waited_micro: 28104532", "scope": "global", "metric_type": 1 @@ -28208,6 +30772,7 @@ "dbms": 121, "name": "global.system_event.streams aq: qmn coordinator idle wait.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.streams aq: qmn coordinator idle wait.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -28219,6 +30784,7 @@ "dbms": 121, "name": "global.system_event.streams aq: qmn coordinator idle wait.total_timeouts", "vartype": 2, + "default": "2", "summary": "system_event.streams aq: qmn coordinator idle wait.total_timeouts: 2", "scope": "global", "metric_type": 1 @@ -28230,6 +30796,7 @@ "dbms": 121, "name": "global.system_event.streams aq: qmn coordinator idle wait.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.streams aq: qmn coordinator idle wait.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -28241,6 +30808,7 @@ "dbms": 121, "name": "global.system_event.streams aq: qmn coordinator idle wait.total_waits", "vartype": 2, + "default": "3", "summary": "system_event.streams aq: qmn coordinator idle wait.total_waits: 3", "scope": "global", "metric_type": 1 @@ -28252,6 +30820,7 @@ "dbms": 121, "name": "global.system_event.streams aq: qmn coordinator idle wait.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.streams aq: qmn coordinator idle wait.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -28263,6 +30832,7 @@ "dbms": 121, "name": "global.system_event.streams aq: qmn coordinator idle wait.wait_class", "vartype": 1, + "default": "Idle", "summary": "system_event.streams aq: qmn coordinator idle wait.wait_class: Idle", "scope": "global", "metric_type": 2 @@ -28274,9 +30844,10 @@ "dbms": 121, "name": "global.system_event.streams aq: qmn coordinator idle wait.wait_class#", "vartype": 2, + "default": "6", "summary": "system_event.streams aq: qmn coordinator idle wait.wait_class#: 6", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -28285,6 +30856,7 @@ "dbms": 121, "name": "global.system_event.streams aq: qmn coordinator idle wait.wait_class_id", "vartype": 2, + "default": "2723168908", "summary": "system_event.streams aq: qmn coordinator idle wait.wait_class_id: 2723168908", "scope": "global", "metric_type": 1 @@ -28296,6 +30868,7 @@ "dbms": 121, "name": "global.system_event.streams aq: qmn slave idle wait.average_wait", "vartype": 3, + "default": "1402.07", "summary": "system_event.streams aq: qmn slave idle wait.average_wait: 1402.07", "scope": "global", "metric_type": 3 @@ -28307,6 +30880,7 @@ "dbms": 121, "name": "global.system_event.streams aq: qmn slave idle wait.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.streams aq: qmn slave idle wait.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -28318,6 +30892,7 @@ "dbms": 121, "name": "global.system_event.streams aq: qmn slave idle wait.con_id", "vartype": 2, + "default": "0", "summary": "system_event.streams aq: qmn slave idle wait.con_id: 0", "scope": "global", "metric_type": 1 @@ -28329,6 +30904,7 @@ "dbms": 121, "name": "global.system_event.streams aq: qmn slave idle wait.event_id", "vartype": 2, + "default": "1830121438", "summary": "system_event.streams aq: qmn slave idle wait.event_id: 1830121438", "scope": "global", "metric_type": 1 @@ -28340,6 +30916,7 @@ "dbms": 121, "name": "global.system_event.streams aq: qmn slave idle wait.time_waited", "vartype": 2, + "default": "5608", "summary": "system_event.streams aq: qmn slave idle wait.time_waited: 5608", "scope": "global", "metric_type": 1 @@ -28351,6 +30928,7 @@ "dbms": 121, "name": "global.system_event.streams aq: qmn slave idle wait.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.streams aq: qmn slave idle wait.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -28362,6 +30940,7 @@ "dbms": 121, "name": "global.system_event.streams aq: qmn slave idle wait.time_waited_micro", "vartype": 2, + "default": "56082680", "summary": "system_event.streams aq: qmn slave idle wait.time_waited_micro: 56082680", "scope": "global", "metric_type": 1 @@ -28373,6 +30952,7 @@ "dbms": 121, "name": "global.system_event.streams aq: qmn slave idle wait.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.streams aq: qmn slave idle wait.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -28384,6 +30964,7 @@ "dbms": 121, "name": "global.system_event.streams aq: qmn slave idle wait.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.streams aq: qmn slave idle wait.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -28395,6 +30976,7 @@ "dbms": 121, "name": "global.system_event.streams aq: qmn slave idle wait.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.streams aq: qmn slave idle wait.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -28406,6 +30988,7 @@ "dbms": 121, "name": "global.system_event.streams aq: qmn slave idle wait.total_waits", "vartype": 2, + "default": "4", "summary": "system_event.streams aq: qmn slave idle wait.total_waits: 4", "scope": "global", "metric_type": 1 @@ -28417,6 +31000,7 @@ "dbms": 121, "name": "global.system_event.streams aq: qmn slave idle wait.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.streams aq: qmn slave idle wait.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -28428,6 +31012,7 @@ "dbms": 121, "name": "global.system_event.streams aq: qmn slave idle wait.wait_class", "vartype": 1, + "default": "Idle", "summary": "system_event.streams aq: qmn slave idle wait.wait_class: Idle", "scope": "global", "metric_type": 2 @@ -28439,9 +31024,10 @@ "dbms": 121, "name": "global.system_event.streams aq: qmn slave idle wait.wait_class#", "vartype": 2, + "default": "6", "summary": "system_event.streams aq: qmn slave idle wait.wait_class#: 6", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -28450,6 +31036,7 @@ "dbms": 121, "name": "global.system_event.streams aq: qmn slave idle wait.wait_class_id", "vartype": 2, + "default": "2723168908", "summary": "system_event.streams aq: qmn slave idle wait.wait_class_id: 2723168908", "scope": "global", "metric_type": 1 @@ -28461,6 +31048,7 @@ "dbms": 121, "name": "global.system_event.target log write size.average_wait", "vartype": 3, + "default": "0.07", "summary": "system_event.target log write size.average_wait: 0.07", "scope": "global", "metric_type": 3 @@ -28472,6 +31060,7 @@ "dbms": 121, "name": "global.system_event.target log write size.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.target log write size.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -28483,6 +31072,7 @@ "dbms": 121, "name": "global.system_event.target log write size.con_id", "vartype": 2, + "default": "0", "summary": "system_event.target log write size.con_id: 0", "scope": "global", "metric_type": 1 @@ -28494,6 +31084,7 @@ "dbms": 121, "name": "global.system_event.target log write size.event_id", "vartype": 2, + "default": "2397844549", "summary": "system_event.target log write size.event_id: 2397844549", "scope": "global", "metric_type": 1 @@ -28505,6 +31096,7 @@ "dbms": 121, "name": "global.system_event.target log write size.time_waited", "vartype": 2, + "default": "17", "summary": "system_event.target log write size.time_waited: 17", "scope": "global", "metric_type": 1 @@ -28516,6 +31108,7 @@ "dbms": 121, "name": "global.system_event.target log write size.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.target log write size.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -28527,6 +31120,7 @@ "dbms": 121, "name": "global.system_event.target log write size.time_waited_micro", "vartype": 2, + "default": "174338", "summary": "system_event.target log write size.time_waited_micro: 174338", "scope": "global", "metric_type": 1 @@ -28538,6 +31132,7 @@ "dbms": 121, "name": "global.system_event.target log write size.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.target log write size.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -28549,6 +31144,7 @@ "dbms": 121, "name": "global.system_event.target log write size.total_timeouts", "vartype": 2, + "default": "1", "summary": "system_event.target log write size.total_timeouts: 1", "scope": "global", "metric_type": 1 @@ -28560,6 +31156,7 @@ "dbms": 121, "name": "global.system_event.target log write size.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.target log write size.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -28571,6 +31168,7 @@ "dbms": 121, "name": "global.system_event.target log write size.total_waits", "vartype": 2, + "default": "243", "summary": "system_event.target log write size.total_waits: 243", "scope": "global", "metric_type": 1 @@ -28582,6 +31180,7 @@ "dbms": 121, "name": "global.system_event.target log write size.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.target log write size.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -28593,6 +31192,7 @@ "dbms": 121, "name": "global.system_event.target log write size.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.target log write size.wait_class: Other", "scope": "global", "metric_type": 2 @@ -28604,9 +31204,10 @@ "dbms": 121, "name": "global.system_event.target log write size.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.target log write size.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -28615,6 +31216,7 @@ "dbms": 121, "name": "global.system_event.target log write size.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.target log write size.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -28626,6 +31228,7 @@ "dbms": 121, "name": "global.system_event.vkrm idle.average_wait", "vartype": 3, + "default": "4486.77", "summary": "system_event.vkrm idle.average_wait: 4486.77", "scope": "global", "metric_type": 3 @@ -28637,6 +31240,7 @@ "dbms": 121, "name": "global.system_event.vkrm idle.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.vkrm idle.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -28648,6 +31252,7 @@ "dbms": 121, "name": "global.system_event.vkrm idle.con_id", "vartype": 2, + "default": "0", "summary": "system_event.vkrm idle.con_id: 0", "scope": "global", "metric_type": 1 @@ -28659,6 +31264,7 @@ "dbms": 121, "name": "global.system_event.vkrm idle.event_id", "vartype": 2, + "default": "58311103", "summary": "system_event.vkrm idle.event_id: 58311103", "scope": "global", "metric_type": 1 @@ -28670,6 +31276,7 @@ "dbms": 121, "name": "global.system_event.vkrm idle.time_waited", "vartype": 2, + "default": "4487", "summary": "system_event.vkrm idle.time_waited: 4487", "scope": "global", "metric_type": 1 @@ -28681,6 +31288,7 @@ "dbms": 121, "name": "global.system_event.vkrm idle.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.vkrm idle.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -28692,6 +31300,7 @@ "dbms": 121, "name": "global.system_event.vkrm idle.time_waited_micro", "vartype": 2, + "default": "44867706", "summary": "system_event.vkrm idle.time_waited_micro: 44867706", "scope": "global", "metric_type": 1 @@ -28703,6 +31312,7 @@ "dbms": 121, "name": "global.system_event.vkrm idle.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.vkrm idle.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -28714,6 +31324,7 @@ "dbms": 121, "name": "global.system_event.vkrm idle.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.vkrm idle.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -28725,6 +31336,7 @@ "dbms": 121, "name": "global.system_event.vkrm idle.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.vkrm idle.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -28736,6 +31348,7 @@ "dbms": 121, "name": "global.system_event.vkrm idle.total_waits", "vartype": 2, + "default": "1", "summary": "system_event.vkrm idle.total_waits: 1", "scope": "global", "metric_type": 1 @@ -28747,6 +31360,7 @@ "dbms": 121, "name": "global.system_event.vkrm idle.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.vkrm idle.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -28758,6 +31372,7 @@ "dbms": 121, "name": "global.system_event.vkrm idle.wait_class", "vartype": 1, + "default": "Idle", "summary": "system_event.vkrm idle.wait_class: Idle", "scope": "global", "metric_type": 2 @@ -28769,9 +31384,10 @@ "dbms": 121, "name": "global.system_event.vkrm idle.wait_class#", "vartype": 2, + "default": "6", "summary": "system_event.vkrm idle.wait_class#: 6", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -28780,6 +31396,7 @@ "dbms": 121, "name": "global.system_event.vkrm idle.wait_class_id", "vartype": 2, + "default": "2723168908", "summary": "system_event.vkrm idle.wait_class_id: 2723168908", "scope": "global", "metric_type": 1 diff --git a/server/website/website/fixtures/oracle-12_metrics.json b/server/website/website/fixtures/oracle-12_metrics.json index cf6a6d8..c0668ff 100644 --- a/server/website/website/fixtures/oracle-12_metrics.json +++ b/server/website/website/fixtures/oracle-12_metrics.json @@ -4,7 +4,8 @@ "dbms": 12, "name": "global.sys_time_model.background cpu time", "vartype": 2, - "summary": "sys_time_model.background cpu time: 5120000", + "default": "140438044", + "summary": "sys_time_model.background cpu time: 140438044", "scope": "global", "metric_type": 1 }, @@ -15,7 +16,8 @@ "dbms": 12, "name": "global.sys_time_model.background elapsed time", "vartype": 2, - "summary": "sys_time_model.background elapsed time: 11771385", + "default": "1038063544", + "summary": "sys_time_model.background elapsed time: 1038063544", "scope": "global", "metric_type": 1 }, @@ -26,6 +28,7 @@ "dbms": 12, "name": "global.sys_time_model.background im population cpu time", "vartype": 2, + "default": "0", "summary": "sys_time_model.background im population cpu time: 0", "scope": "global", "metric_type": 1 @@ -37,6 +40,7 @@ "dbms": 12, "name": "global.sys_time_model.background im population elapsed time", "vartype": 2, + "default": "0", "summary": "sys_time_model.background im population elapsed time: 0", "scope": "global", "metric_type": 1 @@ -48,6 +52,7 @@ "dbms": 12, "name": "global.sys_time_model.background im prepopulation cpu time", "vartype": 2, + "default": "0", "summary": "sys_time_model.background im prepopulation cpu time: 0", "scope": "global", "metric_type": 1 @@ -59,6 +64,7 @@ "dbms": 12, "name": "global.sys_time_model.background im prepopulation elapsed time", "vartype": 2, + "default": "0", "summary": "sys_time_model.background im prepopulation elapsed time: 0", "scope": "global", "metric_type": 1 @@ -70,6 +76,7 @@ "dbms": 12, "name": "global.sys_time_model.background im repopulation cpu time", "vartype": 2, + "default": "0", "summary": "sys_time_model.background im repopulation cpu time: 0", "scope": "global", "metric_type": 1 @@ -81,6 +88,7 @@ "dbms": 12, "name": "global.sys_time_model.background im repopulation elapsed time", "vartype": 2, + "default": "0", "summary": "sys_time_model.background im repopulation elapsed time: 0", "scope": "global", "metric_type": 1 @@ -92,6 +100,7 @@ "dbms": 12, "name": "global.sys_time_model.background im trickle repopulation cpu time", "vartype": 2, + "default": "0", "summary": "sys_time_model.background im trickle repopulation cpu time: 0", "scope": "global", "metric_type": 1 @@ -103,6 +112,7 @@ "dbms": 12, "name": "global.sys_time_model.background im trickle repopulation elapsed time", "vartype": 2, + "default": "0", "summary": "sys_time_model.background im trickle repopulation elapsed time: 0", "scope": "global", "metric_type": 1 @@ -114,7 +124,8 @@ "dbms": 12, "name": "global.sys_time_model.connection management call elapsed time", "vartype": 2, - "summary": "sys_time_model.connection management call elapsed time: 128459", + "default": "32326328", + "summary": "sys_time_model.connection management call elapsed time: 32326328", "scope": "global", "metric_type": 1 }, @@ -125,7 +136,8 @@ "dbms": 12, "name": "global.sys_time_model.db cpu", "vartype": 2, - "summary": "sys_time_model.db cpu: 24250000", + "default": "993992151", + "summary": "sys_time_model.db cpu: 993992151", "scope": "global", "metric_type": 1 }, @@ -136,7 +148,8 @@ "dbms": 12, "name": "global.sys_time_model.db time", "vartype": 2, - "summary": "sys_time_model.db time: 58242588", + "default": "3575063353", + "summary": "sys_time_model.db time: 3575063353", "scope": "global", "metric_type": 1 }, @@ -147,6 +160,7 @@ "dbms": 12, "name": "global.sys_time_model.failed parse (out of shared memory) elapsed time", "vartype": 2, + "default": "0", "summary": "sys_time_model.failed parse (out of shared memory) elapsed time: 0", "scope": "global", "metric_type": 1 @@ -158,7 +172,8 @@ "dbms": 12, "name": "global.sys_time_model.failed parse elapsed time", "vartype": 2, - "summary": "sys_time_model.failed parse elapsed time: 1158276", + "default": "211344", + "summary": "sys_time_model.failed parse elapsed time: 211344", "scope": "global", "metric_type": 1 }, @@ -169,7 +184,8 @@ "dbms": 12, "name": "global.sys_time_model.hard parse (bind mismatch) elapsed time", "vartype": 2, - "summary": "sys_time_model.hard parse (bind mismatch) elapsed time: 22643", + "default": "33460", + "summary": "sys_time_model.hard parse (bind mismatch) elapsed time: 33460", "scope": "global", "metric_type": 1 }, @@ -180,7 +196,8 @@ "dbms": 12, "name": "global.sys_time_model.hard parse (sharing criteria) elapsed time", "vartype": 2, - "summary": "sys_time_model.hard parse (sharing criteria) elapsed time: 3382259", + "default": "3889485", + "summary": "sys_time_model.hard parse (sharing criteria) elapsed time: 3889485", "scope": "global", "metric_type": 1 }, @@ -191,7 +208,8 @@ "dbms": 12, "name": "global.sys_time_model.hard parse elapsed time", "vartype": 2, - "summary": "sys_time_model.hard parse elapsed time: 5733482", + "default": "90449532", + "summary": "sys_time_model.hard parse elapsed time: 90449532", "scope": "global", "metric_type": 1 }, @@ -202,6 +220,7 @@ "dbms": 12, "name": "global.sys_time_model.inbound pl/sql rpc elapsed time", "vartype": 2, + "default": "0", "summary": "sys_time_model.inbound pl/sql rpc elapsed time: 0", "scope": "global", "metric_type": 1 @@ -213,6 +232,7 @@ "dbms": 12, "name": "global.sys_time_model.java execution elapsed time", "vartype": 2, + "default": "0", "summary": "sys_time_model.java execution elapsed time: 0", "scope": "global", "metric_type": 1 @@ -224,6 +244,7 @@ "dbms": 12, "name": "global.sys_time_model.olap engine cpu time", "vartype": 2, + "default": "0", "summary": "sys_time_model.olap engine cpu time: 0", "scope": "global", "metric_type": 1 @@ -235,6 +256,7 @@ "dbms": 12, "name": "global.sys_time_model.olap engine elapsed time", "vartype": 2, + "default": "0", "summary": "sys_time_model.olap engine elapsed time: 0", "scope": "global", "metric_type": 1 @@ -246,7 +268,8 @@ "dbms": 12, "name": "global.sys_time_model.parse time elapsed", "vartype": 2, - "summary": "sys_time_model.parse time elapsed: 18716932", + "default": "119742855", + "summary": "sys_time_model.parse time elapsed: 119742855", "scope": "global", "metric_type": 1 }, @@ -257,7 +280,8 @@ "dbms": 12, "name": "global.sys_time_model.pl/sql compilation elapsed time", "vartype": 2, - "summary": "sys_time_model.pl/sql compilation elapsed time: 36486", + "default": "2505421", + "summary": "sys_time_model.pl/sql compilation elapsed time: 2505421", "scope": "global", "metric_type": 1 }, @@ -268,7 +292,8 @@ "dbms": 12, "name": "global.sys_time_model.pl/sql execution elapsed time", "vartype": 2, - "summary": "sys_time_model.pl/sql execution elapsed time: 3641", + "default": "20246037", + "summary": "sys_time_model.pl/sql execution elapsed time: 20246037", "scope": "global", "metric_type": 1 }, @@ -279,7 +304,8 @@ "dbms": 12, "name": "global.sys_time_model.repeated bind elapsed time", "vartype": 2, - "summary": "sys_time_model.repeated bind elapsed time: 63120", + "default": "155865", + "summary": "sys_time_model.repeated bind elapsed time: 155865", "scope": "global", "metric_type": 1 }, @@ -290,7 +316,8 @@ "dbms": 12, "name": "global.sys_time_model.rman cpu time (backup/restore)", "vartype": 2, - "summary": "sys_time_model.rman cpu time (backup/restore): 0", + "default": "71084", + "summary": "sys_time_model.rman cpu time (backup/restore): 71084", "scope": "global", "metric_type": 1 }, @@ -301,7 +328,8 @@ "dbms": 12, "name": "global.sys_time_model.sequence load elapsed time", "vartype": 2, - "summary": "sys_time_model.sequence load elapsed time: 1020", + "default": "45891", + "summary": "sys_time_model.sequence load elapsed time: 45891", "scope": "global", "metric_type": 1 }, @@ -312,7 +340,8 @@ "dbms": 12, "name": "global.sys_time_model.sql execute elapsed time", "vartype": 2, - "summary": "sys_time_model.sql execute elapsed time: 10823958", + "default": "2672435981", + "summary": "sys_time_model.sql execute elapsed time: 2672435981", "scope": "global", "metric_type": 1 }, @@ -323,6 +352,7 @@ "dbms": 12, "name": "global.sys_time_model.tablespace encryption cpu time", "vartype": 2, + "default": "0", "summary": "sys_time_model.tablespace encryption cpu time: 0", "scope": "global", "metric_type": 1 @@ -334,6 +364,7 @@ "dbms": 12, "name": "global.sys_time_model.tablespace encryption elapsed time", "vartype": 2, + "default": "0", "summary": "sys_time_model.tablespace encryption elapsed time: 0", "scope": "global", "metric_type": 1 @@ -345,7 +376,8 @@ "dbms": 12, "name": "global.sysstat.active txn count during cleanout", "vartype": 2, - "summary": "sysstat.active txn count during cleanout: 147", + "default": "4161", + "summary": "sysstat.active txn count during cleanout: 4161", "scope": "global", "metric_type": 1 }, @@ -356,6 +388,7 @@ "dbms": 12, "name": "global.sysstat.adg global flush", "vartype": 2, + "default": "0", "summary": "sysstat.adg global flush: 0", "scope": "global", "metric_type": 1 @@ -367,6 +400,7 @@ "dbms": 12, "name": "global.sysstat.adg influx scn advance", "vartype": 2, + "default": "0", "summary": "sysstat.adg influx scn advance: 0", "scope": "global", "metric_type": 1 @@ -378,6 +412,7 @@ "dbms": 12, "name": "global.sysstat.adg parselock x get attempts", "vartype": 2, + "default": "0", "summary": "sysstat.adg parselock x get attempts: 0", "scope": "global", "metric_type": 1 @@ -389,6 +424,7 @@ "dbms": 12, "name": "global.sysstat.adg parselock x get successes", "vartype": 2, + "default": "0", "summary": "sysstat.adg parselock x get successes: 0", "scope": "global", "metric_type": 1 @@ -400,6 +436,7 @@ "dbms": 12, "name": "global.sysstat.adg query scn advance", "vartype": 2, + "default": "0", "summary": "sysstat.adg query scn advance: 0", "scope": "global", "metric_type": 1 @@ -411,6 +448,7 @@ "dbms": 12, "name": "global.sysstat.adg segment statistics defer invalidation", "vartype": 2, + "default": "0", "summary": "sysstat.adg segment statistics defer invalidation: 0", "scope": "global", "metric_type": 1 @@ -422,7 +460,8 @@ "dbms": 12, "name": "global.sysstat.application wait time", "vartype": 2, - "summary": "sysstat.application wait time: 1986", + "default": "961", + "summary": "sysstat.application wait time: 961", "scope": "global", "metric_type": 1 }, @@ -433,6 +472,7 @@ "dbms": 12, "name": "global.sysstat.assm bg: segment fix monitor", "vartype": 2, + "default": "0", "summary": "sysstat.assm bg: segment fix monitor: 0", "scope": "global", "metric_type": 1 @@ -444,6 +484,7 @@ "dbms": 12, "name": "global.sysstat.assm bg:create segment fix task", "vartype": 2, + "default": "0", "summary": "sysstat.assm bg:create segment fix task: 0", "scope": "global", "metric_type": 1 @@ -455,6 +496,7 @@ "dbms": 12, "name": "global.sysstat.assm bg:mark segment for fix", "vartype": 2, + "default": "0", "summary": "sysstat.assm bg:mark segment for fix: 0", "scope": "global", "metric_type": 1 @@ -466,6 +508,7 @@ "dbms": 12, "name": "global.sysstat.assm bg:slave compress block", "vartype": 2, + "default": "0", "summary": "sysstat.assm bg:slave compress block: 0", "scope": "global", "metric_type": 1 @@ -477,6 +520,7 @@ "dbms": 12, "name": "global.sysstat.assm bg:slave fix one segment", "vartype": 2, + "default": "0", "summary": "sysstat.assm bg:slave fix one segment: 0", "scope": "global", "metric_type": 1 @@ -488,6 +532,7 @@ "dbms": 12, "name": "global.sysstat.assm bg:slave fix state", "vartype": 2, + "default": "0", "summary": "sysstat.assm bg:slave fix state: 0", "scope": "global", "metric_type": 1 @@ -499,6 +544,7 @@ "dbms": 12, "name": "global.sysstat.assm cbk:blocks accepted", "vartype": 2, + "default": "0", "summary": "sysstat.assm cbk:blocks accepted: 0", "scope": "global", "metric_type": 1 @@ -510,7 +556,8 @@ "dbms": 12, "name": "global.sysstat.assm cbk:blocks examined", "vartype": 2, - "summary": "sysstat.assm cbk:blocks examined: 11", + "default": "55308", + "summary": "sysstat.assm cbk:blocks examined: 55308", "scope": "global", "metric_type": 1 }, @@ -521,7 +568,8 @@ "dbms": 12, "name": "global.sysstat.assm cbk:blocks marked full", "vartype": 2, - "summary": "sysstat.assm cbk:blocks marked full: 0", + "default": "2845", + "summary": "sysstat.assm cbk:blocks marked full: 2845", "scope": "global", "metric_type": 1 }, @@ -532,6 +580,7 @@ "dbms": 12, "name": "global.sysstat.assm cbk:blocks rejected", "vartype": 2, + "default": "0", "summary": "sysstat.assm cbk:blocks rejected: 0", "scope": "global", "metric_type": 1 @@ -543,6 +592,7 @@ "dbms": 12, "name": "global.sysstat.assm fg: submit segment fix task", "vartype": 2, + "default": "0", "summary": "sysstat.assm fg: submit segment fix task: 0", "scope": "global", "metric_type": 1 @@ -554,6 +604,7 @@ "dbms": 12, "name": "global.sysstat.assm gsp:add extent", "vartype": 2, + "default": "0", "summary": "sysstat.assm gsp:add extent: 0", "scope": "global", "metric_type": 1 @@ -565,6 +616,7 @@ "dbms": 12, "name": "global.sysstat.assm gsp:alignment unavailable in space res", "vartype": 2, + "default": "0", "summary": "sysstat.assm gsp:alignment unavailable in space res: 0", "scope": "global", "metric_type": 1 @@ -576,6 +628,7 @@ "dbms": 12, "name": "global.sysstat.assm gsp:blocks provided by space reservation", "vartype": 2, + "default": "0", "summary": "sysstat.assm gsp:blocks provided by space reservation: 0", "scope": "global", "metric_type": 1 @@ -587,6 +640,7 @@ "dbms": 12, "name": "global.sysstat.assm gsp:blocks rejected by access layer callback", "vartype": 2, + "default": "0", "summary": "sysstat.assm gsp:blocks rejected by access layer callback: 0", "scope": "global", "metric_type": 1 @@ -598,6 +652,7 @@ "dbms": 12, "name": "global.sysstat.assm gsp:blocks requested by space reservation", "vartype": 2, + "default": "0", "summary": "sysstat.assm gsp:blocks requested by space reservation: 0", "scope": "global", "metric_type": 1 @@ -609,7 +664,8 @@ "dbms": 12, "name": "global.sysstat.assm gsp:bump hwm", "vartype": 2, - "summary": "sysstat.assm gsp:bump hwm: 1", + "default": "126", + "summary": "sysstat.assm gsp:bump hwm: 126", "scope": "global", "metric_type": 1 }, @@ -620,7 +676,8 @@ "dbms": 12, "name": "global.sysstat.assm gsp:get free block", "vartype": 2, - "summary": "sysstat.assm gsp:get free block: 17", + "default": "53870", + "summary": "sysstat.assm gsp:get free block: 53870", "scope": "global", "metric_type": 1 }, @@ -631,6 +688,7 @@ "dbms": 12, "name": "global.sysstat.assm gsp:get free critical block", "vartype": 2, + "default": "0", "summary": "sysstat.assm gsp:get free critical block: 0", "scope": "global", "metric_type": 1 @@ -642,7 +700,8 @@ "dbms": 12, "name": "global.sysstat.assm gsp:get free data block", "vartype": 2, - "summary": "sysstat.assm gsp:get free data block: 7", + "default": "50903", + "summary": "sysstat.assm gsp:get free data block: 50903", "scope": "global", "metric_type": 1 }, @@ -653,7 +712,8 @@ "dbms": 12, "name": "global.sysstat.assm gsp:get free index block", "vartype": 2, - "summary": "sysstat.assm gsp:get free index block: 0", + "default": "1559", + "summary": "sysstat.assm gsp:get free index block: 1559", "scope": "global", "metric_type": 1 }, @@ -664,7 +724,8 @@ "dbms": 12, "name": "global.sysstat.assm gsp:get free lob block", "vartype": 2, - "summary": "sysstat.assm gsp:get free lob block: 0", + "default": "1363", + "summary": "sysstat.assm gsp:get free lob block: 1363", "scope": "global", "metric_type": 1 }, @@ -675,7 +736,8 @@ "dbms": 12, "name": "global.sysstat.assm gsp:good hint", "vartype": 2, - "summary": "sysstat.assm gsp:good hint: 7", + "default": "0", + "summary": "sysstat.assm gsp:good hint: 0", "scope": "global", "metric_type": 1 }, @@ -686,7 +748,8 @@ "dbms": 12, "name": "global.sysstat.assm gsp:l1 bitmaps examined", "vartype": 2, - "summary": "sysstat.assm gsp:l1 bitmaps examined: 19", + "default": "54734", + "summary": "sysstat.assm gsp:l1 bitmaps examined: 54734", "scope": "global", "metric_type": 1 }, @@ -697,7 +760,8 @@ "dbms": 12, "name": "global.sysstat.assm gsp:l2 bitmap full", "vartype": 2, - "summary": "sysstat.assm gsp:l2 bitmap full: 0", + "default": "30", + "summary": "sysstat.assm gsp:l2 bitmap full: 30", "scope": "global", "metric_type": 1 }, @@ -708,7 +772,8 @@ "dbms": 12, "name": "global.sysstat.assm gsp:l2 bitmaps examined", "vartype": 2, - "summary": "sysstat.assm gsp:l2 bitmaps examined: 32", + "default": "54563", + "summary": "sysstat.assm gsp:l2 bitmaps examined: 54563", "scope": "global", "metric_type": 1 }, @@ -719,6 +784,7 @@ "dbms": 12, "name": "global.sysstat.assm gsp:l3 bitmaps examined", "vartype": 2, + "default": "0", "summary": "sysstat.assm gsp:l3 bitmaps examined: 0", "scope": "global", "metric_type": 1 @@ -730,6 +796,7 @@ "dbms": 12, "name": "global.sysstat.assm gsp:optimized data block rejects", "vartype": 2, + "default": "0", "summary": "sysstat.assm gsp:optimized data block rejects: 0", "scope": "global", "metric_type": 1 @@ -741,6 +808,7 @@ "dbms": 12, "name": "global.sysstat.assm gsp:optimized index block rejects", "vartype": 2, + "default": "0", "summary": "sysstat.assm gsp:optimized index block rejects: 0", "scope": "global", "metric_type": 1 @@ -752,6 +820,7 @@ "dbms": 12, "name": "global.sysstat.assm gsp:optimized reject db", "vartype": 2, + "default": "0", "summary": "sysstat.assm gsp:optimized reject db: 0", "scope": "global", "metric_type": 1 @@ -763,6 +832,7 @@ "dbms": 12, "name": "global.sysstat.assm gsp:optimized reject l1", "vartype": 2, + "default": "0", "summary": "sysstat.assm gsp:optimized reject l1: 0", "scope": "global", "metric_type": 1 @@ -774,6 +844,7 @@ "dbms": 12, "name": "global.sysstat.assm gsp:optimized reject l2", "vartype": 2, + "default": "0", "summary": "sysstat.assm gsp:optimized reject l2: 0", "scope": "global", "metric_type": 1 @@ -785,6 +856,7 @@ "dbms": 12, "name": "global.sysstat.assm gsp:reject db", "vartype": 2, + "default": "0", "summary": "sysstat.assm gsp:reject db: 0", "scope": "global", "metric_type": 1 @@ -796,6 +868,7 @@ "dbms": 12, "name": "global.sysstat.assm gsp:reject l1", "vartype": 2, + "default": "0", "summary": "sysstat.assm gsp:reject l1: 0", "scope": "global", "metric_type": 1 @@ -807,6 +880,7 @@ "dbms": 12, "name": "global.sysstat.assm gsp:reject l2", "vartype": 2, + "default": "0", "summary": "sysstat.assm gsp:reject l2: 0", "scope": "global", "metric_type": 1 @@ -818,6 +892,7 @@ "dbms": 12, "name": "global.sysstat.assm gsp:reject l3", "vartype": 2, + "default": "0", "summary": "sysstat.assm gsp:reject l3: 0", "scope": "global", "metric_type": 1 @@ -829,7 +904,8 @@ "dbms": 12, "name": "global.sysstat.assm gsp:search all", "vartype": 2, - "summary": "sysstat.assm gsp:search all: 1", + "default": "126", + "summary": "sysstat.assm gsp:search all: 126", "scope": "global", "metric_type": 1 }, @@ -840,7 +916,8 @@ "dbms": 12, "name": "global.sysstat.assm gsp:search hint", "vartype": 2, - "summary": "sysstat.assm gsp:search hint: 1", + "default": "84", + "summary": "sysstat.assm gsp:search hint: 84", "scope": "global", "metric_type": 1 }, @@ -851,7 +928,8 @@ "dbms": 12, "name": "global.sysstat.assm gsp:search steal", "vartype": 2, - "summary": "sysstat.assm gsp:search steal: 1", + "default": "126", + "summary": "sysstat.assm gsp:search steal: 126", "scope": "global", "metric_type": 1 }, @@ -862,6 +940,7 @@ "dbms": 12, "name": "global.sysstat.assm gsp:space reservation success", "vartype": 2, + "default": "0", "summary": "sysstat.assm gsp:space reservation success: 0", "scope": "global", "metric_type": 1 @@ -873,6 +952,7 @@ "dbms": 12, "name": "global.sysstat.assm gsp:use space reservation", "vartype": 2, + "default": "0", "summary": "sysstat.assm gsp:use space reservation: 0", "scope": "global", "metric_type": 1 @@ -884,6 +964,7 @@ "dbms": 12, "name": "global.sysstat.assm rsv:alloc from reserve", "vartype": 2, + "default": "0", "summary": "sysstat.assm rsv:alloc from reserve: 0", "scope": "global", "metric_type": 1 @@ -895,6 +976,7 @@ "dbms": 12, "name": "global.sysstat.assm rsv:alloc from reserve fail", "vartype": 2, + "default": "0", "summary": "sysstat.assm rsv:alloc from reserve fail: 0", "scope": "global", "metric_type": 1 @@ -906,6 +988,7 @@ "dbms": 12, "name": "global.sysstat.assm rsv:alloc from reserve succ", "vartype": 2, + "default": "0", "summary": "sysstat.assm rsv:alloc from reserve succ: 0", "scope": "global", "metric_type": 1 @@ -917,6 +1000,7 @@ "dbms": 12, "name": "global.sysstat.assm rsv:clear reserve", "vartype": 2, + "default": "0", "summary": "sysstat.assm rsv:clear reserve: 0", "scope": "global", "metric_type": 1 @@ -928,6 +1012,7 @@ "dbms": 12, "name": "global.sysstat.assm rsv:fill reserve", "vartype": 2, + "default": "0", "summary": "sysstat.assm rsv:fill reserve: 0", "scope": "global", "metric_type": 1 @@ -939,7 +1024,8 @@ "dbms": 12, "name": "global.sysstat.assm wasted db state change", "vartype": 2, - "summary": "sysstat.assm wasted db state change: 17", + "default": "10067", + "summary": "sysstat.assm wasted db state change: 10067", "scope": "global", "metric_type": 1 }, @@ -950,6 +1036,7 @@ "dbms": 12, "name": "global.sysstat.auto extends on undo tablespace", "vartype": 2, + "default": "0", "summary": "sysstat.auto extends on undo tablespace: 0", "scope": "global", "metric_type": 1 @@ -961,6 +1048,7 @@ "dbms": 12, "name": "global.sysstat.ba au bytes allocated", "vartype": 2, + "default": "0", "summary": "sysstat.ba au bytes allocated: 0", "scope": "global", "metric_type": 1 @@ -972,6 +1060,7 @@ "dbms": 12, "name": "global.sysstat.ba bytes for file maps", "vartype": 2, + "default": "0", "summary": "sysstat.ba bytes for file maps: 0", "scope": "global", "metric_type": 1 @@ -983,6 +1072,7 @@ "dbms": 12, "name": "global.sysstat.ba bytes read from disk", "vartype": 2, + "default": "0", "summary": "sysstat.ba bytes read from disk: 0", "scope": "global", "metric_type": 1 @@ -994,6 +1084,7 @@ "dbms": 12, "name": "global.sysstat.ba bytes read from flash", "vartype": 2, + "default": "0", "summary": "sysstat.ba bytes read from flash: 0", "scope": "global", "metric_type": 1 @@ -1005,6 +1096,7 @@ "dbms": 12, "name": "global.sysstat.ba count - borrowed from other node", "vartype": 2, + "default": "0", "summary": "sysstat.ba count - borrowed from other node: 0", "scope": "global", "metric_type": 1 @@ -1016,6 +1108,7 @@ "dbms": 12, "name": "global.sysstat.ba count - cache denied", "vartype": 2, + "default": "0", "summary": "sysstat.ba count - cache denied: 0", "scope": "global", "metric_type": 1 @@ -1027,6 +1120,7 @@ "dbms": 12, "name": "global.sysstat.ba count - cache miss", "vartype": 2, + "default": "0", "summary": "sysstat.ba count - cache miss: 0", "scope": "global", "metric_type": 1 @@ -1038,6 +1132,7 @@ "dbms": 12, "name": "global.sysstat.ba count - searched in pb", "vartype": 2, + "default": "0", "summary": "sysstat.ba count - searched in pb: 0", "scope": "global", "metric_type": 1 @@ -1049,6 +1144,7 @@ "dbms": 12, "name": "global.sysstat.ba count - short circuit in idn", "vartype": 2, + "default": "0", "summary": "sysstat.ba count - short circuit in idn: 0", "scope": "global", "metric_type": 1 @@ -1060,6 +1156,7 @@ "dbms": 12, "name": "global.sysstat.ba count - total allocation requests", "vartype": 2, + "default": "0", "summary": "sysstat.ba count - total allocation requests: 0", "scope": "global", "metric_type": 1 @@ -1071,6 +1168,7 @@ "dbms": 12, "name": "global.sysstat.ba count - unable to short circuit in idn", "vartype": 2, + "default": "0", "summary": "sysstat.ba count - unable to short circuit in idn: 0", "scope": "global", "metric_type": 1 @@ -1082,6 +1180,7 @@ "dbms": 12, "name": "global.sysstat.ba count when 10% of buckets in pb", "vartype": 2, + "default": "0", "summary": "sysstat.ba count when 10% of buckets in pb: 0", "scope": "global", "metric_type": 1 @@ -1093,6 +1192,7 @@ "dbms": 12, "name": "global.sysstat.ba count when 25% of buckets in pb", "vartype": 2, + "default": "0", "summary": "sysstat.ba count when 25% of buckets in pb: 0", "scope": "global", "metric_type": 1 @@ -1104,6 +1204,7 @@ "dbms": 12, "name": "global.sysstat.ba count when 50% of buckets in pb", "vartype": 2, + "default": "0", "summary": "sysstat.ba count when 50% of buckets in pb: 0", "scope": "global", "metric_type": 1 @@ -1115,6 +1216,7 @@ "dbms": 12, "name": "global.sysstat.ba count when 75% of buckets in pb", "vartype": 2, + "default": "0", "summary": "sysstat.ba count when 75% of buckets in pb: 0", "scope": "global", "metric_type": 1 @@ -1126,6 +1228,7 @@ "dbms": 12, "name": "global.sysstat.ba count when 90% of buckets in pb", "vartype": 2, + "default": "0", "summary": "sysstat.ba count when 90% of buckets in pb: 0", "scope": "global", "metric_type": 1 @@ -1137,6 +1240,7 @@ "dbms": 12, "name": "global.sysstat.ba file bytes allocated", "vartype": 2, + "default": "0", "summary": "sysstat.ba file bytes allocated: 0", "scope": "global", "metric_type": 1 @@ -1148,6 +1252,7 @@ "dbms": 12, "name": "global.sysstat.ba file bytes deleted", "vartype": 2, + "default": "0", "summary": "sysstat.ba file bytes deleted: 0", "scope": "global", "metric_type": 1 @@ -1159,6 +1264,7 @@ "dbms": 12, "name": "global.sysstat.ba files created count", "vartype": 2, + "default": "0", "summary": "sysstat.ba files created count: 0", "scope": "global", "metric_type": 1 @@ -1170,6 +1276,7 @@ "dbms": 12, "name": "global.sysstat.ba files deleted count", "vartype": 2, + "default": "0", "summary": "sysstat.ba files deleted count: 0", "scope": "global", "metric_type": 1 @@ -1181,6 +1288,7 @@ "dbms": 12, "name": "global.sysstat.ba flash bytes requested", "vartype": 2, + "default": "0", "summary": "sysstat.ba flash bytes requested: 0", "scope": "global", "metric_type": 1 @@ -1192,6 +1300,7 @@ "dbms": 12, "name": "global.sysstat.ba non-flash bytes requested", "vartype": 2, + "default": "0", "summary": "sysstat.ba non-flash bytes requested: 0", "scope": "global", "metric_type": 1 @@ -1203,6 +1312,7 @@ "dbms": 12, "name": "global.sysstat.ba spare statistic 1", "vartype": 2, + "default": "0", "summary": "sysstat.ba spare statistic 1: 0", "scope": "global", "metric_type": 1 @@ -1214,6 +1324,7 @@ "dbms": 12, "name": "global.sysstat.ba spare statistic 10", "vartype": 2, + "default": "0", "summary": "sysstat.ba spare statistic 10: 0", "scope": "global", "metric_type": 1 @@ -1225,6 +1336,7 @@ "dbms": 12, "name": "global.sysstat.ba spare statistic 11", "vartype": 2, + "default": "0", "summary": "sysstat.ba spare statistic 11: 0", "scope": "global", "metric_type": 1 @@ -1236,6 +1348,7 @@ "dbms": 12, "name": "global.sysstat.ba spare statistic 12", "vartype": 2, + "default": "0", "summary": "sysstat.ba spare statistic 12: 0", "scope": "global", "metric_type": 1 @@ -1247,6 +1360,7 @@ "dbms": 12, "name": "global.sysstat.ba spare statistic 2", "vartype": 2, + "default": "0", "summary": "sysstat.ba spare statistic 2: 0", "scope": "global", "metric_type": 1 @@ -1258,6 +1372,7 @@ "dbms": 12, "name": "global.sysstat.ba spare statistic 3", "vartype": 2, + "default": "0", "summary": "sysstat.ba spare statistic 3: 0", "scope": "global", "metric_type": 1 @@ -1269,6 +1384,7 @@ "dbms": 12, "name": "global.sysstat.ba spare statistic 4", "vartype": 2, + "default": "0", "summary": "sysstat.ba spare statistic 4: 0", "scope": "global", "metric_type": 1 @@ -1280,6 +1396,7 @@ "dbms": 12, "name": "global.sysstat.ba spare statistic 5", "vartype": 2, + "default": "0", "summary": "sysstat.ba spare statistic 5: 0", "scope": "global", "metric_type": 1 @@ -1291,6 +1408,7 @@ "dbms": 12, "name": "global.sysstat.ba spare statistic 6", "vartype": 2, + "default": "0", "summary": "sysstat.ba spare statistic 6: 0", "scope": "global", "metric_type": 1 @@ -1302,6 +1420,7 @@ "dbms": 12, "name": "global.sysstat.ba spare statistic 7", "vartype": 2, + "default": "0", "summary": "sysstat.ba spare statistic 7: 0", "scope": "global", "metric_type": 1 @@ -1313,6 +1432,7 @@ "dbms": 12, "name": "global.sysstat.ba spare statistic 8", "vartype": 2, + "default": "0", "summary": "sysstat.ba spare statistic 8: 0", "scope": "global", "metric_type": 1 @@ -1324,6 +1444,7 @@ "dbms": 12, "name": "global.sysstat.ba spare statistic 9", "vartype": 2, + "default": "0", "summary": "sysstat.ba spare statistic 9: 0", "scope": "global", "metric_type": 1 @@ -1335,7 +1456,8 @@ "dbms": 12, "name": "global.sysstat.background checkpoints completed", "vartype": 2, - "summary": "sysstat.background checkpoints completed: 0", + "default": "2", + "summary": "sysstat.background checkpoints completed: 2", "scope": "global", "metric_type": 1 }, @@ -1346,7 +1468,8 @@ "dbms": 12, "name": "global.sysstat.background checkpoints started", "vartype": 2, - "summary": "sysstat.background checkpoints started: 0", + "default": "2", + "summary": "sysstat.background checkpoints started: 2", "scope": "global", "metric_type": 1 }, @@ -1357,7 +1480,8 @@ "dbms": 12, "name": "global.sysstat.background timeouts", "vartype": 2, - "summary": "sysstat.background timeouts: 489", + "default": "20794", + "summary": "sysstat.background timeouts: 20794", "scope": "global", "metric_type": 1 }, @@ -1368,6 +1492,7 @@ "dbms": 12, "name": "global.sysstat.backup compressed data written locally", "vartype": 2, + "default": "0", "summary": "sysstat.backup compressed data written locally: 0", "scope": "global", "metric_type": 1 @@ -1379,6 +1504,7 @@ "dbms": 12, "name": "global.sysstat.backup compressed data written remotely", "vartype": 2, + "default": "0", "summary": "sysstat.backup compressed data written remotely: 0", "scope": "global", "metric_type": 1 @@ -1390,6 +1516,7 @@ "dbms": 12, "name": "global.sysstat.backup data compressed locally", "vartype": 2, + "default": "0", "summary": "sysstat.backup data compressed locally: 0", "scope": "global", "metric_type": 1 @@ -1401,6 +1528,7 @@ "dbms": 12, "name": "global.sysstat.backup data compressed remotely", "vartype": 2, + "default": "0", "summary": "sysstat.backup data compressed remotely: 0", "scope": "global", "metric_type": 1 @@ -1412,6 +1540,7 @@ "dbms": 12, "name": "global.sysstat.backup piece local processing time", "vartype": 2, + "default": "0", "summary": "sysstat.backup piece local processing time: 0", "scope": "global", "metric_type": 1 @@ -1423,6 +1552,7 @@ "dbms": 12, "name": "global.sysstat.backup piece remote processing time", "vartype": 2, + "default": "0", "summary": "sysstat.backup piece remote processing time: 0", "scope": "global", "metric_type": 1 @@ -1434,6 +1564,7 @@ "dbms": 12, "name": "global.sysstat.backup pieces compressed locally", "vartype": 2, + "default": "0", "summary": "sysstat.backup pieces compressed locally: 0", "scope": "global", "metric_type": 1 @@ -1445,6 +1576,7 @@ "dbms": 12, "name": "global.sysstat.backup pieces compressed remotely", "vartype": 2, + "default": "0", "summary": "sysstat.backup pieces compressed remotely: 0", "scope": "global", "metric_type": 1 @@ -1456,7 +1588,8 @@ "dbms": 12, "name": "global.sysstat.batched io (bound) vector count", "vartype": 2, - "summary": "sysstat.batched io (bound) vector count: 1", + "default": "84", + "summary": "sysstat.batched io (bound) vector count: 84", "scope": "global", "metric_type": 1 }, @@ -1467,7 +1600,8 @@ "dbms": 12, "name": "global.sysstat.batched io (full) vector count", "vartype": 2, - "summary": "sysstat.batched io (full) vector count: 0", + "default": "17673", + "summary": "sysstat.batched io (full) vector count: 17673", "scope": "global", "metric_type": 1 }, @@ -1478,6 +1612,7 @@ "dbms": 12, "name": "global.sysstat.batched io (space) vector count", "vartype": 2, + "default": "0", "summary": "sysstat.batched io (space) vector count: 0", "scope": "global", "metric_type": 1 @@ -1489,7 +1624,8 @@ "dbms": 12, "name": "global.sysstat.batched io block miss count", "vartype": 2, - "summary": "sysstat.batched io block miss count: 6", + "default": "121477", + "summary": "sysstat.batched io block miss count: 121477", "scope": "global", "metric_type": 1 }, @@ -1500,7 +1636,8 @@ "dbms": 12, "name": "global.sysstat.batched io buffer defrag count", "vartype": 2, - "summary": "sysstat.batched io buffer defrag count: 0", + "default": "397", + "summary": "sysstat.batched io buffer defrag count: 397", "scope": "global", "metric_type": 1 }, @@ -1511,7 +1648,8 @@ "dbms": 12, "name": "global.sysstat.batched io double miss count", "vartype": 2, - "summary": "sysstat.batched io double miss count: 5", + "default": "10359", + "summary": "sysstat.batched io double miss count: 10359", "scope": "global", "metric_type": 1 }, @@ -1522,7 +1660,8 @@ "dbms": 12, "name": "global.sysstat.batched io same unit count", "vartype": 2, - "summary": "sysstat.batched io same unit count: 0", + "default": "6122", + "summary": "sysstat.batched io same unit count: 6122", "scope": "global", "metric_type": 1 }, @@ -1533,7 +1672,8 @@ "dbms": 12, "name": "global.sysstat.batched io single block count", "vartype": 2, - "summary": "sysstat.batched io single block count: 5", + "default": "16463", + "summary": "sysstat.batched io single block count: 16463", "scope": "global", "metric_type": 1 }, @@ -1544,7 +1684,8 @@ "dbms": 12, "name": "global.sysstat.batched io slow jump count", "vartype": 2, - "summary": "sysstat.batched io slow jump count: 0", + "default": "104", + "summary": "sysstat.batched io slow jump count: 104", "scope": "global", "metric_type": 1 }, @@ -1555,7 +1696,8 @@ "dbms": 12, "name": "global.sysstat.batched io vector block count", "vartype": 2, - "summary": "sysstat.batched io vector block count: 2", + "default": "116484", + "summary": "sysstat.batched io vector block count: 116484", "scope": "global", "metric_type": 1 }, @@ -1566,7 +1708,8 @@ "dbms": 12, "name": "global.sysstat.batched io vector read count", "vartype": 2, - "summary": "sysstat.batched io vector read count: 1", + "default": "1349", + "summary": "sysstat.batched io vector read count: 1349", "scope": "global", "metric_type": 1 }, @@ -1577,6 +1720,7 @@ "dbms": 12, "name": "global.sysstat.batched io zero block count", "vartype": 2, + "default": "0", "summary": "sysstat.batched io zero block count: 0", "scope": "global", "metric_type": 1 @@ -1588,7 +1732,8 @@ "dbms": 12, "name": "global.sysstat.block cleanout optim referenced", "vartype": 2, - "summary": "sysstat.block cleanout optim referenced: 6", + "default": "21227", + "summary": "sysstat.block cleanout optim referenced: 21227", "scope": "global", "metric_type": 1 }, @@ -1599,7 +1744,8 @@ "dbms": 12, "name": "global.sysstat.blocks cleaned out using minact", "vartype": 2, - "summary": "sysstat.blocks cleaned out using minact: 537", + "default": "27832", + "summary": "sysstat.blocks cleaned out using minact: 27832", "scope": "global", "metric_type": 1 }, @@ -1610,6 +1756,7 @@ "dbms": 12, "name": "global.sysstat.blocks decrypted", "vartype": 2, + "default": "0", "summary": "sysstat.blocks decrypted: 0", "scope": "global", "metric_type": 1 @@ -1621,6 +1768,7 @@ "dbms": 12, "name": "global.sysstat.blocks encrypted", "vartype": 2, + "default": "0", "summary": "sysstat.blocks encrypted: 0", "scope": "global", "metric_type": 1 @@ -1632,6 +1780,7 @@ "dbms": 12, "name": "global.sysstat.bps commit wait", "vartype": 2, + "default": "0", "summary": "sysstat.bps commit wait: 0", "scope": "global", "metric_type": 1 @@ -1643,6 +1792,7 @@ "dbms": 12, "name": "global.sysstat.bps redo wait", "vartype": 2, + "default": "0", "summary": "sysstat.bps redo wait: 0", "scope": "global", "metric_type": 1 @@ -1654,6 +1804,7 @@ "dbms": 12, "name": "global.sysstat.bps session wait", "vartype": 2, + "default": "0", "summary": "sysstat.bps session wait: 0", "scope": "global", "metric_type": 1 @@ -1665,7 +1816,8 @@ "dbms": 12, "name": "global.sysstat.branch node splits", "vartype": 2, - "summary": "sysstat.branch node splits: 0", + "default": "8", + "summary": "sysstat.branch node splits: 8", "scope": "global", "metric_type": 1 }, @@ -1676,7 +1828,8 @@ "dbms": 12, "name": "global.sysstat.buffer is not pinned count", "vartype": 2, - "summary": "sysstat.buffer is not pinned count: 133320", + "default": "40085848", + "summary": "sysstat.buffer is not pinned count: 40085848", "scope": "global", "metric_type": 1 }, @@ -1687,7 +1840,8 @@ "dbms": 12, "name": "global.sysstat.buffer is pinned count", "vartype": 2, - "summary": "sysstat.buffer is pinned count: 70110", + "default": "24997165", + "summary": "sysstat.buffer is pinned count: 24997165", "scope": "global", "metric_type": 1 }, @@ -1698,7 +1852,8 @@ "dbms": 12, "name": "global.sysstat.bytes received via sql*net from client", "vartype": 2, - "summary": "sysstat.bytes received via sql*net from client: 4721366", + "default": "3230972549", + "summary": "sysstat.bytes received via sql*net from client: 3230972549", "scope": "global", "metric_type": 1 }, @@ -1709,6 +1864,7 @@ "dbms": 12, "name": "global.sysstat.bytes received via sql*net from dblink", "vartype": 2, + "default": "0", "summary": "sysstat.bytes received via sql*net from dblink: 0", "scope": "global", "metric_type": 1 @@ -1720,7 +1876,8 @@ "dbms": 12, "name": "global.sysstat.bytes sent via sql*net to client", "vartype": 2, - "summary": "sysstat.bytes sent via sql*net to client: 2221596", + "default": "8857482925", + "summary": "sysstat.bytes sent via sql*net to client: 8857482925", "scope": "global", "metric_type": 1 }, @@ -1731,6 +1888,7 @@ "dbms": 12, "name": "global.sysstat.bytes sent via sql*net to dblink", "vartype": 2, + "default": "0", "summary": "sysstat.bytes sent via sql*net to dblink: 0", "scope": "global", "metric_type": 1 @@ -1742,6 +1900,7 @@ "dbms": 12, "name": "global.sysstat.bytes via sql*net vector from client", "vartype": 2, + "default": "0", "summary": "sysstat.bytes via sql*net vector from client: 0", "scope": "global", "metric_type": 1 @@ -1753,6 +1912,7 @@ "dbms": 12, "name": "global.sysstat.bytes via sql*net vector from dblink", "vartype": 2, + "default": "0", "summary": "sysstat.bytes via sql*net vector from dblink: 0", "scope": "global", "metric_type": 1 @@ -1764,6 +1924,7 @@ "dbms": 12, "name": "global.sysstat.bytes via sql*net vector to client", "vartype": 2, + "default": "0", "summary": "sysstat.bytes via sql*net vector to client: 0", "scope": "global", "metric_type": 1 @@ -1775,6 +1936,7 @@ "dbms": 12, "name": "global.sysstat.bytes via sql*net vector to dblink", "vartype": 2, + "default": "0", "summary": "sysstat.bytes via sql*net vector to dblink: 0", "scope": "global", "metric_type": 1 @@ -1786,7 +1948,8 @@ "dbms": 12, "name": "global.sysstat.cached commit scn referenced", "vartype": 2, - "summary": "sysstat.cached commit scn referenced: 125", + "default": "1649852", + "summary": "sysstat.cached commit scn referenced: 1649852", "scope": "global", "metric_type": 1 }, @@ -1797,7 +1960,8 @@ "dbms": 12, "name": "global.sysstat.calls to get snapshot scn: kcmgss", "vartype": 2, - "summary": "sysstat.calls to get snapshot scn: kcmgss: 32325", + "default": "5801371", + "summary": "sysstat.calls to get snapshot scn: kcmgss: 5801371", "scope": "global", "metric_type": 1 }, @@ -1808,7 +1972,8 @@ "dbms": 12, "name": "global.sysstat.calls to kcmgas", "vartype": 2, - "summary": "sysstat.calls to kcmgas: 1405", + "default": "315303", + "summary": "sysstat.calls to kcmgas: 315303", "scope": "global", "metric_type": 1 }, @@ -1819,7 +1984,8 @@ "dbms": 12, "name": "global.sysstat.calls to kcmgcs", "vartype": 2, - "summary": "sysstat.calls to kcmgcs: 4508", + "default": "3412331", + "summary": "sysstat.calls to kcmgcs: 3412331", "scope": "global", "metric_type": 1 }, @@ -1830,6 +1996,7 @@ "dbms": 12, "name": "global.sysstat.calls to kcmgrs", "vartype": 2, + "default": "0", "summary": "sysstat.calls to kcmgrs: 0", "scope": "global", "metric_type": 1 @@ -1841,7 +2008,8 @@ "dbms": 12, "name": "global.sysstat.ccursor + sql area evicted", "vartype": 2, - "summary": "sysstat.ccursor + sql area evicted: 21781", + "default": "28603", + "summary": "sysstat.ccursor + sql area evicted: 28603", "scope": "global", "metric_type": 1 }, @@ -1852,6 +2020,7 @@ "dbms": 12, "name": "global.sysstat.cell blocks helped by commit cache", "vartype": 2, + "default": "0", "summary": "sysstat.cell blocks helped by commit cache: 0", "scope": "global", "metric_type": 1 @@ -1863,6 +2032,7 @@ "dbms": 12, "name": "global.sysstat.cell blocks helped by minscn optimization", "vartype": 2, + "default": "0", "summary": "sysstat.cell blocks helped by minscn optimization: 0", "scope": "global", "metric_type": 1 @@ -1874,6 +2044,7 @@ "dbms": 12, "name": "global.sysstat.cell blocks pivoted", "vartype": 2, + "default": "0", "summary": "sysstat.cell blocks pivoted: 0", "scope": "global", "metric_type": 1 @@ -1885,6 +2056,7 @@ "dbms": 12, "name": "global.sysstat.cell blocks processed by cache layer", "vartype": 2, + "default": "0", "summary": "sysstat.cell blocks processed by cache layer: 0", "scope": "global", "metric_type": 1 @@ -1896,6 +2068,7 @@ "dbms": 12, "name": "global.sysstat.cell blocks processed by data layer", "vartype": 2, + "default": "0", "summary": "sysstat.cell blocks processed by data layer: 0", "scope": "global", "metric_type": 1 @@ -1907,6 +2080,7 @@ "dbms": 12, "name": "global.sysstat.cell blocks processed by index layer", "vartype": 2, + "default": "0", "summary": "sysstat.cell blocks processed by index layer: 0", "scope": "global", "metric_type": 1 @@ -1918,6 +2092,7 @@ "dbms": 12, "name": "global.sysstat.cell blocks processed by txn layer", "vartype": 2, + "default": "0", "summary": "sysstat.cell blocks processed by txn layer: 0", "scope": "global", "metric_type": 1 @@ -1929,6 +2104,7 @@ "dbms": 12, "name": "global.sysstat.cell blocks sent", "vartype": 2, + "default": "0", "summary": "sysstat.cell blocks sent: 0", "scope": "global", "metric_type": 1 @@ -1940,6 +2116,7 @@ "dbms": 12, "name": "global.sysstat.cell chained row pieces fetched", "vartype": 2, + "default": "0", "summary": "sysstat.cell chained row pieces fetched: 0", "scope": "global", "metric_type": 1 @@ -1951,6 +2128,7 @@ "dbms": 12, "name": "global.sysstat.cell chained rows processed", "vartype": 2, + "default": "0", "summary": "sysstat.cell chained rows processed: 0", "scope": "global", "metric_type": 1 @@ -1962,6 +2140,7 @@ "dbms": 12, "name": "global.sysstat.cell chained rows rejected", "vartype": 2, + "default": "0", "summary": "sysstat.cell chained rows rejected: 0", "scope": "global", "metric_type": 1 @@ -1973,6 +2152,7 @@ "dbms": 12, "name": "global.sysstat.cell chained rows skipped", "vartype": 2, + "default": "0", "summary": "sysstat.cell chained rows skipped: 0", "scope": "global", "metric_type": 1 @@ -1984,6 +2164,7 @@ "dbms": 12, "name": "global.sysstat.cell commit cache queries", "vartype": 2, + "default": "0", "summary": "sysstat.cell commit cache queries: 0", "scope": "global", "metric_type": 1 @@ -1995,6 +2176,7 @@ "dbms": 12, "name": "global.sysstat.cell filtered blocks failed block check", "vartype": 2, + "default": "0", "summary": "sysstat.cell filtered blocks failed block check: 0", "scope": "global", "metric_type": 1 @@ -2006,6 +2188,7 @@ "dbms": 12, "name": "global.sysstat.cell flash cache read hits", "vartype": 2, + "default": "0", "summary": "sysstat.cell flash cache read hits: 0", "scope": "global", "metric_type": 1 @@ -2017,6 +2200,7 @@ "dbms": 12, "name": "global.sysstat.cell flash cache read hits for controlfile reads", "vartype": 2, + "default": "0", "summary": "sysstat.cell flash cache read hits for controlfile reads: 0", "scope": "global", "metric_type": 1 @@ -2028,6 +2212,7 @@ "dbms": 12, "name": "global.sysstat.cell flash cache read hits for smart io", "vartype": 2, + "default": "0", "summary": "sysstat.cell flash cache read hits for smart io: 0", "scope": "global", "metric_type": 1 @@ -2039,6 +2224,7 @@ "dbms": 12, "name": "global.sysstat.cell index scans", "vartype": 2, + "default": "0", "summary": "sysstat.cell index scans: 0", "scope": "global", "metric_type": 1 @@ -2050,6 +2236,7 @@ "dbms": 12, "name": "global.sysstat.cell interconnect bytes returned by xt smart scan", "vartype": 2, + "default": "0", "summary": "sysstat.cell interconnect bytes returned by xt smart scan: 0", "scope": "global", "metric_type": 1 @@ -2061,6 +2248,7 @@ "dbms": 12, "name": "global.sysstat.cell io uncompressed bytes", "vartype": 2, + "default": "0", "summary": "sysstat.cell io uncompressed bytes: 0", "scope": "global", "metric_type": 1 @@ -2072,6 +2260,7 @@ "dbms": 12, "name": "global.sysstat.cell logical write io requests", "vartype": 2, + "default": "0", "summary": "sysstat.cell logical write io requests: 0", "scope": "global", "metric_type": 1 @@ -2083,6 +2272,7 @@ "dbms": 12, "name": "global.sysstat.cell logical write io requests eligible for offload", "vartype": 2, + "default": "0", "summary": "sysstat.cell logical write io requests eligible for offload: 0", "scope": "global", "metric_type": 1 @@ -2094,6 +2284,7 @@ "dbms": 12, "name": "global.sysstat.cell num block ios due to a file instant restore in progress", "vartype": 2, + "default": "0", "summary": "sysstat.cell num block ios due to a file instant restore in progress: 0", "scope": "global", "metric_type": 1 @@ -2105,6 +2296,7 @@ "dbms": 12, "name": "global.sysstat.cell num bytes in block io during predicate offload", "vartype": 2, + "default": "0", "summary": "sysstat.cell num bytes in block io during predicate offload: 0", "scope": "global", "metric_type": 1 @@ -2116,6 +2308,7 @@ "dbms": 12, "name": "global.sysstat.cell num bytes in passthru due to quarantine", "vartype": 2, + "default": "0", "summary": "sysstat.cell num bytes in passthru due to quarantine: 0", "scope": "global", "metric_type": 1 @@ -2127,6 +2320,7 @@ "dbms": 12, "name": "global.sysstat.cell num bytes in passthru during predicate offload", "vartype": 2, + "default": "0", "summary": "sysstat.cell num bytes in passthru during predicate offload: 0", "scope": "global", "metric_type": 1 @@ -2138,6 +2332,7 @@ "dbms": 12, "name": "global.sysstat.cell num bytes of io reissued due to relocation", "vartype": 2, + "default": "0", "summary": "sysstat.cell num bytes of io reissued due to relocation: 0", "scope": "global", "metric_type": 1 @@ -2149,6 +2344,7 @@ "dbms": 12, "name": "global.sysstat.cell num fast response sessions", "vartype": 2, + "default": "0", "summary": "sysstat.cell num fast response sessions: 0", "scope": "global", "metric_type": 1 @@ -2160,6 +2356,7 @@ "dbms": 12, "name": "global.sysstat.cell num fast response sessions continuing to smart scan", "vartype": 2, + "default": "0", "summary": "sysstat.cell num fast response sessions continuing to smart scan: 0", "scope": "global", "metric_type": 1 @@ -2171,6 +2368,7 @@ "dbms": 12, "name": "global.sysstat.cell num map elem cancellation", "vartype": 2, + "default": "0", "summary": "sysstat.cell num map elem cancellation: 0", "scope": "global", "metric_type": 1 @@ -2182,6 +2380,7 @@ "dbms": 12, "name": "global.sysstat.cell num smart file creation sessions using rdbms block io mode", "vartype": 2, + "default": "0", "summary": "sysstat.cell num smart file creation sessions using rdbms block io mode: 0", "scope": "global", "metric_type": 1 @@ -2193,6 +2392,7 @@ "dbms": 12, "name": "global.sysstat.cell num smart io sessions in rdbms block io due to big payload", "vartype": 2, + "default": "0", "summary": "sysstat.cell num smart io sessions in rdbms block io due to big payload: 0", "scope": "global", "metric_type": 1 @@ -2204,6 +2404,7 @@ "dbms": 12, "name": "global.sysstat.cell num smart io sessions in rdbms block io due to no cell mem", "vartype": 2, + "default": "0", "summary": "sysstat.cell num smart io sessions in rdbms block io due to no cell mem: 0", "scope": "global", "metric_type": 1 @@ -2215,6 +2416,7 @@ "dbms": 12, "name": "global.sysstat.cell num smart io sessions in rdbms block io due to open fail", "vartype": 2, + "default": "0", "summary": "sysstat.cell num smart io sessions in rdbms block io due to open fail: 0", "scope": "global", "metric_type": 1 @@ -2226,6 +2428,7 @@ "dbms": 12, "name": "global.sysstat.cell num smart io sessions in rdbms block io due to user", "vartype": 2, + "default": "0", "summary": "sysstat.cell num smart io sessions in rdbms block io due to user: 0", "scope": "global", "metric_type": 1 @@ -2237,6 +2440,7 @@ "dbms": 12, "name": "global.sysstat.cell num smart io sessions using passthru mode due to cellsrv", "vartype": 2, + "default": "0", "summary": "sysstat.cell num smart io sessions using passthru mode due to cellsrv: 0", "scope": "global", "metric_type": 1 @@ -2248,6 +2452,7 @@ "dbms": 12, "name": "global.sysstat.cell num smart io sessions using passthru mode due to timezone", "vartype": 2, + "default": "0", "summary": "sysstat.cell num smart io sessions using passthru mode due to timezone: 0", "scope": "global", "metric_type": 1 @@ -2259,6 +2464,7 @@ "dbms": 12, "name": "global.sysstat.cell num smart io sessions using passthru mode due to user", "vartype": 2, + "default": "0", "summary": "sysstat.cell num smart io sessions using passthru mode due to user: 0", "scope": "global", "metric_type": 1 @@ -2270,6 +2476,7 @@ "dbms": 12, "name": "global.sysstat.cell num smartio automem buffer allocation attempts", "vartype": 2, + "default": "0", "summary": "sysstat.cell num smartio automem buffer allocation attempts: 0", "scope": "global", "metric_type": 1 @@ -2281,6 +2488,7 @@ "dbms": 12, "name": "global.sysstat.cell num smartio automem buffer allocation failures", "vartype": 2, + "default": "0", "summary": "sysstat.cell num smartio automem buffer allocation failures: 0", "scope": "global", "metric_type": 1 @@ -2292,6 +2500,7 @@ "dbms": 12, "name": "global.sysstat.cell num smartio permanent cell failures", "vartype": 2, + "default": "0", "summary": "sysstat.cell num smartio permanent cell failures: 0", "scope": "global", "metric_type": 1 @@ -2303,6 +2512,7 @@ "dbms": 12, "name": "global.sysstat.cell num smartio transient cell failures", "vartype": 2, + "default": "0", "summary": "sysstat.cell num smartio transient cell failures: 0", "scope": "global", "metric_type": 1 @@ -2314,6 +2524,7 @@ "dbms": 12, "name": "global.sysstat.cell overwrites in flash cache", "vartype": 2, + "default": "0", "summary": "sysstat.cell overwrites in flash cache: 0", "scope": "global", "metric_type": 1 @@ -2325,6 +2536,7 @@ "dbms": 12, "name": "global.sysstat.cell partial writes in flash cache", "vartype": 2, + "default": "0", "summary": "sysstat.cell partial writes in flash cache: 0", "scope": "global", "metric_type": 1 @@ -2336,6 +2548,7 @@ "dbms": 12, "name": "global.sysstat.cell physical io bytes eligible for predicate offload", "vartype": 2, + "default": "0", "summary": "sysstat.cell physical io bytes eligible for predicate offload: 0", "scope": "global", "metric_type": 1 @@ -2347,6 +2560,7 @@ "dbms": 12, "name": "global.sysstat.cell physical io bytes eligible for smart ios", "vartype": 2, + "default": "0", "summary": "sysstat.cell physical io bytes eligible for smart ios: 0", "scope": "global", "metric_type": 1 @@ -2358,6 +2572,7 @@ "dbms": 12, "name": "global.sysstat.cell physical io bytes saved by columnar cache", "vartype": 2, + "default": "0", "summary": "sysstat.cell physical io bytes saved by columnar cache: 0", "scope": "global", "metric_type": 1 @@ -2369,6 +2584,7 @@ "dbms": 12, "name": "global.sysstat.cell physical io bytes saved by storage index", "vartype": 2, + "default": "0", "summary": "sysstat.cell physical io bytes saved by storage index: 0", "scope": "global", "metric_type": 1 @@ -2380,6 +2596,7 @@ "dbms": 12, "name": "global.sysstat.cell physical io bytes saved during optimized file creation", "vartype": 2, + "default": "0", "summary": "sysstat.cell physical io bytes saved during optimized file creation: 0", "scope": "global", "metric_type": 1 @@ -2391,6 +2608,7 @@ "dbms": 12, "name": "global.sysstat.cell physical io bytes saved during optimized rman file restore", "vartype": 2, + "default": "0", "summary": "sysstat.cell physical io bytes saved during optimized rman file restore: 0", "scope": "global", "metric_type": 1 @@ -2400,9 +2618,10 @@ { "fields": { "dbms": 12, - "name": "global.sysstat.cell physical io bytes sent directly to db node to balance cpu ", + "name": "global.sysstat.cell physical io bytes sent directly to db node to balance cpu", "vartype": 2, - "summary": "sysstat.cell physical io bytes sent directly to db node to balance cpu : 0", + "default": "0", + "summary": "sysstat.cell physical io bytes sent directly to db node to balance cpu: 0", "scope": "global", "metric_type": 1 }, @@ -2413,7 +2632,8 @@ "dbms": 12, "name": "global.sysstat.cell physical io interconnect bytes", "vartype": 2, - "summary": "sysstat.cell physical io interconnect bytes: 143987674", + "default": "207851232849", + "summary": "sysstat.cell physical io interconnect bytes: 207851232849", "scope": "global", "metric_type": 1 }, @@ -2424,6 +2644,7 @@ "dbms": 12, "name": "global.sysstat.cell physical io interconnect bytes returned by smart scan", "vartype": 2, + "default": "0", "summary": "sysstat.cell physical io interconnect bytes returned by smart scan: 0", "scope": "global", "metric_type": 1 @@ -2435,6 +2656,7 @@ "dbms": 12, "name": "global.sysstat.cell physical write bytes saved by smart file initialization", "vartype": 2, + "default": "0", "summary": "sysstat.cell physical write bytes saved by smart file initialization: 0", "scope": "global", "metric_type": 1 @@ -2446,6 +2668,7 @@ "dbms": 12, "name": "global.sysstat.cell physical write io bytes eligible for offload", "vartype": 2, + "default": "0", "summary": "sysstat.cell physical write io bytes eligible for offload: 0", "scope": "global", "metric_type": 1 @@ -2457,17 +2680,31 @@ "dbms": 12, "name": "global.sysstat.cell physical write io host network bytes written during offloa", "vartype": 2, + "default": "0", "summary": "sysstat.cell physical write io host network bytes written during offloa: 0", "scope": "global", "metric_type": 1 }, "model": "website.MetricCatalog" }, + { + "fields": { + "dbms": 12, + "name": "global.sysstat.cell ram cache read hits", + "vartype": 2, + "default": "0", + "summary": "sysstat.cell ram cache read hits: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, { "fields": { "dbms": 12, "name": "global.sysstat.cell scan cus pcode aggregation pushdown", "vartype": 2, + "default": "0", "summary": "sysstat.cell scan cus pcode aggregation pushdown: 0", "scope": "global", "metric_type": 1 @@ -2479,6 +2716,7 @@ "dbms": 12, "name": "global.sysstat.cell scan cus pcode pred evaled", "vartype": 2, + "default": "0", "summary": "sysstat.cell scan cus pcode pred evaled: 0", "scope": "global", "metric_type": 1 @@ -2490,6 +2728,7 @@ "dbms": 12, "name": "global.sysstat.cell scan cus pcode pred evaled using rowsets", "vartype": 2, + "default": "0", "summary": "sysstat.cell scan cus pcode pred evaled using rowsets: 0", "scope": "global", "metric_type": 1 @@ -2501,6 +2740,7 @@ "dbms": 12, "name": "global.sysstat.cell scan cus pcode selective done", "vartype": 2, + "default": "0", "summary": "sysstat.cell scan cus pcode selective done: 0", "scope": "global", "metric_type": 1 @@ -2512,6 +2752,7 @@ "dbms": 12, "name": "global.sysstat.cell scan rows pcode aggregated", "vartype": 2, + "default": "0", "summary": "sysstat.cell scan rows pcode aggregated: 0", "scope": "global", "metric_type": 1 @@ -2523,6 +2764,7 @@ "dbms": 12, "name": "global.sysstat.cell scans", "vartype": 2, + "default": "0", "summary": "sysstat.cell scans: 0", "scope": "global", "metric_type": 1 @@ -2534,6 +2776,7 @@ "dbms": 12, "name": "global.sysstat.cell simulated physical io bytes eligible for predicate offload", "vartype": 2, + "default": "0", "summary": "sysstat.cell simulated physical io bytes eligible for predicate offload: 0", "scope": "global", "metric_type": 1 @@ -2545,6 +2788,7 @@ "dbms": 12, "name": "global.sysstat.cell simulated physical io bytes returned by predicate offload", "vartype": 2, + "default": "0", "summary": "sysstat.cell simulated physical io bytes returned by predicate offload: 0", "scope": "global", "metric_type": 1 @@ -2556,6 +2800,7 @@ "dbms": 12, "name": "global.sysstat.cell smart io session cache hard misses", "vartype": 2, + "default": "0", "summary": "sysstat.cell smart io session cache hard misses: 0", "scope": "global", "metric_type": 1 @@ -2567,6 +2812,7 @@ "dbms": 12, "name": "global.sysstat.cell smart io session cache hits", "vartype": 2, + "default": "0", "summary": "sysstat.cell smart io session cache hits: 0", "scope": "global", "metric_type": 1 @@ -2578,6 +2824,7 @@ "dbms": 12, "name": "global.sysstat.cell smart io session cache hwm", "vartype": 2, + "default": "0", "summary": "sysstat.cell smart io session cache hwm: 0", "scope": "global", "metric_type": 1 @@ -2589,6 +2836,7 @@ "dbms": 12, "name": "global.sysstat.cell smart io session cache lookups", "vartype": 2, + "default": "0", "summary": "sysstat.cell smart io session cache lookups: 0", "scope": "global", "metric_type": 1 @@ -2600,6 +2848,7 @@ "dbms": 12, "name": "global.sysstat.cell smart io session cache soft misses", "vartype": 2, + "default": "0", "summary": "sysstat.cell smart io session cache soft misses: 0", "scope": "global", "metric_type": 1 @@ -2611,6 +2860,7 @@ "dbms": 12, "name": "global.sysstat.cell statistics spare1", "vartype": 2, + "default": "0", "summary": "sysstat.cell statistics spare1: 0", "scope": "global", "metric_type": 1 @@ -2622,6 +2872,7 @@ "dbms": 12, "name": "global.sysstat.cell statistics spare2", "vartype": 2, + "default": "0", "summary": "sysstat.cell statistics spare2: 0", "scope": "global", "metric_type": 1 @@ -2633,6 +2884,7 @@ "dbms": 12, "name": "global.sysstat.cell statistics spare3", "vartype": 2, + "default": "0", "summary": "sysstat.cell statistics spare3: 0", "scope": "global", "metric_type": 1 @@ -2644,6 +2896,7 @@ "dbms": 12, "name": "global.sysstat.cell statistics spare4", "vartype": 2, + "default": "0", "summary": "sysstat.cell statistics spare4: 0", "scope": "global", "metric_type": 1 @@ -2655,6 +2908,7 @@ "dbms": 12, "name": "global.sysstat.cell statistics spare5", "vartype": 2, + "default": "0", "summary": "sysstat.cell statistics spare5: 0", "scope": "global", "metric_type": 1 @@ -2666,6 +2920,7 @@ "dbms": 12, "name": "global.sysstat.cell statistics spare6", "vartype": 2, + "default": "0", "summary": "sysstat.cell statistics spare6: 0", "scope": "global", "metric_type": 1 @@ -2677,6 +2932,7 @@ "dbms": 12, "name": "global.sysstat.cell transactions found in commit cache", "vartype": 2, + "default": "0", "summary": "sysstat.cell transactions found in commit cache: 0", "scope": "global", "metric_type": 1 @@ -2688,6 +2944,7 @@ "dbms": 12, "name": "global.sysstat.cell writes to flash cache", "vartype": 2, + "default": "0", "summary": "sysstat.cell writes to flash cache: 0", "scope": "global", "metric_type": 1 @@ -2699,17 +2956,31 @@ "dbms": 12, "name": "global.sysstat.cell xt granule bytes requested for predicate offload", "vartype": 2, + "default": "0", "summary": "sysstat.cell xt granule bytes requested for predicate offload: 0", "scope": "global", "metric_type": 1 }, "model": "website.MetricCatalog" }, + { + "fields": { + "dbms": 12, + "name": "global.sysstat.cell xt granule io bytes saved by hdfs tbs extent map scan", + "vartype": 2, + "default": "0", + "summary": "sysstat.cell xt granule io bytes saved by hdfs tbs extent map scan: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, { "fields": { "dbms": 12, "name": "global.sysstat.cell xt granule io bytes saved by storage index", "vartype": 2, + "default": "0", "summary": "sysstat.cell xt granule io bytes saved by storage index: 0", "scope": "global", "metric_type": 1 @@ -2721,6 +2992,7 @@ "dbms": 12, "name": "global.sysstat.cell xt granule predicate offload retries", "vartype": 2, + "default": "0", "summary": "sysstat.cell xt granule predicate offload retries: 0", "scope": "global", "metric_type": 1 @@ -2732,6 +3004,7 @@ "dbms": 12, "name": "global.sysstat.cell xt granules requested for predicate offload", "vartype": 2, + "default": "0", "summary": "sysstat.cell xt granules requested for predicate offload: 0", "scope": "global", "metric_type": 1 @@ -2743,6 +3016,7 @@ "dbms": 12, "name": "global.sysstat.cellmemory im load cus for capacity", "vartype": 2, + "default": "0", "summary": "sysstat.cellmemory im load cus for capacity: 0", "scope": "global", "metric_type": 1 @@ -2754,6 +3028,7 @@ "dbms": 12, "name": "global.sysstat.cellmemory im load cus for query", "vartype": 2, + "default": "0", "summary": "sysstat.cellmemory im load cus for query: 0", "scope": "global", "metric_type": 1 @@ -2765,6 +3040,7 @@ "dbms": 12, "name": "global.sysstat.cellmemory im load cus no memcompress", "vartype": 2, + "default": "0", "summary": "sysstat.cellmemory im load cus no memcompress: 0", "scope": "global", "metric_type": 1 @@ -2776,6 +3052,7 @@ "dbms": 12, "name": "global.sysstat.cellmemory im scan cus processed for capacity", "vartype": 2, + "default": "0", "summary": "sysstat.cellmemory im scan cus processed for capacity: 0", "scope": "global", "metric_type": 1 @@ -2787,6 +3064,7 @@ "dbms": 12, "name": "global.sysstat.cellmemory im scan cus processed for query", "vartype": 2, + "default": "0", "summary": "sysstat.cellmemory im scan cus processed for query: 0", "scope": "global", "metric_type": 1 @@ -2798,6 +3076,7 @@ "dbms": 12, "name": "global.sysstat.cellmemory im scan cus processed no memcompress", "vartype": 2, + "default": "0", "summary": "sysstat.cellmemory im scan cus processed no memcompress: 0", "scope": "global", "metric_type": 1 @@ -2809,6 +3088,7 @@ "dbms": 12, "name": "global.sysstat.cellmemory im scan cus rejected for capacity", "vartype": 2, + "default": "0", "summary": "sysstat.cellmemory im scan cus rejected for capacity: 0", "scope": "global", "metric_type": 1 @@ -2820,6 +3100,7 @@ "dbms": 12, "name": "global.sysstat.cellmemory im scan cus rejected for query", "vartype": 2, + "default": "0", "summary": "sysstat.cellmemory im scan cus rejected for query: 0", "scope": "global", "metric_type": 1 @@ -2831,6 +3112,7 @@ "dbms": 12, "name": "global.sysstat.cellmemory im scan cus rejected no memcompress", "vartype": 2, + "default": "0", "summary": "sysstat.cellmemory im scan cus rejected no memcompress: 0", "scope": "global", "metric_type": 1 @@ -2842,6 +3124,7 @@ "dbms": 12, "name": "global.sysstat.cellmemory im scan stat 1", "vartype": 2, + "default": "0", "summary": "sysstat.cellmemory im scan stat 1: 0", "scope": "global", "metric_type": 1 @@ -2853,6 +3136,7 @@ "dbms": 12, "name": "global.sysstat.cellmemory im scan stat 2", "vartype": 2, + "default": "0", "summary": "sysstat.cellmemory im scan stat 2: 0", "scope": "global", "metric_type": 1 @@ -2864,6 +3148,7 @@ "dbms": 12, "name": "global.sysstat.cellmemory im scan stat 3", "vartype": 2, + "default": "0", "summary": "sysstat.cellmemory im scan stat 3: 0", "scope": "global", "metric_type": 1 @@ -2875,6 +3160,7 @@ "dbms": 12, "name": "global.sysstat.cellmemory im scan stat 4", "vartype": 2, + "default": "0", "summary": "sysstat.cellmemory im scan stat 4: 0", "scope": "global", "metric_type": 1 @@ -2886,6 +3172,7 @@ "dbms": 12, "name": "global.sysstat.cellmemory im scan stat 5", "vartype": 2, + "default": "0", "summary": "sysstat.cellmemory im scan stat 5: 0", "scope": "global", "metric_type": 1 @@ -2897,7 +3184,8 @@ "dbms": 12, "name": "global.sysstat.change write time", "vartype": 2, - "summary": "sysstat.change write time: 70", + "default": "1672", + "summary": "sysstat.change write time: 1672", "scope": "global", "metric_type": 1 }, @@ -2908,6 +3196,7 @@ "dbms": 12, "name": "global.sysstat.checkpoint clones created for adg recovery", "vartype": 2, + "default": "0", "summary": "sysstat.checkpoint clones created for adg recovery: 0", "scope": "global", "metric_type": 1 @@ -2919,7 +3208,8 @@ "dbms": 12, "name": "global.sysstat.cleanout - number of ktugct calls", "vartype": 2, - "summary": "sysstat.cleanout - number of ktugct calls: 147", + "default": "1913888", + "summary": "sysstat.cleanout - number of ktugct calls: 1913888", "scope": "global", "metric_type": 1 }, @@ -2930,7 +3220,8 @@ "dbms": 12, "name": "global.sysstat.cleanouts and rollbacks - consistent read gets", "vartype": 2, - "summary": "sysstat.cleanouts and rollbacks - consistent read gets: 81", + "default": "507", + "summary": "sysstat.cleanouts and rollbacks - consistent read gets: 507", "scope": "global", "metric_type": 1 }, @@ -2941,7 +3232,8 @@ "dbms": 12, "name": "global.sysstat.cleanouts only - consistent read gets", "vartype": 2, - "summary": "sysstat.cleanouts only - consistent read gets: 1", + "default": "1903178", + "summary": "sysstat.cleanouts only - consistent read gets: 1903178", "scope": "global", "metric_type": 1 }, @@ -2952,6 +3244,7 @@ "dbms": 12, "name": "global.sysstat.cli bg attempt flush", "vartype": 2, + "default": "0", "summary": "sysstat.cli bg attempt flush: 0", "scope": "global", "metric_type": 1 @@ -2963,6 +3256,7 @@ "dbms": 12, "name": "global.sysstat.cli bg enq", "vartype": 2, + "default": "0", "summary": "sysstat.cli bg enq: 0", "scope": "global", "metric_type": 1 @@ -2974,6 +3268,7 @@ "dbms": 12, "name": "global.sysstat.cli bg fls done", "vartype": 2, + "default": "0", "summary": "sysstat.cli bg fls done: 0", "scope": "global", "metric_type": 1 @@ -2985,6 +3280,7 @@ "dbms": 12, "name": "global.sysstat.cli buf wrt", "vartype": 2, + "default": "0", "summary": "sysstat.cli buf wrt: 0", "scope": "global", "metric_type": 1 @@ -2996,6 +3292,7 @@ "dbms": 12, "name": "global.sysstat.cli bytes fls to ext", "vartype": 2, + "default": "0", "summary": "sysstat.cli bytes fls to ext: 0", "scope": "global", "metric_type": 1 @@ -3007,6 +3304,7 @@ "dbms": 12, "name": "global.sysstat.cli bytes fls to table", "vartype": 2, + "default": "0", "summary": "sysstat.cli bytes fls to table: 0", "scope": "global", "metric_type": 1 @@ -3018,6 +3316,7 @@ "dbms": 12, "name": "global.sysstat.cli client flush", "vartype": 2, + "default": "0", "summary": "sysstat.cli client flush: 0", "scope": "global", "metric_type": 1 @@ -3029,6 +3328,7 @@ "dbms": 12, "name": "global.sysstat.cli flstask create", "vartype": 2, + "default": "0", "summary": "sysstat.cli flstask create: 0", "scope": "global", "metric_type": 1 @@ -3040,6 +3340,7 @@ "dbms": 12, "name": "global.sysstat.cli flush", "vartype": 2, + "default": "0", "summary": "sysstat.cli flush: 0", "scope": "global", "metric_type": 1 @@ -3051,6 +3352,7 @@ "dbms": 12, "name": "global.sysstat.cli imm wrt", "vartype": 2, + "default": "0", "summary": "sysstat.cli imm wrt: 0", "scope": "global", "metric_type": 1 @@ -3060,9 +3362,10 @@ { "fields": { "dbms": 12, - "name": "global.sysstat.cli prvtz lob ", + "name": "global.sysstat.cli prvtz lob", "vartype": 2, - "summary": "sysstat.cli prvtz lob : 0", + "default": "0", + "summary": "sysstat.cli prvtz lob: 0", "scope": "global", "metric_type": 1 }, @@ -3073,6 +3376,7 @@ "dbms": 12, "name": "global.sysstat.cli sga alloc", "vartype": 2, + "default": "0", "summary": "sysstat.cli sga alloc: 0", "scope": "global", "metric_type": 1 @@ -3084,6 +3388,7 @@ "dbms": 12, "name": "global.sysstat.cli thru wrt", "vartype": 2, + "default": "0", "summary": "sysstat.cli thru wrt: 0", "scope": "global", "metric_type": 1 @@ -3095,7 +3400,8 @@ "dbms": 12, "name": "global.sysstat.cluster key scan block gets", "vartype": 2, - "summary": "sysstat.cluster key scan block gets: 42402", + "default": "441061", + "summary": "sysstat.cluster key scan block gets: 441061", "scope": "global", "metric_type": 1 }, @@ -3106,7 +3412,8 @@ "dbms": 12, "name": "global.sysstat.cluster key scans", "vartype": 2, - "summary": "sysstat.cluster key scans: 32640", + "default": "246391", + "summary": "sysstat.cluster key scans: 246391", "scope": "global", "metric_type": 1 }, @@ -3117,6 +3424,7 @@ "dbms": 12, "name": "global.sysstat.cluster wait time", "vartype": 2, + "default": "0", "summary": "sysstat.cluster wait time: 0", "scope": "global", "metric_type": 1 @@ -3128,6 +3436,7 @@ "dbms": 12, "name": "global.sysstat.clusterwide global transactions", "vartype": 2, + "default": "0", "summary": "sysstat.clusterwide global transactions: 0", "scope": "global", "metric_type": 1 @@ -3139,6 +3448,7 @@ "dbms": 12, "name": "global.sysstat.clusterwide global transactions spanning rac nodes", "vartype": 2, + "default": "0", "summary": "sysstat.clusterwide global transactions spanning rac nodes: 0", "scope": "global", "metric_type": 1 @@ -3150,6 +3460,7 @@ "dbms": 12, "name": "global.sysstat.cold recycle reads", "vartype": 2, + "default": "0", "summary": "sysstat.cold recycle reads: 0", "scope": "global", "metric_type": 1 @@ -3161,6 +3472,7 @@ "dbms": 12, "name": "global.sysstat.commit batch performed", "vartype": 2, + "default": "0", "summary": "sysstat.commit batch performed: 0", "scope": "global", "metric_type": 1 @@ -3172,6 +3484,7 @@ "dbms": 12, "name": "global.sysstat.commit batch requested", "vartype": 2, + "default": "0", "summary": "sysstat.commit batch requested: 0", "scope": "global", "metric_type": 1 @@ -3183,7 +3496,8 @@ "dbms": 12, "name": "global.sysstat.commit batch/immediate performed", "vartype": 2, - "summary": "sysstat.commit batch/immediate performed: 3", + "default": "331", + "summary": "sysstat.commit batch/immediate performed: 331", "scope": "global", "metric_type": 1 }, @@ -3194,7 +3508,8 @@ "dbms": 12, "name": "global.sysstat.commit batch/immediate requested", "vartype": 2, - "summary": "sysstat.commit batch/immediate requested: 3", + "default": "331", + "summary": "sysstat.commit batch/immediate requested: 331", "scope": "global", "metric_type": 1 }, @@ -3205,7 +3520,8 @@ "dbms": 12, "name": "global.sysstat.commit cleanout failures: block lost", "vartype": 2, - "summary": "sysstat.commit cleanout failures: block lost: 1", + "default": "6182", + "summary": "sysstat.commit cleanout failures: block lost: 6182", "scope": "global", "metric_type": 1 }, @@ -3216,7 +3532,8 @@ "dbms": 12, "name": "global.sysstat.commit cleanout failures: buffer being written", "vartype": 2, - "summary": "sysstat.commit cleanout failures: buffer being written: 0", + "default": "2", + "summary": "sysstat.commit cleanout failures: buffer being written: 2", "scope": "global", "metric_type": 1 }, @@ -3227,7 +3544,8 @@ "dbms": 12, "name": "global.sysstat.commit cleanout failures: callback failure", "vartype": 2, - "summary": "sysstat.commit cleanout failures: callback failure: 1", + "default": "142", + "summary": "sysstat.commit cleanout failures: callback failure: 142", "scope": "global", "metric_type": 1 }, @@ -3238,7 +3556,8 @@ "dbms": 12, "name": "global.sysstat.commit cleanout failures: cannot pin", "vartype": 2, - "summary": "sysstat.commit cleanout failures: cannot pin: 0", + "default": "49", + "summary": "sysstat.commit cleanout failures: cannot pin: 49", "scope": "global", "metric_type": 1 }, @@ -3249,6 +3568,7 @@ "dbms": 12, "name": "global.sysstat.commit cleanout failures: delayed log", "vartype": 2, + "default": "0", "summary": "sysstat.commit cleanout failures: delayed log: 0", "scope": "global", "metric_type": 1 @@ -3260,6 +3580,7 @@ "dbms": 12, "name": "global.sysstat.commit cleanout failures: flashback", "vartype": 2, + "default": "0", "summary": "sysstat.commit cleanout failures: flashback: 0", "scope": "global", "metric_type": 1 @@ -3271,6 +3592,7 @@ "dbms": 12, "name": "global.sysstat.commit cleanout failures: hot backup in progress", "vartype": 2, + "default": "0", "summary": "sysstat.commit cleanout failures: hot backup in progress: 0", "scope": "global", "metric_type": 1 @@ -3282,6 +3604,7 @@ "dbms": 12, "name": "global.sysstat.commit cleanout failures: write disabled", "vartype": 2, + "default": "0", "summary": "sysstat.commit cleanout failures: write disabled: 0", "scope": "global", "metric_type": 1 @@ -3293,7 +3616,8 @@ "dbms": 12, "name": "global.sysstat.commit cleanouts", "vartype": 2, - "summary": "sysstat.commit cleanouts: 1691", + "default": "474148", + "summary": "sysstat.commit cleanouts: 474148", "scope": "global", "metric_type": 1 }, @@ -3304,7 +3628,8 @@ "dbms": 12, "name": "global.sysstat.commit cleanouts successfully completed", "vartype": 2, - "summary": "sysstat.commit cleanouts successfully completed: 1689", + "default": "467773", + "summary": "sysstat.commit cleanouts successfully completed: 467773", "scope": "global", "metric_type": 1 }, @@ -3315,7 +3640,8 @@ "dbms": 12, "name": "global.sysstat.commit immediate performed", "vartype": 2, - "summary": "sysstat.commit immediate performed: 3", + "default": "331", + "summary": "sysstat.commit immediate performed: 331", "scope": "global", "metric_type": 1 }, @@ -3326,7 +3652,8 @@ "dbms": 12, "name": "global.sysstat.commit immediate requested", "vartype": 2, - "summary": "sysstat.commit immediate requested: 3", + "default": "331", + "summary": "sysstat.commit immediate requested: 331", "scope": "global", "metric_type": 1 }, @@ -3337,6 +3664,7 @@ "dbms": 12, "name": "global.sysstat.commit nowait performed", "vartype": 2, + "default": "0", "summary": "sysstat.commit nowait performed: 0", "scope": "global", "metric_type": 1 @@ -3348,6 +3676,7 @@ "dbms": 12, "name": "global.sysstat.commit nowait requested", "vartype": 2, + "default": "0", "summary": "sysstat.commit nowait requested: 0", "scope": "global", "metric_type": 1 @@ -3359,7 +3688,8 @@ "dbms": 12, "name": "global.sysstat.commit scn cached", "vartype": 2, - "summary": "sysstat.commit scn cached: 0", + "default": "644", + "summary": "sysstat.commit scn cached: 644", "scope": "global", "metric_type": 1 }, @@ -3370,7 +3700,8 @@ "dbms": 12, "name": "global.sysstat.commit txn count during cleanout", "vartype": 2, - "summary": "sysstat.commit txn count during cleanout: 1", + "default": "2294164", + "summary": "sysstat.commit txn count during cleanout: 2294164", "scope": "global", "metric_type": 1 }, @@ -3381,6 +3712,7 @@ "dbms": 12, "name": "global.sysstat.commit wait performed", "vartype": 2, + "default": "0", "summary": "sysstat.commit wait performed: 0", "scope": "global", "metric_type": 1 @@ -3392,6 +3724,7 @@ "dbms": 12, "name": "global.sysstat.commit wait requested", "vartype": 2, + "default": "0", "summary": "sysstat.commit wait requested: 0", "scope": "global", "metric_type": 1 @@ -3403,6 +3736,7 @@ "dbms": 12, "name": "global.sysstat.commit wait/nowait performed", "vartype": 2, + "default": "0", "summary": "sysstat.commit wait/nowait performed: 0", "scope": "global", "metric_type": 1 @@ -3414,6 +3748,7 @@ "dbms": 12, "name": "global.sysstat.commit wait/nowait requested", "vartype": 2, + "default": "0", "summary": "sysstat.commit wait/nowait requested: 0", "scope": "global", "metric_type": 1 @@ -3425,7 +3760,8 @@ "dbms": 12, "name": "global.sysstat.concurrency wait time", "vartype": 2, - "summary": "sysstat.concurrency wait time: 291", + "default": "256", + "summary": "sysstat.concurrency wait time: 256", "scope": "global", "metric_type": 1 }, @@ -3436,7 +3772,8 @@ "dbms": 12, "name": "global.sysstat.consistent changes", "vartype": 2, - "summary": "sysstat.consistent changes: 1728", + "default": "102701", + "summary": "sysstat.consistent changes: 102701", "scope": "global", "metric_type": 1 }, @@ -3447,7 +3784,8 @@ "dbms": 12, "name": "global.sysstat.consistent gets", "vartype": 2, - "summary": "sysstat.consistent gets: 197733", + "default": "83413697", + "summary": "sysstat.consistent gets: 83413697", "scope": "global", "metric_type": 1 }, @@ -3458,7 +3796,8 @@ "dbms": 12, "name": "global.sysstat.consistent gets direct", "vartype": 2, - "summary": "sysstat.consistent gets direct: 0", + "default": "11858826", + "summary": "sysstat.consistent gets direct: 11858826", "scope": "global", "metric_type": 1 }, @@ -3469,7 +3808,8 @@ "dbms": 12, "name": "global.sysstat.consistent gets examination", "vartype": 2, - "summary": "sysstat.consistent gets examination: 47996", + "default": "14152914", + "summary": "sysstat.consistent gets examination: 14152914", "scope": "global", "metric_type": 1 }, @@ -3480,7 +3820,8 @@ "dbms": 12, "name": "global.sysstat.consistent gets examination (fastpath)", "vartype": 2, - "summary": "sysstat.consistent gets examination (fastpath): 47170", + "default": "14025083", + "summary": "sysstat.consistent gets examination (fastpath): 14025083", "scope": "global", "metric_type": 1 }, @@ -3491,7 +3832,8 @@ "dbms": 12, "name": "global.sysstat.consistent gets from cache", "vartype": 2, - "summary": "sysstat.consistent gets from cache: 197733", + "default": "71554871", + "summary": "sysstat.consistent gets from cache: 71554871", "scope": "global", "metric_type": 1 }, @@ -3502,7 +3844,8 @@ "dbms": 12, "name": "global.sysstat.consistent gets pin", "vartype": 2, - "summary": "sysstat.consistent gets pin: 149737", + "default": "57401957", + "summary": "sysstat.consistent gets pin: 57401957", "scope": "global", "metric_type": 1 }, @@ -3513,7 +3856,8 @@ "dbms": 12, "name": "global.sysstat.consistent gets pin (fastpath)", "vartype": 2, - "summary": "sysstat.consistent gets pin (fastpath): 144573", + "default": "53876723", + "summary": "sysstat.consistent gets pin (fastpath): 53876723", "scope": "global", "metric_type": 1 }, @@ -3524,6 +3868,7 @@ "dbms": 12, "name": "global.sysstat.cpu used by lwts for this session", "vartype": 2, + "default": "0", "summary": "sysstat.cpu used by lwts for this session: 0", "scope": "global", "metric_type": 1 @@ -3535,7 +3880,8 @@ "dbms": 12, "name": "global.sysstat.cpu used by this session", "vartype": 2, - "summary": "sysstat.cpu used by this session: 1967", + "default": "66631", + "summary": "sysstat.cpu used by this session: 66631", "scope": "global", "metric_type": 1 }, @@ -3546,7 +3892,8 @@ "dbms": 12, "name": "global.sysstat.cpu used when call started", "vartype": 2, - "summary": "sysstat.cpu used when call started: 1179", + "default": "61092", + "summary": "sysstat.cpu used when call started: 61092", "scope": "global", "metric_type": 1 }, @@ -3557,7 +3904,8 @@ "dbms": 12, "name": "global.sysstat.cr blocks created", "vartype": 2, - "summary": "sysstat.cr blocks created: 94", + "default": "1288", + "summary": "sysstat.cr blocks created: 1288", "scope": "global", "metric_type": 1 }, @@ -3568,6 +3916,7 @@ "dbms": 12, "name": "global.sysstat.current blocks converted for cr", "vartype": 2, + "default": "0", "summary": "sysstat.current blocks converted for cr: 0", "scope": "global", "metric_type": 1 @@ -3579,7 +3928,8 @@ "dbms": 12, "name": "global.sysstat.cursor authentications", "vartype": 2, - "summary": "sysstat.cursor authentications: 462", + "default": "9527", + "summary": "sysstat.cursor authentications: 9527", "scope": "global", "metric_type": 1 }, @@ -3590,7 +3940,8 @@ "dbms": 12, "name": "global.sysstat.cursor reload failures", "vartype": 2, - "summary": "sysstat.cursor reload failures: 195", + "default": "344", + "summary": "sysstat.cursor reload failures: 344", "scope": "global", "metric_type": 1 }, @@ -3601,7 +3952,8 @@ "dbms": 12, "name": "global.sysstat.data blocks consistent reads - undo records applied", "vartype": 2, - "summary": "sysstat.data blocks consistent reads - undo records applied: 1574", + "default": "3705", + "summary": "sysstat.data blocks consistent reads - undo records applied: 3705", "scope": "global", "metric_type": 1 }, @@ -3612,6 +3964,7 @@ "dbms": 12, "name": "global.sysstat.data warehousing cooling action", "vartype": 2, + "default": "0", "summary": "sysstat.data warehousing cooling action: 0", "scope": "global", "metric_type": 1 @@ -3623,6 +3976,7 @@ "dbms": 12, "name": "global.sysstat.data warehousing evicted objects", "vartype": 2, + "default": "0", "summary": "sysstat.data warehousing evicted objects: 0", "scope": "global", "metric_type": 1 @@ -3634,6 +3988,7 @@ "dbms": 12, "name": "global.sysstat.data warehousing evicted objects - cooling", "vartype": 2, + "default": "0", "summary": "sysstat.data warehousing evicted objects - cooling: 0", "scope": "global", "metric_type": 1 @@ -3645,6 +4000,7 @@ "dbms": 12, "name": "global.sysstat.data warehousing evicted objects - replace", "vartype": 2, + "default": "0", "summary": "sysstat.data warehousing evicted objects - replace: 0", "scope": "global", "metric_type": 1 @@ -3656,6 +4012,7 @@ "dbms": 12, "name": "global.sysstat.data warehousing scanned blocks", "vartype": 2, + "default": "0", "summary": "sysstat.data warehousing scanned blocks: 0", "scope": "global", "metric_type": 1 @@ -3667,6 +4024,7 @@ "dbms": 12, "name": "global.sysstat.data warehousing scanned blocks - disk", "vartype": 2, + "default": "0", "summary": "sysstat.data warehousing scanned blocks - disk: 0", "scope": "global", "metric_type": 1 @@ -3678,6 +4036,7 @@ "dbms": 12, "name": "global.sysstat.data warehousing scanned blocks - flash", "vartype": 2, + "default": "0", "summary": "sysstat.data warehousing scanned blocks - flash: 0", "scope": "global", "metric_type": 1 @@ -3689,6 +4048,7 @@ "dbms": 12, "name": "global.sysstat.data warehousing scanned blocks - memory", "vartype": 2, + "default": "0", "summary": "sysstat.data warehousing scanned blocks - memory: 0", "scope": "global", "metric_type": 1 @@ -3700,6 +4060,7 @@ "dbms": 12, "name": "global.sysstat.data warehousing scanned blocks - offload", "vartype": 2, + "default": "0", "summary": "sysstat.data warehousing scanned blocks - offload: 0", "scope": "global", "metric_type": 1 @@ -3711,6 +4072,7 @@ "dbms": 12, "name": "global.sysstat.data warehousing scanned objects", "vartype": 2, + "default": "0", "summary": "sysstat.data warehousing scanned objects: 0", "scope": "global", "metric_type": 1 @@ -3722,7 +4084,8 @@ "dbms": 12, "name": "global.sysstat.db block changes", "vartype": 2, - "summary": "sysstat.db block changes: 100726", + "default": "1986091", + "summary": "sysstat.db block changes: 1986091", "scope": "global", "metric_type": 1 }, @@ -3733,7 +4096,8 @@ "dbms": 12, "name": "global.sysstat.db block gets", "vartype": 2, - "summary": "sysstat.db block gets: 89382", + "default": "2193975", + "summary": "sysstat.db block gets: 2193975", "scope": "global", "metric_type": 1 }, @@ -3744,7 +4108,8 @@ "dbms": 12, "name": "global.sysstat.db block gets direct", "vartype": 2, - "summary": "sysstat.db block gets direct: 0", + "default": "6062", + "summary": "sysstat.db block gets direct: 6062", "scope": "global", "metric_type": 1 }, @@ -3755,7 +4120,8 @@ "dbms": 12, "name": "global.sysstat.db block gets from cache", "vartype": 2, - "summary": "sysstat.db block gets from cache: 89382", + "default": "2187913", + "summary": "sysstat.db block gets from cache: 2187913", "scope": "global", "metric_type": 1 }, @@ -3766,7 +4132,8 @@ "dbms": 12, "name": "global.sysstat.db block gets from cache (fastpath)", "vartype": 2, - "summary": "sysstat.db block gets from cache (fastpath): 52723", + "default": "1729473", + "summary": "sysstat.db block gets from cache (fastpath): 1729473", "scope": "global", "metric_type": 1 }, @@ -3777,6 +4144,7 @@ "dbms": 12, "name": "global.sysstat.db corrupt blocks detected", "vartype": 2, + "default": "0", "summary": "sysstat.db corrupt blocks detected: 0", "scope": "global", "metric_type": 1 @@ -3788,6 +4156,7 @@ "dbms": 12, "name": "global.sysstat.db corrupt blocks recovered", "vartype": 2, + "default": "0", "summary": "sysstat.db corrupt blocks recovered: 0", "scope": "global", "metric_type": 1 @@ -3799,7 +4168,8 @@ "dbms": 12, "name": "global.sysstat.db time", "vartype": 2, - "summary": "sysstat.db time: 4132", + "default": "32220324", + "summary": "sysstat.db time: 32220324", "scope": "global", "metric_type": 1 }, @@ -3810,6 +4180,7 @@ "dbms": 12, "name": "global.sysstat.db time of lwts for this session", "vartype": 2, + "default": "0", "summary": "sysstat.db time of lwts for this session: 0", "scope": "global", "metric_type": 1 @@ -3821,7 +4192,8 @@ "dbms": 12, "name": "global.sysstat.dbwr checkpoint buffers written", "vartype": 2, - "summary": "sysstat.dbwr checkpoint buffers written: 0", + "default": "433807", + "summary": "sysstat.dbwr checkpoint buffers written: 433807", "scope": "global", "metric_type": 1 }, @@ -3832,7 +4204,8 @@ "dbms": 12, "name": "global.sysstat.dbwr checkpoints", "vartype": 2, - "summary": "sysstat.dbwr checkpoints: 4", + "default": "136", + "summary": "sysstat.dbwr checkpoints: 136", "scope": "global", "metric_type": 1 }, @@ -3843,6 +4216,7 @@ "dbms": 12, "name": "global.sysstat.dbwr fusion writes", "vartype": 2, + "default": "0", "summary": "sysstat.dbwr fusion writes: 0", "scope": "global", "metric_type": 1 @@ -3854,6 +4228,7 @@ "dbms": 12, "name": "global.sysstat.dbwr lru scans", "vartype": 2, + "default": "0", "summary": "sysstat.dbwr lru scans: 0", "scope": "global", "metric_type": 1 @@ -3865,7 +4240,8 @@ "dbms": 12, "name": "global.sysstat.dbwr object drop buffers written", "vartype": 2, - "summary": "sysstat.dbwr object drop buffers written: 1", + "default": "206", + "summary": "sysstat.dbwr object drop buffers written: 206", "scope": "global", "metric_type": 1 }, @@ -3876,7 +4252,8 @@ "dbms": 12, "name": "global.sysstat.dbwr parallel query checkpoint buffers written", "vartype": 2, - "summary": "sysstat.dbwr parallel query checkpoint buffers written: 0", + "default": "7704", + "summary": "sysstat.dbwr parallel query checkpoint buffers written: 7704", "scope": "global", "metric_type": 1 }, @@ -3887,6 +4264,7 @@ "dbms": 12, "name": "global.sysstat.dbwr revisited being-written buffer", "vartype": 2, + "default": "0", "summary": "sysstat.dbwr revisited being-written buffer: 0", "scope": "global", "metric_type": 1 @@ -3898,6 +4276,7 @@ "dbms": 12, "name": "global.sysstat.dbwr tablespace checkpoint buffers written", "vartype": 2, + "default": "0", "summary": "sysstat.dbwr tablespace checkpoint buffers written: 0", "scope": "global", "metric_type": 1 @@ -3909,6 +4288,7 @@ "dbms": 12, "name": "global.sysstat.dbwr thread checkpoint buffers written", "vartype": 2, + "default": "0", "summary": "sysstat.dbwr thread checkpoint buffers written: 0", "scope": "global", "metric_type": 1 @@ -3920,7 +4300,8 @@ "dbms": 12, "name": "global.sysstat.dbwr transaction table writes", "vartype": 2, - "summary": "sysstat.dbwr transaction table writes: 0", + "default": "117", + "summary": "sysstat.dbwr transaction table writes: 117", "scope": "global", "metric_type": 1 }, @@ -3931,7 +4312,8 @@ "dbms": 12, "name": "global.sysstat.dbwr undo block writes", "vartype": 2, - "summary": "sysstat.dbwr undo block writes: 0", + "default": "17384", + "summary": "sysstat.dbwr undo block writes: 17384", "scope": "global", "metric_type": 1 }, @@ -3942,6 +4324,7 @@ "dbms": 12, "name": "global.sysstat.ddl statements parallelized", "vartype": 2, + "default": "0", "summary": "sysstat.ddl statements parallelized: 0", "scope": "global", "metric_type": 1 @@ -3953,7 +4336,8 @@ "dbms": 12, "name": "global.sysstat.deferred (current) block cleanout applications", "vartype": 2, - "summary": "sysstat.deferred (current) block cleanout applications: 613", + "default": "130076", + "summary": "sysstat.deferred (current) block cleanout applications: 130076", "scope": "global", "metric_type": 1 }, @@ -3964,6 +4348,7 @@ "dbms": 12, "name": "global.sysstat.deferred cur cleanouts (index blocks)", "vartype": 2, + "default": "0", "summary": "sysstat.deferred cur cleanouts (index blocks): 0", "scope": "global", "metric_type": 1 @@ -3975,7 +4360,8 @@ "dbms": 12, "name": "global.sysstat.dfo trees parallelized", "vartype": 2, - "summary": "sysstat.dfo trees parallelized: 18", + "default": "36", + "summary": "sysstat.dfo trees parallelized: 36", "scope": "global", "metric_type": 1 }, @@ -3986,7 +4372,8 @@ "dbms": 12, "name": "global.sysstat.dirty buffers inspected", "vartype": 2, - "summary": "sysstat.dirty buffers inspected: 0", + "default": "305852", + "summary": "sysstat.dirty buffers inspected: 305852", "scope": "global", "metric_type": 1 }, @@ -3997,6 +4384,7 @@ "dbms": 12, "name": "global.sysstat.dml statements parallelized", "vartype": 2, + "default": "0", "summary": "sysstat.dml statements parallelized: 0", "scope": "global", "metric_type": 1 @@ -4008,6 +4396,7 @@ "dbms": 12, "name": "global.sysstat.doubling up with imu segment", "vartype": 2, + "default": "0", "summary": "sysstat.doubling up with imu segment: 0", "scope": "global", "metric_type": 1 @@ -4019,6 +4408,7 @@ "dbms": 12, "name": "global.sysstat.dram clean buffers available and above threshold", "vartype": 2, + "default": "0", "summary": "sysstat.dram clean buffers available and above threshold: 0", "scope": "global", "metric_type": 1 @@ -4030,6 +4420,7 @@ "dbms": 12, "name": "global.sysstat.dram clean buffers available and is requested", "vartype": 2, + "default": "0", "summary": "sysstat.dram clean buffers available and is requested: 0", "scope": "global", "metric_type": 1 @@ -4041,6 +4432,7 @@ "dbms": 12, "name": "global.sysstat.drop segment calls in space pressure", "vartype": 2, + "default": "0", "summary": "sysstat.drop segment calls in space pressure: 0", "scope": "global", "metric_type": 1 @@ -4052,6 +4444,7 @@ "dbms": 12, "name": "global.sysstat.dx/bb enqueue lock background get time", "vartype": 2, + "default": "0", "summary": "sysstat.dx/bb enqueue lock background get time: 0", "scope": "global", "metric_type": 1 @@ -4063,6 +4456,7 @@ "dbms": 12, "name": "global.sysstat.dx/bb enqueue lock background gets", "vartype": 2, + "default": "0", "summary": "sysstat.dx/bb enqueue lock background gets: 0", "scope": "global", "metric_type": 1 @@ -4074,6 +4468,7 @@ "dbms": 12, "name": "global.sysstat.dx/bb enqueue lock foreground requests", "vartype": 2, + "default": "0", "summary": "sysstat.dx/bb enqueue lock foreground requests: 0", "scope": "global", "metric_type": 1 @@ -4085,6 +4480,7 @@ "dbms": 12, "name": "global.sysstat.dx/bb enqueue lock foreground wait time", "vartype": 2, + "default": "0", "summary": "sysstat.dx/bb enqueue lock foreground wait time: 0", "scope": "global", "metric_type": 1 @@ -4096,7 +4492,8 @@ "dbms": 12, "name": "global.sysstat.effective io time", "vartype": 2, - "summary": "sysstat.effective io time: 43852", + "default": "410482334", + "summary": "sysstat.effective io time: 410482334", "scope": "global", "metric_type": 1 }, @@ -4107,7 +4504,8 @@ "dbms": 12, "name": "global.sysstat.enqueue conversions", "vartype": 2, - "summary": "sysstat.enqueue conversions: 476", + "default": "9863", + "summary": "sysstat.enqueue conversions: 9863", "scope": "global", "metric_type": 1 }, @@ -4118,6 +4516,7 @@ "dbms": 12, "name": "global.sysstat.enqueue deadlocks", "vartype": 2, + "default": "0", "summary": "sysstat.enqueue deadlocks: 0", "scope": "global", "metric_type": 1 @@ -4129,7 +4528,8 @@ "dbms": 12, "name": "global.sysstat.enqueue releases", "vartype": 2, - "summary": "sysstat.enqueue releases: 36121", + "default": "752843", + "summary": "sysstat.enqueue releases: 752843", "scope": "global", "metric_type": 1 }, @@ -4140,7 +4540,8 @@ "dbms": 12, "name": "global.sysstat.enqueue requests", "vartype": 2, - "summary": "sysstat.enqueue requests: 36172", + "default": "752962", + "summary": "sysstat.enqueue requests: 752962", "scope": "global", "metric_type": 1 }, @@ -4151,7 +4552,8 @@ "dbms": 12, "name": "global.sysstat.enqueue timeouts", "vartype": 2, - "summary": "sysstat.enqueue timeouts: 20", + "default": "26", + "summary": "sysstat.enqueue timeouts: 26", "scope": "global", "metric_type": 1 }, @@ -4162,7 +4564,8 @@ "dbms": 12, "name": "global.sysstat.enqueue waits", "vartype": 2, - "summary": "sysstat.enqueue waits: 35", + "default": "207", + "summary": "sysstat.enqueue waits: 207", "scope": "global", "metric_type": 1 }, @@ -4173,6 +4576,7 @@ "dbms": 12, "name": "global.sysstat.error count cleared by cell", "vartype": 2, + "default": "0", "summary": "sysstat.error count cleared by cell: 0", "scope": "global", "metric_type": 1 @@ -4184,6 +4588,7 @@ "dbms": 12, "name": "global.sysstat.exchange deadlocks", "vartype": 2, + "default": "0", "summary": "sysstat.exchange deadlocks: 0", "scope": "global", "metric_type": 1 @@ -4195,7 +4600,8 @@ "dbms": 12, "name": "global.sysstat.execute count", "vartype": 2, - "summary": "sysstat.execute count: 22925", + "default": "3658170", + "summary": "sysstat.execute count: 3658170", "scope": "global", "metric_type": 1 }, @@ -4206,6 +4612,7 @@ "dbms": 12, "name": "global.sysstat.failed probes on index block reclamation", "vartype": 2, + "default": "0", "summary": "sysstat.failed probes on index block reclamation: 0", "scope": "global", "metric_type": 1 @@ -4217,7 +4624,8 @@ "dbms": 12, "name": "global.sysstat.fastpath consistent get quota limit", "vartype": 2, - "summary": "sysstat.fastpath consistent get quota limit: 0", + "default": "2439984", + "summary": "sysstat.fastpath consistent get quota limit: 2439984", "scope": "global", "metric_type": 1 }, @@ -4228,6 +4636,7 @@ "dbms": 12, "name": "global.sysstat.fbda woken up", "vartype": 2, + "default": "0", "summary": "sysstat.fbda woken up: 0", "scope": "global", "metric_type": 1 @@ -4239,7 +4648,8 @@ "dbms": 12, "name": "global.sysstat.file io service time", "vartype": 2, - "summary": "sysstat.file io service time: 57479", + "default": "15235349", + "summary": "sysstat.file io service time: 15235349", "scope": "global", "metric_type": 1 }, @@ -4250,7 +4660,8 @@ "dbms": 12, "name": "global.sysstat.file io wait time", "vartype": 2, - "summary": "sysstat.file io wait time: 1083494", + "default": "28342137611", + "summary": "sysstat.file io wait time: 28342137611", "scope": "global", "metric_type": 1 }, @@ -4261,6 +4672,7 @@ "dbms": 12, "name": "global.sysstat.flash cache eviction: aged out", "vartype": 2, + "default": "0", "summary": "sysstat.flash cache eviction: aged out: 0", "scope": "global", "metric_type": 1 @@ -4272,6 +4684,7 @@ "dbms": 12, "name": "global.sysstat.flash cache eviction: buffer pinned", "vartype": 2, + "default": "0", "summary": "sysstat.flash cache eviction: buffer pinned: 0", "scope": "global", "metric_type": 1 @@ -4283,6 +4696,7 @@ "dbms": 12, "name": "global.sysstat.flash cache eviction: invalidated", "vartype": 2, + "default": "0", "summary": "sysstat.flash cache eviction: invalidated: 0", "scope": "global", "metric_type": 1 @@ -4294,6 +4708,7 @@ "dbms": 12, "name": "global.sysstat.flash cache insert skip: corrupt", "vartype": 2, + "default": "0", "summary": "sysstat.flash cache insert skip: corrupt: 0", "scope": "global", "metric_type": 1 @@ -4305,6 +4720,7 @@ "dbms": 12, "name": "global.sysstat.flash cache insert skip: dbwr overloaded", "vartype": 2, + "default": "0", "summary": "sysstat.flash cache insert skip: dbwr overloaded: 0", "scope": "global", "metric_type": 1 @@ -4316,6 +4732,7 @@ "dbms": 12, "name": "global.sysstat.flash cache insert skip: exists", "vartype": 2, + "default": "0", "summary": "sysstat.flash cache insert skip: exists: 0", "scope": "global", "metric_type": 1 @@ -4327,6 +4744,7 @@ "dbms": 12, "name": "global.sysstat.flash cache insert skip: modification", "vartype": 2, + "default": "0", "summary": "sysstat.flash cache insert skip: modification: 0", "scope": "global", "metric_type": 1 @@ -4338,6 +4756,7 @@ "dbms": 12, "name": "global.sysstat.flash cache insert skip: not current", "vartype": 2, + "default": "0", "summary": "sysstat.flash cache insert skip: not current: 0", "scope": "global", "metric_type": 3 @@ -4349,6 +4768,7 @@ "dbms": 12, "name": "global.sysstat.flash cache insert skip: not useful", "vartype": 2, + "default": "0", "summary": "sysstat.flash cache insert skip: not useful: 0", "scope": "global", "metric_type": 1 @@ -4360,6 +4780,7 @@ "dbms": 12, "name": "global.sysstat.flash cache inserts", "vartype": 2, + "default": "0", "summary": "sysstat.flash cache inserts: 0", "scope": "global", "metric_type": 1 @@ -4371,6 +4792,7 @@ "dbms": 12, "name": "global.sysstat.flashback cache read optimizations for block new", "vartype": 2, + "default": "0", "summary": "sysstat.flashback cache read optimizations for block new: 0", "scope": "global", "metric_type": 1 @@ -4382,6 +4804,7 @@ "dbms": 12, "name": "global.sysstat.flashback direct read optimizations for block new", "vartype": 2, + "default": "0", "summary": "sysstat.flashback direct read optimizations for block new: 0", "scope": "global", "metric_type": 1 @@ -4393,7 +4816,8 @@ "dbms": 12, "name": "global.sysstat.flashback log write bytes", "vartype": 2, - "summary": "sysstat.flashback log write bytes: 0", + "default": "1410744320", + "summary": "sysstat.flashback log write bytes: 1410744320", "scope": "global", "metric_type": 1 }, @@ -4404,7 +4828,8 @@ "dbms": 12, "name": "global.sysstat.flashback log writes", "vartype": 2, - "summary": "sysstat.flashback log writes: 0", + "default": "4537", + "summary": "sysstat.flashback log writes: 4537", "scope": "global", "metric_type": 1 }, @@ -4415,6 +4840,7 @@ "dbms": 12, "name": "global.sysstat.flashback securefile cache read optimizations for block new", "vartype": 2, + "default": "0", "summary": "sysstat.flashback securefile cache read optimizations for block new: 0", "scope": "global", "metric_type": 1 @@ -4426,6 +4852,7 @@ "dbms": 12, "name": "global.sysstat.flashback securefile direct read optimizations for block new", "vartype": 2, + "default": "0", "summary": "sysstat.flashback securefile direct read optimizations for block new: 0", "scope": "global", "metric_type": 1 @@ -4437,6 +4864,7 @@ "dbms": 12, "name": "global.sysstat.foreground propagated tracked transactions", "vartype": 2, + "default": "0", "summary": "sysstat.foreground propagated tracked transactions: 0", "scope": "global", "metric_type": 1 @@ -4448,6 +4876,7 @@ "dbms": 12, "name": "global.sysstat.forwarded 2pc commands across rac nodes", "vartype": 2, + "default": "0", "summary": "sysstat.forwarded 2pc commands across rac nodes: 0", "scope": "global", "metric_type": 1 @@ -4459,6 +4888,7 @@ "dbms": 12, "name": "global.sysstat.frame signature mismatch", "vartype": 2, + "default": "0", "summary": "sysstat.frame signature mismatch: 0", "scope": "global", "metric_type": 1 @@ -4470,7 +4900,8 @@ "dbms": 12, "name": "global.sysstat.free buffer inspected", "vartype": 2, - "summary": "sysstat.free buffer inspected: 340", + "default": "2183479", + "summary": "sysstat.free buffer inspected: 2183479", "scope": "global", "metric_type": 1 }, @@ -4481,7 +4912,8 @@ "dbms": 12, "name": "global.sysstat.free buffer requested", "vartype": 2, - "summary": "sysstat.free buffer requested: 13192", + "default": "3022712", + "summary": "sysstat.free buffer requested: 3022712", "scope": "global", "metric_type": 1 }, @@ -4492,6 +4924,7 @@ "dbms": 12, "name": "global.sysstat.gc blocks compressed", "vartype": 2, + "default": "0", "summary": "sysstat.gc blocks compressed: 0", "scope": "global", "metric_type": 1 @@ -4503,6 +4936,7 @@ "dbms": 12, "name": "global.sysstat.gc blocks corrupt", "vartype": 2, + "default": "0", "summary": "sysstat.gc blocks corrupt: 0", "scope": "global", "metric_type": 1 @@ -4514,6 +4948,7 @@ "dbms": 12, "name": "global.sysstat.gc blocks lost", "vartype": 2, + "default": "0", "summary": "sysstat.gc blocks lost: 0", "scope": "global", "metric_type": 1 @@ -4525,6 +4960,7 @@ "dbms": 12, "name": "global.sysstat.gc bps array full", "vartype": 2, + "default": "0", "summary": "sysstat.gc bps array full: 0", "scope": "global", "metric_type": 1 @@ -4536,6 +4972,7 @@ "dbms": 12, "name": "global.sysstat.gc claim blocks lost", "vartype": 2, + "default": "0", "summary": "sysstat.gc claim blocks lost: 0", "scope": "global", "metric_type": 1 @@ -4547,6 +4984,7 @@ "dbms": 12, "name": "global.sysstat.gc cleanout applied", "vartype": 2, + "default": "0", "summary": "sysstat.gc cleanout applied: 0", "scope": "global", "metric_type": 1 @@ -4558,6 +4996,7 @@ "dbms": 12, "name": "global.sysstat.gc cleanout no space", "vartype": 2, + "default": "0", "summary": "sysstat.gc cleanout no space: 0", "scope": "global", "metric_type": 1 @@ -4569,6 +5008,7 @@ "dbms": 12, "name": "global.sysstat.gc cleanout saved", "vartype": 2, + "default": "0", "summary": "sysstat.gc cleanout saved: 0", "scope": "global", "metric_type": 1 @@ -4580,6 +5020,7 @@ "dbms": 12, "name": "global.sysstat.gc cluster flash cache reads failure", "vartype": 2, + "default": "0", "summary": "sysstat.gc cluster flash cache reads failure: 0", "scope": "global", "metric_type": 1 @@ -4591,6 +5032,7 @@ "dbms": 12, "name": "global.sysstat.gc cluster flash cache reads received", "vartype": 2, + "default": "0", "summary": "sysstat.gc cluster flash cache reads received: 0", "scope": "global", "metric_type": 1 @@ -4602,6 +5044,7 @@ "dbms": 12, "name": "global.sysstat.gc cluster flash cache reads served", "vartype": 2, + "default": "0", "summary": "sysstat.gc cluster flash cache reads served: 0", "scope": "global", "metric_type": 1 @@ -4613,6 +5056,7 @@ "dbms": 12, "name": "global.sysstat.gc cluster flash cache received read time", "vartype": 2, + "default": "0", "summary": "sysstat.gc cluster flash cache received read time: 0", "scope": "global", "metric_type": 1 @@ -4624,6 +5068,7 @@ "dbms": 12, "name": "global.sysstat.gc cpu used by this session", "vartype": 2, + "default": "0", "summary": "sysstat.gc cpu used by this session: 0", "scope": "global", "metric_type": 1 @@ -4635,6 +5080,7 @@ "dbms": 12, "name": "global.sysstat.gc cr anti locks created", "vartype": 2, + "default": "0", "summary": "sysstat.gc cr anti locks created: 0", "scope": "global", "metric_type": 1 @@ -4646,6 +5092,7 @@ "dbms": 12, "name": "global.sysstat.gc cr anti locks expanded", "vartype": 2, + "default": "0", "summary": "sysstat.gc cr anti locks expanded: 0", "scope": "global", "metric_type": 1 @@ -4657,6 +5104,7 @@ "dbms": 12, "name": "global.sysstat.gc cr anti locks shrunk", "vartype": 2, + "default": "0", "summary": "sysstat.gc cr anti locks shrunk: 0", "scope": "global", "metric_type": 1 @@ -4668,6 +5116,7 @@ "dbms": 12, "name": "global.sysstat.gc cr block build time", "vartype": 2, + "default": "0", "summary": "sysstat.gc cr block build time: 0", "scope": "global", "metric_type": 1 @@ -4679,6 +5128,7 @@ "dbms": 12, "name": "global.sysstat.gc cr block flush time", "vartype": 2, + "default": "0", "summary": "sysstat.gc cr block flush time: 0", "scope": "global", "metric_type": 1 @@ -4690,6 +5140,7 @@ "dbms": 12, "name": "global.sysstat.gc cr block receive time", "vartype": 2, + "default": "0", "summary": "sysstat.gc cr block receive time: 0", "scope": "global", "metric_type": 1 @@ -4701,6 +5152,7 @@ "dbms": 12, "name": "global.sysstat.gc cr blocks built", "vartype": 2, + "default": "0", "summary": "sysstat.gc cr blocks built: 0", "scope": "global", "metric_type": 1 @@ -4712,6 +5164,7 @@ "dbms": 12, "name": "global.sysstat.gc cr blocks flushed", "vartype": 2, + "default": "0", "summary": "sysstat.gc cr blocks flushed: 0", "scope": "global", "metric_type": 1 @@ -4723,6 +5176,7 @@ "dbms": 12, "name": "global.sysstat.gc cr blocks received", "vartype": 2, + "default": "0", "summary": "sysstat.gc cr blocks received: 0", "scope": "global", "metric_type": 1 @@ -4734,6 +5188,7 @@ "dbms": 12, "name": "global.sysstat.gc cr blocks received with bps", "vartype": 2, + "default": "0", "summary": "sysstat.gc cr blocks received with bps: 0", "scope": "global", "metric_type": 1 @@ -4745,6 +5200,7 @@ "dbms": 12, "name": "global.sysstat.gc cr blocks served", "vartype": 2, + "default": "0", "summary": "sysstat.gc cr blocks served: 0", "scope": "global", "metric_type": 1 @@ -4756,6 +5212,7 @@ "dbms": 12, "name": "global.sysstat.gc cr blocks served with bps", "vartype": 2, + "default": "0", "summary": "sysstat.gc cr blocks served with bps: 0", "scope": "global", "metric_type": 1 @@ -4767,6 +5224,7 @@ "dbms": 12, "name": "global.sysstat.gc cr bypass requests", "vartype": 2, + "default": "0", "summary": "sysstat.gc cr bypass requests: 0", "scope": "global", "metric_type": 1 @@ -4778,6 +5236,7 @@ "dbms": 12, "name": "global.sysstat.gc cr multiblock grant time", "vartype": 2, + "default": "0", "summary": "sysstat.gc cr multiblock grant time: 0", "scope": "global", "metric_type": 1 @@ -4789,6 +5248,7 @@ "dbms": 12, "name": "global.sysstat.gc cr multiblock grants received", "vartype": 2, + "default": "0", "summary": "sysstat.gc cr multiblock grants received: 0", "scope": "global", "metric_type": 1 @@ -4800,6 +5260,7 @@ "dbms": 12, "name": "global.sysstat.gc current block flush time", "vartype": 2, + "default": "0", "summary": "sysstat.gc current block flush time: 0", "scope": "global", "metric_type": 1 @@ -4811,6 +5272,7 @@ "dbms": 12, "name": "global.sysstat.gc current block pin time", "vartype": 2, + "default": "0", "summary": "sysstat.gc current block pin time: 0", "scope": "global", "metric_type": 1 @@ -4822,6 +5284,7 @@ "dbms": 12, "name": "global.sysstat.gc current block receive time", "vartype": 2, + "default": "0", "summary": "sysstat.gc current block receive time: 0", "scope": "global", "metric_type": 1 @@ -4833,6 +5296,7 @@ "dbms": 12, "name": "global.sysstat.gc current blocks flushed", "vartype": 2, + "default": "0", "summary": "sysstat.gc current blocks flushed: 0", "scope": "global", "metric_type": 1 @@ -4844,6 +5308,7 @@ "dbms": 12, "name": "global.sysstat.gc current blocks pinned", "vartype": 2, + "default": "0", "summary": "sysstat.gc current blocks pinned: 0", "scope": "global", "metric_type": 1 @@ -4855,6 +5320,7 @@ "dbms": 12, "name": "global.sysstat.gc current blocks received", "vartype": 2, + "default": "0", "summary": "sysstat.gc current blocks received: 0", "scope": "global", "metric_type": 1 @@ -4866,6 +5332,7 @@ "dbms": 12, "name": "global.sysstat.gc current blocks received with bps", "vartype": 2, + "default": "0", "summary": "sysstat.gc current blocks received with bps: 0", "scope": "global", "metric_type": 1 @@ -4877,6 +5344,7 @@ "dbms": 12, "name": "global.sysstat.gc current blocks served", "vartype": 2, + "default": "0", "summary": "sysstat.gc current blocks served: 0", "scope": "global", "metric_type": 1 @@ -4888,6 +5356,7 @@ "dbms": 12, "name": "global.sysstat.gc current blocks served with bps", "vartype": 2, + "default": "0", "summary": "sysstat.gc current blocks served with bps: 0", "scope": "global", "metric_type": 1 @@ -4899,6 +5368,7 @@ "dbms": 12, "name": "global.sysstat.gc flash cache reads served", "vartype": 2, + "default": "0", "summary": "sysstat.gc flash cache reads served: 0", "scope": "global", "metric_type": 1 @@ -4910,6 +5380,7 @@ "dbms": 12, "name": "global.sysstat.gc flash cache served read time", "vartype": 2, + "default": "0", "summary": "sysstat.gc flash cache served read time: 0", "scope": "global", "metric_type": 1 @@ -4921,6 +5392,7 @@ "dbms": 12, "name": "global.sysstat.gc flashback wait", "vartype": 2, + "default": "0", "summary": "sysstat.gc flashback wait: 0", "scope": "global", "metric_type": 1 @@ -4932,6 +5404,7 @@ "dbms": 12, "name": "global.sysstat.gc force cr read cr", "vartype": 2, + "default": "0", "summary": "sysstat.gc force cr read cr: 0", "scope": "global", "metric_type": 1 @@ -4943,6 +5416,7 @@ "dbms": 12, "name": "global.sysstat.gc force cr read current", "vartype": 2, + "default": "0", "summary": "sysstat.gc force cr read current: 0", "scope": "global", "metric_type": 3 @@ -4954,6 +5428,7 @@ "dbms": 12, "name": "global.sysstat.gc im blocks invalidated", "vartype": 2, + "default": "0", "summary": "sysstat.gc im blocks invalidated: 0", "scope": "global", "metric_type": 1 @@ -4965,6 +5440,7 @@ "dbms": 12, "name": "global.sysstat.gc im expands", "vartype": 2, + "default": "0", "summary": "sysstat.gc im expands: 0", "scope": "global", "metric_type": 1 @@ -4976,6 +5452,7 @@ "dbms": 12, "name": "global.sysstat.gc im grants", "vartype": 2, + "default": "0", "summary": "sysstat.gc im grants: 0", "scope": "global", "metric_type": 1 @@ -4987,6 +5464,7 @@ "dbms": 12, "name": "global.sysstat.gc im shrinks", "vartype": 2, + "default": "0", "summary": "sysstat.gc im shrinks: 0", "scope": "global", "metric_type": 1 @@ -4998,6 +5476,7 @@ "dbms": 12, "name": "global.sysstat.gc index split slot collisions", "vartype": 2, + "default": "0", "summary": "sysstat.gc index split slot collisions: 0", "scope": "global", "metric_type": 1 @@ -5009,6 +5488,7 @@ "dbms": 12, "name": "global.sysstat.gc index split too many segments", "vartype": 2, + "default": "0", "summary": "sysstat.gc index split too many segments: 0", "scope": "global", "metric_type": 1 @@ -5020,6 +5500,7 @@ "dbms": 12, "name": "global.sysstat.gc index split too many slots", "vartype": 2, + "default": "0", "summary": "sysstat.gc index split too many slots: 0", "scope": "global", "metric_type": 1 @@ -5031,6 +5512,7 @@ "dbms": 12, "name": "global.sysstat.gc index split wait timeouts", "vartype": 2, + "default": "0", "summary": "sysstat.gc index split wait timeouts: 0", "scope": "global", "metric_type": 1 @@ -5042,6 +5524,7 @@ "dbms": 12, "name": "global.sysstat.gc ka grant receive time", "vartype": 2, + "default": "0", "summary": "sysstat.gc ka grant receive time: 0", "scope": "global", "metric_type": 1 @@ -5053,6 +5536,7 @@ "dbms": 12, "name": "global.sysstat.gc ka grants received", "vartype": 2, + "default": "0", "summary": "sysstat.gc ka grants received: 0", "scope": "global", "metric_type": 1 @@ -5064,6 +5548,7 @@ "dbms": 12, "name": "global.sysstat.gc kbytes saved", "vartype": 2, + "default": "0", "summary": "sysstat.gc kbytes saved: 0", "scope": "global", "metric_type": 1 @@ -5075,6 +5560,7 @@ "dbms": 12, "name": "global.sysstat.gc kbytes sent", "vartype": 2, + "default": "0", "summary": "sysstat.gc kbytes sent: 0", "scope": "global", "metric_type": 1 @@ -5086,6 +5572,7 @@ "dbms": 12, "name": "global.sysstat.gc local grants", "vartype": 2, + "default": "0", "summary": "sysstat.gc local grants: 0", "scope": "global", "metric_type": 1 @@ -5097,6 +5584,7 @@ "dbms": 12, "name": "global.sysstat.gc merge pi bg", "vartype": 2, + "default": "0", "summary": "sysstat.gc merge pi bg: 0", "scope": "global", "metric_type": 1 @@ -5108,6 +5596,7 @@ "dbms": 12, "name": "global.sysstat.gc merge pi fg", "vartype": 2, + "default": "0", "summary": "sysstat.gc merge pi fg: 0", "scope": "global", "metric_type": 1 @@ -5119,6 +5608,7 @@ "dbms": 12, "name": "global.sysstat.gc read time waited", "vartype": 2, + "default": "0", "summary": "sysstat.gc read time waited: 0", "scope": "global", "metric_type": 1 @@ -5130,6 +5620,7 @@ "dbms": 12, "name": "global.sysstat.gc read wait failures", "vartype": 2, + "default": "0", "summary": "sysstat.gc read wait failures: 0", "scope": "global", "metric_type": 1 @@ -5141,6 +5632,7 @@ "dbms": 12, "name": "global.sysstat.gc read wait timeouts", "vartype": 2, + "default": "0", "summary": "sysstat.gc read wait timeouts: 0", "scope": "global", "metric_type": 1 @@ -5152,6 +5644,7 @@ "dbms": 12, "name": "global.sysstat.gc read waits", "vartype": 2, + "default": "0", "summary": "sysstat.gc read waits: 0", "scope": "global", "metric_type": 1 @@ -5163,6 +5656,7 @@ "dbms": 12, "name": "global.sysstat.gc reader bypass grants", "vartype": 2, + "default": "0", "summary": "sysstat.gc reader bypass grants: 0", "scope": "global", "metric_type": 1 @@ -5174,6 +5668,7 @@ "dbms": 12, "name": "global.sysstat.gc reader bypass waits", "vartype": 2, + "default": "0", "summary": "sysstat.gc reader bypass waits: 0", "scope": "global", "metric_type": 1 @@ -5185,6 +5680,7 @@ "dbms": 12, "name": "global.sysstat.gc remote grants", "vartype": 2, + "default": "0", "summary": "sysstat.gc remote grants: 0", "scope": "global", "metric_type": 1 @@ -5196,6 +5692,7 @@ "dbms": 12, "name": "global.sysstat.gc send failures", "vartype": 2, + "default": "0", "summary": "sysstat.gc send failures: 0", "scope": "global", "metric_type": 1 @@ -5207,6 +5704,7 @@ "dbms": 12, "name": "global.sysstat.gc status messages received", "vartype": 2, + "default": "0", "summary": "sysstat.gc status messages received: 0", "scope": "global", "metric_type": 1 @@ -5218,6 +5716,7 @@ "dbms": 12, "name": "global.sysstat.gc status messages sent", "vartype": 2, + "default": "0", "summary": "sysstat.gc status messages sent: 0", "scope": "global", "metric_type": 1 @@ -5229,6 +5728,7 @@ "dbms": 12, "name": "global.sysstat.gcs affinity lock failures", "vartype": 2, + "default": "0", "summary": "sysstat.gcs affinity lock failures: 0", "scope": "global", "metric_type": 1 @@ -5240,6 +5740,7 @@ "dbms": 12, "name": "global.sysstat.gcs affinity lock grants", "vartype": 2, + "default": "0", "summary": "sysstat.gcs affinity lock grants: 0", "scope": "global", "metric_type": 1 @@ -5251,6 +5752,7 @@ "dbms": 12, "name": "global.sysstat.gcs anti-locks created", "vartype": 2, + "default": "0", "summary": "sysstat.gcs anti-locks created: 0", "scope": "global", "metric_type": 1 @@ -5262,6 +5764,7 @@ "dbms": 12, "name": "global.sysstat.gcs messages sent", "vartype": 2, + "default": "0", "summary": "sysstat.gcs messages sent: 0", "scope": "global", "metric_type": 1 @@ -5273,6 +5776,7 @@ "dbms": 12, "name": "global.sysstat.gcs read-mostly lock failures", "vartype": 2, + "default": "0", "summary": "sysstat.gcs read-mostly lock failures: 0", "scope": "global", "metric_type": 1 @@ -5284,6 +5788,7 @@ "dbms": 12, "name": "global.sysstat.gcs read-mostly lock grants", "vartype": 2, + "default": "0", "summary": "sysstat.gcs read-mostly lock grants: 0", "scope": "global", "metric_type": 1 @@ -5295,6 +5800,7 @@ "dbms": 12, "name": "global.sysstat.gdr: active blocks cleared", "vartype": 2, + "default": "0", "summary": "sysstat.gdr: active blocks cleared: 0", "scope": "global", "metric_type": 1 @@ -5306,6 +5812,7 @@ "dbms": 12, "name": "global.sysstat.gdr: active ranges cleared", "vartype": 2, + "default": "0", "summary": "sysstat.gdr: active ranges cleared: 0", "scope": "global", "metric_type": 1 @@ -5317,6 +5824,7 @@ "dbms": 12, "name": "global.sysstat.gdr: inactive blocks cleared", "vartype": 2, + "default": "0", "summary": "sysstat.gdr: inactive blocks cleared: 0", "scope": "global", "metric_type": 1 @@ -5328,6 +5836,7 @@ "dbms": 12, "name": "global.sysstat.gdr: inactive ranges cleared", "vartype": 2, + "default": "0", "summary": "sysstat.gdr: inactive ranges cleared: 0", "scope": "global", "metric_type": 1 @@ -5339,6 +5848,7 @@ "dbms": 12, "name": "global.sysstat.gdr: total blocks skipped", "vartype": 2, + "default": "0", "summary": "sysstat.gdr: total blocks skipped: 0", "scope": "global", "metric_type": 1 @@ -5350,6 +5860,7 @@ "dbms": 12, "name": "global.sysstat.gdr: total files processed", "vartype": 2, + "default": "0", "summary": "sysstat.gdr: total files processed: 0", "scope": "global", "metric_type": 1 @@ -5361,6 +5872,7 @@ "dbms": 12, "name": "global.sysstat.gdr: total segments processed", "vartype": 2, + "default": "0", "summary": "sysstat.gdr: total segments processed: 0", "scope": "global", "metric_type": 1 @@ -5372,6 +5884,7 @@ "dbms": 12, "name": "global.sysstat.gdr: total segments skipped", "vartype": 2, + "default": "0", "summary": "sysstat.gdr: total segments skipped: 0", "scope": "global", "metric_type": 1 @@ -5383,6 +5896,7 @@ "dbms": 12, "name": "global.sysstat.gdr: unused blocks cleared", "vartype": 2, + "default": "0", "summary": "sysstat.gdr: unused blocks cleared: 0", "scope": "global", "metric_type": 1 @@ -5394,6 +5908,7 @@ "dbms": 12, "name": "global.sysstat.gdr: unused ranges cleared", "vartype": 2, + "default": "0", "summary": "sysstat.gdr: unused ranges cleared: 0", "scope": "global", "metric_type": 1 @@ -5405,6 +5920,7 @@ "dbms": 12, "name": "global.sysstat.ges messages sent", "vartype": 2, + "default": "0", "summary": "sysstat.ges messages sent: 0", "scope": "global", "metric_type": 1 @@ -5416,6 +5932,7 @@ "dbms": 12, "name": "global.sysstat.global enqueue cpu used by this session", "vartype": 2, + "default": "0", "summary": "sysstat.global enqueue cpu used by this session: 0", "scope": "global", "metric_type": 1 @@ -5427,6 +5944,7 @@ "dbms": 12, "name": "global.sysstat.global enqueue get time", "vartype": 2, + "default": "0", "summary": "sysstat.global enqueue get time: 0", "scope": "global", "metric_type": 1 @@ -5438,6 +5956,7 @@ "dbms": 12, "name": "global.sysstat.global enqueue gets async", "vartype": 2, + "default": "0", "summary": "sysstat.global enqueue gets async: 0", "scope": "global", "metric_type": 1 @@ -5449,6 +5968,7 @@ "dbms": 12, "name": "global.sysstat.global enqueue gets sync", "vartype": 2, + "default": "0", "summary": "sysstat.global enqueue gets sync: 0", "scope": "global", "metric_type": 1 @@ -5460,6 +5980,7 @@ "dbms": 12, "name": "global.sysstat.global enqueue releases", "vartype": 2, + "default": "0", "summary": "sysstat.global enqueue releases: 0", "scope": "global", "metric_type": 1 @@ -5471,6 +5992,7 @@ "dbms": 12, "name": "global.sysstat.global undo segment hints helped", "vartype": 2, + "default": "0", "summary": "sysstat.global undo segment hints helped: 0", "scope": "global", "metric_type": 1 @@ -5482,6 +6004,7 @@ "dbms": 12, "name": "global.sysstat.global undo segment hints were stale", "vartype": 2, + "default": "0", "summary": "sysstat.global undo segment hints were stale: 0", "scope": "global", "metric_type": 1 @@ -5493,6 +6016,7 @@ "dbms": 12, "name": "global.sysstat.gtx processes spawned by autotune", "vartype": 2, + "default": "0", "summary": "sysstat.gtx processes spawned by autotune: 0", "scope": "global", "metric_type": 1 @@ -5504,6 +6028,7 @@ "dbms": 12, "name": "global.sysstat.gtx processes stopped by autotune", "vartype": 2, + "default": "0", "summary": "sysstat.gtx processes stopped by autotune: 0", "scope": "global", "metric_type": 1 @@ -5515,6 +6040,7 @@ "dbms": 12, "name": "global.sysstat.hcc analyze table cus", "vartype": 2, + "default": "0", "summary": "sysstat.hcc analyze table cus: 0", "scope": "global", "metric_type": 1 @@ -5526,6 +6052,7 @@ "dbms": 12, "name": "global.sysstat.hcc analyzer calls", "vartype": 2, + "default": "0", "summary": "sysstat.hcc analyzer calls: 0", "scope": "global", "metric_type": 1 @@ -5537,6 +6064,7 @@ "dbms": 12, "name": "global.sysstat.hcc block check cus", "vartype": 2, + "default": "0", "summary": "sysstat.hcc block check cus: 0", "scope": "global", "metric_type": 1 @@ -5548,6 +6076,7 @@ "dbms": 12, "name": "global.sysstat.hcc block compressions attempted", "vartype": 2, + "default": "0", "summary": "sysstat.hcc block compressions attempted: 0", "scope": "global", "metric_type": 1 @@ -5559,6 +6088,7 @@ "dbms": 12, "name": "global.sysstat.hcc block compressions completed", "vartype": 2, + "default": "0", "summary": "sysstat.hcc block compressions completed: 0", "scope": "global", "metric_type": 1 @@ -5570,6 +6100,7 @@ "dbms": 12, "name": "global.sysstat.hcc block dump cus", "vartype": 2, + "default": "0", "summary": "sysstat.hcc block dump cus: 0", "scope": "global", "metric_type": 1 @@ -5581,6 +6112,7 @@ "dbms": 12, "name": "global.sysstat.hcc dml conventional", "vartype": 2, + "default": "0", "summary": "sysstat.hcc dml conventional: 0", "scope": "global", "metric_type": 1 @@ -5592,6 +6124,7 @@ "dbms": 12, "name": "global.sysstat.hcc dml cus", "vartype": 2, + "default": "0", "summary": "sysstat.hcc dml cus: 0", "scope": "global", "metric_type": 1 @@ -5603,6 +6136,7 @@ "dbms": 12, "name": "global.sysstat.hcc fetch by rowid cus", "vartype": 2, + "default": "0", "summary": "sysstat.hcc fetch by rowid cus: 0", "scope": "global", "metric_type": 1 @@ -5614,6 +6148,7 @@ "dbms": 12, "name": "global.sysstat.hcc load conventional bytes compressed", "vartype": 2, + "default": "0", "summary": "sysstat.hcc load conventional bytes compressed: 0", "scope": "global", "metric_type": 1 @@ -5625,6 +6160,7 @@ "dbms": 12, "name": "global.sysstat.hcc load conventional bytes uncompressed", "vartype": 2, + "default": "0", "summary": "sysstat.hcc load conventional bytes uncompressed: 0", "scope": "global", "metric_type": 1 @@ -5636,6 +6172,7 @@ "dbms": 12, "name": "global.sysstat.hcc load conventional cus", "vartype": 2, + "default": "0", "summary": "sysstat.hcc load conventional cus: 0", "scope": "global", "metric_type": 1 @@ -5647,6 +6184,7 @@ "dbms": 12, "name": "global.sysstat.hcc load conventional cus archive high", "vartype": 2, + "default": "0", "summary": "sysstat.hcc load conventional cus archive high: 0", "scope": "global", "metric_type": 1 @@ -5658,6 +6196,7 @@ "dbms": 12, "name": "global.sysstat.hcc load conventional cus archive low", "vartype": 2, + "default": "0", "summary": "sysstat.hcc load conventional cus archive low: 0", "scope": "global", "metric_type": 1 @@ -5669,6 +6208,7 @@ "dbms": 12, "name": "global.sysstat.hcc load conventional cus query high", "vartype": 2, + "default": "0", "summary": "sysstat.hcc load conventional cus query high: 0", "scope": "global", "metric_type": 1 @@ -5680,6 +6220,7 @@ "dbms": 12, "name": "global.sysstat.hcc load conventional cus query low", "vartype": 2, + "default": "0", "summary": "sysstat.hcc load conventional cus query low: 0", "scope": "global", "metric_type": 1 @@ -5691,6 +6232,7 @@ "dbms": 12, "name": "global.sysstat.hcc load conventional cus row pieces", "vartype": 2, + "default": "0", "summary": "sysstat.hcc load conventional cus row pieces: 0", "scope": "global", "metric_type": 1 @@ -5702,6 +6244,7 @@ "dbms": 12, "name": "global.sysstat.hcc load conventional rows", "vartype": 2, + "default": "0", "summary": "sysstat.hcc load conventional rows: 0", "scope": "global", "metric_type": 1 @@ -5713,6 +6256,7 @@ "dbms": 12, "name": "global.sysstat.hcc load conventional rows not compressed", "vartype": 2, + "default": "0", "summary": "sysstat.hcc load conventional rows not compressed: 0", "scope": "global", "metric_type": 1 @@ -5724,6 +6268,7 @@ "dbms": 12, "name": "global.sysstat.hcc load direct bytes compressed", "vartype": 2, + "default": "0", "summary": "sysstat.hcc load direct bytes compressed: 0", "scope": "global", "metric_type": 1 @@ -5735,6 +6280,7 @@ "dbms": 12, "name": "global.sysstat.hcc load direct bytes uncompressed", "vartype": 2, + "default": "0", "summary": "sysstat.hcc load direct bytes uncompressed: 0", "scope": "global", "metric_type": 1 @@ -5746,6 +6292,7 @@ "dbms": 12, "name": "global.sysstat.hcc load direct cus", "vartype": 2, + "default": "0", "summary": "sysstat.hcc load direct cus: 0", "scope": "global", "metric_type": 1 @@ -5757,6 +6304,7 @@ "dbms": 12, "name": "global.sysstat.hcc load direct cus archive high", "vartype": 2, + "default": "0", "summary": "sysstat.hcc load direct cus archive high: 0", "scope": "global", "metric_type": 1 @@ -5768,6 +6316,7 @@ "dbms": 12, "name": "global.sysstat.hcc load direct cus archive low", "vartype": 2, + "default": "0", "summary": "sysstat.hcc load direct cus archive low: 0", "scope": "global", "metric_type": 1 @@ -5779,6 +6328,7 @@ "dbms": 12, "name": "global.sysstat.hcc load direct cus query high", "vartype": 2, + "default": "0", "summary": "sysstat.hcc load direct cus query high: 0", "scope": "global", "metric_type": 1 @@ -5790,6 +6340,7 @@ "dbms": 12, "name": "global.sysstat.hcc load direct cus query low", "vartype": 2, + "default": "0", "summary": "sysstat.hcc load direct cus query low: 0", "scope": "global", "metric_type": 1 @@ -5801,6 +6352,7 @@ "dbms": 12, "name": "global.sysstat.hcc load direct cus row pieces", "vartype": 2, + "default": "0", "summary": "sysstat.hcc load direct cus row pieces: 0", "scope": "global", "metric_type": 1 @@ -5812,6 +6364,7 @@ "dbms": 12, "name": "global.sysstat.hcc load direct rows", "vartype": 2, + "default": "0", "summary": "sysstat.hcc load direct rows: 0", "scope": "global", "metric_type": 1 @@ -5823,6 +6376,7 @@ "dbms": 12, "name": "global.sysstat.hcc load direct rows not compressed", "vartype": 2, + "default": "0", "summary": "sysstat.hcc load direct rows not compressed: 0", "scope": "global", "metric_type": 1 @@ -5834,6 +6388,7 @@ "dbms": 12, "name": "global.sysstat.hcc scan cell bytes compressed", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan cell bytes compressed: 0", "scope": "global", "metric_type": 1 @@ -5845,6 +6400,7 @@ "dbms": 12, "name": "global.sysstat.hcc scan cell bytes decompressed", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan cell bytes decompressed: 0", "scope": "global", "metric_type": 1 @@ -5856,6 +6412,7 @@ "dbms": 12, "name": "global.sysstat.hcc scan cell columns theoretical max", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan cell columns theoretical max: 0", "scope": "global", "metric_type": 1 @@ -5867,6 +6424,7 @@ "dbms": 12, "name": "global.sysstat.hcc scan cell cus archive high", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan cell cus archive high: 0", "scope": "global", "metric_type": 1 @@ -5878,6 +6436,7 @@ "dbms": 12, "name": "global.sysstat.hcc scan cell cus archive low", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan cell cus archive low: 0", "scope": "global", "metric_type": 1 @@ -5889,6 +6448,7 @@ "dbms": 12, "name": "global.sysstat.hcc scan cell cus columns accessed", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan cell cus columns accessed: 0", "scope": "global", "metric_type": 1 @@ -5900,6 +6460,7 @@ "dbms": 12, "name": "global.sysstat.hcc scan cell cus decompressed", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan cell cus decompressed: 0", "scope": "global", "metric_type": 1 @@ -5911,6 +6472,7 @@ "dbms": 12, "name": "global.sysstat.hcc scan cell cus decompression time", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan cell cus decompression time: 0", "scope": "global", "metric_type": 1 @@ -5922,6 +6484,7 @@ "dbms": 12, "name": "global.sysstat.hcc scan cell cus optimized read", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan cell cus optimized read: 0", "scope": "global", "metric_type": 1 @@ -5933,6 +6496,7 @@ "dbms": 12, "name": "global.sysstat.hcc scan cell cus predicates applied", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan cell cus predicates applied: 0", "scope": "global", "metric_type": 1 @@ -5944,6 +6508,7 @@ "dbms": 12, "name": "global.sysstat.hcc scan cell cus predicates optimized", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan cell cus predicates optimized: 0", "scope": "global", "metric_type": 1 @@ -5955,6 +6520,7 @@ "dbms": 12, "name": "global.sysstat.hcc scan cell cus predicates received", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan cell cus predicates received: 0", "scope": "global", "metric_type": 1 @@ -5966,6 +6532,7 @@ "dbms": 12, "name": "global.sysstat.hcc scan cell cus processed for compressed", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan cell cus processed for compressed: 0", "scope": "global", "metric_type": 1 @@ -5977,6 +6544,7 @@ "dbms": 12, "name": "global.sysstat.hcc scan cell cus processed for uncompressed", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan cell cus processed for uncompressed: 0", "scope": "global", "metric_type": 1 @@ -5988,6 +6556,7 @@ "dbms": 12, "name": "global.sysstat.hcc scan cell cus pruned", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan cell cus pruned: 0", "scope": "global", "metric_type": 1 @@ -5999,6 +6568,7 @@ "dbms": 12, "name": "global.sysstat.hcc scan cell cus query high", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan cell cus query high: 0", "scope": "global", "metric_type": 1 @@ -6010,6 +6580,7 @@ "dbms": 12, "name": "global.sysstat.hcc scan cell cus query low", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan cell cus query low: 0", "scope": "global", "metric_type": 1 @@ -6021,6 +6592,7 @@ "dbms": 12, "name": "global.sysstat.hcc scan cell cus row pieces accessed", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan cell cus row pieces accessed: 0", "scope": "global", "metric_type": 1 @@ -6032,6 +6604,7 @@ "dbms": 12, "name": "global.sysstat.hcc scan cell cus row pieces total", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan cell cus row pieces total: 0", "scope": "global", "metric_type": 1 @@ -6043,6 +6616,7 @@ "dbms": 12, "name": "global.sysstat.hcc scan cell cus sent compressed", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan cell cus sent compressed: 0", "scope": "global", "metric_type": 1 @@ -6054,6 +6628,7 @@ "dbms": 12, "name": "global.sysstat.hcc scan cell cus sent head piece", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan cell cus sent head piece: 0", "scope": "global", "metric_type": 1 @@ -6065,6 +6640,7 @@ "dbms": 12, "name": "global.sysstat.hcc scan cell cus sent uncompressed", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan cell cus sent uncompressed: 0", "scope": "global", "metric_type": 1 @@ -6076,6 +6652,7 @@ "dbms": 12, "name": "global.sysstat.hcc scan cell rows", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan cell rows: 0", "scope": "global", "metric_type": 1 @@ -6087,6 +6664,7 @@ "dbms": 12, "name": "global.sysstat.hcc scan cus pcode selective done", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan cus pcode selective done: 0", "scope": "global", "metric_type": 1 @@ -6098,6 +6676,7 @@ "dbms": 12, "name": "global.sysstat.hcc scan rdbms bytes compressed", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan rdbms bytes compressed: 0", "scope": "global", "metric_type": 1 @@ -6109,6 +6688,7 @@ "dbms": 12, "name": "global.sysstat.hcc scan rdbms bytes decompressed", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan rdbms bytes decompressed: 0", "scope": "global", "metric_type": 1 @@ -6120,6 +6700,7 @@ "dbms": 12, "name": "global.sysstat.hcc scan rdbms columns theoretical max", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan rdbms columns theoretical max: 0", "scope": "global", "metric_type": 1 @@ -6131,6 +6712,7 @@ "dbms": 12, "name": "global.sysstat.hcc scan rdbms cus archive high", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan rdbms cus archive high: 0", "scope": "global", "metric_type": 1 @@ -6142,6 +6724,7 @@ "dbms": 12, "name": "global.sysstat.hcc scan rdbms cus archive low", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan rdbms cus archive low: 0", "scope": "global", "metric_type": 1 @@ -6153,6 +6736,7 @@ "dbms": 12, "name": "global.sysstat.hcc scan rdbms cus columns accessed", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan rdbms cus columns accessed: 0", "scope": "global", "metric_type": 1 @@ -6164,6 +6748,7 @@ "dbms": 12, "name": "global.sysstat.hcc scan rdbms cus decompressed", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan rdbms cus decompressed: 0", "scope": "global", "metric_type": 1 @@ -6175,6 +6760,7 @@ "dbms": 12, "name": "global.sysstat.hcc scan rdbms cus decompression time", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan rdbms cus decompression time: 0", "scope": "global", "metric_type": 1 @@ -6186,6 +6772,7 @@ "dbms": 12, "name": "global.sysstat.hcc scan rdbms cus normal", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan rdbms cus normal: 0", "scope": "global", "metric_type": 1 @@ -6197,6 +6784,7 @@ "dbms": 12, "name": "global.sysstat.hcc scan rdbms cus optimized read", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan rdbms cus optimized read: 0", "scope": "global", "metric_type": 1 @@ -6208,6 +6796,7 @@ "dbms": 12, "name": "global.sysstat.hcc scan rdbms cus predicates applied", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan rdbms cus predicates applied: 0", "scope": "global", "metric_type": 1 @@ -6219,6 +6808,7 @@ "dbms": 12, "name": "global.sysstat.hcc scan rdbms cus predicates optimized", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan rdbms cus predicates optimized: 0", "scope": "global", "metric_type": 1 @@ -6230,6 +6820,7 @@ "dbms": 12, "name": "global.sysstat.hcc scan rdbms cus predicates received", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan rdbms cus predicates received: 0", "scope": "global", "metric_type": 1 @@ -6241,6 +6832,7 @@ "dbms": 12, "name": "global.sysstat.hcc scan rdbms cus pruned", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan rdbms cus pruned: 0", "scope": "global", "metric_type": 1 @@ -6252,6 +6844,7 @@ "dbms": 12, "name": "global.sysstat.hcc scan rdbms cus query high", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan rdbms cus query high: 0", "scope": "global", "metric_type": 1 @@ -6263,6 +6856,7 @@ "dbms": 12, "name": "global.sysstat.hcc scan rdbms cus query low", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan rdbms cus query low: 0", "scope": "global", "metric_type": 1 @@ -6274,6 +6868,7 @@ "dbms": 12, "name": "global.sysstat.hcc scan rdbms cus row pieces accessed", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan rdbms cus row pieces accessed: 0", "scope": "global", "metric_type": 1 @@ -6285,6 +6880,7 @@ "dbms": 12, "name": "global.sysstat.hcc scan rdbms cus row pieces total", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan rdbms cus row pieces total: 0", "scope": "global", "metric_type": 1 @@ -6296,6 +6892,7 @@ "dbms": 12, "name": "global.sysstat.hcc scan rdbms cus turbo", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan rdbms cus turbo: 0", "scope": "global", "metric_type": 1 @@ -6307,6 +6904,7 @@ "dbms": 12, "name": "global.sysstat.hcc scan rdbms rows", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan rdbms rows: 0", "scope": "global", "metric_type": 1 @@ -6318,6 +6916,7 @@ "dbms": 12, "name": "global.sysstat.hcc usage cloud", "vartype": 2, + "default": "0", "summary": "sysstat.hcc usage cloud: 0", "scope": "global", "metric_type": 1 @@ -6329,6 +6928,7 @@ "dbms": 12, "name": "global.sysstat.hcc usage pillar", "vartype": 2, + "default": "0", "summary": "sysstat.hcc usage pillar: 0", "scope": "global", "metric_type": 1 @@ -6340,6 +6940,7 @@ "dbms": 12, "name": "global.sysstat.hcc usage zfs", "vartype": 2, + "default": "0", "summary": "sysstat.hcc usage zfs: 0", "scope": "global", "metric_type": 1 @@ -6351,7 +6952,8 @@ "dbms": 12, "name": "global.sysstat.heap block compress", "vartype": 2, - "summary": "sysstat.heap block compress: 8", + "default": "12173", + "summary": "sysstat.heap block compress: 12173", "scope": "global", "metric_type": 1 }, @@ -6362,7 +6964,8 @@ "dbms": 12, "name": "global.sysstat.heap segment array inserts", "vartype": 2, - "summary": "sysstat.heap segment array inserts: 6", + "default": "5049", + "summary": "sysstat.heap segment array inserts: 5049", "scope": "global", "metric_type": 1 }, @@ -6373,7 +6976,8 @@ "dbms": 12, "name": "global.sysstat.heap segment array updates", "vartype": 2, - "summary": "sysstat.heap segment array updates: 7", + "default": "614", + "summary": "sysstat.heap segment array updates: 614", "scope": "global", "metric_type": 1 }, @@ -6384,6 +6988,7 @@ "dbms": 12, "name": "global.sysstat.heatmap blklevel flush task count", "vartype": 2, + "default": "0", "summary": "sysstat.heatmap blklevel flush task count: 0", "scope": "global", "metric_type": 1 @@ -6395,6 +7000,7 @@ "dbms": 12, "name": "global.sysstat.heatmap blklevel flush task create", "vartype": 2, + "default": "0", "summary": "sysstat.heatmap blklevel flush task create: 0", "scope": "global", "metric_type": 1 @@ -6406,6 +7012,7 @@ "dbms": 12, "name": "global.sysstat.heatmap blklevel flushed", "vartype": 2, + "default": "0", "summary": "sysstat.heatmap blklevel flushed: 0", "scope": "global", "metric_type": 1 @@ -6417,6 +7024,7 @@ "dbms": 12, "name": "global.sysstat.heatmap blklevel flushed to bf", "vartype": 2, + "default": "0", "summary": "sysstat.heatmap blklevel flushed to bf: 0", "scope": "global", "metric_type": 1 @@ -6428,6 +7036,7 @@ "dbms": 12, "name": "global.sysstat.heatmap blklevel flushed to sysaux", "vartype": 2, + "default": "0", "summary": "sysstat.heatmap blklevel flushed to sysaux: 0", "scope": "global", "metric_type": 1 @@ -6439,6 +7048,7 @@ "dbms": 12, "name": "global.sysstat.heatmap blklevel not tracked - memory", "vartype": 2, + "default": "0", "summary": "sysstat.heatmap blklevel not tracked - memory: 0", "scope": "global", "metric_type": 1 @@ -6450,6 +7060,7 @@ "dbms": 12, "name": "global.sysstat.heatmap blklevel not updated - repeat", "vartype": 2, + "default": "0", "summary": "sysstat.heatmap blklevel not updated - repeat: 0", "scope": "global", "metric_type": 1 @@ -6461,6 +7072,7 @@ "dbms": 12, "name": "global.sysstat.heatmap blklevel ranges flushed", "vartype": 2, + "default": "0", "summary": "sysstat.heatmap blklevel ranges flushed: 0", "scope": "global", "metric_type": 1 @@ -6472,6 +7084,7 @@ "dbms": 12, "name": "global.sysstat.heatmap blklevel ranges skipped", "vartype": 2, + "default": "0", "summary": "sysstat.heatmap blklevel ranges skipped: 0", "scope": "global", "metric_type": 1 @@ -6483,6 +7096,7 @@ "dbms": 12, "name": "global.sysstat.heatmap blklevel tracked", "vartype": 2, + "default": "0", "summary": "sysstat.heatmap blklevel tracked: 0", "scope": "global", "metric_type": 1 @@ -6494,6 +7108,7 @@ "dbms": 12, "name": "global.sysstat.heatmap seglevel - flush", "vartype": 2, + "default": "0", "summary": "sysstat.heatmap seglevel - flush: 0", "scope": "global", "metric_type": 1 @@ -6505,6 +7120,7 @@ "dbms": 12, "name": "global.sysstat.heatmap seglevel - full table scan", "vartype": 2, + "default": "0", "summary": "sysstat.heatmap seglevel - full table scan: 0", "scope": "global", "metric_type": 1 @@ -6516,6 +7132,7 @@ "dbms": 12, "name": "global.sysstat.heatmap seglevel - indexlookup", "vartype": 2, + "default": "0", "summary": "sysstat.heatmap seglevel - indexlookup: 0", "scope": "global", "metric_type": 1 @@ -6527,6 +7144,7 @@ "dbms": 12, "name": "global.sysstat.heatmap seglevel - segments flushed", "vartype": 2, + "default": "0", "summary": "sysstat.heatmap seglevel - segments flushed: 0", "scope": "global", "metric_type": 1 @@ -6538,6 +7156,7 @@ "dbms": 12, "name": "global.sysstat.heatmap seglevel - tablelookup", "vartype": 2, + "default": "0", "summary": "sysstat.heatmap seglevel - tablelookup: 0", "scope": "global", "metric_type": 1 @@ -6549,6 +7168,7 @@ "dbms": 12, "name": "global.sysstat.heatmap seglevel - write", "vartype": 2, + "default": "0", "summary": "sysstat.heatmap seglevel - write: 0", "scope": "global", "metric_type": 1 @@ -6560,7 +7180,8 @@ "dbms": 12, "name": "global.sysstat.hot buffers moved to head of lru", "vartype": 2, - "summary": "sysstat.hot buffers moved to head of lru: 0", + "default": "1929667", + "summary": "sysstat.hot buffers moved to head of lru: 1929667", "scope": "global", "metric_type": 1 }, @@ -6571,6 +7192,7 @@ "dbms": 12, "name": "global.sysstat.hsc compressed segment block changes", "vartype": 2, + "default": "0", "summary": "sysstat.hsc compressed segment block changes: 0", "scope": "global", "metric_type": 1 @@ -6582,7 +7204,8 @@ "dbms": 12, "name": "global.sysstat.hsc heap segment block changes", "vartype": 2, - "summary": "sysstat.hsc heap segment block changes: 12433", + "default": "270092", + "summary": "sysstat.hsc heap segment block changes: 270092", "scope": "global", "metric_type": 1 }, @@ -6593,6 +7216,7 @@ "dbms": 12, "name": "global.sysstat.hsc idl compressed blocks", "vartype": 2, + "default": "0", "summary": "sysstat.hsc idl compressed blocks: 0", "scope": "global", "metric_type": 1 @@ -6604,6 +7228,7 @@ "dbms": 12, "name": "global.sysstat.hsc oltp compressed blocks", "vartype": 2, + "default": "0", "summary": "sysstat.hsc oltp compressed blocks: 0", "scope": "global", "metric_type": 1 @@ -6615,6 +7240,7 @@ "dbms": 12, "name": "global.sysstat.hsc oltp compression block checked", "vartype": 2, + "default": "0", "summary": "sysstat.hsc oltp compression block checked: 0", "scope": "global", "metric_type": 1 @@ -6626,6 +7252,7 @@ "dbms": 12, "name": "global.sysstat.hsc oltp compression skipped rows", "vartype": 2, + "default": "0", "summary": "sysstat.hsc oltp compression skipped rows: 0", "scope": "global", "metric_type": 1 @@ -6637,6 +7264,7 @@ "dbms": 12, "name": "global.sysstat.hsc oltp compression wide compressed row pieces", "vartype": 2, + "default": "0", "summary": "sysstat.hsc oltp compression wide compressed row pieces: 0", "scope": "global", "metric_type": 1 @@ -6648,6 +7276,7 @@ "dbms": 12, "name": "global.sysstat.hsc oltp drop column", "vartype": 2, + "default": "0", "summary": "sysstat.hsc oltp drop column: 0", "scope": "global", "metric_type": 1 @@ -6659,6 +7288,7 @@ "dbms": 12, "name": "global.sysstat.hsc oltp inline compression", "vartype": 2, + "default": "0", "summary": "sysstat.hsc oltp inline compression: 0", "scope": "global", "metric_type": 1 @@ -6670,6 +7300,7 @@ "dbms": 12, "name": "global.sysstat.hsc oltp negative compression", "vartype": 2, + "default": "0", "summary": "sysstat.hsc oltp negative compression: 0", "scope": "global", "metric_type": 1 @@ -6681,6 +7312,7 @@ "dbms": 12, "name": "global.sysstat.hsc oltp non compressible blocks", "vartype": 2, + "default": "0", "summary": "sysstat.hsc oltp non compressible blocks: 0", "scope": "global", "metric_type": 1 @@ -6692,6 +7324,7 @@ "dbms": 12, "name": "global.sysstat.hsc oltp partial compression", "vartype": 2, + "default": "0", "summary": "sysstat.hsc oltp partial compression: 0", "scope": "global", "metric_type": 1 @@ -6703,6 +7336,7 @@ "dbms": 12, "name": "global.sysstat.hsc oltp positive compression", "vartype": 2, + "default": "0", "summary": "sysstat.hsc oltp positive compression: 0", "scope": "global", "metric_type": 1 @@ -6714,6 +7348,7 @@ "dbms": 12, "name": "global.sysstat.hsc oltp recursive compression", "vartype": 2, + "default": "0", "summary": "sysstat.hsc oltp recursive compression: 0", "scope": "global", "metric_type": 1 @@ -6725,6 +7360,7 @@ "dbms": 12, "name": "global.sysstat.hsc oltp space saving", "vartype": 2, + "default": "0", "summary": "sysstat.hsc oltp space saving: 0", "scope": "global", "metric_type": 1 @@ -6736,6 +7372,7 @@ "dbms": 12, "name": "global.sysstat.im adg blocks in flush", "vartype": 2, + "default": "0", "summary": "sysstat.im adg blocks in flush: 0", "scope": "global", "metric_type": 1 @@ -6747,6 +7384,7 @@ "dbms": 12, "name": "global.sysstat.im adg commit journal destroy", "vartype": 2, + "default": "0", "summary": "sysstat.im adg commit journal destroy: 0", "scope": "global", "metric_type": 1 @@ -6758,6 +7396,7 @@ "dbms": 12, "name": "global.sysstat.im adg commit journal emptied", "vartype": 2, + "default": "0", "summary": "sysstat.im adg commit journal emptied: 0", "scope": "global", "metric_type": 1 @@ -6769,6 +7408,7 @@ "dbms": 12, "name": "global.sysstat.im adg commit nodes added", "vartype": 2, + "default": "0", "summary": "sysstat.im adg commit nodes added: 0", "scope": "global", "metric_type": 1 @@ -6780,6 +7420,7 @@ "dbms": 12, "name": "global.sysstat.im adg commit nodes freed", "vartype": 2, + "default": "0", "summary": "sysstat.im adg commit nodes freed: 0", "scope": "global", "metric_type": 1 @@ -6791,6 +7432,7 @@ "dbms": 12, "name": "global.sysstat.im adg corrupt undo blocks seen", "vartype": 2, + "default": "0", "summary": "sysstat.im adg corrupt undo blocks seen: 0", "scope": "global", "metric_type": 1 @@ -6802,6 +7444,7 @@ "dbms": 12, "name": "global.sysstat.im adg granule split", "vartype": 2, + "default": "0", "summary": "sysstat.im adg granule split: 0", "scope": "global", "metric_type": 1 @@ -6813,6 +7456,7 @@ "dbms": 12, "name": "global.sysstat.im adg inv all due to corrupt undo", "vartype": 2, + "default": "0", "summary": "sysstat.im adg inv all due to corrupt undo: 0", "scope": "global", "metric_type": 1 @@ -6824,6 +7468,7 @@ "dbms": 12, "name": "global.sysstat.im adg inv pdb due to corrupt undo", "vartype": 2, + "default": "0", "summary": "sysstat.im adg inv pdb due to corrupt undo: 0", "scope": "global", "metric_type": 1 @@ -6835,6 +7480,7 @@ "dbms": 12, "name": "global.sysstat.im adg invalidated all objects", "vartype": 2, + "default": "0", "summary": "sysstat.im adg invalidated all objects: 0", "scope": "global", "metric_type": 1 @@ -6846,6 +7492,7 @@ "dbms": 12, "name": "global.sysstat.im adg invalidated object ddl", "vartype": 2, + "default": "0", "summary": "sysstat.im adg invalidated object ddl: 0", "scope": "global", "metric_type": 1 @@ -6857,6 +7504,7 @@ "dbms": 12, "name": "global.sysstat.im adg invalidated pdb ddl", "vartype": 2, + "default": "0", "summary": "sysstat.im adg invalidated pdb ddl: 0", "scope": "global", "metric_type": 1 @@ -6868,6 +7516,7 @@ "dbms": 12, "name": "global.sysstat.im adg invalidated pdb partial transaction", "vartype": 2, + "default": "0", "summary": "sysstat.im adg invalidated pdb partial transaction: 0", "scope": "global", "metric_type": 1 @@ -6879,6 +7528,7 @@ "dbms": 12, "name": "global.sysstat.im adg journal sort", "vartype": 2, + "default": "0", "summary": "sysstat.im adg journal sort: 0", "scope": "global", "metric_type": 1 @@ -6890,6 +7540,7 @@ "dbms": 12, "name": "global.sysstat.im adg non-imc transactions", "vartype": 2, + "default": "0", "summary": "sysstat.im adg non-imc transactions: 0", "scope": "global", "metric_type": 1 @@ -6901,6 +7552,7 @@ "dbms": 12, "name": "global.sysstat.im adg nothing to flush", "vartype": 2, + "default": "0", "summary": "sysstat.im adg nothing to flush: 0", "scope": "global", "metric_type": 1 @@ -6912,6 +7564,7 @@ "dbms": 12, "name": "global.sysstat.im adg number of query scn moves", "vartype": 2, + "default": "0", "summary": "sysstat.im adg number of query scn moves: 0", "scope": "global", "metric_type": 1 @@ -6923,6 +7576,7 @@ "dbms": 12, "name": "global.sysstat.im adg redo records seen", "vartype": 2, + "default": "0", "summary": "sysstat.im adg redo records seen: 0", "scope": "global", "metric_type": 1 @@ -6934,6 +7588,7 @@ "dbms": 12, "name": "global.sysstat.im adg registration attempts", "vartype": 2, + "default": "0", "summary": "sysstat.im adg registration attempts: 0", "scope": "global", "metric_type": 1 @@ -6945,6 +7600,7 @@ "dbms": 12, "name": "global.sysstat.im adg registration failure (quiesce)", "vartype": 2, + "default": "0", "summary": "sysstat.im adg registration failure (quiesce): 0", "scope": "global", "metric_type": 1 @@ -6956,6 +7612,7 @@ "dbms": 12, "name": "global.sysstat.im adg time for query scn moves (ms)", "vartype": 2, + "default": "0", "summary": "sysstat.im adg time for query scn moves (ms): 0", "scope": "global", "metric_type": 1 @@ -6967,6 +7624,7 @@ "dbms": 12, "name": "global.sysstat.im adg transactions compiled for flush", "vartype": 2, + "default": "0", "summary": "sysstat.im adg transactions compiled for flush: 0", "scope": "global", "metric_type": 1 @@ -6978,6 +7636,7 @@ "dbms": 12, "name": "global.sysstat.im adg transactions flushed", "vartype": 2, + "default": "0", "summary": "sysstat.im adg transactions flushed: 0", "scope": "global", "metric_type": 1 @@ -6989,6 +7648,7 @@ "dbms": 12, "name": "global.sysstat.im default area resized", "vartype": 2, + "default": "0", "summary": "sysstat.im default area resized: 0", "scope": "global", "metric_type": 1 @@ -7000,6 +7660,7 @@ "dbms": 12, "name": "global.sysstat.im faststart coordinator accumulated time (ms)", "vartype": 2, + "default": "0", "summary": "sysstat.im faststart coordinator accumulated time (ms): 0", "scope": "global", "metric_type": 1 @@ -7011,6 +7672,7 @@ "dbms": 12, "name": "global.sysstat.im faststart coordinator cycle aborts", "vartype": 2, + "default": "0", "summary": "sysstat.im faststart coordinator cycle aborts: 0", "scope": "global", "metric_type": 1 @@ -7022,6 +7684,7 @@ "dbms": 12, "name": "global.sysstat.im faststart coordinator cycle overruns", "vartype": 2, + "default": "0", "summary": "sysstat.im faststart coordinator cycle overruns: 0", "scope": "global", "metric_type": 1 @@ -7033,6 +7696,7 @@ "dbms": 12, "name": "global.sysstat.im faststart coordinator runs", "vartype": 2, + "default": "0", "summary": "sysstat.im faststart coordinator runs: 0", "scope": "global", "metric_type": 1 @@ -7044,6 +7708,7 @@ "dbms": 12, "name": "global.sysstat.im faststart coordinator scheduler restarted", "vartype": 2, + "default": "0", "summary": "sysstat.im faststart coordinator scheduler restarted: 0", "scope": "global", "metric_type": 1 @@ -7055,6 +7720,7 @@ "dbms": 12, "name": "global.sysstat.im faststart coordinator task priority p1 to p2", "vartype": 2, + "default": "0", "summary": "sysstat.im faststart coordinator task priority p1 to p2: 0", "scope": "global", "metric_type": 1 @@ -7066,6 +7732,7 @@ "dbms": 12, "name": "global.sysstat.im faststart coordinator task priority p2 extended", "vartype": 2, + "default": "0", "summary": "sysstat.im faststart coordinator task priority p2 extended: 0", "scope": "global", "metric_type": 1 @@ -7077,6 +7744,7 @@ "dbms": 12, "name": "global.sysstat.im faststart coordinator task priority p2 to p3", "vartype": 2, + "default": "0", "summary": "sysstat.im faststart coordinator task priority p2 to p3: 0", "scope": "global", "metric_type": 1 @@ -7088,6 +7756,7 @@ "dbms": 12, "name": "global.sysstat.im faststart coordinator task submitted priority p1", "vartype": 2, + "default": "0", "summary": "sysstat.im faststart coordinator task submitted priority p1: 0", "scope": "global", "metric_type": 1 @@ -7099,6 +7768,7 @@ "dbms": 12, "name": "global.sysstat.im faststart coordinator task submitted priority p2", "vartype": 2, + "default": "0", "summary": "sysstat.im faststart coordinator task submitted priority p2: 0", "scope": "global", "metric_type": 1 @@ -7110,6 +7780,7 @@ "dbms": 12, "name": "global.sysstat.im faststart coordinator task submitted priority p3", "vartype": 2, + "default": "0", "summary": "sysstat.im faststart coordinator task submitted priority p3: 0", "scope": "global", "metric_type": 1 @@ -7121,6 +7792,7 @@ "dbms": 12, "name": "global.sysstat.im faststart coordinator throttle down", "vartype": 2, + "default": "0", "summary": "sysstat.im faststart coordinator throttle down: 0", "scope": "global", "metric_type": 1 @@ -7132,6 +7804,7 @@ "dbms": 12, "name": "global.sysstat.im faststart delete cus problem", "vartype": 2, + "default": "0", "summary": "sysstat.im faststart delete cus problem: 0", "scope": "global", "metric_type": 1 @@ -7143,6 +7816,7 @@ "dbms": 12, "name": "global.sysstat.im faststart read accumulated time (ms)", "vartype": 2, + "default": "0", "summary": "sysstat.im faststart read accumulated time (ms): 0", "scope": "global", "metric_type": 1 @@ -7154,6 +7828,7 @@ "dbms": 12, "name": "global.sysstat.im faststart read bytes", "vartype": 2, + "default": "0", "summary": "sysstat.im faststart read bytes: 0", "scope": "global", "metric_type": 1 @@ -7165,6 +7840,7 @@ "dbms": 12, "name": "global.sysstat.im faststart read cus", "vartype": 2, + "default": "0", "summary": "sysstat.im faststart read cus: 0", "scope": "global", "metric_type": 1 @@ -7176,6 +7852,7 @@ "dbms": 12, "name": "global.sysstat.im faststart read cus incompatible", "vartype": 2, + "default": "0", "summary": "sysstat.im faststart read cus incompatible: 0", "scope": "global", "metric_type": 1 @@ -7187,6 +7864,7 @@ "dbms": 12, "name": "global.sysstat.im faststart read cus invalid", "vartype": 2, + "default": "0", "summary": "sysstat.im faststart read cus invalid: 0", "scope": "global", "metric_type": 1 @@ -7198,6 +7876,7 @@ "dbms": 12, "name": "global.sysstat.im faststart read cus not accessible", "vartype": 2, + "default": "0", "summary": "sysstat.im faststart read cus not accessible: 0", "scope": "global", "metric_type": 1 @@ -7209,6 +7888,7 @@ "dbms": 12, "name": "global.sysstat.im faststart read cus problems", "vartype": 2, + "default": "0", "summary": "sysstat.im faststart read cus problems: 0", "scope": "global", "metric_type": 1 @@ -7220,6 +7900,7 @@ "dbms": 12, "name": "global.sysstat.im faststart read cus requested", "vartype": 2, + "default": "0", "summary": "sysstat.im faststart read cus requested: 0", "scope": "global", "metric_type": 1 @@ -7231,6 +7912,7 @@ "dbms": 12, "name": "global.sysstat.im faststart read data accumulated time (ms)", "vartype": 2, + "default": "0", "summary": "sysstat.im faststart read data accumulated time (ms): 0", "scope": "global", "metric_type": 1 @@ -7242,6 +7924,7 @@ "dbms": 12, "name": "global.sysstat.im faststart read headers accumulated time (ms)", "vartype": 2, + "default": "0", "summary": "sysstat.im faststart read headers accumulated time (ms): 0", "scope": "global", "metric_type": 1 @@ -7253,6 +7936,7 @@ "dbms": 12, "name": "global.sysstat.im faststart read verify accumulated time (ms)", "vartype": 2, + "default": "0", "summary": "sysstat.im faststart read verify accumulated time (ms): 0", "scope": "global", "metric_type": 1 @@ -7264,6 +7948,7 @@ "dbms": 12, "name": "global.sysstat.im faststart write accumulated time (ms)", "vartype": 2, + "default": "0", "summary": "sysstat.im faststart write accumulated time (ms): 0", "scope": "global", "metric_type": 1 @@ -7275,6 +7960,7 @@ "dbms": 12, "name": "global.sysstat.im faststart write bytes", "vartype": 2, + "default": "0", "summary": "sysstat.im faststart write bytes: 0", "scope": "global", "metric_type": 1 @@ -7286,6 +7972,7 @@ "dbms": 12, "name": "global.sysstat.im faststart write cus", "vartype": 2, + "default": "0", "summary": "sysstat.im faststart write cus: 0", "scope": "global", "metric_type": 1 @@ -7297,6 +7984,7 @@ "dbms": 12, "name": "global.sysstat.im faststart write cus encryption mismatch", "vartype": 2, + "default": "0", "summary": "sysstat.im faststart write cus encryption mismatch: 0", "scope": "global", "metric_type": 1 @@ -7308,6 +7996,7 @@ "dbms": 12, "name": "global.sysstat.im faststart write cus evicted", "vartype": 2, + "default": "0", "summary": "sysstat.im faststart write cus evicted: 0", "scope": "global", "metric_type": 1 @@ -7319,6 +8008,7 @@ "dbms": 12, "name": "global.sysstat.im faststart write cus problems", "vartype": 2, + "default": "0", "summary": "sysstat.im faststart write cus problems: 0", "scope": "global", "metric_type": 1 @@ -7330,6 +8020,7 @@ "dbms": 12, "name": "global.sysstat.im faststart write cus requested", "vartype": 2, + "default": "0", "summary": "sysstat.im faststart write cus requested: 0", "scope": "global", "metric_type": 1 @@ -7341,6 +8032,7 @@ "dbms": 12, "name": "global.sysstat.im faststart write cus too dirty", "vartype": 2, + "default": "0", "summary": "sysstat.im faststart write cus too dirty: 0", "scope": "global", "metric_type": 1 @@ -7352,6 +8044,7 @@ "dbms": 12, "name": "global.sysstat.im faststart write deferred accumulated (ms)", "vartype": 2, + "default": "0", "summary": "sysstat.im faststart write deferred accumulated (ms): 0", "scope": "global", "metric_type": 1 @@ -7363,6 +8056,7 @@ "dbms": 12, "name": "global.sysstat.im faststart write deferred cus", "vartype": 2, + "default": "0", "summary": "sysstat.im faststart write deferred cus: 0", "scope": "global", "metric_type": 1 @@ -7374,6 +8068,7 @@ "dbms": 12, "name": "global.sysstat.im faststart write deferred cus not found", "vartype": 2, + "default": "0", "summary": "sysstat.im faststart write deferred cus not found: 0", "scope": "global", "metric_type": 1 @@ -7385,6 +8080,7 @@ "dbms": 12, "name": "global.sysstat.im faststart write deferred cus requested", "vartype": 2, + "default": "0", "summary": "sysstat.im faststart write deferred cus requested: 0", "scope": "global", "metric_type": 1 @@ -7396,6 +8092,7 @@ "dbms": 12, "name": "global.sysstat.im faststart write deferred timeouts", "vartype": 2, + "default": "0", "summary": "sysstat.im faststart write deferred timeouts: 0", "scope": "global", "metric_type": 1 @@ -7407,6 +8104,7 @@ "dbms": 12, "name": "global.sysstat.im fetches by rowid from disk", "vartype": 2, + "default": "0", "summary": "sysstat.im fetches by rowid from disk: 0", "scope": "global", "metric_type": 1 @@ -7418,6 +8116,7 @@ "dbms": 12, "name": "global.sysstat.im fetches by rowid from fetch list", "vartype": 2, + "default": "0", "summary": "sysstat.im fetches by rowid from fetch list: 0", "scope": "global", "metric_type": 1 @@ -7429,6 +8128,7 @@ "dbms": 12, "name": "global.sysstat.im fetches by rowid from imcu", "vartype": 2, + "default": "0", "summary": "sysstat.im fetches by rowid from imcu: 0", "scope": "global", "metric_type": 1 @@ -7440,6 +8140,7 @@ "dbms": 12, "name": "global.sysstat.im fetches by rowid from journal", "vartype": 2, + "default": "0", "summary": "sysstat.im fetches by rowid from journal: 0", "scope": "global", "metric_type": 1 @@ -7451,6 +8152,7 @@ "dbms": 12, "name": "global.sysstat.im fetches by rowid row invalid in imcu", "vartype": 2, + "default": "0", "summary": "sysstat.im fetches by rowid row invalid in imcu: 0", "scope": "global", "metric_type": 1 @@ -7462,6 +8164,7 @@ "dbms": 12, "name": "global.sysstat.im hpk spare1", "vartype": 2, + "default": "0", "summary": "sysstat.im hpk spare1: 0", "scope": "global", "metric_type": 1 @@ -7473,6 +8176,7 @@ "dbms": 12, "name": "global.sysstat.im hpk spare2", "vartype": 2, + "default": "0", "summary": "sysstat.im hpk spare2: 0", "scope": "global", "metric_type": 1 @@ -7484,6 +8188,7 @@ "dbms": 12, "name": "global.sysstat.im hpk spare3", "vartype": 2, + "default": "0", "summary": "sysstat.im hpk spare3: 0", "scope": "global", "metric_type": 1 @@ -7495,6 +8200,7 @@ "dbms": 12, "name": "global.sysstat.im hpk spare4", "vartype": 2, + "default": "0", "summary": "sysstat.im hpk spare4: 0", "scope": "global", "metric_type": 1 @@ -7506,6 +8212,7 @@ "dbms": 12, "name": "global.sysstat.im hpk spare5", "vartype": 2, + "default": "0", "summary": "sysstat.im hpk spare5: 0", "scope": "global", "metric_type": 1 @@ -7517,6 +8224,7 @@ "dbms": 12, "name": "global.sysstat.im hpk spare6", "vartype": 2, + "default": "0", "summary": "sysstat.im hpk spare6: 0", "scope": "global", "metric_type": 1 @@ -7528,6 +8236,7 @@ "dbms": 12, "name": "global.sysstat.im populate accumulated time (ms)", "vartype": 2, + "default": "0", "summary": "sysstat.im populate accumulated time (ms): 0", "scope": "global", "metric_type": 1 @@ -7539,6 +8248,7 @@ "dbms": 12, "name": "global.sysstat.im populate blocks invalid", "vartype": 2, + "default": "0", "summary": "sysstat.im populate blocks invalid: 0", "scope": "global", "metric_type": 1 @@ -7550,6 +8260,7 @@ "dbms": 12, "name": "global.sysstat.im populate buffer direct read time (ms)", "vartype": 2, + "default": "0", "summary": "sysstat.im populate buffer direct read time (ms): 0", "scope": "global", "metric_type": 1 @@ -7561,6 +8272,7 @@ "dbms": 12, "name": "global.sysstat.im populate bytes from storage", "vartype": 2, + "default": "0", "summary": "sysstat.im populate bytes from storage: 0", "scope": "global", "metric_type": 1 @@ -7572,6 +8284,7 @@ "dbms": 12, "name": "global.sysstat.im populate bytes in-memory data", "vartype": 2, + "default": "0", "summary": "sysstat.im populate bytes in-memory data: 0", "scope": "global", "metric_type": 1 @@ -7583,6 +8296,7 @@ "dbms": 12, "name": "global.sysstat.im populate bytes in-memory eu data", "vartype": 2, + "default": "0", "summary": "sysstat.im populate bytes in-memory eu data: 0", "scope": "global", "metric_type": 1 @@ -7594,6 +8308,7 @@ "dbms": 12, "name": "global.sysstat.im populate bytes uncompressed data", "vartype": 2, + "default": "0", "summary": "sysstat.im populate bytes uncompressed data: 0", "scope": "global", "metric_type": 1 @@ -7605,6 +8320,7 @@ "dbms": 12, "name": "global.sysstat.im populate bytes uncompressed eu data", "vartype": 2, + "default": "0", "summary": "sysstat.im populate bytes uncompressed eu data: 0", "scope": "global", "metric_type": 1 @@ -7616,6 +8332,7 @@ "dbms": 12, "name": "global.sysstat.im populate cache read time (ms)", "vartype": 2, + "default": "0", "summary": "sysstat.im populate cache read time (ms): 0", "scope": "global", "metric_type": 1 @@ -7627,6 +8344,7 @@ "dbms": 12, "name": "global.sysstat.im populate checkpoint time (ms)", "vartype": 2, + "default": "0", "summary": "sysstat.im populate checkpoint time (ms): 0", "scope": "global", "metric_type": 1 @@ -7638,6 +8356,7 @@ "dbms": 12, "name": "global.sysstat.im populate cus", "vartype": 2, + "default": "0", "summary": "sysstat.im populate cus: 0", "scope": "global", "metric_type": 1 @@ -7649,6 +8368,7 @@ "dbms": 12, "name": "global.sysstat.im populate cus chain pieces", "vartype": 2, + "default": "0", "summary": "sysstat.im populate cus chain pieces: 0", "scope": "global", "metric_type": 1 @@ -7660,6 +8380,7 @@ "dbms": 12, "name": "global.sysstat.im populate cus columns", "vartype": 2, + "default": "0", "summary": "sysstat.im populate cus columns: 0", "scope": "global", "metric_type": 1 @@ -7671,6 +8392,7 @@ "dbms": 12, "name": "global.sysstat.im populate cus empty", "vartype": 2, + "default": "0", "summary": "sysstat.im populate cus empty: 0", "scope": "global", "metric_type": 1 @@ -7682,6 +8404,7 @@ "dbms": 12, "name": "global.sysstat.im populate cus memcompress for capacity high", "vartype": 2, + "default": "0", "summary": "sysstat.im populate cus memcompress for capacity high: 0", "scope": "global", "metric_type": 1 @@ -7693,6 +8416,7 @@ "dbms": 12, "name": "global.sysstat.im populate cus memcompress for capacity low", "vartype": 2, + "default": "0", "summary": "sysstat.im populate cus memcompress for capacity low: 0", "scope": "global", "metric_type": 1 @@ -7704,6 +8428,7 @@ "dbms": 12, "name": "global.sysstat.im populate cus memcompress for dml", "vartype": 2, + "default": "0", "summary": "sysstat.im populate cus memcompress for dml: 0", "scope": "global", "metric_type": 1 @@ -7715,6 +8440,7 @@ "dbms": 12, "name": "global.sysstat.im populate cus memcompress for query high", "vartype": 2, + "default": "0", "summary": "sysstat.im populate cus memcompress for query high: 0", "scope": "global", "metric_type": 1 @@ -7726,6 +8452,7 @@ "dbms": 12, "name": "global.sysstat.im populate cus memcompress for query low", "vartype": 2, + "default": "0", "summary": "sysstat.im populate cus memcompress for query low: 0", "scope": "global", "metric_type": 1 @@ -7737,6 +8464,7 @@ "dbms": 12, "name": "global.sysstat.im populate cus no blocks", "vartype": 2, + "default": "0", "summary": "sysstat.im populate cus no blocks: 0", "scope": "global", "metric_type": 1 @@ -7748,6 +8476,7 @@ "dbms": 12, "name": "global.sysstat.im populate cus no memcompress", "vartype": 2, + "default": "0", "summary": "sysstat.im populate cus no memcompress: 0", "scope": "global", "metric_type": 1 @@ -7759,6 +8488,7 @@ "dbms": 12, "name": "global.sysstat.im populate cus nop", "vartype": 2, + "default": "0", "summary": "sysstat.im populate cus nop: 0", "scope": "global", "metric_type": 1 @@ -7770,6 +8500,7 @@ "dbms": 12, "name": "global.sysstat.im populate cus not", "vartype": 2, + "default": "0", "summary": "sysstat.im populate cus not: 0", "scope": "global", "metric_type": 1 @@ -7781,6 +8512,7 @@ "dbms": 12, "name": "global.sysstat.im populate cus requested", "vartype": 2, + "default": "0", "summary": "sysstat.im populate cus requested: 0", "scope": "global", "metric_type": 1 @@ -7792,6 +8524,7 @@ "dbms": 12, "name": "global.sysstat.im populate cus resubmitted", "vartype": 2, + "default": "0", "summary": "sysstat.im populate cus resubmitted: 0", "scope": "global", "metric_type": 1 @@ -7803,6 +8536,7 @@ "dbms": 12, "name": "global.sysstat.im populate direct read time (ms)", "vartype": 2, + "default": "0", "summary": "sysstat.im populate direct read time (ms): 0", "scope": "global", "metric_type": 1 @@ -7814,6 +8548,7 @@ "dbms": 12, "name": "global.sysstat.im populate eus", "vartype": 2, + "default": "0", "summary": "sysstat.im populate eus: 0", "scope": "global", "metric_type": 1 @@ -7825,6 +8560,7 @@ "dbms": 12, "name": "global.sysstat.im populate eus accumulated time (ms)", "vartype": 2, + "default": "0", "summary": "sysstat.im populate eus accumulated time (ms): 0", "scope": "global", "metric_type": 1 @@ -7836,6 +8572,7 @@ "dbms": 12, "name": "global.sysstat.im populate eus columns", "vartype": 2, + "default": "0", "summary": "sysstat.im populate eus columns: 0", "scope": "global", "metric_type": 1 @@ -7847,6 +8584,7 @@ "dbms": 12, "name": "global.sysstat.im populate eus memcompress for capacity high", "vartype": 2, + "default": "0", "summary": "sysstat.im populate eus memcompress for capacity high: 0", "scope": "global", "metric_type": 1 @@ -7858,6 +8596,7 @@ "dbms": 12, "name": "global.sysstat.im populate eus memcompress for capacity low", "vartype": 2, + "default": "0", "summary": "sysstat.im populate eus memcompress for capacity low: 0", "scope": "global", "metric_type": 1 @@ -7869,6 +8608,7 @@ "dbms": 12, "name": "global.sysstat.im populate eus memcompress for dml", "vartype": 2, + "default": "0", "summary": "sysstat.im populate eus memcompress for dml: 0", "scope": "global", "metric_type": 1 @@ -7880,6 +8620,7 @@ "dbms": 12, "name": "global.sysstat.im populate eus memcompress for query high", "vartype": 2, + "default": "0", "summary": "sysstat.im populate eus memcompress for query high: 0", "scope": "global", "metric_type": 1 @@ -7891,6 +8632,7 @@ "dbms": 12, "name": "global.sysstat.im populate eus memcompress for query low", "vartype": 2, + "default": "0", "summary": "sysstat.im populate eus memcompress for query low: 0", "scope": "global", "metric_type": 1 @@ -7902,6 +8644,7 @@ "dbms": 12, "name": "global.sysstat.im populate eus no memcompress", "vartype": 2, + "default": "0", "summary": "sysstat.im populate eus no memcompress: 0", "scope": "global", "metric_type": 1 @@ -7913,6 +8656,7 @@ "dbms": 12, "name": "global.sysstat.im populate eus requested", "vartype": 2, + "default": "0", "summary": "sysstat.im populate eus requested: 0", "scope": "global", "metric_type": 1 @@ -7924,6 +8668,7 @@ "dbms": 12, "name": "global.sysstat.im populate no checkpoint", "vartype": 2, + "default": "0", "summary": "sysstat.im populate no checkpoint: 0", "scope": "global", "metric_type": 1 @@ -7935,6 +8680,7 @@ "dbms": 12, "name": "global.sysstat.im populate no contiguous inmemory space", "vartype": 2, + "default": "0", "summary": "sysstat.im populate no contiguous inmemory space: 0", "scope": "global", "metric_type": 1 @@ -7946,6 +8692,7 @@ "dbms": 12, "name": "global.sysstat.im populate no space in pga", "vartype": 2, + "default": "0", "summary": "sysstat.im populate no space in pga: 0", "scope": "global", "metric_type": 1 @@ -7957,6 +8704,7 @@ "dbms": 12, "name": "global.sysstat.im populate rows", "vartype": 2, + "default": "0", "summary": "sysstat.im populate rows: 0", "scope": "global", "metric_type": 1 @@ -7968,6 +8716,7 @@ "dbms": 12, "name": "global.sysstat.im populate segments", "vartype": 2, + "default": "0", "summary": "sysstat.im populate segments: 0", "scope": "global", "metric_type": 1 @@ -7979,6 +8728,7 @@ "dbms": 12, "name": "global.sysstat.im populate segments requested", "vartype": 2, + "default": "0", "summary": "sysstat.im populate segments requested: 0", "scope": "global", "metric_type": 1 @@ -7990,6 +8740,7 @@ "dbms": 12, "name": "global.sysstat.im populate segments wall clock time (ms)", "vartype": 2, + "default": "0", "summary": "sysstat.im populate segments wall clock time (ms): 0", "scope": "global", "metric_type": 1 @@ -8001,6 +8752,7 @@ "dbms": 12, "name": "global.sysstat.im populate smu/dlm locks fail", "vartype": 2, + "default": "0", "summary": "sysstat.im populate smu/dlm locks fail: 0", "scope": "global", "metric_type": 1 @@ -8012,6 +8764,7 @@ "dbms": 12, "name": "global.sysstat.im populate transactions active", "vartype": 2, + "default": "0", "summary": "sysstat.im populate transactions active: 0", "scope": "global", "metric_type": 1 @@ -8023,6 +8776,7 @@ "dbms": 12, "name": "global.sysstat.im populate transactions check", "vartype": 2, + "default": "0", "summary": "sysstat.im populate transactions check: 0", "scope": "global", "metric_type": 1 @@ -8034,6 +8788,7 @@ "dbms": 12, "name": "global.sysstat.im populate undo records applied", "vartype": 2, + "default": "0", "summary": "sysstat.im populate undo records applied: 0", "scope": "global", "metric_type": 1 @@ -8045,6 +8800,7 @@ "dbms": 12, "name": "global.sysstat.im populate undo segheader rollback", "vartype": 2, + "default": "0", "summary": "sysstat.im populate undo segheader rollback: 0", "scope": "global", "metric_type": 1 @@ -8056,6 +8812,7 @@ "dbms": 12, "name": "global.sysstat.im populate via direct reads", "vartype": 2, + "default": "0", "summary": "sysstat.im populate via direct reads: 0", "scope": "global", "metric_type": 1 @@ -8067,6 +8824,7 @@ "dbms": 12, "name": "global.sysstat.im prepopulate accumulated time (ms)", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate accumulated time (ms): 0", "scope": "global", "metric_type": 1 @@ -8078,6 +8836,7 @@ "dbms": 12, "name": "global.sysstat.im prepopulate bytes from storage", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate bytes from storage: 0", "scope": "global", "metric_type": 1 @@ -8089,6 +8848,7 @@ "dbms": 12, "name": "global.sysstat.im prepopulate bytes in-memory data", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate bytes in-memory data: 0", "scope": "global", "metric_type": 1 @@ -8100,6 +8860,7 @@ "dbms": 12, "name": "global.sysstat.im prepopulate bytes in-memory eu data", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate bytes in-memory eu data: 0", "scope": "global", "metric_type": 1 @@ -8111,6 +8872,7 @@ "dbms": 12, "name": "global.sysstat.im prepopulate bytes uncompressed data", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate bytes uncompressed data: 0", "scope": "global", "metric_type": 1 @@ -8122,6 +8884,7 @@ "dbms": 12, "name": "global.sysstat.im prepopulate bytes uncompressed eu data", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate bytes uncompressed eu data: 0", "scope": "global", "metric_type": 1 @@ -8133,6 +8896,7 @@ "dbms": 12, "name": "global.sysstat.im prepopulate cus", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate cus: 0", "scope": "global", "metric_type": 1 @@ -8144,6 +8908,7 @@ "dbms": 12, "name": "global.sysstat.im prepopulate cus chain pieces", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate cus chain pieces: 0", "scope": "global", "metric_type": 1 @@ -8155,6 +8920,7 @@ "dbms": 12, "name": "global.sysstat.im prepopulate cus columns", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate cus columns: 0", "scope": "global", "metric_type": 1 @@ -8166,6 +8932,7 @@ "dbms": 12, "name": "global.sysstat.im prepopulate cus empty", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate cus empty: 0", "scope": "global", "metric_type": 1 @@ -8177,6 +8944,7 @@ "dbms": 12, "name": "global.sysstat.im prepopulate cus memcompress for capacity high", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate cus memcompress for capacity high: 0", "scope": "global", "metric_type": 1 @@ -8188,6 +8956,7 @@ "dbms": 12, "name": "global.sysstat.im prepopulate cus memcompress for capacity low", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate cus memcompress for capacity low: 0", "scope": "global", "metric_type": 1 @@ -8199,6 +8968,7 @@ "dbms": 12, "name": "global.sysstat.im prepopulate cus memcompress for dml", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate cus memcompress for dml: 0", "scope": "global", "metric_type": 1 @@ -8210,6 +8980,7 @@ "dbms": 12, "name": "global.sysstat.im prepopulate cus memcompress for query high", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate cus memcompress for query high: 0", "scope": "global", "metric_type": 1 @@ -8221,6 +8992,7 @@ "dbms": 12, "name": "global.sysstat.im prepopulate cus memcompress for query low", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate cus memcompress for query low: 0", "scope": "global", "metric_type": 1 @@ -8232,6 +9004,7 @@ "dbms": 12, "name": "global.sysstat.im prepopulate cus no blocks", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate cus no blocks: 0", "scope": "global", "metric_type": 1 @@ -8243,6 +9016,7 @@ "dbms": 12, "name": "global.sysstat.im prepopulate cus no memcompress", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate cus no memcompress: 0", "scope": "global", "metric_type": 1 @@ -8254,6 +9028,7 @@ "dbms": 12, "name": "global.sysstat.im prepopulate cus nop", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate cus nop: 0", "scope": "global", "metric_type": 1 @@ -8265,6 +9040,7 @@ "dbms": 12, "name": "global.sysstat.im prepopulate cus not", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate cus not: 0", "scope": "global", "metric_type": 1 @@ -8276,6 +9052,7 @@ "dbms": 12, "name": "global.sysstat.im prepopulate cus requested", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate cus requested: 0", "scope": "global", "metric_type": 1 @@ -8287,6 +9064,7 @@ "dbms": 12, "name": "global.sysstat.im prepopulate cus resubmitted", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate cus resubmitted: 0", "scope": "global", "metric_type": 1 @@ -8298,6 +9076,7 @@ "dbms": 12, "name": "global.sysstat.im prepopulate eus", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate eus: 0", "scope": "global", "metric_type": 1 @@ -8309,6 +9088,7 @@ "dbms": 12, "name": "global.sysstat.im prepopulate eus accumulated time (ms)", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate eus accumulated time (ms): 0", "scope": "global", "metric_type": 1 @@ -8320,6 +9100,7 @@ "dbms": 12, "name": "global.sysstat.im prepopulate eus columns", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate eus columns: 0", "scope": "global", "metric_type": 1 @@ -8331,6 +9112,7 @@ "dbms": 12, "name": "global.sysstat.im prepopulate eus memcompress for capacity high", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate eus memcompress for capacity high: 0", "scope": "global", "metric_type": 1 @@ -8342,6 +9124,7 @@ "dbms": 12, "name": "global.sysstat.im prepopulate eus memcompress for capacity low", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate eus memcompress for capacity low: 0", "scope": "global", "metric_type": 1 @@ -8353,6 +9136,7 @@ "dbms": 12, "name": "global.sysstat.im prepopulate eus memcompress for dml", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate eus memcompress for dml: 0", "scope": "global", "metric_type": 1 @@ -8364,6 +9148,7 @@ "dbms": 12, "name": "global.sysstat.im prepopulate eus memcompress for query high", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate eus memcompress for query high: 0", "scope": "global", "metric_type": 1 @@ -8375,6 +9160,7 @@ "dbms": 12, "name": "global.sysstat.im prepopulate eus memcompress for query low", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate eus memcompress for query low: 0", "scope": "global", "metric_type": 1 @@ -8386,6 +9172,7 @@ "dbms": 12, "name": "global.sysstat.im prepopulate eus no memcompress", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate eus no memcompress: 0", "scope": "global", "metric_type": 1 @@ -8397,6 +9184,7 @@ "dbms": 12, "name": "global.sysstat.im prepopulate eus requested", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate eus requested: 0", "scope": "global", "metric_type": 1 @@ -8408,6 +9196,7 @@ "dbms": 12, "name": "global.sysstat.im prepopulate rows", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate rows: 0", "scope": "global", "metric_type": 1 @@ -8419,6 +9208,7 @@ "dbms": 12, "name": "global.sysstat.im prepopulate segments", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate segments: 0", "scope": "global", "metric_type": 1 @@ -8430,6 +9220,7 @@ "dbms": 12, "name": "global.sysstat.im prepopulate segments requested", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate segments requested: 0", "scope": "global", "metric_type": 1 @@ -8441,6 +9232,7 @@ "dbms": 12, "name": "global.sysstat.im rac blocks invalid", "vartype": 2, + "default": "0", "summary": "sysstat.im rac blocks invalid: 0", "scope": "global", "metric_type": 1 @@ -8452,6 +9244,7 @@ "dbms": 12, "name": "global.sysstat.im rac cus invalid", "vartype": 2, + "default": "0", "summary": "sysstat.im rac cus invalid: 0", "scope": "global", "metric_type": 1 @@ -8463,6 +9256,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate (adg) transactions copied", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (adg) transactions copied: 0", "scope": "global", "metric_type": 1 @@ -8474,6 +9268,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate (doublebuffering) cus", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (doublebuffering) cus: 0", "scope": "global", "metric_type": 1 @@ -8485,6 +9280,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate (doublebuffering) cus requested", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (doublebuffering) cus requested: 0", "scope": "global", "metric_type": 1 @@ -8496,6 +9292,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate (incremental) blocks read", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (incremental) blocks read: 0", "scope": "global", "metric_type": 1 @@ -8507,6 +9304,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate (incremental) cu blocks", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (incremental) cu blocks: 0", "scope": "global", "metric_type": 1 @@ -8518,6 +9316,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate (incremental) cus", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (incremental) cus: 0", "scope": "global", "metric_type": 1 @@ -8529,6 +9328,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate (incremental) cus columns", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (incremental) cus columns: 0", "scope": "global", "metric_type": 1 @@ -8540,6 +9340,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate (incremental) cus columns dict reused", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (incremental) cus columns dict reused: 0", "scope": "global", "metric_type": 1 @@ -8551,6 +9352,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate (incremental) cus columns reused", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (incremental) cus columns reused: 0", "scope": "global", "metric_type": 1 @@ -8562,6 +9364,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate (incremental) cus old cu defchg", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (incremental) cus old cu defchg: 0", "scope": "global", "metric_type": 1 @@ -8573,6 +9376,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate (incremental) cus old cu empty", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (incremental) cus old cu empty: 0", "scope": "global", "metric_type": 1 @@ -8584,6 +9388,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate (incremental) cus old cu unavailable", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (incremental) cus old cu unavailable: 0", "scope": "global", "metric_type": 1 @@ -8595,6 +9400,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate (incremental) cus requested", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (incremental) cus requested: 0", "scope": "global", "metric_type": 1 @@ -8606,6 +9412,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate (incremental) cus using population", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (incremental) cus using population: 0", "scope": "global", "metric_type": 1 @@ -8617,6 +9424,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate (incremental) cus valid columns optimized", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (incremental) cus valid columns optimized: 0", "scope": "global", "metric_type": 1 @@ -8628,6 +9436,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate (incremental) eus", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (incremental) eus: 0", "scope": "global", "metric_type": 1 @@ -8639,6 +9448,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate (incremental) eus requested", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (incremental) eus requested: 0", "scope": "global", "metric_type": 1 @@ -8650,6 +9460,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate (incremental) fetched rows", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (incremental) fetched rows: 0", "scope": "global", "metric_type": 1 @@ -8661,6 +9472,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate (incremental) invalid cu rows", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (incremental) invalid cu rows: 0", "scope": "global", "metric_type": 1 @@ -8672,6 +9484,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate (incremental) modified blocks", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (incremental) modified blocks: 0", "scope": "global", "metric_type": 1 @@ -8683,6 +9496,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate (incremental) total rows", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (incremental) total rows: 0", "scope": "global", "metric_type": 1 @@ -8694,6 +9508,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate (incremental) valid cu rows", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (incremental) valid cu rows: 0", "scope": "global", "metric_type": 1 @@ -8705,6 +9520,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate (scan) cus", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (scan) cus: 0", "scope": "global", "metric_type": 1 @@ -8716,6 +9532,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate (scan) cus nop", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (scan) cus nop: 0", "scope": "global", "metric_type": 1 @@ -8727,6 +9544,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate (scan) cus not", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (scan) cus not: 0", "scope": "global", "metric_type": 1 @@ -8738,6 +9556,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate (scan) cus requested", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (scan) cus requested: 0", "scope": "global", "metric_type": 1 @@ -8749,6 +9568,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate (scan) cus resubmitted", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (scan) cus resubmitted: 0", "scope": "global", "metric_type": 1 @@ -8760,6 +9580,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate (scan) eus", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (scan) eus: 0", "scope": "global", "metric_type": 1 @@ -8771,6 +9592,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate (scan) eus requested", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (scan) eus requested: 0", "scope": "global", "metric_type": 1 @@ -8782,6 +9604,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate (trickle incremental) blocks read", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle incremental) blocks read: 0", "scope": "global", "metric_type": 1 @@ -8793,6 +9616,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate (trickle incremental) cu blocks", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle incremental) cu blocks: 0", "scope": "global", "metric_type": 1 @@ -8804,6 +9628,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate (trickle incremental) cus columns", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle incremental) cus columns: 0", "scope": "global", "metric_type": 1 @@ -8815,6 +9640,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate (trickle incremental) cus columns dict reused", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle incremental) cus columns dict reused: 0", "scope": "global", "metric_type": 1 @@ -8826,6 +9652,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate (trickle incremental) cus columns reused", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle incremental) cus columns reused: 0", "scope": "global", "metric_type": 1 @@ -8837,6 +9664,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate (trickle incremental) cus valid columns optimized", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle incremental) cus valid columns optimized: 0", "scope": "global", "metric_type": 1 @@ -8848,6 +9676,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate (trickle incremental) fetched rows", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle incremental) fetched rows: 0", "scope": "global", "metric_type": 1 @@ -8859,6 +9688,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate (trickle incremental) invalid cu rows", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle incremental) invalid cu rows: 0", "scope": "global", "metric_type": 1 @@ -8870,6 +9700,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate (trickle incremental) modified blocks", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle incremental) modified blocks: 0", "scope": "global", "metric_type": 1 @@ -8881,6 +9712,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate (trickle incremental) total rows", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle incremental) total rows: 0", "scope": "global", "metric_type": 1 @@ -8892,6 +9724,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate (trickle incremental) valid cu rows", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle incremental) valid cu rows: 0", "scope": "global", "metric_type": 1 @@ -8903,6 +9736,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate (trickle) accumulated time (ms)", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle) accumulated time (ms): 0", "scope": "global", "metric_type": 1 @@ -8914,6 +9748,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate (trickle) bytes from storage", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle) bytes from storage: 0", "scope": "global", "metric_type": 1 @@ -8925,6 +9760,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate (trickle) bytes in-memory data", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle) bytes in-memory data: 0", "scope": "global", "metric_type": 1 @@ -8936,6 +9772,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate (trickle) bytes in-memory eu data", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle) bytes in-memory eu data: 0", "scope": "global", "metric_type": 1 @@ -8947,6 +9784,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate (trickle) bytes uncompressed data", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle) bytes uncompressed data: 0", "scope": "global", "metric_type": 1 @@ -8958,6 +9796,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate (trickle) bytes uncompressed eu data", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle) bytes uncompressed eu data: 0", "scope": "global", "metric_type": 1 @@ -8969,6 +9808,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate (trickle) cus", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle) cus: 0", "scope": "global", "metric_type": 1 @@ -8980,6 +9820,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate (trickle) cus chain pieces", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle) cus chain pieces: 0", "scope": "global", "metric_type": 1 @@ -8991,6 +9832,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate (trickle) cus columns", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle) cus columns: 0", "scope": "global", "metric_type": 1 @@ -9002,6 +9844,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate (trickle) cus empty", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle) cus empty: 0", "scope": "global", "metric_type": 1 @@ -9013,6 +9856,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate (trickle) cus memcompress for capacity high", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle) cus memcompress for capacity high: 0", "scope": "global", "metric_type": 1 @@ -9024,6 +9868,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate (trickle) cus memcompress for capacity low", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle) cus memcompress for capacity low: 0", "scope": "global", "metric_type": 1 @@ -9035,6 +9880,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate (trickle) cus memcompress for dml", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle) cus memcompress for dml: 0", "scope": "global", "metric_type": 1 @@ -9046,6 +9892,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate (trickle) cus memcompress for query high", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle) cus memcompress for query high: 0", "scope": "global", "metric_type": 1 @@ -9057,6 +9904,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate (trickle) cus memcompress for query low", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle) cus memcompress for query low: 0", "scope": "global", "metric_type": 1 @@ -9068,6 +9916,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate (trickle) cus no memcompress", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle) cus no memcompress: 0", "scope": "global", "metric_type": 1 @@ -9079,6 +9928,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate (trickle) cus nop", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle) cus nop: 0", "scope": "global", "metric_type": 1 @@ -9090,6 +9940,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate (trickle) cus not", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle) cus not: 0", "scope": "global", "metric_type": 1 @@ -9101,6 +9952,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate (trickle) cus requested", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle) cus requested: 0", "scope": "global", "metric_type": 1 @@ -9112,6 +9964,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate (trickle) cus resubmitted", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle) cus resubmitted: 0", "scope": "global", "metric_type": 1 @@ -9123,6 +9976,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate (trickle) eus", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle) eus: 0", "scope": "global", "metric_type": 1 @@ -9134,6 +9988,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate (trickle) eus accumulated time (ms)", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle) eus accumulated time (ms): 0", "scope": "global", "metric_type": 1 @@ -9145,6 +10000,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate (trickle) eus columns", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle) eus columns: 0", "scope": "global", "metric_type": 1 @@ -9156,6 +10012,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate (trickle) eus memcompress for capacity high", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle) eus memcompress for capacity high: 0", "scope": "global", "metric_type": 1 @@ -9167,6 +10024,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate (trickle) eus memcompress for capacity low", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle) eus memcompress for capacity low: 0", "scope": "global", "metric_type": 1 @@ -9178,6 +10036,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate (trickle) eus memcompress for dml", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle) eus memcompress for dml: 0", "scope": "global", "metric_type": 1 @@ -9189,6 +10048,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate (trickle) eus memcompress for query high", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle) eus memcompress for query high: 0", "scope": "global", "metric_type": 1 @@ -9200,6 +10060,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate (trickle) eus memcompress for query low", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle) eus memcompress for query low: 0", "scope": "global", "metric_type": 1 @@ -9211,6 +10072,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate (trickle) eus no memcompress", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle) eus no memcompress: 0", "scope": "global", "metric_type": 1 @@ -9222,6 +10084,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate (trickle) eus requested", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle) eus requested: 0", "scope": "global", "metric_type": 1 @@ -9233,6 +10096,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate (trickle) rows", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle) rows: 0", "scope": "global", "metric_type": 1 @@ -9244,6 +10108,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate accumulated time (ms)", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate accumulated time (ms): 0", "scope": "global", "metric_type": 1 @@ -9255,6 +10120,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate blocks invalid", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate blocks invalid: 0", "scope": "global", "metric_type": 1 @@ -9266,6 +10132,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate blocks now valid", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate blocks now valid: 0", "scope": "global", "metric_type": 1 @@ -9277,6 +10144,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate bytes from storage", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate bytes from storage: 0", "scope": "global", "metric_type": 1 @@ -9288,6 +10156,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate bytes in-memory data", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate bytes in-memory data: 0", "scope": "global", "metric_type": 1 @@ -9299,6 +10168,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate bytes in-memory eu data", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate bytes in-memory eu data: 0", "scope": "global", "metric_type": 1 @@ -9310,6 +10180,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate bytes uncompressed data", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate bytes uncompressed data: 0", "scope": "global", "metric_type": 1 @@ -9321,6 +10192,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate bytes uncompressed eu data", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate bytes uncompressed eu data: 0", "scope": "global", "metric_type": 1 @@ -9332,6 +10204,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate checkpoints", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate checkpoints: 0", "scope": "global", "metric_type": 1 @@ -9343,6 +10216,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate cus", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate cus: 0", "scope": "global", "metric_type": 1 @@ -9354,6 +10228,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate cus chain pieces", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate cus chain pieces: 0", "scope": "global", "metric_type": 1 @@ -9365,6 +10240,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate cus columns", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate cus columns: 0", "scope": "global", "metric_type": 1 @@ -9376,6 +10252,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate cus empty", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate cus empty: 0", "scope": "global", "metric_type": 1 @@ -9387,6 +10264,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate cus memcompress for capacity high", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate cus memcompress for capacity high: 0", "scope": "global", "metric_type": 1 @@ -9398,6 +10276,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate cus memcompress for capacity low", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate cus memcompress for capacity low: 0", "scope": "global", "metric_type": 1 @@ -9409,6 +10288,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate cus memcompress for dml", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate cus memcompress for dml: 0", "scope": "global", "metric_type": 1 @@ -9420,6 +10300,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate cus memcompress for query high", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate cus memcompress for query high: 0", "scope": "global", "metric_type": 1 @@ -9431,6 +10312,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate cus memcompress for query low", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate cus memcompress for query low: 0", "scope": "global", "metric_type": 1 @@ -9442,6 +10324,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate cus no memcompress", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate cus no memcompress: 0", "scope": "global", "metric_type": 1 @@ -9453,6 +10336,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate cus nop", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate cus nop: 0", "scope": "global", "metric_type": 1 @@ -9464,6 +10348,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate cus not", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate cus not: 0", "scope": "global", "metric_type": 1 @@ -9475,6 +10360,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate cus requested", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate cus requested: 0", "scope": "global", "metric_type": 1 @@ -9486,6 +10372,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate cus resubmitted", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate cus resubmitted: 0", "scope": "global", "metric_type": 1 @@ -9497,6 +10384,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate due to block threshold hit", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate due to block threshold hit: 0", "scope": "global", "metric_type": 1 @@ -9508,6 +10396,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate due to row threshold hit", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate due to row threshold hit: 0", "scope": "global", "metric_type": 1 @@ -9519,6 +10408,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate eus", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate eus: 0", "scope": "global", "metric_type": 1 @@ -9530,6 +10420,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate eus accumulated time (ms)", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate eus accumulated time (ms): 0", "scope": "global", "metric_type": 1 @@ -9541,6 +10432,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate eus columns", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate eus columns: 0", "scope": "global", "metric_type": 1 @@ -9552,6 +10444,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate eus memcompress for capacity high", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate eus memcompress for capacity high: 0", "scope": "global", "metric_type": 1 @@ -9563,6 +10456,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate eus memcompress for capacity low", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate eus memcompress for capacity low: 0", "scope": "global", "metric_type": 1 @@ -9574,6 +10468,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate eus memcompress for dml", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate eus memcompress for dml: 0", "scope": "global", "metric_type": 1 @@ -9585,6 +10480,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate eus memcompress for query high", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate eus memcompress for query high: 0", "scope": "global", "metric_type": 1 @@ -9596,6 +10492,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate eus memcompress for query low", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate eus memcompress for query low: 0", "scope": "global", "metric_type": 1 @@ -9607,6 +10504,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate eus no memcompress", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate eus no memcompress: 0", "scope": "global", "metric_type": 1 @@ -9618,6 +10516,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate eus requested", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate eus requested: 0", "scope": "global", "metric_type": 1 @@ -9629,6 +10528,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate invalid blks", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate invalid blks: 0", "scope": "global", "metric_type": 1 @@ -9640,6 +10540,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate invalid rows", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate invalid rows: 0", "scope": "global", "metric_type": 1 @@ -9651,6 +10552,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate invalidation transfer time", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate invalidation transfer time: 0", "scope": "global", "metric_type": 1 @@ -9662,6 +10564,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate no contiguous inmemory space", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate no contiguous inmemory space: 0", "scope": "global", "metric_type": 1 @@ -9673,6 +10576,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate no space in pga", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate no space in pga: 0", "scope": "global", "metric_type": 1 @@ -9684,6 +10588,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate old smu nil", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate old smu nil: 0", "scope": "global", "metric_type": 1 @@ -9695,6 +10600,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate optimized", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate optimized: 0", "scope": "global", "metric_type": 1 @@ -9706,6 +10612,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate optimized rac/downgrade", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate optimized rac/downgrade: 0", "scope": "global", "metric_type": 1 @@ -9717,6 +10624,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate previous smu invalid", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate previous smu invalid: 0", "scope": "global", "metric_type": 1 @@ -9728,6 +10636,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate read time (ms)", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate read time (ms): 0", "scope": "global", "metric_type": 1 @@ -9739,6 +10648,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate rows", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate rows: 0", "scope": "global", "metric_type": 1 @@ -9750,6 +10660,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate segments", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate segments: 0", "scope": "global", "metric_type": 1 @@ -9761,6 +10672,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate segments requested", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate segments requested: 0", "scope": "global", "metric_type": 1 @@ -9772,6 +10684,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate smu colmap used", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate smu colmap used: 0", "scope": "global", "metric_type": 1 @@ -9783,6 +10696,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate smu/dlm locks fail", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate smu/dlm locks fail: 0", "scope": "global", "metric_type": 1 @@ -9794,6 +10708,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate transactions active", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate transactions active: 0", "scope": "global", "metric_type": 1 @@ -9805,6 +10720,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate transactions check", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate transactions check: 0", "scope": "global", "metric_type": 1 @@ -9816,6 +10732,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate transactions copied", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate transactions copied: 0", "scope": "global", "metric_type": 1 @@ -9827,6 +10744,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate undo records applied", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate undo records applied: 0", "scope": "global", "metric_type": 1 @@ -9838,6 +10756,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate undo segheader rollback", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate undo segheader rollback: 0", "scope": "global", "metric_type": 1 @@ -9849,6 +10768,7 @@ "dbms": 12, "name": "global.sysstat.im repopulate via direct reads", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate via direct reads: 0", "scope": "global", "metric_type": 1 @@ -9860,6 +10780,7 @@ "dbms": 12, "name": "global.sysstat.im scan (dynamic) max degree", "vartype": 2, + "default": "0", "summary": "sysstat.im scan (dynamic) max degree: 0", "scope": "global", "metric_type": 1 @@ -9871,6 +10792,7 @@ "dbms": 12, "name": "global.sysstat.im scan (dynamic) multi-threaded scans", "vartype": 2, + "default": "0", "summary": "sysstat.im scan (dynamic) multi-threaded scans: 0", "scope": "global", "metric_type": 1 @@ -9882,6 +10804,7 @@ "dbms": 12, "name": "global.sysstat.im scan (dynamic) rows", "vartype": 2, + "default": "0", "summary": "sysstat.im scan (dynamic) rows: 0", "scope": "global", "metric_type": 1 @@ -9893,6 +10816,7 @@ "dbms": 12, "name": "global.sysstat.im scan (dynamic) rs2 rowsets", "vartype": 2, + "default": "0", "summary": "sysstat.im scan (dynamic) rs2 rowsets: 0", "scope": "global", "metric_type": 1 @@ -9904,6 +10828,7 @@ "dbms": 12, "name": "global.sysstat.im scan (dynamic) spare1", "vartype": 2, + "default": "0", "summary": "sysstat.im scan (dynamic) spare1: 0", "scope": "global", "metric_type": 1 @@ -9915,6 +10840,7 @@ "dbms": 12, "name": "global.sysstat.im scan (dynamic) spare2", "vartype": 2, + "default": "0", "summary": "sysstat.im scan (dynamic) spare2: 0", "scope": "global", "metric_type": 1 @@ -9926,6 +10852,7 @@ "dbms": 12, "name": "global.sysstat.im scan (dynamic) tasks processed by parent", "vartype": 2, + "default": "0", "summary": "sysstat.im scan (dynamic) tasks processed by parent: 0", "scope": "global", "metric_type": 1 @@ -9937,6 +10864,7 @@ "dbms": 12, "name": "global.sysstat.im scan (dynamic) tasks processed by thread", "vartype": 2, + "default": "0", "summary": "sysstat.im scan (dynamic) tasks processed by thread: 0", "scope": "global", "metric_type": 1 @@ -9948,6 +10876,7 @@ "dbms": 12, "name": "global.sysstat.im scan blocks cache", "vartype": 2, + "default": "0", "summary": "sysstat.im scan blocks cache: 0", "scope": "global", "metric_type": 1 @@ -9959,6 +10888,7 @@ "dbms": 12, "name": "global.sysstat.im scan bytes in-memory", "vartype": 2, + "default": "0", "summary": "sysstat.im scan bytes in-memory: 0", "scope": "global", "metric_type": 1 @@ -9970,6 +10900,7 @@ "dbms": 12, "name": "global.sysstat.im scan bytes uncompressed", "vartype": 2, + "default": "0", "summary": "sysstat.im scan bytes uncompressed: 0", "scope": "global", "metric_type": 1 @@ -9981,6 +10912,7 @@ "dbms": 12, "name": "global.sysstat.im scan cus cleanout", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus cleanout: 0", "scope": "global", "metric_type": 1 @@ -9992,6 +10924,7 @@ "dbms": 12, "name": "global.sysstat.im scan cus column not in memory", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus column not in memory: 0", "scope": "global", "metric_type": 1 @@ -10003,6 +10936,7 @@ "dbms": 12, "name": "global.sysstat.im scan cus columns accessed", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus columns accessed: 0", "scope": "global", "metric_type": 1 @@ -10014,6 +10948,7 @@ "dbms": 12, "name": "global.sysstat.im scan cus columns decompressed", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus columns decompressed: 0", "scope": "global", "metric_type": 1 @@ -10025,6 +10960,7 @@ "dbms": 12, "name": "global.sysstat.im scan cus columns theoretical max", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus columns theoretical max: 0", "scope": "global", "metric_type": 1 @@ -10036,6 +10972,7 @@ "dbms": 12, "name": "global.sysstat.im scan cus cr cache hit", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus cr cache hit: 0", "scope": "global", "metric_type": 1 @@ -10047,6 +10984,7 @@ "dbms": 12, "name": "global.sysstat.im scan cus cr cache miss", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus cr cache miss: 0", "scope": "global", "metric_type": 1 @@ -10058,6 +10996,7 @@ "dbms": 12, "name": "global.sysstat.im scan cus cr incremental", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus cr incremental: 0", "scope": "global", "metric_type": 1 @@ -10069,6 +11008,7 @@ "dbms": 12, "name": "global.sysstat.im scan cus cr skipped large rowids", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus cr skipped large rowids: 0", "scope": "global", "metric_type": 1 @@ -10080,6 +11020,7 @@ "dbms": 12, "name": "global.sysstat.im scan cus current", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus current: 0", "scope": "global", "metric_type": 3 @@ -10091,6 +11032,7 @@ "dbms": 12, "name": "global.sysstat.im scan cus doublebuffering", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus doublebuffering: 0", "scope": "global", "metric_type": 1 @@ -10102,6 +11044,7 @@ "dbms": 12, "name": "global.sysstat.im scan cus drop-invis smu", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus drop-invis smu: 0", "scope": "global", "metric_type": 1 @@ -10113,6 +11056,7 @@ "dbms": 12, "name": "global.sysstat.im scan cus failed to reget pin", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus failed to reget pin: 0", "scope": "global", "metric_type": 1 @@ -10124,6 +11068,7 @@ "dbms": 12, "name": "global.sysstat.im scan cus invalid", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus invalid: 0", "scope": "global", "metric_type": 1 @@ -10135,6 +11080,7 @@ "dbms": 12, "name": "global.sysstat.im scan cus invalid (all rows are invalid)", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus invalid (all rows are invalid): 0", "scope": "global", "metric_type": 1 @@ -10146,6 +11092,7 @@ "dbms": 12, "name": "global.sysstat.im scan cus invalid or missing revert to on disk extent", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus invalid or missing revert to on disk extent: 0", "scope": "global", "metric_type": 1 @@ -10157,6 +11104,7 @@ "dbms": 12, "name": "global.sysstat.im scan cus invisible smu", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus invisible smu: 0", "scope": "global", "metric_type": 1 @@ -10168,6 +11116,7 @@ "dbms": 12, "name": "global.sysstat.im scan cus low query scn", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus low query scn: 0", "scope": "global", "metric_type": 1 @@ -10179,6 +11128,7 @@ "dbms": 12, "name": "global.sysstat.im scan cus lowscn no previous", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus lowscn no previous: 0", "scope": "global", "metric_type": 1 @@ -10190,6 +11140,7 @@ "dbms": 12, "name": "global.sysstat.im scan cus maxretry done", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus maxretry done: 0", "scope": "global", "metric_type": 1 @@ -10201,6 +11152,7 @@ "dbms": 12, "name": "global.sysstat.im scan cus memcompress for capacity high", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus memcompress for capacity high: 0", "scope": "global", "metric_type": 1 @@ -10212,6 +11164,7 @@ "dbms": 12, "name": "global.sysstat.im scan cus memcompress for capacity low", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus memcompress for capacity low: 0", "scope": "global", "metric_type": 1 @@ -10223,6 +11176,7 @@ "dbms": 12, "name": "global.sysstat.im scan cus memcompress for dml", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus memcompress for dml: 0", "scope": "global", "metric_type": 1 @@ -10234,6 +11188,7 @@ "dbms": 12, "name": "global.sysstat.im scan cus memcompress for query high", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus memcompress for query high: 0", "scope": "global", "metric_type": 1 @@ -10245,6 +11200,7 @@ "dbms": 12, "name": "global.sysstat.im scan cus memcompress for query low", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus memcompress for query low: 0", "scope": "global", "metric_type": 1 @@ -10256,6 +11212,7 @@ "dbms": 12, "name": "global.sysstat.im scan cus no cleanout", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus no cleanout: 0", "scope": "global", "metric_type": 1 @@ -10267,6 +11224,7 @@ "dbms": 12, "name": "global.sysstat.im scan cus no imcu", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus no imcu: 0", "scope": "global", "metric_type": 1 @@ -10278,6 +11236,7 @@ "dbms": 12, "name": "global.sysstat.im scan cus no memcompress", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus no memcompress: 0", "scope": "global", "metric_type": 1 @@ -10289,6 +11248,7 @@ "dbms": 12, "name": "global.sysstat.im scan cus no rollback", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus no rollback: 0", "scope": "global", "metric_type": 1 @@ -10300,6 +11260,7 @@ "dbms": 12, "name": "global.sysstat.im scan cus notfound", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus notfound: 0", "scope": "global", "metric_type": 1 @@ -10311,6 +11272,7 @@ "dbms": 12, "name": "global.sysstat.im scan cus notfound dbclose", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus notfound dbclose: 0", "scope": "global", "metric_type": 1 @@ -10322,6 +11284,7 @@ "dbms": 12, "name": "global.sysstat.im scan cus notfound lob", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus notfound lob: 0", "scope": "global", "metric_type": 1 @@ -10333,6 +11296,7 @@ "dbms": 12, "name": "global.sysstat.im scan cus optimized read", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus optimized read: 0", "scope": "global", "metric_type": 1 @@ -10344,6 +11308,7 @@ "dbms": 12, "name": "global.sysstat.im scan cus pcode aggregation ime", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus pcode aggregation ime: 0", "scope": "global", "metric_type": 1 @@ -10355,6 +11320,7 @@ "dbms": 12, "name": "global.sysstat.im scan cus pcode aggregation pushdown", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus pcode aggregation pushdown: 0", "scope": "global", "metric_type": 1 @@ -10366,6 +11332,7 @@ "dbms": 12, "name": "global.sysstat.im scan cus pcode pred evaled", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus pcode pred evaled: 0", "scope": "global", "metric_type": 1 @@ -10377,6 +11344,7 @@ "dbms": 12, "name": "global.sysstat.im scan cus pcode pred evaled using rowsets", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus pcode pred evaled using rowsets: 0", "scope": "global", "metric_type": 1 @@ -10388,6 +11356,7 @@ "dbms": 12, "name": "global.sysstat.im scan cus pcode selective done", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus pcode selective done: 0", "scope": "global", "metric_type": 1 @@ -10399,6 +11368,7 @@ "dbms": 12, "name": "global.sysstat.im scan cus predicates applied", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus predicates applied: 0", "scope": "global", "metric_type": 1 @@ -10410,6 +11380,7 @@ "dbms": 12, "name": "global.sysstat.im scan cus predicates optimized", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus predicates optimized: 0", "scope": "global", "metric_type": 1 @@ -10421,6 +11392,7 @@ "dbms": 12, "name": "global.sysstat.im scan cus predicates received", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus predicates received: 0", "scope": "global", "metric_type": 1 @@ -10432,6 +11404,7 @@ "dbms": 12, "name": "global.sysstat.im scan cus previous", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus previous: 0", "scope": "global", "metric_type": 1 @@ -10443,6 +11416,7 @@ "dbms": 12, "name": "global.sysstat.im scan cus previous current", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus previous current: 0", "scope": "global", "metric_type": 3 @@ -10454,6 +11428,7 @@ "dbms": 12, "name": "global.sysstat.im scan cus pruned", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus pruned: 0", "scope": "global", "metric_type": 1 @@ -10465,6 +11440,7 @@ "dbms": 12, "name": "global.sysstat.im scan cus readlist creation accumulated time", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus readlist creation accumulated time: 0", "scope": "global", "metric_type": 1 @@ -10476,6 +11452,7 @@ "dbms": 12, "name": "global.sysstat.im scan cus readlist creation accumulated time (cr)", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus readlist creation accumulated time (cr): 0", "scope": "global", "metric_type": 1 @@ -10487,6 +11464,7 @@ "dbms": 12, "name": "global.sysstat.im scan cus readlist creation number", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus readlist creation number: 0", "scope": "global", "metric_type": 1 @@ -10498,6 +11476,7 @@ "dbms": 12, "name": "global.sysstat.im scan cus readlist creation number (cr)", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus readlist creation number (cr): 0", "scope": "global", "metric_type": 1 @@ -10509,6 +11488,7 @@ "dbms": 12, "name": "global.sysstat.im scan cus ref-invis smu", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus ref-invis smu: 0", "scope": "global", "metric_type": 1 @@ -10520,6 +11500,7 @@ "dbms": 12, "name": "global.sysstat.im scan cus rollback", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus rollback: 0", "scope": "global", "metric_type": 1 @@ -10531,6 +11512,7 @@ "dbms": 12, "name": "global.sysstat.im scan cus split pieces", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus split pieces: 0", "scope": "global", "metric_type": 1 @@ -10542,6 +11524,7 @@ "dbms": 12, "name": "global.sysstat.im scan cus undo records applied", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus undo records applied: 0", "scope": "global", "metric_type": 1 @@ -10553,6 +11536,7 @@ "dbms": 12, "name": "global.sysstat.im scan cus wait notvis", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus wait notvis: 0", "scope": "global", "metric_type": 1 @@ -10564,6 +11548,7 @@ "dbms": 12, "name": "global.sysstat.im scan cus wait notvis (doublebuffer)", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus wait notvis (doublebuffer): 0", "scope": "global", "metric_type": 1 @@ -10575,6 +11560,7 @@ "dbms": 12, "name": "global.sysstat.im scan dict engine results reused", "vartype": 2, + "default": "0", "summary": "sysstat.im scan dict engine results reused: 0", "scope": "global", "metric_type": 1 @@ -10586,6 +11572,7 @@ "dbms": 12, "name": "global.sysstat.im scan dict engine results stored", "vartype": 2, + "default": "0", "summary": "sysstat.im scan dict engine results stored: 0", "scope": "global", "metric_type": 1 @@ -10597,6 +11584,7 @@ "dbms": 12, "name": "global.sysstat.im scan eu bytes in-memory", "vartype": 2, + "default": "0", "summary": "sysstat.im scan eu bytes in-memory: 0", "scope": "global", "metric_type": 1 @@ -10608,6 +11596,7 @@ "dbms": 12, "name": "global.sysstat.im scan eu bytes uncompressed", "vartype": 2, + "default": "0", "summary": "sysstat.im scan eu bytes uncompressed: 0", "scope": "global", "metric_type": 1 @@ -10619,6 +11608,7 @@ "dbms": 12, "name": "global.sysstat.im scan eu rows", "vartype": 2, + "default": "0", "summary": "sysstat.im scan eu rows: 0", "scope": "global", "metric_type": 1 @@ -10630,6 +11620,7 @@ "dbms": 12, "name": "global.sysstat.im scan eus columns accessed", "vartype": 2, + "default": "0", "summary": "sysstat.im scan eus columns accessed: 0", "scope": "global", "metric_type": 1 @@ -10641,6 +11632,7 @@ "dbms": 12, "name": "global.sysstat.im scan eus columns decompressed", "vartype": 2, + "default": "0", "summary": "sysstat.im scan eus columns decompressed: 0", "scope": "global", "metric_type": 1 @@ -10652,6 +11644,7 @@ "dbms": 12, "name": "global.sysstat.im scan eus columns theoretical max", "vartype": 2, + "default": "0", "summary": "sysstat.im scan eus columns theoretical max: 0", "scope": "global", "metric_type": 1 @@ -10663,6 +11656,7 @@ "dbms": 12, "name": "global.sysstat.im scan eus memcompress for capacity high", "vartype": 2, + "default": "0", "summary": "sysstat.im scan eus memcompress for capacity high: 0", "scope": "global", "metric_type": 1 @@ -10674,6 +11668,7 @@ "dbms": 12, "name": "global.sysstat.im scan eus memcompress for capacity low", "vartype": 2, + "default": "0", "summary": "sysstat.im scan eus memcompress for capacity low: 0", "scope": "global", "metric_type": 1 @@ -10685,6 +11680,7 @@ "dbms": 12, "name": "global.sysstat.im scan eus memcompress for dml", "vartype": 2, + "default": "0", "summary": "sysstat.im scan eus memcompress for dml: 0", "scope": "global", "metric_type": 1 @@ -10696,6 +11692,7 @@ "dbms": 12, "name": "global.sysstat.im scan eus memcompress for query high", "vartype": 2, + "default": "0", "summary": "sysstat.im scan eus memcompress for query high: 0", "scope": "global", "metric_type": 1 @@ -10707,6 +11704,7 @@ "dbms": 12, "name": "global.sysstat.im scan eus memcompress for query low", "vartype": 2, + "default": "0", "summary": "sysstat.im scan eus memcompress for query low: 0", "scope": "global", "metric_type": 1 @@ -10718,6 +11716,7 @@ "dbms": 12, "name": "global.sysstat.im scan eus no memcompress", "vartype": 2, + "default": "0", "summary": "sysstat.im scan eus no memcompress: 0", "scope": "global", "metric_type": 1 @@ -10729,6 +11728,7 @@ "dbms": 12, "name": "global.sysstat.im scan eus split pieces", "vartype": 2, + "default": "0", "summary": "sysstat.im scan eus split pieces: 0", "scope": "global", "metric_type": 1 @@ -10740,6 +11740,7 @@ "dbms": 12, "name": "global.sysstat.im scan fetches journal", "vartype": 2, + "default": "0", "summary": "sysstat.im scan fetches journal: 0", "scope": "global", "metric_type": 1 @@ -10751,6 +11752,7 @@ "dbms": 12, "name": "global.sysstat.im scan found invalid cu", "vartype": 2, + "default": "0", "summary": "sysstat.im scan found invalid cu: 0", "scope": "global", "metric_type": 1 @@ -10762,6 +11764,7 @@ "dbms": 12, "name": "global.sysstat.im scan invalid all blocks", "vartype": 2, + "default": "0", "summary": "sysstat.im scan invalid all blocks: 0", "scope": "global", "metric_type": 1 @@ -10773,6 +11776,7 @@ "dbms": 12, "name": "global.sysstat.im scan journal", "vartype": 2, + "default": "0", "summary": "sysstat.im scan journal: 0", "scope": "global", "metric_type": 1 @@ -10784,6 +11788,7 @@ "dbms": 12, "name": "global.sysstat.im scan journal cleanout", "vartype": 2, + "default": "0", "summary": "sysstat.im scan journal cleanout: 0", "scope": "global", "metric_type": 1 @@ -10795,6 +11800,7 @@ "dbms": 12, "name": "global.sysstat.im scan journal no cleanout", "vartype": 2, + "default": "0", "summary": "sysstat.im scan journal no cleanout: 0", "scope": "global", "metric_type": 1 @@ -10806,6 +11812,7 @@ "dbms": 12, "name": "global.sysstat.im scan rows", "vartype": 2, + "default": "0", "summary": "sysstat.im scan rows: 0", "scope": "global", "metric_type": 1 @@ -10817,6 +11824,7 @@ "dbms": 12, "name": "global.sysstat.im scan rows cache", "vartype": 2, + "default": "0", "summary": "sysstat.im scan rows cache: 0", "scope": "global", "metric_type": 1 @@ -10828,6 +11836,7 @@ "dbms": 12, "name": "global.sysstat.im scan rows discontinuous", "vartype": 2, + "default": "0", "summary": "sysstat.im scan rows discontinuous: 0", "scope": "global", "metric_type": 1 @@ -10839,6 +11848,7 @@ "dbms": 12, "name": "global.sysstat.im scan rows excluded", "vartype": 2, + "default": "0", "summary": "sysstat.im scan rows excluded: 0", "scope": "global", "metric_type": 1 @@ -10850,6 +11860,7 @@ "dbms": 12, "name": "global.sysstat.im scan rows journal", "vartype": 2, + "default": "0", "summary": "sysstat.im scan rows journal: 0", "scope": "global", "metric_type": 1 @@ -10861,6 +11872,7 @@ "dbms": 12, "name": "global.sysstat.im scan rows journal total", "vartype": 2, + "default": "0", "summary": "sysstat.im scan rows journal total: 0", "scope": "global", "metric_type": 1 @@ -10872,6 +11884,7 @@ "dbms": 12, "name": "global.sysstat.im scan rows optimized", "vartype": 2, + "default": "0", "summary": "sysstat.im scan rows optimized: 0", "scope": "global", "metric_type": 1 @@ -10883,6 +11896,7 @@ "dbms": 12, "name": "global.sysstat.im scan rows pcode aggregated", "vartype": 2, + "default": "0", "summary": "sysstat.im scan rows pcode aggregated: 0", "scope": "global", "metric_type": 1 @@ -10894,6 +11908,7 @@ "dbms": 12, "name": "global.sysstat.im scan rows projected", "vartype": 2, + "default": "0", "summary": "sysstat.im scan rows projected: 0", "scope": "global", "metric_type": 1 @@ -10905,6 +11920,7 @@ "dbms": 12, "name": "global.sysstat.im scan rows range excluded", "vartype": 2, + "default": "0", "summary": "sysstat.im scan rows range excluded: 0", "scope": "global", "metric_type": 1 @@ -10916,6 +11932,7 @@ "dbms": 12, "name": "global.sysstat.im scan rows valid", "vartype": 2, + "default": "0", "summary": "sysstat.im scan rows valid: 0", "scope": "global", "metric_type": 1 @@ -10927,6 +11944,7 @@ "dbms": 12, "name": "global.sysstat.im scan segments disk", "vartype": 2, + "default": "0", "summary": "sysstat.im scan segments disk: 0", "scope": "global", "metric_type": 1 @@ -10938,6 +11956,7 @@ "dbms": 12, "name": "global.sysstat.im scan segments minmax eligible", "vartype": 2, + "default": "0", "summary": "sysstat.im scan segments minmax eligible: 0", "scope": "global", "metric_type": 1 @@ -10949,6 +11968,7 @@ "dbms": 12, "name": "global.sysstat.im scan smu colmap hit", "vartype": 2, + "default": "0", "summary": "sysstat.im scan smu colmap hit: 0", "scope": "global", "metric_type": 1 @@ -10960,6 +11980,7 @@ "dbms": 12, "name": "global.sysstat.im scan smu colmap miss due to deletes", "vartype": 2, + "default": "0", "summary": "sysstat.im scan smu colmap miss due to deletes: 0", "scope": "global", "metric_type": 1 @@ -10971,6 +11992,7 @@ "dbms": 12, "name": "global.sysstat.im scan smu colmap miss due to inserts", "vartype": 2, + "default": "0", "summary": "sysstat.im scan smu colmap miss due to inserts: 0", "scope": "global", "metric_type": 1 @@ -10982,6 +12004,7 @@ "dbms": 12, "name": "global.sysstat.im scan smu colmap miss due to invalid blocks", "vartype": 2, + "default": "0", "summary": "sysstat.im scan smu colmap miss due to invalid blocks: 0", "scope": "global", "metric_type": 1 @@ -10993,6 +12016,7 @@ "dbms": 12, "name": "global.sysstat.im scan smu colmap miss due to untracked changes", "vartype": 2, + "default": "0", "summary": "sysstat.im scan smu colmap miss due to untracked changes: 0", "scope": "global", "metric_type": 1 @@ -11004,6 +12028,7 @@ "dbms": 12, "name": "global.sysstat.im scan smu colmap miss due to update", "vartype": 2, + "default": "0", "summary": "sysstat.im scan smu colmap miss due to update: 0", "scope": "global", "metric_type": 1 @@ -11015,6 +12040,7 @@ "dbms": 12, "name": "global.sysstat.im scan uncommitted pj granule", "vartype": 2, + "default": "0", "summary": "sysstat.im scan uncommitted pj granule: 0", "scope": "global", "metric_type": 1 @@ -11026,6 +12052,7 @@ "dbms": 12, "name": "global.sysstat.im simd bloom filter calls", "vartype": 2, + "default": "0", "summary": "sysstat.im simd bloom filter calls: 0", "scope": "global", "metric_type": 1 @@ -11037,6 +12064,7 @@ "dbms": 12, "name": "global.sysstat.im simd bloom filter selective calls", "vartype": 2, + "default": "0", "summary": "sysstat.im simd bloom filter selective calls: 0", "scope": "global", "metric_type": 1 @@ -11048,6 +12076,7 @@ "dbms": 12, "name": "global.sysstat.im simd compare calls", "vartype": 2, + "default": "0", "summary": "sysstat.im simd compare calls: 0", "scope": "global", "metric_type": 1 @@ -11059,6 +12088,7 @@ "dbms": 12, "name": "global.sysstat.im simd compare hw offload calls", "vartype": 2, + "default": "0", "summary": "sysstat.im simd compare hw offload calls: 0", "scope": "global", "metric_type": 1 @@ -11070,6 +12100,7 @@ "dbms": 12, "name": "global.sysstat.im simd compare selective calls", "vartype": 2, + "default": "0", "summary": "sysstat.im simd compare selective calls: 0", "scope": "global", "metric_type": 1 @@ -11081,6 +12112,7 @@ "dbms": 12, "name": "global.sysstat.im simd decode calls", "vartype": 2, + "default": "0", "summary": "sysstat.im simd decode calls: 0", "scope": "global", "metric_type": 1 @@ -11092,6 +12124,7 @@ "dbms": 12, "name": "global.sysstat.im simd decode hw offload calls", "vartype": 2, + "default": "0", "summary": "sysstat.im simd decode hw offload calls: 0", "scope": "global", "metric_type": 1 @@ -11103,6 +12136,7 @@ "dbms": 12, "name": "global.sysstat.im simd decode selective calls", "vartype": 2, + "default": "0", "summary": "sysstat.im simd decode selective calls: 0", "scope": "global", "metric_type": 1 @@ -11114,6 +12148,7 @@ "dbms": 12, "name": "global.sysstat.im simd decode symbol calls", "vartype": 2, + "default": "0", "summary": "sysstat.im simd decode symbol calls: 0", "scope": "global", "metric_type": 1 @@ -11125,6 +12160,7 @@ "dbms": 12, "name": "global.sysstat.im simd decode symbol selective calls", "vartype": 2, + "default": "0", "summary": "sysstat.im simd decode symbol selective calls: 0", "scope": "global", "metric_type": 1 @@ -11136,6 +12172,7 @@ "dbms": 12, "name": "global.sysstat.im simd decode unpack calls", "vartype": 2, + "default": "0", "summary": "sysstat.im simd decode unpack calls: 0", "scope": "global", "metric_type": 1 @@ -11147,6 +12184,7 @@ "dbms": 12, "name": "global.sysstat.im simd decode unpack hw offload calls", "vartype": 2, + "default": "0", "summary": "sysstat.im simd decode unpack hw offload calls: 0", "scope": "global", "metric_type": 1 @@ -11158,6 +12196,7 @@ "dbms": 12, "name": "global.sysstat.im simd decode unpack selective calls", "vartype": 2, + "default": "0", "summary": "sysstat.im simd decode unpack selective calls: 0", "scope": "global", "metric_type": 1 @@ -11169,6 +12208,7 @@ "dbms": 12, "name": "global.sysstat.im simd rle burst calls", "vartype": 2, + "default": "0", "summary": "sysstat.im simd rle burst calls: 0", "scope": "global", "metric_type": 1 @@ -11180,6 +12220,7 @@ "dbms": 12, "name": "global.sysstat.im simd rle burst hw offload calls", "vartype": 2, + "default": "0", "summary": "sysstat.im simd rle burst hw offload calls: 0", "scope": "global", "metric_type": 1 @@ -11191,6 +12232,7 @@ "dbms": 12, "name": "global.sysstat.im simd rle burst selective calls", "vartype": 2, + "default": "0", "summary": "sysstat.im simd rle burst selective calls: 0", "scope": "global", "metric_type": 1 @@ -11202,6 +12244,7 @@ "dbms": 12, "name": "global.sysstat.im simd set membership calls", "vartype": 2, + "default": "0", "summary": "sysstat.im simd set membership calls: 0", "scope": "global", "metric_type": 1 @@ -11213,6 +12256,7 @@ "dbms": 12, "name": "global.sysstat.im simd set membership hw offload calls", "vartype": 2, + "default": "0", "summary": "sysstat.im simd set membership hw offload calls: 0", "scope": "global", "metric_type": 1 @@ -11224,6 +12268,7 @@ "dbms": 12, "name": "global.sysstat.im simd set membership selective calls", "vartype": 2, + "default": "0", "summary": "sysstat.im simd set membership selective calls: 0", "scope": "global", "metric_type": 1 @@ -11235,6 +12280,7 @@ "dbms": 12, "name": "global.sysstat.im space adg bytes allocated", "vartype": 2, + "default": "0", "summary": "sysstat.im space adg bytes allocated: 0", "scope": "global", "metric_type": 1 @@ -11246,6 +12292,7 @@ "dbms": 12, "name": "global.sysstat.im space adg bytes freed", "vartype": 2, + "default": "0", "summary": "sysstat.im space adg bytes freed: 0", "scope": "global", "metric_type": 1 @@ -11257,6 +12304,7 @@ "dbms": 12, "name": "global.sysstat.im space adg extents allocated", "vartype": 2, + "default": "0", "summary": "sysstat.im space adg extents allocated: 0", "scope": "global", "metric_type": 1 @@ -11268,6 +12316,7 @@ "dbms": 12, "name": "global.sysstat.im space adg journal extents freed", "vartype": 2, + "default": "0", "summary": "sysstat.im space adg journal extents freed: 0", "scope": "global", "metric_type": 1 @@ -11279,6 +12328,7 @@ "dbms": 12, "name": "global.sysstat.im space adg segments allocated", "vartype": 2, + "default": "0", "summary": "sysstat.im space adg segments allocated: 0", "scope": "global", "metric_type": 1 @@ -11290,6 +12340,7 @@ "dbms": 12, "name": "global.sysstat.im space adg segments freed", "vartype": 2, + "default": "0", "summary": "sysstat.im space adg segments freed: 0", "scope": "global", "metric_type": 1 @@ -11301,6 +12352,7 @@ "dbms": 12, "name": "global.sysstat.im space cu bytes allocated", "vartype": 2, + "default": "0", "summary": "sysstat.im space cu bytes allocated: 0", "scope": "global", "metric_type": 1 @@ -11312,6 +12364,7 @@ "dbms": 12, "name": "global.sysstat.im space cu bytes freed", "vartype": 2, + "default": "0", "summary": "sysstat.im space cu bytes freed: 0", "scope": "global", "metric_type": 1 @@ -11323,6 +12376,7 @@ "dbms": 12, "name": "global.sysstat.im space cu creations committed", "vartype": 2, + "default": "0", "summary": "sysstat.im space cu creations committed: 0", "scope": "global", "metric_type": 1 @@ -11334,6 +12388,7 @@ "dbms": 12, "name": "global.sysstat.im space cu creations initiated", "vartype": 2, + "default": "0", "summary": "sysstat.im space cu creations initiated: 0", "scope": "global", "metric_type": 1 @@ -11345,6 +12400,7 @@ "dbms": 12, "name": "global.sysstat.im space cu extents allocated", "vartype": 2, + "default": "0", "summary": "sysstat.im space cu extents allocated: 0", "scope": "global", "metric_type": 1 @@ -11356,6 +12412,7 @@ "dbms": 12, "name": "global.sysstat.im space cu extents freed", "vartype": 2, + "default": "0", "summary": "sysstat.im space cu extents freed: 0", "scope": "global", "metric_type": 1 @@ -11367,6 +12424,7 @@ "dbms": 12, "name": "global.sysstat.im space private journal bytes allocated", "vartype": 2, + "default": "0", "summary": "sysstat.im space private journal bytes allocated: 0", "scope": "global", "metric_type": 1 @@ -11378,6 +12436,7 @@ "dbms": 12, "name": "global.sysstat.im space private journal bytes freed", "vartype": 2, + "default": "0", "summary": "sysstat.im space private journal bytes freed: 0", "scope": "global", "metric_type": 1 @@ -11389,6 +12448,7 @@ "dbms": 12, "name": "global.sysstat.im space private journal extents allocated", "vartype": 2, + "default": "0", "summary": "sysstat.im space private journal extents allocated: 0", "scope": "global", "metric_type": 1 @@ -11400,6 +12460,7 @@ "dbms": 12, "name": "global.sysstat.im space private journal extents freed", "vartype": 2, + "default": "0", "summary": "sysstat.im space private journal extents freed: 0", "scope": "global", "metric_type": 1 @@ -11411,6 +12472,7 @@ "dbms": 12, "name": "global.sysstat.im space private journal segments allocated", "vartype": 2, + "default": "0", "summary": "sysstat.im space private journal segments allocated: 0", "scope": "global", "metric_type": 1 @@ -11422,6 +12484,7 @@ "dbms": 12, "name": "global.sysstat.im space private journal segments freed", "vartype": 2, + "default": "0", "summary": "sysstat.im space private journal segments freed: 0", "scope": "global", "metric_type": 1 @@ -11433,6 +12496,7 @@ "dbms": 12, "name": "global.sysstat.im space segments allocated", "vartype": 2, + "default": "0", "summary": "sysstat.im space segments allocated: 0", "scope": "global", "metric_type": 1 @@ -11444,6 +12508,7 @@ "dbms": 12, "name": "global.sysstat.im space segments freed", "vartype": 2, + "default": "0", "summary": "sysstat.im space segments freed: 0", "scope": "global", "metric_type": 1 @@ -11455,6 +12520,7 @@ "dbms": 12, "name": "global.sysstat.im space shared journal bytes allocated", "vartype": 2, + "default": "0", "summary": "sysstat.im space shared journal bytes allocated: 0", "scope": "global", "metric_type": 1 @@ -11466,6 +12532,7 @@ "dbms": 12, "name": "global.sysstat.im space shared journal bytes freed", "vartype": 2, + "default": "0", "summary": "sysstat.im space shared journal bytes freed: 0", "scope": "global", "metric_type": 1 @@ -11477,6 +12544,7 @@ "dbms": 12, "name": "global.sysstat.im space shared journal extents allocated", "vartype": 2, + "default": "0", "summary": "sysstat.im space shared journal extents allocated: 0", "scope": "global", "metric_type": 1 @@ -11488,6 +12556,7 @@ "dbms": 12, "name": "global.sysstat.im space shared journal extents freed", "vartype": 2, + "default": "0", "summary": "sysstat.im space shared journal extents freed: 0", "scope": "global", "metric_type": 1 @@ -11499,6 +12568,7 @@ "dbms": 12, "name": "global.sysstat.im space shared journal segments allocated", "vartype": 2, + "default": "0", "summary": "sysstat.im space shared journal segments allocated: 0", "scope": "global", "metric_type": 1 @@ -11510,6 +12580,7 @@ "dbms": 12, "name": "global.sysstat.im space shared journal segments freed", "vartype": 2, + "default": "0", "summary": "sysstat.im space shared journal segments freed: 0", "scope": "global", "metric_type": 1 @@ -11521,6 +12592,7 @@ "dbms": 12, "name": "global.sysstat.im space smu bytes allocated", "vartype": 2, + "default": "0", "summary": "sysstat.im space smu bytes allocated: 0", "scope": "global", "metric_type": 1 @@ -11532,6 +12604,7 @@ "dbms": 12, "name": "global.sysstat.im space smu bytes freed", "vartype": 2, + "default": "0", "summary": "sysstat.im space smu bytes freed: 0", "scope": "global", "metric_type": 1 @@ -11543,6 +12616,7 @@ "dbms": 12, "name": "global.sysstat.im space smu creations committed", "vartype": 2, + "default": "0", "summary": "sysstat.im space smu creations committed: 0", "scope": "global", "metric_type": 1 @@ -11554,6 +12628,7 @@ "dbms": 12, "name": "global.sysstat.im space smu creations initiated", "vartype": 2, + "default": "0", "summary": "sysstat.im space smu creations initiated: 0", "scope": "global", "metric_type": 1 @@ -11565,6 +12640,7 @@ "dbms": 12, "name": "global.sysstat.im space smu extents allocated", "vartype": 2, + "default": "0", "summary": "sysstat.im space smu extents allocated: 0", "scope": "global", "metric_type": 1 @@ -11576,6 +12652,7 @@ "dbms": 12, "name": "global.sysstat.im space smu extents freed", "vartype": 2, + "default": "0", "summary": "sysstat.im space smu extents freed: 0", "scope": "global", "metric_type": 1 @@ -11587,6 +12664,7 @@ "dbms": 12, "name": "global.sysstat.im split cu too small", "vartype": 2, + "default": "0", "summary": "sysstat.im split cu too small: 0", "scope": "global", "metric_type": 1 @@ -11598,6 +12676,7 @@ "dbms": 12, "name": "global.sysstat.im split cus", "vartype": 2, + "default": "0", "summary": "sysstat.im split cus: 0", "scope": "global", "metric_type": 1 @@ -11609,6 +12688,7 @@ "dbms": 12, "name": "global.sysstat.im split cus requested", "vartype": 2, + "default": "0", "summary": "sysstat.im split cus requested: 0", "scope": "global", "metric_type": 1 @@ -11620,6 +12700,7 @@ "dbms": 12, "name": "global.sysstat.im split fail", "vartype": 2, + "default": "0", "summary": "sysstat.im split fail: 0", "scope": "global", "metric_type": 1 @@ -11631,6 +12712,7 @@ "dbms": 12, "name": "global.sysstat.im split fail no space", "vartype": 2, + "default": "0", "summary": "sysstat.im split fail no space: 0", "scope": "global", "metric_type": 1 @@ -11642,6 +12724,7 @@ "dbms": 12, "name": "global.sysstat.im split get smaller cus", "vartype": 2, + "default": "0", "summary": "sysstat.im split get smaller cus: 0", "scope": "global", "metric_type": 1 @@ -11653,6 +12736,7 @@ "dbms": 12, "name": "global.sysstat.im subcu-hist bytes allocated", "vartype": 2, + "default": "0", "summary": "sysstat.im subcu-hist bytes allocated: 0", "scope": "global", "metric_type": 1 @@ -11664,6 +12748,7 @@ "dbms": 12, "name": "global.sysstat.im subcu-hist cus", "vartype": 2, + "default": "0", "summary": "sysstat.im subcu-hist cus: 0", "scope": "global", "metric_type": 1 @@ -11675,6 +12760,7 @@ "dbms": 12, "name": "global.sysstat.im subcu-hist cus examined", "vartype": 2, + "default": "0", "summary": "sysstat.im subcu-hist cus examined: 0", "scope": "global", "metric_type": 1 @@ -11686,6 +12772,7 @@ "dbms": 12, "name": "global.sysstat.im subcu-hist cus selected", "vartype": 2, + "default": "0", "summary": "sysstat.im subcu-hist cus selected: 0", "scope": "global", "metric_type": 1 @@ -11697,6 +12784,7 @@ "dbms": 12, "name": "global.sysstat.im subcu-hist subcus eliminated", "vartype": 2, + "default": "0", "summary": "sysstat.im subcu-hist subcus eliminated: 0", "scope": "global", "metric_type": 1 @@ -11708,6 +12796,7 @@ "dbms": 12, "name": "global.sysstat.im subcu-hist subcus in selected cus", "vartype": 2, + "default": "0", "summary": "sysstat.im subcu-hist subcus in selected cus: 0", "scope": "global", "metric_type": 1 @@ -11719,6 +12808,7 @@ "dbms": 12, "name": "global.sysstat.im subcu-indenc bytes allocated", "vartype": 2, + "default": "0", "summary": "sysstat.im subcu-indenc bytes allocated: 0", "scope": "global", "metric_type": 1 @@ -11730,6 +12820,7 @@ "dbms": 12, "name": "global.sysstat.im subcu-indenc cus", "vartype": 2, + "default": "0", "summary": "sysstat.im subcu-indenc cus: 0", "scope": "global", "metric_type": 1 @@ -11741,6 +12832,7 @@ "dbms": 12, "name": "global.sysstat.im subcu-invidx bytes allocated", "vartype": 2, + "default": "0", "summary": "sysstat.im subcu-invidx bytes allocated: 0", "scope": "global", "metric_type": 1 @@ -11752,6 +12844,7 @@ "dbms": 12, "name": "global.sysstat.im subcu-invidx cus", "vartype": 2, + "default": "0", "summary": "sysstat.im subcu-invidx cus: 0", "scope": "global", "metric_type": 1 @@ -11763,6 +12856,7 @@ "dbms": 12, "name": "global.sysstat.im subcu-invidx cus examined", "vartype": 2, + "default": "0", "summary": "sysstat.im subcu-invidx cus examined: 0", "scope": "global", "metric_type": 1 @@ -11774,6 +12868,7 @@ "dbms": 12, "name": "global.sysstat.im subcu-invidx cus selected", "vartype": 2, + "default": "0", "summary": "sysstat.im subcu-invidx cus selected: 0", "scope": "global", "metric_type": 1 @@ -11785,6 +12880,7 @@ "dbms": 12, "name": "global.sysstat.im subcu-mm bytes allocated", "vartype": 2, + "default": "0", "summary": "sysstat.im subcu-mm bytes allocated: 0", "scope": "global", "metric_type": 1 @@ -11796,6 +12892,7 @@ "dbms": 12, "name": "global.sysstat.im subcu-mm cus", "vartype": 2, + "default": "0", "summary": "sysstat.im subcu-mm cus: 0", "scope": "global", "metric_type": 1 @@ -11807,6 +12904,7 @@ "dbms": 12, "name": "global.sysstat.im subcu-mm cus examined", "vartype": 2, + "default": "0", "summary": "sysstat.im subcu-mm cus examined: 0", "scope": "global", "metric_type": 1 @@ -11818,6 +12916,7 @@ "dbms": 12, "name": "global.sysstat.im subcu-mm cus selected", "vartype": 2, + "default": "0", "summary": "sysstat.im subcu-mm cus selected: 0", "scope": "global", "metric_type": 1 @@ -11829,6 +12928,7 @@ "dbms": 12, "name": "global.sysstat.im subcu-mm subcus eliminated", "vartype": 2, + "default": "0", "summary": "sysstat.im subcu-mm subcus eliminated: 0", "scope": "global", "metric_type": 1 @@ -11840,6 +12940,7 @@ "dbms": 12, "name": "global.sysstat.im subcu-mm subcus in selected cus", "vartype": 2, + "default": "0", "summary": "sysstat.im subcu-mm subcus in selected cus: 0", "scope": "global", "metric_type": 1 @@ -11851,6 +12952,7 @@ "dbms": 12, "name": "global.sysstat.im transaction rows array-journal calls", "vartype": 2, + "default": "0", "summary": "sysstat.im transaction rows array-journal calls: 0", "scope": "global", "metric_type": 1 @@ -11862,6 +12964,7 @@ "dbms": 12, "name": "global.sysstat.im transaction rows array-journaled", "vartype": 2, + "default": "0", "summary": "sysstat.im transaction rows array-journaled: 0", "scope": "global", "metric_type": 1 @@ -11873,6 +12976,7 @@ "dbms": 12, "name": "global.sysstat.im transaction wait ref-smu", "vartype": 2, + "default": "0", "summary": "sysstat.im transaction wait ref-smu: 0", "scope": "global", "metric_type": 1 @@ -11884,6 +12988,7 @@ "dbms": 12, "name": "global.sysstat.im transactions", "vartype": 2, + "default": "0", "summary": "sysstat.im transactions: 0", "scope": "global", "metric_type": 1 @@ -11895,6 +13000,7 @@ "dbms": 12, "name": "global.sysstat.im transactions block change blocks already invalid", "vartype": 2, + "default": "0", "summary": "sysstat.im transactions block change blocks already invalid: 0", "scope": "global", "metric_type": 1 @@ -11906,6 +13012,7 @@ "dbms": 12, "name": "global.sysstat.im transactions blocks invalidated", "vartype": 2, + "default": "0", "summary": "sysstat.im transactions blocks invalidated: 0", "scope": "global", "metric_type": 1 @@ -11917,6 +13024,7 @@ "dbms": 12, "name": "global.sysstat.im transactions cu cleanout", "vartype": 2, + "default": "0", "summary": "sysstat.im transactions cu cleanout: 0", "scope": "global", "metric_type": 1 @@ -11928,6 +13036,7 @@ "dbms": 12, "name": "global.sysstat.im transactions cus invalid", "vartype": 2, + "default": "0", "summary": "sysstat.im transactions cus invalid: 0", "scope": "global", "metric_type": 1 @@ -11939,6 +13048,7 @@ "dbms": 12, "name": "global.sysstat.im transactions downgrade", "vartype": 2, + "default": "0", "summary": "sysstat.im transactions downgrade: 0", "scope": "global", "metric_type": 1 @@ -11950,6 +13060,7 @@ "dbms": 12, "name": "global.sysstat.im transactions found invalid cu", "vartype": 2, + "default": "0", "summary": "sysstat.im transactions found invalid cu: 0", "scope": "global", "metric_type": 1 @@ -11961,6 +13072,7 @@ "dbms": 12, "name": "global.sysstat.im transactions full cleanout", "vartype": 2, + "default": "0", "summary": "sysstat.im transactions full cleanout: 0", "scope": "global", "metric_type": 1 @@ -11972,6 +13084,7 @@ "dbms": 12, "name": "global.sysstat.im transactions journal cleanout", "vartype": 2, + "default": "0", "summary": "sysstat.im transactions journal cleanout: 0", "scope": "global", "metric_type": 1 @@ -11983,6 +13096,7 @@ "dbms": 12, "name": "global.sysstat.im transactions rows invalidated", "vartype": 2, + "default": "0", "summary": "sysstat.im transactions rows invalidated: 0", "scope": "global", "metric_type": 1 @@ -11994,6 +13108,7 @@ "dbms": 12, "name": "global.sysstat.im transactions rows journaled", "vartype": 2, + "default": "0", "summary": "sysstat.im transactions rows journaled: 0", "scope": "global", "metric_type": 1 @@ -12005,6 +13120,7 @@ "dbms": 12, "name": "global.sysstat.im transactions self-cleanout no active", "vartype": 2, + "default": "0", "summary": "sysstat.im transactions self-cleanout no active: 0", "scope": "global", "metric_type": 1 @@ -12016,6 +13132,7 @@ "dbms": 12, "name": "global.sysstat.im txn zzzz spare1", "vartype": 2, + "default": "0", "summary": "sysstat.im txn zzzz spare1: 0", "scope": "global", "metric_type": 1 @@ -12027,6 +13144,7 @@ "dbms": 12, "name": "global.sysstat.im txn zzzz spare2", "vartype": 2, + "default": "0", "summary": "sysstat.im txn zzzz spare2: 0", "scope": "global", "metric_type": 1 @@ -12038,6 +13156,7 @@ "dbms": 12, "name": "global.sysstat.im txn zzzz spare3", "vartype": 2, + "default": "0", "summary": "sysstat.im txn zzzz spare3: 0", "scope": "global", "metric_type": 1 @@ -12049,6 +13168,7 @@ "dbms": 12, "name": "global.sysstat.im txn zzzz spare4", "vartype": 2, + "default": "0", "summary": "sysstat.im txn zzzz spare4: 0", "scope": "global", "metric_type": 1 @@ -12060,6 +13180,7 @@ "dbms": 12, "name": "global.sysstat.im txn zzzz spare5", "vartype": 2, + "default": "0", "summary": "sysstat.im txn zzzz spare5: 0", "scope": "global", "metric_type": 1 @@ -12071,6 +13192,7 @@ "dbms": 12, "name": "global.sysstat.im zzzz spare1", "vartype": 2, + "default": "0", "summary": "sysstat.im zzzz spare1: 0", "scope": "global", "metric_type": 1 @@ -12082,6 +13204,7 @@ "dbms": 12, "name": "global.sysstat.im zzzz spare10", "vartype": 2, + "default": "0", "summary": "sysstat.im zzzz spare10: 0", "scope": "global", "metric_type": 1 @@ -12093,6 +13216,7 @@ "dbms": 12, "name": "global.sysstat.im zzzz spare11", "vartype": 2, + "default": "0", "summary": "sysstat.im zzzz spare11: 0", "scope": "global", "metric_type": 1 @@ -12104,6 +13228,7 @@ "dbms": 12, "name": "global.sysstat.im zzzz spare12", "vartype": 2, + "default": "0", "summary": "sysstat.im zzzz spare12: 0", "scope": "global", "metric_type": 1 @@ -12115,6 +13240,7 @@ "dbms": 12, "name": "global.sysstat.im zzzz spare13", "vartype": 2, + "default": "0", "summary": "sysstat.im zzzz spare13: 0", "scope": "global", "metric_type": 1 @@ -12126,6 +13252,7 @@ "dbms": 12, "name": "global.sysstat.im zzzz spare14", "vartype": 2, + "default": "0", "summary": "sysstat.im zzzz spare14: 0", "scope": "global", "metric_type": 1 @@ -12137,6 +13264,7 @@ "dbms": 12, "name": "global.sysstat.im zzzz spare15", "vartype": 2, + "default": "0", "summary": "sysstat.im zzzz spare15: 0", "scope": "global", "metric_type": 1 @@ -12148,6 +13276,7 @@ "dbms": 12, "name": "global.sysstat.im zzzz spare16", "vartype": 2, + "default": "0", "summary": "sysstat.im zzzz spare16: 0", "scope": "global", "metric_type": 1 @@ -12159,6 +13288,7 @@ "dbms": 12, "name": "global.sysstat.im zzzz spare17", "vartype": 2, + "default": "0", "summary": "sysstat.im zzzz spare17: 0", "scope": "global", "metric_type": 1 @@ -12170,6 +13300,7 @@ "dbms": 12, "name": "global.sysstat.im zzzz spare18", "vartype": 2, + "default": "0", "summary": "sysstat.im zzzz spare18: 0", "scope": "global", "metric_type": 1 @@ -12181,6 +13312,7 @@ "dbms": 12, "name": "global.sysstat.im zzzz spare19", "vartype": 2, + "default": "0", "summary": "sysstat.im zzzz spare19: 0", "scope": "global", "metric_type": 1 @@ -12192,6 +13324,7 @@ "dbms": 12, "name": "global.sysstat.im zzzz spare2", "vartype": 2, + "default": "0", "summary": "sysstat.im zzzz spare2: 0", "scope": "global", "metric_type": 1 @@ -12203,6 +13336,7 @@ "dbms": 12, "name": "global.sysstat.im zzzz spare20", "vartype": 2, + "default": "0", "summary": "sysstat.im zzzz spare20: 0", "scope": "global", "metric_type": 1 @@ -12214,6 +13348,7 @@ "dbms": 12, "name": "global.sysstat.im zzzz spare3", "vartype": 2, + "default": "0", "summary": "sysstat.im zzzz spare3: 0", "scope": "global", "metric_type": 1 @@ -12225,6 +13360,7 @@ "dbms": 12, "name": "global.sysstat.im zzzz spare4", "vartype": 2, + "default": "0", "summary": "sysstat.im zzzz spare4: 0", "scope": "global", "metric_type": 1 @@ -12236,6 +13372,7 @@ "dbms": 12, "name": "global.sysstat.im zzzz spare5", "vartype": 2, + "default": "0", "summary": "sysstat.im zzzz spare5: 0", "scope": "global", "metric_type": 1 @@ -12247,6 +13384,7 @@ "dbms": 12, "name": "global.sysstat.im zzzz spare6", "vartype": 2, + "default": "0", "summary": "sysstat.im zzzz spare6: 0", "scope": "global", "metric_type": 1 @@ -12258,6 +13396,7 @@ "dbms": 12, "name": "global.sysstat.im zzzz spare7", "vartype": 2, + "default": "0", "summary": "sysstat.im zzzz spare7: 0", "scope": "global", "metric_type": 1 @@ -12269,6 +13408,7 @@ "dbms": 12, "name": "global.sysstat.im zzzz spare8", "vartype": 2, + "default": "0", "summary": "sysstat.im zzzz spare8: 0", "scope": "global", "metric_type": 1 @@ -12280,6 +13420,7 @@ "dbms": 12, "name": "global.sysstat.im zzzz spare9", "vartype": 2, + "default": "0", "summary": "sysstat.im zzzz spare9: 0", "scope": "global", "metric_type": 1 @@ -12291,7 +13432,8 @@ "dbms": 12, "name": "global.sysstat.immediate (cr) block cleanout applications", "vartype": 2, - "summary": "sysstat.immediate (cr) block cleanout applications: 82", + "default": "1903685", + "summary": "sysstat.immediate (cr) block cleanout applications: 1903685", "scope": "global", "metric_type": 1 }, @@ -12302,7 +13444,8 @@ "dbms": 12, "name": "global.sysstat.immediate (current) block cleanout applications", "vartype": 2, - "summary": "sysstat.immediate (current) block cleanout applications: 649", + "default": "84993", + "summary": "sysstat.immediate (current) block cleanout applications: 84993", "scope": "global", "metric_type": 1 }, @@ -12313,6 +13456,7 @@ "dbms": 12, "name": "global.sysstat.immediate cr cleanouts (index blocks)", "vartype": 2, + "default": "0", "summary": "sysstat.immediate cr cleanouts (index blocks): 0", "scope": "global", "metric_type": 1 @@ -12324,6 +13468,7 @@ "dbms": 12, "name": "global.sysstat.imu bind flushes", "vartype": 2, + "default": "0", "summary": "sysstat.imu bind flushes: 0", "scope": "global", "metric_type": 1 @@ -12335,7 +13480,8 @@ "dbms": 12, "name": "global.sysstat.imu commits", "vartype": 2, - "summary": "sysstat.imu commits: 3", + "default": "0", + "summary": "sysstat.imu commits: 0", "scope": "global", "metric_type": 1 }, @@ -12346,6 +13492,7 @@ "dbms": 12, "name": "global.sysstat.imu contention", "vartype": 2, + "default": "0", "summary": "sysstat.imu contention: 0", "scope": "global", "metric_type": 1 @@ -12357,6 +13504,7 @@ "dbms": 12, "name": "global.sysstat.imu cr rollbacks", "vartype": 2, + "default": "0", "summary": "sysstat.imu cr rollbacks: 0", "scope": "global", "metric_type": 1 @@ -12368,7 +13516,8 @@ "dbms": 12, "name": "global.sysstat.imu flushes", "vartype": 2, - "summary": "sysstat.imu flushes: 8", + "default": "0", + "summary": "sysstat.imu flushes: 0", "scope": "global", "metric_type": 1 }, @@ -12379,7 +13528,8 @@ "dbms": 12, "name": "global.sysstat.imu ktichg flush", "vartype": 2, - "summary": "sysstat.imu ktichg flush: 4", + "default": "0", + "summary": "sysstat.imu ktichg flush: 0", "scope": "global", "metric_type": 1 }, @@ -12390,6 +13540,7 @@ "dbms": 12, "name": "global.sysstat.imu mbu flush", "vartype": 2, + "default": "0", "summary": "sysstat.imu mbu flush: 0", "scope": "global", "metric_type": 1 @@ -12401,6 +13552,7 @@ "dbms": 12, "name": "global.sysstat.imu pool not allocated", "vartype": 2, + "default": "0", "summary": "sysstat.imu pool not allocated: 0", "scope": "global", "metric_type": 1 @@ -12412,6 +13564,7 @@ "dbms": 12, "name": "global.sysstat.imu recursive-transaction flush", "vartype": 2, + "default": "0", "summary": "sysstat.imu recursive-transaction flush: 0", "scope": "global", "metric_type": 1 @@ -12423,7 +13576,8 @@ "dbms": 12, "name": "global.sysstat.imu redo allocation size", "vartype": 2, - "summary": "sysstat.imu redo allocation size: 6244", + "default": "0", + "summary": "sysstat.imu redo allocation size: 0", "scope": "global", "metric_type": 1 }, @@ -12434,7 +13588,8 @@ "dbms": 12, "name": "global.sysstat.imu undo allocation size", "vartype": 2, - "summary": "sysstat.imu undo allocation size: 25712", + "default": "0", + "summary": "sysstat.imu undo allocation size: 0", "scope": "global", "metric_type": 1 }, @@ -12445,6 +13600,7 @@ "dbms": 12, "name": "global.sysstat.imu undo retention flush", "vartype": 2, + "default": "0", "summary": "sysstat.imu undo retention flush: 0", "scope": "global", "metric_type": 1 @@ -12456,6 +13612,7 @@ "dbms": 12, "name": "global.sysstat.imu- failed to get a private strand", "vartype": 2, + "default": "0", "summary": "sysstat.imu- failed to get a private strand: 0", "scope": "global", "metric_type": 1 @@ -12467,7 +13624,8 @@ "dbms": 12, "name": "global.sysstat.in call idle wait time", "vartype": 2, - "summary": "sysstat.in call idle wait time: 160229", + "default": "43796832", + "summary": "sysstat.in call idle wait time: 43796832", "scope": "global", "metric_type": 1 }, @@ -12478,6 +13636,7 @@ "dbms": 12, "name": "global.sysstat.index cmph cu, uncomp sentinels", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph cu, uncomp sentinels: 0", "scope": "global", "metric_type": 1 @@ -12489,6 +13648,7 @@ "dbms": 12, "name": "global.sysstat.index cmph dm, cu lock expand", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph dm, cu lock expand: 0", "scope": "global", "metric_type": 1 @@ -12500,6 +13660,7 @@ "dbms": 12, "name": "global.sysstat.index cmph dm, cu migrate row", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph dm, cu migrate row: 0", "scope": "global", "metric_type": 1 @@ -12511,6 +13672,7 @@ "dbms": 12, "name": "global.sysstat.index cmph dm, insert unpurge cu row", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph dm, insert unpurge cu row: 0", "scope": "global", "metric_type": 1 @@ -12522,6 +13684,7 @@ "dbms": 12, "name": "global.sysstat.index cmph dm, purge dummy cu", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph dm, purge dummy cu: 0", "scope": "global", "metric_type": 1 @@ -12533,6 +13696,7 @@ "dbms": 12, "name": "global.sysstat.index cmph dm, split for cu lock expand", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph dm, split for cu lock expand: 0", "scope": "global", "metric_type": 1 @@ -12544,6 +13708,7 @@ "dbms": 12, "name": "global.sysstat.index cmph dm, split for cu migrate row", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph dm, split for cu migrate row: 0", "scope": "global", "metric_type": 1 @@ -12555,6 +13720,7 @@ "dbms": 12, "name": "global.sysstat.index cmph ld, cu fit", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph ld, cu fit: 0", "scope": "global", "metric_type": 1 @@ -12566,6 +13732,7 @@ "dbms": 12, "name": "global.sysstat.index cmph ld, cu fit, add rows", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph ld, cu fit, add rows: 0", "scope": "global", "metric_type": 1 @@ -12577,6 +13744,7 @@ "dbms": 12, "name": "global.sysstat.index cmph ld, cu negative comp", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph ld, cu negative comp: 0", "scope": "global", "metric_type": 1 @@ -12588,6 +13756,7 @@ "dbms": 12, "name": "global.sysstat.index cmph ld, cu over-est", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph ld, cu over-est: 0", "scope": "global", "metric_type": 1 @@ -12599,6 +13768,7 @@ "dbms": 12, "name": "global.sysstat.index cmph ld, cu under-est", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph ld, cu under-est: 0", "scope": "global", "metric_type": 1 @@ -12610,6 +13780,7 @@ "dbms": 12, "name": "global.sysstat.index cmph ld, infinite loop", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph ld, infinite loop: 0", "scope": "global", "metric_type": 1 @@ -12621,6 +13792,7 @@ "dbms": 12, "name": "global.sysstat.index cmph ld, lf blks flushed", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph ld, lf blks flushed: 0", "scope": "global", "metric_type": 1 @@ -12632,6 +13804,7 @@ "dbms": 12, "name": "global.sysstat.index cmph ld, lf blks w/ und cu", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph ld, lf blks w/ und cu: 0", "scope": "global", "metric_type": 1 @@ -12643,6 +13816,7 @@ "dbms": 12, "name": "global.sysstat.index cmph ld, lf blks w/o cu", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph ld, lf blks w/o cu: 0", "scope": "global", "metric_type": 1 @@ -12654,6 +13828,7 @@ "dbms": 12, "name": "global.sysstat.index cmph ld, lf blks w/o unc r", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph ld, lf blks w/o unc r: 0", "scope": "global", "metric_type": 1 @@ -12665,6 +13840,7 @@ "dbms": 12, "name": "global.sysstat.index cmph ld, retry in over-est", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph ld, retry in over-est: 0", "scope": "global", "metric_type": 1 @@ -12676,6 +13852,7 @@ "dbms": 12, "name": "global.sysstat.index cmph ld, rows compressed", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph ld, rows compressed: 0", "scope": "global", "metric_type": 1 @@ -12687,6 +13864,7 @@ "dbms": 12, "name": "global.sysstat.index cmph ld, rows uncompressed", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph ld, rows uncompressed: 0", "scope": "global", "metric_type": 1 @@ -12698,6 +13876,7 @@ "dbms": 12, "name": "global.sysstat.index cmph sc, ffs decomp buffers", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph sc, ffs decomp buffers: 0", "scope": "global", "metric_type": 1 @@ -12709,6 +13888,7 @@ "dbms": 12, "name": "global.sysstat.index cmph sc, ffs decomp buffers released and found valid", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph sc, ffs decomp buffers released and found valid: 0", "scope": "global", "metric_type": 1 @@ -12720,6 +13900,7 @@ "dbms": 12, "name": "global.sysstat.index cmph sc, ffs decomp buffers rows avail", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph sc, ffs decomp buffers rows avail: 0", "scope": "global", "metric_type": 1 @@ -12731,6 +13912,7 @@ "dbms": 12, "name": "global.sysstat.index cmph sc, ffs decomp buffers rows used", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph sc, ffs decomp buffers rows used: 0", "scope": "global", "metric_type": 1 @@ -12742,6 +13924,7 @@ "dbms": 12, "name": "global.sysstat.index cmph sc, ffs decomp failures", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph sc, ffs decomp failures: 0", "scope": "global", "metric_type": 1 @@ -12753,6 +13936,7 @@ "dbms": 12, "name": "global.sysstat.index cmph sp, leaf 90_10 failed", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph sp, leaf 90_10 failed: 0", "scope": "global", "metric_type": 1 @@ -12764,6 +13948,7 @@ "dbms": 12, "name": "global.sysstat.index cmph sp, leaf norecomp limit", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph sp, leaf norecomp limit: 0", "scope": "global", "metric_type": 1 @@ -12775,6 +13960,7 @@ "dbms": 12, "name": "global.sysstat.index cmph sp, leaf norecomp negcomp", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph sp, leaf norecomp negcomp: 0", "scope": "global", "metric_type": 1 @@ -12786,6 +13972,7 @@ "dbms": 12, "name": "global.sysstat.index cmph sp, leaf norecomp nospace", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph sp, leaf norecomp nospace: 0", "scope": "global", "metric_type": 1 @@ -12797,6 +13984,7 @@ "dbms": 12, "name": "global.sysstat.index cmph sp, leaf norecomp notry", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph sp, leaf norecomp notry: 0", "scope": "global", "metric_type": 1 @@ -12808,6 +13996,7 @@ "dbms": 12, "name": "global.sysstat.index cmph sp, leaf norecomp oversize", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph sp, leaf norecomp oversize: 0", "scope": "global", "metric_type": 1 @@ -12819,6 +14008,7 @@ "dbms": 12, "name": "global.sysstat.index cmph sp, leaf norecomp zerocur", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph sp, leaf norecomp zerocur: 0", "scope": "global", "metric_type": 1 @@ -12830,6 +14020,7 @@ "dbms": 12, "name": "global.sysstat.index cmph sp, leaf recomp fewer ucs", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph sp, leaf recomp fewer ucs: 0", "scope": "global", "metric_type": 1 @@ -12841,6 +14032,7 @@ "dbms": 12, "name": "global.sysstat.index cmph sp, leaf recomp zero ucs", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph sp, leaf recomp zero ucs: 0", "scope": "global", "metric_type": 1 @@ -12852,6 +14044,7 @@ "dbms": 12, "name": "global.sysstat.index cmph sp, leaf recompress", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph sp, leaf recompress: 0", "scope": "global", "metric_type": 1 @@ -12863,6 +14056,7 @@ "dbms": 12, "name": "global.sysstat.index cmph sp, recomp buf0", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph sp, recomp buf0: 0", "scope": "global", "metric_type": 1 @@ -12874,6 +14068,7 @@ "dbms": 12, "name": "global.sysstat.index cmph sp, recomp buf1", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph sp, recomp buf1: 0", "scope": "global", "metric_type": 1 @@ -12885,6 +14080,7 @@ "dbms": 12, "name": "global.sysstat.index cmph sp, recomp buf2", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph sp, recomp buf2: 0", "scope": "global", "metric_type": 1 @@ -12896,6 +14092,7 @@ "dbms": 12, "name": "global.sysstat.index cmph sp, recomp buf3", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph sp, recomp buf3: 0", "scope": "global", "metric_type": 1 @@ -12907,6 +14104,7 @@ "dbms": 12, "name": "global.sysstat.index cmph sp, recomp buf4", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph sp, recomp buf4: 0", "scope": "global", "metric_type": 1 @@ -12918,6 +14116,7 @@ "dbms": 12, "name": "global.sysstat.index cmph sp, recomp buf5", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph sp, recomp buf5: 0", "scope": "global", "metric_type": 1 @@ -12929,6 +14128,7 @@ "dbms": 12, "name": "global.sysstat.index cmph sp, recomp localmem0", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph sp, recomp localmem0: 0", "scope": "global", "metric_type": 1 @@ -12940,6 +14140,7 @@ "dbms": 12, "name": "global.sysstat.index cmph sp, recomp localmem1", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph sp, recomp localmem1: 0", "scope": "global", "metric_type": 1 @@ -12951,6 +14152,7 @@ "dbms": 12, "name": "global.sysstat.index cmph sp, recomp localmem2", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph sp, recomp localmem2: 0", "scope": "global", "metric_type": 1 @@ -12962,6 +14164,7 @@ "dbms": 12, "name": "global.sysstat.index cmph sp, recomp localmem3", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph sp, recomp localmem3: 0", "scope": "global", "metric_type": 1 @@ -12973,6 +14176,7 @@ "dbms": 12, "name": "global.sysstat.index cmph sp, recomp localmem4", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph sp, recomp localmem4: 0", "scope": "global", "metric_type": 1 @@ -12984,6 +14188,7 @@ "dbms": 12, "name": "global.sysstat.index cmph sp, recomp localmem5", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph sp, recomp localmem5: 0", "scope": "global", "metric_type": 1 @@ -12995,6 +14200,7 @@ "dbms": 12, "name": "global.sysstat.index cmpl co, prefix mismatch", "vartype": 2, + "default": "0", "summary": "sysstat.index cmpl co, prefix mismatch: 0", "scope": "global", "metric_type": 1 @@ -13006,6 +14212,7 @@ "dbms": 12, "name": "global.sysstat.index cmpl ro, blocks not compressed", "vartype": 2, + "default": "0", "summary": "sysstat.index cmpl ro, blocks not compressed: 0", "scope": "global", "metric_type": 1 @@ -13017,6 +14224,7 @@ "dbms": 12, "name": "global.sysstat.index cmpl ro, prefix change at block", "vartype": 2, + "default": "0", "summary": "sysstat.index cmpl ro, prefix change at block: 0", "scope": "global", "metric_type": 1 @@ -13028,6 +14236,7 @@ "dbms": 12, "name": "global.sysstat.index cmpl ro, prefix no change at block", "vartype": 2, + "default": "0", "summary": "sysstat.index cmpl ro, prefix no change at block: 0", "scope": "global", "metric_type": 1 @@ -13039,6 +14248,7 @@ "dbms": 12, "name": "global.sysstat.index cmpl ro, reorg avoid load new block", "vartype": 2, + "default": "0", "summary": "sysstat.index cmpl ro, reorg avoid load new block: 0", "scope": "global", "metric_type": 1 @@ -13050,6 +14260,7 @@ "dbms": 12, "name": "global.sysstat.index cmpl ro, reorg avoid split", "vartype": 2, + "default": "0", "summary": "sysstat.index cmpl ro, reorg avoid split: 0", "scope": "global", "metric_type": 1 @@ -13061,6 +14272,7 @@ "dbms": 12, "name": "global.sysstat.index crx upgrade (found)", "vartype": 2, + "default": "0", "summary": "sysstat.index crx upgrade (found): 0", "scope": "global", "metric_type": 1 @@ -13072,7 +14284,8 @@ "dbms": 12, "name": "global.sysstat.index crx upgrade (positioned)", "vartype": 2, - "summary": "sysstat.index crx upgrade (positioned): 1", + "default": "145288", + "summary": "sysstat.index crx upgrade (positioned): 145288", "scope": "global", "metric_type": 1 }, @@ -13083,7 +14296,8 @@ "dbms": 12, "name": "global.sysstat.index crx upgrade (prefetch)", "vartype": 2, - "summary": "sysstat.index crx upgrade (prefetch): 0", + "default": "110", + "summary": "sysstat.index crx upgrade (prefetch): 110", "scope": "global", "metric_type": 1 }, @@ -13094,6 +14308,7 @@ "dbms": 12, "name": "global.sysstat.index fast full scans (direct read)", "vartype": 2, + "default": "0", "summary": "sysstat.index fast full scans (direct read): 0", "scope": "global", "metric_type": 1 @@ -13105,7 +14320,8 @@ "dbms": 12, "name": "global.sysstat.index fast full scans (full)", "vartype": 2, - "summary": "sysstat.index fast full scans (full): 315", + "default": "4810", + "summary": "sysstat.index fast full scans (full): 4810", "scope": "global", "metric_type": 1 }, @@ -13116,7 +14332,8 @@ "dbms": 12, "name": "global.sysstat.index fast full scans (rowid ranges)", "vartype": 2, - "summary": "sysstat.index fast full scans (rowid ranges): 0", + "default": "632", + "summary": "sysstat.index fast full scans (rowid ranges): 632", "scope": "global", "metric_type": 1 }, @@ -13127,7 +14344,8 @@ "dbms": 12, "name": "global.sysstat.index fetch by key", "vartype": 2, - "summary": "sysstat.index fetch by key: 41136", + "default": "3399262", + "summary": "sysstat.index fetch by key: 3399262", "scope": "global", "metric_type": 1 }, @@ -13138,6 +14356,7 @@ "dbms": 12, "name": "global.sysstat.index reclamation/extension switch", "vartype": 2, + "default": "0", "summary": "sysstat.index reclamation/extension switch: 0", "scope": "global", "metric_type": 1 @@ -13149,7 +14368,8 @@ "dbms": 12, "name": "global.sysstat.index scans kdiixs1", "vartype": 2, - "summary": "sysstat.index scans kdiixs1: 29077", + "default": "2932791", + "summary": "sysstat.index scans kdiixs1: 2932791", "scope": "global", "metric_type": 1 }, @@ -13160,6 +14380,7 @@ "dbms": 12, "name": "global.sysstat.index split cancel op set", "vartype": 2, + "default": "0", "summary": "sysstat.index split cancel op set: 0", "scope": "global", "metric_type": 1 @@ -13171,6 +14392,7 @@ "dbms": 12, "name": "global.sysstat.index split cancel wait clean", "vartype": 2, + "default": "0", "summary": "sysstat.index split cancel wait clean: 0", "scope": "global", "metric_type": 1 @@ -13182,7 +14404,8 @@ "dbms": 12, "name": "global.sysstat.index split cancel wait noclean", "vartype": 2, - "summary": "sysstat.index split cancel wait noclean: 0", + "default": "4", + "summary": "sysstat.index split cancel wait noclean: 4", "scope": "global", "metric_type": 1 }, @@ -13193,6 +14416,7 @@ "dbms": 12, "name": "global.sysstat.ipc cpu used by this session", "vartype": 2, + "default": "0", "summary": "sysstat.ipc cpu used by this session: 0", "scope": "global", "metric_type": 1 @@ -13204,6 +14428,7 @@ "dbms": 12, "name": "global.sysstat.java call heap collected bytes", "vartype": 2, + "default": "0", "summary": "sysstat.java call heap collected bytes: 0", "scope": "global", "metric_type": 1 @@ -13215,6 +14440,7 @@ "dbms": 12, "name": "global.sysstat.java call heap collected count", "vartype": 2, + "default": "0", "summary": "sysstat.java call heap collected count: 0", "scope": "global", "metric_type": 1 @@ -13226,6 +14452,7 @@ "dbms": 12, "name": "global.sysstat.java call heap gc count", "vartype": 2, + "default": "0", "summary": "sysstat.java call heap gc count: 0", "scope": "global", "metric_type": 1 @@ -13237,6 +14464,7 @@ "dbms": 12, "name": "global.sysstat.java call heap live object count", "vartype": 2, + "default": "0", "summary": "sysstat.java call heap live object count: 0", "scope": "global", "metric_type": 1 @@ -13248,6 +14476,7 @@ "dbms": 12, "name": "global.sysstat.java call heap live object count max", "vartype": 2, + "default": "0", "summary": "sysstat.java call heap live object count max: 0", "scope": "global", "metric_type": 1 @@ -13259,6 +14488,7 @@ "dbms": 12, "name": "global.sysstat.java call heap live size", "vartype": 2, + "default": "0", "summary": "sysstat.java call heap live size: 0", "scope": "global", "metric_type": 1 @@ -13270,6 +14500,7 @@ "dbms": 12, "name": "global.sysstat.java call heap live size max", "vartype": 2, + "default": "0", "summary": "sysstat.java call heap live size max: 0", "scope": "global", "metric_type": 1 @@ -13281,6 +14512,7 @@ "dbms": 12, "name": "global.sysstat.java call heap object count", "vartype": 2, + "default": "0", "summary": "sysstat.java call heap object count: 0", "scope": "global", "metric_type": 1 @@ -13292,6 +14524,7 @@ "dbms": 12, "name": "global.sysstat.java call heap object count max", "vartype": 2, + "default": "0", "summary": "sysstat.java call heap object count max: 0", "scope": "global", "metric_type": 1 @@ -13303,6 +14536,7 @@ "dbms": 12, "name": "global.sysstat.java call heap total size", "vartype": 2, + "default": "0", "summary": "sysstat.java call heap total size: 0", "scope": "global", "metric_type": 1 @@ -13314,6 +14548,7 @@ "dbms": 12, "name": "global.sysstat.java call heap total size max", "vartype": 2, + "default": "0", "summary": "sysstat.java call heap total size max: 0", "scope": "global", "metric_type": 1 @@ -13325,6 +14560,7 @@ "dbms": 12, "name": "global.sysstat.java call heap used size", "vartype": 2, + "default": "0", "summary": "sysstat.java call heap used size: 0", "scope": "global", "metric_type": 1 @@ -13336,6 +14572,7 @@ "dbms": 12, "name": "global.sysstat.java call heap used size max", "vartype": 2, + "default": "0", "summary": "sysstat.java call heap used size max: 0", "scope": "global", "metric_type": 1 @@ -13347,6 +14584,7 @@ "dbms": 12, "name": "global.sysstat.java session heap collected bytes", "vartype": 2, + "default": "0", "summary": "sysstat.java session heap collected bytes: 0", "scope": "global", "metric_type": 1 @@ -13358,6 +14596,7 @@ "dbms": 12, "name": "global.sysstat.java session heap collected count", "vartype": 2, + "default": "0", "summary": "sysstat.java session heap collected count: 0", "scope": "global", "metric_type": 1 @@ -13369,6 +14608,7 @@ "dbms": 12, "name": "global.sysstat.java session heap gc count", "vartype": 2, + "default": "0", "summary": "sysstat.java session heap gc count: 0", "scope": "global", "metric_type": 1 @@ -13380,6 +14620,7 @@ "dbms": 12, "name": "global.sysstat.java session heap live object count", "vartype": 2, + "default": "0", "summary": "sysstat.java session heap live object count: 0", "scope": "global", "metric_type": 1 @@ -13391,6 +14632,7 @@ "dbms": 12, "name": "global.sysstat.java session heap live object count max", "vartype": 2, + "default": "0", "summary": "sysstat.java session heap live object count max: 0", "scope": "global", "metric_type": 1 @@ -13402,6 +14644,7 @@ "dbms": 12, "name": "global.sysstat.java session heap live size", "vartype": 2, + "default": "0", "summary": "sysstat.java session heap live size: 0", "scope": "global", "metric_type": 1 @@ -13413,6 +14656,7 @@ "dbms": 12, "name": "global.sysstat.java session heap live size max", "vartype": 2, + "default": "0", "summary": "sysstat.java session heap live size max: 0", "scope": "global", "metric_type": 1 @@ -13424,6 +14668,7 @@ "dbms": 12, "name": "global.sysstat.java session heap object count", "vartype": 2, + "default": "0", "summary": "sysstat.java session heap object count: 0", "scope": "global", "metric_type": 1 @@ -13435,6 +14680,7 @@ "dbms": 12, "name": "global.sysstat.java session heap object count max", "vartype": 2, + "default": "0", "summary": "sysstat.java session heap object count max: 0", "scope": "global", "metric_type": 1 @@ -13446,6 +14692,7 @@ "dbms": 12, "name": "global.sysstat.java session heap used size", "vartype": 2, + "default": "0", "summary": "sysstat.java session heap used size: 0", "scope": "global", "metric_type": 1 @@ -13457,6 +14704,7 @@ "dbms": 12, "name": "global.sysstat.java session heap used size max", "vartype": 2, + "default": "0", "summary": "sysstat.java session heap used size max: 0", "scope": "global", "metric_type": 1 @@ -13468,6 +14716,7 @@ "dbms": 12, "name": "global.sysstat.ka grants received", "vartype": 2, + "default": "0", "summary": "sysstat.ka grants received: 0", "scope": "global", "metric_type": 1 @@ -13479,6 +14728,7 @@ "dbms": 12, "name": "global.sysstat.ka local message waits", "vartype": 2, + "default": "0", "summary": "sysstat.ka local message waits: 0", "scope": "global", "metric_type": 1 @@ -13490,6 +14740,7 @@ "dbms": 12, "name": "global.sysstat.ka local messages received", "vartype": 2, + "default": "0", "summary": "sysstat.ka local messages received: 0", "scope": "global", "metric_type": 1 @@ -13501,6 +14752,7 @@ "dbms": 12, "name": "global.sysstat.ka messages sent", "vartype": 2, + "default": "0", "summary": "sysstat.ka messages sent: 0", "scope": "global", "metric_type": 1 @@ -13512,6 +14764,7 @@ "dbms": 12, "name": "global.sysstat.ka wait calls attempted", "vartype": 2, + "default": "0", "summary": "sysstat.ka wait calls attempted: 0", "scope": "global", "metric_type": 1 @@ -13523,6 +14776,7 @@ "dbms": 12, "name": "global.sysstat.ka wait calls for invalid kga", "vartype": 2, + "default": "0", "summary": "sysstat.ka wait calls for invalid kga: 0", "scope": "global", "metric_type": 1 @@ -13534,6 +14788,7 @@ "dbms": 12, "name": "global.sysstat.ka wait calls other", "vartype": 2, + "default": "0", "summary": "sysstat.ka wait calls other: 0", "scope": "global", "metric_type": 1 @@ -13545,6 +14800,7 @@ "dbms": 12, "name": "global.sysstat.ka wait calls suppressed", "vartype": 2, + "default": "0", "summary": "sysstat.ka wait calls suppressed: 0", "scope": "global", "metric_type": 1 @@ -13556,6 +14812,7 @@ "dbms": 12, "name": "global.sysstat.ka wait due to timeout", "vartype": 2, + "default": "0", "summary": "sysstat.ka wait due to timeout: 0", "scope": "global", "metric_type": 1 @@ -13567,6 +14824,7 @@ "dbms": 12, "name": "global.sysstat.ka wait due to trigger", "vartype": 2, + "default": "0", "summary": "sysstat.ka wait due to trigger: 0", "scope": "global", "metric_type": 1 @@ -13578,6 +14836,7 @@ "dbms": 12, "name": "global.sysstat.key vector cas merge abort", "vartype": 2, + "default": "0", "summary": "sysstat.key vector cas merge abort: 0", "scope": "global", "metric_type": 1 @@ -13589,6 +14848,7 @@ "dbms": 12, "name": "global.sysstat.key vector cas merge locking retrial", "vartype": 2, + "default": "0", "summary": "sysstat.key vector cas merge locking retrial: 0", "scope": "global", "metric_type": 1 @@ -13600,6 +14860,7 @@ "dbms": 12, "name": "global.sysstat.key vector cas merge operations", "vartype": 2, + "default": "0", "summary": "sysstat.key vector cas merge operations: 0", "scope": "global", "metric_type": 1 @@ -13611,6 +14872,7 @@ "dbms": 12, "name": "global.sysstat.key vector cu codes processed", "vartype": 2, + "default": "0", "summary": "sysstat.key vector cu codes processed: 0", "scope": "global", "metric_type": 1 @@ -13622,6 +14884,7 @@ "dbms": 12, "name": "global.sysstat.key vector cus filtered", "vartype": 2, + "default": "0", "summary": "sysstat.key vector cus filtered: 0", "scope": "global", "metric_type": 1 @@ -13633,6 +14896,7 @@ "dbms": 12, "name": "global.sysstat.key vector cus min/max filtered", "vartype": 2, + "default": "0", "summary": "sysstat.key vector cus min/max filtered: 0", "scope": "global", "metric_type": 1 @@ -13644,6 +14908,7 @@ "dbms": 12, "name": "global.sysstat.key vector cus processed using cached packed numbers", "vartype": 2, + "default": "0", "summary": "sysstat.key vector cus processed using cached packed numbers: 0", "scope": "global", "metric_type": 1 @@ -13655,6 +14920,7 @@ "dbms": 12, "name": "global.sysstat.key vector dgk batch parcels", "vartype": 2, + "default": "0", "summary": "sysstat.key vector dgk batch parcels: 0", "scope": "global", "metric_type": 1 @@ -13666,6 +14932,7 @@ "dbms": 12, "name": "global.sysstat.key vector dgk range parcels", "vartype": 2, + "default": "0", "summary": "sysstat.key vector dgk range parcels: 0", "scope": "global", "metric_type": 1 @@ -13677,6 +14944,7 @@ "dbms": 12, "name": "global.sysstat.key vector filtered on cell", "vartype": 2, + "default": "0", "summary": "sysstat.key vector filtered on cell: 0", "scope": "global", "metric_type": 1 @@ -13688,6 +14956,7 @@ "dbms": 12, "name": "global.sysstat.key vector non cas merge operations", "vartype": 2, + "default": "0", "summary": "sysstat.key vector non cas merge operations: 0", "scope": "global", "metric_type": 1 @@ -13699,6 +14968,7 @@ "dbms": 12, "name": "global.sysstat.key vector probed on cell", "vartype": 2, + "default": "0", "summary": "sysstat.key vector probed on cell: 0", "scope": "global", "metric_type": 1 @@ -13710,6 +14980,7 @@ "dbms": 12, "name": "global.sysstat.key vector queries", "vartype": 2, + "default": "0", "summary": "sysstat.key vector queries: 0", "scope": "global", "metric_type": 1 @@ -13721,6 +14992,7 @@ "dbms": 12, "name": "global.sysstat.key vector rows filtered", "vartype": 2, + "default": "0", "summary": "sysstat.key vector rows filtered: 0", "scope": "global", "metric_type": 1 @@ -13732,6 +15004,7 @@ "dbms": 12, "name": "global.sysstat.key vector rows processed by code", "vartype": 2, + "default": "0", "summary": "sysstat.key vector rows processed by code: 0", "scope": "global", "metric_type": 1 @@ -13743,6 +15016,7 @@ "dbms": 12, "name": "global.sysstat.key vector rows processed by value", "vartype": 2, + "default": "0", "summary": "sysstat.key vector rows processed by value: 0", "scope": "global", "metric_type": 1 @@ -13754,6 +15028,7 @@ "dbms": 12, "name": "global.sysstat.key vector serializations for cell", "vartype": 2, + "default": "0", "summary": "sysstat.key vector serializations for cell: 0", "scope": "global", "metric_type": 1 @@ -13765,6 +15040,7 @@ "dbms": 12, "name": "global.sysstat.key vector serializations in lite mode for cell", "vartype": 2, + "default": "0", "summary": "sysstat.key vector serializations in lite mode for cell: 0", "scope": "global", "metric_type": 1 @@ -13776,6 +15052,7 @@ "dbms": 12, "name": "global.sysstat.key vector stubs created", "vartype": 2, + "default": "0", "summary": "sysstat.key vector stubs created: 0", "scope": "global", "metric_type": 1 @@ -13787,6 +15064,7 @@ "dbms": 12, "name": "global.sysstat.key vectors bypassed", "vartype": 2, + "default": "0", "summary": "sysstat.key vectors bypassed: 0", "scope": "global", "metric_type": 1 @@ -13798,6 +15076,7 @@ "dbms": 12, "name": "global.sysstat.key vectors created", "vartype": 2, + "default": "0", "summary": "sysstat.key vectors created: 0", "scope": "global", "metric_type": 1 @@ -13809,6 +15088,7 @@ "dbms": 12, "name": "global.sysstat.key vectors created (2 byte wide)", "vartype": 2, + "default": "0", "summary": "sysstat.key vectors created (2 byte wide): 0", "scope": "global", "metric_type": 1 @@ -13820,6 +15100,7 @@ "dbms": 12, "name": "global.sysstat.key vectors created (4 byte wide)", "vartype": 2, + "default": "0", "summary": "sysstat.key vectors created (4 byte wide): 0", "scope": "global", "metric_type": 1 @@ -13831,6 +15112,7 @@ "dbms": 12, "name": "global.sysstat.key vectors created (bit wide)", "vartype": 2, + "default": "0", "summary": "sysstat.key vectors created (bit wide): 0", "scope": "global", "metric_type": 1 @@ -13842,6 +15124,7 @@ "dbms": 12, "name": "global.sysstat.key vectors created (byte wide)", "vartype": 2, + "default": "0", "summary": "sysstat.key vectors created (byte wide): 0", "scope": "global", "metric_type": 1 @@ -13853,6 +15136,7 @@ "dbms": 12, "name": "global.sysstat.key vectors created (doubly indirect layout)", "vartype": 2, + "default": "0", "summary": "sysstat.key vectors created (doubly indirect layout): 0", "scope": "global", "metric_type": 1 @@ -13864,6 +15148,7 @@ "dbms": 12, "name": "global.sysstat.key vectors created (hash layout)", "vartype": 2, + "default": "0", "summary": "sysstat.key vectors created (hash layout): 0", "scope": "global", "metric_type": 1 @@ -13875,6 +15160,7 @@ "dbms": 12, "name": "global.sysstat.key vectors created (indirect layout)", "vartype": 2, + "default": "0", "summary": "sysstat.key vectors created (indirect layout): 0", "scope": "global", "metric_type": 1 @@ -13886,6 +15172,7 @@ "dbms": 12, "name": "global.sysstat.key vectors created (nibble wide)", "vartype": 2, + "default": "0", "summary": "sysstat.key vectors created (nibble wide): 0", "scope": "global", "metric_type": 1 @@ -13897,6 +15184,7 @@ "dbms": 12, "name": "global.sysstat.key vectors created (offset layout)", "vartype": 2, + "default": "0", "summary": "sysstat.key vectors created (offset layout): 0", "scope": "global", "metric_type": 1 @@ -13908,6 +15196,7 @@ "dbms": 12, "name": "global.sysstat.key vectors created (simple layout)", "vartype": 2, + "default": "0", "summary": "sysstat.key vectors created (simple layout): 0", "scope": "global", "metric_type": 1 @@ -13919,6 +15208,7 @@ "dbms": 12, "name": "global.sysstat.key vectors sent to cell", "vartype": 2, + "default": "0", "summary": "sysstat.key vectors sent to cell: 0", "scope": "global", "metric_type": 1 @@ -13930,6 +15220,7 @@ "dbms": 12, "name": "global.sysstat.key vectors sent to cell in lite mode due to layout", "vartype": 2, + "default": "0", "summary": "sysstat.key vectors sent to cell in lite mode due to layout: 0", "scope": "global", "metric_type": 1 @@ -13941,6 +15232,7 @@ "dbms": 12, "name": "global.sysstat.key vectors sent to cell in lite mode due to quota", "vartype": 2, + "default": "0", "summary": "sysstat.key vectors sent to cell in lite mode due to quota: 0", "scope": "global", "metric_type": 1 @@ -13952,6 +15244,7 @@ "dbms": 12, "name": "global.sysstat.ktfb alloc myinst", "vartype": 2, + "default": "0", "summary": "sysstat.ktfb alloc myinst: 0", "scope": "global", "metric_type": 1 @@ -13963,7 +15256,8 @@ "dbms": 12, "name": "global.sysstat.ktfb alloc req", "vartype": 2, - "summary": "sysstat.ktfb alloc req: 24", + "default": "321", + "summary": "sysstat.ktfb alloc req: 321", "scope": "global", "metric_type": 1 }, @@ -13974,6 +15268,7 @@ "dbms": 12, "name": "global.sysstat.ktfb alloc search ffb", "vartype": 2, + "default": "0", "summary": "sysstat.ktfb alloc search ffb: 0", "scope": "global", "metric_type": 1 @@ -13985,7 +15280,8 @@ "dbms": 12, "name": "global.sysstat.ktfb alloc space (block)", "vartype": 2, - "summary": "sysstat.ktfb alloc space (block): 6488064", + "default": "64290816", + "summary": "sysstat.ktfb alloc space (block): 64290816", "scope": "global", "metric_type": 1 }, @@ -13996,6 +15292,7 @@ "dbms": 12, "name": "global.sysstat.ktfb alloc steal", "vartype": 2, + "default": "0", "summary": "sysstat.ktfb alloc steal: 0", "scope": "global", "metric_type": 1 @@ -14007,7 +15304,8 @@ "dbms": 12, "name": "global.sysstat.ktfb alloc time (ms)", "vartype": 2, - "summary": "sysstat.ktfb alloc time (ms): 2578", + "default": "140898", + "summary": "sysstat.ktfb alloc time (ms): 140898", "scope": "global", "metric_type": 1 }, @@ -14018,7 +15316,8 @@ "dbms": 12, "name": "global.sysstat.ktfb apply req", "vartype": 2, - "summary": "sysstat.ktfb apply req: 23", + "default": "198", + "summary": "sysstat.ktfb apply req: 198", "scope": "global", "metric_type": 1 }, @@ -14029,7 +15328,8 @@ "dbms": 12, "name": "global.sysstat.ktfb apply time (ms)", "vartype": 2, - "summary": "sysstat.ktfb apply time (ms): 1855", + "default": "6517", + "summary": "sysstat.ktfb apply time (ms): 6517", "scope": "global", "metric_type": 1 }, @@ -14040,7 +15340,8 @@ "dbms": 12, "name": "global.sysstat.ktfb commit req", "vartype": 2, - "summary": "sysstat.ktfb commit req: 4", + "default": "139", + "summary": "sysstat.ktfb commit req: 139", "scope": "global", "metric_type": 1 }, @@ -14051,7 +15352,8 @@ "dbms": 12, "name": "global.sysstat.ktfb commit time (ms)", "vartype": 2, - "summary": "sysstat.ktfb commit time (ms): 978", + "default": "5958", + "summary": "sysstat.ktfb commit time (ms): 5958", "scope": "global", "metric_type": 1 }, @@ -14062,7 +15364,8 @@ "dbms": 12, "name": "global.sysstat.ktfb free req", "vartype": 2, - "summary": "sysstat.ktfb free req: 16", + "default": "284", + "summary": "sysstat.ktfb free req: 284", "scope": "global", "metric_type": 1 }, @@ -14073,7 +15376,8 @@ "dbms": 12, "name": "global.sysstat.ktfb free space (block)", "vartype": 2, - "summary": "sysstat.ktfb free space (block): 136", + "default": "14808", + "summary": "sysstat.ktfb free space (block): 14808", "scope": "global", "metric_type": 1 }, @@ -14084,7 +15388,8 @@ "dbms": 12, "name": "global.sysstat.ktfb free time (ms)", "vartype": 2, - "summary": "sysstat.ktfb free time (ms): 1292", + "default": "103", + "summary": "sysstat.ktfb free time (ms): 103", "scope": "global", "metric_type": 1 }, @@ -14095,6 +15400,7 @@ "dbms": 12, "name": "global.sysstat.large tracked transactions", "vartype": 2, + "default": "0", "summary": "sysstat.large tracked transactions: 0", "scope": "global", "metric_type": 1 @@ -14106,7 +15412,8 @@ "dbms": 12, "name": "global.sysstat.leaf node 90-10 splits", "vartype": 2, - "summary": "sysstat.leaf node 90-10 splits: 0", + "default": "1053", + "summary": "sysstat.leaf node 90-10 splits: 1053", "scope": "global", "metric_type": 1 }, @@ -14117,7 +15424,8 @@ "dbms": 12, "name": "global.sysstat.leaf node splits", "vartype": 2, - "summary": "sysstat.leaf node splits: 1", + "default": "1629", + "summary": "sysstat.leaf node splits: 1629", "scope": "global", "metric_type": 1 }, @@ -14128,7 +15436,8 @@ "dbms": 12, "name": "global.sysstat.lob reads", "vartype": 2, - "summary": "sysstat.lob reads: 30", + "default": "1503665", + "summary": "sysstat.lob reads: 1503665", "scope": "global", "metric_type": 1 }, @@ -14139,7 +15448,8 @@ "dbms": 12, "name": "global.sysstat.lob table id lookup cache misses", "vartype": 2, - "summary": "sysstat.lob table id lookup cache misses: 0", + "default": "2566", + "summary": "sysstat.lob table id lookup cache misses: 2566", "scope": "global", "metric_type": 1 }, @@ -14150,7 +15460,8 @@ "dbms": 12, "name": "global.sysstat.lob writes", "vartype": 2, - "summary": "sysstat.lob writes: 4", + "default": "47970", + "summary": "sysstat.lob writes: 47970", "scope": "global", "metric_type": 1 }, @@ -14161,7 +15472,8 @@ "dbms": 12, "name": "global.sysstat.lob writes unaligned", "vartype": 2, - "summary": "sysstat.lob writes unaligned: 4", + "default": "39810", + "summary": "sysstat.lob writes unaligned: 39810", "scope": "global", "metric_type": 1 }, @@ -14172,6 +15484,7 @@ "dbms": 12, "name": "global.sysstat.local undo segment hints helped", "vartype": 2, + "default": "0", "summary": "sysstat.local undo segment hints helped: 0", "scope": "global", "metric_type": 1 @@ -14183,6 +15496,7 @@ "dbms": 12, "name": "global.sysstat.local undo segment hints were stale", "vartype": 2, + "default": "0", "summary": "sysstat.local undo segment hints were stale: 0", "scope": "global", "metric_type": 1 @@ -14194,7 +15508,8 @@ "dbms": 12, "name": "global.sysstat.logical read bytes from cache", "vartype": 2, - "summary": "sysstat.logical read bytes from cache: 2352046080", + "default": "868470177792", + "summary": "sysstat.logical read bytes from cache: 868470177792", "scope": "global", "metric_type": 1 }, @@ -14205,7 +15520,8 @@ "dbms": 12, "name": "global.sysstat.logons cumulative", "vartype": 2, - "summary": "sysstat.logons cumulative: 138", + "default": "1742", + "summary": "sysstat.logons cumulative: 1742", "scope": "global", "metric_type": 1 }, @@ -14216,7 +15532,8 @@ "dbms": 12, "name": "global.sysstat.logons current", "vartype": 2, - "summary": "sysstat.logons current: 43", + "default": "67", + "summary": "sysstat.logons current: 67", "scope": "global", "metric_type": 3 }, @@ -14227,7 +15544,8 @@ "dbms": 12, "name": "global.sysstat.max cf enq hold time", "vartype": 2, - "summary": "sysstat.max cf enq hold time: 53", + "default": "4021", + "summary": "sysstat.max cf enq hold time: 4021", "scope": "global", "metric_type": 1 }, @@ -14238,7 +15556,8 @@ "dbms": 12, "name": "global.sysstat.messages received", "vartype": 2, - "summary": "sysstat.messages received: 936", + "default": "213746", + "summary": "sysstat.messages received: 213746", "scope": "global", "metric_type": 1 }, @@ -14249,7 +15568,8 @@ "dbms": 12, "name": "global.sysstat.messages sent", "vartype": 2, - "summary": "sysstat.messages sent: 936", + "default": "213746", + "summary": "sysstat.messages sent: 213746", "scope": "global", "metric_type": 1 }, @@ -14260,7 +15580,8 @@ "dbms": 12, "name": "global.sysstat.min active scn optimization applied on cr", "vartype": 2, - "summary": "sysstat.min active scn optimization applied on cr: 0", + "default": "303895", + "summary": "sysstat.min active scn optimization applied on cr: 303895", "scope": "global", "metric_type": 1 }, @@ -14271,6 +15592,7 @@ "dbms": 12, "name": "global.sysstat.misses for writing mapping", "vartype": 2, + "default": "0", "summary": "sysstat.misses for writing mapping: 0", "scope": "global", "metric_type": 1 @@ -14282,7 +15604,8 @@ "dbms": 12, "name": "global.sysstat.no buffer to keep pinned count", "vartype": 2, - "summary": "sysstat.no buffer to keep pinned count: 0", + "default": "443", + "summary": "sysstat.no buffer to keep pinned count: 443", "scope": "global", "metric_type": 1 }, @@ -14293,7 +15616,8 @@ "dbms": 12, "name": "global.sysstat.no work - consistent read gets", "vartype": 2, - "summary": "sysstat.no work - consistent read gets: 144625", + "default": "65644759", + "summary": "sysstat.no work - consistent read gets: 65644759", "scope": "global", "metric_type": 1 }, @@ -14304,6 +15628,7 @@ "dbms": 12, "name": "global.sysstat.no. of decrypt ops", "vartype": 2, + "default": "0", "summary": "sysstat.no. of decrypt ops: 0", "scope": "global", "metric_type": 1 @@ -14315,6 +15640,7 @@ "dbms": 12, "name": "global.sysstat.no. of encrypt ops", "vartype": 2, + "default": "0", "summary": "sysstat.no. of encrypt ops: 0", "scope": "global", "metric_type": 1 @@ -14326,6 +15652,7 @@ "dbms": 12, "name": "global.sysstat.no. of namespaces created", "vartype": 2, + "default": "0", "summary": "sysstat.no. of namespaces created: 0", "scope": "global", "metric_type": 1 @@ -14337,6 +15664,7 @@ "dbms": 12, "name": "global.sysstat.no. of principal cache misses", "vartype": 2, + "default": "0", "summary": "sysstat.no. of principal cache misses: 0", "scope": "global", "metric_type": 1 @@ -14348,6 +15676,7 @@ "dbms": 12, "name": "global.sysstat.no. of principal invalidations", "vartype": 2, + "default": "0", "summary": "sysstat.no. of principal invalidations: 0", "scope": "global", "metric_type": 1 @@ -14359,6 +15688,7 @@ "dbms": 12, "name": "global.sysstat.no. of roles enabled or disabled", "vartype": 2, + "default": "0", "summary": "sysstat.no. of roles enabled or disabled: 0", "scope": "global", "metric_type": 1 @@ -14370,6 +15700,7 @@ "dbms": 12, "name": "global.sysstat.no. of user callbacks executed", "vartype": 2, + "default": "0", "summary": "sysstat.no. of user callbacks executed: 0", "scope": "global", "metric_type": 1 @@ -14381,6 +15712,7 @@ "dbms": 12, "name": "global.sysstat.no. of xs sessions attached", "vartype": 2, + "default": "0", "summary": "sysstat.no. of xs sessions attached: 0", "scope": "global", "metric_type": 1 @@ -14392,6 +15724,7 @@ "dbms": 12, "name": "global.sysstat.no. of xs sessions created", "vartype": 2, + "default": "0", "summary": "sysstat.no. of xs sessions created: 0", "scope": "global", "metric_type": 1 @@ -14403,7 +15736,8 @@ "dbms": 12, "name": "global.sysstat.non-idle wait count", "vartype": 2, - "summary": "sysstat.non-idle wait count: 100612", + "default": "9053787", + "summary": "sysstat.non-idle wait count: 9053787", "scope": "global", "metric_type": 1 }, @@ -14414,7 +15748,8 @@ "dbms": 12, "name": "global.sysstat.non-idle wait time", "vartype": 2, - "summary": "sysstat.non-idle wait time: 4298", + "default": "357806", + "summary": "sysstat.non-idle wait time: 357806", "scope": "global", "metric_type": 1 }, @@ -14425,6 +15760,7 @@ "dbms": 12, "name": "global.sysstat.number of format_preserving redactions", "vartype": 2, + "default": "0", "summary": "sysstat.number of format_preserving redactions: 0", "scope": "global", "metric_type": 1 @@ -14436,6 +15772,7 @@ "dbms": 12, "name": "global.sysstat.number of full redactions", "vartype": 2, + "default": "0", "summary": "sysstat.number of full redactions: 0", "scope": "global", "metric_type": 1 @@ -14447,6 +15784,7 @@ "dbms": 12, "name": "global.sysstat.number of none redactions", "vartype": 2, + "default": "0", "summary": "sysstat.number of none redactions: 0", "scope": "global", "metric_type": 1 @@ -14458,6 +15796,7 @@ "dbms": 12, "name": "global.sysstat.number of nullify redactions", "vartype": 2, + "default": "0", "summary": "sysstat.number of nullify redactions: 0", "scope": "global", "metric_type": 1 @@ -14469,6 +15808,7 @@ "dbms": 12, "name": "global.sysstat.number of partial redactions", "vartype": 2, + "default": "0", "summary": "sysstat.number of partial redactions: 0", "scope": "global", "metric_type": 1 @@ -14480,6 +15820,7 @@ "dbms": 12, "name": "global.sysstat.number of random redactions", "vartype": 2, + "default": "0", "summary": "sysstat.number of random redactions: 0", "scope": "global", "metric_type": 1 @@ -14491,7 +15832,8 @@ "dbms": 12, "name": "global.sysstat.number of read ios issued", "vartype": 2, - "summary": "sysstat.number of read ios issued: 0", + "default": "427969", + "summary": "sysstat.number of read ios issued: 427969", "scope": "global", "metric_type": 1 }, @@ -14502,6 +15844,7 @@ "dbms": 12, "name": "global.sysstat.number of regexp redactions", "vartype": 2, + "default": "0", "summary": "sysstat.number of regexp redactions: 0", "scope": "global", "metric_type": 1 @@ -14513,6 +15856,7 @@ "dbms": 12, "name": "global.sysstat.number of regexp_width redactions", "vartype": 2, + "default": "0", "summary": "sysstat.number of regexp_width redactions: 0", "scope": "global", "metric_type": 1 @@ -14524,6 +15868,7 @@ "dbms": 12, "name": "global.sysstat.olap aggregate function calc", "vartype": 2, + "default": "0", "summary": "sysstat.olap aggregate function calc: 0", "scope": "global", "metric_type": 1 @@ -14535,6 +15880,7 @@ "dbms": 12, "name": "global.sysstat.olap aggregate function logical na", "vartype": 2, + "default": "0", "summary": "sysstat.olap aggregate function logical na: 0", "scope": "global", "metric_type": 1 @@ -14546,6 +15892,7 @@ "dbms": 12, "name": "global.sysstat.olap aggregate function precompute", "vartype": 2, + "default": "0", "summary": "sysstat.olap aggregate function precompute: 0", "scope": "global", "metric_type": 1 @@ -14557,6 +15904,7 @@ "dbms": 12, "name": "global.sysstat.olap custom member limit", "vartype": 2, + "default": "0", "summary": "sysstat.olap custom member limit: 0", "scope": "global", "metric_type": 1 @@ -14568,6 +15916,7 @@ "dbms": 12, "name": "global.sysstat.olap engine calls", "vartype": 2, + "default": "0", "summary": "sysstat.olap engine calls: 0", "scope": "global", "metric_type": 1 @@ -14579,6 +15928,7 @@ "dbms": 12, "name": "global.sysstat.olap fast limit", "vartype": 2, + "default": "0", "summary": "sysstat.olap fast limit: 0", "scope": "global", "metric_type": 1 @@ -14590,6 +15940,7 @@ "dbms": 12, "name": "global.sysstat.olap full limit", "vartype": 2, + "default": "0", "summary": "sysstat.olap full limit: 0", "scope": "global", "metric_type": 1 @@ -14601,6 +15952,7 @@ "dbms": 12, "name": "global.sysstat.olap gid limit", "vartype": 2, + "default": "0", "summary": "sysstat.olap gid limit: 0", "scope": "global", "metric_type": 1 @@ -14612,6 +15964,7 @@ "dbms": 12, "name": "global.sysstat.olap import rows loaded", "vartype": 2, + "default": "0", "summary": "sysstat.olap import rows loaded: 0", "scope": "global", "metric_type": 1 @@ -14623,6 +15976,7 @@ "dbms": 12, "name": "global.sysstat.olap import rows pushed", "vartype": 2, + "default": "0", "summary": "sysstat.olap import rows pushed: 0", "scope": "global", "metric_type": 1 @@ -14634,6 +15988,7 @@ "dbms": 12, "name": "global.sysstat.olap inhier limit", "vartype": 2, + "default": "0", "summary": "sysstat.olap inhier limit: 0", "scope": "global", "metric_type": 1 @@ -14645,6 +16000,7 @@ "dbms": 12, "name": "global.sysstat.olap limit time", "vartype": 2, + "default": "0", "summary": "sysstat.olap limit time: 0", "scope": "global", "metric_type": 1 @@ -14656,6 +16012,7 @@ "dbms": 12, "name": "global.sysstat.olap paging manager cache changed page", "vartype": 2, + "default": "0", "summary": "sysstat.olap paging manager cache changed page: 0", "scope": "global", "metric_type": 1 @@ -14667,6 +16024,7 @@ "dbms": 12, "name": "global.sysstat.olap paging manager cache hit", "vartype": 2, + "default": "0", "summary": "sysstat.olap paging manager cache hit: 0", "scope": "global", "metric_type": 1 @@ -14678,6 +16036,7 @@ "dbms": 12, "name": "global.sysstat.olap paging manager cache miss", "vartype": 2, + "default": "0", "summary": "sysstat.olap paging manager cache miss: 0", "scope": "global", "metric_type": 1 @@ -14689,6 +16048,7 @@ "dbms": 12, "name": "global.sysstat.olap paging manager cache write", "vartype": 2, + "default": "0", "summary": "sysstat.olap paging manager cache write: 0", "scope": "global", "metric_type": 1 @@ -14700,6 +16060,7 @@ "dbms": 12, "name": "global.sysstat.olap paging manager new page", "vartype": 2, + "default": "0", "summary": "sysstat.olap paging manager new page: 0", "scope": "global", "metric_type": 1 @@ -14711,6 +16072,7 @@ "dbms": 12, "name": "global.sysstat.olap paging manager pool size", "vartype": 2, + "default": "0", "summary": "sysstat.olap paging manager pool size: 0", "scope": "global", "metric_type": 1 @@ -14722,6 +16084,7 @@ "dbms": 12, "name": "global.sysstat.olap perm lob read", "vartype": 2, + "default": "0", "summary": "sysstat.olap perm lob read: 0", "scope": "global", "metric_type": 1 @@ -14733,6 +16096,7 @@ "dbms": 12, "name": "global.sysstat.olap row id limit", "vartype": 2, + "default": "0", "summary": "sysstat.olap row id limit: 0", "scope": "global", "metric_type": 1 @@ -14744,6 +16108,7 @@ "dbms": 12, "name": "global.sysstat.olap row load time", "vartype": 2, + "default": "0", "summary": "sysstat.olap row load time: 0", "scope": "global", "metric_type": 1 @@ -14755,6 +16120,7 @@ "dbms": 12, "name": "global.sysstat.olap row source rows processed", "vartype": 2, + "default": "0", "summary": "sysstat.olap row source rows processed: 0", "scope": "global", "metric_type": 1 @@ -14766,6 +16132,7 @@ "dbms": 12, "name": "global.sysstat.olap session cache hit", "vartype": 2, + "default": "0", "summary": "sysstat.olap session cache hit: 0", "scope": "global", "metric_type": 1 @@ -14777,6 +16144,7 @@ "dbms": 12, "name": "global.sysstat.olap session cache miss", "vartype": 2, + "default": "0", "summary": "sysstat.olap session cache miss: 0", "scope": "global", "metric_type": 1 @@ -14788,6 +16156,7 @@ "dbms": 12, "name": "global.sysstat.olap temp segment read", "vartype": 2, + "default": "0", "summary": "sysstat.olap temp segment read: 0", "scope": "global", "metric_type": 1 @@ -14799,6 +16168,7 @@ "dbms": 12, "name": "global.sysstat.olap temp segments", "vartype": 2, + "default": "0", "summary": "sysstat.olap temp segments: 0", "scope": "global", "metric_type": 1 @@ -14810,6 +16180,7 @@ "dbms": 12, "name": "global.sysstat.olap unique key attribute limit", "vartype": 2, + "default": "0", "summary": "sysstat.olap unique key attribute limit: 0", "scope": "global", "metric_type": 1 @@ -14821,7 +16192,8 @@ "dbms": 12, "name": "global.sysstat.opened cursors cumulative", "vartype": 2, - "summary": "sysstat.opened cursors cumulative: 21379", + "default": "3656134", + "summary": "sysstat.opened cursors cumulative: 3656134", "scope": "global", "metric_type": 1 }, @@ -14832,7 +16204,8 @@ "dbms": 12, "name": "global.sysstat.opened cursors current", "vartype": 2, - "summary": "sysstat.opened cursors current: 36", + "default": "39", + "summary": "sysstat.opened cursors current: 39", "scope": "global", "metric_type": 3 }, @@ -14843,6 +16216,7 @@ "dbms": 12, "name": "global.sysstat.os block input operations", "vartype": 2, + "default": "0", "summary": "sysstat.os block input operations: 0", "scope": "global", "metric_type": 1 @@ -14854,6 +16228,7 @@ "dbms": 12, "name": "global.sysstat.os block output operations", "vartype": 2, + "default": "0", "summary": "sysstat.os block output operations: 0", "scope": "global", "metric_type": 1 @@ -14865,6 +16240,7 @@ "dbms": 12, "name": "global.sysstat.os cpu qt wait time", "vartype": 2, + "default": "0", "summary": "sysstat.os cpu qt wait time: 0", "scope": "global", "metric_type": 1 @@ -14876,6 +16252,7 @@ "dbms": 12, "name": "global.sysstat.os integral shared text size", "vartype": 2, + "default": "0", "summary": "sysstat.os integral shared text size: 0", "scope": "global", "metric_type": 1 @@ -14887,6 +16264,7 @@ "dbms": 12, "name": "global.sysstat.os integral unshared data size", "vartype": 2, + "default": "0", "summary": "sysstat.os integral unshared data size: 0", "scope": "global", "metric_type": 1 @@ -14898,6 +16276,7 @@ "dbms": 12, "name": "global.sysstat.os integral unshared stack size", "vartype": 2, + "default": "0", "summary": "sysstat.os integral unshared stack size: 0", "scope": "global", "metric_type": 1 @@ -14909,6 +16288,7 @@ "dbms": 12, "name": "global.sysstat.os involuntary context switches", "vartype": 2, + "default": "0", "summary": "sysstat.os involuntary context switches: 0", "scope": "global", "metric_type": 1 @@ -14920,6 +16300,7 @@ "dbms": 12, "name": "global.sysstat.os maximum resident set size", "vartype": 2, + "default": "0", "summary": "sysstat.os maximum resident set size: 0", "scope": "global", "metric_type": 1 @@ -14931,6 +16312,7 @@ "dbms": 12, "name": "global.sysstat.os page faults", "vartype": 2, + "default": "0", "summary": "sysstat.os page faults: 0", "scope": "global", "metric_type": 1 @@ -14942,6 +16324,7 @@ "dbms": 12, "name": "global.sysstat.os page reclaims", "vartype": 2, + "default": "0", "summary": "sysstat.os page reclaims: 0", "scope": "global", "metric_type": 1 @@ -14953,6 +16336,7 @@ "dbms": 12, "name": "global.sysstat.os signals received", "vartype": 2, + "default": "0", "summary": "sysstat.os signals received: 0", "scope": "global", "metric_type": 1 @@ -14964,6 +16348,7 @@ "dbms": 12, "name": "global.sysstat.os socket messages received", "vartype": 2, + "default": "0", "summary": "sysstat.os socket messages received: 0", "scope": "global", "metric_type": 1 @@ -14975,6 +16360,7 @@ "dbms": 12, "name": "global.sysstat.os socket messages sent", "vartype": 2, + "default": "0", "summary": "sysstat.os socket messages sent: 0", "scope": "global", "metric_type": 1 @@ -14986,6 +16372,7 @@ "dbms": 12, "name": "global.sysstat.os swaps", "vartype": 2, + "default": "0", "summary": "sysstat.os swaps: 0", "scope": "global", "metric_type": 1 @@ -14997,6 +16384,7 @@ "dbms": 12, "name": "global.sysstat.os system time used", "vartype": 2, + "default": "0", "summary": "sysstat.os system time used: 0", "scope": "global", "metric_type": 1 @@ -15008,6 +16396,7 @@ "dbms": 12, "name": "global.sysstat.os user time used", "vartype": 2, + "default": "0", "summary": "sysstat.os user time used: 0", "scope": "global", "metric_type": 1 @@ -15019,6 +16408,7 @@ "dbms": 12, "name": "global.sysstat.os voluntary context switches", "vartype": 2, + "default": "0", "summary": "sysstat.os voluntary context switches: 0", "scope": "global", "metric_type": 1 @@ -15030,6 +16420,7 @@ "dbms": 12, "name": "global.sysstat.otc commit optimization attempts", "vartype": 2, + "default": "0", "summary": "sysstat.otc commit optimization attempts: 0", "scope": "global", "metric_type": 1 @@ -15041,6 +16432,7 @@ "dbms": 12, "name": "global.sysstat.otc commit optimization failure - setup", "vartype": 2, + "default": "0", "summary": "sysstat.otc commit optimization failure - setup: 0", "scope": "global", "metric_type": 1 @@ -15052,6 +16444,7 @@ "dbms": 12, "name": "global.sysstat.otc commit optimization hits", "vartype": 2, + "default": "0", "summary": "sysstat.otc commit optimization hits: 0", "scope": "global", "metric_type": 1 @@ -15063,6 +16456,7 @@ "dbms": 12, "name": "global.sysstat.parallel operations downgraded 1 to 25 pct", "vartype": 2, + "default": "0", "summary": "sysstat.parallel operations downgraded 1 to 25 pct: 0", "scope": "global", "metric_type": 1 @@ -15074,6 +16468,7 @@ "dbms": 12, "name": "global.sysstat.parallel operations downgraded 25 to 50 pct", "vartype": 2, + "default": "0", "summary": "sysstat.parallel operations downgraded 25 to 50 pct: 0", "scope": "global", "metric_type": 1 @@ -15085,7 +16480,8 @@ "dbms": 12, "name": "global.sysstat.parallel operations downgraded 50 to 75 pct", "vartype": 2, - "summary": "sysstat.parallel operations downgraded 50 to 75 pct: 0", + "default": "3", + "summary": "sysstat.parallel operations downgraded 50 to 75 pct: 3", "scope": "global", "metric_type": 1 }, @@ -15096,6 +16492,7 @@ "dbms": 12, "name": "global.sysstat.parallel operations downgraded 75 to 99 pct", "vartype": 2, + "default": "0", "summary": "sysstat.parallel operations downgraded 75 to 99 pct: 0", "scope": "global", "metric_type": 1 @@ -15107,6 +16504,7 @@ "dbms": 12, "name": "global.sysstat.parallel operations downgraded to serial", "vartype": 2, + "default": "0", "summary": "sysstat.parallel operations downgraded to serial: 0", "scope": "global", "metric_type": 1 @@ -15118,7 +16516,8 @@ "dbms": 12, "name": "global.sysstat.parallel operations not downgraded", "vartype": 2, - "summary": "sysstat.parallel operations not downgraded: 18", + "default": "33", + "summary": "sysstat.parallel operations not downgraded: 33", "scope": "global", "metric_type": 1 }, @@ -15129,7 +16528,8 @@ "dbms": 12, "name": "global.sysstat.parse count (describe)", "vartype": 2, - "summary": "sysstat.parse count (describe): 4", + "default": "69", + "summary": "sysstat.parse count (describe): 69", "scope": "global", "metric_type": 1 }, @@ -15140,7 +16540,8 @@ "dbms": 12, "name": "global.sysstat.parse count (failures)", "vartype": 2, - "summary": "sysstat.parse count (failures): 21457", + "default": "18", + "summary": "sysstat.parse count (failures): 18", "scope": "global", "metric_type": 1 }, @@ -15151,7 +16552,8 @@ "dbms": 12, "name": "global.sysstat.parse count (hard)", "vartype": 2, - "summary": "sysstat.parse count (hard): 23837", + "default": "39381", + "summary": "sysstat.parse count (hard): 39381", "scope": "global", "metric_type": 1 }, @@ -15162,7 +16564,8 @@ "dbms": 12, "name": "global.sysstat.parse count (total)", "vartype": 2, - "summary": "sysstat.parse count (total): 29245", + "default": "3264161", + "summary": "sysstat.parse count (total): 3264161", "scope": "global", "metric_type": 1 }, @@ -15173,7 +16576,8 @@ "dbms": 12, "name": "global.sysstat.parse time cpu", "vartype": 2, - "summary": "sysstat.parse time cpu: 529", + "default": "5366", + "summary": "sysstat.parse time cpu: 5366", "scope": "global", "metric_type": 1 }, @@ -15184,7 +16588,8 @@ "dbms": 12, "name": "global.sysstat.parse time elapsed", "vartype": 2, - "summary": "sysstat.parse time elapsed: 1971", + "default": "7928", + "summary": "sysstat.parse time elapsed: 7928", "scope": "global", "metric_type": 1 }, @@ -15195,7 +16600,8 @@ "dbms": 12, "name": "global.sysstat.physical read bytes", "vartype": 2, - "summary": "sysstat.physical read bytes: 97525760", + "default": "185252970496", + "summary": "sysstat.physical read bytes: 185252970496", "scope": "global", "metric_type": 1 }, @@ -15206,6 +16612,7 @@ "dbms": 12, "name": "global.sysstat.physical read flash cache hits", "vartype": 2, + "default": "0", "summary": "sysstat.physical read flash cache hits: 0", "scope": "global", "metric_type": 1 @@ -15217,7 +16624,8 @@ "dbms": 12, "name": "global.sysstat.physical read io requests", "vartype": 2, - "summary": "sysstat.physical read io requests: 6557", + "default": "2114761", + "summary": "sysstat.physical read io requests: 2114761", "scope": "global", "metric_type": 1 }, @@ -15228,6 +16636,7 @@ "dbms": 12, "name": "global.sysstat.physical read partial requests", "vartype": 2, + "default": "0", "summary": "sysstat.physical read partial requests: 0", "scope": "global", "metric_type": 1 @@ -15239,6 +16648,7 @@ "dbms": 12, "name": "global.sysstat.physical read requests optimized", "vartype": 2, + "default": "0", "summary": "sysstat.physical read requests optimized: 0", "scope": "global", "metric_type": 1 @@ -15250,6 +16660,7 @@ "dbms": 12, "name": "global.sysstat.physical read snap bytes base", "vartype": 2, + "default": "0", "summary": "sysstat.physical read snap bytes base: 0", "scope": "global", "metric_type": 1 @@ -15261,6 +16672,7 @@ "dbms": 12, "name": "global.sysstat.physical read snap bytes copy", "vartype": 2, + "default": "0", "summary": "sysstat.physical read snap bytes copy: 0", "scope": "global", "metric_type": 1 @@ -15272,6 +16684,7 @@ "dbms": 12, "name": "global.sysstat.physical read snap io requests base", "vartype": 2, + "default": "0", "summary": "sysstat.physical read snap io requests base: 0", "scope": "global", "metric_type": 1 @@ -15283,6 +16696,7 @@ "dbms": 12, "name": "global.sysstat.physical read snap io requests copy", "vartype": 2, + "default": "0", "summary": "sysstat.physical read snap io requests copy: 0", "scope": "global", "metric_type": 1 @@ -15294,6 +16708,7 @@ "dbms": 12, "name": "global.sysstat.physical read snap io requests no data", "vartype": 2, + "default": "0", "summary": "sysstat.physical read snap io requests no data: 0", "scope": "global", "metric_type": 1 @@ -15305,7 +16720,8 @@ "dbms": 12, "name": "global.sysstat.physical read total bytes", "vartype": 2, - "summary": "sysstat.physical read total bytes: 125878272", + "default": "195388793856", + "summary": "sysstat.physical read total bytes: 195388793856", "scope": "global", "metric_type": 1 }, @@ -15316,6 +16732,7 @@ "dbms": 12, "name": "global.sysstat.physical read total bytes optimized", "vartype": 2, + "default": "0", "summary": "sysstat.physical read total bytes optimized: 0", "scope": "global", "metric_type": 1 @@ -15327,7 +16744,8 @@ "dbms": 12, "name": "global.sysstat.physical read total io requests", "vartype": 2, - "summary": "sysstat.physical read total io requests: 7361", + "default": "2241814", + "summary": "sysstat.physical read total io requests: 2241814", "scope": "global", "metric_type": 1 }, @@ -15338,7 +16756,8 @@ "dbms": 12, "name": "global.sysstat.physical read total multi block requests", "vartype": 2, - "summary": "sysstat.physical read total multi block requests: 96", + "default": "113479", + "summary": "sysstat.physical read total multi block requests: 113479", "scope": "global", "metric_type": 1 }, @@ -15349,7 +16768,8 @@ "dbms": 12, "name": "global.sysstat.physical reads", "vartype": 2, - "summary": "sysstat.physical reads: 11905", + "default": "14241508", + "summary": "sysstat.physical reads: 14241508", "scope": "global", "metric_type": 1 }, @@ -15360,7 +16780,8 @@ "dbms": 12, "name": "global.sysstat.physical reads cache", "vartype": 2, - "summary": "sysstat.physical reads cache: 11780", + "default": "2312466", + "summary": "sysstat.physical reads cache: 2312466", "scope": "global", "metric_type": 1 }, @@ -15371,6 +16792,7 @@ "dbms": 12, "name": "global.sysstat.physical reads cache for securefile flashback block new", "vartype": 2, + "default": "0", "summary": "sysstat.physical reads cache for securefile flashback block new: 0", "scope": "global", "metric_type": 1 @@ -15382,7 +16804,8 @@ "dbms": 12, "name": "global.sysstat.physical reads cache prefetch", "vartype": 2, - "summary": "sysstat.physical reads cache prefetch: 5236", + "default": "1206782", + "summary": "sysstat.physical reads cache prefetch: 1206782", "scope": "global", "metric_type": 1 }, @@ -15393,7 +16816,8 @@ "dbms": 12, "name": "global.sysstat.physical reads direct", "vartype": 2, - "summary": "sysstat.physical reads direct: 125", + "default": "11929042", + "summary": "sysstat.physical reads direct: 11929042", "scope": "global", "metric_type": 1 }, @@ -15404,7 +16828,8 @@ "dbms": 12, "name": "global.sysstat.physical reads direct (lob)", "vartype": 2, - "summary": "sysstat.physical reads direct (lob): 125", + "default": "340303", + "summary": "sysstat.physical reads direct (lob): 340303", "scope": "global", "metric_type": 1 }, @@ -15415,6 +16840,7 @@ "dbms": 12, "name": "global.sysstat.physical reads direct for securefile flashback block new", "vartype": 2, + "default": "0", "summary": "sysstat.physical reads direct for securefile flashback block new: 0", "scope": "global", "metric_type": 1 @@ -15426,7 +16852,8 @@ "dbms": 12, "name": "global.sysstat.physical reads direct temporary tablespace", "vartype": 2, - "summary": "sysstat.physical reads direct temporary tablespace: 0", + "default": "67537", + "summary": "sysstat.physical reads direct temporary tablespace: 67537", "scope": "global", "metric_type": 1 }, @@ -15437,6 +16864,7 @@ "dbms": 12, "name": "global.sysstat.physical reads for data transfer", "vartype": 2, + "default": "0", "summary": "sysstat.physical reads for data transfer: 0", "scope": "global", "metric_type": 1 @@ -15448,7 +16876,8 @@ "dbms": 12, "name": "global.sysstat.physical reads for flashback new", "vartype": 2, - "summary": "sysstat.physical reads for flashback new: 0", + "default": "20533", + "summary": "sysstat.physical reads for flashback new: 20533", "scope": "global", "metric_type": 1 }, @@ -15459,7 +16888,8 @@ "dbms": 12, "name": "global.sysstat.physical reads prefetch warmup", "vartype": 2, - "summary": "sysstat.physical reads prefetch warmup: 0", + "default": "250693", + "summary": "sysstat.physical reads prefetch warmup: 250693", "scope": "global", "metric_type": 1 }, @@ -15470,6 +16900,7 @@ "dbms": 12, "name": "global.sysstat.physical reads retry corrupt", "vartype": 2, + "default": "0", "summary": "sysstat.physical reads retry corrupt: 0", "scope": "global", "metric_type": 1 @@ -15481,7 +16912,8 @@ "dbms": 12, "name": "global.sysstat.physical write bytes", "vartype": 2, - "summary": "sysstat.physical write bytes: 548864", + "default": "7707664384", + "summary": "sysstat.physical write bytes: 7707664384", "scope": "global", "metric_type": 1 }, @@ -15492,7 +16924,8 @@ "dbms": 12, "name": "global.sysstat.physical write io requests", "vartype": 2, - "summary": "sysstat.physical write io requests: 10", + "default": "261820", + "summary": "sysstat.physical write io requests: 261820", "scope": "global", "metric_type": 1 }, @@ -15503,6 +16936,7 @@ "dbms": 12, "name": "global.sysstat.physical write requests optimized", "vartype": 2, + "default": "0", "summary": "sysstat.physical write requests optimized: 0", "scope": "global", "metric_type": 1 @@ -15514,6 +16948,7 @@ "dbms": 12, "name": "global.sysstat.physical write snap io requests new allocations", "vartype": 2, + "default": "0", "summary": "sysstat.physical write snap io requests new allocations: 0", "scope": "global", "metric_type": 1 @@ -15525,7 +16960,8 @@ "dbms": 12, "name": "global.sysstat.physical write total bytes", "vartype": 2, - "summary": "sysstat.physical write total bytes: 18109402", + "default": "12462438993", + "summary": "sysstat.physical write total bytes: 12462438993", "scope": "global", "metric_type": 1 }, @@ -15536,6 +16972,7 @@ "dbms": 12, "name": "global.sysstat.physical write total bytes optimized", "vartype": 2, + "default": "0", "summary": "sysstat.physical write total bytes optimized: 0", "scope": "global", "metric_type": 1 @@ -15547,7 +16984,8 @@ "dbms": 12, "name": "global.sysstat.physical write total io requests", "vartype": 2, - "summary": "sysstat.physical write total io requests: 695", + "default": "903291", + "summary": "sysstat.physical write total io requests: 903291", "scope": "global", "metric_type": 1 }, @@ -15558,7 +16996,8 @@ "dbms": 12, "name": "global.sysstat.physical write total multi block requests", "vartype": 2, - "summary": "sysstat.physical write total multi block requests: 20", + "default": "6394", + "summary": "sysstat.physical write total multi block requests: 6394", "scope": "global", "metric_type": 1 }, @@ -15569,7 +17008,8 @@ "dbms": 12, "name": "global.sysstat.physical writes", "vartype": 2, - "summary": "sysstat.physical writes: 67", + "default": "872738", + "summary": "sysstat.physical writes: 872738", "scope": "global", "metric_type": 1 }, @@ -15580,7 +17020,8 @@ "dbms": 12, "name": "global.sysstat.physical writes direct", "vartype": 2, - "summary": "sysstat.physical writes direct: 62", + "default": "71883", + "summary": "sysstat.physical writes direct: 71883", "scope": "global", "metric_type": 1 }, @@ -15591,7 +17032,8 @@ "dbms": 12, "name": "global.sysstat.physical writes direct (lob)", "vartype": 2, - "summary": "sysstat.physical writes direct (lob): 62", + "default": "5110", + "summary": "sysstat.physical writes direct (lob): 5110", "scope": "global", "metric_type": 1 }, @@ -15602,7 +17044,8 @@ "dbms": 12, "name": "global.sysstat.physical writes direct temporary tablespace", "vartype": 2, - "summary": "sysstat.physical writes direct temporary tablespace: 0", + "default": "67402", + "summary": "sysstat.physical writes direct temporary tablespace: 67402", "scope": "global", "metric_type": 1 }, @@ -15613,7 +17056,8 @@ "dbms": 12, "name": "global.sysstat.physical writes from cache", "vartype": 2, - "summary": "sysstat.physical writes from cache: 5", + "default": "800855", + "summary": "sysstat.physical writes from cache: 800855", "scope": "global", "metric_type": 1 }, @@ -15624,7 +17068,8 @@ "dbms": 12, "name": "global.sysstat.physical writes non checkpoint", "vartype": 2, - "summary": "sysstat.physical writes non checkpoint: 67", + "default": "861053", + "summary": "sysstat.physical writes non checkpoint: 861053", "scope": "global", "metric_type": 1 }, @@ -15635,7 +17080,8 @@ "dbms": 12, "name": "global.sysstat.pinned buffers inspected", "vartype": 2, - "summary": "sysstat.pinned buffers inspected: 339", + "default": "12", + "summary": "sysstat.pinned buffers inspected: 12", "scope": "global", "metric_type": 1 }, @@ -15646,7 +17092,8 @@ "dbms": 12, "name": "global.sysstat.pinned cursors current", "vartype": 2, - "summary": "sysstat.pinned cursors current: 16", + "default": "21", + "summary": "sysstat.pinned cursors current: 21", "scope": "global", "metric_type": 3 }, @@ -15657,6 +17104,7 @@ "dbms": 12, "name": "global.sysstat.prefetch clients - 16k", "vartype": 2, + "default": "0", "summary": "sysstat.prefetch clients - 16k: 0", "scope": "global", "metric_type": 1 @@ -15668,6 +17116,7 @@ "dbms": 12, "name": "global.sysstat.prefetch clients - 2k", "vartype": 2, + "default": "0", "summary": "sysstat.prefetch clients - 2k: 0", "scope": "global", "metric_type": 1 @@ -15679,7 +17128,8 @@ "dbms": 12, "name": "global.sysstat.prefetch clients - 32k", "vartype": 2, - "summary": "sysstat.prefetch clients - 32k: 0", + "default": "398", + "summary": "sysstat.prefetch clients - 32k: 398", "scope": "global", "metric_type": 1 }, @@ -15690,6 +17140,7 @@ "dbms": 12, "name": "global.sysstat.prefetch clients - 4k", "vartype": 2, + "default": "0", "summary": "sysstat.prefetch clients - 4k: 0", "scope": "global", "metric_type": 1 @@ -15701,6 +17152,7 @@ "dbms": 12, "name": "global.sysstat.prefetch clients - 8k", "vartype": 2, + "default": "0", "summary": "sysstat.prefetch clients - 8k: 0", "scope": "global", "metric_type": 1 @@ -15712,7 +17164,8 @@ "dbms": 12, "name": "global.sysstat.prefetch clients - default", "vartype": 2, - "summary": "sysstat.prefetch clients - default: 0", + "default": "18446744073709551218", + "summary": "sysstat.prefetch clients - default: 18446744073709551218", "scope": "global", "metric_type": 1 }, @@ -15723,6 +17176,7 @@ "dbms": 12, "name": "global.sysstat.prefetch clients - keep", "vartype": 2, + "default": "0", "summary": "sysstat.prefetch clients - keep: 0", "scope": "global", "metric_type": 1 @@ -15734,6 +17188,7 @@ "dbms": 12, "name": "global.sysstat.prefetch clients - recycle", "vartype": 2, + "default": "0", "summary": "sysstat.prefetch clients - recycle: 0", "scope": "global", "metric_type": 1 @@ -15745,7 +17200,8 @@ "dbms": 12, "name": "global.sysstat.prefetch warmup blocks aged out before use", "vartype": 2, - "summary": "sysstat.prefetch warmup blocks aged out before use: 0", + "default": "127148", + "summary": "sysstat.prefetch warmup blocks aged out before use: 127148", "scope": "global", "metric_type": 1 }, @@ -15756,6 +17212,7 @@ "dbms": 12, "name": "global.sysstat.prefetch warmup blocks flushed out before use", "vartype": 2, + "default": "0", "summary": "sysstat.prefetch warmup blocks flushed out before use: 0", "scope": "global", "metric_type": 1 @@ -15767,7 +17224,8 @@ "dbms": 12, "name": "global.sysstat.prefetched blocks aged out before use", "vartype": 2, - "summary": "sysstat.prefetched blocks aged out before use: 0", + "default": "690", + "summary": "sysstat.prefetched blocks aged out before use: 690", "scope": "global", "metric_type": 1 }, @@ -15778,7 +17236,8 @@ "dbms": 12, "name": "global.sysstat.process last non-idle time", "vartype": 2, - "summary": "sysstat.process last non-idle time: 1572999637", + "default": "1584635987", + "summary": "sysstat.process last non-idle time: 1584635987", "scope": "global", "metric_type": 1 }, @@ -15789,7 +17248,8 @@ "dbms": 12, "name": "global.sysstat.px local messages recv'd", "vartype": 2, - "summary": "sysstat.px local messages recv'd: 1110", + "default": "2903", + "summary": "sysstat.px local messages recv'd: 2903", "scope": "global", "metric_type": 1 }, @@ -15800,7 +17260,8 @@ "dbms": 12, "name": "global.sysstat.px local messages sent", "vartype": 2, - "summary": "sysstat.px local messages sent: 1110", + "default": "2903", + "summary": "sysstat.px local messages sent: 2903", "scope": "global", "metric_type": 1 }, @@ -15811,6 +17272,7 @@ "dbms": 12, "name": "global.sysstat.px remote messages recv'd", "vartype": 2, + "default": "0", "summary": "sysstat.px remote messages recv'd: 0", "scope": "global", "metric_type": 1 @@ -15822,6 +17284,7 @@ "dbms": 12, "name": "global.sysstat.px remote messages sent", "vartype": 2, + "default": "0", "summary": "sysstat.px remote messages sent: 0", "scope": "global", "metric_type": 1 @@ -15833,7 +17296,8 @@ "dbms": 12, "name": "global.sysstat.queries parallelized", "vartype": 2, - "summary": "sysstat.queries parallelized: 0", + "default": "36", + "summary": "sysstat.queries parallelized: 36", "scope": "global", "metric_type": 1 }, @@ -15844,6 +17308,7 @@ "dbms": 12, "name": "global.sysstat.queue flush", "vartype": 2, + "default": "0", "summary": "sysstat.queue flush: 0", "scope": "global", "metric_type": 1 @@ -15855,6 +17320,7 @@ "dbms": 12, "name": "global.sysstat.queue ocp pages", "vartype": 2, + "default": "0", "summary": "sysstat.queue ocp pages: 0", "scope": "global", "metric_type": 1 @@ -15866,6 +17332,7 @@ "dbms": 12, "name": "global.sysstat.queue position update", "vartype": 2, + "default": "0", "summary": "sysstat.queue position update: 0", "scope": "global", "metric_type": 1 @@ -15877,6 +17344,7 @@ "dbms": 12, "name": "global.sysstat.queue qno pages", "vartype": 2, + "default": "0", "summary": "sysstat.queue qno pages: 0", "scope": "global", "metric_type": 1 @@ -15888,6 +17356,7 @@ "dbms": 12, "name": "global.sysstat.queue single row", "vartype": 2, + "default": "0", "summary": "sysstat.queue single row: 0", "scope": "global", "metric_type": 1 @@ -15899,6 +17368,7 @@ "dbms": 12, "name": "global.sysstat.queue splits", "vartype": 2, + "default": "0", "summary": "sysstat.queue splits: 0", "scope": "global", "metric_type": 1 @@ -15910,6 +17380,7 @@ "dbms": 12, "name": "global.sysstat.queue update without cp update", "vartype": 2, + "default": "0", "summary": "sysstat.queue update without cp update: 0", "scope": "global", "metric_type": 1 @@ -15921,6 +17392,7 @@ "dbms": 12, "name": "global.sysstat.read-only violation count", "vartype": 2, + "default": "0", "summary": "sysstat.read-only violation count: 0", "scope": "global", "metric_type": 1 @@ -15932,6 +17404,7 @@ "dbms": 12, "name": "global.sysstat.recovery array read time", "vartype": 2, + "default": "0", "summary": "sysstat.recovery array read time: 0", "scope": "global", "metric_type": 1 @@ -15943,6 +17416,7 @@ "dbms": 12, "name": "global.sysstat.recovery array reads", "vartype": 2, + "default": "0", "summary": "sysstat.recovery array reads: 0", "scope": "global", "metric_type": 1 @@ -15954,7 +17428,8 @@ "dbms": 12, "name": "global.sysstat.recovery block gets from cache", "vartype": 2, - "summary": "sysstat.recovery block gets from cache: 0", + "default": "647686", + "summary": "sysstat.recovery block gets from cache: 647686", "scope": "global", "metric_type": 1 }, @@ -15965,6 +17440,7 @@ "dbms": 12, "name": "global.sysstat.recovery blocks read", "vartype": 2, + "default": "0", "summary": "sysstat.recovery blocks read: 0", "scope": "global", "metric_type": 1 @@ -15976,6 +17452,7 @@ "dbms": 12, "name": "global.sysstat.recovery blocks read for lost write detection", "vartype": 2, + "default": "0", "summary": "sysstat.recovery blocks read for lost write detection: 0", "scope": "global", "metric_type": 1 @@ -15987,6 +17464,7 @@ "dbms": 12, "name": "global.sysstat.recovery blocks skipped lost write checks", "vartype": 2, + "default": "0", "summary": "sysstat.recovery blocks skipped lost write checks: 0", "scope": "global", "metric_type": 1 @@ -15998,6 +17476,7 @@ "dbms": 12, "name": "global.sysstat.recovery cvmap unavailable", "vartype": 2, + "default": "0", "summary": "sysstat.recovery cvmap unavailable: 0", "scope": "global", "metric_type": 1 @@ -16009,6 +17488,7 @@ "dbms": 12, "name": "global.sysstat.recovery local buffer freed", "vartype": 2, + "default": "0", "summary": "sysstat.recovery local buffer freed: 0", "scope": "global", "metric_type": 1 @@ -16020,6 +17500,7 @@ "dbms": 12, "name": "global.sysstat.recovery local buffer unavailable", "vartype": 2, + "default": "0", "summary": "sysstat.recovery local buffer unavailable: 0", "scope": "global", "metric_type": 1 @@ -16031,6 +17512,7 @@ "dbms": 12, "name": "global.sysstat.recovery logmerger catchup", "vartype": 2, + "default": "0", "summary": "sysstat.recovery logmerger catchup: 0", "scope": "global", "metric_type": 1 @@ -16042,6 +17524,7 @@ "dbms": 12, "name": "global.sysstat.recovery marker", "vartype": 2, + "default": "0", "summary": "sysstat.recovery marker: 0", "scope": "global", "metric_type": 1 @@ -16053,6 +17536,7 @@ "dbms": 12, "name": "global.sysstat.recovery recieve buffer unavailable", "vartype": 2, + "default": "0", "summary": "sysstat.recovery recieve buffer unavailable: 0", "scope": "global", "metric_type": 1 @@ -16064,6 +17548,7 @@ "dbms": 12, "name": "global.sysstat.recovery remote buffer received", "vartype": 2, + "default": "0", "summary": "sysstat.recovery remote buffer received: 0", "scope": "global", "metric_type": 1 @@ -16075,6 +17560,7 @@ "dbms": 12, "name": "global.sysstat.recovery remote buffer sent", "vartype": 2, + "default": "0", "summary": "sysstat.recovery remote buffer sent: 0", "scope": "global", "metric_type": 1 @@ -16086,6 +17572,7 @@ "dbms": 12, "name": "global.sysstat.recursive aborts on index block reclamation", "vartype": 2, + "default": "0", "summary": "sysstat.recursive aborts on index block reclamation: 0", "scope": "global", "metric_type": 1 @@ -16097,7 +17584,8 @@ "dbms": 12, "name": "global.sysstat.recursive calls", "vartype": 2, - "summary": "sysstat.recursive calls: 138723", + "default": "2125327", + "summary": "sysstat.recursive calls: 2125327", "scope": "global", "metric_type": 1 }, @@ -16108,7 +17596,8 @@ "dbms": 12, "name": "global.sysstat.recursive cpu usage", "vartype": 2, - "summary": "sysstat.recursive cpu usage: 1138", + "default": "14069", + "summary": "sysstat.recursive cpu usage: 14069", "scope": "global", "metric_type": 1 }, @@ -16119,6 +17608,7 @@ "dbms": 12, "name": "global.sysstat.recursive system api invocations", "vartype": 2, + "default": "0", "summary": "sysstat.recursive system api invocations: 0", "scope": "global", "metric_type": 1 @@ -16130,7 +17620,8 @@ "dbms": 12, "name": "global.sysstat.redo blocks checksummed by fg (exclusive)", "vartype": 2, - "summary": "sysstat.redo blocks checksummed by fg (exclusive): 3607", + "default": "189209", + "summary": "sysstat.redo blocks checksummed by fg (exclusive): 189209", "scope": "global", "metric_type": 1 }, @@ -16141,6 +17632,7 @@ "dbms": 12, "name": "global.sysstat.redo blocks checksummed by lgwr", "vartype": 2, + "default": "0", "summary": "sysstat.redo blocks checksummed by lgwr: 0", "scope": "global", "metric_type": 1 @@ -16152,7 +17644,8 @@ "dbms": 12, "name": "global.sysstat.redo blocks read for recovery", "vartype": 2, - "summary": "sysstat.redo blocks read for recovery: 0", + "default": "1090", + "summary": "sysstat.redo blocks read for recovery: 1090", "scope": "global", "metric_type": 1 }, @@ -16163,7 +17656,8 @@ "dbms": 12, "name": "global.sysstat.redo blocks written", "vartype": 2, - "summary": "sysstat.redo blocks written: 30800", + "default": "820201", + "summary": "sysstat.redo blocks written: 820201", "scope": "global", "metric_type": 1 }, @@ -16174,7 +17668,8 @@ "dbms": 12, "name": "global.sysstat.redo blocks written (group 0)", "vartype": 2, - "summary": "sysstat.redo blocks written (group 0): 30272", + "default": "708433", + "summary": "sysstat.redo blocks written (group 0): 708433", "scope": "global", "metric_type": 1 }, @@ -16185,7 +17680,8 @@ "dbms": 12, "name": "global.sysstat.redo blocks written (group 1)", "vartype": 2, - "summary": "sysstat.redo blocks written (group 1): 528", + "default": "111750", + "summary": "sysstat.redo blocks written (group 1): 111750", "scope": "global", "metric_type": 1 }, @@ -16196,6 +17692,7 @@ "dbms": 12, "name": "global.sysstat.redo blocks written (group 2)", "vartype": 2, + "default": "0", "summary": "sysstat.redo blocks written (group 2): 0", "scope": "global", "metric_type": 1 @@ -16207,6 +17704,7 @@ "dbms": 12, "name": "global.sysstat.redo blocks written (group 3)", "vartype": 2, + "default": "0", "summary": "sysstat.redo blocks written (group 3): 0", "scope": "global", "metric_type": 1 @@ -16218,6 +17716,7 @@ "dbms": 12, "name": "global.sysstat.redo blocks written (group 4)", "vartype": 2, + "default": "0", "summary": "sysstat.redo blocks written (group 4): 0", "scope": "global", "metric_type": 1 @@ -16229,6 +17728,7 @@ "dbms": 12, "name": "global.sysstat.redo blocks written (group 5)", "vartype": 2, + "default": "0", "summary": "sysstat.redo blocks written (group 5): 0", "scope": "global", "metric_type": 1 @@ -16240,6 +17740,7 @@ "dbms": 12, "name": "global.sysstat.redo blocks written (group 6)", "vartype": 2, + "default": "0", "summary": "sysstat.redo blocks written (group 6): 0", "scope": "global", "metric_type": 1 @@ -16251,6 +17752,7 @@ "dbms": 12, "name": "global.sysstat.redo blocks written (group 7)", "vartype": 2, + "default": "0", "summary": "sysstat.redo blocks written (group 7): 0", "scope": "global", "metric_type": 1 @@ -16262,7 +17764,8 @@ "dbms": 12, "name": "global.sysstat.redo buffer allocation retries", "vartype": 2, - "summary": "sysstat.redo buffer allocation retries: 0", + "default": "15", + "summary": "sysstat.redo buffer allocation retries: 15", "scope": "global", "metric_type": 1 }, @@ -16273,7 +17776,8 @@ "dbms": 12, "name": "global.sysstat.redo entries", "vartype": 2, - "summary": "sysstat.redo entries: 50733", + "default": "1100967", + "summary": "sysstat.redo entries: 1100967", "scope": "global", "metric_type": 1 }, @@ -16284,6 +17788,7 @@ "dbms": 12, "name": "global.sysstat.redo entries for lost write detection", "vartype": 2, + "default": "0", "summary": "sysstat.redo entries for lost write detection: 0", "scope": "global", "metric_type": 1 @@ -16295,7 +17800,8 @@ "dbms": 12, "name": "global.sysstat.redo k-bytes read for recovery", "vartype": 2, - "summary": "sysstat.redo k-bytes read for recovery: 0", + "default": "545", + "summary": "sysstat.redo k-bytes read for recovery: 545", "scope": "global", "metric_type": 1 }, @@ -16306,6 +17812,7 @@ "dbms": 12, "name": "global.sysstat.redo k-bytes read for terminal recovery", "vartype": 2, + "default": "0", "summary": "sysstat.redo k-bytes read for terminal recovery: 0", "scope": "global", "metric_type": 1 @@ -16317,7 +17824,8 @@ "dbms": 12, "name": "global.sysstat.redo kb read", "vartype": 2, - "summary": "sysstat.redo kb read: 0", + "default": "758228", + "summary": "sysstat.redo kb read: 758228", "scope": "global", "metric_type": 1 }, @@ -16328,6 +17836,7 @@ "dbms": 12, "name": "global.sysstat.redo kb read (memory)", "vartype": 2, + "default": "0", "summary": "sysstat.redo kb read (memory): 0", "scope": "global", "metric_type": 1 @@ -16339,6 +17848,7 @@ "dbms": 12, "name": "global.sysstat.redo kb read (memory) for transport", "vartype": 2, + "default": "0", "summary": "sysstat.redo kb read (memory) for transport: 0", "scope": "global", "metric_type": 1 @@ -16350,6 +17860,7 @@ "dbms": 12, "name": "global.sysstat.redo kb read for transport", "vartype": 2, + "default": "0", "summary": "sysstat.redo kb read for transport: 0", "scope": "global", "metric_type": 1 @@ -16361,7 +17872,8 @@ "dbms": 12, "name": "global.sysstat.redo log space requests", "vartype": 2, - "summary": "sysstat.redo log space requests: 0", + "default": "5", + "summary": "sysstat.redo log space requests: 5", "scope": "global", "metric_type": 1 }, @@ -16372,7 +17884,8 @@ "dbms": 12, "name": "global.sysstat.redo log space wait time", "vartype": 2, - "summary": "sysstat.redo log space wait time: 0", + "default": "10", + "summary": "sysstat.redo log space wait time: 10", "scope": "global", "metric_type": 1 }, @@ -16383,6 +17896,7 @@ "dbms": 12, "name": "global.sysstat.redo non-durable records skipped", "vartype": 2, + "default": "0", "summary": "sysstat.redo non-durable records skipped: 0", "scope": "global", "metric_type": 1 @@ -16394,7 +17908,8 @@ "dbms": 12, "name": "global.sysstat.redo ordering marks", "vartype": 2, - "summary": "sysstat.redo ordering marks: 26", + "default": "25", + "summary": "sysstat.redo ordering marks: 25", "scope": "global", "metric_type": 1 }, @@ -16405,7 +17920,8 @@ "dbms": 12, "name": "global.sysstat.redo size", "vartype": 2, - "summary": "sysstat.redo size: 15129160", + "default": "366902228", + "summary": "sysstat.redo size: 366902228", "scope": "global", "metric_type": 1 }, @@ -16416,7 +17932,8 @@ "dbms": 12, "name": "global.sysstat.redo size for direct writes", "vartype": 2, - "summary": "sysstat.redo size for direct writes: 0", + "default": "32677656", + "summary": "sysstat.redo size for direct writes: 32677656", "scope": "global", "metric_type": 1 }, @@ -16427,6 +17944,7 @@ "dbms": 12, "name": "global.sysstat.redo size for lost write detection", "vartype": 2, + "default": "0", "summary": "sysstat.redo size for lost write detection: 0", "scope": "global", "metric_type": 1 @@ -16438,7 +17956,8 @@ "dbms": 12, "name": "global.sysstat.redo subscn max counts", "vartype": 2, - "summary": "sysstat.redo subscn max counts: 513", + "default": "100963", + "summary": "sysstat.redo subscn max counts: 100963", "scope": "global", "metric_type": 1 }, @@ -16449,7 +17968,8 @@ "dbms": 12, "name": "global.sysstat.redo synch long waits", "vartype": 2, - "summary": "sysstat.redo synch long waits: 0", + "default": "153", + "summary": "sysstat.redo synch long waits: 153", "scope": "global", "metric_type": 1 }, @@ -16460,6 +17980,7 @@ "dbms": 12, "name": "global.sysstat.redo synch poll writes", "vartype": 2, + "default": "0", "summary": "sysstat.redo synch poll writes: 0", "scope": "global", "metric_type": 1 @@ -16471,6 +17992,7 @@ "dbms": 12, "name": "global.sysstat.redo synch polls", "vartype": 2, + "default": "0", "summary": "sysstat.redo synch polls: 0", "scope": "global", "metric_type": 1 @@ -16482,7 +18004,8 @@ "dbms": 12, "name": "global.sysstat.redo synch time", "vartype": 2, - "summary": "sysstat.redo synch time: 0", + "default": "29828", + "summary": "sysstat.redo synch time: 29828", "scope": "global", "metric_type": 1 }, @@ -16493,7 +18016,8 @@ "dbms": 12, "name": "global.sysstat.redo synch time (usec)", "vartype": 2, - "summary": "sysstat.redo synch time (usec): 5157", + "default": "298770895", + "summary": "sysstat.redo synch time (usec): 298770895", "scope": "global", "metric_type": 1 }, @@ -16504,7 +18028,8 @@ "dbms": 12, "name": "global.sysstat.redo synch time overhead (usec)", "vartype": 2, - "summary": "sysstat.redo synch time overhead (usec): 155076", + "default": "133703259", + "summary": "sysstat.redo synch time overhead (usec): 133703259", "scope": "global", "metric_type": 1 }, @@ -16515,7 +18040,8 @@ "dbms": 12, "name": "global.sysstat.redo synch time overhead count ( 2ms)", "vartype": 2, - "summary": "sysstat.redo synch time overhead count ( 2ms): 9", + "default": "126991", + "summary": "sysstat.redo synch time overhead count ( 2ms): 126991", "scope": "global", "metric_type": 1 }, @@ -16526,7 +18052,8 @@ "dbms": 12, "name": "global.sysstat.redo synch time overhead count ( 8ms)", "vartype": 2, - "summary": "sysstat.redo synch time overhead count ( 8ms): 3", + "default": "306", + "summary": "sysstat.redo synch time overhead count ( 8ms): 306", "scope": "global", "metric_type": 1 }, @@ -16537,7 +18064,8 @@ "dbms": 12, "name": "global.sysstat.redo synch time overhead count ( 32ms)", "vartype": 2, - "summary": "sysstat.redo synch time overhead count ( 32ms): 1", + "default": "362", + "summary": "sysstat.redo synch time overhead count ( 32ms): 362", "scope": "global", "metric_type": 1 }, @@ -16548,7 +18076,8 @@ "dbms": 12, "name": "global.sysstat.redo synch time overhead count (128ms)", "vartype": 2, - "summary": "sysstat.redo synch time overhead count (128ms): 2", + "default": "203", + "summary": "sysstat.redo synch time overhead count (128ms): 203", "scope": "global", "metric_type": 1 }, @@ -16559,7 +18088,8 @@ "dbms": 12, "name": "global.sysstat.redo synch time overhead count (inf)", "vartype": 2, - "summary": "sysstat.redo synch time overhead count (inf): 0", + "default": "87", + "summary": "sysstat.redo synch time overhead count (inf): 87", "scope": "global", "metric_type": 1 }, @@ -16570,7 +18100,8 @@ "dbms": 12, "name": "global.sysstat.redo synch writes", "vartype": 2, - "summary": "sysstat.redo synch writes: 15", + "default": "129489", + "summary": "sysstat.redo synch writes: 129489", "scope": "global", "metric_type": 1 }, @@ -16581,7 +18112,8 @@ "dbms": 12, "name": "global.sysstat.redo wastage", "vartype": 2, - "summary": "sysstat.redo wastage: 121200", + "default": "39506828", + "summary": "sysstat.redo wastage: 39506828", "scope": "global", "metric_type": 1 }, @@ -16592,7 +18124,8 @@ "dbms": 12, "name": "global.sysstat.redo write active strands", "vartype": 2, - "summary": "sysstat.redo write active strands: 478", + "default": "136957", + "summary": "sysstat.redo write active strands: 136957", "scope": "global", "metric_type": 1 }, @@ -16603,6 +18136,7 @@ "dbms": 12, "name": "global.sysstat.redo write broadcast ack count", "vartype": 2, + "default": "0", "summary": "sysstat.redo write broadcast ack count: 0", "scope": "global", "metric_type": 1 @@ -16614,6 +18148,7 @@ "dbms": 12, "name": "global.sysstat.redo write broadcast ack time", "vartype": 2, + "default": "0", "summary": "sysstat.redo write broadcast ack time: 0", "scope": "global", "metric_type": 1 @@ -16625,6 +18160,7 @@ "dbms": 12, "name": "global.sysstat.redo write broadcast lgwr post count", "vartype": 2, + "default": "0", "summary": "sysstat.redo write broadcast lgwr post count: 0", "scope": "global", "metric_type": 1 @@ -16636,7 +18172,8 @@ "dbms": 12, "name": "global.sysstat.redo write finish time", "vartype": 2, - "summary": "sysstat.redo write finish time: 572769", + "default": "272635491", + "summary": "sysstat.redo write finish time: 272635491", "scope": "global", "metric_type": 1 }, @@ -16647,7 +18184,8 @@ "dbms": 12, "name": "global.sysstat.redo write gather time", "vartype": 2, - "summary": "sysstat.redo write gather time: 86484", + "default": "15098495", + "summary": "sysstat.redo write gather time: 15098495", "scope": "global", "metric_type": 1 }, @@ -16658,7 +18196,8 @@ "dbms": 12, "name": "global.sysstat.redo write info find", "vartype": 2, - "summary": "sysstat.redo write info find: 15", + "default": "127959", + "summary": "sysstat.redo write info find: 127959", "scope": "global", "metric_type": 1 }, @@ -16669,7 +18208,8 @@ "dbms": 12, "name": "global.sysstat.redo write info find fail", "vartype": 2, - "summary": "sysstat.redo write info find fail: 0", + "default": "10", + "summary": "sysstat.redo write info find fail: 10", "scope": "global", "metric_type": 1 }, @@ -16680,6 +18220,7 @@ "dbms": 12, "name": "global.sysstat.redo write issue time", "vartype": 2, + "default": "0", "summary": "sysstat.redo write issue time: 0", "scope": "global", "metric_type": 1 @@ -16691,7 +18232,8 @@ "dbms": 12, "name": "global.sysstat.redo write schedule time", "vartype": 2, - "summary": "sysstat.redo write schedule time: 91340", + "default": "15283571", + "summary": "sysstat.redo write schedule time: 15283571", "scope": "global", "metric_type": 1 }, @@ -16702,7 +18244,8 @@ "dbms": 12, "name": "global.sysstat.redo write size count ( 4kb)", "vartype": 2, - "summary": "sysstat.redo write size count ( 4kb): 416", + "default": "112552", + "summary": "sysstat.redo write size count ( 4kb): 112552", "scope": "global", "metric_type": 1 }, @@ -16713,7 +18256,8 @@ "dbms": 12, "name": "global.sysstat.redo write size count ( 8kb)", "vartype": 2, - "summary": "sysstat.redo write size count ( 8kb): 16", + "default": "17260", + "summary": "sysstat.redo write size count ( 8kb): 17260", "scope": "global", "metric_type": 1 }, @@ -16724,7 +18268,8 @@ "dbms": 12, "name": "global.sysstat.redo write size count ( 16kb)", "vartype": 2, - "summary": "sysstat.redo write size count ( 16kb): 10", + "default": "3323", + "summary": "sysstat.redo write size count ( 16kb): 3323", "scope": "global", "metric_type": 1 }, @@ -16735,7 +18280,8 @@ "dbms": 12, "name": "global.sysstat.redo write size count ( 32kb)", "vartype": 2, - "summary": "sysstat.redo write size count ( 32kb): 3", + "default": "981", + "summary": "sysstat.redo write size count ( 32kb): 981", "scope": "global", "metric_type": 1 }, @@ -16746,6 +18292,7 @@ "dbms": 12, "name": "global.sysstat.redo write size count ( 64kb)", "vartype": 2, + "default": "0", "summary": "sysstat.redo write size count ( 64kb): 0", "scope": "global", "metric_type": 1 @@ -16757,7 +18304,8 @@ "dbms": 12, "name": "global.sysstat.redo write size count ( 128kb)", "vartype": 2, - "summary": "sysstat.redo write size count ( 128kb): 6", + "default": "286", + "summary": "sysstat.redo write size count ( 128kb): 286", "scope": "global", "metric_type": 1 }, @@ -16768,7 +18316,8 @@ "dbms": 12, "name": "global.sysstat.redo write size count ( 256kb)", "vartype": 2, - "summary": "sysstat.redo write size count ( 256kb): 0", + "default": "42", + "summary": "sysstat.redo write size count ( 256kb): 42", "scope": "global", "metric_type": 1 }, @@ -16779,7 +18328,8 @@ "dbms": 12, "name": "global.sysstat.redo write size count ( 512kb)", "vartype": 2, - "summary": "sysstat.redo write size count ( 512kb): 1", + "default": "37", + "summary": "sysstat.redo write size count ( 512kb): 37", "scope": "global", "metric_type": 1 }, @@ -16790,7 +18340,8 @@ "dbms": 12, "name": "global.sysstat.redo write size count (1024kb)", "vartype": 2, - "summary": "sysstat.redo write size count (1024kb): 4", + "default": "114", + "summary": "sysstat.redo write size count (1024kb): 114", "scope": "global", "metric_type": 1 }, @@ -16801,7 +18352,8 @@ "dbms": 12, "name": "global.sysstat.redo write size count (inf)", "vartype": 2, - "summary": "sysstat.redo write size count (inf): 7", + "default": "0", + "summary": "sysstat.redo write size count (inf): 0", "scope": "global", "metric_type": 1 }, @@ -16812,7 +18364,8 @@ "dbms": 12, "name": "global.sysstat.redo write time", "vartype": 2, - "summary": "sysstat.redo write time: 60", + "default": "28361", + "summary": "sysstat.redo write time: 28361", "scope": "global", "metric_type": 1 }, @@ -16823,7 +18376,8 @@ "dbms": 12, "name": "global.sysstat.redo write time (usec)", "vartype": 2, - "summary": "sysstat.redo write time (usec): 592466", + "default": "283613379", + "summary": "sysstat.redo write time (usec): 283613379", "scope": "global", "metric_type": 1 }, @@ -16834,7 +18388,8 @@ "dbms": 12, "name": "global.sysstat.redo write total time", "vartype": 2, - "summary": "sysstat.redo write total time: 637275", + "default": "296634276", + "summary": "sysstat.redo write total time: 296634276", "scope": "global", "metric_type": 1 }, @@ -16845,7 +18400,8 @@ "dbms": 12, "name": "global.sysstat.redo write worker delay (usec)", "vartype": 2, - "summary": "sysstat.redo write worker delay (usec): 69128", + "default": "14612195", + "summary": "sysstat.redo write worker delay (usec): 14612195", "scope": "global", "metric_type": 1 }, @@ -16856,7 +18412,8 @@ "dbms": 12, "name": "global.sysstat.redo write worker delay count", "vartype": 2, - "summary": "sysstat.redo write worker delay count: 463", + "default": "134593", + "summary": "sysstat.redo write worker delay count: 134593", "scope": "global", "metric_type": 1 }, @@ -16867,7 +18424,8 @@ "dbms": 12, "name": "global.sysstat.redo writes", "vartype": 2, - "summary": "sysstat.redo writes: 463", + "default": "134595", + "summary": "sysstat.redo writes: 134595", "scope": "global", "metric_type": 1 }, @@ -16878,7 +18436,8 @@ "dbms": 12, "name": "global.sysstat.redo writes (group 0)", "vartype": 2, - "summary": "sysstat.redo writes (group 0): 294", + "default": "104594", + "summary": "sysstat.redo writes (group 0): 104594", "scope": "global", "metric_type": 1 }, @@ -16889,7 +18448,8 @@ "dbms": 12, "name": "global.sysstat.redo writes (group 1)", "vartype": 2, - "summary": "sysstat.redo writes (group 1): 169", + "default": "29999", + "summary": "sysstat.redo writes (group 1): 29999", "scope": "global", "metric_type": 1 }, @@ -16900,6 +18460,7 @@ "dbms": 12, "name": "global.sysstat.redo writes (group 2)", "vartype": 2, + "default": "0", "summary": "sysstat.redo writes (group 2): 0", "scope": "global", "metric_type": 1 @@ -16911,6 +18472,7 @@ "dbms": 12, "name": "global.sysstat.redo writes (group 3)", "vartype": 2, + "default": "0", "summary": "sysstat.redo writes (group 3): 0", "scope": "global", "metric_type": 1 @@ -16922,6 +18484,7 @@ "dbms": 12, "name": "global.sysstat.redo writes (group 4)", "vartype": 2, + "default": "0", "summary": "sysstat.redo writes (group 4): 0", "scope": "global", "metric_type": 1 @@ -16933,6 +18496,7 @@ "dbms": 12, "name": "global.sysstat.redo writes (group 5)", "vartype": 2, + "default": "0", "summary": "sysstat.redo writes (group 5): 0", "scope": "global", "metric_type": 1 @@ -16944,6 +18508,7 @@ "dbms": 12, "name": "global.sysstat.redo writes (group 6)", "vartype": 2, + "default": "0", "summary": "sysstat.redo writes (group 6): 0", "scope": "global", "metric_type": 1 @@ -16955,6 +18520,7 @@ "dbms": 12, "name": "global.sysstat.redo writes (group 7)", "vartype": 2, + "default": "0", "summary": "sysstat.redo writes (group 7): 0", "scope": "global", "metric_type": 1 @@ -16966,7 +18532,8 @@ "dbms": 12, "name": "global.sysstat.redo writes adaptive all", "vartype": 2, - "summary": "sysstat.redo writes adaptive all: 463", + "default": "134595", + "summary": "sysstat.redo writes adaptive all: 134595", "scope": "global", "metric_type": 1 }, @@ -16977,7 +18544,8 @@ "dbms": 12, "name": "global.sysstat.redo writes adaptive worker", "vartype": 2, - "summary": "sysstat.redo writes adaptive worker: 463", + "default": "134593", + "summary": "sysstat.redo writes adaptive worker: 134593", "scope": "global", "metric_type": 1 }, @@ -16988,6 +18556,7 @@ "dbms": 12, "name": "global.sysstat.remote oradebug requests", "vartype": 2, + "default": "0", "summary": "sysstat.remote oradebug requests: 0", "scope": "global", "metric_type": 1 @@ -16999,7 +18568,8 @@ "dbms": 12, "name": "global.sysstat.requests to/from client", "vartype": 2, - "summary": "sysstat.requests to/from client: 43171", + "default": "6240442", + "summary": "sysstat.requests to/from client: 6240442", "scope": "global", "metric_type": 1 }, @@ -17010,7 +18580,8 @@ "dbms": 12, "name": "global.sysstat.rollback changes - undo records applied", "vartype": 2, - "summary": "sysstat.rollback changes - undo records applied: 9", + "default": "279", + "summary": "sysstat.rollback changes - undo records applied: 279", "scope": "global", "metric_type": 1 }, @@ -17021,7 +18592,8 @@ "dbms": 12, "name": "global.sysstat.rollbacks only - consistent read gets", "vartype": 2, - "summary": "sysstat.rollbacks only - consistent read gets: 14", + "default": "375", + "summary": "sysstat.rollbacks only - consistent read gets: 375", "scope": "global", "metric_type": 1 }, @@ -17032,7 +18604,8 @@ "dbms": 12, "name": "global.sysstat.root node splits", "vartype": 2, - "summary": "sysstat.root node splits: 0", + "default": "1", + "summary": "sysstat.root node splits: 1", "scope": "global", "metric_type": 1 }, @@ -17043,6 +18616,7 @@ "dbms": 12, "name": "global.sysstat.rowcr - resume", "vartype": 2, + "default": "0", "summary": "sysstat.rowcr - resume: 0", "scope": "global", "metric_type": 1 @@ -17054,7 +18628,8 @@ "dbms": 12, "name": "global.sysstat.rowcr - row contention", "vartype": 2, - "summary": "sysstat.rowcr - row contention: 0", + "default": "39", + "summary": "sysstat.rowcr - row contention: 39", "scope": "global", "metric_type": 1 }, @@ -17065,7 +18640,8 @@ "dbms": 12, "name": "global.sysstat.rowcr attempts", "vartype": 2, - "summary": "sysstat.rowcr attempts: 0", + "default": "1778", + "summary": "sysstat.rowcr attempts: 1778", "scope": "global", "metric_type": 1 }, @@ -17076,7 +18652,8 @@ "dbms": 12, "name": "global.sysstat.rowcr hits", "vartype": 2, - "summary": "sysstat.rowcr hits: 0", + "default": "1758", + "summary": "sysstat.rowcr hits: 1758", "scope": "global", "metric_type": 1 }, @@ -17087,7 +18664,8 @@ "dbms": 12, "name": "global.sysstat.rows fetched via callback", "vartype": 2, - "summary": "sysstat.rows fetched via callback: 7355", + "default": "2784200", + "summary": "sysstat.rows fetched via callback: 2784200", "scope": "global", "metric_type": 1 }, @@ -17098,6 +18676,7 @@ "dbms": 12, "name": "global.sysstat.saved cleanout failures: buffer being written", "vartype": 2, + "default": "0", "summary": "sysstat.saved cleanout failures: buffer being written: 0", "scope": "global", "metric_type": 1 @@ -17109,6 +18688,7 @@ "dbms": 12, "name": "global.sysstat.saved cleanout failures: callback failure", "vartype": 2, + "default": "0", "summary": "sysstat.saved cleanout failures: callback failure: 0", "scope": "global", "metric_type": 1 @@ -17120,6 +18700,7 @@ "dbms": 12, "name": "global.sysstat.saved cleanout failures: cannot pin", "vartype": 2, + "default": "0", "summary": "sysstat.saved cleanout failures: cannot pin: 0", "scope": "global", "metric_type": 1 @@ -17131,6 +18712,7 @@ "dbms": 12, "name": "global.sysstat.saved cleanout failures: delayed log", "vartype": 2, + "default": "0", "summary": "sysstat.saved cleanout failures: delayed log: 0", "scope": "global", "metric_type": 1 @@ -17142,6 +18724,7 @@ "dbms": 12, "name": "global.sysstat.saved cleanout failures: flashback", "vartype": 2, + "default": "0", "summary": "sysstat.saved cleanout failures: flashback: 0", "scope": "global", "metric_type": 1 @@ -17153,6 +18736,7 @@ "dbms": 12, "name": "global.sysstat.saved cleanout failures: hot backup in progress", "vartype": 2, + "default": "0", "summary": "sysstat.saved cleanout failures: hot backup in progress: 0", "scope": "global", "metric_type": 1 @@ -17164,6 +18748,7 @@ "dbms": 12, "name": "global.sysstat.saved cleanout failures: write disabled", "vartype": 2, + "default": "0", "summary": "sysstat.saved cleanout failures: write disabled: 0", "scope": "global", "metric_type": 1 @@ -17175,6 +18760,7 @@ "dbms": 12, "name": "global.sysstat.saved cleanouts", "vartype": 2, + "default": "0", "summary": "sysstat.saved cleanouts: 0", "scope": "global", "metric_type": 1 @@ -17186,6 +18772,7 @@ "dbms": 12, "name": "global.sysstat.saved cleanouts successfully completed", "vartype": 2, + "default": "0", "summary": "sysstat.saved cleanouts successfully completed: 0", "scope": "global", "metric_type": 1 @@ -17197,6 +18784,7 @@ "dbms": 12, "name": "global.sysstat.scheduler wait time", "vartype": 2, + "default": "0", "summary": "sysstat.scheduler wait time: 0", "scope": "global", "metric_type": 1 @@ -17208,6 +18796,7 @@ "dbms": 12, "name": "global.sysstat.scn increments due to another database", "vartype": 2, + "default": "0", "summary": "sysstat.scn increments due to another database: 0", "scope": "global", "metric_type": 1 @@ -17219,6 +18808,7 @@ "dbms": 12, "name": "global.sysstat.securefile add dedupd lob to set", "vartype": 2, + "default": "0", "summary": "sysstat.securefile add dedupd lob to set: 0", "scope": "global", "metric_type": 1 @@ -17230,7 +18820,8 @@ "dbms": 12, "name": "global.sysstat.securefile allocation bytes", "vartype": 2, - "summary": "sysstat.securefile allocation bytes: 507904", + "default": "0", + "summary": "sysstat.securefile allocation bytes: 0", "scope": "global", "metric_type": 1 }, @@ -17241,7 +18832,8 @@ "dbms": 12, "name": "global.sysstat.securefile allocation chunks", "vartype": 2, - "summary": "sysstat.securefile allocation chunks: 5", + "default": "0", + "summary": "sysstat.securefile allocation chunks: 0", "scope": "global", "metric_type": 1 }, @@ -17252,6 +18844,7 @@ "dbms": 12, "name": "global.sysstat.securefile bytes cleartext", "vartype": 2, + "default": "0", "summary": "sysstat.securefile bytes cleartext: 0", "scope": "global", "metric_type": 1 @@ -17263,6 +18856,7 @@ "dbms": 12, "name": "global.sysstat.securefile bytes deduplicated", "vartype": 2, + "default": "0", "summary": "sysstat.securefile bytes deduplicated: 0", "scope": "global", "metric_type": 1 @@ -17274,6 +18868,7 @@ "dbms": 12, "name": "global.sysstat.securefile bytes encrypted", "vartype": 2, + "default": "0", "summary": "sysstat.securefile bytes encrypted: 0", "scope": "global", "metric_type": 1 @@ -17285,7 +18880,8 @@ "dbms": 12, "name": "global.sysstat.securefile bytes non-transformed", "vartype": 2, - "summary": "sysstat.securefile bytes non-transformed: 496068", + "default": "0", + "summary": "sysstat.securefile bytes non-transformed: 0", "scope": "global", "metric_type": 1 }, @@ -17296,6 +18892,7 @@ "dbms": 12, "name": "global.sysstat.securefile compressed bytes", "vartype": 2, + "default": "0", "summary": "sysstat.securefile compressed bytes: 0", "scope": "global", "metric_type": 1 @@ -17307,6 +18904,7 @@ "dbms": 12, "name": "global.sysstat.securefile create dedup set", "vartype": 2, + "default": "0", "summary": "sysstat.securefile create dedup set: 0", "scope": "global", "metric_type": 1 @@ -17318,6 +18916,7 @@ "dbms": 12, "name": "global.sysstat.securefile dedup callback oper final", "vartype": 2, + "default": "0", "summary": "sysstat.securefile dedup callback oper final: 0", "scope": "global", "metric_type": 1 @@ -17329,6 +18928,7 @@ "dbms": 12, "name": "global.sysstat.securefile dedup fits inline", "vartype": 2, + "default": "0", "summary": "sysstat.securefile dedup fits inline: 0", "scope": "global", "metric_type": 1 @@ -17340,6 +18940,7 @@ "dbms": 12, "name": "global.sysstat.securefile dedup flush too low", "vartype": 2, + "default": "0", "summary": "sysstat.securefile dedup flush too low: 0", "scope": "global", "metric_type": 1 @@ -17351,6 +18952,7 @@ "dbms": 12, "name": "global.sysstat.securefile dedup hash collision", "vartype": 2, + "default": "0", "summary": "sysstat.securefile dedup hash collision: 0", "scope": "global", "metric_type": 1 @@ -17362,6 +18964,7 @@ "dbms": 12, "name": "global.sysstat.securefile dedup prefix hash match", "vartype": 2, + "default": "0", "summary": "sysstat.securefile dedup prefix hash match: 0", "scope": "global", "metric_type": 1 @@ -17373,6 +18976,7 @@ "dbms": 12, "name": "global.sysstat.securefile dedup wapp cache miss", "vartype": 2, + "default": "0", "summary": "sysstat.securefile dedup wapp cache miss: 0", "scope": "global", "metric_type": 1 @@ -17384,6 +18988,7 @@ "dbms": 12, "name": "global.sysstat.securefile destroy dedup set", "vartype": 2, + "default": "0", "summary": "sysstat.securefile destroy dedup set: 0", "scope": "global", "metric_type": 1 @@ -17395,7 +19000,8 @@ "dbms": 12, "name": "global.sysstat.securefile direct read bytes", "vartype": 2, - "summary": "sysstat.securefile direct read bytes: 1024000", + "default": "0", + "summary": "sysstat.securefile direct read bytes: 0", "scope": "global", "metric_type": 1 }, @@ -17406,7 +19012,8 @@ "dbms": 12, "name": "global.sysstat.securefile direct read ops", "vartype": 2, - "summary": "sysstat.securefile direct read ops: 13", + "default": "0", + "summary": "sysstat.securefile direct read ops: 0", "scope": "global", "metric_type": 1 }, @@ -17417,7 +19024,8 @@ "dbms": 12, "name": "global.sysstat.securefile direct write bytes", "vartype": 2, - "summary": "sysstat.securefile direct write bytes: 507904", + "default": "0", + "summary": "sysstat.securefile direct write bytes: 0", "scope": "global", "metric_type": 1 }, @@ -17428,7 +19036,8 @@ "dbms": 12, "name": "global.sysstat.securefile direct write ops", "vartype": 2, - "summary": "sysstat.securefile direct write ops: 5", + "default": "0", + "summary": "sysstat.securefile direct write ops: 0", "scope": "global", "metric_type": 1 }, @@ -17439,6 +19048,7 @@ "dbms": 12, "name": "global.sysstat.securefile inode ioreap time", "vartype": 2, + "default": "0", "summary": "sysstat.securefile inode ioreap time: 0", "scope": "global", "metric_type": 1 @@ -17450,6 +19060,7 @@ "dbms": 12, "name": "global.sysstat.securefile inode itree redo", "vartype": 2, + "default": "0", "summary": "sysstat.securefile inode itree redo: 0", "scope": "global", "metric_type": 1 @@ -17461,6 +19072,7 @@ "dbms": 12, "name": "global.sysstat.securefile inode lhb redo", "vartype": 2, + "default": "0", "summary": "sysstat.securefile inode lhb redo: 0", "scope": "global", "metric_type": 1 @@ -17472,6 +19084,7 @@ "dbms": 12, "name": "global.sysstat.securefile inode read time", "vartype": 2, + "default": "0", "summary": "sysstat.securefile inode read time: 0", "scope": "global", "metric_type": 1 @@ -17483,6 +19096,7 @@ "dbms": 12, "name": "global.sysstat.securefile inode write time", "vartype": 2, + "default": "0", "summary": "sysstat.securefile inode write time: 0", "scope": "global", "metric_type": 1 @@ -17494,6 +19108,7 @@ "dbms": 12, "name": "global.sysstat.securefile number of flushes", "vartype": 2, + "default": "0", "summary": "sysstat.securefile number of flushes: 0", "scope": "global", "metric_type": 1 @@ -17505,7 +19120,8 @@ "dbms": 12, "name": "global.sysstat.securefile number of non-transformed flushes", "vartype": 2, - "summary": "sysstat.securefile number of non-transformed flushes: 1", + "default": "0", + "summary": "sysstat.securefile number of non-transformed flushes: 0", "scope": "global", "metric_type": 1 }, @@ -17516,6 +19132,7 @@ "dbms": 12, "name": "global.sysstat.securefile reject deduplication", "vartype": 2, + "default": "0", "summary": "sysstat.securefile reject deduplication: 0", "scope": "global", "metric_type": 1 @@ -17527,6 +19144,7 @@ "dbms": 12, "name": "global.sysstat.securefile rmv from dedup set", "vartype": 2, + "default": "0", "summary": "sysstat.securefile rmv from dedup set: 0", "scope": "global", "metric_type": 1 @@ -17538,6 +19156,7 @@ "dbms": 12, "name": "global.sysstat.securefile uncompressed bytes", "vartype": 2, + "default": "0", "summary": "sysstat.securefile uncompressed bytes: 0", "scope": "global", "metric_type": 1 @@ -17549,6 +19168,7 @@ "dbms": 12, "name": "global.sysstat.securefiles copy from dbfs link", "vartype": 2, + "default": "0", "summary": "sysstat.securefiles copy from dbfs link: 0", "scope": "global", "metric_type": 1 @@ -17560,6 +19180,7 @@ "dbms": 12, "name": "global.sysstat.securefiles dbfs link operations", "vartype": 2, + "default": "0", "summary": "sysstat.securefiles dbfs link operations: 0", "scope": "global", "metric_type": 1 @@ -17571,6 +19192,7 @@ "dbms": 12, "name": "global.sysstat.securefiles dbfs link overwrites", "vartype": 2, + "default": "0", "summary": "sysstat.securefiles dbfs link overwrites: 0", "scope": "global", "metric_type": 1 @@ -17582,6 +19204,7 @@ "dbms": 12, "name": "global.sysstat.securefiles dbfs link streaming reads", "vartype": 2, + "default": "0", "summary": "sysstat.securefiles dbfs link streaming reads: 0", "scope": "global", "metric_type": 1 @@ -17593,6 +19216,7 @@ "dbms": 12, "name": "global.sysstat.securefiles get dbfs link reference", "vartype": 2, + "default": "0", "summary": "sysstat.securefiles get dbfs link reference: 0", "scope": "global", "metric_type": 1 @@ -17604,6 +19228,7 @@ "dbms": 12, "name": "global.sysstat.securefiles implicit copy from dbfs link", "vartype": 2, + "default": "0", "summary": "sysstat.securefiles implicit copy from dbfs link: 0", "scope": "global", "metric_type": 1 @@ -17615,6 +19240,7 @@ "dbms": 12, "name": "global.sysstat.securefiles move to dbfs link", "vartype": 2, + "default": "0", "summary": "sysstat.securefiles move to dbfs link: 0", "scope": "global", "metric_type": 1 @@ -17626,6 +19252,7 @@ "dbms": 12, "name": "global.sysstat.securefiles put dbfs link reference", "vartype": 2, + "default": "0", "summary": "sysstat.securefiles put dbfs link reference: 0", "scope": "global", "metric_type": 1 @@ -17637,6 +19264,7 @@ "dbms": 12, "name": "global.sysstat.segment cfs allocations", "vartype": 2, + "default": "0", "summary": "sysstat.segment cfs allocations: 0", "scope": "global", "metric_type": 1 @@ -17648,7 +19276,8 @@ "dbms": 12, "name": "global.sysstat.segment chunks allocation from dispenser", "vartype": 2, - "summary": "sysstat.segment chunks allocation from dispenser: 5", + "default": "0", + "summary": "sysstat.segment chunks allocation from dispenser: 0", "scope": "global", "metric_type": 1 }, @@ -17659,7 +19288,8 @@ "dbms": 12, "name": "global.sysstat.segment dispenser allocations", "vartype": 2, - "summary": "sysstat.segment dispenser allocations: 1", + "default": "0", + "summary": "sysstat.segment dispenser allocations: 0", "scope": "global", "metric_type": 1 }, @@ -17670,6 +19300,7 @@ "dbms": 12, "name": "global.sysstat.segment dispenser load empty", "vartype": 2, + "default": "0", "summary": "sysstat.segment dispenser load empty: 0", "scope": "global", "metric_type": 1 @@ -17681,7 +19312,8 @@ "dbms": 12, "name": "global.sysstat.segment dispenser load tasks", "vartype": 2, - "summary": "sysstat.segment dispenser load tasks: 1", + "default": "0", + "summary": "sysstat.segment dispenser load tasks: 0", "scope": "global", "metric_type": 1 }, @@ -17692,6 +19324,7 @@ "dbms": 12, "name": "global.sysstat.segment prealloc bytes", "vartype": 2, + "default": "0", "summary": "sysstat.segment prealloc bytes: 0", "scope": "global", "metric_type": 1 @@ -17703,7 +19336,8 @@ "dbms": 12, "name": "global.sysstat.segment prealloc ops", "vartype": 2, - "summary": "sysstat.segment prealloc ops: 1", + "default": "0", + "summary": "sysstat.segment prealloc ops: 0", "scope": "global", "metric_type": 1 }, @@ -17714,7 +19348,8 @@ "dbms": 12, "name": "global.sysstat.segment prealloc tasks", "vartype": 2, - "summary": "sysstat.segment prealloc tasks: 1", + "default": "0", + "summary": "sysstat.segment prealloc tasks: 0", "scope": "global", "metric_type": 1 }, @@ -17725,7 +19360,8 @@ "dbms": 12, "name": "global.sysstat.segment prealloc time (ms)", "vartype": 2, - "summary": "sysstat.segment prealloc time (ms): 10", + "default": "0", + "summary": "sysstat.segment prealloc time (ms): 0", "scope": "global", "metric_type": 1 }, @@ -17736,6 +19372,7 @@ "dbms": 12, "name": "global.sysstat.segment prealloc ufs2cfs bytes", "vartype": 2, + "default": "0", "summary": "sysstat.segment prealloc ufs2cfs bytes: 0", "scope": "global", "metric_type": 1 @@ -17747,6 +19384,7 @@ "dbms": 12, "name": "global.sysstat.segment total chunk allocation", "vartype": 2, + "default": "0", "summary": "sysstat.segment total chunk allocation: 0", "scope": "global", "metric_type": 1 @@ -17758,6 +19396,7 @@ "dbms": 12, "name": "global.sysstat.serializable aborts", "vartype": 2, + "default": "0", "summary": "sysstat.serializable aborts: 0", "scope": "global", "metric_type": 1 @@ -17769,7 +19408,8 @@ "dbms": 12, "name": "global.sysstat.session connect time", "vartype": 2, - "summary": "sysstat.session connect time: 1572999637", + "default": "0", + "summary": "sysstat.session connect time: 0", "scope": "global", "metric_type": 1 }, @@ -17780,7 +19420,8 @@ "dbms": 12, "name": "global.sysstat.session cursor cache count", "vartype": 2, - "summary": "sysstat.session cursor cache count: 934", + "default": "50273", + "summary": "sysstat.session cursor cache count: 50273", "scope": "global", "metric_type": 1 }, @@ -17791,7 +19432,8 @@ "dbms": 12, "name": "global.sysstat.session cursor cache hits", "vartype": 2, - "summary": "sysstat.session cursor cache hits: 18898", + "default": "3262668", + "summary": "sysstat.session cursor cache hits: 3262668", "scope": "global", "metric_type": 1 }, @@ -17802,7 +19444,8 @@ "dbms": 12, "name": "global.sysstat.session logical reads", "vartype": 2, - "summary": "sysstat.session logical reads: 287115", + "default": "85607667", + "summary": "sysstat.session logical reads: 85607667", "scope": "global", "metric_type": 1 }, @@ -17813,6 +19456,7 @@ "dbms": 12, "name": "global.sysstat.session logical reads - im", "vartype": 2, + "default": "0", "summary": "sysstat.session logical reads - im: 0", "scope": "global", "metric_type": 1 @@ -17824,6 +19468,7 @@ "dbms": 12, "name": "global.sysstat.session logical reads in local numa group", "vartype": 2, + "default": "0", "summary": "sysstat.session logical reads in local numa group: 0", "scope": "global", "metric_type": 1 @@ -17835,6 +19480,7 @@ "dbms": 12, "name": "global.sysstat.session logical reads in remote numa group", "vartype": 2, + "default": "0", "summary": "sysstat.session logical reads in remote numa group: 0", "scope": "global", "metric_type": 1 @@ -17846,7 +19492,8 @@ "dbms": 12, "name": "global.sysstat.session pga memory", "vartype": 2, - "summary": "sysstat.session pga memory: 130283128", + "default": "267165784", + "summary": "sysstat.session pga memory: 267165784", "scope": "global", "metric_type": 3 }, @@ -17857,7 +19504,8 @@ "dbms": 12, "name": "global.sysstat.session pga memory max", "vartype": 2, - "summary": "sysstat.session pga memory max: 140720408", + "default": "507340856", + "summary": "sysstat.session pga memory max: 507340856", "scope": "global", "metric_type": 3 }, @@ -17868,6 +19516,7 @@ "dbms": 12, "name": "global.sysstat.session referenced a buffer on dram", "vartype": 2, + "default": "0", "summary": "sysstat.session referenced a buffer on dram: 0", "scope": "global", "metric_type": 1 @@ -17879,6 +19528,7 @@ "dbms": 12, "name": "global.sysstat.session referenced a buffer on xmem", "vartype": 2, + "default": "0", "summary": "sysstat.session referenced a buffer on xmem: 0", "scope": "global", "metric_type": 1 @@ -17890,6 +19540,7 @@ "dbms": 12, "name": "global.sysstat.session stored procedure space", "vartype": 2, + "default": "0", "summary": "sysstat.session stored procedure space: 0", "scope": "global", "metric_type": 1 @@ -17901,7 +19552,8 @@ "dbms": 12, "name": "global.sysstat.session uga memory", "vartype": 2, - "summary": "sysstat.session uga memory: 32770256", + "default": "225634016", + "summary": "sysstat.session uga memory: 225634016", "scope": "global", "metric_type": 3 }, @@ -17912,7 +19564,8 @@ "dbms": 12, "name": "global.sysstat.session uga memory max", "vartype": 2, - "summary": "sysstat.session uga memory max: 175834896", + "default": "5379516240", + "summary": "sysstat.session uga memory max: 5379516240", "scope": "global", "metric_type": 3 }, @@ -17923,7 +19576,8 @@ "dbms": 12, "name": "global.sysstat.shared hash latch upgrades - no wait", "vartype": 2, - "summary": "sysstat.shared hash latch upgrades - no wait: 194", + "default": "471717", + "summary": "sysstat.shared hash latch upgrades - no wait: 471717", "scope": "global", "metric_type": 1 }, @@ -17934,7 +19588,8 @@ "dbms": 12, "name": "global.sysstat.shared hash latch upgrades - wait", "vartype": 2, - "summary": "sysstat.shared hash latch upgrades - wait: 0", + "default": "10", + "summary": "sysstat.shared hash latch upgrades - wait: 10", "scope": "global", "metric_type": 1 }, @@ -17945,6 +19600,7 @@ "dbms": 12, "name": "global.sysstat.shared io pool buffer get failure", "vartype": 2, + "default": "0", "summary": "sysstat.shared io pool buffer get failure: 0", "scope": "global", "metric_type": 1 @@ -17956,7 +19612,8 @@ "dbms": 12, "name": "global.sysstat.shared io pool buffer get success", "vartype": 2, - "summary": "sysstat.shared io pool buffer get success: 4", + "default": "0", + "summary": "sysstat.shared io pool buffer get success: 0", "scope": "global", "metric_type": 1 }, @@ -17967,6 +19624,7 @@ "dbms": 12, "name": "global.sysstat.slave propagated tracked transactions", "vartype": 2, + "default": "0", "summary": "sysstat.slave propagated tracked transactions: 0", "scope": "global", "metric_type": 1 @@ -17978,6 +19636,7 @@ "dbms": 12, "name": "global.sysstat.smon posted for dropping temp segment", "vartype": 2, + "default": "0", "summary": "sysstat.smon posted for dropping temp segment: 0", "scope": "global", "metric_type": 1 @@ -17989,6 +19648,7 @@ "dbms": 12, "name": "global.sysstat.smon posted for instance recovery", "vartype": 2, + "default": "0", "summary": "sysstat.smon posted for instance recovery: 0", "scope": "global", "metric_type": 1 @@ -18000,6 +19660,7 @@ "dbms": 12, "name": "global.sysstat.smon posted for txn recovery for other instances", "vartype": 2, + "default": "0", "summary": "sysstat.smon posted for txn recovery for other instances: 0", "scope": "global", "metric_type": 1 @@ -18011,6 +19672,7 @@ "dbms": 12, "name": "global.sysstat.smon posted for undo segment recovery", "vartype": 2, + "default": "0", "summary": "sysstat.smon posted for undo segment recovery: 0", "scope": "global", "metric_type": 1 @@ -18022,6 +19684,7 @@ "dbms": 12, "name": "global.sysstat.smon posted for undo segment shrink", "vartype": 2, + "default": "0", "summary": "sysstat.smon posted for undo segment shrink: 0", "scope": "global", "metric_type": 1 @@ -18033,6 +19696,7 @@ "dbms": 12, "name": "global.sysstat.sorts (disk)", "vartype": 2, + "default": "0", "summary": "sysstat.sorts (disk): 0", "scope": "global", "metric_type": 1 @@ -18044,7 +19708,8 @@ "dbms": 12, "name": "global.sysstat.sorts (memory)", "vartype": 2, - "summary": "sysstat.sorts (memory): 4718", + "default": "623740", + "summary": "sysstat.sorts (memory): 623740", "scope": "global", "metric_type": 1 }, @@ -18055,7 +19720,8 @@ "dbms": 12, "name": "global.sysstat.sorts (rows)", "vartype": 2, - "summary": "sysstat.sorts (rows): 98743", + "default": "16390408", + "summary": "sysstat.sorts (rows): 16390408", "scope": "global", "metric_type": 1 }, @@ -18066,6 +19732,7 @@ "dbms": 12, "name": "global.sysstat.space was found by tune down", "vartype": 2, + "default": "0", "summary": "sysstat.space was found by tune down: 0", "scope": "global", "metric_type": 1 @@ -18077,28 +19744,19 @@ "dbms": 12, "name": "global.sysstat.space was not found by tune down", "vartype": 2, + "default": "0", "summary": "sysstat.space was not found by tune down: 0", "scope": "global", "metric_type": 1 }, "model": "website.MetricCatalog" }, - { - "fields": { - "dbms": 12, - "name": "global.sysstat.spare statistic 1", - "vartype": 2, - "summary": "sysstat.spare statistic 1: 0", - "scope": "global", - "metric_type": 1 - }, - "model": "website.MetricCatalog" - }, { "fields": { "dbms": 12, "name": "global.sysstat.spare statistic 10", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 10: 0", "scope": "global", "metric_type": 1 @@ -18110,6 +19768,7 @@ "dbms": 12, "name": "global.sysstat.spare statistic 11", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 11: 0", "scope": "global", "metric_type": 1 @@ -18121,6 +19780,7 @@ "dbms": 12, "name": "global.sysstat.spare statistic 12", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 12: 0", "scope": "global", "metric_type": 1 @@ -18132,6 +19792,7 @@ "dbms": 12, "name": "global.sysstat.spare statistic 13", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 13: 0", "scope": "global", "metric_type": 1 @@ -18143,6 +19804,7 @@ "dbms": 12, "name": "global.sysstat.spare statistic 14", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 14: 0", "scope": "global", "metric_type": 1 @@ -18154,6 +19816,7 @@ "dbms": 12, "name": "global.sysstat.spare statistic 15", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 15: 0", "scope": "global", "metric_type": 1 @@ -18165,6 +19828,7 @@ "dbms": 12, "name": "global.sysstat.spare statistic 16", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 16: 0", "scope": "global", "metric_type": 1 @@ -18176,6 +19840,7 @@ "dbms": 12, "name": "global.sysstat.spare statistic 17", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 17: 0", "scope": "global", "metric_type": 1 @@ -18187,6 +19852,7 @@ "dbms": 12, "name": "global.sysstat.spare statistic 18", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 18: 0", "scope": "global", "metric_type": 1 @@ -18198,28 +19864,19 @@ "dbms": 12, "name": "global.sysstat.spare statistic 19", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 19: 0", "scope": "global", "metric_type": 1 }, "model": "website.MetricCatalog" }, - { - "fields": { - "dbms": 12, - "name": "global.sysstat.spare statistic 2", - "vartype": 2, - "summary": "sysstat.spare statistic 2: 0", - "scope": "global", - "metric_type": 1 - }, - "model": "website.MetricCatalog" - }, { "fields": { "dbms": 12, "name": "global.sysstat.spare statistic 20", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 20: 0", "scope": "global", "metric_type": 1 @@ -18231,6 +19888,7 @@ "dbms": 12, "name": "global.sysstat.spare statistic 21", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 21: 0", "scope": "global", "metric_type": 1 @@ -18242,6 +19900,7 @@ "dbms": 12, "name": "global.sysstat.spare statistic 22", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 22: 0", "scope": "global", "metric_type": 1 @@ -18253,6 +19912,7 @@ "dbms": 12, "name": "global.sysstat.spare statistic 23", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 23: 0", "scope": "global", "metric_type": 1 @@ -18264,6 +19924,7 @@ "dbms": 12, "name": "global.sysstat.spare statistic 24", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 24: 0", "scope": "global", "metric_type": 1 @@ -18275,6 +19936,7 @@ "dbms": 12, "name": "global.sysstat.spare statistic 25", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 25: 0", "scope": "global", "metric_type": 1 @@ -18286,6 +19948,7 @@ "dbms": 12, "name": "global.sysstat.spare statistic 26", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 26: 0", "scope": "global", "metric_type": 1 @@ -18297,6 +19960,7 @@ "dbms": 12, "name": "global.sysstat.spare statistic 27", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 27: 0", "scope": "global", "metric_type": 1 @@ -18308,6 +19972,7 @@ "dbms": 12, "name": "global.sysstat.spare statistic 28", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 28: 0", "scope": "global", "metric_type": 1 @@ -18319,6 +19984,7 @@ "dbms": 12, "name": "global.sysstat.spare statistic 29", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 29: 0", "scope": "global", "metric_type": 1 @@ -18330,6 +19996,7 @@ "dbms": 12, "name": "global.sysstat.spare statistic 3", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 3: 0", "scope": "global", "metric_type": 1 @@ -18341,6 +20008,7 @@ "dbms": 12, "name": "global.sysstat.spare statistic 30", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 30: 0", "scope": "global", "metric_type": 1 @@ -18352,6 +20020,7 @@ "dbms": 12, "name": "global.sysstat.spare statistic 31", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 31: 0", "scope": "global", "metric_type": 1 @@ -18363,6 +20032,7 @@ "dbms": 12, "name": "global.sysstat.spare statistic 32", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 32: 0", "scope": "global", "metric_type": 1 @@ -18374,6 +20044,7 @@ "dbms": 12, "name": "global.sysstat.spare statistic 33", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 33: 0", "scope": "global", "metric_type": 1 @@ -18385,6 +20056,7 @@ "dbms": 12, "name": "global.sysstat.spare statistic 34", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 34: 0", "scope": "global", "metric_type": 1 @@ -18396,6 +20068,7 @@ "dbms": 12, "name": "global.sysstat.spare statistic 35", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 35: 0", "scope": "global", "metric_type": 1 @@ -18407,6 +20080,7 @@ "dbms": 12, "name": "global.sysstat.spare statistic 36", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 36: 0", "scope": "global", "metric_type": 1 @@ -18418,6 +20092,7 @@ "dbms": 12, "name": "global.sysstat.spare statistic 37", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 37: 0", "scope": "global", "metric_type": 1 @@ -18429,6 +20104,7 @@ "dbms": 12, "name": "global.sysstat.spare statistic 38", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 38: 0", "scope": "global", "metric_type": 1 @@ -18440,6 +20116,7 @@ "dbms": 12, "name": "global.sysstat.spare statistic 39", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 39: 0", "scope": "global", "metric_type": 1 @@ -18451,6 +20128,7 @@ "dbms": 12, "name": "global.sysstat.spare statistic 4", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 4: 0", "scope": "global", "metric_type": 1 @@ -18462,6 +20140,7 @@ "dbms": 12, "name": "global.sysstat.spare statistic 40", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 40: 0", "scope": "global", "metric_type": 1 @@ -18473,6 +20152,7 @@ "dbms": 12, "name": "global.sysstat.spare statistic 5", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 5: 0", "scope": "global", "metric_type": 1 @@ -18484,6 +20164,7 @@ "dbms": 12, "name": "global.sysstat.spare statistic 6", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 6: 0", "scope": "global", "metric_type": 1 @@ -18495,6 +20176,7 @@ "dbms": 12, "name": "global.sysstat.spare statistic 7", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 7: 0", "scope": "global", "metric_type": 1 @@ -18506,6 +20188,7 @@ "dbms": 12, "name": "global.sysstat.spare statistic 8", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 8: 0", "scope": "global", "metric_type": 1 @@ -18517,6 +20200,7 @@ "dbms": 12, "name": "global.sysstat.spare statistic 9", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 9: 0", "scope": "global", "metric_type": 1 @@ -18528,7 +20212,8 @@ "dbms": 12, "name": "global.sysstat.sql area evicted", "vartype": 2, - "summary": "sysstat.sql area evicted: 21995", + "default": "32534", + "summary": "sysstat.sql area evicted: 32534", "scope": "global", "metric_type": 1 }, @@ -18539,7 +20224,8 @@ "dbms": 12, "name": "global.sysstat.sql area purged", "vartype": 2, - "summary": "sysstat.sql area purged: 21536", + "default": "476", + "summary": "sysstat.sql area purged: 476", "scope": "global", "metric_type": 1 }, @@ -18550,7 +20236,8 @@ "dbms": 12, "name": "global.sysstat.sql*net roundtrips to/from client", "vartype": 2, - "summary": "sysstat.sql*net roundtrips to/from client: 43342", + "default": "6240830", + "summary": "sysstat.sql*net roundtrips to/from client: 6240830", "scope": "global", "metric_type": 1 }, @@ -18561,6 +20248,7 @@ "dbms": 12, "name": "global.sysstat.sql*net roundtrips to/from dblink", "vartype": 2, + "default": "0", "summary": "sysstat.sql*net roundtrips to/from dblink: 0", "scope": "global", "metric_type": 1 @@ -18572,6 +20260,7 @@ "dbms": 12, "name": "global.sysstat.steps of tune down ret. in space pressure", "vartype": 2, + "default": "0", "summary": "sysstat.steps of tune down ret. in space pressure: 0", "scope": "global", "metric_type": 1 @@ -18583,6 +20272,7 @@ "dbms": 12, "name": "global.sysstat.streaming no-stall reap", "vartype": 2, + "default": "0", "summary": "sysstat.streaming no-stall reap: 0", "scope": "global", "metric_type": 1 @@ -18594,6 +20284,7 @@ "dbms": 12, "name": "global.sysstat.streaming stall reap", "vartype": 2, + "default": "0", "summary": "sysstat.streaming stall reap: 0", "scope": "global", "metric_type": 1 @@ -18605,7 +20296,8 @@ "dbms": 12, "name": "global.sysstat.summed dirty queue length", "vartype": 2, - "summary": "sysstat.summed dirty queue length: 0", + "default": "17382905", + "summary": "sysstat.summed dirty queue length: 17382905", "scope": "global", "metric_type": 1 }, @@ -18616,7 +20308,8 @@ "dbms": 12, "name": "global.sysstat.switch current caused by our pin", "vartype": 2, - "summary": "sysstat.switch current caused by our pin: 253", + "default": "10145", + "summary": "sysstat.switch current caused by our pin: 10145", "scope": "global", "metric_type": 1 }, @@ -18627,7 +20320,8 @@ "dbms": 12, "name": "global.sysstat.switch current to new buffer", "vartype": 2, - "summary": "sysstat.switch current to new buffer: 253", + "default": "10162", + "summary": "sysstat.switch current to new buffer: 10162", "scope": "global", "metric_type": 1 }, @@ -18638,7 +20332,8 @@ "dbms": 12, "name": "global.sysstat.table fetch by rowid", "vartype": 2, - "summary": "sysstat.table fetch by rowid: 58468", + "default": "21446452", + "summary": "sysstat.table fetch by rowid: 21446452", "scope": "global", "metric_type": 1 }, @@ -18649,7 +20344,8 @@ "dbms": 12, "name": "global.sysstat.table fetch continued row", "vartype": 2, - "summary": "sysstat.table fetch continued row: 738", + "default": "1313419", + "summary": "sysstat.table fetch continued row: 1313419", "scope": "global", "metric_type": 1 }, @@ -18660,7 +20356,8 @@ "dbms": 12, "name": "global.sysstat.table scan blocks gotten", "vartype": 2, - "summary": "sysstat.table scan blocks gotten: 21289", + "default": "42272775", + "summary": "sysstat.table scan blocks gotten: 42272775", "scope": "global", "metric_type": 1 }, @@ -18671,6 +20368,7 @@ "dbms": 12, "name": "global.sysstat.table scan disk imc fallback", "vartype": 2, + "default": "0", "summary": "sysstat.table scan disk imc fallback: 0", "scope": "global", "metric_type": 1 @@ -18682,7 +20380,8 @@ "dbms": 12, "name": "global.sysstat.table scan disk non-imc rows gotten", "vartype": 2, - "summary": "sysstat.table scan disk non-imc rows gotten: 649391", + "default": "1036253380", + "summary": "sysstat.table scan disk non-imc rows gotten: 1036253380", "scope": "global", "metric_type": 1 }, @@ -18693,7 +20392,8 @@ "dbms": 12, "name": "global.sysstat.table scan rows gotten", "vartype": 2, - "summary": "sysstat.table scan rows gotten: 649392", + "default": "1130674002", + "summary": "sysstat.table scan rows gotten: 1130674002", "scope": "global", "metric_type": 1 }, @@ -18704,6 +20404,7 @@ "dbms": 12, "name": "global.sysstat.table scan rs1", "vartype": 2, + "default": "0", "summary": "sysstat.table scan rs1: 0", "scope": "global", "metric_type": 1 @@ -18715,6 +20416,7 @@ "dbms": 12, "name": "global.sysstat.table scan rs2", "vartype": 2, + "default": "0", "summary": "sysstat.table scan rs2: 0", "scope": "global", "metric_type": 1 @@ -18726,6 +20428,7 @@ "dbms": 12, "name": "global.sysstat.table scans (cache partitions)", "vartype": 2, + "default": "0", "summary": "sysstat.table scans (cache partitions): 0", "scope": "global", "metric_type": 1 @@ -18737,7 +20440,8 @@ "dbms": 12, "name": "global.sysstat.table scans (direct read)", "vartype": 2, - "summary": "sysstat.table scans (direct read): 0", + "default": "79", + "summary": "sysstat.table scans (direct read): 79", "scope": "global", "metric_type": 1 }, @@ -18748,6 +20452,7 @@ "dbms": 12, "name": "global.sysstat.table scans (im)", "vartype": 2, + "default": "0", "summary": "sysstat.table scans (im): 0", "scope": "global", "metric_type": 1 @@ -18759,7 +20464,8 @@ "dbms": 12, "name": "global.sysstat.table scans (long tables)", "vartype": 2, - "summary": "sysstat.table scans (long tables): 2", + "default": "85", + "summary": "sysstat.table scans (long tables): 85", "scope": "global", "metric_type": 1 }, @@ -18770,7 +20476,8 @@ "dbms": 12, "name": "global.sysstat.table scans (rowid ranges)", "vartype": 2, - "summary": "sysstat.table scans (rowid ranges): 0", + "default": "1", + "summary": "sysstat.table scans (rowid ranges): 1", "scope": "global", "metric_type": 1 }, @@ -18781,7 +20488,8 @@ "dbms": 12, "name": "global.sysstat.table scans (short tables)", "vartype": 2, - "summary": "sysstat.table scans (short tables): 804", + "default": "59233", + "summary": "sysstat.table scans (short tables): 59233", "scope": "global", "metric_type": 1 }, @@ -18792,6 +20500,7 @@ "dbms": 12, "name": "global.sysstat.tbs extension: bytes extended", "vartype": 2, + "default": "0", "summary": "sysstat.tbs extension: bytes extended: 0", "scope": "global", "metric_type": 1 @@ -18803,6 +20512,7 @@ "dbms": 12, "name": "global.sysstat.tbs extension: files extended", "vartype": 2, + "default": "0", "summary": "sysstat.tbs extension: files extended: 0", "scope": "global", "metric_type": 1 @@ -18814,6 +20524,7 @@ "dbms": 12, "name": "global.sysstat.tbs extension: tasks created", "vartype": 2, + "default": "0", "summary": "sysstat.tbs extension: tasks created: 0", "scope": "global", "metric_type": 1 @@ -18825,6 +20536,7 @@ "dbms": 12, "name": "global.sysstat.tbs extension: tasks executed", "vartype": 2, + "default": "0", "summary": "sysstat.tbs extension: tasks executed: 0", "scope": "global", "metric_type": 1 @@ -18836,7 +20548,8 @@ "dbms": 12, "name": "global.sysstat.temp space allocated (bytes)", "vartype": 2, - "summary": "sysstat.temp space allocated (bytes): 2097152", + "default": "3145728", + "summary": "sysstat.temp space allocated (bytes): 3145728", "scope": "global", "metric_type": 1 }, @@ -18847,7 +20560,8 @@ "dbms": 12, "name": "global.sysstat.total cf enq hold time", "vartype": 2, - "summary": "sysstat.total cf enq hold time: 102", + "default": "92657", + "summary": "sysstat.total cf enq hold time: 92657", "scope": "global", "metric_type": 1 }, @@ -18858,7 +20572,8 @@ "dbms": 12, "name": "global.sysstat.total number of cf enq holders", "vartype": 2, - "summary": "sysstat.total number of cf enq holders: 81", + "default": "14193", + "summary": "sysstat.total number of cf enq holders: 14193", "scope": "global", "metric_type": 1 }, @@ -18869,6 +20584,7 @@ "dbms": 12, "name": "global.sysstat.total number of slots", "vartype": 2, + "default": "0", "summary": "sysstat.total number of slots: 0", "scope": "global", "metric_type": 1 @@ -18880,7 +20596,8 @@ "dbms": 12, "name": "global.sysstat.total number of times smon posted", "vartype": 2, - "summary": "sysstat.total number of times smon posted: 12", + "default": "60", + "summary": "sysstat.total number of times smon posted: 60", "scope": "global", "metric_type": 1 }, @@ -18891,6 +20608,7 @@ "dbms": 12, "name": "global.sysstat.total number of undo segments dropped", "vartype": 2, + "default": "0", "summary": "sysstat.total number of undo segments dropped: 0", "scope": "global", "metric_type": 1 @@ -18902,6 +20620,7 @@ "dbms": 12, "name": "global.sysstat.tracked rows", "vartype": 2, + "default": "0", "summary": "sysstat.tracked rows: 0", "scope": "global", "metric_type": 1 @@ -18913,6 +20632,7 @@ "dbms": 12, "name": "global.sysstat.tracked transactions", "vartype": 2, + "default": "0", "summary": "sysstat.tracked transactions: 0", "scope": "global", "metric_type": 1 @@ -18924,6 +20644,7 @@ "dbms": 12, "name": "global.sysstat.transaction lock background get time", "vartype": 2, + "default": "0", "summary": "sysstat.transaction lock background get time: 0", "scope": "global", "metric_type": 1 @@ -18935,6 +20656,7 @@ "dbms": 12, "name": "global.sysstat.transaction lock background gets", "vartype": 2, + "default": "0", "summary": "sysstat.transaction lock background gets: 0", "scope": "global", "metric_type": 1 @@ -18946,6 +20668,7 @@ "dbms": 12, "name": "global.sysstat.transaction lock foreground requests", "vartype": 2, + "default": "0", "summary": "sysstat.transaction lock foreground requests: 0", "scope": "global", "metric_type": 1 @@ -18957,6 +20680,7 @@ "dbms": 12, "name": "global.sysstat.transaction lock foreground wait time", "vartype": 2, + "default": "0", "summary": "sysstat.transaction lock foreground wait time: 0", "scope": "global", "metric_type": 1 @@ -18968,7 +20692,8 @@ "dbms": 12, "name": "global.sysstat.transaction rollbacks", "vartype": 2, - "summary": "sysstat.transaction rollbacks: 3", + "default": "308", + "summary": "sysstat.transaction rollbacks: 308", "scope": "global", "metric_type": 1 }, @@ -18979,7 +20704,8 @@ "dbms": 12, "name": "global.sysstat.transaction tables consistent read rollbacks", "vartype": 2, - "summary": "sysstat.transaction tables consistent read rollbacks: 0", + "default": "20", + "summary": "sysstat.transaction tables consistent read rollbacks: 20", "scope": "global", "metric_type": 1 }, @@ -18990,7 +20716,8 @@ "dbms": 12, "name": "global.sysstat.transaction tables consistent reads - undo records applied", "vartype": 2, - "summary": "sysstat.transaction tables consistent reads - undo records applied: 0", + "default": "691", + "summary": "sysstat.transaction tables consistent reads - undo records applied: 691", "scope": "global", "metric_type": 1 }, @@ -19001,6 +20728,7 @@ "dbms": 12, "name": "global.sysstat.tune down retentions in space pressure", "vartype": 2, + "default": "0", "summary": "sysstat.tune down retentions in space pressure: 0", "scope": "global", "metric_type": 1 @@ -19012,6 +20740,7 @@ "dbms": 12, "name": "global.sysstat.txn cache init usn exceeds max", "vartype": 2, + "default": "0", "summary": "sysstat.txn cache init usn exceeds max: 0", "scope": "global", "metric_type": 1 @@ -19023,6 +20752,7 @@ "dbms": 12, "name": "global.sysstat.txn cache init usn slot mismatch", "vartype": 2, + "default": "0", "summary": "sysstat.txn cache init usn slot mismatch: 0", "scope": "global", "metric_type": 1 @@ -19034,6 +20764,7 @@ "dbms": 12, "name": "global.sysstat.txn cache local ac read misses", "vartype": 2, + "default": "0", "summary": "sysstat.txn cache local ac read misses: 0", "scope": "global", "metric_type": 1 @@ -19045,6 +20776,7 @@ "dbms": 12, "name": "global.sysstat.txn cache local empty slot misses", "vartype": 2, + "default": "0", "summary": "sysstat.txn cache local empty slot misses: 0", "scope": "global", "metric_type": 1 @@ -19056,6 +20788,7 @@ "dbms": 12, "name": "global.sysstat.txn cache local loscn read misses", "vartype": 2, + "default": "0", "summary": "sysstat.txn cache local loscn read misses: 0", "scope": "global", "metric_type": 1 @@ -19067,6 +20800,7 @@ "dbms": 12, "name": "global.sysstat.txn cache local preset misses", "vartype": 2, + "default": "0", "summary": "sysstat.txn cache local preset misses: 0", "scope": "global", "metric_type": 1 @@ -19078,6 +20812,7 @@ "dbms": 12, "name": "global.sysstat.txn cache local proc misses", "vartype": 2, + "default": "0", "summary": "sysstat.txn cache local proc misses: 0", "scope": "global", "metric_type": 1 @@ -19089,6 +20824,7 @@ "dbms": 12, "name": "global.sysstat.txn cache local read hits", "vartype": 2, + "default": "0", "summary": "sysstat.txn cache local read hits: 0", "scope": "global", "metric_type": 1 @@ -19100,6 +20836,7 @@ "dbms": 12, "name": "global.sysstat.txn cache local read misses", "vartype": 2, + "default": "0", "summary": "sysstat.txn cache local read misses: 0", "scope": "global", "metric_type": 1 @@ -19111,6 +20848,7 @@ "dbms": 12, "name": "global.sysstat.txn cache local seq num misses", "vartype": 2, + "default": "0", "summary": "sysstat.txn cache local seq num misses: 0", "scope": "global", "metric_type": 1 @@ -19122,6 +20860,7 @@ "dbms": 12, "name": "global.sysstat.txn cache local slot misses", "vartype": 2, + "default": "0", "summary": "sysstat.txn cache local slot misses: 0", "scope": "global", "metric_type": 1 @@ -19133,6 +20872,7 @@ "dbms": 12, "name": "global.sysstat.txn cache local sync commit scn misses", "vartype": 2, + "default": "0", "summary": "sysstat.txn cache local sync commit scn misses: 0", "scope": "global", "metric_type": 1 @@ -19144,6 +20884,7 @@ "dbms": 12, "name": "global.sysstat.txn cache local usn hash read misses", "vartype": 2, + "default": "0", "summary": "sysstat.txn cache local usn hash read misses: 0", "scope": "global", "metric_type": 1 @@ -19155,6 +20896,7 @@ "dbms": 12, "name": "global.sysstat.txn cache local usn hash write misses", "vartype": 2, + "default": "0", "summary": "sysstat.txn cache local usn hash write misses: 0", "scope": "global", "metric_type": 1 @@ -19166,6 +20908,7 @@ "dbms": 12, "name": "global.sysstat.txn cache local writes", "vartype": 2, + "default": "0", "summary": "sysstat.txn cache local writes: 0", "scope": "global", "metric_type": 1 @@ -19177,6 +20920,7 @@ "dbms": 12, "name": "global.sysstat.txn cache lookup conflicting write exact", "vartype": 2, + "default": "0", "summary": "sysstat.txn cache lookup conflicting write exact: 0", "scope": "global", "metric_type": 1 @@ -19188,6 +20932,7 @@ "dbms": 12, "name": "global.sysstat.txn cache lookup conflicting write uppper", "vartype": 2, + "default": "0", "summary": "sysstat.txn cache lookup conflicting write uppper: 0", "scope": "global", "metric_type": 1 @@ -19199,6 +20944,7 @@ "dbms": 12, "name": "global.sysstat.txn cache lookup fail read even version", "vartype": 2, + "default": "0", "summary": "sysstat.txn cache lookup fail read even version: 0", "scope": "global", "metric_type": 1 @@ -19210,6 +20956,7 @@ "dbms": 12, "name": "global.sysstat.txn cache lookup slot exceeds max", "vartype": 2, + "default": "0", "summary": "sysstat.txn cache lookup slot exceeds max: 0", "scope": "global", "metric_type": 1 @@ -19221,6 +20968,7 @@ "dbms": 12, "name": "global.sysstat.txn cache lookup usn exceeds max", "vartype": 2, + "default": "0", "summary": "sysstat.txn cache lookup usn exceeds max: 0", "scope": "global", "metric_type": 1 @@ -19232,6 +20980,7 @@ "dbms": 12, "name": "global.sysstat.txn cache redo sync reads", "vartype": 2, + "default": "0", "summary": "sysstat.txn cache redo sync reads: 0", "scope": "global", "metric_type": 1 @@ -19243,6 +20992,7 @@ "dbms": 12, "name": "global.sysstat.txn cache remote active read misses", "vartype": 2, + "default": "0", "summary": "sysstat.txn cache remote active read misses: 0", "scope": "global", "metric_type": 1 @@ -19254,6 +21004,7 @@ "dbms": 12, "name": "global.sysstat.txn cache remote copy hits", "vartype": 2, + "default": "0", "summary": "sysstat.txn cache remote copy hits: 0", "scope": "global", "metric_type": 1 @@ -19265,6 +21016,7 @@ "dbms": 12, "name": "global.sysstat.txn cache remote copy misses", "vartype": 2, + "default": "0", "summary": "sysstat.txn cache remote copy misses: 0", "scope": "global", "metric_type": 1 @@ -19276,6 +21028,7 @@ "dbms": 12, "name": "global.sysstat.txn cache remote empty slot misses", "vartype": 2, + "default": "0", "summary": "sysstat.txn cache remote empty slot misses: 0", "scope": "global", "metric_type": 1 @@ -19287,6 +21040,7 @@ "dbms": 12, "name": "global.sysstat.txn cache remote fetch double pass", "vartype": 2, + "default": "0", "summary": "sysstat.txn cache remote fetch double pass: 0", "scope": "global", "metric_type": 1 @@ -19298,6 +21052,7 @@ "dbms": 12, "name": "global.sysstat.txn cache remote loscn read misses", "vartype": 2, + "default": "0", "summary": "sysstat.txn cache remote loscn read misses: 0", "scope": "global", "metric_type": 1 @@ -19309,6 +21064,7 @@ "dbms": 12, "name": "global.sysstat.txn cache remote prefetch count", "vartype": 2, + "default": "0", "summary": "sysstat.txn cache remote prefetch count: 0", "scope": "global", "metric_type": 1 @@ -19320,6 +21076,7 @@ "dbms": 12, "name": "global.sysstat.txn cache remote proc misses", "vartype": 2, + "default": "0", "summary": "sysstat.txn cache remote proc misses: 0", "scope": "global", "metric_type": 1 @@ -19331,6 +21088,7 @@ "dbms": 12, "name": "global.sysstat.txn cache remote read hits", "vartype": 2, + "default": "0", "summary": "sysstat.txn cache remote read hits: 0", "scope": "global", "metric_type": 1 @@ -19342,6 +21100,7 @@ "dbms": 12, "name": "global.sysstat.txn cache remote read misses", "vartype": 2, + "default": "0", "summary": "sysstat.txn cache remote read misses: 0", "scope": "global", "metric_type": 1 @@ -19353,6 +21112,7 @@ "dbms": 12, "name": "global.sysstat.txn cache remote read msg sent", "vartype": 2, + "default": "0", "summary": "sysstat.txn cache remote read msg sent: 0", "scope": "global", "metric_type": 1 @@ -19364,6 +21124,7 @@ "dbms": 12, "name": "global.sysstat.txn cache remote seq num misses", "vartype": 2, + "default": "0", "summary": "sysstat.txn cache remote seq num misses: 0", "scope": "global", "metric_type": 1 @@ -19375,6 +21136,7 @@ "dbms": 12, "name": "global.sysstat.txn cache remote slot misses", "vartype": 2, + "default": "0", "summary": "sysstat.txn cache remote slot misses: 0", "scope": "global", "metric_type": 1 @@ -19386,6 +21148,7 @@ "dbms": 12, "name": "global.sysstat.txn cache remote sync commit scn misses", "vartype": 2, + "default": "0", "summary": "sysstat.txn cache remote sync commit scn misses: 0", "scope": "global", "metric_type": 1 @@ -19397,6 +21160,7 @@ "dbms": 12, "name": "global.sysstat.txn cache remote ts/inst mismatch", "vartype": 2, + "default": "0", "summary": "sysstat.txn cache remote ts/inst mismatch: 0", "scope": "global", "metric_type": 1 @@ -19408,6 +21172,7 @@ "dbms": 12, "name": "global.sysstat.txn cache remote usn hash read misses", "vartype": 2, + "default": "0", "summary": "sysstat.txn cache remote usn hash read misses: 0", "scope": "global", "metric_type": 1 @@ -19419,6 +21184,7 @@ "dbms": 12, "name": "global.sysstat.txn cache remote writes", "vartype": 2, + "default": "0", "summary": "sysstat.txn cache remote writes: 0", "scope": "global", "metric_type": 1 @@ -19430,6 +21196,7 @@ "dbms": 12, "name": "global.sysstat.txn cache upper bound misses", "vartype": 2, + "default": "0", "summary": "sysstat.txn cache upper bound misses: 0", "scope": "global", "metric_type": 1 @@ -19441,6 +21208,7 @@ "dbms": 12, "name": "global.sysstat.txn cache write slot mismatch", "vartype": 2, + "default": "0", "summary": "sysstat.txn cache write slot mismatch: 0", "scope": "global", "metric_type": 1 @@ -19452,6 +21220,7 @@ "dbms": 12, "name": "global.sysstat.txn cache write usn exceeds max", "vartype": 2, + "default": "0", "summary": "sysstat.txn cache write usn exceeds max: 0", "scope": "global", "metric_type": 1 @@ -19463,6 +21232,7 @@ "dbms": 12, "name": "global.sysstat.undo block recovery disk reads skipped", "vartype": 2, + "default": "0", "summary": "sysstat.undo block recovery disk reads skipped: 0", "scope": "global", "metric_type": 1 @@ -19474,7 +21244,8 @@ "dbms": 12, "name": "global.sysstat.undo change vector size", "vartype": 2, - "summary": "sysstat.undo change vector size: 7369464", + "default": "119749632", + "summary": "sysstat.undo change vector size: 119749632", "scope": "global", "metric_type": 1 }, @@ -19485,6 +21256,7 @@ "dbms": 12, "name": "global.sysstat.undo segment header was pinned", "vartype": 2, + "default": "0", "summary": "sysstat.undo segment header was pinned: 0", "scope": "global", "metric_type": 1 @@ -19496,7 +21268,8 @@ "dbms": 12, "name": "global.sysstat.user calls", "vartype": 2, - "summary": "sysstat.user calls: 43633", + "default": "9318398", + "summary": "sysstat.user calls: 9318398", "scope": "global", "metric_type": 1 }, @@ -19507,7 +21280,8 @@ "dbms": 12, "name": "global.sysstat.user commits", "vartype": 2, - "summary": "sysstat.user commits: 10", + "default": "131076", + "summary": "sysstat.user commits: 131076", "scope": "global", "metric_type": 1 }, @@ -19518,7 +21292,8 @@ "dbms": 12, "name": "global.sysstat.user i/o wait time", "vartype": 2, - "summary": "sysstat.user i/o wait time: 358", + "default": "257412", + "summary": "sysstat.user i/o wait time: 257412", "scope": "global", "metric_type": 1 }, @@ -19529,7 +21304,8 @@ "dbms": 12, "name": "global.sysstat.user logons cumulative", "vartype": 2, - "summary": "sysstat.user logons cumulative: 9", + "default": "1330", + "summary": "sysstat.user logons cumulative: 1330", "scope": "global", "metric_type": 1 }, @@ -19540,7 +21316,8 @@ "dbms": 12, "name": "global.sysstat.user logouts cumulative", "vartype": 2, - "summary": "sysstat.user logouts cumulative: 8", + "default": "1329", + "summary": "sysstat.user logouts cumulative: 1329", "scope": "global", "metric_type": 1 }, @@ -19551,7 +21328,8 @@ "dbms": 12, "name": "global.sysstat.user rollbacks", "vartype": 2, - "summary": "sysstat.user rollbacks: 21427", + "default": "73", + "summary": "sysstat.user rollbacks: 73", "scope": "global", "metric_type": 1 }, @@ -19562,6 +21340,7 @@ "dbms": 12, "name": "global.sysstat.vector encoded arithmetic exceptions", "vartype": 2, + "default": "0", "summary": "sysstat.vector encoded arithmetic exceptions: 0", "scope": "global", "metric_type": 1 @@ -19573,6 +21352,7 @@ "dbms": 12, "name": "global.sysstat.vector encoded row operations", "vartype": 2, + "default": "0", "summary": "sysstat.vector encoded row operations: 0", "scope": "global", "metric_type": 1 @@ -19584,6 +21364,7 @@ "dbms": 12, "name": "global.sysstat.vector encoded rows", "vartype": 2, + "default": "0", "summary": "sysstat.vector encoded rows: 0", "scope": "global", "metric_type": 1 @@ -19595,6 +21376,7 @@ "dbms": 12, "name": "global.sysstat.vector encoded rows decoded", "vartype": 2, + "default": "0", "summary": "sysstat.vector encoded rows decoded: 0", "scope": "global", "metric_type": 1 @@ -19606,6 +21388,7 @@ "dbms": 12, "name": "global.sysstat.vector encoded rowset operations", "vartype": 2, + "default": "0", "summary": "sysstat.vector encoded rowset operations: 0", "scope": "global", "metric_type": 1 @@ -19617,6 +21400,7 @@ "dbms": 12, "name": "global.sysstat.vector encoded rowsets", "vartype": 2, + "default": "0", "summary": "sysstat.vector encoded rowsets: 0", "scope": "global", "metric_type": 1 @@ -19628,6 +21412,7 @@ "dbms": 12, "name": "global.sysstat.vector encoded rowsets decoded", "vartype": 2, + "default": "0", "summary": "sysstat.vector encoded rowsets decoded: 0", "scope": "global", "metric_type": 1 @@ -19639,6 +21424,7 @@ "dbms": 12, "name": "global.sysstat.vector group by accumspace cardinality", "vartype": 2, + "default": "0", "summary": "sysstat.vector group by accumspace cardinality: 0", "scope": "global", "metric_type": 1 @@ -19650,6 +21436,7 @@ "dbms": 12, "name": "global.sysstat.vector group by accumspace size", "vartype": 2, + "default": "0", "summary": "sysstat.vector group by accumspace size: 0", "scope": "global", "metric_type": 1 @@ -19661,6 +21448,7 @@ "dbms": 12, "name": "global.sysstat.vector group by operations not sent to cell due to cardinality", "vartype": 2, + "default": "0", "summary": "sysstat.vector group by operations not sent to cell due to cardinality: 0", "scope": "global", "metric_type": 1 @@ -19672,6 +21460,7 @@ "dbms": 12, "name": "global.sysstat.vector group by operations not sent to cell due to key vector", "vartype": 2, + "default": "0", "summary": "sysstat.vector group by operations not sent to cell due to key vector: 0", "scope": "global", "metric_type": 1 @@ -19683,6 +21472,7 @@ "dbms": 12, "name": "global.sysstat.vector group by operations sent to cell", "vartype": 2, + "default": "0", "summary": "sysstat.vector group by operations sent to cell: 0", "scope": "global", "metric_type": 1 @@ -19694,6 +21484,7 @@ "dbms": 12, "name": "global.sysstat.vector group by out of line rows", "vartype": 2, + "default": "0", "summary": "sysstat.vector group by out of line rows: 0", "scope": "global", "metric_type": 1 @@ -19705,6 +21496,7 @@ "dbms": 12, "name": "global.sysstat.vector group by out of line size", "vartype": 2, + "default": "0", "summary": "sysstat.vector group by out of line size: 0", "scope": "global", "metric_type": 1 @@ -19716,6 +21508,7 @@ "dbms": 12, "name": "global.sysstat.vector group by rows processed on cell", "vartype": 2, + "default": "0", "summary": "sysstat.vector group by rows processed on cell: 0", "scope": "global", "metric_type": 1 @@ -19727,6 +21520,7 @@ "dbms": 12, "name": "global.sysstat.vector group by rows returned by cell", "vartype": 2, + "default": "0", "summary": "sysstat.vector group by rows returned by cell: 0", "scope": "global", "metric_type": 1 @@ -19738,6 +21532,7 @@ "dbms": 12, "name": "global.sysstat.vector group by rowsets processed on cell", "vartype": 2, + "default": "0", "summary": "sysstat.vector group by rowsets processed on cell: 0", "scope": "global", "metric_type": 1 @@ -19749,6 +21544,7 @@ "dbms": 12, "name": "global.sysstat.vector group by rowsources adapted", "vartype": 2, + "default": "0", "summary": "sysstat.vector group by rowsources adapted: 0", "scope": "global", "metric_type": 1 @@ -19760,6 +21556,7 @@ "dbms": 12, "name": "global.sysstat.vector group by string allocations", "vartype": 2, + "default": "0", "summary": "sysstat.vector group by string allocations: 0", "scope": "global", "metric_type": 1 @@ -19771,6 +21568,7 @@ "dbms": 12, "name": "global.sysstat.vector group by string allocations size", "vartype": 2, + "default": "0", "summary": "sysstat.vector group by string allocations size: 0", "scope": "global", "metric_type": 1 @@ -19782,6 +21580,7 @@ "dbms": 12, "name": "global.sysstat.vector group by string resizes", "vartype": 2, + "default": "0", "summary": "sysstat.vector group by string resizes: 0", "scope": "global", "metric_type": 1 @@ -19793,6 +21592,7 @@ "dbms": 12, "name": "global.sysstat.vector group by used", "vartype": 2, + "default": "0", "summary": "sysstat.vector group by used: 0", "scope": "global", "metric_type": 1 @@ -19804,6 +21604,7 @@ "dbms": 12, "name": "global.sysstat.very large tracked transactions", "vartype": 2, + "default": "0", "summary": "sysstat.very large tracked transactions: 0", "scope": "global", "metric_type": 1 @@ -19815,6 +21616,7 @@ "dbms": 12, "name": "global.sysstat.workarea executions - multipass", "vartype": 2, + "default": "0", "summary": "sysstat.workarea executions - multipass: 0", "scope": "global", "metric_type": 1 @@ -19826,7 +21628,8 @@ "dbms": 12, "name": "global.sysstat.workarea executions - onepass", "vartype": 2, - "summary": "sysstat.workarea executions - onepass: 0", + "default": "1", + "summary": "sysstat.workarea executions - onepass: 1", "scope": "global", "metric_type": 1 }, @@ -19837,7 +21640,8 @@ "dbms": 12, "name": "global.sysstat.workarea executions - optimal", "vartype": 2, - "summary": "sysstat.workarea executions - optimal: 2822", + "default": "489962", + "summary": "sysstat.workarea executions - optimal: 489962", "scope": "global", "metric_type": 1 }, @@ -19848,6 +21652,7 @@ "dbms": 12, "name": "global.sysstat.workarea memory allocated", "vartype": 2, + "default": "0", "summary": "sysstat.workarea memory allocated: 0", "scope": "global", "metric_type": 1 @@ -19859,6 +21664,7 @@ "dbms": 12, "name": "global.sysstat.workload capture: dbtime", "vartype": 2, + "default": "0", "summary": "sysstat.workload capture: dbtime: 0", "scope": "global", "metric_type": 1 @@ -19870,6 +21676,7 @@ "dbms": 12, "name": "global.sysstat.workload capture: errors", "vartype": 2, + "default": "0", "summary": "sysstat.workload capture: errors: 0", "scope": "global", "metric_type": 1 @@ -19881,6 +21688,7 @@ "dbms": 12, "name": "global.sysstat.workload capture: pl/sql dbtime", "vartype": 2, + "default": "0", "summary": "sysstat.workload capture: pl/sql dbtime: 0", "scope": "global", "metric_type": 1 @@ -19892,6 +21700,7 @@ "dbms": 12, "name": "global.sysstat.workload capture: pl/sql subcall size of recording", "vartype": 2, + "default": "0", "summary": "sysstat.workload capture: pl/sql subcall size of recording: 0", "scope": "global", "metric_type": 1 @@ -19903,6 +21712,7 @@ "dbms": 12, "name": "global.sysstat.workload capture: pl/sql user calls", "vartype": 2, + "default": "0", "summary": "sysstat.workload capture: pl/sql user calls: 0", "scope": "global", "metric_type": 1 @@ -19914,6 +21724,7 @@ "dbms": 12, "name": "global.sysstat.workload capture: pl/sql user subcalls", "vartype": 2, + "default": "0", "summary": "sysstat.workload capture: pl/sql user subcalls: 0", "scope": "global", "metric_type": 1 @@ -19925,6 +21736,7 @@ "dbms": 12, "name": "global.sysstat.workload capture: size (in bytes) of recording", "vartype": 2, + "default": "0", "summary": "sysstat.workload capture: size (in bytes) of recording: 0", "scope": "global", "metric_type": 1 @@ -19936,6 +21748,7 @@ "dbms": 12, "name": "global.sysstat.workload capture: unreplayable user calls", "vartype": 2, + "default": "0", "summary": "sysstat.workload capture: unreplayable user calls: 0", "scope": "global", "metric_type": 1 @@ -19947,6 +21760,7 @@ "dbms": 12, "name": "global.sysstat.workload capture: unsupported user calls", "vartype": 2, + "default": "0", "summary": "sysstat.workload capture: unsupported user calls: 0", "scope": "global", "metric_type": 1 @@ -19958,6 +21772,7 @@ "dbms": 12, "name": "global.sysstat.workload capture: user calls", "vartype": 2, + "default": "0", "summary": "sysstat.workload capture: user calls: 0", "scope": "global", "metric_type": 1 @@ -19969,6 +21784,7 @@ "dbms": 12, "name": "global.sysstat.workload capture: user calls flushed", "vartype": 2, + "default": "0", "summary": "sysstat.workload capture: user calls flushed: 0", "scope": "global", "metric_type": 1 @@ -19980,6 +21796,7 @@ "dbms": 12, "name": "global.sysstat.workload capture: user logins", "vartype": 2, + "default": "0", "summary": "sysstat.workload capture: user logins: 0", "scope": "global", "metric_type": 1 @@ -19991,6 +21808,7 @@ "dbms": 12, "name": "global.sysstat.workload capture: user txns", "vartype": 2, + "default": "0", "summary": "sysstat.workload capture: user txns: 0", "scope": "global", "metric_type": 1 @@ -20002,7 +21820,8 @@ "dbms": 12, "name": "global.sysstat.workload replay: dbtime", "vartype": 2, - "summary": "sysstat.workload replay: dbtime: 0", + "default": "3389956600", + "summary": "sysstat.workload replay: dbtime: 3389956600", "scope": "global", "metric_type": 1 }, @@ -20013,6 +21832,7 @@ "dbms": 12, "name": "global.sysstat.workload replay: deadlocks resolved", "vartype": 2, + "default": "0", "summary": "sysstat.workload replay: deadlocks resolved: 0", "scope": "global", "metric_type": 1 @@ -20024,7 +21844,8 @@ "dbms": 12, "name": "global.sysstat.workload replay: network time", "vartype": 2, - "summary": "sysstat.workload replay: network time: 0", + "default": "322109188437", + "summary": "sysstat.workload replay: network time: 322109188437", "scope": "global", "metric_type": 1 }, @@ -20035,7 +21856,8 @@ "dbms": 12, "name": "global.sysstat.workload replay: pl/sql dbtime", "vartype": 2, - "summary": "sysstat.workload replay: pl/sql dbtime: 0", + "default": "55643945", + "summary": "sysstat.workload replay: pl/sql dbtime: 55643945", "scope": "global", "metric_type": 1 }, @@ -20046,7 +21868,8 @@ "dbms": 12, "name": "global.sysstat.workload replay: pl/sql user calls", "vartype": 2, - "summary": "sysstat.workload replay: pl/sql user calls: 0", + "default": "2688", + "summary": "sysstat.workload replay: pl/sql user calls: 2688", "scope": "global", "metric_type": 1 }, @@ -20057,6 +21880,7 @@ "dbms": 12, "name": "global.sysstat.workload replay: pl/sql user subcalls", "vartype": 2, + "default": "0", "summary": "sysstat.workload replay: pl/sql user subcalls: 0", "scope": "global", "metric_type": 1 @@ -20068,7 +21892,8 @@ "dbms": 12, "name": "global.sysstat.workload replay: think time", "vartype": 2, - "summary": "sysstat.workload replay: think time: 0", + "default": "272420433339", + "summary": "sysstat.workload replay: think time: 272420433339", "scope": "global", "metric_type": 1 }, @@ -20079,7 +21904,8 @@ "dbms": 12, "name": "global.sysstat.workload replay: time gain", "vartype": 2, - "summary": "sysstat.workload replay: time gain: 0", + "default": "7718676", + "summary": "sysstat.workload replay: time gain: 7718676", "scope": "global", "metric_type": 1 }, @@ -20090,7 +21916,8 @@ "dbms": 12, "name": "global.sysstat.workload replay: time loss", "vartype": 2, - "summary": "sysstat.workload replay: time loss: 0", + "default": "409544256002", + "summary": "sysstat.workload replay: time loss: 409544256002", "scope": "global", "metric_type": 1 }, @@ -20101,7 +21928,8 @@ "dbms": 12, "name": "global.sysstat.workload replay: user calls", "vartype": 2, - "summary": "sysstat.workload replay: user calls: 0", + "default": "8348852", + "summary": "sysstat.workload replay: user calls: 8348852", "scope": "global", "metric_type": 1 }, @@ -20112,6 +21940,7 @@ "dbms": 12, "name": "global.sysstat.write clones created for recovery", "vartype": 2, + "default": "0", "summary": "sysstat.write clones created for recovery: 0", "scope": "global", "metric_type": 1 @@ -20123,7 +21952,8 @@ "dbms": 12, "name": "global.sysstat.write clones created in background", "vartype": 2, - "summary": "sysstat.write clones created in background: 0", + "default": "17", + "summary": "sysstat.write clones created in background: 17", "scope": "global", "metric_type": 1 }, @@ -20134,7 +21964,8 @@ "dbms": 12, "name": "global.sysstat.write clones created in foreground", "vartype": 2, - "summary": "sysstat.write clones created in foreground: 0", + "default": "8", + "summary": "sysstat.write clones created in foreground: 8", "scope": "global", "metric_type": 1 }, @@ -20145,6 +21976,7 @@ "dbms": 12, "name": "global.sysstat.xmem buffer switch needed but no free dram buffer", "vartype": 2, + "default": "0", "summary": "sysstat.xmem buffer switch needed but no free dram buffer: 0", "scope": "global", "metric_type": 1 @@ -20156,6 +21988,7 @@ "dbms": 12, "name": "global.sysstat.xmem clean buffers available and used", "vartype": 2, + "default": "0", "summary": "sysstat.xmem clean buffers available and used: 0", "scope": "global", "metric_type": 1 @@ -20167,6 +22000,7 @@ "dbms": 12, "name": "global.sysstat.xmem clean buffers not available so switch to main", "vartype": 2, + "default": "0", "summary": "sysstat.xmem clean buffers not available so switch to main: 0", "scope": "global", "metric_type": 1 @@ -20178,6 +22012,7 @@ "dbms": 12, "name": "global.sysstat.xmem: dram enforced but no free buffer", "vartype": 2, + "default": "0", "summary": "sysstat.xmem: dram enforced but no free buffer: 0", "scope": "global", "metric_type": 1 @@ -20189,7 +22024,8 @@ "dbms": 12, "name": "global.system_event.adr block file read.average_wait", "vartype": 3, - "summary": "system_event.adr block file read.average_wait: 0.02", + "default": ".16", + "summary": "system_event.adr block file read.average_wait: .16", "scope": "global", "metric_type": 3 }, @@ -20200,7 +22036,8 @@ "dbms": 12, "name": "global.system_event.adr block file read.average_wait_fg", "vartype": 3, - "summary": "system_event.adr block file read.average_wait_fg: 0.03", + "default": ".11", + "summary": "system_event.adr block file read.average_wait_fg: .11", "scope": "global", "metric_type": 3 }, @@ -20211,6 +22048,7 @@ "dbms": 12, "name": "global.system_event.adr block file read.con_id", "vartype": 2, + "default": "0", "summary": "system_event.adr block file read.con_id: 0", "scope": "global", "metric_type": 1 @@ -20222,6 +22060,7 @@ "dbms": 12, "name": "global.system_event.adr block file read.event_id", "vartype": 2, + "default": "1780066010", "summary": "system_event.adr block file read.event_id: 1780066010", "scope": "global", "metric_type": 1 @@ -20233,7 +22072,8 @@ "dbms": 12, "name": "global.system_event.adr block file read.time_waited", "vartype": 2, - "summary": "system_event.adr block file read.time_waited: 9", + "default": "17", + "summary": "system_event.adr block file read.time_waited: 17", "scope": "global", "metric_type": 1 }, @@ -20244,7 +22084,8 @@ "dbms": 12, "name": "global.system_event.adr block file read.time_waited_fg", "vartype": 2, - "summary": "system_event.adr block file read.time_waited_fg: 1", + "default": "9", + "summary": "system_event.adr block file read.time_waited_fg: 9", "scope": "global", "metric_type": 1 }, @@ -20255,7 +22096,8 @@ "dbms": 12, "name": "global.system_event.adr block file read.time_waited_micro", "vartype": 2, - "summary": "system_event.adr block file read.time_waited_micro: 86497", + "default": "168226", + "summary": "system_event.adr block file read.time_waited_micro: 168226", "scope": "global", "metric_type": 1 }, @@ -20266,7 +22108,8 @@ "dbms": 12, "name": "global.system_event.adr block file read.time_waited_micro_fg", "vartype": 2, - "summary": "system_event.adr block file read.time_waited_micro_fg: 13260", + "default": "91550", + "summary": "system_event.adr block file read.time_waited_micro_fg: 91550", "scope": "global", "metric_type": 1 }, @@ -20277,6 +22120,7 @@ "dbms": 12, "name": "global.system_event.adr block file read.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.adr block file read.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -20288,6 +22132,7 @@ "dbms": 12, "name": "global.system_event.adr block file read.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.adr block file read.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -20299,7 +22144,8 @@ "dbms": 12, "name": "global.system_event.adr block file read.total_waits", "vartype": 2, - "summary": "system_event.adr block file read.total_waits: 451", + "default": "107", + "summary": "system_event.adr block file read.total_waits: 107", "scope": "global", "metric_type": 1 }, @@ -20310,7 +22156,8 @@ "dbms": 12, "name": "global.system_event.adr block file read.total_waits_fg", "vartype": 2, - "summary": "system_event.adr block file read.total_waits_fg: 52", + "default": "80", + "summary": "system_event.adr block file read.total_waits_fg: 80", "scope": "global", "metric_type": 1 }, @@ -20321,6 +22168,7 @@ "dbms": 12, "name": "global.system_event.adr block file read.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.adr block file read.wait_class: Other", "scope": "global", "metric_type": 2 @@ -20332,9 +22180,10 @@ "dbms": 12, "name": "global.system_event.adr block file read.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.adr block file read.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -20343,6 +22192,7 @@ "dbms": 12, "name": "global.system_event.adr block file read.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.adr block file read.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -20354,7 +22204,8 @@ "dbms": 12, "name": "global.system_event.adr block file write.average_wait", "vartype": 3, - "summary": "system_event.adr block file write.average_wait: 0.04", + "default": ".2", + "summary": "system_event.adr block file write.average_wait: .2", "scope": "global", "metric_type": 3 }, @@ -20364,8 +22215,9 @@ "fields": { "dbms": 12, "name": "global.system_event.adr block file write.average_wait_fg", - "vartype": 2, - "summary": "system_event.adr block file write.average_wait_fg: 0", + "vartype": 3, + "default": ".15", + "summary": "system_event.adr block file write.average_wait_fg: .15", "scope": "global", "metric_type": 3 }, @@ -20376,6 +22228,7 @@ "dbms": 12, "name": "global.system_event.adr block file write.con_id", "vartype": 2, + "default": "0", "summary": "system_event.adr block file write.con_id: 0", "scope": "global", "metric_type": 1 @@ -20387,6 +22240,7 @@ "dbms": 12, "name": "global.system_event.adr block file write.event_id", "vartype": 2, + "default": "4092822979", "summary": "system_event.adr block file write.event_id: 4092822979", "scope": "global", "metric_type": 1 @@ -20398,7 +22252,8 @@ "dbms": 12, "name": "global.system_event.adr block file write.time_waited", "vartype": 2, - "summary": "system_event.adr block file write.time_waited: 31", + "default": "4", + "summary": "system_event.adr block file write.time_waited: 4", "scope": "global", "metric_type": 1 }, @@ -20409,7 +22264,8 @@ "dbms": 12, "name": "global.system_event.adr block file write.time_waited_fg", "vartype": 2, - "summary": "system_event.adr block file write.time_waited_fg: 0", + "default": "1", + "summary": "system_event.adr block file write.time_waited_fg: 1", "scope": "global", "metric_type": 1 }, @@ -20420,7 +22276,8 @@ "dbms": 12, "name": "global.system_event.adr block file write.time_waited_micro", "vartype": 2, - "summary": "system_event.adr block file write.time_waited_micro: 312945", + "default": "41385", + "summary": "system_event.adr block file write.time_waited_micro: 41385", "scope": "global", "metric_type": 1 }, @@ -20431,7 +22288,8 @@ "dbms": 12, "name": "global.system_event.adr block file write.time_waited_micro_fg", "vartype": 2, - "summary": "system_event.adr block file write.time_waited_micro_fg: 0", + "default": "8798", + "summary": "system_event.adr block file write.time_waited_micro_fg: 8798", "scope": "global", "metric_type": 1 }, @@ -20442,6 +22300,7 @@ "dbms": 12, "name": "global.system_event.adr block file write.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.adr block file write.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -20453,6 +22312,7 @@ "dbms": 12, "name": "global.system_event.adr block file write.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.adr block file write.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -20464,7 +22324,8 @@ "dbms": 12, "name": "global.system_event.adr block file write.total_waits", "vartype": 2, - "summary": "system_event.adr block file write.total_waits: 752", + "default": "21", + "summary": "system_event.adr block file write.total_waits: 21", "scope": "global", "metric_type": 1 }, @@ -20475,7 +22336,8 @@ "dbms": 12, "name": "global.system_event.adr block file write.total_waits_fg", "vartype": 2, - "summary": "system_event.adr block file write.total_waits_fg: 0", + "default": "6", + "summary": "system_event.adr block file write.total_waits_fg: 6", "scope": "global", "metric_type": 1 }, @@ -20486,6 +22348,7 @@ "dbms": 12, "name": "global.system_event.adr block file write.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.adr block file write.wait_class: Other", "scope": "global", "metric_type": 2 @@ -20497,9 +22360,10 @@ "dbms": 12, "name": "global.system_event.adr block file write.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.adr block file write.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -20508,6 +22372,7 @@ "dbms": 12, "name": "global.system_event.adr block file write.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.adr block file write.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -20518,8 +22383,9 @@ "fields": { "dbms": 12, "name": "global.system_event.adr file lock.average_wait", - "vartype": 2, - "summary": "system_event.adr file lock.average_wait: 0", + "vartype": 3, + "default": ".61", + "summary": "system_event.adr file lock.average_wait: .61", "scope": "global", "metric_type": 3 }, @@ -20529,8 +22395,9 @@ "fields": { "dbms": 12, "name": "global.system_event.adr file lock.average_wait_fg", - "vartype": 2, - "summary": "system_event.adr file lock.average_wait_fg: 0", + "vartype": 3, + "default": ".72", + "summary": "system_event.adr file lock.average_wait_fg: .72", "scope": "global", "metric_type": 3 }, @@ -20541,6 +22408,7 @@ "dbms": 12, "name": "global.system_event.adr file lock.con_id", "vartype": 2, + "default": "0", "summary": "system_event.adr file lock.con_id: 0", "scope": "global", "metric_type": 1 @@ -20552,6 +22420,7 @@ "dbms": 12, "name": "global.system_event.adr file lock.event_id", "vartype": 2, + "default": "660190475", "summary": "system_event.adr file lock.event_id: 660190475", "scope": "global", "metric_type": 1 @@ -20563,7 +22432,8 @@ "dbms": 12, "name": "global.system_event.adr file lock.time_waited", "vartype": 2, - "summary": "system_event.adr file lock.time_waited: 1", + "default": "18", + "summary": "system_event.adr file lock.time_waited: 18", "scope": "global", "metric_type": 1 }, @@ -20574,7 +22444,8 @@ "dbms": 12, "name": "global.system_event.adr file lock.time_waited_fg", "vartype": 2, - "summary": "system_event.adr file lock.time_waited_fg: 0", + "default": "6", + "summary": "system_event.adr file lock.time_waited_fg: 6", "scope": "global", "metric_type": 1 }, @@ -20585,7 +22456,8 @@ "dbms": 12, "name": "global.system_event.adr file lock.time_waited_micro", "vartype": 2, - "summary": "system_event.adr file lock.time_waited_micro: 14840", + "default": "182715", + "summary": "system_event.adr file lock.time_waited_micro: 182715", "scope": "global", "metric_type": 1 }, @@ -20596,7 +22468,8 @@ "dbms": 12, "name": "global.system_event.adr file lock.time_waited_micro_fg", "vartype": 2, - "summary": "system_event.adr file lock.time_waited_micro_fg: 0", + "default": "57730", + "summary": "system_event.adr file lock.time_waited_micro_fg: 57730", "scope": "global", "metric_type": 1 }, @@ -20607,6 +22480,7 @@ "dbms": 12, "name": "global.system_event.adr file lock.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.adr file lock.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -20618,6 +22492,7 @@ "dbms": 12, "name": "global.system_event.adr file lock.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.adr file lock.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -20629,7 +22504,8 @@ "dbms": 12, "name": "global.system_event.adr file lock.total_waits", "vartype": 2, - "summary": "system_event.adr file lock.total_waits: 692", + "default": "30", + "summary": "system_event.adr file lock.total_waits: 30", "scope": "global", "metric_type": 1 }, @@ -20640,7 +22516,8 @@ "dbms": 12, "name": "global.system_event.adr file lock.total_waits_fg", "vartype": 2, - "summary": "system_event.adr file lock.total_waits_fg: 0", + "default": "8", + "summary": "system_event.adr file lock.total_waits_fg: 8", "scope": "global", "metric_type": 1 }, @@ -20651,6 +22528,7 @@ "dbms": 12, "name": "global.system_event.adr file lock.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.adr file lock.wait_class: Other", "scope": "global", "metric_type": 2 @@ -20662,9 +22540,10 @@ "dbms": 12, "name": "global.system_event.adr file lock.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.adr file lock.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -20673,6 +22552,7 @@ "dbms": 12, "name": "global.system_event.adr file lock.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.adr file lock.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -20684,7 +22564,8 @@ "dbms": 12, "name": "global.system_event.aq background master: slave start.average_wait", "vartype": 3, - "summary": "system_event.aq background master: slave start.average_wait: 0.33", + "default": ".48", + "summary": "system_event.aq background master: slave start.average_wait: .48", "scope": "global", "metric_type": 3 }, @@ -20695,6 +22576,7 @@ "dbms": 12, "name": "global.system_event.aq background master: slave start.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.aq background master: slave start.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -20706,6 +22588,7 @@ "dbms": 12, "name": "global.system_event.aq background master: slave start.con_id", "vartype": 2, + "default": "0", "summary": "system_event.aq background master: slave start.con_id: 0", "scope": "global", "metric_type": 1 @@ -20717,6 +22600,7 @@ "dbms": 12, "name": "global.system_event.aq background master: slave start.event_id", "vartype": 2, + "default": "521075289", "summary": "system_event.aq background master: slave start.event_id: 521075289", "scope": "global", "metric_type": 1 @@ -20728,7 +22612,8 @@ "dbms": 12, "name": "global.system_event.aq background master: slave start.time_waited", "vartype": 2, - "summary": "system_event.aq background master: slave start.time_waited: 1", + "default": "4", + "summary": "system_event.aq background master: slave start.time_waited: 4", "scope": "global", "metric_type": 1 }, @@ -20739,6 +22624,7 @@ "dbms": 12, "name": "global.system_event.aq background master: slave start.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.aq background master: slave start.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -20750,7 +22636,8 @@ "dbms": 12, "name": "global.system_event.aq background master: slave start.time_waited_micro", "vartype": 2, - "summary": "system_event.aq background master: slave start.time_waited_micro: 13149", + "default": "42880", + "summary": "system_event.aq background master: slave start.time_waited_micro: 42880", "scope": "global", "metric_type": 1 }, @@ -20761,6 +22648,7 @@ "dbms": 12, "name": "global.system_event.aq background master: slave start.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.aq background master: slave start.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -20772,6 +22660,7 @@ "dbms": 12, "name": "global.system_event.aq background master: slave start.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.aq background master: slave start.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -20783,6 +22672,7 @@ "dbms": 12, "name": "global.system_event.aq background master: slave start.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.aq background master: slave start.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -20794,7 +22684,8 @@ "dbms": 12, "name": "global.system_event.aq background master: slave start.total_waits", "vartype": 2, - "summary": "system_event.aq background master: slave start.total_waits: 4", + "default": "9", + "summary": "system_event.aq background master: slave start.total_waits: 9", "scope": "global", "metric_type": 1 }, @@ -20805,6 +22696,7 @@ "dbms": 12, "name": "global.system_event.aq background master: slave start.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.aq background master: slave start.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -20816,6 +22708,7 @@ "dbms": 12, "name": "global.system_event.aq background master: slave start.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.aq background master: slave start.wait_class: Other", "scope": "global", "metric_type": 2 @@ -20827,9 +22720,10 @@ "dbms": 12, "name": "global.system_event.aq background master: slave start.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.aq background master: slave start.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -20838,6 +22732,7 @@ "dbms": 12, "name": "global.system_event.aq background master: slave start.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.aq background master: slave start.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -20849,7 +22744,8 @@ "dbms": 12, "name": "global.system_event.aqpc idle.average_wait", "vartype": 3, - "summary": "system_event.aqpc idle.average_wait: 2023.72", + "default": "2956.77", + "summary": "system_event.aqpc idle.average_wait: 2956.77", "scope": "global", "metric_type": 3 }, @@ -20860,6 +22756,7 @@ "dbms": 12, "name": "global.system_event.aqpc idle.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.aqpc idle.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -20871,6 +22768,7 @@ "dbms": 12, "name": "global.system_event.aqpc idle.con_id", "vartype": 2, + "default": "0", "summary": "system_event.aqpc idle.con_id: 0", "scope": "global", "metric_type": 1 @@ -20882,6 +22780,7 @@ "dbms": 12, "name": "global.system_event.aqpc idle.event_id", "vartype": 2, + "default": "3367618326", "summary": "system_event.aqpc idle.event_id: 3367618326", "scope": "global", "metric_type": 1 @@ -20893,7 +22792,8 @@ "dbms": 12, "name": "global.system_event.aqpc idle.time_waited", "vartype": 2, - "summary": "system_event.aqpc idle.time_waited: 4047", + "default": "195147", + "summary": "system_event.aqpc idle.time_waited: 195147", "scope": "global", "metric_type": 1 }, @@ -20904,6 +22804,7 @@ "dbms": 12, "name": "global.system_event.aqpc idle.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.aqpc idle.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -20915,7 +22816,8 @@ "dbms": 12, "name": "global.system_event.aqpc idle.time_waited_micro", "vartype": 2, - "summary": "system_event.aqpc idle.time_waited_micro: 40474362", + "default": "1951466590", + "summary": "system_event.aqpc idle.time_waited_micro: 1951466590", "scope": "global", "metric_type": 1 }, @@ -20926,6 +22828,7 @@ "dbms": 12, "name": "global.system_event.aqpc idle.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.aqpc idle.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -20937,7 +22840,8 @@ "dbms": 12, "name": "global.system_event.aqpc idle.total_timeouts", "vartype": 2, - "summary": "system_event.aqpc idle.total_timeouts: 1", + "default": "65", + "summary": "system_event.aqpc idle.total_timeouts: 65", "scope": "global", "metric_type": 1 }, @@ -20948,6 +22852,7 @@ "dbms": 12, "name": "global.system_event.aqpc idle.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.aqpc idle.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -20959,7 +22864,8 @@ "dbms": 12, "name": "global.system_event.aqpc idle.total_waits", "vartype": 2, - "summary": "system_event.aqpc idle.total_waits: 2", + "default": "66", + "summary": "system_event.aqpc idle.total_waits: 66", "scope": "global", "metric_type": 1 }, @@ -20970,6 +22876,7 @@ "dbms": 12, "name": "global.system_event.aqpc idle.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.aqpc idle.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -20981,6 +22888,7 @@ "dbms": 12, "name": "global.system_event.aqpc idle.wait_class", "vartype": 1, + "default": "Idle", "summary": "system_event.aqpc idle.wait_class: Idle", "scope": "global", "metric_type": 2 @@ -20992,9 +22900,10 @@ "dbms": 12, "name": "global.system_event.aqpc idle.wait_class#", "vartype": 2, + "default": "6", "summary": "system_event.aqpc idle.wait_class#: 6", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -21003,6 +22912,7 @@ "dbms": 12, "name": "global.system_event.aqpc idle.wait_class_id", "vartype": 2, + "default": "2723168908", "summary": "system_event.aqpc idle.wait_class_id: 2723168908", "scope": "global", "metric_type": 1 @@ -21014,6 +22924,7 @@ "dbms": 12, "name": "global.system_event.aqpc: new master.average_wait", "vartype": 2, + "default": "0", "summary": "system_event.aqpc: new master.average_wait: 0", "scope": "global", "metric_type": 3 @@ -21025,6 +22936,7 @@ "dbms": 12, "name": "global.system_event.aqpc: new master.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.aqpc: new master.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -21036,6 +22948,7 @@ "dbms": 12, "name": "global.system_event.aqpc: new master.con_id", "vartype": 2, + "default": "0", "summary": "system_event.aqpc: new master.con_id: 0", "scope": "global", "metric_type": 1 @@ -21047,6 +22960,7 @@ "dbms": 12, "name": "global.system_event.aqpc: new master.event_id", "vartype": 2, + "default": "1719027518", "summary": "system_event.aqpc: new master.event_id: 1719027518", "scope": "global", "metric_type": 1 @@ -21058,6 +22972,7 @@ "dbms": 12, "name": "global.system_event.aqpc: new master.time_waited", "vartype": 2, + "default": "0", "summary": "system_event.aqpc: new master.time_waited: 0", "scope": "global", "metric_type": 1 @@ -21069,6 +22984,7 @@ "dbms": 12, "name": "global.system_event.aqpc: new master.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.aqpc: new master.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -21080,7 +22996,8 @@ "dbms": 12, "name": "global.system_event.aqpc: new master.time_waited_micro", "vartype": 2, - "summary": "system_event.aqpc: new master.time_waited_micro: 85", + "default": "7", + "summary": "system_event.aqpc: new master.time_waited_micro: 7", "scope": "global", "metric_type": 1 }, @@ -21091,6 +23008,7 @@ "dbms": 12, "name": "global.system_event.aqpc: new master.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.aqpc: new master.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -21102,6 +23020,7 @@ "dbms": 12, "name": "global.system_event.aqpc: new master.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.aqpc: new master.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -21113,6 +23032,7 @@ "dbms": 12, "name": "global.system_event.aqpc: new master.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.aqpc: new master.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -21124,7 +23044,8 @@ "dbms": 12, "name": "global.system_event.aqpc: new master.total_waits", "vartype": 2, - "summary": "system_event.aqpc: new master.total_waits: 2", + "default": "3", + "summary": "system_event.aqpc: new master.total_waits: 3", "scope": "global", "metric_type": 1 }, @@ -21135,6 +23056,7 @@ "dbms": 12, "name": "global.system_event.aqpc: new master.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.aqpc: new master.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -21146,6 +23068,7 @@ "dbms": 12, "name": "global.system_event.aqpc: new master.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.aqpc: new master.wait_class: Other", "scope": "global", "metric_type": 2 @@ -21157,9 +23080,10 @@ "dbms": 12, "name": "global.system_event.aqpc: new master.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.aqpc: new master.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -21168,6 +23092,7 @@ "dbms": 12, "name": "global.system_event.aqpc: new master.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.aqpc: new master.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -21179,6 +23104,7 @@ "dbms": 12, "name": "global.system_event.asynch descriptor resize.average_wait", "vartype": 2, + "default": "0", "summary": "system_event.asynch descriptor resize.average_wait: 0", "scope": "global", "metric_type": 3 @@ -21189,8 +23115,9 @@ "fields": { "dbms": 12, "name": "global.system_event.asynch descriptor resize.average_wait_fg", - "vartype": 3, - "summary": "system_event.asynch descriptor resize.average_wait_fg: 0.01", + "vartype": 2, + "default": "0", + "summary": "system_event.asynch descriptor resize.average_wait_fg: 0", "scope": "global", "metric_type": 3 }, @@ -21201,6 +23128,7 @@ "dbms": 12, "name": "global.system_event.asynch descriptor resize.con_id", "vartype": 2, + "default": "0", "summary": "system_event.asynch descriptor resize.con_id: 0", "scope": "global", "metric_type": 1 @@ -21212,6 +23140,7 @@ "dbms": 12, "name": "global.system_event.asynch descriptor resize.event_id", "vartype": 2, + "default": "2505166323", "summary": "system_event.asynch descriptor resize.event_id: 2505166323", "scope": "global", "metric_type": 1 @@ -21223,7 +23152,8 @@ "dbms": 12, "name": "global.system_event.asynch descriptor resize.time_waited", "vartype": 2, - "summary": "system_event.asynch descriptor resize.time_waited: 0", + "default": "2", + "summary": "system_event.asynch descriptor resize.time_waited: 2", "scope": "global", "metric_type": 1 }, @@ -21234,7 +23164,8 @@ "dbms": 12, "name": "global.system_event.asynch descriptor resize.time_waited_fg", "vartype": 2, - "summary": "system_event.asynch descriptor resize.time_waited_fg: 0", + "default": "1", + "summary": "system_event.asynch descriptor resize.time_waited_fg: 1", "scope": "global", "metric_type": 1 }, @@ -21245,7 +23176,8 @@ "dbms": 12, "name": "global.system_event.asynch descriptor resize.time_waited_micro", "vartype": 2, - "summary": "system_event.asynch descriptor resize.time_waited_micro: 1077", + "default": "18694", + "summary": "system_event.asynch descriptor resize.time_waited_micro: 18694", "scope": "global", "metric_type": 1 }, @@ -21256,7 +23188,8 @@ "dbms": 12, "name": "global.system_event.asynch descriptor resize.time_waited_micro_fg", "vartype": 2, - "summary": "system_event.asynch descriptor resize.time_waited_micro_fg: 463", + "default": "13488", + "summary": "system_event.asynch descriptor resize.time_waited_micro_fg: 13488", "scope": "global", "metric_type": 1 }, @@ -21267,7 +23200,8 @@ "dbms": 12, "name": "global.system_event.asynch descriptor resize.total_timeouts", "vartype": 2, - "summary": "system_event.asynch descriptor resize.total_timeouts: 59", + "default": "2279", + "summary": "system_event.asynch descriptor resize.total_timeouts: 2279", "scope": "global", "metric_type": 1 }, @@ -21278,7 +23212,8 @@ "dbms": 12, "name": "global.system_event.asynch descriptor resize.total_timeouts_fg", "vartype": 2, - "summary": "system_event.asynch descriptor resize.total_timeouts_fg: 9", + "default": "1068", + "summary": "system_event.asynch descriptor resize.total_timeouts_fg: 1068", "scope": "global", "metric_type": 1 }, @@ -21289,7 +23224,8 @@ "dbms": 12, "name": "global.system_event.asynch descriptor resize.total_waits", "vartype": 2, - "summary": "system_event.asynch descriptor resize.total_waits: 59", + "default": "2279", + "summary": "system_event.asynch descriptor resize.total_waits: 2279", "scope": "global", "metric_type": 1 }, @@ -21300,7 +23236,8 @@ "dbms": 12, "name": "global.system_event.asynch descriptor resize.total_waits_fg", "vartype": 2, - "summary": "system_event.asynch descriptor resize.total_waits_fg: 9", + "default": "1068", + "summary": "system_event.asynch descriptor resize.total_waits_fg: 1068", "scope": "global", "metric_type": 1 }, @@ -21311,6 +23248,7 @@ "dbms": 12, "name": "global.system_event.asynch descriptor resize.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.asynch descriptor resize.wait_class: Other", "scope": "global", "metric_type": 2 @@ -21322,9 +23260,10 @@ "dbms": 12, "name": "global.system_event.asynch descriptor resize.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.asynch descriptor resize.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -21333,18 +23272,560 @@ "dbms": 12, "name": "global.system_event.asynch descriptor resize.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.asynch descriptor resize.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 }, "model": "website.MetricCatalog" }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.awr flush.average_wait", + "vartype": 2, + "default": "0", + "summary": "system_event.awr flush.average_wait: 0", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.awr flush.average_wait_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.awr flush.average_wait_fg: 0", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.awr flush.con_id", + "vartype": 2, + "default": "0", + "summary": "system_event.awr flush.con_id: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.awr flush.event_id", + "vartype": 2, + "default": "2288329625", + "summary": "system_event.awr flush.event_id: 2288329625", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.awr flush.time_waited", + "vartype": 2, + "default": "0", + "summary": "system_event.awr flush.time_waited: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.awr flush.time_waited_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.awr flush.time_waited_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.awr flush.time_waited_micro", + "vartype": 2, + "default": "4", + "summary": "system_event.awr flush.time_waited_micro: 4", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.awr flush.time_waited_micro_fg", + "vartype": 2, + "default": "4", + "summary": "system_event.awr flush.time_waited_micro_fg: 4", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.awr flush.total_timeouts", + "vartype": 2, + "default": "0", + "summary": "system_event.awr flush.total_timeouts: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.awr flush.total_timeouts_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.awr flush.total_timeouts_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.awr flush.total_waits", + "vartype": 2, + "default": "10", + "summary": "system_event.awr flush.total_waits: 10", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.awr flush.total_waits_fg", + "vartype": 2, + "default": "9", + "summary": "system_event.awr flush.total_waits_fg: 9", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.awr flush.wait_class", + "vartype": 1, + "default": "Other", + "summary": "system_event.awr flush.wait_class: Other", + "scope": "global", + "metric_type": 2 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.awr flush.wait_class#", + "vartype": 2, + "default": "0", + "summary": "system_event.awr flush.wait_class#: 0", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.awr flush.wait_class_id", + "vartype": 2, + "default": "1893977003", + "summary": "system_event.awr flush.wait_class_id: 1893977003", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.backup: mml initialization.average_wait", + "vartype": 2, + "default": "0", + "summary": "system_event.backup: mml initialization.average_wait: 0", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.backup: mml initialization.average_wait_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.backup: mml initialization.average_wait_fg: 0", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.backup: mml initialization.con_id", + "vartype": 2, + "default": "0", + "summary": "system_event.backup: mml initialization.con_id: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.backup: mml initialization.event_id", + "vartype": 2, + "default": "708427085", + "summary": "system_event.backup: mml initialization.event_id: 708427085", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.backup: mml initialization.time_waited", + "vartype": 2, + "default": "0", + "summary": "system_event.backup: mml initialization.time_waited: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.backup: mml initialization.time_waited_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.backup: mml initialization.time_waited_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.backup: mml initialization.time_waited_micro", + "vartype": 2, + "default": "16", + "summary": "system_event.backup: mml initialization.time_waited_micro: 16", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.backup: mml initialization.time_waited_micro_fg", + "vartype": 2, + "default": "16", + "summary": "system_event.backup: mml initialization.time_waited_micro_fg: 16", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.backup: mml initialization.total_timeouts", + "vartype": 2, + "default": "0", + "summary": "system_event.backup: mml initialization.total_timeouts: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.backup: mml initialization.total_timeouts_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.backup: mml initialization.total_timeouts_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.backup: mml initialization.total_waits", + "vartype": 2, + "default": "3", + "summary": "system_event.backup: mml initialization.total_waits: 3", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.backup: mml initialization.total_waits_fg", + "vartype": 2, + "default": "3", + "summary": "system_event.backup: mml initialization.total_waits_fg: 3", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.backup: mml initialization.wait_class", + "vartype": 1, + "default": "Administrative", + "summary": "system_event.backup: mml initialization.wait_class: Administrative", + "scope": "global", + "metric_type": 2 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.backup: mml initialization.wait_class#", + "vartype": 2, + "default": "3", + "summary": "system_event.backup: mml initialization.wait_class#: 3", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.backup: mml initialization.wait_class_id", + "vartype": 2, + "default": "4166625743", + "summary": "system_event.backup: mml initialization.wait_class_id: 4166625743", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.broadcast mesg queue transition.average_wait", + "vartype": 2, + "default": "0", + "summary": "system_event.broadcast mesg queue transition.average_wait: 0", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.broadcast mesg queue transition.average_wait_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.broadcast mesg queue transition.average_wait_fg: 0", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.broadcast mesg queue transition.con_id", + "vartype": 2, + "default": "0", + "summary": "system_event.broadcast mesg queue transition.con_id: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.broadcast mesg queue transition.event_id", + "vartype": 2, + "default": "973988003", + "summary": "system_event.broadcast mesg queue transition.event_id: 973988003", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.broadcast mesg queue transition.time_waited", + "vartype": 2, + "default": "0", + "summary": "system_event.broadcast mesg queue transition.time_waited: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.broadcast mesg queue transition.time_waited_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.broadcast mesg queue transition.time_waited_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.broadcast mesg queue transition.time_waited_micro", + "vartype": 2, + "default": "1", + "summary": "system_event.broadcast mesg queue transition.time_waited_micro: 1", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.broadcast mesg queue transition.time_waited_micro_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.broadcast mesg queue transition.time_waited_micro_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.broadcast mesg queue transition.total_timeouts", + "vartype": 2, + "default": "0", + "summary": "system_event.broadcast mesg queue transition.total_timeouts: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.broadcast mesg queue transition.total_timeouts_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.broadcast mesg queue transition.total_timeouts_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.broadcast mesg queue transition.total_waits", + "vartype": 2, + "default": "5", + "summary": "system_event.broadcast mesg queue transition.total_waits: 5", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.broadcast mesg queue transition.total_waits_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.broadcast mesg queue transition.total_waits_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.broadcast mesg queue transition.wait_class", + "vartype": 1, + "default": "Other", + "summary": "system_event.broadcast mesg queue transition.wait_class: Other", + "scope": "global", + "metric_type": 2 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.broadcast mesg queue transition.wait_class#", + "vartype": 2, + "default": "0", + "summary": "system_event.broadcast mesg queue transition.wait_class#: 0", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.broadcast mesg queue transition.wait_class_id", + "vartype": 2, + "default": "1893977003", + "summary": "system_event.broadcast mesg queue transition.wait_class_id: 1893977003", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, { "fields": { "dbms": 12, "name": "global.system_event.buffer busy waits.average_wait", "vartype": 3, - "summary": "system_event.buffer busy waits.average_wait: 0.44", + "default": ".02", + "summary": "system_event.buffer busy waits.average_wait: .02", "scope": "global", "metric_type": 3 }, @@ -21354,8 +23835,9 @@ "fields": { "dbms": 12, "name": "global.system_event.buffer busy waits.average_wait_fg", - "vartype": 2, - "summary": "system_event.buffer busy waits.average_wait_fg: 0", + "vartype": 3, + "default": ".02", + "summary": "system_event.buffer busy waits.average_wait_fg: .02", "scope": "global", "metric_type": 3 }, @@ -21366,6 +23848,7 @@ "dbms": 12, "name": "global.system_event.buffer busy waits.con_id", "vartype": 2, + "default": "0", "summary": "system_event.buffer busy waits.con_id: 0", "scope": "global", "metric_type": 1 @@ -21377,6 +23860,7 @@ "dbms": 12, "name": "global.system_event.buffer busy waits.event_id", "vartype": 2, + "default": "2161531084", "summary": "system_event.buffer busy waits.event_id: 2161531084", "scope": "global", "metric_type": 1 @@ -21388,7 +23872,8 @@ "dbms": 12, "name": "global.system_event.buffer busy waits.time_waited", "vartype": 2, - "summary": "system_event.buffer busy waits.time_waited: 1", + "default": "11", + "summary": "system_event.buffer busy waits.time_waited: 11", "scope": "global", "metric_type": 1 }, @@ -21399,7 +23884,8 @@ "dbms": 12, "name": "global.system_event.buffer busy waits.time_waited_fg", "vartype": 2, - "summary": "system_event.buffer busy waits.time_waited_fg: 0", + "default": "10", + "summary": "system_event.buffer busy waits.time_waited_fg: 10", "scope": "global", "metric_type": 1 }, @@ -21410,7 +23896,8 @@ "dbms": 12, "name": "global.system_event.buffer busy waits.time_waited_micro", "vartype": 2, - "summary": "system_event.buffer busy waits.time_waited_micro: 13170", + "default": "112916", + "summary": "system_event.buffer busy waits.time_waited_micro: 112916", "scope": "global", "metric_type": 1 }, @@ -21421,7 +23908,8 @@ "dbms": 12, "name": "global.system_event.buffer busy waits.time_waited_micro_fg", "vartype": 2, - "summary": "system_event.buffer busy waits.time_waited_micro_fg: 0", + "default": "104356", + "summary": "system_event.buffer busy waits.time_waited_micro_fg: 104356", "scope": "global", "metric_type": 1 }, @@ -21432,6 +23920,7 @@ "dbms": 12, "name": "global.system_event.buffer busy waits.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.buffer busy waits.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -21443,6 +23932,7 @@ "dbms": 12, "name": "global.system_event.buffer busy waits.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.buffer busy waits.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -21454,7 +23944,8 @@ "dbms": 12, "name": "global.system_event.buffer busy waits.total_waits", "vartype": 2, - "summary": "system_event.buffer busy waits.total_waits: 3", + "default": "714", + "summary": "system_event.buffer busy waits.total_waits: 714", "scope": "global", "metric_type": 1 }, @@ -21465,7 +23956,8 @@ "dbms": 12, "name": "global.system_event.buffer busy waits.total_waits_fg", "vartype": 2, - "summary": "system_event.buffer busy waits.total_waits_fg: 0", + "default": "688", + "summary": "system_event.buffer busy waits.total_waits_fg: 688", "scope": "global", "metric_type": 1 }, @@ -21476,6 +23968,7 @@ "dbms": 12, "name": "global.system_event.buffer busy waits.wait_class", "vartype": 1, + "default": "Concurrency", "summary": "system_event.buffer busy waits.wait_class: Concurrency", "scope": "global", "metric_type": 2 @@ -21487,9 +23980,10 @@ "dbms": 12, "name": "global.system_event.buffer busy waits.wait_class#", "vartype": 2, + "default": "4", "summary": "system_event.buffer busy waits.wait_class#: 4", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -21498,18 +23992,380 @@ "dbms": 12, "name": "global.system_event.buffer busy waits.wait_class_id", "vartype": 2, + "default": "3875070507", "summary": "system_event.buffer busy waits.wait_class_id: 3875070507", "scope": "global", "metric_type": 1 }, "model": "website.MetricCatalog" }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.buffer exterminate.average_wait", + "vartype": 2, + "default": "1", + "summary": "system_event.buffer exterminate.average_wait: 1", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.buffer exterminate.average_wait_fg", + "vartype": 2, + "default": "1", + "summary": "system_event.buffer exterminate.average_wait_fg: 1", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.buffer exterminate.con_id", + "vartype": 2, + "default": "0", + "summary": "system_event.buffer exterminate.con_id: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.buffer exterminate.event_id", + "vartype": 2, + "default": "2332720660", + "summary": "system_event.buffer exterminate.event_id: 2332720660", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.buffer exterminate.time_waited", + "vartype": 2, + "default": "258", + "summary": "system_event.buffer exterminate.time_waited: 258", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.buffer exterminate.time_waited_fg", + "vartype": 2, + "default": "258", + "summary": "system_event.buffer exterminate.time_waited_fg: 258", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.buffer exterminate.time_waited_micro", + "vartype": 2, + "default": "2577978", + "summary": "system_event.buffer exterminate.time_waited_micro: 2577978", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.buffer exterminate.time_waited_micro_fg", + "vartype": 2, + "default": "2577978", + "summary": "system_event.buffer exterminate.time_waited_micro_fg: 2577978", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.buffer exterminate.total_timeouts", + "vartype": 2, + "default": "258", + "summary": "system_event.buffer exterminate.total_timeouts: 258", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.buffer exterminate.total_timeouts_fg", + "vartype": 2, + "default": "258", + "summary": "system_event.buffer exterminate.total_timeouts_fg: 258", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.buffer exterminate.total_waits", + "vartype": 2, + "default": "258", + "summary": "system_event.buffer exterminate.total_waits: 258", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.buffer exterminate.total_waits_fg", + "vartype": 2, + "default": "258", + "summary": "system_event.buffer exterminate.total_waits_fg: 258", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.buffer exterminate.wait_class", + "vartype": 1, + "default": "Other", + "summary": "system_event.buffer exterminate.wait_class: Other", + "scope": "global", + "metric_type": 2 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.buffer exterminate.wait_class#", + "vartype": 2, + "default": "0", + "summary": "system_event.buffer exterminate.wait_class#: 0", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.buffer exterminate.wait_class_id", + "vartype": 2, + "default": "1893977003", + "summary": "system_event.buffer exterminate.wait_class_id: 1893977003", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.checkpoint completed.average_wait", + "vartype": 3, + "default": "36.95", + "summary": "system_event.checkpoint completed.average_wait: 36.95", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.checkpoint completed.average_wait_fg", + "vartype": 3, + "default": "221.57", + "summary": "system_event.checkpoint completed.average_wait_fg: 221.57", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.checkpoint completed.con_id", + "vartype": 2, + "default": "0", + "summary": "system_event.checkpoint completed.con_id: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.checkpoint completed.event_id", + "vartype": 2, + "default": "1181827162", + "summary": "system_event.checkpoint completed.event_id: 1181827162", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.checkpoint completed.time_waited", + "vartype": 2, + "default": "1108", + "summary": "system_event.checkpoint completed.time_waited: 1108", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.checkpoint completed.time_waited_fg", + "vartype": 2, + "default": "1108", + "summary": "system_event.checkpoint completed.time_waited_fg: 1108", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.checkpoint completed.time_waited_micro", + "vartype": 2, + "default": "11084082", + "summary": "system_event.checkpoint completed.time_waited_micro: 11084082", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.checkpoint completed.time_waited_micro_fg", + "vartype": 2, + "default": "11078464", + "summary": "system_event.checkpoint completed.time_waited_micro_fg: 11078464", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.checkpoint completed.total_timeouts", + "vartype": 2, + "default": "2", + "summary": "system_event.checkpoint completed.total_timeouts: 2", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.checkpoint completed.total_timeouts_fg", + "vartype": 2, + "default": "2", + "summary": "system_event.checkpoint completed.total_timeouts_fg: 2", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.checkpoint completed.total_waits", + "vartype": 2, + "default": "30", + "summary": "system_event.checkpoint completed.total_waits: 30", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.checkpoint completed.total_waits_fg", + "vartype": 2, + "default": "5", + "summary": "system_event.checkpoint completed.total_waits_fg: 5", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.checkpoint completed.wait_class", + "vartype": 1, + "default": "Configuration", + "summary": "system_event.checkpoint completed.wait_class: Configuration", + "scope": "global", + "metric_type": 2 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.checkpoint completed.wait_class#", + "vartype": 2, + "default": "2", + "summary": "system_event.checkpoint completed.wait_class#: 2", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.checkpoint completed.wait_class_id", + "vartype": 2, + "default": "3290255840", + "summary": "system_event.checkpoint completed.wait_class_id: 3290255840", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, { "fields": { "dbms": 12, "name": "global.system_event.class slave wait.average_wait", "vartype": 3, - "summary": "system_event.class slave wait.average_wait: 0.07", + "default": "259.99", + "summary": "system_event.class slave wait.average_wait: 259.99", "scope": "global", "metric_type": 3 }, @@ -21519,8 +24375,9 @@ "fields": { "dbms": 12, "name": "global.system_event.class slave wait.average_wait_fg", - "vartype": 2, - "summary": "system_event.class slave wait.average_wait_fg: 0", + "vartype": 3, + "default": "95.17", + "summary": "system_event.class slave wait.average_wait_fg: 95.17", "scope": "global", "metric_type": 3 }, @@ -21531,6 +24388,7 @@ "dbms": 12, "name": "global.system_event.class slave wait.con_id", "vartype": 2, + "default": "0", "summary": "system_event.class slave wait.con_id: 0", "scope": "global", "metric_type": 1 @@ -21542,6 +24400,7 @@ "dbms": 12, "name": "global.system_event.class slave wait.event_id", "vartype": 2, + "default": "1055154682", "summary": "system_event.class slave wait.event_id: 1055154682", "scope": "global", "metric_type": 1 @@ -21553,7 +24412,8 @@ "dbms": 12, "name": "global.system_event.class slave wait.time_waited", "vartype": 2, - "summary": "system_event.class slave wait.time_waited: 2", + "default": "64218", + "summary": "system_event.class slave wait.time_waited: 64218", "scope": "global", "metric_type": 1 }, @@ -21564,7 +24424,8 @@ "dbms": 12, "name": "global.system_event.class slave wait.time_waited_fg", "vartype": 2, - "summary": "system_event.class slave wait.time_waited_fg: 0", + "default": "3521", + "summary": "system_event.class slave wait.time_waited_fg: 3521", "scope": "global", "metric_type": 1 }, @@ -21575,7 +24436,8 @@ "dbms": 12, "name": "global.system_event.class slave wait.time_waited_micro", "vartype": 2, - "summary": "system_event.class slave wait.time_waited_micro: 22784", + "default": "642176087", + "summary": "system_event.class slave wait.time_waited_micro: 642176087", "scope": "global", "metric_type": 1 }, @@ -21586,7 +24448,8 @@ "dbms": 12, "name": "global.system_event.class slave wait.time_waited_micro_fg", "vartype": 2, - "summary": "system_event.class slave wait.time_waited_micro_fg: 0", + "default": "35213511", + "summary": "system_event.class slave wait.time_waited_micro_fg: 35213511", "scope": "global", "metric_type": 1 }, @@ -21597,7 +24460,8 @@ "dbms": 12, "name": "global.system_event.class slave wait.total_timeouts", "vartype": 2, - "summary": "system_event.class slave wait.total_timeouts: 0", + "default": "33", + "summary": "system_event.class slave wait.total_timeouts: 33", "scope": "global", "metric_type": 1 }, @@ -21608,7 +24472,8 @@ "dbms": 12, "name": "global.system_event.class slave wait.total_timeouts_fg", "vartype": 2, - "summary": "system_event.class slave wait.total_timeouts_fg: 0", + "default": "33", + "summary": "system_event.class slave wait.total_timeouts_fg: 33", "scope": "global", "metric_type": 1 }, @@ -21619,7 +24484,8 @@ "dbms": 12, "name": "global.system_event.class slave wait.total_waits", "vartype": 2, - "summary": "system_event.class slave wait.total_waits: 34", + "default": "247", + "summary": "system_event.class slave wait.total_waits: 247", "scope": "global", "metric_type": 1 }, @@ -21630,7 +24496,8 @@ "dbms": 12, "name": "global.system_event.class slave wait.total_waits_fg", "vartype": 2, - "summary": "system_event.class slave wait.total_waits_fg: 0", + "default": "37", + "summary": "system_event.class slave wait.total_waits_fg: 37", "scope": "global", "metric_type": 1 }, @@ -21641,6 +24508,7 @@ "dbms": 12, "name": "global.system_event.class slave wait.wait_class", "vartype": 1, + "default": "Idle", "summary": "system_event.class slave wait.wait_class: Idle", "scope": "global", "metric_type": 2 @@ -21652,9 +24520,10 @@ "dbms": 12, "name": "global.system_event.class slave wait.wait_class#", "vartype": 2, + "default": "6", "summary": "system_event.class slave wait.wait_class#: 6", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -21663,6 +24532,7 @@ "dbms": 12, "name": "global.system_event.class slave wait.wait_class_id", "vartype": 2, + "default": "2723168908", "summary": "system_event.class slave wait.wait_class_id: 2723168908", "scope": "global", "metric_type": 1 @@ -21674,6 +24544,7 @@ "dbms": 12, "name": "global.system_event.compression analysis.average_wait", "vartype": 2, + "default": "0", "summary": "system_event.compression analysis.average_wait: 0", "scope": "global", "metric_type": 3 @@ -21685,6 +24556,7 @@ "dbms": 12, "name": "global.system_event.compression analysis.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.compression analysis.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -21696,6 +24568,7 @@ "dbms": 12, "name": "global.system_event.compression analysis.con_id", "vartype": 2, + "default": "0", "summary": "system_event.compression analysis.con_id: 0", "scope": "global", "metric_type": 1 @@ -21707,6 +24580,7 @@ "dbms": 12, "name": "global.system_event.compression analysis.event_id", "vartype": 2, + "default": "2929689230", "summary": "system_event.compression analysis.event_id: 2929689230", "scope": "global", "metric_type": 1 @@ -21718,6 +24592,7 @@ "dbms": 12, "name": "global.system_event.compression analysis.time_waited", "vartype": 2, + "default": "0", "summary": "system_event.compression analysis.time_waited: 0", "scope": "global", "metric_type": 1 @@ -21729,6 +24604,7 @@ "dbms": 12, "name": "global.system_event.compression analysis.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.compression analysis.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -21740,7 +24616,8 @@ "dbms": 12, "name": "global.system_event.compression analysis.time_waited_micro", "vartype": 2, - "summary": "system_event.compression analysis.time_waited_micro: 172", + "default": "1160", + "summary": "system_event.compression analysis.time_waited_micro: 1160", "scope": "global", "metric_type": 1 }, @@ -21751,7 +24628,8 @@ "dbms": 12, "name": "global.system_event.compression analysis.time_waited_micro_fg", "vartype": 2, - "summary": "system_event.compression analysis.time_waited_micro_fg: 0", + "default": "120", + "summary": "system_event.compression analysis.time_waited_micro_fg: 120", "scope": "global", "metric_type": 1 }, @@ -21762,6 +24640,7 @@ "dbms": 12, "name": "global.system_event.compression analysis.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.compression analysis.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -21773,6 +24652,7 @@ "dbms": 12, "name": "global.system_event.compression analysis.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.compression analysis.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -21784,7 +24664,8 @@ "dbms": 12, "name": "global.system_event.compression analysis.total_waits", "vartype": 2, - "summary": "system_event.compression analysis.total_waits: 16", + "default": "1228", + "summary": "system_event.compression analysis.total_waits: 1228", "scope": "global", "metric_type": 1 }, @@ -21795,7 +24676,8 @@ "dbms": 12, "name": "global.system_event.compression analysis.total_waits_fg", "vartype": 2, - "summary": "system_event.compression analysis.total_waits_fg: 0", + "default": "120", + "summary": "system_event.compression analysis.total_waits_fg: 120", "scope": "global", "metric_type": 1 }, @@ -21806,6 +24688,7 @@ "dbms": 12, "name": "global.system_event.compression analysis.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.compression analysis.wait_class: Other", "scope": "global", "metric_type": 2 @@ -21817,9 +24700,10 @@ "dbms": 12, "name": "global.system_event.compression analysis.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.compression analysis.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -21828,6 +24712,7 @@ "dbms": 12, "name": "global.system_event.compression analysis.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.compression analysis.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -21839,7 +24724,8 @@ "dbms": 12, "name": "global.system_event.control file heartbeat.average_wait", "vartype": 3, - "summary": "system_event.control file heartbeat.average_wait: 401.99", + "default": "399.98", + "summary": "system_event.control file heartbeat.average_wait: 399.98", "scope": "global", "metric_type": 3 }, @@ -21850,7 +24736,8 @@ "dbms": 12, "name": "global.system_event.control file heartbeat.average_wait_fg", "vartype": 3, - "summary": "system_event.control file heartbeat.average_wait_fg: 401.99", + "default": "399.98", + "summary": "system_event.control file heartbeat.average_wait_fg: 399.98", "scope": "global", "metric_type": 3 }, @@ -21861,6 +24748,7 @@ "dbms": 12, "name": "global.system_event.control file heartbeat.con_id", "vartype": 2, + "default": "0", "summary": "system_event.control file heartbeat.con_id: 0", "scope": "global", "metric_type": 1 @@ -21872,6 +24760,7 @@ "dbms": 12, "name": "global.system_event.control file heartbeat.event_id", "vartype": 2, + "default": "40893507", "summary": "system_event.control file heartbeat.event_id: 40893507", "scope": "global", "metric_type": 1 @@ -21883,7 +24772,8 @@ "dbms": 12, "name": "global.system_event.control file heartbeat.time_waited", "vartype": 2, - "summary": "system_event.control file heartbeat.time_waited: 402", + "default": "400", + "summary": "system_event.control file heartbeat.time_waited: 400", "scope": "global", "metric_type": 1 }, @@ -21894,7 +24784,8 @@ "dbms": 12, "name": "global.system_event.control file heartbeat.time_waited_fg", "vartype": 2, - "summary": "system_event.control file heartbeat.time_waited_fg: 402", + "default": "400", + "summary": "system_event.control file heartbeat.time_waited_fg: 400", "scope": "global", "metric_type": 1 }, @@ -21905,7 +24796,8 @@ "dbms": 12, "name": "global.system_event.control file heartbeat.time_waited_micro", "vartype": 2, - "summary": "system_event.control file heartbeat.time_waited_micro: 4019928", + "default": "3999784", + "summary": "system_event.control file heartbeat.time_waited_micro: 3999784", "scope": "global", "metric_type": 1 }, @@ -21916,7 +24808,8 @@ "dbms": 12, "name": "global.system_event.control file heartbeat.time_waited_micro_fg", "vartype": 2, - "summary": "system_event.control file heartbeat.time_waited_micro_fg: 4019928", + "default": "3999784", + "summary": "system_event.control file heartbeat.time_waited_micro_fg: 3999784", "scope": "global", "metric_type": 1 }, @@ -21927,6 +24820,7 @@ "dbms": 12, "name": "global.system_event.control file heartbeat.total_timeouts", "vartype": 2, + "default": "1", "summary": "system_event.control file heartbeat.total_timeouts: 1", "scope": "global", "metric_type": 1 @@ -21938,6 +24832,7 @@ "dbms": 12, "name": "global.system_event.control file heartbeat.total_timeouts_fg", "vartype": 2, + "default": "1", "summary": "system_event.control file heartbeat.total_timeouts_fg: 1", "scope": "global", "metric_type": 1 @@ -21949,6 +24844,7 @@ "dbms": 12, "name": "global.system_event.control file heartbeat.total_waits", "vartype": 2, + "default": "1", "summary": "system_event.control file heartbeat.total_waits: 1", "scope": "global", "metric_type": 1 @@ -21960,6 +24856,7 @@ "dbms": 12, "name": "global.system_event.control file heartbeat.total_waits_fg", "vartype": 2, + "default": "1", "summary": "system_event.control file heartbeat.total_waits_fg: 1", "scope": "global", "metric_type": 1 @@ -21971,6 +24868,7 @@ "dbms": 12, "name": "global.system_event.control file heartbeat.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.control file heartbeat.wait_class: Other", "scope": "global", "metric_type": 2 @@ -21982,9 +24880,10 @@ "dbms": 12, "name": "global.system_event.control file heartbeat.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.control file heartbeat.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -21993,6 +24892,7 @@ "dbms": 12, "name": "global.system_event.control file heartbeat.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.control file heartbeat.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -22004,7 +24904,8 @@ "dbms": 12, "name": "global.system_event.control file parallel write.average_wait", "vartype": 3, - "summary": "system_event.control file parallel write.average_wait: 0.07", + "default": ".2", + "summary": "system_event.control file parallel write.average_wait: .2", "scope": "global", "metric_type": 3 }, @@ -22015,7 +24916,8 @@ "dbms": 12, "name": "global.system_event.control file parallel write.average_wait_fg", "vartype": 3, - "summary": "system_event.control file parallel write.average_wait_fg: 0.07", + "default": ".15", + "summary": "system_event.control file parallel write.average_wait_fg: .15", "scope": "global", "metric_type": 3 }, @@ -22026,6 +24928,7 @@ "dbms": 12, "name": "global.system_event.control file parallel write.con_id", "vartype": 2, + "default": "0", "summary": "system_event.control file parallel write.con_id: 0", "scope": "global", "metric_type": 1 @@ -22037,6 +24940,7 @@ "dbms": 12, "name": "global.system_event.control file parallel write.event_id", "vartype": 2, + "default": "4078387448", "summary": "system_event.control file parallel write.event_id: 4078387448", "scope": "global", "metric_type": 1 @@ -22048,7 +24952,8 @@ "dbms": 12, "name": "global.system_event.control file parallel write.time_waited", "vartype": 2, - "summary": "system_event.control file parallel write.time_waited: 7", + "default": "405", + "summary": "system_event.control file parallel write.time_waited: 405", "scope": "global", "metric_type": 1 }, @@ -22059,7 +24964,8 @@ "dbms": 12, "name": "global.system_event.control file parallel write.time_waited_fg", "vartype": 2, - "summary": "system_event.control file parallel write.time_waited_fg: 5", + "default": "87", + "summary": "system_event.control file parallel write.time_waited_fg: 87", "scope": "global", "metric_type": 1 }, @@ -22070,7 +24976,8 @@ "dbms": 12, "name": "global.system_event.control file parallel write.time_waited_micro", "vartype": 2, - "summary": "system_event.control file parallel write.time_waited_micro: 74155", + "default": "4047471", + "summary": "system_event.control file parallel write.time_waited_micro: 4047471", "scope": "global", "metric_type": 1 }, @@ -22081,7 +24988,8 @@ "dbms": 12, "name": "global.system_event.control file parallel write.time_waited_micro_fg", "vartype": 2, - "summary": "system_event.control file parallel write.time_waited_micro_fg: 47982", + "default": "865826", + "summary": "system_event.control file parallel write.time_waited_micro_fg: 865826", "scope": "global", "metric_type": 1 }, @@ -22092,6 +25000,7 @@ "dbms": 12, "name": "global.system_event.control file parallel write.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.control file parallel write.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -22103,6 +25012,7 @@ "dbms": 12, "name": "global.system_event.control file parallel write.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.control file parallel write.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -22114,7 +25024,8 @@ "dbms": 12, "name": "global.system_event.control file parallel write.total_waits", "vartype": 2, - "summary": "system_event.control file parallel write.total_waits: 101", + "default": "2053", + "summary": "system_event.control file parallel write.total_waits: 2053", "scope": "global", "metric_type": 1 }, @@ -22125,7 +25036,8 @@ "dbms": 12, "name": "global.system_event.control file parallel write.total_waits_fg", "vartype": 2, - "summary": "system_event.control file parallel write.total_waits_fg: 69", + "default": "590", + "summary": "system_event.control file parallel write.total_waits_fg: 590", "scope": "global", "metric_type": 1 }, @@ -22136,6 +25048,7 @@ "dbms": 12, "name": "global.system_event.control file parallel write.wait_class", "vartype": 1, + "default": "System I/O", "summary": "system_event.control file parallel write.wait_class: System I/O", "scope": "global", "metric_type": 2 @@ -22147,9 +25060,10 @@ "dbms": 12, "name": "global.system_event.control file parallel write.wait_class#", "vartype": 2, + "default": "9", "summary": "system_event.control file parallel write.wait_class#: 9", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -22158,6 +25072,7 @@ "dbms": 12, "name": "global.system_event.control file parallel write.wait_class_id", "vartype": 2, + "default": "4108307767", "summary": "system_event.control file parallel write.wait_class_id: 4108307767", "scope": "global", "metric_type": 1 @@ -22168,8 +25083,9 @@ "fields": { "dbms": 12, "name": "global.system_event.control file sequential read.average_wait", - "vartype": 2, - "summary": "system_event.control file sequential read.average_wait: 0", + "vartype": 3, + "default": ".15", + "summary": "system_event.control file sequential read.average_wait: .15", "scope": "global", "metric_type": 3 }, @@ -22179,8 +25095,9 @@ "fields": { "dbms": 12, "name": "global.system_event.control file sequential read.average_wait_fg", - "vartype": 2, - "summary": "system_event.control file sequential read.average_wait_fg: 0", + "vartype": 3, + "default": ".16", + "summary": "system_event.control file sequential read.average_wait_fg: .16", "scope": "global", "metric_type": 3 }, @@ -22191,6 +25108,7 @@ "dbms": 12, "name": "global.system_event.control file sequential read.con_id", "vartype": 2, + "default": "0", "summary": "system_event.control file sequential read.con_id: 0", "scope": "global", "metric_type": 1 @@ -22202,6 +25120,7 @@ "dbms": 12, "name": "global.system_event.control file sequential read.event_id", "vartype": 2, + "default": "3213517201", "summary": "system_event.control file sequential read.event_id: 3213517201", "scope": "global", "metric_type": 1 @@ -22213,7 +25132,8 @@ "dbms": 12, "name": "global.system_event.control file sequential read.time_waited", "vartype": 2, - "summary": "system_event.control file sequential read.time_waited: 2", + "default": "16859", + "summary": "system_event.control file sequential read.time_waited: 16859", "scope": "global", "metric_type": 1 }, @@ -22224,7 +25144,8 @@ "dbms": 12, "name": "global.system_event.control file sequential read.time_waited_fg", "vartype": 2, - "summary": "system_event.control file sequential read.time_waited_fg: 1", + "default": "12320", + "summary": "system_event.control file sequential read.time_waited_fg: 12320", "scope": "global", "metric_type": 1 }, @@ -22235,7 +25156,8 @@ "dbms": 12, "name": "global.system_event.control file sequential read.time_waited_micro", "vartype": 2, - "summary": "system_event.control file sequential read.time_waited_micro: 20032", + "default": "168593194", + "summary": "system_event.control file sequential read.time_waited_micro: 168593194", "scope": "global", "metric_type": 1 }, @@ -22246,7 +25168,8 @@ "dbms": 12, "name": "global.system_event.control file sequential read.time_waited_micro_fg", "vartype": 2, - "summary": "system_event.control file sequential read.time_waited_micro_fg: 13448", + "default": "123195781", + "summary": "system_event.control file sequential read.time_waited_micro_fg: 123195781", "scope": "global", "metric_type": 1 }, @@ -22257,6 +25180,7 @@ "dbms": 12, "name": "global.system_event.control file sequential read.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.control file sequential read.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -22268,6 +25192,7 @@ "dbms": 12, "name": "global.system_event.control file sequential read.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.control file sequential read.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -22279,7 +25204,8 @@ "dbms": 12, "name": "global.system_event.control file sequential read.total_waits", "vartype": 2, - "summary": "system_event.control file sequential read.total_waits: 717", + "default": "111055", + "summary": "system_event.control file sequential read.total_waits: 111055", "scope": "global", "metric_type": 1 }, @@ -22290,7 +25216,8 @@ "dbms": 12, "name": "global.system_event.control file sequential read.total_waits_fg", "vartype": 2, - "summary": "system_event.control file sequential read.total_waits_fg: 372", + "default": "75702", + "summary": "system_event.control file sequential read.total_waits_fg: 75702", "scope": "global", "metric_type": 1 }, @@ -22301,6 +25228,7 @@ "dbms": 12, "name": "global.system_event.control file sequential read.wait_class", "vartype": 1, + "default": "System I/O", "summary": "system_event.control file sequential read.wait_class: System I/O", "scope": "global", "metric_type": 2 @@ -22312,9 +25240,10 @@ "dbms": 12, "name": "global.system_event.control file sequential read.wait_class#", "vartype": 2, + "default": "9", "summary": "system_event.control file sequential read.wait_class#: 9", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -22323,6 +25252,7 @@ "dbms": 12, "name": "global.system_event.control file sequential read.wait_class_id", "vartype": 2, + "default": "4108307767", "summary": "system_event.control file sequential read.wait_class_id: 4108307767", "scope": "global", "metric_type": 1 @@ -22334,7 +25264,8 @@ "dbms": 12, "name": "global.system_event.crs call completion.average_wait", "vartype": 3, - "summary": "system_event.crs call completion.average_wait: 0.18", + "default": ".63", + "summary": "system_event.crs call completion.average_wait: .63", "scope": "global", "metric_type": 3 }, @@ -22345,6 +25276,7 @@ "dbms": 12, "name": "global.system_event.crs call completion.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.crs call completion.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -22356,6 +25288,7 @@ "dbms": 12, "name": "global.system_event.crs call completion.con_id", "vartype": 2, + "default": "0", "summary": "system_event.crs call completion.con_id: 0", "scope": "global", "metric_type": 1 @@ -22367,6 +25300,7 @@ "dbms": 12, "name": "global.system_event.crs call completion.event_id", "vartype": 2, + "default": "3329884903", "summary": "system_event.crs call completion.event_id: 3329884903", "scope": "global", "metric_type": 1 @@ -22378,7 +25312,8 @@ "dbms": 12, "name": "global.system_event.crs call completion.time_waited", "vartype": 2, - "summary": "system_event.crs call completion.time_waited: 0", + "default": "1", + "summary": "system_event.crs call completion.time_waited: 1", "scope": "global", "metric_type": 1 }, @@ -22389,6 +25324,7 @@ "dbms": 12, "name": "global.system_event.crs call completion.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.crs call completion.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -22400,7 +25336,8 @@ "dbms": 12, "name": "global.system_event.crs call completion.time_waited_micro", "vartype": 2, - "summary": "system_event.crs call completion.time_waited_micro: 1804", + "default": "6306", + "summary": "system_event.crs call completion.time_waited_micro: 6306", "scope": "global", "metric_type": 1 }, @@ -22411,6 +25348,7 @@ "dbms": 12, "name": "global.system_event.crs call completion.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.crs call completion.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -22422,6 +25360,7 @@ "dbms": 12, "name": "global.system_event.crs call completion.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.crs call completion.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -22433,6 +25372,7 @@ "dbms": 12, "name": "global.system_event.crs call completion.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.crs call completion.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -22444,6 +25384,7 @@ "dbms": 12, "name": "global.system_event.crs call completion.total_waits", "vartype": 2, + "default": "1", "summary": "system_event.crs call completion.total_waits: 1", "scope": "global", "metric_type": 1 @@ -22455,6 +25396,7 @@ "dbms": 12, "name": "global.system_event.crs call completion.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.crs call completion.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -22466,6 +25408,7 @@ "dbms": 12, "name": "global.system_event.crs call completion.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.crs call completion.wait_class: Other", "scope": "global", "metric_type": 2 @@ -22477,9 +25420,10 @@ "dbms": 12, "name": "global.system_event.crs call completion.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.crs call completion.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -22488,6 +25432,7 @@ "dbms": 12, "name": "global.system_event.crs call completion.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.crs call completion.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -22499,7 +25444,8 @@ "dbms": 12, "name": "global.system_event.css initialization.average_wait", "vartype": 3, - "summary": "system_event.css initialization.average_wait: 0.07", + "default": ".06", + "summary": "system_event.css initialization.average_wait: .06", "scope": "global", "metric_type": 3 }, @@ -22510,6 +25456,7 @@ "dbms": 12, "name": "global.system_event.css initialization.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.css initialization.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -22521,6 +25468,7 @@ "dbms": 12, "name": "global.system_event.css initialization.con_id", "vartype": 2, + "default": "0", "summary": "system_event.css initialization.con_id: 0", "scope": "global", "metric_type": 1 @@ -22532,6 +25480,7 @@ "dbms": 12, "name": "global.system_event.css initialization.event_id", "vartype": 2, + "default": "366154626", "summary": "system_event.css initialization.event_id: 366154626", "scope": "global", "metric_type": 1 @@ -22543,6 +25492,7 @@ "dbms": 12, "name": "global.system_event.css initialization.time_waited", "vartype": 2, + "default": "0", "summary": "system_event.css initialization.time_waited: 0", "scope": "global", "metric_type": 1 @@ -22554,6 +25504,7 @@ "dbms": 12, "name": "global.system_event.css initialization.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.css initialization.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -22565,7 +25516,8 @@ "dbms": 12, "name": "global.system_event.css initialization.time_waited_micro", "vartype": 2, - "summary": "system_event.css initialization.time_waited_micro: 682", + "default": "629", + "summary": "system_event.css initialization.time_waited_micro: 629", "scope": "global", "metric_type": 1 }, @@ -22576,6 +25528,7 @@ "dbms": 12, "name": "global.system_event.css initialization.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.css initialization.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -22587,6 +25540,7 @@ "dbms": 12, "name": "global.system_event.css initialization.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.css initialization.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -22598,6 +25552,7 @@ "dbms": 12, "name": "global.system_event.css initialization.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.css initialization.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -22609,6 +25564,7 @@ "dbms": 12, "name": "global.system_event.css initialization.total_waits", "vartype": 2, + "default": "1", "summary": "system_event.css initialization.total_waits: 1", "scope": "global", "metric_type": 1 @@ -22620,6 +25576,7 @@ "dbms": 12, "name": "global.system_event.css initialization.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.css initialization.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -22631,6 +25588,7 @@ "dbms": 12, "name": "global.system_event.css initialization.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.css initialization.wait_class: Other", "scope": "global", "metric_type": 2 @@ -22642,9 +25600,10 @@ "dbms": 12, "name": "global.system_event.css initialization.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.css initialization.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -22653,6 +25612,7 @@ "dbms": 12, "name": "global.system_event.css initialization.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.css initialization.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -22664,7 +25624,8 @@ "dbms": 12, "name": "global.system_event.cursor: mutex s.average_wait", "vartype": 3, - "summary": "system_event.cursor: mutex s.average_wait: 0.3", + "default": ".11", + "summary": "system_event.cursor: mutex s.average_wait: .11", "scope": "global", "metric_type": 3 }, @@ -22675,7 +25636,8 @@ "dbms": 12, "name": "global.system_event.cursor: mutex s.average_wait_fg", "vartype": 3, - "summary": "system_event.cursor: mutex s.average_wait_fg: 0.3", + "default": ".11", + "summary": "system_event.cursor: mutex s.average_wait_fg: .11", "scope": "global", "metric_type": 3 }, @@ -22686,6 +25648,7 @@ "dbms": 12, "name": "global.system_event.cursor: mutex s.con_id", "vartype": 2, + "default": "0", "summary": "system_event.cursor: mutex s.con_id: 0", "scope": "global", "metric_type": 1 @@ -22697,6 +25660,7 @@ "dbms": 12, "name": "global.system_event.cursor: mutex s.event_id", "vartype": 2, + "default": "1575214430", "summary": "system_event.cursor: mutex s.event_id: 1575214430", "scope": "global", "metric_type": 1 @@ -22708,6 +25672,7 @@ "dbms": 12, "name": "global.system_event.cursor: mutex s.time_waited", "vartype": 2, + "default": "0", "summary": "system_event.cursor: mutex s.time_waited: 0", "scope": "global", "metric_type": 1 @@ -22719,6 +25684,7 @@ "dbms": 12, "name": "global.system_event.cursor: mutex s.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.cursor: mutex s.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -22730,7 +25696,8 @@ "dbms": 12, "name": "global.system_event.cursor: mutex s.time_waited_micro", "vartype": 2, - "summary": "system_event.cursor: mutex s.time_waited_micro: 2990", + "default": "1065", + "summary": "system_event.cursor: mutex s.time_waited_micro: 1065", "scope": "global", "metric_type": 1 }, @@ -22741,7 +25708,8 @@ "dbms": 12, "name": "global.system_event.cursor: mutex s.time_waited_micro_fg", "vartype": 2, - "summary": "system_event.cursor: mutex s.time_waited_micro_fg: 2990", + "default": "1065", + "summary": "system_event.cursor: mutex s.time_waited_micro_fg: 1065", "scope": "global", "metric_type": 1 }, @@ -22752,6 +25720,7 @@ "dbms": 12, "name": "global.system_event.cursor: mutex s.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.cursor: mutex s.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -22763,6 +25732,7 @@ "dbms": 12, "name": "global.system_event.cursor: mutex s.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.cursor: mutex s.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -22774,6 +25744,7 @@ "dbms": 12, "name": "global.system_event.cursor: mutex s.total_waits", "vartype": 2, + "default": "1", "summary": "system_event.cursor: mutex s.total_waits: 1", "scope": "global", "metric_type": 1 @@ -22785,6 +25756,7 @@ "dbms": 12, "name": "global.system_event.cursor: mutex s.total_waits_fg", "vartype": 2, + "default": "1", "summary": "system_event.cursor: mutex s.total_waits_fg: 1", "scope": "global", "metric_type": 1 @@ -22796,6 +25768,7 @@ "dbms": 12, "name": "global.system_event.cursor: mutex s.wait_class", "vartype": 1, + "default": "Concurrency", "summary": "system_event.cursor: mutex s.wait_class: Concurrency", "scope": "global", "metric_type": 2 @@ -22807,9 +25780,10 @@ "dbms": 12, "name": "global.system_event.cursor: mutex s.wait_class#", "vartype": 2, + "default": "4", "summary": "system_event.cursor: mutex s.wait_class#: 4", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -22818,18 +25792,200 @@ "dbms": 12, "name": "global.system_event.cursor: mutex s.wait_class_id", "vartype": 2, + "default": "3875070507", "summary": "system_event.cursor: mutex s.wait_class_id: 3875070507", "scope": "global", "metric_type": 1 }, "model": "website.MetricCatalog" }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.cursor: mutex x.average_wait", + "vartype": 2, + "default": "0", + "summary": "system_event.cursor: mutex x.average_wait: 0", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.cursor: mutex x.average_wait_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.cursor: mutex x.average_wait_fg: 0", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.cursor: mutex x.con_id", + "vartype": 2, + "default": "0", + "summary": "system_event.cursor: mutex x.con_id: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.cursor: mutex x.event_id", + "vartype": 2, + "default": "877525844", + "summary": "system_event.cursor: mutex x.event_id: 877525844", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.cursor: mutex x.time_waited", + "vartype": 2, + "default": "0", + "summary": "system_event.cursor: mutex x.time_waited: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.cursor: mutex x.time_waited_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.cursor: mutex x.time_waited_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.cursor: mutex x.time_waited_micro", + "vartype": 2, + "default": "4", + "summary": "system_event.cursor: mutex x.time_waited_micro: 4", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.cursor: mutex x.time_waited_micro_fg", + "vartype": 2, + "default": "4", + "summary": "system_event.cursor: mutex x.time_waited_micro_fg: 4", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.cursor: mutex x.total_timeouts", + "vartype": 2, + "default": "0", + "summary": "system_event.cursor: mutex x.total_timeouts: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.cursor: mutex x.total_timeouts_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.cursor: mutex x.total_timeouts_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.cursor: mutex x.total_waits", + "vartype": 2, + "default": "1", + "summary": "system_event.cursor: mutex x.total_waits: 1", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.cursor: mutex x.total_waits_fg", + "vartype": 2, + "default": "1", + "summary": "system_event.cursor: mutex x.total_waits_fg: 1", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.cursor: mutex x.wait_class", + "vartype": 1, + "default": "Concurrency", + "summary": "system_event.cursor: mutex x.wait_class: Concurrency", + "scope": "global", + "metric_type": 2 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.cursor: mutex x.wait_class#", + "vartype": 2, + "default": "4", + "summary": "system_event.cursor: mutex x.wait_class#: 4", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.cursor: mutex x.wait_class_id", + "vartype": 2, + "default": "3875070507", + "summary": "system_event.cursor: mutex x.wait_class_id: 3875070507", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, { "fields": { "dbms": 12, "name": "global.system_event.cursor: pin s wait on x.average_wait", "vartype": 3, - "summary": "system_event.cursor: pin s wait on x.average_wait: 0.15", + "default": ".59", + "summary": "system_event.cursor: pin s wait on x.average_wait: .59", "scope": "global", "metric_type": 3 }, @@ -22840,7 +25996,8 @@ "dbms": 12, "name": "global.system_event.cursor: pin s wait on x.average_wait_fg", "vartype": 3, - "summary": "system_event.cursor: pin s wait on x.average_wait_fg: 0.15", + "default": ".61", + "summary": "system_event.cursor: pin s wait on x.average_wait_fg: .61", "scope": "global", "metric_type": 3 }, @@ -22851,6 +26008,7 @@ "dbms": 12, "name": "global.system_event.cursor: pin s wait on x.con_id", "vartype": 2, + "default": "0", "summary": "system_event.cursor: pin s wait on x.con_id: 0", "scope": "global", "metric_type": 1 @@ -22862,6 +26020,7 @@ "dbms": 12, "name": "global.system_event.cursor: pin s wait on x.event_id", "vartype": 2, + "default": "1729366244", "summary": "system_event.cursor: pin s wait on x.event_id: 1729366244", "scope": "global", "metric_type": 1 @@ -22873,7 +26032,8 @@ "dbms": 12, "name": "global.system_event.cursor: pin s wait on x.time_waited", "vartype": 2, - "summary": "system_event.cursor: pin s wait on x.time_waited: 194", + "default": "56", + "summary": "system_event.cursor: pin s wait on x.time_waited: 56", "scope": "global", "metric_type": 1 }, @@ -22884,7 +26044,8 @@ "dbms": 12, "name": "global.system_event.cursor: pin s wait on x.time_waited_fg", "vartype": 2, - "summary": "system_event.cursor: pin s wait on x.time_waited_fg: 192", + "default": "53", + "summary": "system_event.cursor: pin s wait on x.time_waited_fg: 53", "scope": "global", "metric_type": 1 }, @@ -22895,7 +26056,8 @@ "dbms": 12, "name": "global.system_event.cursor: pin s wait on x.time_waited_micro", "vartype": 2, - "summary": "system_event.cursor: pin s wait on x.time_waited_micro: 1936872", + "default": "556928", + "summary": "system_event.cursor: pin s wait on x.time_waited_micro: 556928", "scope": "global", "metric_type": 1 }, @@ -22906,7 +26068,8 @@ "dbms": 12, "name": "global.system_event.cursor: pin s wait on x.time_waited_micro_fg", "vartype": 2, - "summary": "system_event.cursor: pin s wait on x.time_waited_micro_fg: 1917349", + "default": "532417", + "summary": "system_event.cursor: pin s wait on x.time_waited_micro_fg: 532417", "scope": "global", "metric_type": 1 }, @@ -22917,6 +26080,7 @@ "dbms": 12, "name": "global.system_event.cursor: pin s wait on x.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.cursor: pin s wait on x.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -22928,6 +26092,7 @@ "dbms": 12, "name": "global.system_event.cursor: pin s wait on x.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.cursor: pin s wait on x.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -22939,7 +26104,8 @@ "dbms": 12, "name": "global.system_event.cursor: pin s wait on x.total_waits", "vartype": 2, - "summary": "system_event.cursor: pin s wait on x.total_waits: 1270", + "default": "95", + "summary": "system_event.cursor: pin s wait on x.total_waits: 95", "scope": "global", "metric_type": 1 }, @@ -22950,7 +26116,8 @@ "dbms": 12, "name": "global.system_event.cursor: pin s wait on x.total_waits_fg", "vartype": 2, - "summary": "system_event.cursor: pin s wait on x.total_waits_fg: 1268", + "default": "87", + "summary": "system_event.cursor: pin s wait on x.total_waits_fg: 87", "scope": "global", "metric_type": 1 }, @@ -22961,6 +26128,7 @@ "dbms": 12, "name": "global.system_event.cursor: pin s wait on x.wait_class", "vartype": 1, + "default": "Concurrency", "summary": "system_event.cursor: pin s wait on x.wait_class: Concurrency", "scope": "global", "metric_type": 2 @@ -22972,9 +26140,10 @@ "dbms": 12, "name": "global.system_event.cursor: pin s wait on x.wait_class#", "vartype": 2, + "default": "4", "summary": "system_event.cursor: pin s wait on x.wait_class#: 4", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -22983,6 +26152,7 @@ "dbms": 12, "name": "global.system_event.cursor: pin s wait on x.wait_class_id", "vartype": 2, + "default": "3875070507", "summary": "system_event.cursor: pin s wait on x.wait_class_id: 3875070507", "scope": "global", "metric_type": 1 @@ -22994,7 +26164,8 @@ "dbms": 12, "name": "global.system_event.cursor: pin s.average_wait", "vartype": 3, - "summary": "system_event.cursor: pin s.average_wait: 0.13", + "default": ".11", + "summary": "system_event.cursor: pin s.average_wait: .11", "scope": "global", "metric_type": 3 }, @@ -23005,7 +26176,8 @@ "dbms": 12, "name": "global.system_event.cursor: pin s.average_wait_fg", "vartype": 3, - "summary": "system_event.cursor: pin s.average_wait_fg: 0.13", + "default": ".11", + "summary": "system_event.cursor: pin s.average_wait_fg: .11", "scope": "global", "metric_type": 3 }, @@ -23016,6 +26188,7 @@ "dbms": 12, "name": "global.system_event.cursor: pin s.con_id", "vartype": 2, + "default": "0", "summary": "system_event.cursor: pin s.con_id: 0", "scope": "global", "metric_type": 1 @@ -23027,6 +26200,7 @@ "dbms": 12, "name": "global.system_event.cursor: pin s.event_id", "vartype": 2, + "default": "352301881", "summary": "system_event.cursor: pin s.event_id: 352301881", "scope": "global", "metric_type": 1 @@ -23038,7 +26212,8 @@ "dbms": 12, "name": "global.system_event.cursor: pin s.time_waited", "vartype": 2, - "summary": "system_event.cursor: pin s.time_waited: 3", + "default": "4", + "summary": "system_event.cursor: pin s.time_waited: 4", "scope": "global", "metric_type": 1 }, @@ -23049,7 +26224,8 @@ "dbms": 12, "name": "global.system_event.cursor: pin s.time_waited_fg", "vartype": 2, - "summary": "system_event.cursor: pin s.time_waited_fg: 3", + "default": "4", + "summary": "system_event.cursor: pin s.time_waited_fg: 4", "scope": "global", "metric_type": 1 }, @@ -23060,7 +26236,8 @@ "dbms": 12, "name": "global.system_event.cursor: pin s.time_waited_micro", "vartype": 2, - "summary": "system_event.cursor: pin s.time_waited_micro: 33243", + "default": "41048", + "summary": "system_event.cursor: pin s.time_waited_micro: 41048", "scope": "global", "metric_type": 1 }, @@ -23071,7 +26248,8 @@ "dbms": 12, "name": "global.system_event.cursor: pin s.time_waited_micro_fg", "vartype": 2, - "summary": "system_event.cursor: pin s.time_waited_micro_fg: 33243", + "default": "41048", + "summary": "system_event.cursor: pin s.time_waited_micro_fg: 41048", "scope": "global", "metric_type": 1 }, @@ -23082,6 +26260,7 @@ "dbms": 12, "name": "global.system_event.cursor: pin s.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.cursor: pin s.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -23093,6 +26272,7 @@ "dbms": 12, "name": "global.system_event.cursor: pin s.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.cursor: pin s.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -23104,7 +26284,8 @@ "dbms": 12, "name": "global.system_event.cursor: pin s.total_waits", "vartype": 2, - "summary": "system_event.cursor: pin s.total_waits: 26", + "default": "38", + "summary": "system_event.cursor: pin s.total_waits: 38", "scope": "global", "metric_type": 1 }, @@ -23115,7 +26296,8 @@ "dbms": 12, "name": "global.system_event.cursor: pin s.total_waits_fg", "vartype": 2, - "summary": "system_event.cursor: pin s.total_waits_fg: 26", + "default": "38", + "summary": "system_event.cursor: pin s.total_waits_fg: 38", "scope": "global", "metric_type": 1 }, @@ -23126,6 +26308,7 @@ "dbms": 12, "name": "global.system_event.cursor: pin s.wait_class", "vartype": 1, + "default": "Concurrency", "summary": "system_event.cursor: pin s.wait_class: Concurrency", "scope": "global", "metric_type": 2 @@ -23137,9 +26320,10 @@ "dbms": 12, "name": "global.system_event.cursor: pin s.wait_class#", "vartype": 2, + "default": "4", "summary": "system_event.cursor: pin s.wait_class#: 4", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -23148,183 +26332,20 @@ "dbms": 12, "name": "global.system_event.cursor: pin s.wait_class_id", "vartype": 2, + "default": "3875070507", "summary": "system_event.cursor: pin s.wait_class_id: 3875070507", "scope": "global", "metric_type": 1 }, "model": "website.MetricCatalog" }, - { - "fields": { - "dbms": 12, - "name": "global.system_event.cursor: pin x.average_wait", - "vartype": 3, - "summary": "system_event.cursor: pin x.average_wait: 1.3", - "scope": "global", - "metric_type": 3 - }, - "model": "website.MetricCatalog" - }, - { - "fields": { - "dbms": 12, - "name": "global.system_event.cursor: pin x.average_wait_fg", - "vartype": 3, - "summary": "system_event.cursor: pin x.average_wait_fg: 1.3", - "scope": "global", - "metric_type": 3 - }, - "model": "website.MetricCatalog" - }, - { - "fields": { - "dbms": 12, - "name": "global.system_event.cursor: pin x.con_id", - "vartype": 2, - "summary": "system_event.cursor: pin x.con_id: 0", - "scope": "global", - "metric_type": 1 - }, - "model": "website.MetricCatalog" - }, - { - "fields": { - "dbms": 12, - "name": "global.system_event.cursor: pin x.event_id", - "vartype": 2, - "summary": "system_event.cursor: pin x.event_id: 3085815766", - "scope": "global", - "metric_type": 1 - }, - "model": "website.MetricCatalog" - }, - { - "fields": { - "dbms": 12, - "name": "global.system_event.cursor: pin x.time_waited", - "vartype": 2, - "summary": "system_event.cursor: pin x.time_waited: 5", - "scope": "global", - "metric_type": 1 - }, - "model": "website.MetricCatalog" - }, - { - "fields": { - "dbms": 12, - "name": "global.system_event.cursor: pin x.time_waited_fg", - "vartype": 2, - "summary": "system_event.cursor: pin x.time_waited_fg: 5", - "scope": "global", - "metric_type": 1 - }, - "model": "website.MetricCatalog" - }, - { - "fields": { - "dbms": 12, - "name": "global.system_event.cursor: pin x.time_waited_micro", - "vartype": 2, - "summary": "system_event.cursor: pin x.time_waited_micro: 52050", - "scope": "global", - "metric_type": 1 - }, - "model": "website.MetricCatalog" - }, - { - "fields": { - "dbms": 12, - "name": "global.system_event.cursor: pin x.time_waited_micro_fg", - "vartype": 2, - "summary": "system_event.cursor: pin x.time_waited_micro_fg: 52050", - "scope": "global", - "metric_type": 1 - }, - "model": "website.MetricCatalog" - }, - { - "fields": { - "dbms": 12, - "name": "global.system_event.cursor: pin x.total_timeouts", - "vartype": 2, - "summary": "system_event.cursor: pin x.total_timeouts: 0", - "scope": "global", - "metric_type": 1 - }, - "model": "website.MetricCatalog" - }, - { - "fields": { - "dbms": 12, - "name": "global.system_event.cursor: pin x.total_timeouts_fg", - "vartype": 2, - "summary": "system_event.cursor: pin x.total_timeouts_fg: 0", - "scope": "global", - "metric_type": 1 - }, - "model": "website.MetricCatalog" - }, - { - "fields": { - "dbms": 12, - "name": "global.system_event.cursor: pin x.total_waits", - "vartype": 2, - "summary": "system_event.cursor: pin x.total_waits: 4", - "scope": "global", - "metric_type": 1 - }, - "model": "website.MetricCatalog" - }, - { - "fields": { - "dbms": 12, - "name": "global.system_event.cursor: pin x.total_waits_fg", - "vartype": 2, - "summary": "system_event.cursor: pin x.total_waits_fg: 4", - "scope": "global", - "metric_type": 1 - }, - "model": "website.MetricCatalog" - }, - { - "fields": { - "dbms": 12, - "name": "global.system_event.cursor: pin x.wait_class", - "vartype": 1, - "summary": "system_event.cursor: pin x.wait_class: Concurrency", - "scope": "global", - "metric_type": 2 - }, - "model": "website.MetricCatalog" - }, - { - "fields": { - "dbms": 12, - "name": "global.system_event.cursor: pin x.wait_class#", - "vartype": 2, - "summary": "system_event.cursor: pin x.wait_class#: 4", - "scope": "global", - "metric_type": 1 - }, - "model": "website.MetricCatalog" - }, - { - "fields": { - "dbms": 12, - "name": "global.system_event.cursor: pin x.wait_class_id", - "vartype": 2, - "summary": "system_event.cursor: pin x.wait_class_id: 3875070507", - "scope": "global", - "metric_type": 1 - }, - "model": "website.MetricCatalog" - }, { "fields": { "dbms": 12, "name": "global.system_event.data guard: gap manager.average_wait", "vartype": 3, - "summary": "system_event.data guard: gap manager.average_wait: 75.15", + "default": "5968.63", + "summary": "system_event.data guard: gap manager.average_wait: 5968.63", "scope": "global", "metric_type": 3 }, @@ -23335,6 +26356,7 @@ "dbms": 12, "name": "global.system_event.data guard: gap manager.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.data guard: gap manager.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -23346,6 +26368,7 @@ "dbms": 12, "name": "global.system_event.data guard: gap manager.con_id", "vartype": 2, + "default": "0", "summary": "system_event.data guard: gap manager.con_id: 0", "scope": "global", "metric_type": 1 @@ -23357,6 +26380,7 @@ "dbms": 12, "name": "global.system_event.data guard: gap manager.event_id", "vartype": 2, + "default": "2369083111", "summary": "system_event.data guard: gap manager.event_id: 2369083111", "scope": "global", "metric_type": 1 @@ -23368,7 +26392,8 @@ "dbms": 12, "name": "global.system_event.data guard: gap manager.time_waited", "vartype": 2, - "summary": "system_event.data guard: gap manager.time_waited: 75", + "default": "202933", + "summary": "system_event.data guard: gap manager.time_waited: 202933", "scope": "global", "metric_type": 1 }, @@ -23379,6 +26404,7 @@ "dbms": 12, "name": "global.system_event.data guard: gap manager.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.data guard: gap manager.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -23390,7 +26416,8 @@ "dbms": 12, "name": "global.system_event.data guard: gap manager.time_waited_micro", "vartype": 2, - "summary": "system_event.data guard: gap manager.time_waited_micro: 751458", + "default": "2029334914", + "summary": "system_event.data guard: gap manager.time_waited_micro: 2029334914", "scope": "global", "metric_type": 1 }, @@ -23401,6 +26428,7 @@ "dbms": 12, "name": "global.system_event.data guard: gap manager.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.data guard: gap manager.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -23412,6 +26440,7 @@ "dbms": 12, "name": "global.system_event.data guard: gap manager.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.data guard: gap manager.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -23423,6 +26452,7 @@ "dbms": 12, "name": "global.system_event.data guard: gap manager.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.data guard: gap manager.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -23434,7 +26464,8 @@ "dbms": 12, "name": "global.system_event.data guard: gap manager.total_waits", "vartype": 2, - "summary": "system_event.data guard: gap manager.total_waits: 1", + "default": "34", + "summary": "system_event.data guard: gap manager.total_waits: 34", "scope": "global", "metric_type": 1 }, @@ -23445,6 +26476,7 @@ "dbms": 12, "name": "global.system_event.data guard: gap manager.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.data guard: gap manager.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -23456,6 +26488,7 @@ "dbms": 12, "name": "global.system_event.data guard: gap manager.wait_class", "vartype": 1, + "default": "Idle", "summary": "system_event.data guard: gap manager.wait_class: Idle", "scope": "global", "metric_type": 2 @@ -23467,9 +26500,10 @@ "dbms": 12, "name": "global.system_event.data guard: gap manager.wait_class#", "vartype": 2, + "default": "6", "summary": "system_event.data guard: gap manager.wait_class#: 6", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -23478,18 +26512,560 @@ "dbms": 12, "name": "global.system_event.data guard: gap manager.wait_class_id", "vartype": 2, + "default": "2723168908", "summary": "system_event.data guard: gap manager.wait_class_id: 2723168908", "scope": "global", "metric_type": 1 }, "model": "website.MetricCatalog" }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.data guard: timer.average_wait", + "vartype": 3, + "default": "2759.85", + "summary": "system_event.data guard: timer.average_wait: 2759.85", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.data guard: timer.average_wait_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.data guard: timer.average_wait_fg: 0", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.data guard: timer.con_id", + "vartype": 2, + "default": "0", + "summary": "system_event.data guard: timer.con_id: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.data guard: timer.event_id", + "vartype": 2, + "default": "1799268421", + "summary": "system_event.data guard: timer.event_id: 1799268421", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.data guard: timer.time_waited", + "vartype": 2, + "default": "206988", + "summary": "system_event.data guard: timer.time_waited: 206988", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.data guard: timer.time_waited_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.data guard: timer.time_waited_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.data guard: timer.time_waited_micro", + "vartype": 2, + "default": "2069884234", + "summary": "system_event.data guard: timer.time_waited_micro: 2069884234", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.data guard: timer.time_waited_micro_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.data guard: timer.time_waited_micro_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.data guard: timer.total_timeouts", + "vartype": 2, + "default": "0", + "summary": "system_event.data guard: timer.total_timeouts: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.data guard: timer.total_timeouts_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.data guard: timer.total_timeouts_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.data guard: timer.total_waits", + "vartype": 2, + "default": "75", + "summary": "system_event.data guard: timer.total_waits: 75", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.data guard: timer.total_waits_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.data guard: timer.total_waits_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.data guard: timer.wait_class", + "vartype": 1, + "default": "Idle", + "summary": "system_event.data guard: timer.wait_class: Idle", + "scope": "global", + "metric_type": 2 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.data guard: timer.wait_class#", + "vartype": 2, + "default": "6", + "summary": "system_event.data guard: timer.wait_class#: 6", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.data guard: timer.wait_class_id", + "vartype": 2, + "default": "2723168908", + "summary": "system_event.data guard: timer.wait_class_id: 2723168908", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.data pump slave startup.average_wait", + "vartype": 3, + "default": ".01", + "summary": "system_event.data pump slave startup.average_wait: .01", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.data pump slave startup.average_wait_fg", + "vartype": 3, + "default": ".01", + "summary": "system_event.data pump slave startup.average_wait_fg: .01", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.data pump slave startup.con_id", + "vartype": 2, + "default": "0", + "summary": "system_event.data pump slave startup.con_id: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.data pump slave startup.event_id", + "vartype": 2, + "default": "1618891965", + "summary": "system_event.data pump slave startup.event_id: 1618891965", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.data pump slave startup.time_waited", + "vartype": 2, + "default": "0", + "summary": "system_event.data pump slave startup.time_waited: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.data pump slave startup.time_waited_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.data pump slave startup.time_waited_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.data pump slave startup.time_waited_micro", + "vartype": 2, + "default": "107", + "summary": "system_event.data pump slave startup.time_waited_micro: 107", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.data pump slave startup.time_waited_micro_fg", + "vartype": 2, + "default": "107", + "summary": "system_event.data pump slave startup.time_waited_micro_fg: 107", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.data pump slave startup.total_timeouts", + "vartype": 2, + "default": "0", + "summary": "system_event.data pump slave startup.total_timeouts: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.data pump slave startup.total_timeouts_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.data pump slave startup.total_timeouts_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.data pump slave startup.total_waits", + "vartype": 2, + "default": "1", + "summary": "system_event.data pump slave startup.total_waits: 1", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.data pump slave startup.total_waits_fg", + "vartype": 2, + "default": "1", + "summary": "system_event.data pump slave startup.total_waits_fg: 1", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.data pump slave startup.wait_class", + "vartype": 1, + "default": "Other", + "summary": "system_event.data pump slave startup.wait_class: Other", + "scope": "global", + "metric_type": 2 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.data pump slave startup.wait_class#", + "vartype": 2, + "default": "0", + "summary": "system_event.data pump slave startup.wait_class#: 0", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.data pump slave startup.wait_class_id", + "vartype": 2, + "default": "1893977003", + "summary": "system_event.data pump slave startup.wait_class_id: 1893977003", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.datapump dump file i/o.average_wait", + "vartype": 3, + "default": ".09", + "summary": "system_event.datapump dump file i/o.average_wait: .09", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.datapump dump file i/o.average_wait_fg", + "vartype": 3, + "default": ".08", + "summary": "system_event.datapump dump file i/o.average_wait_fg: .08", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.datapump dump file i/o.con_id", + "vartype": 2, + "default": "0", + "summary": "system_event.datapump dump file i/o.con_id: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.datapump dump file i/o.event_id", + "vartype": 2, + "default": "4155572307", + "summary": "system_event.datapump dump file i/o.event_id: 4155572307", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.datapump dump file i/o.time_waited", + "vartype": 2, + "default": "35", + "summary": "system_event.datapump dump file i/o.time_waited: 35", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.datapump dump file i/o.time_waited_fg", + "vartype": 2, + "default": "9", + "summary": "system_event.datapump dump file i/o.time_waited_fg: 9", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.datapump dump file i/o.time_waited_micro", + "vartype": 2, + "default": "348107", + "summary": "system_event.datapump dump file i/o.time_waited_micro: 348107", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.datapump dump file i/o.time_waited_micro_fg", + "vartype": 2, + "default": "90221", + "summary": "system_event.datapump dump file i/o.time_waited_micro_fg: 90221", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.datapump dump file i/o.total_timeouts", + "vartype": 2, + "default": "0", + "summary": "system_event.datapump dump file i/o.total_timeouts: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.datapump dump file i/o.total_timeouts_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.datapump dump file i/o.total_timeouts_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.datapump dump file i/o.total_waits", + "vartype": 2, + "default": "385", + "summary": "system_event.datapump dump file i/o.total_waits: 385", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.datapump dump file i/o.total_waits_fg", + "vartype": 2, + "default": "107", + "summary": "system_event.datapump dump file i/o.total_waits_fg: 107", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.datapump dump file i/o.wait_class", + "vartype": 1, + "default": "User I/O", + "summary": "system_event.datapump dump file i/o.wait_class: User I/O", + "scope": "global", + "metric_type": 2 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.datapump dump file i/o.wait_class#", + "vartype": 2, + "default": "8", + "summary": "system_event.datapump dump file i/o.wait_class#: 8", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.datapump dump file i/o.wait_class_id", + "vartype": 2, + "default": "1740759767", + "summary": "system_event.datapump dump file i/o.wait_class_id: 1740759767", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, { "fields": { "dbms": 12, "name": "global.system_event.db file async i/o submit.average_wait", "vartype": 3, - "summary": "system_event.db file async i/o submit.average_wait: 0.21", + "default": ".01", + "summary": "system_event.db file async i/o submit.average_wait: .01", "scope": "global", "metric_type": 3 }, @@ -23500,6 +27076,7 @@ "dbms": 12, "name": "global.system_event.db file async i/o submit.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.db file async i/o submit.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -23511,6 +27088,7 @@ "dbms": 12, "name": "global.system_event.db file async i/o submit.con_id", "vartype": 2, + "default": "0", "summary": "system_event.db file async i/o submit.con_id: 0", "scope": "global", "metric_type": 1 @@ -23522,6 +27100,7 @@ "dbms": 12, "name": "global.system_event.db file async i/o submit.event_id", "vartype": 2, + "default": "133155944", "summary": "system_event.db file async i/o submit.event_id: 133155944", "scope": "global", "metric_type": 1 @@ -23533,7 +27112,8 @@ "dbms": 12, "name": "global.system_event.db file async i/o submit.time_waited", "vartype": 2, - "summary": "system_event.db file async i/o submit.time_waited: 1", + "default": "392", + "summary": "system_event.db file async i/o submit.time_waited: 392", "scope": "global", "metric_type": 1 }, @@ -23544,6 +27124,7 @@ "dbms": 12, "name": "global.system_event.db file async i/o submit.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.db file async i/o submit.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -23555,7 +27136,8 @@ "dbms": 12, "name": "global.system_event.db file async i/o submit.time_waited_micro", "vartype": 2, - "summary": "system_event.db file async i/o submit.time_waited_micro: 10446", + "default": "3918194", + "summary": "system_event.db file async i/o submit.time_waited_micro: 3918194", "scope": "global", "metric_type": 1 }, @@ -23566,6 +27148,7 @@ "dbms": 12, "name": "global.system_event.db file async i/o submit.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.db file async i/o submit.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -23577,6 +27160,7 @@ "dbms": 12, "name": "global.system_event.db file async i/o submit.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.db file async i/o submit.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -23588,6 +27172,7 @@ "dbms": 12, "name": "global.system_event.db file async i/o submit.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.db file async i/o submit.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -23599,7 +27184,8 @@ "dbms": 12, "name": "global.system_event.db file async i/o submit.total_waits", "vartype": 2, - "summary": "system_event.db file async i/o submit.total_waits: 5", + "default": "42611", + "summary": "system_event.db file async i/o submit.total_waits: 42611", "scope": "global", "metric_type": 1 }, @@ -23610,6 +27196,7 @@ "dbms": 12, "name": "global.system_event.db file async i/o submit.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.db file async i/o submit.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -23621,6 +27208,7 @@ "dbms": 12, "name": "global.system_event.db file async i/o submit.wait_class", "vartype": 1, + "default": "System I/O", "summary": "system_event.db file async i/o submit.wait_class: System I/O", "scope": "global", "metric_type": 2 @@ -23632,9 +27220,10 @@ "dbms": 12, "name": "global.system_event.db file async i/o submit.wait_class#", "vartype": 2, + "default": "9", "summary": "system_event.db file async i/o submit.wait_class#: 9", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -23643,18 +27232,380 @@ "dbms": 12, "name": "global.system_event.db file async i/o submit.wait_class_id", "vartype": 2, + "default": "4108307767", "summary": "system_event.db file async i/o submit.wait_class_id: 4108307767", "scope": "global", "metric_type": 1 }, "model": "website.MetricCatalog" }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.db file parallel read.average_wait", + "vartype": 3, + "default": ".47", + "summary": "system_event.db file parallel read.average_wait: .47", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.db file parallel read.average_wait_fg", + "vartype": 3, + "default": ".47", + "summary": "system_event.db file parallel read.average_wait_fg: .47", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.db file parallel read.con_id", + "vartype": 2, + "default": "0", + "summary": "system_event.db file parallel read.con_id: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.db file parallel read.event_id", + "vartype": 2, + "default": "834992820", + "summary": "system_event.db file parallel read.event_id: 834992820", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.db file parallel read.time_waited", + "vartype": 2, + "default": "9434", + "summary": "system_event.db file parallel read.time_waited: 9434", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.db file parallel read.time_waited_fg", + "vartype": 2, + "default": "9430", + "summary": "system_event.db file parallel read.time_waited_fg: 9430", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.db file parallel read.time_waited_micro", + "vartype": 2, + "default": "94339707", + "summary": "system_event.db file parallel read.time_waited_micro: 94339707", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.db file parallel read.time_waited_micro_fg", + "vartype": 2, + "default": "94297413", + "summary": "system_event.db file parallel read.time_waited_micro_fg: 94297413", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.db file parallel read.total_timeouts", + "vartype": 2, + "default": "0", + "summary": "system_event.db file parallel read.total_timeouts: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.db file parallel read.total_timeouts_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.db file parallel read.total_timeouts_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.db file parallel read.total_waits", + "vartype": 2, + "default": "20150", + "summary": "system_event.db file parallel read.total_waits: 20150", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.db file parallel read.total_waits_fg", + "vartype": 2, + "default": "20126", + "summary": "system_event.db file parallel read.total_waits_fg: 20126", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.db file parallel read.wait_class", + "vartype": 1, + "default": "User I/O", + "summary": "system_event.db file parallel read.wait_class: User I/O", + "scope": "global", + "metric_type": 2 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.db file parallel read.wait_class#", + "vartype": 2, + "default": "8", + "summary": "system_event.db file parallel read.wait_class#: 8", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.db file parallel read.wait_class_id", + "vartype": 2, + "default": "1740759767", + "summary": "system_event.db file parallel read.wait_class_id: 1740759767", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.db file parallel write.average_wait", + "vartype": 3, + "default": ".18", + "summary": "system_event.db file parallel write.average_wait: .18", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.db file parallel write.average_wait_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.db file parallel write.average_wait_fg: 0", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.db file parallel write.con_id", + "vartype": 2, + "default": "0", + "summary": "system_event.db file parallel write.con_id: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.db file parallel write.event_id", + "vartype": 2, + "default": "1620694733", + "summary": "system_event.db file parallel write.event_id: 1620694733", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.db file parallel write.time_waited", + "vartype": 2, + "default": "9324", + "summary": "system_event.db file parallel write.time_waited: 9324", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.db file parallel write.time_waited_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.db file parallel write.time_waited_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.db file parallel write.time_waited_micro", + "vartype": 2, + "default": "93239544", + "summary": "system_event.db file parallel write.time_waited_micro: 93239544", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.db file parallel write.time_waited_micro_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.db file parallel write.time_waited_micro_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.db file parallel write.total_timeouts", + "vartype": 2, + "default": "0", + "summary": "system_event.db file parallel write.total_timeouts: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.db file parallel write.total_timeouts_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.db file parallel write.total_timeouts_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.db file parallel write.total_waits", + "vartype": 2, + "default": "53200", + "summary": "system_event.db file parallel write.total_waits: 53200", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.db file parallel write.total_waits_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.db file parallel write.total_waits_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.db file parallel write.wait_class", + "vartype": 1, + "default": "System I/O", + "summary": "system_event.db file parallel write.wait_class: System I/O", + "scope": "global", + "metric_type": 2 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.db file parallel write.wait_class#", + "vartype": 2, + "default": "9", + "summary": "system_event.db file parallel write.wait_class#: 9", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.db file parallel write.wait_class_id", + "vartype": 2, + "default": "4108307767", + "summary": "system_event.db file parallel write.wait_class_id: 4108307767", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, { "fields": { "dbms": 12, "name": "global.system_event.db file scattered read.average_wait", "vartype": 3, - "summary": "system_event.db file scattered read.average_wait: 0.05", + "default": ".32", + "summary": "system_event.db file scattered read.average_wait: .32", "scope": "global", "metric_type": 3 }, @@ -23665,7 +27616,8 @@ "dbms": 12, "name": "global.system_event.db file scattered read.average_wait_fg", "vartype": 3, - "summary": "system_event.db file scattered read.average_wait_fg: 0.01", + "default": ".32", + "summary": "system_event.db file scattered read.average_wait_fg: .32", "scope": "global", "metric_type": 3 }, @@ -23676,6 +27628,7 @@ "dbms": 12, "name": "global.system_event.db file scattered read.con_id", "vartype": 2, + "default": "0", "summary": "system_event.db file scattered read.con_id: 0", "scope": "global", "metric_type": 1 @@ -23687,6 +27640,7 @@ "dbms": 12, "name": "global.system_event.db file scattered read.event_id", "vartype": 2, + "default": "506183215", "summary": "system_event.db file scattered read.event_id: 506183215", "scope": "global", "metric_type": 1 @@ -23698,7 +27652,8 @@ "dbms": 12, "name": "global.system_event.db file scattered read.time_waited", "vartype": 2, - "summary": "system_event.db file scattered read.time_waited: 20", + "default": "11615", + "summary": "system_event.db file scattered read.time_waited: 11615", "scope": "global", "metric_type": 1 }, @@ -23709,7 +27664,8 @@ "dbms": 12, "name": "global.system_event.db file scattered read.time_waited_fg", "vartype": 2, - "summary": "system_event.db file scattered read.time_waited_fg: 1", + "default": "11421", + "summary": "system_event.db file scattered read.time_waited_fg: 11421", "scope": "global", "metric_type": 1 }, @@ -23720,7 +27676,8 @@ "dbms": 12, "name": "global.system_event.db file scattered read.time_waited_micro", "vartype": 2, - "summary": "system_event.db file scattered read.time_waited_micro: 200535", + "default": "116146627", + "summary": "system_event.db file scattered read.time_waited_micro: 116146627", "scope": "global", "metric_type": 1 }, @@ -23731,7 +27688,8 @@ "dbms": 12, "name": "global.system_event.db file scattered read.time_waited_micro_fg", "vartype": 2, - "summary": "system_event.db file scattered read.time_waited_micro_fg: 8671", + "default": "114209572", + "summary": "system_event.db file scattered read.time_waited_micro_fg: 114209572", "scope": "global", "metric_type": 1 }, @@ -23742,6 +27700,7 @@ "dbms": 12, "name": "global.system_event.db file scattered read.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.db file scattered read.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -23753,6 +27712,7 @@ "dbms": 12, "name": "global.system_event.db file scattered read.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.db file scattered read.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -23764,7 +27724,8 @@ "dbms": 12, "name": "global.system_event.db file scattered read.total_waits", "vartype": 2, - "summary": "system_event.db file scattered read.total_waits: 403", + "default": "35993", + "summary": "system_event.db file scattered read.total_waits: 35993", "scope": "global", "metric_type": 1 }, @@ -23775,7 +27736,8 @@ "dbms": 12, "name": "global.system_event.db file scattered read.total_waits_fg", "vartype": 2, - "summary": "system_event.db file scattered read.total_waits_fg: 89", + "default": "35350", + "summary": "system_event.db file scattered read.total_waits_fg: 35350", "scope": "global", "metric_type": 1 }, @@ -23786,6 +27748,7 @@ "dbms": 12, "name": "global.system_event.db file scattered read.wait_class", "vartype": 1, + "default": "User I/O", "summary": "system_event.db file scattered read.wait_class: User I/O", "scope": "global", "metric_type": 2 @@ -23797,9 +27760,10 @@ "dbms": 12, "name": "global.system_event.db file scattered read.wait_class#", "vartype": 2, + "default": "8", "summary": "system_event.db file scattered read.wait_class#: 8", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -23808,6 +27772,7 @@ "dbms": 12, "name": "global.system_event.db file scattered read.wait_class_id", "vartype": 2, + "default": "1740759767", "summary": "system_event.db file scattered read.wait_class_id: 1740759767", "scope": "global", "metric_type": 1 @@ -23819,7 +27784,8 @@ "dbms": 12, "name": "global.system_event.db file sequential read.average_wait", "vartype": 3, - "summary": "system_event.db file sequential read.average_wait: 0.01", + "default": ".17", + "summary": "system_event.db file sequential read.average_wait: .17", "scope": "global", "metric_type": 3 }, @@ -23829,8 +27795,9 @@ "fields": { "dbms": 12, "name": "global.system_event.db file sequential read.average_wait_fg", - "vartype": 2, - "summary": "system_event.db file sequential read.average_wait_fg: 0", + "vartype": 3, + "default": ".18", + "summary": "system_event.db file sequential read.average_wait_fg: .18", "scope": "global", "metric_type": 3 }, @@ -23841,6 +27808,7 @@ "dbms": 12, "name": "global.system_event.db file sequential read.con_id", "vartype": 2, + "default": "0", "summary": "system_event.db file sequential read.con_id: 0", "scope": "global", "metric_type": 1 @@ -23852,6 +27820,7 @@ "dbms": 12, "name": "global.system_event.db file sequential read.event_id", "vartype": 2, + "default": "2652584166", "summary": "system_event.db file sequential read.event_id: 2652584166", "scope": "global", "metric_type": 1 @@ -23863,7 +27832,8 @@ "dbms": 12, "name": "global.system_event.db file sequential read.time_waited", "vartype": 2, - "summary": "system_event.db file sequential read.time_waited: 93", + "default": "188468", + "summary": "system_event.db file sequential read.time_waited: 188468", "scope": "global", "metric_type": 1 }, @@ -23874,7 +27844,8 @@ "dbms": 12, "name": "global.system_event.db file sequential read.time_waited_fg", "vartype": 2, - "summary": "system_event.db file sequential read.time_waited_fg: 12", + "default": "151631", + "summary": "system_event.db file sequential read.time_waited_fg: 151631", "scope": "global", "metric_type": 1 }, @@ -23885,7 +27856,8 @@ "dbms": 12, "name": "global.system_event.db file sequential read.time_waited_micro", "vartype": 2, - "summary": "system_event.db file sequential read.time_waited_micro: 925625", + "default": "1884680098", + "summary": "system_event.db file sequential read.time_waited_micro: 1884680098", "scope": "global", "metric_type": 1 }, @@ -23896,7 +27868,8 @@ "dbms": 12, "name": "global.system_event.db file sequential read.time_waited_micro_fg", "vartype": 2, - "summary": "system_event.db file sequential read.time_waited_micro_fg: 115810", + "default": "1516307294", + "summary": "system_event.db file sequential read.time_waited_micro_fg: 1516307294", "scope": "global", "metric_type": 1 }, @@ -23907,6 +27880,7 @@ "dbms": 12, "name": "global.system_event.db file sequential read.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.db file sequential read.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -23918,6 +27892,7 @@ "dbms": 12, "name": "global.system_event.db file sequential read.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.db file sequential read.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -23929,7 +27904,8 @@ "dbms": 12, "name": "global.system_event.db file sequential read.total_waits", "vartype": 2, - "summary": "system_event.db file sequential read.total_waits: 6178", + "default": "1108499", + "summary": "system_event.db file sequential read.total_waits: 1108499", "scope": "global", "metric_type": 1 }, @@ -23940,7 +27916,8 @@ "dbms": 12, "name": "global.system_event.db file sequential read.total_waits_fg", "vartype": 2, - "summary": "system_event.db file sequential read.total_waits_fg: 2477", + "default": "844940", + "summary": "system_event.db file sequential read.total_waits_fg: 844940", "scope": "global", "metric_type": 1 }, @@ -23951,6 +27928,7 @@ "dbms": 12, "name": "global.system_event.db file sequential read.wait_class", "vartype": 1, + "default": "User I/O", "summary": "system_event.db file sequential read.wait_class: User I/O", "scope": "global", "metric_type": 2 @@ -23962,9 +27940,10 @@ "dbms": 12, "name": "global.system_event.db file sequential read.wait_class#", "vartype": 2, + "default": "8", "summary": "system_event.db file sequential read.wait_class#: 8", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -23973,6 +27952,7 @@ "dbms": 12, "name": "global.system_event.db file sequential read.wait_class_id", "vartype": 2, + "default": "1740759767", "summary": "system_event.db file sequential read.wait_class_id: 1740759767", "scope": "global", "metric_type": 1 @@ -23984,7 +27964,8 @@ "dbms": 12, "name": "global.system_event.db file single write.average_wait", "vartype": 3, - "summary": "system_event.db file single write.average_wait: 0.06", + "default": ".12", + "summary": "system_event.db file single write.average_wait: .12", "scope": "global", "metric_type": 3 }, @@ -23995,7 +27976,8 @@ "dbms": 12, "name": "global.system_event.db file single write.average_wait_fg", "vartype": 3, - "summary": "system_event.db file single write.average_wait_fg: 0.06", + "default": ".12", + "summary": "system_event.db file single write.average_wait_fg: .12", "scope": "global", "metric_type": 3 }, @@ -24006,6 +27988,7 @@ "dbms": 12, "name": "global.system_event.db file single write.con_id", "vartype": 2, + "default": "0", "summary": "system_event.db file single write.con_id: 0", "scope": "global", "metric_type": 1 @@ -24017,6 +28000,7 @@ "dbms": 12, "name": "global.system_event.db file single write.event_id", "vartype": 2, + "default": "1307477558", "summary": "system_event.db file single write.event_id: 1307477558", "scope": "global", "metric_type": 1 @@ -24028,7 +28012,8 @@ "dbms": 12, "name": "global.system_event.db file single write.time_waited", "vartype": 2, - "summary": "system_event.db file single write.time_waited: 0", + "default": "45", + "summary": "system_event.db file single write.time_waited: 45", "scope": "global", "metric_type": 1 }, @@ -24039,7 +28024,8 @@ "dbms": 12, "name": "global.system_event.db file single write.time_waited_fg", "vartype": 2, - "summary": "system_event.db file single write.time_waited_fg: 0", + "default": "45", + "summary": "system_event.db file single write.time_waited_fg: 45", "scope": "global", "metric_type": 1 }, @@ -24050,7 +28036,8 @@ "dbms": 12, "name": "global.system_event.db file single write.time_waited_micro", "vartype": 2, - "summary": "system_event.db file single write.time_waited_micro: 4496", + "default": "450959", + "summary": "system_event.db file single write.time_waited_micro: 450959", "scope": "global", "metric_type": 1 }, @@ -24061,7 +28048,8 @@ "dbms": 12, "name": "global.system_event.db file single write.time_waited_micro_fg", "vartype": 2, - "summary": "system_event.db file single write.time_waited_micro_fg: 2577", + "default": "450959", + "summary": "system_event.db file single write.time_waited_micro_fg: 450959", "scope": "global", "metric_type": 1 }, @@ -24072,6 +28060,7 @@ "dbms": 12, "name": "global.system_event.db file single write.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.db file single write.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -24083,6 +28072,7 @@ "dbms": 12, "name": "global.system_event.db file single write.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.db file single write.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -24094,7 +28084,8 @@ "dbms": 12, "name": "global.system_event.db file single write.total_waits", "vartype": 2, - "summary": "system_event.db file single write.total_waits: 8", + "default": "365", + "summary": "system_event.db file single write.total_waits: 365", "scope": "global", "metric_type": 1 }, @@ -24105,7 +28096,8 @@ "dbms": 12, "name": "global.system_event.db file single write.total_waits_fg", "vartype": 2, - "summary": "system_event.db file single write.total_waits_fg: 4", + "default": "365", + "summary": "system_event.db file single write.total_waits_fg: 365", "scope": "global", "metric_type": 1 }, @@ -24116,6 +28108,7 @@ "dbms": 12, "name": "global.system_event.db file single write.wait_class", "vartype": 1, + "default": "User I/O", "summary": "system_event.db file single write.wait_class: User I/O", "scope": "global", "metric_type": 2 @@ -24127,9 +28120,10 @@ "dbms": 12, "name": "global.system_event.db file single write.wait_class#", "vartype": 2, + "default": "8", "summary": "system_event.db file single write.wait_class#: 8", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -24138,6 +28132,7 @@ "dbms": 12, "name": "global.system_event.db file single write.wait_class_id", "vartype": 2, + "default": "1740759767", "summary": "system_event.db file single write.wait_class_id: 1740759767", "scope": "global", "metric_type": 1 @@ -24149,7 +28144,8 @@ "dbms": 12, "name": "global.system_event.diag idle wait.average_wait", "vartype": 3, - "summary": "system_event.diag idle wait.average_wait: 105.16", + "default": "99.98", + "summary": "system_event.diag idle wait.average_wait: 99.98", "scope": "global", "metric_type": 3 }, @@ -24160,6 +28156,7 @@ "dbms": 12, "name": "global.system_event.diag idle wait.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.diag idle wait.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -24171,6 +28168,7 @@ "dbms": 12, "name": "global.system_event.diag idle wait.con_id", "vartype": 2, + "default": "0", "summary": "system_event.diag idle wait.con_id: 0", "scope": "global", "metric_type": 1 @@ -24182,6 +28180,7 @@ "dbms": 12, "name": "global.system_event.diag idle wait.event_id", "vartype": 2, + "default": "3176176482", "summary": "system_event.diag idle wait.event_id: 3176176482", "scope": "global", "metric_type": 1 @@ -24193,7 +28192,8 @@ "dbms": 12, "name": "global.system_event.diag idle wait.time_waited", "vartype": 2, - "summary": "system_event.diag idle wait.time_waited: 10306", + "default": "421016", + "summary": "system_event.diag idle wait.time_waited: 421016", "scope": "global", "metric_type": 1 }, @@ -24204,6 +28204,7 @@ "dbms": 12, "name": "global.system_event.diag idle wait.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.diag idle wait.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -24215,7 +28216,8 @@ "dbms": 12, "name": "global.system_event.diag idle wait.time_waited_micro", "vartype": 2, - "summary": "system_event.diag idle wait.time_waited_micro: 103058380", + "default": "4210163157", + "summary": "system_event.diag idle wait.time_waited_micro: 4210163157", "scope": "global", "metric_type": 1 }, @@ -24226,6 +28228,7 @@ "dbms": 12, "name": "global.system_event.diag idle wait.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.diag idle wait.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -24237,7 +28240,8 @@ "dbms": 12, "name": "global.system_event.diag idle wait.total_timeouts", "vartype": 2, - "summary": "system_event.diag idle wait.total_timeouts: 98", + "default": "4211", + "summary": "system_event.diag idle wait.total_timeouts: 4211", "scope": "global", "metric_type": 1 }, @@ -24248,6 +28252,7 @@ "dbms": 12, "name": "global.system_event.diag idle wait.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.diag idle wait.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -24259,7 +28264,8 @@ "dbms": 12, "name": "global.system_event.diag idle wait.total_waits", "vartype": 2, - "summary": "system_event.diag idle wait.total_waits: 98", + "default": "4211", + "summary": "system_event.diag idle wait.total_waits: 4211", "scope": "global", "metric_type": 1 }, @@ -24270,6 +28276,7 @@ "dbms": 12, "name": "global.system_event.diag idle wait.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.diag idle wait.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -24281,6 +28288,7 @@ "dbms": 12, "name": "global.system_event.diag idle wait.wait_class", "vartype": 1, + "default": "Idle", "summary": "system_event.diag idle wait.wait_class: Idle", "scope": "global", "metric_type": 2 @@ -24292,9 +28300,10 @@ "dbms": 12, "name": "global.system_event.diag idle wait.wait_class#", "vartype": 2, + "default": "6", "summary": "system_event.diag idle wait.wait_class#: 6", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -24303,18 +28312,200 @@ "dbms": 12, "name": "global.system_event.diag idle wait.wait_class_id", "vartype": 2, + "default": "2723168908", "summary": "system_event.diag idle wait.wait_class_id: 2723168908", "scope": "global", "metric_type": 1 }, "model": "website.MetricCatalog" }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.direct path read temp.average_wait", + "vartype": 3, + "default": ".3", + "summary": "system_event.direct path read temp.average_wait: .3", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.direct path read temp.average_wait_fg", + "vartype": 3, + "default": ".34", + "summary": "system_event.direct path read temp.average_wait_fg: .34", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.direct path read temp.con_id", + "vartype": 2, + "default": "0", + "summary": "system_event.direct path read temp.con_id: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.direct path read temp.event_id", + "vartype": 2, + "default": "861319509", + "summary": "system_event.direct path read temp.event_id: 861319509", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.direct path read temp.time_waited", + "vartype": 2, + "default": "1673", + "summary": "system_event.direct path read temp.time_waited: 1673", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.direct path read temp.time_waited_fg", + "vartype": 2, + "default": "1575", + "summary": "system_event.direct path read temp.time_waited_fg: 1575", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.direct path read temp.time_waited_micro", + "vartype": 2, + "default": "16728648", + "summary": "system_event.direct path read temp.time_waited_micro: 16728648", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.direct path read temp.time_waited_micro_fg", + "vartype": 2, + "default": "15752937", + "summary": "system_event.direct path read temp.time_waited_micro_fg: 15752937", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.direct path read temp.total_timeouts", + "vartype": 2, + "default": "0", + "summary": "system_event.direct path read temp.total_timeouts: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.direct path read temp.total_timeouts_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.direct path read temp.total_timeouts_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.direct path read temp.total_waits", + "vartype": 2, + "default": "5513", + "summary": "system_event.direct path read temp.total_waits: 5513", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.direct path read temp.total_waits_fg", + "vartype": 2, + "default": "4696", + "summary": "system_event.direct path read temp.total_waits_fg: 4696", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.direct path read temp.wait_class", + "vartype": 1, + "default": "User I/O", + "summary": "system_event.direct path read temp.wait_class: User I/O", + "scope": "global", + "metric_type": 2 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.direct path read temp.wait_class#", + "vartype": 2, + "default": "8", + "summary": "system_event.direct path read temp.wait_class#: 8", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.direct path read temp.wait_class_id", + "vartype": 2, + "default": "1740759767", + "summary": "system_event.direct path read temp.wait_class_id: 1740759767", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, { "fields": { "dbms": 12, "name": "global.system_event.direct path read.average_wait", "vartype": 3, - "summary": "system_event.direct path read.average_wait: 0.01", + "default": ".16", + "summary": "system_event.direct path read.average_wait: .16", "scope": "global", "metric_type": 3 }, @@ -24324,8 +28515,9 @@ "fields": { "dbms": 12, "name": "global.system_event.direct path read.average_wait_fg", - "vartype": 2, - "summary": "system_event.direct path read.average_wait_fg: 0", + "vartype": 3, + "default": ".17", + "summary": "system_event.direct path read.average_wait_fg: .17", "scope": "global", "metric_type": 3 }, @@ -24336,6 +28528,7 @@ "dbms": 12, "name": "global.system_event.direct path read.con_id", "vartype": 2, + "default": "0", "summary": "system_event.direct path read.con_id: 0", "scope": "global", "metric_type": 1 @@ -24347,6 +28540,7 @@ "dbms": 12, "name": "global.system_event.direct path read.event_id", "vartype": 2, + "default": "3926164927", "summary": "system_event.direct path read.event_id: 3926164927", "scope": "global", "metric_type": 1 @@ -24358,7 +28552,8 @@ "dbms": 12, "name": "global.system_event.direct path read.time_waited", "vartype": 2, - "summary": "system_event.direct path read.time_waited: 0", + "default": "41186", + "summary": "system_event.direct path read.time_waited: 41186", "scope": "global", "metric_type": 1 }, @@ -24369,7 +28564,8 @@ "dbms": 12, "name": "global.system_event.direct path read.time_waited_fg", "vartype": 2, - "summary": "system_event.direct path read.time_waited_fg: 0", + "default": "40621", + "summary": "system_event.direct path read.time_waited_fg: 40621", "scope": "global", "metric_type": 1 }, @@ -24380,7 +28576,8 @@ "dbms": 12, "name": "global.system_event.direct path read.time_waited_micro", "vartype": 2, - "summary": "system_event.direct path read.time_waited_micro: 731", + "default": "411855500", + "summary": "system_event.direct path read.time_waited_micro: 411855500", "scope": "global", "metric_type": 1 }, @@ -24391,7 +28588,8 @@ "dbms": 12, "name": "global.system_event.direct path read.time_waited_micro_fg", "vartype": 2, - "summary": "system_event.direct path read.time_waited_micro_fg: 0", + "default": "406206388", + "summary": "system_event.direct path read.time_waited_micro_fg: 406206388", "scope": "global", "metric_type": 1 }, @@ -24402,6 +28600,7 @@ "dbms": 12, "name": "global.system_event.direct path read.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.direct path read.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -24413,6 +28612,7 @@ "dbms": 12, "name": "global.system_event.direct path read.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.direct path read.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -24424,7 +28624,8 @@ "dbms": 12, "name": "global.system_event.direct path read.total_waits", "vartype": 2, - "summary": "system_event.direct path read.total_waits: 13", + "default": "250166", + "summary": "system_event.direct path read.total_waits: 250166", "scope": "global", "metric_type": 1 }, @@ -24435,7 +28636,8 @@ "dbms": 12, "name": "global.system_event.direct path read.total_waits_fg", "vartype": 2, - "summary": "system_event.direct path read.total_waits_fg: 0", + "default": "246070", + "summary": "system_event.direct path read.total_waits_fg: 246070", "scope": "global", "metric_type": 1 }, @@ -24446,6 +28648,7 @@ "dbms": 12, "name": "global.system_event.direct path read.wait_class", "vartype": 1, + "default": "User I/O", "summary": "system_event.direct path read.wait_class: User I/O", "scope": "global", "metric_type": 2 @@ -24457,9 +28660,10 @@ "dbms": 12, "name": "global.system_event.direct path read.wait_class#", "vartype": 2, + "default": "8", "summary": "system_event.direct path read.wait_class#: 8", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -24468,18 +28672,380 @@ "dbms": 12, "name": "global.system_event.direct path read.wait_class_id", "vartype": 2, + "default": "1740759767", "summary": "system_event.direct path read.wait_class_id: 1740759767", "scope": "global", "metric_type": 1 }, "model": "website.MetricCatalog" }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.direct path sync.average_wait", + "vartype": 2, + "default": "0", + "summary": "system_event.direct path sync.average_wait: 0", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.direct path sync.average_wait_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.direct path sync.average_wait_fg: 0", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.direct path sync.con_id", + "vartype": 2, + "default": "0", + "summary": "system_event.direct path sync.con_id: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.direct path sync.event_id", + "vartype": 2, + "default": "2093619153", + "summary": "system_event.direct path sync.event_id: 2093619153", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.direct path sync.time_waited", + "vartype": 2, + "default": "0", + "summary": "system_event.direct path sync.time_waited: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.direct path sync.time_waited_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.direct path sync.time_waited_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.direct path sync.time_waited_micro", + "vartype": 2, + "default": "163", + "summary": "system_event.direct path sync.time_waited_micro: 163", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.direct path sync.time_waited_micro_fg", + "vartype": 2, + "default": "3", + "summary": "system_event.direct path sync.time_waited_micro_fg: 3", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.direct path sync.total_timeouts", + "vartype": 2, + "default": "0", + "summary": "system_event.direct path sync.total_timeouts: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.direct path sync.total_timeouts_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.direct path sync.total_timeouts_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.direct path sync.total_waits", + "vartype": 2, + "default": "98", + "summary": "system_event.direct path sync.total_waits: 98", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.direct path sync.total_waits_fg", + "vartype": 2, + "default": "2", + "summary": "system_event.direct path sync.total_waits_fg: 2", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.direct path sync.wait_class", + "vartype": 1, + "default": "User I/O", + "summary": "system_event.direct path sync.wait_class: User I/O", + "scope": "global", + "metric_type": 2 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.direct path sync.wait_class#", + "vartype": 2, + "default": "8", + "summary": "system_event.direct path sync.wait_class#: 8", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.direct path sync.wait_class_id", + "vartype": 2, + "default": "1740759767", + "summary": "system_event.direct path sync.wait_class_id: 1740759767", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.direct path write temp.average_wait", + "vartype": 3, + "default": ".16", + "summary": "system_event.direct path write temp.average_wait: .16", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.direct path write temp.average_wait_fg", + "vartype": 3, + "default": ".16", + "summary": "system_event.direct path write temp.average_wait_fg: .16", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.direct path write temp.con_id", + "vartype": 2, + "default": "0", + "summary": "system_event.direct path write temp.con_id: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.direct path write temp.event_id", + "vartype": 2, + "default": "38438084", + "summary": "system_event.direct path write temp.event_id: 38438084", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.direct path write temp.time_waited", + "vartype": 2, + "default": "209", + "summary": "system_event.direct path write temp.time_waited: 209", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.direct path write temp.time_waited_fg", + "vartype": 2, + "default": "109", + "summary": "system_event.direct path write temp.time_waited_fg: 109", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.direct path write temp.time_waited_micro", + "vartype": 2, + "default": "2087231", + "summary": "system_event.direct path write temp.time_waited_micro: 2087231", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.direct path write temp.time_waited_micro_fg", + "vartype": 2, + "default": "1090083", + "summary": "system_event.direct path write temp.time_waited_micro_fg: 1090083", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.direct path write temp.total_timeouts", + "vartype": 2, + "default": "0", + "summary": "system_event.direct path write temp.total_timeouts: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.direct path write temp.total_timeouts_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.direct path write temp.total_timeouts_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.direct path write temp.total_waits", + "vartype": 2, + "default": "1309", + "summary": "system_event.direct path write temp.total_waits: 1309", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.direct path write temp.total_waits_fg", + "vartype": 2, + "default": "680", + "summary": "system_event.direct path write temp.total_waits_fg: 680", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.direct path write temp.wait_class", + "vartype": 1, + "default": "User I/O", + "summary": "system_event.direct path write temp.wait_class: User I/O", + "scope": "global", + "metric_type": 2 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.direct path write temp.wait_class#", + "vartype": 2, + "default": "8", + "summary": "system_event.direct path write temp.wait_class#: 8", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.direct path write temp.wait_class_id", + "vartype": 2, + "default": "1740759767", + "summary": "system_event.direct path write temp.wait_class_id: 1740759767", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, { "fields": { "dbms": 12, "name": "global.system_event.direct path write.average_wait", "vartype": 3, - "summary": "system_event.direct path write.average_wait: 0.1", + "default": ".17", + "summary": "system_event.direct path write.average_wait: .17", "scope": "global", "metric_type": 3 }, @@ -24489,8 +29055,9 @@ "fields": { "dbms": 12, "name": "global.system_event.direct path write.average_wait_fg", - "vartype": 2, - "summary": "system_event.direct path write.average_wait_fg: 0", + "vartype": 3, + "default": ".17", + "summary": "system_event.direct path write.average_wait_fg: .17", "scope": "global", "metric_type": 3 }, @@ -24501,6 +29068,7 @@ "dbms": 12, "name": "global.system_event.direct path write.con_id", "vartype": 2, + "default": "0", "summary": "system_event.direct path write.con_id: 0", "scope": "global", "metric_type": 1 @@ -24512,6 +29080,7 @@ "dbms": 12, "name": "global.system_event.direct path write.event_id", "vartype": 2, + "default": "885859547", "summary": "system_event.direct path write.event_id: 885859547", "scope": "global", "metric_type": 1 @@ -24523,7 +29092,8 @@ "dbms": 12, "name": "global.system_event.direct path write.time_waited", "vartype": 2, - "summary": "system_event.direct path write.time_waited: 0", + "default": "289", + "summary": "system_event.direct path write.time_waited: 289", "scope": "global", "metric_type": 1 }, @@ -24534,7 +29104,8 @@ "dbms": 12, "name": "global.system_event.direct path write.time_waited_fg", "vartype": 2, - "summary": "system_event.direct path write.time_waited_fg: 0", + "default": "246", + "summary": "system_event.direct path write.time_waited_fg: 246", "scope": "global", "metric_type": 1 }, @@ -24545,7 +29116,8 @@ "dbms": 12, "name": "global.system_event.direct path write.time_waited_micro", "vartype": 2, - "summary": "system_event.direct path write.time_waited_micro: 4898", + "default": "2893139", + "summary": "system_event.direct path write.time_waited_micro: 2893139", "scope": "global", "metric_type": 1 }, @@ -24556,7 +29128,8 @@ "dbms": 12, "name": "global.system_event.direct path write.time_waited_micro_fg", "vartype": 2, - "summary": "system_event.direct path write.time_waited_micro_fg: 0", + "default": "2463403", + "summary": "system_event.direct path write.time_waited_micro_fg: 2463403", "scope": "global", "metric_type": 1 }, @@ -24567,6 +29140,7 @@ "dbms": 12, "name": "global.system_event.direct path write.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.direct path write.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -24578,6 +29152,7 @@ "dbms": 12, "name": "global.system_event.direct path write.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.direct path write.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -24589,7 +29164,8 @@ "dbms": 12, "name": "global.system_event.direct path write.total_waits", "vartype": 2, - "summary": "system_event.direct path write.total_waits: 5", + "default": "1753", + "summary": "system_event.direct path write.total_waits: 1753", "scope": "global", "metric_type": 1 }, @@ -24600,7 +29176,8 @@ "dbms": 12, "name": "global.system_event.direct path write.total_waits_fg", "vartype": 2, - "summary": "system_event.direct path write.total_waits_fg: 0", + "default": "1455", + "summary": "system_event.direct path write.total_waits_fg: 1455", "scope": "global", "metric_type": 1 }, @@ -24611,6 +29188,7 @@ "dbms": 12, "name": "global.system_event.direct path write.wait_class", "vartype": 1, + "default": "User I/O", "summary": "system_event.direct path write.wait_class: User I/O", "scope": "global", "metric_type": 2 @@ -24622,9 +29200,10 @@ "dbms": 12, "name": "global.system_event.direct path write.wait_class#", "vartype": 2, + "default": "8", "summary": "system_event.direct path write.wait_class#: 8", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -24633,6 +29212,7 @@ "dbms": 12, "name": "global.system_event.direct path write.wait_class_id", "vartype": 2, + "default": "1740759767", "summary": "system_event.direct path write.wait_class_id: 1740759767", "scope": "global", "metric_type": 1 @@ -24644,7 +29224,8 @@ "dbms": 12, "name": "global.system_event.disk file operations i/o.average_wait", "vartype": 3, - "summary": "system_event.disk file operations i/o.average_wait: 0.01", + "default": ".26", + "summary": "system_event.disk file operations i/o.average_wait: .26", "scope": "global", "metric_type": 3 }, @@ -24655,7 +29236,8 @@ "dbms": 12, "name": "global.system_event.disk file operations i/o.average_wait_fg", "vartype": 3, - "summary": "system_event.disk file operations i/o.average_wait_fg: 0.01", + "default": ".23", + "summary": "system_event.disk file operations i/o.average_wait_fg: .23", "scope": "global", "metric_type": 3 }, @@ -24666,6 +29248,7 @@ "dbms": 12, "name": "global.system_event.disk file operations i/o.con_id", "vartype": 2, + "default": "0", "summary": "system_event.disk file operations i/o.con_id: 0", "scope": "global", "metric_type": 1 @@ -24677,6 +29260,7 @@ "dbms": 12, "name": "global.system_event.disk file operations i/o.event_id", "vartype": 2, + "default": "166678035", "summary": "system_event.disk file operations i/o.event_id: 166678035", "scope": "global", "metric_type": 1 @@ -24688,7 +29272,8 @@ "dbms": 12, "name": "global.system_event.disk file operations i/o.time_waited", "vartype": 2, - "summary": "system_event.disk file operations i/o.time_waited: 1", + "default": "11632", + "summary": "system_event.disk file operations i/o.time_waited: 11632", "scope": "global", "metric_type": 1 }, @@ -24699,7 +29284,8 @@ "dbms": 12, "name": "global.system_event.disk file operations i/o.time_waited_fg", "vartype": 2, - "summary": "system_event.disk file operations i/o.time_waited_fg: 0", + "default": "9372", + "summary": "system_event.disk file operations i/o.time_waited_fg: 9372", "scope": "global", "metric_type": 1 }, @@ -24710,7 +29296,8 @@ "dbms": 12, "name": "global.system_event.disk file operations i/o.time_waited_micro", "vartype": 2, - "summary": "system_event.disk file operations i/o.time_waited_micro: 11376", + "default": "116322361", + "summary": "system_event.disk file operations i/o.time_waited_micro: 116322361", "scope": "global", "metric_type": 1 }, @@ -24721,7 +29308,8 @@ "dbms": 12, "name": "global.system_event.disk file operations i/o.time_waited_micro_fg", "vartype": 2, - "summary": "system_event.disk file operations i/o.time_waited_micro_fg: 2321", + "default": "93718996", + "summary": "system_event.disk file operations i/o.time_waited_micro_fg: 93718996", "scope": "global", "metric_type": 1 }, @@ -24732,6 +29320,7 @@ "dbms": 12, "name": "global.system_event.disk file operations i/o.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.disk file operations i/o.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -24743,6 +29332,7 @@ "dbms": 12, "name": "global.system_event.disk file operations i/o.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.disk file operations i/o.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -24754,7 +29344,8 @@ "dbms": 12, "name": "global.system_event.disk file operations i/o.total_waits", "vartype": 2, - "summary": "system_event.disk file operations i/o.total_waits: 208", + "default": "45144", + "summary": "system_event.disk file operations i/o.total_waits: 45144", "scope": "global", "metric_type": 1 }, @@ -24765,7 +29356,8 @@ "dbms": 12, "name": "global.system_event.disk file operations i/o.total_waits_fg", "vartype": 2, - "summary": "system_event.disk file operations i/o.total_waits_fg: 44", + "default": "41492", + "summary": "system_event.disk file operations i/o.total_waits_fg: 41492", "scope": "global", "metric_type": 1 }, @@ -24776,6 +29368,7 @@ "dbms": 12, "name": "global.system_event.disk file operations i/o.wait_class", "vartype": 1, + "default": "User I/O", "summary": "system_event.disk file operations i/o.wait_class: User I/O", "scope": "global", "metric_type": 2 @@ -24787,9 +29380,10 @@ "dbms": 12, "name": "global.system_event.disk file operations i/o.wait_class#", "vartype": 2, + "default": "8", "summary": "system_event.disk file operations i/o.wait_class#: 8", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -24798,6 +29392,7 @@ "dbms": 12, "name": "global.system_event.disk file operations i/o.wait_class_id", "vartype": 2, + "default": "1740759767", "summary": "system_event.disk file operations i/o.wait_class_id: 1740759767", "scope": "global", "metric_type": 1 @@ -24809,7 +29404,8 @@ "dbms": 12, "name": "global.system_event.dlm cross inst call completion.average_wait", "vartype": 3, - "summary": "system_event.dlm cross inst call completion.average_wait: 0.08", + "default": "1.02", + "summary": "system_event.dlm cross inst call completion.average_wait: 1.02", "scope": "global", "metric_type": 3 }, @@ -24820,7 +29416,8 @@ "dbms": 12, "name": "global.system_event.dlm cross inst call completion.average_wait_fg", "vartype": 3, - "summary": "system_event.dlm cross inst call completion.average_wait_fg: 0.08", + "default": "1.15", + "summary": "system_event.dlm cross inst call completion.average_wait_fg: 1.15", "scope": "global", "metric_type": 3 }, @@ -24831,6 +29428,7 @@ "dbms": 12, "name": "global.system_event.dlm cross inst call completion.con_id", "vartype": 2, + "default": "0", "summary": "system_event.dlm cross inst call completion.con_id: 0", "scope": "global", "metric_type": 1 @@ -24842,6 +29440,7 @@ "dbms": 12, "name": "global.system_event.dlm cross inst call completion.event_id", "vartype": 2, + "default": "2765459430", "summary": "system_event.dlm cross inst call completion.event_id: 2765459430", "scope": "global", "metric_type": 1 @@ -24853,7 +29452,8 @@ "dbms": 12, "name": "global.system_event.dlm cross inst call completion.time_waited", "vartype": 2, - "summary": "system_event.dlm cross inst call completion.time_waited: 0", + "default": "5", + "summary": "system_event.dlm cross inst call completion.time_waited: 5", "scope": "global", "metric_type": 1 }, @@ -24864,7 +29464,8 @@ "dbms": 12, "name": "global.system_event.dlm cross inst call completion.time_waited_fg", "vartype": 2, - "summary": "system_event.dlm cross inst call completion.time_waited_fg: 0", + "default": "5", + "summary": "system_event.dlm cross inst call completion.time_waited_fg: 5", "scope": "global", "metric_type": 1 }, @@ -24875,7 +29476,8 @@ "dbms": 12, "name": "global.system_event.dlm cross inst call completion.time_waited_micro", "vartype": 2, - "summary": "system_event.dlm cross inst call completion.time_waited_micro: 3348", + "default": "51207", + "summary": "system_event.dlm cross inst call completion.time_waited_micro: 51207", "scope": "global", "metric_type": 1 }, @@ -24886,7 +29488,8 @@ "dbms": 12, "name": "global.system_event.dlm cross inst call completion.time_waited_micro_fg", "vartype": 2, - "summary": "system_event.dlm cross inst call completion.time_waited_micro_fg: 3348", + "default": "45845", + "summary": "system_event.dlm cross inst call completion.time_waited_micro_fg: 45845", "scope": "global", "metric_type": 1 }, @@ -24897,6 +29500,7 @@ "dbms": 12, "name": "global.system_event.dlm cross inst call completion.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.dlm cross inst call completion.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -24908,6 +29512,7 @@ "dbms": 12, "name": "global.system_event.dlm cross inst call completion.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.dlm cross inst call completion.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -24919,7 +29524,8 @@ "dbms": 12, "name": "global.system_event.dlm cross inst call completion.total_waits", "vartype": 2, - "summary": "system_event.dlm cross inst call completion.total_waits: 4", + "default": "5", + "summary": "system_event.dlm cross inst call completion.total_waits: 5", "scope": "global", "metric_type": 1 }, @@ -24930,6 +29536,7 @@ "dbms": 12, "name": "global.system_event.dlm cross inst call completion.total_waits_fg", "vartype": 2, + "default": "4", "summary": "system_event.dlm cross inst call completion.total_waits_fg: 4", "scope": "global", "metric_type": 1 @@ -24941,6 +29548,7 @@ "dbms": 12, "name": "global.system_event.dlm cross inst call completion.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.dlm cross inst call completion.wait_class: Other", "scope": "global", "metric_type": 2 @@ -24952,9 +29560,10 @@ "dbms": 12, "name": "global.system_event.dlm cross inst call completion.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.dlm cross inst call completion.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -24963,6 +29572,7 @@ "dbms": 12, "name": "global.system_event.dlm cross inst call completion.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.dlm cross inst call completion.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -24972,9 +29582,10 @@ { "fields": { "dbms": 12, - "name": "global.system_event.enq: bf - allocation contention.average_wait", + "name": "global.system_event.emon slave idle wait.average_wait", "vartype": 3, - "summary": "system_event.enq: bf - allocation contention.average_wait: 0.04", + "default": "489.59", + "summary": "system_event.emon slave idle wait.average_wait: 489.59", "scope": "global", "metric_type": 3 }, @@ -24983,9 +29594,10 @@ { "fields": { "dbms": 12, - "name": "global.system_event.enq: bf - allocation contention.average_wait_fg", - "vartype": 3, - "summary": "system_event.enq: bf - allocation contention.average_wait_fg: 0.04", + "name": "global.system_event.emon slave idle wait.average_wait_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.emon slave idle wait.average_wait_fg: 0", "scope": "global", "metric_type": 3 }, @@ -24994,9 +29606,10 @@ { "fields": { "dbms": 12, - "name": "global.system_event.enq: bf - allocation contention.con_id", + "name": "global.system_event.emon slave idle wait.con_id", "vartype": 2, - "summary": "system_event.enq: bf - allocation contention.con_id: 0", + "default": "0", + "summary": "system_event.emon slave idle wait.con_id: 0", "scope": "global", "metric_type": 1 }, @@ -25005,9 +29618,10 @@ { "fields": { "dbms": 12, - "name": "global.system_event.enq: bf - allocation contention.event_id", + "name": "global.system_event.emon slave idle wait.event_id", "vartype": 2, - "summary": "system_event.enq: bf - allocation contention.event_id: 2212717019", + "default": "1034167112", + "summary": "system_event.emon slave idle wait.event_id: 1034167112", "scope": "global", "metric_type": 1 }, @@ -25016,9 +29630,10 @@ { "fields": { "dbms": 12, - "name": "global.system_event.enq: bf - allocation contention.time_waited", + "name": "global.system_event.emon slave idle wait.time_waited", "vartype": 2, - "summary": "system_event.enq: bf - allocation contention.time_waited: 0", + "default": "964498", + "summary": "system_event.emon slave idle wait.time_waited: 964498", "scope": "global", "metric_type": 1 }, @@ -25027,9 +29642,10 @@ { "fields": { "dbms": 12, - "name": "global.system_event.enq: bf - allocation contention.time_waited_fg", + "name": "global.system_event.emon slave idle wait.time_waited_fg", "vartype": 2, - "summary": "system_event.enq: bf - allocation contention.time_waited_fg: 0", + "default": "0", + "summary": "system_event.emon slave idle wait.time_waited_fg: 0", "scope": "global", "metric_type": 1 }, @@ -25038,9 +29654,10 @@ { "fields": { "dbms": 12, - "name": "global.system_event.enq: bf - allocation contention.time_waited_micro", + "name": "global.system_event.emon slave idle wait.time_waited_micro", "vartype": 2, - "summary": "system_event.enq: bf - allocation contention.time_waited_micro: 2999", + "default": "9644983114", + "summary": "system_event.emon slave idle wait.time_waited_micro: 9644983114", "scope": "global", "metric_type": 1 }, @@ -25049,9 +29666,10 @@ { "fields": { "dbms": 12, - "name": "global.system_event.enq: bf - allocation contention.time_waited_micro_fg", + "name": "global.system_event.emon slave idle wait.time_waited_micro_fg", "vartype": 2, - "summary": "system_event.enq: bf - allocation contention.time_waited_micro_fg: 2999", + "default": "0", + "summary": "system_event.emon slave idle wait.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 }, @@ -25060,9 +29678,10 @@ { "fields": { "dbms": 12, - "name": "global.system_event.enq: bf - allocation contention.total_timeouts", + "name": "global.system_event.emon slave idle wait.total_timeouts", "vartype": 2, - "summary": "system_event.enq: bf - allocation contention.total_timeouts: 0", + "default": "1918", + "summary": "system_event.emon slave idle wait.total_timeouts: 1918", "scope": "global", "metric_type": 1 }, @@ -25071,9 +29690,10 @@ { "fields": { "dbms": 12, - "name": "global.system_event.enq: bf - allocation contention.total_timeouts_fg", + "name": "global.system_event.emon slave idle wait.total_timeouts_fg", "vartype": 2, - "summary": "system_event.enq: bf - allocation contention.total_timeouts_fg: 0", + "default": "0", + "summary": "system_event.emon slave idle wait.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 }, @@ -25082,9 +29702,10 @@ { "fields": { "dbms": 12, - "name": "global.system_event.enq: bf - allocation contention.total_waits", + "name": "global.system_event.emon slave idle wait.total_waits", "vartype": 2, - "summary": "system_event.enq: bf - allocation contention.total_waits: 7", + "default": "1970", + "summary": "system_event.emon slave idle wait.total_waits: 1970", "scope": "global", "metric_type": 1 }, @@ -25093,9 +29714,10 @@ { "fields": { "dbms": 12, - "name": "global.system_event.enq: bf - allocation contention.total_waits_fg", + "name": "global.system_event.emon slave idle wait.total_waits_fg", "vartype": 2, - "summary": "system_event.enq: bf - allocation contention.total_waits_fg: 7", + "default": "0", + "summary": "system_event.emon slave idle wait.total_waits_fg: 0", "scope": "global", "metric_type": 1 }, @@ -25104,9 +29726,10 @@ { "fields": { "dbms": 12, - "name": "global.system_event.enq: bf - allocation contention.wait_class", + "name": "global.system_event.emon slave idle wait.wait_class", "vartype": 1, - "summary": "system_event.enq: bf - allocation contention.wait_class: Other", + "default": "Idle", + "summary": "system_event.emon slave idle wait.wait_class: Idle", "scope": "global", "metric_type": 2 }, @@ -25115,9 +29738,22 @@ { "fields": { "dbms": 12, - "name": "global.system_event.enq: bf - allocation contention.wait_class#", + "name": "global.system_event.emon slave idle wait.wait_class#", "vartype": 2, - "summary": "system_event.enq: bf - allocation contention.wait_class#: 0", + "default": "6", + "summary": "system_event.emon slave idle wait.wait_class#: 6", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.emon slave idle wait.wait_class_id", + "vartype": 2, + "default": "2723168908", + "summary": "system_event.emon slave idle wait.wait_class_id: 2723168908", "scope": "global", "metric_type": 1 }, @@ -25126,9 +29762,178 @@ { "fields": { "dbms": 12, - "name": "global.system_event.enq: bf - allocation contention.wait_class_id", + "name": "global.system_event.enq: cf - contention.average_wait", + "vartype": 3, + "default": "41.76", + "summary": "system_event.enq: cf - contention.average_wait: 41.76", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: cf - contention.average_wait_fg", + "vartype": 3, + "default": "1.31", + "summary": "system_event.enq: cf - contention.average_wait_fg: 1.31", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: cf - contention.con_id", "vartype": 2, - "summary": "system_event.enq: bf - allocation contention.wait_class_id: 1893977003", + "default": "0", + "summary": "system_event.enq: cf - contention.con_id: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: cf - contention.event_id", + "vartype": 2, + "default": "1494394835", + "summary": "system_event.enq: cf - contention.event_id: 1494394835", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: cf - contention.time_waited", + "vartype": 2, + "default": "209", + "summary": "system_event.enq: cf - contention.time_waited: 209", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: cf - contention.time_waited_fg", + "vartype": 2, + "default": "3", + "summary": "system_event.enq: cf - contention.time_waited_fg: 3", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: cf - contention.time_waited_micro", + "vartype": 2, + "default": "2088076", + "summary": "system_event.enq: cf - contention.time_waited_micro: 2088076", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: cf - contention.time_waited_micro_fg", + "vartype": 2, + "default": "26152", + "summary": "system_event.enq: cf - contention.time_waited_micro_fg: 26152", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: cf - contention.total_timeouts", + "vartype": 2, + "default": "0", + "summary": "system_event.enq: cf - contention.total_timeouts: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: cf - contention.total_timeouts_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.enq: cf - contention.total_timeouts_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: cf - contention.total_waits", + "vartype": 2, + "default": "5", + "summary": "system_event.enq: cf - contention.total_waits: 5", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: cf - contention.total_waits_fg", + "vartype": 2, + "default": "2", + "summary": "system_event.enq: cf - contention.total_waits_fg: 2", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: cf - contention.wait_class", + "vartype": 1, + "default": "Other", + "summary": "system_event.enq: cf - contention.wait_class: Other", + "scope": "global", + "metric_type": 2 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: cf - contention.wait_class#", + "vartype": 2, + "default": "0", + "summary": "system_event.enq: cf - contention.wait_class#: 0", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: cf - contention.wait_class_id", + "vartype": 2, + "default": "1893977003", + "summary": "system_event.enq: cf - contention.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 }, @@ -25139,7 +29944,8 @@ "dbms": 12, "name": "global.system_event.enq: cr - block range reuse ckpt.average_wait", "vartype": 3, - "summary": "system_event.enq: cr - block range reuse ckpt.average_wait: 0.54", + "default": ".56", + "summary": "system_event.enq: cr - block range reuse ckpt.average_wait: .56", "scope": "global", "metric_type": 3 }, @@ -25149,8 +29955,9 @@ "fields": { "dbms": 12, "name": "global.system_event.enq: cr - block range reuse ckpt.average_wait_fg", - "vartype": 2, - "summary": "system_event.enq: cr - block range reuse ckpt.average_wait_fg: 0", + "vartype": 3, + "default": ".44", + "summary": "system_event.enq: cr - block range reuse ckpt.average_wait_fg: .44", "scope": "global", "metric_type": 3 }, @@ -25161,6 +29968,7 @@ "dbms": 12, "name": "global.system_event.enq: cr - block range reuse ckpt.con_id", "vartype": 2, + "default": "0", "summary": "system_event.enq: cr - block range reuse ckpt.con_id: 0", "scope": "global", "metric_type": 1 @@ -25172,6 +29980,7 @@ "dbms": 12, "name": "global.system_event.enq: cr - block range reuse ckpt.event_id", "vartype": 2, + "default": "2576559565", "summary": "system_event.enq: cr - block range reuse ckpt.event_id: 2576559565", "scope": "global", "metric_type": 1 @@ -25183,7 +29992,8 @@ "dbms": 12, "name": "global.system_event.enq: cr - block range reuse ckpt.time_waited", "vartype": 2, - "summary": "system_event.enq: cr - block range reuse ckpt.time_waited: 2", + "default": "13", + "summary": "system_event.enq: cr - block range reuse ckpt.time_waited: 13", "scope": "global", "metric_type": 1 }, @@ -25194,7 +30004,8 @@ "dbms": 12, "name": "global.system_event.enq: cr - block range reuse ckpt.time_waited_fg", "vartype": 2, - "summary": "system_event.enq: cr - block range reuse ckpt.time_waited_fg: 0", + "default": "5", + "summary": "system_event.enq: cr - block range reuse ckpt.time_waited_fg: 5", "scope": "global", "metric_type": 1 }, @@ -25205,7 +30016,8 @@ "dbms": 12, "name": "global.system_event.enq: cr - block range reuse ckpt.time_waited_micro", "vartype": 2, - "summary": "system_event.enq: cr - block range reuse ckpt.time_waited_micro: 21516", + "default": "133255", + "summary": "system_event.enq: cr - block range reuse ckpt.time_waited_micro: 133255", "scope": "global", "metric_type": 1 }, @@ -25216,7 +30028,8 @@ "dbms": 12, "name": "global.system_event.enq: cr - block range reuse ckpt.time_waited_micro_fg", "vartype": 2, - "summary": "system_event.enq: cr - block range reuse ckpt.time_waited_micro_fg: 0", + "default": "48375", + "summary": "system_event.enq: cr - block range reuse ckpt.time_waited_micro_fg: 48375", "scope": "global", "metric_type": 1 }, @@ -25227,6 +30040,7 @@ "dbms": 12, "name": "global.system_event.enq: cr - block range reuse ckpt.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.enq: cr - block range reuse ckpt.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -25238,6 +30052,7 @@ "dbms": 12, "name": "global.system_event.enq: cr - block range reuse ckpt.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.enq: cr - block range reuse ckpt.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -25249,7 +30064,8 @@ "dbms": 12, "name": "global.system_event.enq: cr - block range reuse ckpt.total_waits", "vartype": 2, - "summary": "system_event.enq: cr - block range reuse ckpt.total_waits: 4", + "default": "24", + "summary": "system_event.enq: cr - block range reuse ckpt.total_waits: 24", "scope": "global", "metric_type": 1 }, @@ -25260,7 +30076,8 @@ "dbms": 12, "name": "global.system_event.enq: cr - block range reuse ckpt.total_waits_fg", "vartype": 2, - "summary": "system_event.enq: cr - block range reuse ckpt.total_waits_fg: 0", + "default": "11", + "summary": "system_event.enq: cr - block range reuse ckpt.total_waits_fg: 11", "scope": "global", "metric_type": 1 }, @@ -25271,6 +30088,7 @@ "dbms": 12, "name": "global.system_event.enq: cr - block range reuse ckpt.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.enq: cr - block range reuse ckpt.wait_class: Other", "scope": "global", "metric_type": 2 @@ -25282,9 +30100,10 @@ "dbms": 12, "name": "global.system_event.enq: cr - block range reuse ckpt.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.enq: cr - block range reuse ckpt.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -25293,18 +30112,740 @@ "dbms": 12, "name": "global.system_event.enq: cr - block range reuse ckpt.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.enq: cr - block range reuse ckpt.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 }, "model": "website.MetricCatalog" }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: fb - contention.average_wait", + "vartype": 3, + "default": "1.36", + "summary": "system_event.enq: fb - contention.average_wait: 1.36", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: fb - contention.average_wait_fg", + "vartype": 3, + "default": "1.36", + "summary": "system_event.enq: fb - contention.average_wait_fg: 1.36", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: fb - contention.con_id", + "vartype": 2, + "default": "0", + "summary": "system_event.enq: fb - contention.con_id: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: fb - contention.event_id", + "vartype": 2, + "default": "1238611814", + "summary": "system_event.enq: fb - contention.event_id: 1238611814", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: fb - contention.time_waited", + "vartype": 2, + "default": "1", + "summary": "system_event.enq: fb - contention.time_waited: 1", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: fb - contention.time_waited_fg", + "vartype": 2, + "default": "1", + "summary": "system_event.enq: fb - contention.time_waited_fg: 1", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: fb - contention.time_waited_micro", + "vartype": 2, + "default": "13610", + "summary": "system_event.enq: fb - contention.time_waited_micro: 13610", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: fb - contention.time_waited_micro_fg", + "vartype": 2, + "default": "13610", + "summary": "system_event.enq: fb - contention.time_waited_micro_fg: 13610", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: fb - contention.total_timeouts", + "vartype": 2, + "default": "0", + "summary": "system_event.enq: fb - contention.total_timeouts: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: fb - contention.total_timeouts_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.enq: fb - contention.total_timeouts_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: fb - contention.total_waits", + "vartype": 2, + "default": "1", + "summary": "system_event.enq: fb - contention.total_waits: 1", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: fb - contention.total_waits_fg", + "vartype": 2, + "default": "1", + "summary": "system_event.enq: fb - contention.total_waits_fg: 1", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: fb - contention.wait_class", + "vartype": 1, + "default": "Other", + "summary": "system_event.enq: fb - contention.wait_class: Other", + "scope": "global", + "metric_type": 2 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: fb - contention.wait_class#", + "vartype": 2, + "default": "0", + "summary": "system_event.enq: fb - contention.wait_class#: 0", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: fb - contention.wait_class_id", + "vartype": 2, + "default": "1893977003", + "summary": "system_event.enq: fb - contention.wait_class_id: 1893977003", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: fl - flashback database log.average_wait", + "vartype": 3, + "default": "2.16", + "summary": "system_event.enq: fl - flashback database log.average_wait: 2.16", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: fl - flashback database log.average_wait_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.enq: fl - flashback database log.average_wait_fg: 0", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: fl - flashback database log.con_id", + "vartype": 2, + "default": "0", + "summary": "system_event.enq: fl - flashback database log.con_id: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: fl - flashback database log.event_id", + "vartype": 2, + "default": "3383573524", + "summary": "system_event.enq: fl - flashback database log.event_id: 3383573524", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: fl - flashback database log.time_waited", + "vartype": 2, + "default": "2", + "summary": "system_event.enq: fl - flashback database log.time_waited: 2", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: fl - flashback database log.time_waited_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.enq: fl - flashback database log.time_waited_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: fl - flashback database log.time_waited_micro", + "vartype": 2, + "default": "21584", + "summary": "system_event.enq: fl - flashback database log.time_waited_micro: 21584", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: fl - flashback database log.time_waited_micro_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.enq: fl - flashback database log.time_waited_micro_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: fl - flashback database log.total_timeouts", + "vartype": 2, + "default": "0", + "summary": "system_event.enq: fl - flashback database log.total_timeouts: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: fl - flashback database log.total_timeouts_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.enq: fl - flashback database log.total_timeouts_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: fl - flashback database log.total_waits", + "vartype": 2, + "default": "1", + "summary": "system_event.enq: fl - flashback database log.total_waits: 1", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: fl - flashback database log.total_waits_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.enq: fl - flashback database log.total_waits_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: fl - flashback database log.wait_class", + "vartype": 1, + "default": "Other", + "summary": "system_event.enq: fl - flashback database log.wait_class: Other", + "scope": "global", + "metric_type": 2 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: fl - flashback database log.wait_class#", + "vartype": 2, + "default": "0", + "summary": "system_event.enq: fl - flashback database log.wait_class#: 0", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: fl - flashback database log.wait_class_id", + "vartype": 2, + "default": "1893977003", + "summary": "system_event.enq: fl - flashback database log.wait_class_id: 1893977003", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: jg - queue lock.average_wait", + "vartype": 3, + "default": "3.54", + "summary": "system_event.enq: jg - queue lock.average_wait: 3.54", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: jg - queue lock.average_wait_fg", + "vartype": 3, + "default": "3.54", + "summary": "system_event.enq: jg - queue lock.average_wait_fg: 3.54", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: jg - queue lock.con_id", + "vartype": 2, + "default": "0", + "summary": "system_event.enq: jg - queue lock.con_id: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: jg - queue lock.event_id", + "vartype": 2, + "default": "1946447820", + "summary": "system_event.enq: jg - queue lock.event_id: 1946447820", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: jg - queue lock.time_waited", + "vartype": 2, + "default": "21", + "summary": "system_event.enq: jg - queue lock.time_waited: 21", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: jg - queue lock.time_waited_fg", + "vartype": 2, + "default": "21", + "summary": "system_event.enq: jg - queue lock.time_waited_fg: 21", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: jg - queue lock.time_waited_micro", + "vartype": 2, + "default": "212606", + "summary": "system_event.enq: jg - queue lock.time_waited_micro: 212606", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: jg - queue lock.time_waited_micro_fg", + "vartype": 2, + "default": "212606", + "summary": "system_event.enq: jg - queue lock.time_waited_micro_fg: 212606", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: jg - queue lock.total_timeouts", + "vartype": 2, + "default": "0", + "summary": "system_event.enq: jg - queue lock.total_timeouts: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: jg - queue lock.total_timeouts_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.enq: jg - queue lock.total_timeouts_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: jg - queue lock.total_waits", + "vartype": 2, + "default": "6", + "summary": "system_event.enq: jg - queue lock.total_waits: 6", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: jg - queue lock.total_waits_fg", + "vartype": 2, + "default": "6", + "summary": "system_event.enq: jg - queue lock.total_waits_fg: 6", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: jg - queue lock.wait_class", + "vartype": 1, + "default": "Other", + "summary": "system_event.enq: jg - queue lock.wait_class: Other", + "scope": "global", + "metric_type": 2 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: jg - queue lock.wait_class#", + "vartype": 2, + "default": "0", + "summary": "system_event.enq: jg - queue lock.wait_class#: 0", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: jg - queue lock.wait_class_id", + "vartype": 2, + "default": "1893977003", + "summary": "system_event.enq: jg - queue lock.wait_class_id: 1893977003", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: ko - fast object checkpoint.average_wait", + "vartype": 3, + "default": "1.05", + "summary": "system_event.enq: ko - fast object checkpoint.average_wait: 1.05", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: ko - fast object checkpoint.average_wait_fg", + "vartype": 3, + "default": "1.05", + "summary": "system_event.enq: ko - fast object checkpoint.average_wait_fg: 1.05", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: ko - fast object checkpoint.con_id", + "vartype": 2, + "default": "0", + "summary": "system_event.enq: ko - fast object checkpoint.con_id: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: ko - fast object checkpoint.event_id", + "vartype": 2, + "default": "4205197519", + "summary": "system_event.enq: ko - fast object checkpoint.event_id: 4205197519", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: ko - fast object checkpoint.time_waited", + "vartype": 2, + "default": "77", + "summary": "system_event.enq: ko - fast object checkpoint.time_waited: 77", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: ko - fast object checkpoint.time_waited_fg", + "vartype": 2, + "default": "77", + "summary": "system_event.enq: ko - fast object checkpoint.time_waited_fg: 77", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: ko - fast object checkpoint.time_waited_micro", + "vartype": 2, + "default": "768814", + "summary": "system_event.enq: ko - fast object checkpoint.time_waited_micro: 768814", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: ko - fast object checkpoint.time_waited_micro_fg", + "vartype": 2, + "default": "768814", + "summary": "system_event.enq: ko - fast object checkpoint.time_waited_micro_fg: 768814", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: ko - fast object checkpoint.total_timeouts", + "vartype": 2, + "default": "0", + "summary": "system_event.enq: ko - fast object checkpoint.total_timeouts: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: ko - fast object checkpoint.total_timeouts_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.enq: ko - fast object checkpoint.total_timeouts_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: ko - fast object checkpoint.total_waits", + "vartype": 2, + "default": "73", + "summary": "system_event.enq: ko - fast object checkpoint.total_waits: 73", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: ko - fast object checkpoint.total_waits_fg", + "vartype": 2, + "default": "73", + "summary": "system_event.enq: ko - fast object checkpoint.total_waits_fg: 73", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: ko - fast object checkpoint.wait_class", + "vartype": 1, + "default": "Application", + "summary": "system_event.enq: ko - fast object checkpoint.wait_class: Application", + "scope": "global", + "metric_type": 2 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: ko - fast object checkpoint.wait_class#", + "vartype": 2, + "default": "1", + "summary": "system_event.enq: ko - fast object checkpoint.wait_class#: 1", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: ko - fast object checkpoint.wait_class_id", + "vartype": 2, + "default": "4217450380", + "summary": "system_event.enq: ko - fast object checkpoint.wait_class_id: 4217450380", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, { "fields": { "dbms": 12, "name": "global.system_event.enq: pr - contention.average_wait", "vartype": 3, - "summary": "system_event.enq: pr - contention.average_wait: 1.31", + "default": "9.98", + "summary": "system_event.enq: pr - contention.average_wait: 9.98", "scope": "global", "metric_type": 3 }, @@ -25315,7 +30856,8 @@ "dbms": 12, "name": "global.system_event.enq: pr - contention.average_wait_fg", "vartype": 3, - "summary": "system_event.enq: pr - contention.average_wait_fg: 1.39", + "default": "10.18", + "summary": "system_event.enq: pr - contention.average_wait_fg: 10.18", "scope": "global", "metric_type": 3 }, @@ -25326,6 +30868,7 @@ "dbms": 12, "name": "global.system_event.enq: pr - contention.con_id", "vartype": 2, + "default": "0", "summary": "system_event.enq: pr - contention.con_id: 0", "scope": "global", "metric_type": 1 @@ -25337,6 +30880,7 @@ "dbms": 12, "name": "global.system_event.enq: pr - contention.event_id", "vartype": 2, + "default": "3733307663", "summary": "system_event.enq: pr - contention.event_id: 3733307663", "scope": "global", "metric_type": 1 @@ -25348,7 +30892,8 @@ "dbms": 12, "name": "global.system_event.enq: pr - contention.time_waited", "vartype": 2, - "summary": "system_event.enq: pr - contention.time_waited: 13", + "default": "110", + "summary": "system_event.enq: pr - contention.time_waited: 110", "scope": "global", "metric_type": 1 }, @@ -25359,7 +30904,8 @@ "dbms": 12, "name": "global.system_event.enq: pr - contention.time_waited_fg", "vartype": 2, - "summary": "system_event.enq: pr - contention.time_waited_fg: 7", + "default": "51", + "summary": "system_event.enq: pr - contention.time_waited_fg: 51", "scope": "global", "metric_type": 1 }, @@ -25370,7 +30916,8 @@ "dbms": 12, "name": "global.system_event.enq: pr - contention.time_waited_micro", "vartype": 2, - "summary": "system_event.enq: pr - contention.time_waited_micro: 131071", + "default": "1097921", + "summary": "system_event.enq: pr - contention.time_waited_micro: 1097921", "scope": "global", "metric_type": 1 }, @@ -25381,7 +30928,8 @@ "dbms": 12, "name": "global.system_event.enq: pr - contention.time_waited_micro_fg", "vartype": 2, - "summary": "system_event.enq: pr - contention.time_waited_micro_fg: 69336", + "default": "508967", + "summary": "system_event.enq: pr - contention.time_waited_micro_fg: 508967", "scope": "global", "metric_type": 1 }, @@ -25392,6 +30940,7 @@ "dbms": 12, "name": "global.system_event.enq: pr - contention.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.enq: pr - contention.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -25403,6 +30952,7 @@ "dbms": 12, "name": "global.system_event.enq: pr - contention.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.enq: pr - contention.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -25414,7 +30964,8 @@ "dbms": 12, "name": "global.system_event.enq: pr - contention.total_waits", "vartype": 2, - "summary": "system_event.enq: pr - contention.total_waits: 10", + "default": "11", + "summary": "system_event.enq: pr - contention.total_waits: 11", "scope": "global", "metric_type": 1 }, @@ -25425,6 +30976,7 @@ "dbms": 12, "name": "global.system_event.enq: pr - contention.total_waits_fg", "vartype": 2, + "default": "5", "summary": "system_event.enq: pr - contention.total_waits_fg: 5", "scope": "global", "metric_type": 1 @@ -25436,6 +30988,7 @@ "dbms": 12, "name": "global.system_event.enq: pr - contention.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.enq: pr - contention.wait_class: Other", "scope": "global", "metric_type": 2 @@ -25447,9 +31000,10 @@ "dbms": 12, "name": "global.system_event.enq: pr - contention.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.enq: pr - contention.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -25458,6 +31012,7 @@ "dbms": 12, "name": "global.system_event.enq: pr - contention.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.enq: pr - contention.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -25469,7 +31024,8 @@ "dbms": 12, "name": "global.system_event.enq: ps - contention.average_wait", "vartype": 3, - "summary": "system_event.enq: ps - contention.average_wait: 0.03", + "default": ".02", + "summary": "system_event.enq: ps - contention.average_wait: .02", "scope": "global", "metric_type": 3 }, @@ -25479,8 +31035,9 @@ "fields": { "dbms": 12, "name": "global.system_event.enq: ps - contention.average_wait_fg", - "vartype": 2, - "summary": "system_event.enq: ps - contention.average_wait_fg: 0", + "vartype": 3, + "default": ".02", + "summary": "system_event.enq: ps - contention.average_wait_fg: .02", "scope": "global", "metric_type": 3 }, @@ -25491,6 +31048,7 @@ "dbms": 12, "name": "global.system_event.enq: ps - contention.con_id", "vartype": 2, + "default": "0", "summary": "system_event.enq: ps - contention.con_id: 0", "scope": "global", "metric_type": 1 @@ -25502,6 +31060,7 @@ "dbms": 12, "name": "global.system_event.enq: ps - contention.event_id", "vartype": 2, + "default": "2071012023", "summary": "system_event.enq: ps - contention.event_id: 2071012023", "scope": "global", "metric_type": 1 @@ -25513,7 +31072,8 @@ "dbms": 12, "name": "global.system_event.enq: ps - contention.time_waited", "vartype": 2, - "summary": "system_event.enq: ps - contention.time_waited: 0", + "default": "1", + "summary": "system_event.enq: ps - contention.time_waited: 1", "scope": "global", "metric_type": 1 }, @@ -25524,7 +31084,8 @@ "dbms": 12, "name": "global.system_event.enq: ps - contention.time_waited_fg", "vartype": 2, - "summary": "system_event.enq: ps - contention.time_waited_fg: 0", + "default": "1", + "summary": "system_event.enq: ps - contention.time_waited_fg: 1", "scope": "global", "metric_type": 1 }, @@ -25535,7 +31096,8 @@ "dbms": 12, "name": "global.system_event.enq: ps - contention.time_waited_micro", "vartype": 2, - "summary": "system_event.enq: ps - contention.time_waited_micro: 2535", + "default": "5550", + "summary": "system_event.enq: ps - contention.time_waited_micro: 5550", "scope": "global", "metric_type": 1 }, @@ -25546,7 +31108,8 @@ "dbms": 12, "name": "global.system_event.enq: ps - contention.time_waited_micro_fg", "vartype": 2, - "summary": "system_event.enq: ps - contention.time_waited_micro_fg: 0", + "default": "5550", + "summary": "system_event.enq: ps - contention.time_waited_micro_fg: 5550", "scope": "global", "metric_type": 1 }, @@ -25557,6 +31120,7 @@ "dbms": 12, "name": "global.system_event.enq: ps - contention.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.enq: ps - contention.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -25568,6 +31132,7 @@ "dbms": 12, "name": "global.system_event.enq: ps - contention.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.enq: ps - contention.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -25579,7 +31144,8 @@ "dbms": 12, "name": "global.system_event.enq: ps - contention.total_waits", "vartype": 2, - "summary": "system_event.enq: ps - contention.total_waits: 9", + "default": "35", + "summary": "system_event.enq: ps - contention.total_waits: 35", "scope": "global", "metric_type": 1 }, @@ -25590,7 +31156,8 @@ "dbms": 12, "name": "global.system_event.enq: ps - contention.total_waits_fg", "vartype": 2, - "summary": "system_event.enq: ps - contention.total_waits_fg: 0", + "default": "35", + "summary": "system_event.enq: ps - contention.total_waits_fg: 35", "scope": "global", "metric_type": 1 }, @@ -25601,6 +31168,7 @@ "dbms": 12, "name": "global.system_event.enq: ps - contention.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.enq: ps - contention.wait_class: Other", "scope": "global", "metric_type": 2 @@ -25612,9 +31180,10 @@ "dbms": 12, "name": "global.system_event.enq: ps - contention.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.enq: ps - contention.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -25623,6 +31192,7 @@ "dbms": 12, "name": "global.system_event.enq: ps - contention.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.enq: ps - contention.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -25634,7 +31204,8 @@ "dbms": 12, "name": "global.system_event.enq: pv - syncstart.average_wait", "vartype": 3, - "summary": "system_event.enq: pv - syncstart.average_wait: 1.34", + "default": "8.81", + "summary": "system_event.enq: pv - syncstart.average_wait: 8.81", "scope": "global", "metric_type": 3 }, @@ -25645,6 +31216,7 @@ "dbms": 12, "name": "global.system_event.enq: pv - syncstart.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.enq: pv - syncstart.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -25656,6 +31228,7 @@ "dbms": 12, "name": "global.system_event.enq: pv - syncstart.con_id", "vartype": 2, + "default": "0", "summary": "system_event.enq: pv - syncstart.con_id: 0", "scope": "global", "metric_type": 1 @@ -25667,6 +31240,7 @@ "dbms": 12, "name": "global.system_event.enq: pv - syncstart.event_id", "vartype": 2, + "default": "3063016909", "summary": "system_event.enq: pv - syncstart.event_id: 3063016909", "scope": "global", "metric_type": 1 @@ -25678,7 +31252,8 @@ "dbms": 12, "name": "global.system_event.enq: pv - syncstart.time_waited", "vartype": 2, - "summary": "system_event.enq: pv - syncstart.time_waited: 1", + "default": "35", + "summary": "system_event.enq: pv - syncstart.time_waited: 35", "scope": "global", "metric_type": 1 }, @@ -25689,6 +31264,7 @@ "dbms": 12, "name": "global.system_event.enq: pv - syncstart.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.enq: pv - syncstart.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -25700,7 +31276,8 @@ "dbms": 12, "name": "global.system_event.enq: pv - syncstart.time_waited_micro", "vartype": 2, - "summary": "system_event.enq: pv - syncstart.time_waited_micro: 13412", + "default": "352469", + "summary": "system_event.enq: pv - syncstart.time_waited_micro: 352469", "scope": "global", "metric_type": 1 }, @@ -25711,6 +31288,7 @@ "dbms": 12, "name": "global.system_event.enq: pv - syncstart.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.enq: pv - syncstart.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -25722,6 +31300,7 @@ "dbms": 12, "name": "global.system_event.enq: pv - syncstart.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.enq: pv - syncstart.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -25733,6 +31312,7 @@ "dbms": 12, "name": "global.system_event.enq: pv - syncstart.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.enq: pv - syncstart.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -25744,7 +31324,8 @@ "dbms": 12, "name": "global.system_event.enq: pv - syncstart.total_waits", "vartype": 2, - "summary": "system_event.enq: pv - syncstart.total_waits: 1", + "default": "4", + "summary": "system_event.enq: pv - syncstart.total_waits: 4", "scope": "global", "metric_type": 1 }, @@ -25755,6 +31336,7 @@ "dbms": 12, "name": "global.system_event.enq: pv - syncstart.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.enq: pv - syncstart.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -25766,6 +31348,7 @@ "dbms": 12, "name": "global.system_event.enq: pv - syncstart.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.enq: pv - syncstart.wait_class: Other", "scope": "global", "metric_type": 2 @@ -25777,9 +31360,10 @@ "dbms": 12, "name": "global.system_event.enq: pv - syncstart.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.enq: pv - syncstart.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -25788,6 +31372,7 @@ "dbms": 12, "name": "global.system_event.enq: pv - syncstart.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.enq: pv - syncstart.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -25799,7 +31384,8 @@ "dbms": 12, "name": "global.system_event.enq: ro - fast object reuse.average_wait", "vartype": 3, - "summary": "system_event.enq: ro - fast object reuse.average_wait: 0.34", + "default": ".24", + "summary": "system_event.enq: ro - fast object reuse.average_wait: .24", "scope": "global", "metric_type": 3 }, @@ -25809,8 +31395,9 @@ "fields": { "dbms": 12, "name": "global.system_event.enq: ro - fast object reuse.average_wait_fg", - "vartype": 2, - "summary": "system_event.enq: ro - fast object reuse.average_wait_fg: 0", + "vartype": 3, + "default": ".31", + "summary": "system_event.enq: ro - fast object reuse.average_wait_fg: .31", "scope": "global", "metric_type": 3 }, @@ -25821,6 +31408,7 @@ "dbms": 12, "name": "global.system_event.enq: ro - fast object reuse.con_id", "vartype": 2, + "default": "0", "summary": "system_event.enq: ro - fast object reuse.con_id: 0", "scope": "global", "metric_type": 1 @@ -25832,6 +31420,7 @@ "dbms": 12, "name": "global.system_event.enq: ro - fast object reuse.event_id", "vartype": 2, + "default": "143262751", "summary": "system_event.enq: ro - fast object reuse.event_id: 143262751", "scope": "global", "metric_type": 1 @@ -25843,7 +31432,8 @@ "dbms": 12, "name": "global.system_event.enq: ro - fast object reuse.time_waited", "vartype": 2, - "summary": "system_event.enq: ro - fast object reuse.time_waited: 1", + "default": "8", + "summary": "system_event.enq: ro - fast object reuse.time_waited: 8", "scope": "global", "metric_type": 1 }, @@ -25854,7 +31444,8 @@ "dbms": 12, "name": "global.system_event.enq: ro - fast object reuse.time_waited_fg", "vartype": 2, - "summary": "system_event.enq: ro - fast object reuse.time_waited_fg: 0", + "default": "6", + "summary": "system_event.enq: ro - fast object reuse.time_waited_fg: 6", "scope": "global", "metric_type": 1 }, @@ -25865,7 +31456,8 @@ "dbms": 12, "name": "global.system_event.enq: ro - fast object reuse.time_waited_micro", "vartype": 2, - "summary": "system_event.enq: ro - fast object reuse.time_waited_micro: 13748", + "default": "81407", + "summary": "system_event.enq: ro - fast object reuse.time_waited_micro: 81407", "scope": "global", "metric_type": 1 }, @@ -25876,7 +31468,8 @@ "dbms": 12, "name": "global.system_event.enq: ro - fast object reuse.time_waited_micro_fg", "vartype": 2, - "summary": "system_event.enq: ro - fast object reuse.time_waited_micro_fg: 0", + "default": "61087", + "summary": "system_event.enq: ro - fast object reuse.time_waited_micro_fg: 61087", "scope": "global", "metric_type": 1 }, @@ -25887,6 +31480,7 @@ "dbms": 12, "name": "global.system_event.enq: ro - fast object reuse.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.enq: ro - fast object reuse.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -25898,6 +31492,7 @@ "dbms": 12, "name": "global.system_event.enq: ro - fast object reuse.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.enq: ro - fast object reuse.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -25909,7 +31504,8 @@ "dbms": 12, "name": "global.system_event.enq: ro - fast object reuse.total_waits", "vartype": 2, - "summary": "system_event.enq: ro - fast object reuse.total_waits: 4", + "default": "34", + "summary": "system_event.enq: ro - fast object reuse.total_waits: 34", "scope": "global", "metric_type": 1 }, @@ -25920,7 +31516,8 @@ "dbms": 12, "name": "global.system_event.enq: ro - fast object reuse.total_waits_fg", "vartype": 2, - "summary": "system_event.enq: ro - fast object reuse.total_waits_fg: 0", + "default": "20", + "summary": "system_event.enq: ro - fast object reuse.total_waits_fg: 20", "scope": "global", "metric_type": 1 }, @@ -25931,6 +31528,7 @@ "dbms": 12, "name": "global.system_event.enq: ro - fast object reuse.wait_class", "vartype": 1, + "default": "Application", "summary": "system_event.enq: ro - fast object reuse.wait_class: Application", "scope": "global", "metric_type": 2 @@ -25942,9 +31540,10 @@ "dbms": 12, "name": "global.system_event.enq: ro - fast object reuse.wait_class#", "vartype": 2, + "default": "1", "summary": "system_event.enq: ro - fast object reuse.wait_class#: 1", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -25953,18 +31552,920 @@ "dbms": 12, "name": "global.system_event.enq: ro - fast object reuse.wait_class_id", "vartype": 2, + "default": "4217450380", "summary": "system_event.enq: ro - fast object reuse.wait_class_id: 4217450380", "scope": "global", "metric_type": 1 }, "model": "website.MetricCatalog" }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: sq - contention.average_wait", + "vartype": 3, + "default": "1.4", + "summary": "system_event.enq: sq - contention.average_wait: 1.4", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: sq - contention.average_wait_fg", + "vartype": 3, + "default": "1.4", + "summary": "system_event.enq: sq - contention.average_wait_fg: 1.4", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: sq - contention.con_id", + "vartype": 2, + "default": "0", + "summary": "system_event.enq: sq - contention.con_id: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: sq - contention.event_id", + "vartype": 2, + "default": "2322460838", + "summary": "system_event.enq: sq - contention.event_id: 2322460838", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: sq - contention.time_waited", + "vartype": 2, + "default": "1", + "summary": "system_event.enq: sq - contention.time_waited: 1", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: sq - contention.time_waited_fg", + "vartype": 2, + "default": "1", + "summary": "system_event.enq: sq - contention.time_waited_fg: 1", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: sq - contention.time_waited_micro", + "vartype": 2, + "default": "13965", + "summary": "system_event.enq: sq - contention.time_waited_micro: 13965", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: sq - contention.time_waited_micro_fg", + "vartype": 2, + "default": "13965", + "summary": "system_event.enq: sq - contention.time_waited_micro_fg: 13965", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: sq - contention.total_timeouts", + "vartype": 2, + "default": "0", + "summary": "system_event.enq: sq - contention.total_timeouts: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: sq - contention.total_timeouts_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.enq: sq - contention.total_timeouts_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: sq - contention.total_waits", + "vartype": 2, + "default": "1", + "summary": "system_event.enq: sq - contention.total_waits: 1", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: sq - contention.total_waits_fg", + "vartype": 2, + "default": "1", + "summary": "system_event.enq: sq - contention.total_waits_fg: 1", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: sq - contention.wait_class", + "vartype": 1, + "default": "Configuration", + "summary": "system_event.enq: sq - contention.wait_class: Configuration", + "scope": "global", + "metric_type": 2 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: sq - contention.wait_class#", + "vartype": 2, + "default": "2", + "summary": "system_event.enq: sq - contention.wait_class#: 2", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: sq - contention.wait_class_id", + "vartype": 2, + "default": "3290255840", + "summary": "system_event.enq: sq - contention.wait_class_id: 3290255840", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: tq - ddl contention.average_wait", + "vartype": 3, + "default": "28.55", + "summary": "system_event.enq: tq - ddl contention.average_wait: 28.55", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: tq - ddl contention.average_wait_fg", + "vartype": 3, + "default": "28.55", + "summary": "system_event.enq: tq - ddl contention.average_wait_fg: 28.55", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: tq - ddl contention.con_id", + "vartype": 2, + "default": "0", + "summary": "system_event.enq: tq - ddl contention.con_id: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: tq - ddl contention.event_id", + "vartype": 2, + "default": "717240345", + "summary": "system_event.enq: tq - ddl contention.event_id: 717240345", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: tq - ddl contention.time_waited", + "vartype": 2, + "default": "29", + "summary": "system_event.enq: tq - ddl contention.time_waited: 29", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: tq - ddl contention.time_waited_fg", + "vartype": 2, + "default": "29", + "summary": "system_event.enq: tq - ddl contention.time_waited_fg: 29", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: tq - ddl contention.time_waited_micro", + "vartype": 2, + "default": "285509", + "summary": "system_event.enq: tq - ddl contention.time_waited_micro: 285509", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: tq - ddl contention.time_waited_micro_fg", + "vartype": 2, + "default": "285509", + "summary": "system_event.enq: tq - ddl contention.time_waited_micro_fg: 285509", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: tq - ddl contention.total_timeouts", + "vartype": 2, + "default": "0", + "summary": "system_event.enq: tq - ddl contention.total_timeouts: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: tq - ddl contention.total_timeouts_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.enq: tq - ddl contention.total_timeouts_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: tq - ddl contention.total_waits", + "vartype": 2, + "default": "1", + "summary": "system_event.enq: tq - ddl contention.total_waits: 1", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: tq - ddl contention.total_waits_fg", + "vartype": 2, + "default": "1", + "summary": "system_event.enq: tq - ddl contention.total_waits_fg: 1", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: tq - ddl contention.wait_class", + "vartype": 1, + "default": "Other", + "summary": "system_event.enq: tq - ddl contention.wait_class: Other", + "scope": "global", + "metric_type": 2 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: tq - ddl contention.wait_class#", + "vartype": 2, + "default": "0", + "summary": "system_event.enq: tq - ddl contention.wait_class#: 0", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: tq - ddl contention.wait_class_id", + "vartype": 2, + "default": "1893977003", + "summary": "system_event.enq: tq - ddl contention.wait_class_id: 1893977003", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: tx - index contention.average_wait", + "vartype": 3, + "default": ".62", + "summary": "system_event.enq: tx - index contention.average_wait: .62", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: tx - index contention.average_wait_fg", + "vartype": 3, + "default": ".62", + "summary": "system_event.enq: tx - index contention.average_wait_fg: .62", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: tx - index contention.con_id", + "vartype": 2, + "default": "0", + "summary": "system_event.enq: tx - index contention.con_id: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: tx - index contention.event_id", + "vartype": 2, + "default": "1035026728", + "summary": "system_event.enq: tx - index contention.event_id: 1035026728", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: tx - index contention.time_waited", + "vartype": 2, + "default": "2", + "summary": "system_event.enq: tx - index contention.time_waited: 2", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: tx - index contention.time_waited_fg", + "vartype": 2, + "default": "2", + "summary": "system_event.enq: tx - index contention.time_waited_fg: 2", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: tx - index contention.time_waited_micro", + "vartype": 2, + "default": "24949", + "summary": "system_event.enq: tx - index contention.time_waited_micro: 24949", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: tx - index contention.time_waited_micro_fg", + "vartype": 2, + "default": "24949", + "summary": "system_event.enq: tx - index contention.time_waited_micro_fg: 24949", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: tx - index contention.total_timeouts", + "vartype": 2, + "default": "0", + "summary": "system_event.enq: tx - index contention.total_timeouts: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: tx - index contention.total_timeouts_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.enq: tx - index contention.total_timeouts_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: tx - index contention.total_waits", + "vartype": 2, + "default": "4", + "summary": "system_event.enq: tx - index contention.total_waits: 4", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: tx - index contention.total_waits_fg", + "vartype": 2, + "default": "4", + "summary": "system_event.enq: tx - index contention.total_waits_fg: 4", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: tx - index contention.wait_class", + "vartype": 1, + "default": "Concurrency", + "summary": "system_event.enq: tx - index contention.wait_class: Concurrency", + "scope": "global", + "metric_type": 2 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: tx - index contention.wait_class#", + "vartype": 2, + "default": "4", + "summary": "system_event.enq: tx - index contention.wait_class#: 4", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: tx - index contention.wait_class_id", + "vartype": 2, + "default": "3875070507", + "summary": "system_event.enq: tx - index contention.wait_class_id: 3875070507", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: tx - row lock contention.average_wait", + "vartype": 3, + "default": "1.63", + "summary": "system_event.enq: tx - row lock contention.average_wait: 1.63", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: tx - row lock contention.average_wait_fg", + "vartype": 3, + "default": "1.63", + "summary": "system_event.enq: tx - row lock contention.average_wait_fg: 1.63", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: tx - row lock contention.con_id", + "vartype": 2, + "default": "0", + "summary": "system_event.enq: tx - row lock contention.con_id: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: tx - row lock contention.event_id", + "vartype": 2, + "default": "310662678", + "summary": "system_event.enq: tx - row lock contention.event_id: 310662678", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: tx - row lock contention.time_waited", + "vartype": 2, + "default": "10", + "summary": "system_event.enq: tx - row lock contention.time_waited: 10", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: tx - row lock contention.time_waited_fg", + "vartype": 2, + "default": "10", + "summary": "system_event.enq: tx - row lock contention.time_waited_fg: 10", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: tx - row lock contention.time_waited_micro", + "vartype": 2, + "default": "98038", + "summary": "system_event.enq: tx - row lock contention.time_waited_micro: 98038", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: tx - row lock contention.time_waited_micro_fg", + "vartype": 2, + "default": "98038", + "summary": "system_event.enq: tx - row lock contention.time_waited_micro_fg: 98038", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: tx - row lock contention.total_timeouts", + "vartype": 2, + "default": "0", + "summary": "system_event.enq: tx - row lock contention.total_timeouts: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: tx - row lock contention.total_timeouts_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.enq: tx - row lock contention.total_timeouts_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: tx - row lock contention.total_waits", + "vartype": 2, + "default": "6", + "summary": "system_event.enq: tx - row lock contention.total_waits: 6", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: tx - row lock contention.total_waits_fg", + "vartype": 2, + "default": "6", + "summary": "system_event.enq: tx - row lock contention.total_waits_fg: 6", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: tx - row lock contention.wait_class", + "vartype": 1, + "default": "Application", + "summary": "system_event.enq: tx - row lock contention.wait_class: Application", + "scope": "global", + "metric_type": 2 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: tx - row lock contention.wait_class#", + "vartype": 2, + "default": "1", + "summary": "system_event.enq: tx - row lock contention.wait_class#: 1", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: tx - row lock contention.wait_class_id", + "vartype": 2, + "default": "4217450380", + "summary": "system_event.enq: tx - row lock contention.wait_class_id: 4217450380", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: ul - contention.average_wait", + "vartype": 3, + "default": "2.57", + "summary": "system_event.enq: ul - contention.average_wait: 2.57", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: ul - contention.average_wait_fg", + "vartype": 3, + "default": "2.57", + "summary": "system_event.enq: ul - contention.average_wait_fg: 2.57", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: ul - contention.con_id", + "vartype": 2, + "default": "0", + "summary": "system_event.enq: ul - contention.con_id: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: ul - contention.event_id", + "vartype": 2, + "default": "738183602", + "summary": "system_event.enq: ul - contention.event_id: 738183602", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: ul - contention.time_waited", + "vartype": 2, + "default": "3", + "summary": "system_event.enq: ul - contention.time_waited: 3", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: ul - contention.time_waited_fg", + "vartype": 2, + "default": "3", + "summary": "system_event.enq: ul - contention.time_waited_fg: 3", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: ul - contention.time_waited_micro", + "vartype": 2, + "default": "25697", + "summary": "system_event.enq: ul - contention.time_waited_micro: 25697", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: ul - contention.time_waited_micro_fg", + "vartype": 2, + "default": "25697", + "summary": "system_event.enq: ul - contention.time_waited_micro_fg: 25697", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: ul - contention.total_timeouts", + "vartype": 2, + "default": "0", + "summary": "system_event.enq: ul - contention.total_timeouts: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: ul - contention.total_timeouts_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.enq: ul - contention.total_timeouts_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: ul - contention.total_waits", + "vartype": 2, + "default": "1", + "summary": "system_event.enq: ul - contention.total_waits: 1", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: ul - contention.total_waits_fg", + "vartype": 2, + "default": "1", + "summary": "system_event.enq: ul - contention.total_waits_fg: 1", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: ul - contention.wait_class", + "vartype": 1, + "default": "Application", + "summary": "system_event.enq: ul - contention.wait_class: Application", + "scope": "global", + "metric_type": 2 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: ul - contention.wait_class#", + "vartype": 2, + "default": "1", + "summary": "system_event.enq: ul - contention.wait_class#: 1", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.enq: ul - contention.wait_class_id", + "vartype": 2, + "default": "4217450380", + "summary": "system_event.enq: ul - contention.wait_class_id: 4217450380", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, { "fields": { "dbms": 12, "name": "global.system_event.external table open.average_wait", "vartype": 3, - "summary": "system_event.external table open.average_wait: 0.3", + "default": ".43", + "summary": "system_event.external table open.average_wait: .43", "scope": "global", "metric_type": 3 }, @@ -25975,6 +32476,7 @@ "dbms": 12, "name": "global.system_event.external table open.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.external table open.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -25986,6 +32488,7 @@ "dbms": 12, "name": "global.system_event.external table open.con_id", "vartype": 2, + "default": "0", "summary": "system_event.external table open.con_id: 0", "scope": "global", "metric_type": 1 @@ -25997,6 +32500,7 @@ "dbms": 12, "name": "global.system_event.external table open.event_id", "vartype": 2, + "default": "332943844", "summary": "system_event.external table open.event_id: 332943844", "scope": "global", "metric_type": 1 @@ -26008,6 +32512,7 @@ "dbms": 12, "name": "global.system_event.external table open.time_waited", "vartype": 2, + "default": "1", "summary": "system_event.external table open.time_waited: 1", "scope": "global", "metric_type": 1 @@ -26019,6 +32524,7 @@ "dbms": 12, "name": "global.system_event.external table open.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.external table open.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -26030,7 +32536,8 @@ "dbms": 12, "name": "global.system_event.external table open.time_waited_micro", "vartype": 2, - "summary": "system_event.external table open.time_waited_micro: 5959", + "default": "8500", + "summary": "system_event.external table open.time_waited_micro: 8500", "scope": "global", "metric_type": 1 }, @@ -26041,6 +32548,7 @@ "dbms": 12, "name": "global.system_event.external table open.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.external table open.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -26052,6 +32560,7 @@ "dbms": 12, "name": "global.system_event.external table open.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.external table open.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -26063,6 +32572,7 @@ "dbms": 12, "name": "global.system_event.external table open.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.external table open.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -26074,6 +32584,7 @@ "dbms": 12, "name": "global.system_event.external table open.total_waits", "vartype": 2, + "default": "2", "summary": "system_event.external table open.total_waits: 2", "scope": "global", "metric_type": 1 @@ -26085,6 +32596,7 @@ "dbms": 12, "name": "global.system_event.external table open.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.external table open.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -26096,6 +32608,7 @@ "dbms": 12, "name": "global.system_event.external table open.wait_class", "vartype": 1, + "default": "User I/O", "summary": "system_event.external table open.wait_class: User I/O", "scope": "global", "metric_type": 2 @@ -26107,9 +32620,10 @@ "dbms": 12, "name": "global.system_event.external table open.wait_class#", "vartype": 2, + "default": "8", "summary": "system_event.external table open.wait_class#: 8", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -26118,6 +32632,7 @@ "dbms": 12, "name": "global.system_event.external table open.wait_class_id", "vartype": 2, + "default": "1740759767", "summary": "system_event.external table open.wait_class_id: 1740759767", "scope": "global", "metric_type": 1 @@ -26129,7 +32644,8 @@ "dbms": 12, "name": "global.system_event.external table read.average_wait", "vartype": 3, - "summary": "system_event.external table read.average_wait: 239.81", + "default": "254.69", + "summary": "system_event.external table read.average_wait: 254.69", "scope": "global", "metric_type": 3 }, @@ -26140,6 +32656,7 @@ "dbms": 12, "name": "global.system_event.external table read.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.external table read.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -26151,6 +32668,7 @@ "dbms": 12, "name": "global.system_event.external table read.con_id", "vartype": 2, + "default": "0", "summary": "system_event.external table read.con_id: 0", "scope": "global", "metric_type": 1 @@ -26162,6 +32680,7 @@ "dbms": 12, "name": "global.system_event.external table read.event_id", "vartype": 2, + "default": "1850448852", "summary": "system_event.external table read.event_id: 1850448852", "scope": "global", "metric_type": 1 @@ -26173,7 +32692,8 @@ "dbms": 12, "name": "global.system_event.external table read.time_waited", "vartype": 2, - "summary": "system_event.external table read.time_waited: 240", + "default": "255", + "summary": "system_event.external table read.time_waited: 255", "scope": "global", "metric_type": 1 }, @@ -26184,6 +32704,7 @@ "dbms": 12, "name": "global.system_event.external table read.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.external table read.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -26195,7 +32716,8 @@ "dbms": 12, "name": "global.system_event.external table read.time_waited_micro", "vartype": 2, - "summary": "system_event.external table read.time_waited_micro: 2398111", + "default": "2546875", + "summary": "system_event.external table read.time_waited_micro: 2546875", "scope": "global", "metric_type": 1 }, @@ -26206,6 +32728,7 @@ "dbms": 12, "name": "global.system_event.external table read.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.external table read.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -26217,6 +32740,7 @@ "dbms": 12, "name": "global.system_event.external table read.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.external table read.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -26228,6 +32752,7 @@ "dbms": 12, "name": "global.system_event.external table read.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.external table read.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -26239,6 +32764,7 @@ "dbms": 12, "name": "global.system_event.external table read.total_waits", "vartype": 2, + "default": "1", "summary": "system_event.external table read.total_waits: 1", "scope": "global", "metric_type": 1 @@ -26250,6 +32776,7 @@ "dbms": 12, "name": "global.system_event.external table read.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.external table read.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -26261,6 +32788,7 @@ "dbms": 12, "name": "global.system_event.external table read.wait_class", "vartype": 1, + "default": "User I/O", "summary": "system_event.external table read.wait_class: User I/O", "scope": "global", "metric_type": 2 @@ -26272,9 +32800,10 @@ "dbms": 12, "name": "global.system_event.external table read.wait_class#", "vartype": 2, + "default": "8", "summary": "system_event.external table read.wait_class#: 8", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -26283,6 +32812,7 @@ "dbms": 12, "name": "global.system_event.external table read.wait_class_id", "vartype": 2, + "default": "1740759767", "summary": "system_event.external table read.wait_class_id: 1740759767", "scope": "global", "metric_type": 1 @@ -26294,6 +32824,7 @@ "dbms": 12, "name": "global.system_event.external table write.average_wait", "vartype": 2, + "default": "0", "summary": "system_event.external table write.average_wait: 0", "scope": "global", "metric_type": 3 @@ -26305,6 +32836,7 @@ "dbms": 12, "name": "global.system_event.external table write.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.external table write.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -26316,6 +32848,7 @@ "dbms": 12, "name": "global.system_event.external table write.con_id", "vartype": 2, + "default": "0", "summary": "system_event.external table write.con_id: 0", "scope": "global", "metric_type": 1 @@ -26327,6 +32860,7 @@ "dbms": 12, "name": "global.system_event.external table write.event_id", "vartype": 2, + "default": "2573156426", "summary": "system_event.external table write.event_id: 2573156426", "scope": "global", "metric_type": 1 @@ -26338,6 +32872,7 @@ "dbms": 12, "name": "global.system_event.external table write.time_waited", "vartype": 2, + "default": "0", "summary": "system_event.external table write.time_waited: 0", "scope": "global", "metric_type": 1 @@ -26349,6 +32884,7 @@ "dbms": 12, "name": "global.system_event.external table write.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.external table write.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -26360,7 +32896,8 @@ "dbms": 12, "name": "global.system_event.external table write.time_waited_micro", "vartype": 2, - "summary": "system_event.external table write.time_waited_micro: 101", + "default": "3", + "summary": "system_event.external table write.time_waited_micro: 3", "scope": "global", "metric_type": 1 }, @@ -26371,6 +32908,7 @@ "dbms": 12, "name": "global.system_event.external table write.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.external table write.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -26382,6 +32920,7 @@ "dbms": 12, "name": "global.system_event.external table write.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.external table write.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -26393,6 +32932,7 @@ "dbms": 12, "name": "global.system_event.external table write.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.external table write.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -26404,6 +32944,7 @@ "dbms": 12, "name": "global.system_event.external table write.total_waits", "vartype": 2, + "default": "12", "summary": "system_event.external table write.total_waits: 12", "scope": "global", "metric_type": 1 @@ -26415,6 +32956,7 @@ "dbms": 12, "name": "global.system_event.external table write.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.external table write.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -26426,6 +32968,7 @@ "dbms": 12, "name": "global.system_event.external table write.wait_class", "vartype": 1, + "default": "User I/O", "summary": "system_event.external table write.wait_class: User I/O", "scope": "global", "metric_type": 2 @@ -26437,9 +32980,10 @@ "dbms": 12, "name": "global.system_event.external table write.wait_class#", "vartype": 2, + "default": "8", "summary": "system_event.external table write.wait_class#: 8", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -26448,18 +32992,740 @@ "dbms": 12, "name": "global.system_event.external table write.wait_class_id", "vartype": 2, + "default": "1740759767", "summary": "system_event.external table write.wait_class_id: 1740759767", "scope": "global", "metric_type": 1 }, "model": "website.MetricCatalog" }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.flashback log file read.average_wait", + "vartype": 3, + "default": ".14", + "summary": "system_event.flashback log file read.average_wait: .14", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.flashback log file read.average_wait_fg", + "vartype": 3, + "default": ".14", + "summary": "system_event.flashback log file read.average_wait_fg: .14", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.flashback log file read.con_id", + "vartype": 2, + "default": "0", + "summary": "system_event.flashback log file read.con_id: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.flashback log file read.event_id", + "vartype": 2, + "default": "2769438501", + "summary": "system_event.flashback log file read.event_id: 2769438501", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.flashback log file read.time_waited", + "vartype": 2, + "default": "1254", + "summary": "system_event.flashback log file read.time_waited: 1254", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.flashback log file read.time_waited_fg", + "vartype": 2, + "default": "905", + "summary": "system_event.flashback log file read.time_waited_fg: 905", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.flashback log file read.time_waited_micro", + "vartype": 2, + "default": "12544939", + "summary": "system_event.flashback log file read.time_waited_micro: 12544939", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.flashback log file read.time_waited_micro_fg", + "vartype": 2, + "default": "9051359", + "summary": "system_event.flashback log file read.time_waited_micro_fg: 9051359", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.flashback log file read.total_timeouts", + "vartype": 2, + "default": "0", + "summary": "system_event.flashback log file read.total_timeouts: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.flashback log file read.total_timeouts_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.flashback log file read.total_timeouts_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.flashback log file read.total_waits", + "vartype": 2, + "default": "9107", + "summary": "system_event.flashback log file read.total_waits: 9107", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.flashback log file read.total_waits_fg", + "vartype": 2, + "default": "6326", + "summary": "system_event.flashback log file read.total_waits_fg: 6326", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.flashback log file read.wait_class", + "vartype": 1, + "default": "System I/O", + "summary": "system_event.flashback log file read.wait_class: System I/O", + "scope": "global", + "metric_type": 2 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.flashback log file read.wait_class#", + "vartype": 2, + "default": "9", + "summary": "system_event.flashback log file read.wait_class#: 9", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.flashback log file read.wait_class_id", + "vartype": 2, + "default": "4108307767", + "summary": "system_event.flashback log file read.wait_class_id: 4108307767", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.flashback log file sync.average_wait", + "vartype": 3, + "default": ".33", + "summary": "system_event.flashback log file sync.average_wait: .33", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.flashback log file sync.average_wait_fg", + "vartype": 3, + "default": ".35", + "summary": "system_event.flashback log file sync.average_wait_fg: .35", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.flashback log file sync.con_id", + "vartype": 2, + "default": "0", + "summary": "system_event.flashback log file sync.con_id: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.flashback log file sync.event_id", + "vartype": 2, + "default": "157547587", + "summary": "system_event.flashback log file sync.event_id: 157547587", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.flashback log file sync.time_waited", + "vartype": 2, + "default": "530", + "summary": "system_event.flashback log file sync.time_waited: 530", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.flashback log file sync.time_waited_fg", + "vartype": 2, + "default": "504", + "summary": "system_event.flashback log file sync.time_waited_fg: 504", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.flashback log file sync.time_waited_micro", + "vartype": 2, + "default": "5298946", + "summary": "system_event.flashback log file sync.time_waited_micro: 5298946", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.flashback log file sync.time_waited_micro_fg", + "vartype": 2, + "default": "5038549", + "summary": "system_event.flashback log file sync.time_waited_micro_fg: 5038549", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.flashback log file sync.total_timeouts", + "vartype": 2, + "default": "0", + "summary": "system_event.flashback log file sync.total_timeouts: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.flashback log file sync.total_timeouts_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.flashback log file sync.total_timeouts_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.flashback log file sync.total_waits", + "vartype": 2, + "default": "1620", + "summary": "system_event.flashback log file sync.total_waits: 1620", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.flashback log file sync.total_waits_fg", + "vartype": 2, + "default": "1421", + "summary": "system_event.flashback log file sync.total_waits_fg: 1421", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.flashback log file sync.wait_class", + "vartype": 1, + "default": "User I/O", + "summary": "system_event.flashback log file sync.wait_class: User I/O", + "scope": "global", + "metric_type": 2 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.flashback log file sync.wait_class#", + "vartype": 2, + "default": "8", + "summary": "system_event.flashback log file sync.wait_class#: 8", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.flashback log file sync.wait_class_id", + "vartype": 2, + "default": "1740759767", + "summary": "system_event.flashback log file sync.wait_class_id: 1740759767", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.flashback log file write.average_wait", + "vartype": 3, + "default": ".4", + "summary": "system_event.flashback log file write.average_wait: .4", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.flashback log file write.average_wait_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.flashback log file write.average_wait_fg: 0", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.flashback log file write.con_id", + "vartype": 2, + "default": "0", + "summary": "system_event.flashback log file write.con_id: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.flashback log file write.event_id", + "vartype": 2, + "default": "3487232407", + "summary": "system_event.flashback log file write.event_id: 3487232407", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.flashback log file write.time_waited", + "vartype": 2, + "default": "2420", + "summary": "system_event.flashback log file write.time_waited: 2420", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.flashback log file write.time_waited_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.flashback log file write.time_waited_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.flashback log file write.time_waited_micro", + "vartype": 2, + "default": "24202087", + "summary": "system_event.flashback log file write.time_waited_micro: 24202087", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.flashback log file write.time_waited_micro_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.flashback log file write.time_waited_micro_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.flashback log file write.total_timeouts", + "vartype": 2, + "default": "0", + "summary": "system_event.flashback log file write.total_timeouts: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.flashback log file write.total_timeouts_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.flashback log file write.total_timeouts_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.flashback log file write.total_waits", + "vartype": 2, + "default": "6008", + "summary": "system_event.flashback log file write.total_waits: 6008", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.flashback log file write.total_waits_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.flashback log file write.total_waits_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.flashback log file write.wait_class", + "vartype": 1, + "default": "System I/O", + "summary": "system_event.flashback log file write.wait_class: System I/O", + "scope": "global", + "metric_type": 2 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.flashback log file write.wait_class#", + "vartype": 2, + "default": "9", + "summary": "system_event.flashback log file write.wait_class#: 9", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.flashback log file write.wait_class_id", + "vartype": 2, + "default": "4108307767", + "summary": "system_event.flashback log file write.wait_class_id: 4108307767", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.get branch/thread/sequence enqueue.average_wait", + "vartype": 2, + "default": "0", + "summary": "system_event.get branch/thread/sequence enqueue.average_wait: 0", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.get branch/thread/sequence enqueue.average_wait_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.get branch/thread/sequence enqueue.average_wait_fg: 0", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.get branch/thread/sequence enqueue.con_id", + "vartype": 2, + "default": "0", + "summary": "system_event.get branch/thread/sequence enqueue.con_id: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.get branch/thread/sequence enqueue.event_id", + "vartype": 2, + "default": "1383326310", + "summary": "system_event.get branch/thread/sequence enqueue.event_id: 1383326310", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.get branch/thread/sequence enqueue.time_waited", + "vartype": 2, + "default": "0", + "summary": "system_event.get branch/thread/sequence enqueue.time_waited: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.get branch/thread/sequence enqueue.time_waited_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.get branch/thread/sequence enqueue.time_waited_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.get branch/thread/sequence enqueue.time_waited_micro", + "vartype": 2, + "default": "15", + "summary": "system_event.get branch/thread/sequence enqueue.time_waited_micro: 15", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.get branch/thread/sequence enqueue.time_waited_micro_fg", + "vartype": 2, + "default": "7", + "summary": "system_event.get branch/thread/sequence enqueue.time_waited_micro_fg: 7", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.get branch/thread/sequence enqueue.total_timeouts", + "vartype": 2, + "default": "0", + "summary": "system_event.get branch/thread/sequence enqueue.total_timeouts: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.get branch/thread/sequence enqueue.total_timeouts_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.get branch/thread/sequence enqueue.total_timeouts_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.get branch/thread/sequence enqueue.total_waits", + "vartype": 2, + "default": "5", + "summary": "system_event.get branch/thread/sequence enqueue.total_waits: 5", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.get branch/thread/sequence enqueue.total_waits_fg", + "vartype": 2, + "default": "3", + "summary": "system_event.get branch/thread/sequence enqueue.total_waits_fg: 3", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.get branch/thread/sequence enqueue.wait_class", + "vartype": 1, + "default": "Other", + "summary": "system_event.get branch/thread/sequence enqueue.wait_class: Other", + "scope": "global", + "metric_type": 2 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.get branch/thread/sequence enqueue.wait_class#", + "vartype": 2, + "default": "0", + "summary": "system_event.get branch/thread/sequence enqueue.wait_class#: 0", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.get branch/thread/sequence enqueue.wait_class_id", + "vartype": 2, + "default": "1893977003", + "summary": "system_event.get branch/thread/sequence enqueue.wait_class_id: 1893977003", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, { "fields": { "dbms": 12, "name": "global.system_event.heartbeat redo informer.average_wait", "vartype": 3, - "summary": "system_event.heartbeat redo informer.average_wait: 100.26", + "default": "100.01", + "summary": "system_event.heartbeat redo informer.average_wait: 100.01", "scope": "global", "metric_type": 3 }, @@ -26470,6 +33736,7 @@ "dbms": 12, "name": "global.system_event.heartbeat redo informer.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.heartbeat redo informer.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -26481,6 +33748,7 @@ "dbms": 12, "name": "global.system_event.heartbeat redo informer.con_id", "vartype": 2, + "default": "0", "summary": "system_event.heartbeat redo informer.con_id: 0", "scope": "global", "metric_type": 1 @@ -26492,6 +33760,7 @@ "dbms": 12, "name": "global.system_event.heartbeat redo informer.event_id", "vartype": 2, + "default": "4233989021", "summary": "system_event.heartbeat redo informer.event_id: 4233989021", "scope": "global", "metric_type": 1 @@ -26503,7 +33772,8 @@ "dbms": 12, "name": "global.system_event.heartbeat redo informer.time_waited", "vartype": 2, - "summary": "system_event.heartbeat redo informer.time_waited: 4712", + "default": "196714", + "summary": "system_event.heartbeat redo informer.time_waited: 196714", "scope": "global", "metric_type": 1 }, @@ -26514,6 +33784,7 @@ "dbms": 12, "name": "global.system_event.heartbeat redo informer.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.heartbeat redo informer.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -26525,7 +33796,8 @@ "dbms": 12, "name": "global.system_event.heartbeat redo informer.time_waited_micro", "vartype": 2, - "summary": "system_event.heartbeat redo informer.time_waited_micro: 47121105", + "default": "1967137902", + "summary": "system_event.heartbeat redo informer.time_waited_micro: 1967137902", "scope": "global", "metric_type": 1 }, @@ -26536,6 +33808,7 @@ "dbms": 12, "name": "global.system_event.heartbeat redo informer.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.heartbeat redo informer.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -26547,6 +33820,7 @@ "dbms": 12, "name": "global.system_event.heartbeat redo informer.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.heartbeat redo informer.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -26558,6 +33832,7 @@ "dbms": 12, "name": "global.system_event.heartbeat redo informer.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.heartbeat redo informer.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -26569,7 +33844,8 @@ "dbms": 12, "name": "global.system_event.heartbeat redo informer.total_waits", "vartype": 2, - "summary": "system_event.heartbeat redo informer.total_waits: 47", + "default": "1967", + "summary": "system_event.heartbeat redo informer.total_waits: 1967", "scope": "global", "metric_type": 1 }, @@ -26580,6 +33856,7 @@ "dbms": 12, "name": "global.system_event.heartbeat redo informer.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.heartbeat redo informer.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -26591,6 +33868,7 @@ "dbms": 12, "name": "global.system_event.heartbeat redo informer.wait_class", "vartype": 1, + "default": "Idle", "summary": "system_event.heartbeat redo informer.wait_class: Idle", "scope": "global", "metric_type": 2 @@ -26602,9 +33880,10 @@ "dbms": 12, "name": "global.system_event.heartbeat redo informer.wait_class#", "vartype": 2, + "default": "6", "summary": "system_event.heartbeat redo informer.wait_class#: 6", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -26613,6 +33892,7 @@ "dbms": 12, "name": "global.system_event.heartbeat redo informer.wait_class_id", "vartype": 2, + "default": "2723168908", "summary": "system_event.heartbeat redo informer.wait_class_id: 2723168908", "scope": "global", "metric_type": 1 @@ -26624,7 +33904,8 @@ "dbms": 12, "name": "global.system_event.instance state change.average_wait", "vartype": 3, - "summary": "system_event.instance state change.average_wait: 0.01", + "default": ".01", + "summary": "system_event.instance state change.average_wait: .01", "scope": "global", "metric_type": 3 }, @@ -26635,7 +33916,8 @@ "dbms": 12, "name": "global.system_event.instance state change.average_wait_fg", "vartype": 3, - "summary": "system_event.instance state change.average_wait_fg: 0.01", + "default": ".01", + "summary": "system_event.instance state change.average_wait_fg: .01", "scope": "global", "metric_type": 3 }, @@ -26646,6 +33928,7 @@ "dbms": 12, "name": "global.system_event.instance state change.con_id", "vartype": 2, + "default": "0", "summary": "system_event.instance state change.con_id: 0", "scope": "global", "metric_type": 1 @@ -26657,6 +33940,7 @@ "dbms": 12, "name": "global.system_event.instance state change.event_id", "vartype": 2, + "default": "1525267497", "summary": "system_event.instance state change.event_id: 1525267497", "scope": "global", "metric_type": 1 @@ -26668,6 +33952,7 @@ "dbms": 12, "name": "global.system_event.instance state change.time_waited", "vartype": 2, + "default": "0", "summary": "system_event.instance state change.time_waited: 0", "scope": "global", "metric_type": 1 @@ -26679,6 +33964,7 @@ "dbms": 12, "name": "global.system_event.instance state change.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.instance state change.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -26690,7 +33976,8 @@ "dbms": 12, "name": "global.system_event.instance state change.time_waited_micro", "vartype": 2, - "summary": "system_event.instance state change.time_waited_micro: 344", + "default": "228", + "summary": "system_event.instance state change.time_waited_micro: 228", "scope": "global", "metric_type": 1 }, @@ -26701,7 +33988,8 @@ "dbms": 12, "name": "global.system_event.instance state change.time_waited_micro_fg", "vartype": 2, - "summary": "system_event.instance state change.time_waited_micro_fg: 344", + "default": "228", + "summary": "system_event.instance state change.time_waited_micro_fg: 228", "scope": "global", "metric_type": 1 }, @@ -26712,6 +34000,7 @@ "dbms": 12, "name": "global.system_event.instance state change.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.instance state change.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -26723,6 +34012,7 @@ "dbms": 12, "name": "global.system_event.instance state change.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.instance state change.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -26734,7 +34024,8 @@ "dbms": 12, "name": "global.system_event.instance state change.total_waits", "vartype": 2, - "summary": "system_event.instance state change.total_waits: 3", + "default": "2", + "summary": "system_event.instance state change.total_waits: 2", "scope": "global", "metric_type": 1 }, @@ -26745,7 +34036,8 @@ "dbms": 12, "name": "global.system_event.instance state change.total_waits_fg", "vartype": 2, - "summary": "system_event.instance state change.total_waits_fg: 3", + "default": "2", + "summary": "system_event.instance state change.total_waits_fg: 2", "scope": "global", "metric_type": 1 }, @@ -26756,6 +34048,7 @@ "dbms": 12, "name": "global.system_event.instance state change.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.instance state change.wait_class: Other", "scope": "global", "metric_type": 2 @@ -26767,9 +34060,10 @@ "dbms": 12, "name": "global.system_event.instance state change.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.instance state change.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -26778,17 +34072,199 @@ "dbms": 12, "name": "global.system_event.instance state change.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.instance state change.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 }, "model": "website.MetricCatalog" }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.jobq slave wait.average_wait", + "vartype": 3, + "default": "49.79", + "summary": "system_event.jobq slave wait.average_wait: 49.79", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.jobq slave wait.average_wait_fg", + "vartype": 3, + "default": "49.79", + "summary": "system_event.jobq slave wait.average_wait_fg: 49.79", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.jobq slave wait.con_id", + "vartype": 2, + "default": "0", + "summary": "system_event.jobq slave wait.con_id: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.jobq slave wait.event_id", + "vartype": 2, + "default": "782339817", + "summary": "system_event.jobq slave wait.event_id: 782339817", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.jobq slave wait.time_waited", + "vartype": 2, + "default": "53021", + "summary": "system_event.jobq slave wait.time_waited: 53021", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.jobq slave wait.time_waited_fg", + "vartype": 2, + "default": "53021", + "summary": "system_event.jobq slave wait.time_waited_fg: 53021", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.jobq slave wait.time_waited_micro", + "vartype": 2, + "default": "530211827", + "summary": "system_event.jobq slave wait.time_waited_micro: 530211827", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.jobq slave wait.time_waited_micro_fg", + "vartype": 2, + "default": "530211827", + "summary": "system_event.jobq slave wait.time_waited_micro_fg: 530211827", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.jobq slave wait.total_timeouts", + "vartype": 2, + "default": "1059", + "summary": "system_event.jobq slave wait.total_timeouts: 1059", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.jobq slave wait.total_timeouts_fg", + "vartype": 2, + "default": "1059", + "summary": "system_event.jobq slave wait.total_timeouts_fg: 1059", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.jobq slave wait.total_waits", + "vartype": 2, + "default": "1065", + "summary": "system_event.jobq slave wait.total_waits: 1065", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.jobq slave wait.total_waits_fg", + "vartype": 2, + "default": "1065", + "summary": "system_event.jobq slave wait.total_waits_fg: 1065", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.jobq slave wait.wait_class", + "vartype": 1, + "default": "Idle", + "summary": "system_event.jobq slave wait.wait_class: Idle", + "scope": "global", + "metric_type": 2 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.jobq slave wait.wait_class#", + "vartype": 2, + "default": "6", + "summary": "system_event.jobq slave wait.wait_class#: 6", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.jobq slave wait.wait_class_id", + "vartype": 2, + "default": "2723168908", + "summary": "system_event.jobq slave wait.wait_class_id: 2723168908", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, { "fields": { "dbms": 12, "name": "global.system_event.kdic_do_merge.average_wait", "vartype": 2, + "default": "0", "summary": "system_event.kdic_do_merge.average_wait: 0", "scope": "global", "metric_type": 3 @@ -26800,6 +34276,7 @@ "dbms": 12, "name": "global.system_event.kdic_do_merge.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.kdic_do_merge.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -26811,6 +34288,7 @@ "dbms": 12, "name": "global.system_event.kdic_do_merge.con_id", "vartype": 2, + "default": "0", "summary": "system_event.kdic_do_merge.con_id: 0", "scope": "global", "metric_type": 1 @@ -26822,6 +34300,7 @@ "dbms": 12, "name": "global.system_event.kdic_do_merge.event_id", "vartype": 2, + "default": "641757365", "summary": "system_event.kdic_do_merge.event_id: 641757365", "scope": "global", "metric_type": 1 @@ -26833,6 +34312,7 @@ "dbms": 12, "name": "global.system_event.kdic_do_merge.time_waited", "vartype": 2, + "default": "0", "summary": "system_event.kdic_do_merge.time_waited: 0", "scope": "global", "metric_type": 1 @@ -26844,6 +34324,7 @@ "dbms": 12, "name": "global.system_event.kdic_do_merge.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.kdic_do_merge.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -26855,7 +34336,8 @@ "dbms": 12, "name": "global.system_event.kdic_do_merge.time_waited_micro", "vartype": 2, - "summary": "system_event.kdic_do_merge.time_waited_micro: 4000", + "default": "770", + "summary": "system_event.kdic_do_merge.time_waited_micro: 770", "scope": "global", "metric_type": 1 }, @@ -26866,7 +34348,8 @@ "dbms": 12, "name": "global.system_event.kdic_do_merge.time_waited_micro_fg", "vartype": 2, - "summary": "system_event.kdic_do_merge.time_waited_micro_fg: 3795", + "default": "761", + "summary": "system_event.kdic_do_merge.time_waited_micro_fg: 761", "scope": "global", "metric_type": 1 }, @@ -26877,6 +34360,7 @@ "dbms": 12, "name": "global.system_event.kdic_do_merge.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.kdic_do_merge.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -26888,6 +34372,7 @@ "dbms": 12, "name": "global.system_event.kdic_do_merge.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.kdic_do_merge.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -26899,7 +34384,8 @@ "dbms": 12, "name": "global.system_event.kdic_do_merge.total_waits", "vartype": 2, - "summary": "system_event.kdic_do_merge.total_waits: 319", + "default": "232", + "summary": "system_event.kdic_do_merge.total_waits: 232", "scope": "global", "metric_type": 1 }, @@ -26910,7 +34396,8 @@ "dbms": 12, "name": "global.system_event.kdic_do_merge.total_waits_fg", "vartype": 2, - "summary": "system_event.kdic_do_merge.total_waits_fg: 306", + "default": "230", + "summary": "system_event.kdic_do_merge.total_waits_fg: 230", "scope": "global", "metric_type": 1 }, @@ -26921,6 +34408,7 @@ "dbms": 12, "name": "global.system_event.kdic_do_merge.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.kdic_do_merge.wait_class: Other", "scope": "global", "metric_type": 2 @@ -26932,9 +34420,10 @@ "dbms": 12, "name": "global.system_event.kdic_do_merge.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.kdic_do_merge.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -26943,6 +34432,7 @@ "dbms": 12, "name": "global.system_event.kdic_do_merge.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.kdic_do_merge.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -26954,7 +34444,8 @@ "dbms": 12, "name": "global.system_event.kksfbc child completion.average_wait", "vartype": 3, - "summary": "system_event.kksfbc child completion.average_wait: 5.3", + "default": "4.96", + "summary": "system_event.kksfbc child completion.average_wait: 4.96", "scope": "global", "metric_type": 3 }, @@ -26965,7 +34456,8 @@ "dbms": 12, "name": "global.system_event.kksfbc child completion.average_wait_fg", "vartype": 3, - "summary": "system_event.kksfbc child completion.average_wait_fg: 5.3", + "default": "4.95", + "summary": "system_event.kksfbc child completion.average_wait_fg: 4.95", "scope": "global", "metric_type": 3 }, @@ -26976,6 +34468,7 @@ "dbms": 12, "name": "global.system_event.kksfbc child completion.con_id", "vartype": 2, + "default": "0", "summary": "system_event.kksfbc child completion.con_id: 0", "scope": "global", "metric_type": 1 @@ -26987,6 +34480,7 @@ "dbms": 12, "name": "global.system_event.kksfbc child completion.event_id", "vartype": 2, + "default": "2679325", "summary": "system_event.kksfbc child completion.event_id: 2679325", "scope": "global", "metric_type": 1 @@ -26998,7 +34492,8 @@ "dbms": 12, "name": "global.system_event.kksfbc child completion.time_waited", "vartype": 2, - "summary": "system_event.kksfbc child completion.time_waited: 694", + "default": "30", + "summary": "system_event.kksfbc child completion.time_waited: 30", "scope": "global", "metric_type": 1 }, @@ -27009,7 +34504,8 @@ "dbms": 12, "name": "global.system_event.kksfbc child completion.time_waited_fg", "vartype": 2, - "summary": "system_event.kksfbc child completion.time_waited_fg: 683", + "default": "25", + "summary": "system_event.kksfbc child completion.time_waited_fg: 25", "scope": "global", "metric_type": 1 }, @@ -27020,7 +34516,8 @@ "dbms": 12, "name": "global.system_event.kksfbc child completion.time_waited_micro", "vartype": 2, - "summary": "system_event.kksfbc child completion.time_waited_micro: 6936732", + "default": "297654", + "summary": "system_event.kksfbc child completion.time_waited_micro: 297654", "scope": "global", "metric_type": 1 }, @@ -27031,7 +34528,8 @@ "dbms": 12, "name": "global.system_event.kksfbc child completion.time_waited_micro_fg", "vartype": 2, - "summary": "system_event.kksfbc child completion.time_waited_micro_fg: 6832539", + "default": "247632", + "summary": "system_event.kksfbc child completion.time_waited_micro_fg: 247632", "scope": "global", "metric_type": 1 }, @@ -27042,7 +34540,8 @@ "dbms": 12, "name": "global.system_event.kksfbc child completion.total_timeouts", "vartype": 2, - "summary": "system_event.kksfbc child completion.total_timeouts: 123", + "default": "6", + "summary": "system_event.kksfbc child completion.total_timeouts: 6", "scope": "global", "metric_type": 1 }, @@ -27053,7 +34552,8 @@ "dbms": 12, "name": "global.system_event.kksfbc child completion.total_timeouts_fg", "vartype": 2, - "summary": "system_event.kksfbc child completion.total_timeouts_fg: 121", + "default": "5", + "summary": "system_event.kksfbc child completion.total_timeouts_fg: 5", "scope": "global", "metric_type": 1 }, @@ -27064,7 +34564,8 @@ "dbms": 12, "name": "global.system_event.kksfbc child completion.total_waits", "vartype": 2, - "summary": "system_event.kksfbc child completion.total_waits: 131", + "default": "6", + "summary": "system_event.kksfbc child completion.total_waits: 6", "scope": "global", "metric_type": 1 }, @@ -27075,7 +34576,8 @@ "dbms": 12, "name": "global.system_event.kksfbc child completion.total_waits_fg", "vartype": 2, - "summary": "system_event.kksfbc child completion.total_waits_fg: 129", + "default": "5", + "summary": "system_event.kksfbc child completion.total_waits_fg: 5", "scope": "global", "metric_type": 1 }, @@ -27086,6 +34588,7 @@ "dbms": 12, "name": "global.system_event.kksfbc child completion.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.kksfbc child completion.wait_class: Other", "scope": "global", "metric_type": 2 @@ -27097,9 +34600,10 @@ "dbms": 12, "name": "global.system_event.kksfbc child completion.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.kksfbc child completion.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -27108,6 +34612,7 @@ "dbms": 12, "name": "global.system_event.kksfbc child completion.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.kksfbc child completion.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -27119,7 +34624,8 @@ "dbms": 12, "name": "global.system_event.ksv master wait.average_wait", "vartype": 3, - "summary": "system_event.ksv master wait.average_wait: 0.02", + "default": ".58", + "summary": "system_event.ksv master wait.average_wait: .58", "scope": "global", "metric_type": 3 }, @@ -27129,8 +34635,9 @@ "fields": { "dbms": 12, "name": "global.system_event.ksv master wait.average_wait_fg", - "vartype": 2, - "summary": "system_event.ksv master wait.average_wait_fg: 0", + "vartype": 3, + "default": ".07", + "summary": "system_event.ksv master wait.average_wait_fg: .07", "scope": "global", "metric_type": 3 }, @@ -27141,6 +34648,7 @@ "dbms": 12, "name": "global.system_event.ksv master wait.con_id", "vartype": 2, + "default": "0", "summary": "system_event.ksv master wait.con_id: 0", "scope": "global", "metric_type": 1 @@ -27152,6 +34660,7 @@ "dbms": 12, "name": "global.system_event.ksv master wait.event_id", "vartype": 2, + "default": "1510356050", "summary": "system_event.ksv master wait.event_id: 1510356050", "scope": "global", "metric_type": 1 @@ -27163,7 +34672,8 @@ "dbms": 12, "name": "global.system_event.ksv master wait.time_waited", "vartype": 2, - "summary": "system_event.ksv master wait.time_waited: 0", + "default": "21", + "summary": "system_event.ksv master wait.time_waited: 21", "scope": "global", "metric_type": 1 }, @@ -27174,7 +34684,8 @@ "dbms": 12, "name": "global.system_event.ksv master wait.time_waited_fg", "vartype": 2, - "summary": "system_event.ksv master wait.time_waited_fg: 0", + "default": "1", + "summary": "system_event.ksv master wait.time_waited_fg: 1", "scope": "global", "metric_type": 1 }, @@ -27185,7 +34696,8 @@ "dbms": 12, "name": "global.system_event.ksv master wait.time_waited_micro", "vartype": 2, - "summary": "system_event.ksv master wait.time_waited_micro: 722", + "default": "214709", + "summary": "system_event.ksv master wait.time_waited_micro: 214709", "scope": "global", "metric_type": 1 }, @@ -27196,7 +34708,8 @@ "dbms": 12, "name": "global.system_event.ksv master wait.time_waited_micro_fg", "vartype": 2, - "summary": "system_event.ksv master wait.time_waited_micro_fg: 0", + "default": "13945", + "summary": "system_event.ksv master wait.time_waited_micro_fg: 13945", "scope": "global", "metric_type": 1 }, @@ -27207,7 +34720,8 @@ "dbms": 12, "name": "global.system_event.ksv master wait.total_timeouts", "vartype": 2, - "summary": "system_event.ksv master wait.total_timeouts: 3", + "default": "6", + "summary": "system_event.ksv master wait.total_timeouts: 6", "scope": "global", "metric_type": 1 }, @@ -27218,7 +34732,8 @@ "dbms": 12, "name": "global.system_event.ksv master wait.total_timeouts_fg", "vartype": 2, - "summary": "system_event.ksv master wait.total_timeouts_fg: 0", + "default": "3", + "summary": "system_event.ksv master wait.total_timeouts_fg: 3", "scope": "global", "metric_type": 1 }, @@ -27229,7 +34744,8 @@ "dbms": 12, "name": "global.system_event.ksv master wait.total_waits", "vartype": 2, - "summary": "system_event.ksv master wait.total_waits: 3", + "default": "37", + "summary": "system_event.ksv master wait.total_waits: 37", "scope": "global", "metric_type": 1 }, @@ -27240,7 +34756,8 @@ "dbms": 12, "name": "global.system_event.ksv master wait.total_waits_fg", "vartype": 2, - "summary": "system_event.ksv master wait.total_waits_fg: 0", + "default": "20", + "summary": "system_event.ksv master wait.total_waits_fg: 20", "scope": "global", "metric_type": 1 }, @@ -27251,6 +34768,7 @@ "dbms": 12, "name": "global.system_event.ksv master wait.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.ksv master wait.wait_class: Other", "scope": "global", "metric_type": 2 @@ -27262,9 +34780,10 @@ "dbms": 12, "name": "global.system_event.ksv master wait.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.ksv master wait.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -27273,18 +34792,200 @@ "dbms": 12, "name": "global.system_event.ksv master wait.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.ksv master wait.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 }, "model": "website.MetricCatalog" }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.kupp process wait.average_wait", + "vartype": 3, + "default": "19.94", + "summary": "system_event.kupp process wait.average_wait: 19.94", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.kupp process wait.average_wait_fg", + "vartype": 3, + "default": "19.94", + "summary": "system_event.kupp process wait.average_wait_fg: 19.94", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.kupp process wait.con_id", + "vartype": 2, + "default": "0", + "summary": "system_event.kupp process wait.con_id: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.kupp process wait.event_id", + "vartype": 2, + "default": "3632212035", + "summary": "system_event.kupp process wait.event_id: 3632212035", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.kupp process wait.time_waited", + "vartype": 2, + "default": "20", + "summary": "system_event.kupp process wait.time_waited: 20", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.kupp process wait.time_waited_fg", + "vartype": 2, + "default": "20", + "summary": "system_event.kupp process wait.time_waited_fg: 20", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.kupp process wait.time_waited_micro", + "vartype": 2, + "default": "199432", + "summary": "system_event.kupp process wait.time_waited_micro: 199432", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.kupp process wait.time_waited_micro_fg", + "vartype": 2, + "default": "199432", + "summary": "system_event.kupp process wait.time_waited_micro_fg: 199432", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.kupp process wait.total_timeouts", + "vartype": 2, + "default": "0", + "summary": "system_event.kupp process wait.total_timeouts: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.kupp process wait.total_timeouts_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.kupp process wait.total_timeouts_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.kupp process wait.total_waits", + "vartype": 2, + "default": "1", + "summary": "system_event.kupp process wait.total_waits: 1", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.kupp process wait.total_waits_fg", + "vartype": 2, + "default": "1", + "summary": "system_event.kupp process wait.total_waits_fg: 1", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.kupp process wait.wait_class", + "vartype": 1, + "default": "Other", + "summary": "system_event.kupp process wait.wait_class: Other", + "scope": "global", + "metric_type": 2 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.kupp process wait.wait_class#", + "vartype": 2, + "default": "0", + "summary": "system_event.kupp process wait.wait_class#: 0", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.kupp process wait.wait_class_id", + "vartype": 2, + "default": "1893977003", + "summary": "system_event.kupp process wait.wait_class_id: 1893977003", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, { "fields": { "dbms": 12, "name": "global.system_event.latch free.average_wait", "vartype": 3, - "summary": "system_event.latch free.average_wait: 1.47", + "default": ".13", + "summary": "system_event.latch free.average_wait: .13", "scope": "global", "metric_type": 3 }, @@ -27294,8 +34995,9 @@ "fields": { "dbms": 12, "name": "global.system_event.latch free.average_wait_fg", - "vartype": 2, - "summary": "system_event.latch free.average_wait_fg: 0", + "vartype": 3, + "default": ".01", + "summary": "system_event.latch free.average_wait_fg: .01", "scope": "global", "metric_type": 3 }, @@ -27306,6 +35008,7 @@ "dbms": 12, "name": "global.system_event.latch free.con_id", "vartype": 2, + "default": "0", "summary": "system_event.latch free.con_id: 0", "scope": "global", "metric_type": 1 @@ -27317,6 +35020,7 @@ "dbms": 12, "name": "global.system_event.latch free.event_id", "vartype": 2, + "default": "3474287957", "summary": "system_event.latch free.event_id: 3474287957", "scope": "global", "metric_type": 1 @@ -27328,7 +35032,8 @@ "dbms": 12, "name": "global.system_event.latch free.time_waited", "vartype": 2, - "summary": "system_event.latch free.time_waited: 10", + "default": "20", + "summary": "system_event.latch free.time_waited: 20", "scope": "global", "metric_type": 1 }, @@ -27339,6 +35044,7 @@ "dbms": 12, "name": "global.system_event.latch free.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.latch free.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -27350,7 +35056,8 @@ "dbms": 12, "name": "global.system_event.latch free.time_waited_micro", "vartype": 2, - "summary": "system_event.latch free.time_waited_micro: 102772", + "default": "203773", + "summary": "system_event.latch free.time_waited_micro: 203773", "scope": "global", "metric_type": 1 }, @@ -27361,7 +35068,8 @@ "dbms": 12, "name": "global.system_event.latch free.time_waited_micro_fg", "vartype": 2, - "summary": "system_event.latch free.time_waited_micro_fg: 0", + "default": "411", + "summary": "system_event.latch free.time_waited_micro_fg: 411", "scope": "global", "metric_type": 1 }, @@ -27372,6 +35080,7 @@ "dbms": 12, "name": "global.system_event.latch free.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.latch free.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -27383,6 +35092,7 @@ "dbms": 12, "name": "global.system_event.latch free.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.latch free.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -27394,7 +35104,8 @@ "dbms": 12, "name": "global.system_event.latch free.total_waits", "vartype": 2, - "summary": "system_event.latch free.total_waits: 7", + "default": "161", + "summary": "system_event.latch free.total_waits: 161", "scope": "global", "metric_type": 1 }, @@ -27405,7 +35116,8 @@ "dbms": 12, "name": "global.system_event.latch free.total_waits_fg", "vartype": 2, - "summary": "system_event.latch free.total_waits_fg: 0", + "default": "6", + "summary": "system_event.latch free.total_waits_fg: 6", "scope": "global", "metric_type": 1 }, @@ -27416,6 +35128,7 @@ "dbms": 12, "name": "global.system_event.latch free.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.latch free.wait_class: Other", "scope": "global", "metric_type": 2 @@ -27427,9 +35140,10 @@ "dbms": 12, "name": "global.system_event.latch free.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.latch free.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -27438,6 +35152,7 @@ "dbms": 12, "name": "global.system_event.latch free.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.latch free.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -27449,7 +35164,8 @@ "dbms": 12, "name": "global.system_event.latch: cache buffers chains.average_wait", "vartype": 3, - "summary": "system_event.latch: cache buffers chains.average_wait: 0.04", + "default": ".01", + "summary": "system_event.latch: cache buffers chains.average_wait: .01", "scope": "global", "metric_type": 3 }, @@ -27459,8 +35175,9 @@ "fields": { "dbms": 12, "name": "global.system_event.latch: cache buffers chains.average_wait_fg", - "vartype": 2, - "summary": "system_event.latch: cache buffers chains.average_wait_fg: 0", + "vartype": 3, + "default": ".01", + "summary": "system_event.latch: cache buffers chains.average_wait_fg: .01", "scope": "global", "metric_type": 3 }, @@ -27471,6 +35188,7 @@ "dbms": 12, "name": "global.system_event.latch: cache buffers chains.con_id", "vartype": 2, + "default": "0", "summary": "system_event.latch: cache buffers chains.con_id: 0", "scope": "global", "metric_type": 1 @@ -27482,6 +35200,7 @@ "dbms": 12, "name": "global.system_event.latch: cache buffers chains.event_id", "vartype": 2, + "default": "2779959231", "summary": "system_event.latch: cache buffers chains.event_id: 2779959231", "scope": "global", "metric_type": 1 @@ -27493,6 +35212,7 @@ "dbms": 12, "name": "global.system_event.latch: cache buffers chains.time_waited", "vartype": 2, + "default": "0", "summary": "system_event.latch: cache buffers chains.time_waited: 0", "scope": "global", "metric_type": 1 @@ -27504,6 +35224,7 @@ "dbms": 12, "name": "global.system_event.latch: cache buffers chains.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.latch: cache buffers chains.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -27515,7 +35236,8 @@ "dbms": 12, "name": "global.system_event.latch: cache buffers chains.time_waited_micro", "vartype": 2, - "summary": "system_event.latch: cache buffers chains.time_waited_micro: 355", + "default": "4641", + "summary": "system_event.latch: cache buffers chains.time_waited_micro: 4641", "scope": "global", "metric_type": 1 }, @@ -27526,7 +35248,8 @@ "dbms": 12, "name": "global.system_event.latch: cache buffers chains.time_waited_micro_fg", "vartype": 2, - "summary": "system_event.latch: cache buffers chains.time_waited_micro_fg: 0", + "default": "3996", + "summary": "system_event.latch: cache buffers chains.time_waited_micro_fg: 3996", "scope": "global", "metric_type": 1 }, @@ -27537,6 +35260,7 @@ "dbms": 12, "name": "global.system_event.latch: cache buffers chains.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.latch: cache buffers chains.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -27548,6 +35272,7 @@ "dbms": 12, "name": "global.system_event.latch: cache buffers chains.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.latch: cache buffers chains.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -27559,7 +35284,8 @@ "dbms": 12, "name": "global.system_event.latch: cache buffers chains.total_waits", "vartype": 2, - "summary": "system_event.latch: cache buffers chains.total_waits: 1", + "default": "53", + "summary": "system_event.latch: cache buffers chains.total_waits: 53", "scope": "global", "metric_type": 1 }, @@ -27570,7 +35296,8 @@ "dbms": 12, "name": "global.system_event.latch: cache buffers chains.total_waits_fg", "vartype": 2, - "summary": "system_event.latch: cache buffers chains.total_waits_fg: 0", + "default": "49", + "summary": "system_event.latch: cache buffers chains.total_waits_fg: 49", "scope": "global", "metric_type": 1 }, @@ -27581,6 +35308,7 @@ "dbms": 12, "name": "global.system_event.latch: cache buffers chains.wait_class", "vartype": 1, + "default": "Concurrency", "summary": "system_event.latch: cache buffers chains.wait_class: Concurrency", "scope": "global", "metric_type": 2 @@ -27592,9 +35320,10 @@ "dbms": 12, "name": "global.system_event.latch: cache buffers chains.wait_class#", "vartype": 2, + "default": "4", "summary": "system_event.latch: cache buffers chains.wait_class#: 4", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -27603,6 +35332,7 @@ "dbms": 12, "name": "global.system_event.latch: cache buffers chains.wait_class_id", "vartype": 2, + "default": "3875070507", "summary": "system_event.latch: cache buffers chains.wait_class_id: 3875070507", "scope": "global", "metric_type": 1 @@ -27612,9 +35342,10 @@ { "fields": { "dbms": 12, - "name": "global.system_event.latch: call allocation.average_wait", + "name": "global.system_event.latch: cache buffers lru chain.average_wait", "vartype": 3, - "summary": "system_event.latch: call allocation.average_wait: 0.02", + "default": ".02", + "summary": "system_event.latch: cache buffers lru chain.average_wait: .02", "scope": "global", "metric_type": 3 }, @@ -27623,9 +35354,10 @@ { "fields": { "dbms": 12, - "name": "global.system_event.latch: call allocation.average_wait_fg", + "name": "global.system_event.latch: cache buffers lru chain.average_wait_fg", "vartype": 3, - "summary": "system_event.latch: call allocation.average_wait_fg: 0.02", + "default": ".01", + "summary": "system_event.latch: cache buffers lru chain.average_wait_fg: .01", "scope": "global", "metric_type": 3 }, @@ -27634,9 +35366,10 @@ { "fields": { "dbms": 12, - "name": "global.system_event.latch: call allocation.con_id", + "name": "global.system_event.latch: cache buffers lru chain.con_id", "vartype": 2, - "summary": "system_event.latch: call allocation.con_id: 0", + "default": "0", + "summary": "system_event.latch: cache buffers lru chain.con_id: 0", "scope": "global", "metric_type": 1 }, @@ -27645,9 +35378,10 @@ { "fields": { "dbms": 12, - "name": "global.system_event.latch: call allocation.event_id", + "name": "global.system_event.latch: cache buffers lru chain.event_id", "vartype": 2, - "summary": "system_event.latch: call allocation.event_id: 139039345", + "default": "3401628503", + "summary": "system_event.latch: cache buffers lru chain.event_id: 3401628503", "scope": "global", "metric_type": 1 }, @@ -27656,9 +35390,10 @@ { "fields": { "dbms": 12, - "name": "global.system_event.latch: call allocation.time_waited", + "name": "global.system_event.latch: cache buffers lru chain.time_waited", "vartype": 2, - "summary": "system_event.latch: call allocation.time_waited: 0", + "default": "0", + "summary": "system_event.latch: cache buffers lru chain.time_waited: 0", "scope": "global", "metric_type": 1 }, @@ -27667,9 +35402,10 @@ { "fields": { "dbms": 12, - "name": "global.system_event.latch: call allocation.time_waited_fg", + "name": "global.system_event.latch: cache buffers lru chain.time_waited_fg", "vartype": 2, - "summary": "system_event.latch: call allocation.time_waited_fg: 0", + "default": "0", + "summary": "system_event.latch: cache buffers lru chain.time_waited_fg: 0", "scope": "global", "metric_type": 1 }, @@ -27678,9 +35414,10 @@ { "fields": { "dbms": 12, - "name": "global.system_event.latch: call allocation.time_waited_micro", + "name": "global.system_event.latch: cache buffers lru chain.time_waited_micro", "vartype": 2, - "summary": "system_event.latch: call allocation.time_waited_micro: 477", + "default": "3342", + "summary": "system_event.latch: cache buffers lru chain.time_waited_micro: 3342", "scope": "global", "metric_type": 1 }, @@ -27689,9 +35426,10 @@ { "fields": { "dbms": 12, - "name": "global.system_event.latch: call allocation.time_waited_micro_fg", + "name": "global.system_event.latch: cache buffers lru chain.time_waited_micro_fg", "vartype": 2, - "summary": "system_event.latch: call allocation.time_waited_micro_fg: 477", + "default": "114", + "summary": "system_event.latch: cache buffers lru chain.time_waited_micro_fg: 114", "scope": "global", "metric_type": 1 }, @@ -27700,9 +35438,10 @@ { "fields": { "dbms": 12, - "name": "global.system_event.latch: call allocation.total_timeouts", + "name": "global.system_event.latch: cache buffers lru chain.total_timeouts", "vartype": 2, - "summary": "system_event.latch: call allocation.total_timeouts: 0", + "default": "0", + "summary": "system_event.latch: cache buffers lru chain.total_timeouts: 0", "scope": "global", "metric_type": 1 }, @@ -27711,9 +35450,10 @@ { "fields": { "dbms": 12, - "name": "global.system_event.latch: call allocation.total_timeouts_fg", + "name": "global.system_event.latch: cache buffers lru chain.total_timeouts_fg", "vartype": 2, - "summary": "system_event.latch: call allocation.total_timeouts_fg: 0", + "default": "0", + "summary": "system_event.latch: cache buffers lru chain.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 }, @@ -27722,9 +35462,10 @@ { "fields": { "dbms": 12, - "name": "global.system_event.latch: call allocation.total_waits", + "name": "global.system_event.latch: cache buffers lru chain.total_waits", "vartype": 2, - "summary": "system_event.latch: call allocation.total_waits: 2", + "default": "20", + "summary": "system_event.latch: cache buffers lru chain.total_waits: 20", "scope": "global", "metric_type": 1 }, @@ -27733,9 +35474,10 @@ { "fields": { "dbms": 12, - "name": "global.system_event.latch: call allocation.total_waits_fg", + "name": "global.system_event.latch: cache buffers lru chain.total_waits_fg", "vartype": 2, - "summary": "system_event.latch: call allocation.total_waits_fg: 2", + "default": "2", + "summary": "system_event.latch: cache buffers lru chain.total_waits_fg: 2", "scope": "global", "metric_type": 1 }, @@ -27744,9 +35486,10 @@ { "fields": { "dbms": 12, - "name": "global.system_event.latch: call allocation.wait_class", + "name": "global.system_event.latch: cache buffers lru chain.wait_class", "vartype": 1, - "summary": "system_event.latch: call allocation.wait_class: Other", + "default": "Other", + "summary": "system_event.latch: cache buffers lru chain.wait_class: Other", "scope": "global", "metric_type": 2 }, @@ -27755,9 +35498,22 @@ { "fields": { "dbms": 12, - "name": "global.system_event.latch: call allocation.wait_class#", + "name": "global.system_event.latch: cache buffers lru chain.wait_class#", "vartype": 2, - "summary": "system_event.latch: call allocation.wait_class#: 0", + "default": "0", + "summary": "system_event.latch: cache buffers lru chain.wait_class#: 0", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.latch: cache buffers lru chain.wait_class_id", + "vartype": 2, + "default": "1893977003", + "summary": "system_event.latch: cache buffers lru chain.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 }, @@ -27766,20 +35522,10 @@ { "fields": { "dbms": 12, - "name": "global.system_event.latch: call allocation.wait_class_id", - "vartype": 2, - "summary": "system_event.latch: call allocation.wait_class_id: 1893977003", - "scope": "global", - "metric_type": 1 - }, - "model": "website.MetricCatalog" - }, - { - "fields": { - "dbms": 12, - "name": "global.system_event.latch: enqueue hash chains.average_wait", + "name": "global.system_event.latch: checkpoint queue latch.average_wait", "vartype": 3, - "summary": "system_event.latch: enqueue hash chains.average_wait: 0.96", + "default": ".01", + "summary": "system_event.latch: checkpoint queue latch.average_wait: .01", "scope": "global", "metric_type": 3 }, @@ -27788,9 +35534,10 @@ { "fields": { "dbms": 12, - "name": "global.system_event.latch: enqueue hash chains.average_wait_fg", + "name": "global.system_event.latch: checkpoint queue latch.average_wait_fg", "vartype": 2, - "summary": "system_event.latch: enqueue hash chains.average_wait_fg: 0", + "default": "0", + "summary": "system_event.latch: checkpoint queue latch.average_wait_fg: 0", "scope": "global", "metric_type": 3 }, @@ -27799,9 +35546,10 @@ { "fields": { "dbms": 12, - "name": "global.system_event.latch: enqueue hash chains.con_id", + "name": "global.system_event.latch: checkpoint queue latch.con_id", "vartype": 2, - "summary": "system_event.latch: enqueue hash chains.con_id: 0", + "default": "0", + "summary": "system_event.latch: checkpoint queue latch.con_id: 0", "scope": "global", "metric_type": 1 }, @@ -27810,9 +35558,10 @@ { "fields": { "dbms": 12, - "name": "global.system_event.latch: enqueue hash chains.event_id", + "name": "global.system_event.latch: checkpoint queue latch.event_id", "vartype": 2, - "summary": "system_event.latch: enqueue hash chains.event_id: 1847483002", + "default": "22066106", + "summary": "system_event.latch: checkpoint queue latch.event_id: 22066106", "scope": "global", "metric_type": 1 }, @@ -27821,9 +35570,10 @@ { "fields": { "dbms": 12, - "name": "global.system_event.latch: enqueue hash chains.time_waited", + "name": "global.system_event.latch: checkpoint queue latch.time_waited", "vartype": 2, - "summary": "system_event.latch: enqueue hash chains.time_waited: 3", + "default": "0", + "summary": "system_event.latch: checkpoint queue latch.time_waited: 0", "scope": "global", "metric_type": 1 }, @@ -27832,9 +35582,10 @@ { "fields": { "dbms": 12, - "name": "global.system_event.latch: enqueue hash chains.time_waited_fg", + "name": "global.system_event.latch: checkpoint queue latch.time_waited_fg", "vartype": 2, - "summary": "system_event.latch: enqueue hash chains.time_waited_fg: 0", + "default": "0", + "summary": "system_event.latch: checkpoint queue latch.time_waited_fg: 0", "scope": "global", "metric_type": 1 }, @@ -27843,9 +35594,10 @@ { "fields": { "dbms": 12, - "name": "global.system_event.latch: enqueue hash chains.time_waited_micro", + "name": "global.system_event.latch: checkpoint queue latch.time_waited_micro", "vartype": 2, - "summary": "system_event.latch: enqueue hash chains.time_waited_micro: 28850", + "default": "902", + "summary": "system_event.latch: checkpoint queue latch.time_waited_micro: 902", "scope": "global", "metric_type": 1 }, @@ -27854,9 +35606,10 @@ { "fields": { "dbms": 12, - "name": "global.system_event.latch: enqueue hash chains.time_waited_micro_fg", + "name": "global.system_event.latch: checkpoint queue latch.time_waited_micro_fg", "vartype": 2, - "summary": "system_event.latch: enqueue hash chains.time_waited_micro_fg: 0", + "default": "0", + "summary": "system_event.latch: checkpoint queue latch.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 }, @@ -27865,9 +35618,10 @@ { "fields": { "dbms": 12, - "name": "global.system_event.latch: enqueue hash chains.total_timeouts", + "name": "global.system_event.latch: checkpoint queue latch.total_timeouts", "vartype": 2, - "summary": "system_event.latch: enqueue hash chains.total_timeouts: 0", + "default": "0", + "summary": "system_event.latch: checkpoint queue latch.total_timeouts: 0", "scope": "global", "metric_type": 1 }, @@ -27876,9 +35630,10 @@ { "fields": { "dbms": 12, - "name": "global.system_event.latch: enqueue hash chains.total_timeouts_fg", + "name": "global.system_event.latch: checkpoint queue latch.total_timeouts_fg", "vartype": 2, - "summary": "system_event.latch: enqueue hash chains.total_timeouts_fg: 0", + "default": "0", + "summary": "system_event.latch: checkpoint queue latch.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 }, @@ -27887,9 +35642,10 @@ { "fields": { "dbms": 12, - "name": "global.system_event.latch: enqueue hash chains.total_waits", + "name": "global.system_event.latch: checkpoint queue latch.total_waits", "vartype": 2, - "summary": "system_event.latch: enqueue hash chains.total_waits: 3", + "default": "9", + "summary": "system_event.latch: checkpoint queue latch.total_waits: 9", "scope": "global", "metric_type": 1 }, @@ -27898,9 +35654,10 @@ { "fields": { "dbms": 12, - "name": "global.system_event.latch: enqueue hash chains.total_waits_fg", + "name": "global.system_event.latch: checkpoint queue latch.total_waits_fg", "vartype": 2, - "summary": "system_event.latch: enqueue hash chains.total_waits_fg: 0", + "default": "0", + "summary": "system_event.latch: checkpoint queue latch.total_waits_fg: 0", "scope": "global", "metric_type": 1 }, @@ -27909,9 +35666,10 @@ { "fields": { "dbms": 12, - "name": "global.system_event.latch: enqueue hash chains.wait_class", + "name": "global.system_event.latch: checkpoint queue latch.wait_class", "vartype": 1, - "summary": "system_event.latch: enqueue hash chains.wait_class: Other", + "default": "Other", + "summary": "system_event.latch: checkpoint queue latch.wait_class: Other", "scope": "global", "metric_type": 2 }, @@ -27920,9 +35678,22 @@ { "fields": { "dbms": 12, - "name": "global.system_event.latch: enqueue hash chains.wait_class#", + "name": "global.system_event.latch: checkpoint queue latch.wait_class#", "vartype": 2, - "summary": "system_event.latch: enqueue hash chains.wait_class#: 0", + "default": "0", + "summary": "system_event.latch: checkpoint queue latch.wait_class#: 0", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.latch: checkpoint queue latch.wait_class_id", + "vartype": 2, + "default": "1893977003", + "summary": "system_event.latch: checkpoint queue latch.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 }, @@ -27931,9 +35702,358 @@ { "fields": { "dbms": 12, - "name": "global.system_event.latch: enqueue hash chains.wait_class_id", + "name": "global.system_event.latch: messages.average_wait", + "vartype": 3, + "default": ".02", + "summary": "system_event.latch: messages.average_wait: .02", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.latch: messages.average_wait_fg", "vartype": 2, - "summary": "system_event.latch: enqueue hash chains.wait_class_id: 1893977003", + "default": "0", + "summary": "system_event.latch: messages.average_wait_fg: 0", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.latch: messages.con_id", + "vartype": 2, + "default": "0", + "summary": "system_event.latch: messages.con_id: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.latch: messages.event_id", + "vartype": 2, + "default": "1973577887", + "summary": "system_event.latch: messages.event_id: 1973577887", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.latch: messages.time_waited", + "vartype": 2, + "default": "0", + "summary": "system_event.latch: messages.time_waited: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.latch: messages.time_waited_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.latch: messages.time_waited_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.latch: messages.time_waited_micro", + "vartype": 2, + "default": "159", + "summary": "system_event.latch: messages.time_waited_micro: 159", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.latch: messages.time_waited_micro_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.latch: messages.time_waited_micro_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.latch: messages.total_timeouts", + "vartype": 2, + "default": "0", + "summary": "system_event.latch: messages.total_timeouts: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.latch: messages.total_timeouts_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.latch: messages.total_timeouts_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.latch: messages.total_waits", + "vartype": 2, + "default": "1", + "summary": "system_event.latch: messages.total_waits: 1", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.latch: messages.total_waits_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.latch: messages.total_waits_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.latch: messages.wait_class", + "vartype": 1, + "default": "Other", + "summary": "system_event.latch: messages.wait_class: Other", + "scope": "global", + "metric_type": 2 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.latch: messages.wait_class#", + "vartype": 2, + "default": "0", + "summary": "system_event.latch: messages.wait_class#: 0", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.latch: messages.wait_class_id", + "vartype": 2, + "default": "1893977003", + "summary": "system_event.latch: messages.wait_class_id: 1893977003", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.latch: object queue header operation.average_wait", + "vartype": 3, + "default": ".01", + "summary": "system_event.latch: object queue header operation.average_wait: .01", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.latch: object queue header operation.average_wait_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.latch: object queue header operation.average_wait_fg: 0", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.latch: object queue header operation.con_id", + "vartype": 2, + "default": "0", + "summary": "system_event.latch: object queue header operation.con_id: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.latch: object queue header operation.event_id", + "vartype": 2, + "default": "295718413", + "summary": "system_event.latch: object queue header operation.event_id: 295718413", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.latch: object queue header operation.time_waited", + "vartype": 2, + "default": "0", + "summary": "system_event.latch: object queue header operation.time_waited: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.latch: object queue header operation.time_waited_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.latch: object queue header operation.time_waited_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.latch: object queue header operation.time_waited_micro", + "vartype": 2, + "default": "204", + "summary": "system_event.latch: object queue header operation.time_waited_micro: 204", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.latch: object queue header operation.time_waited_micro_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.latch: object queue header operation.time_waited_micro_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.latch: object queue header operation.total_timeouts", + "vartype": 2, + "default": "0", + "summary": "system_event.latch: object queue header operation.total_timeouts: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.latch: object queue header operation.total_timeouts_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.latch: object queue header operation.total_timeouts_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.latch: object queue header operation.total_waits", + "vartype": 2, + "default": "2", + "summary": "system_event.latch: object queue header operation.total_waits: 2", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.latch: object queue header operation.total_waits_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.latch: object queue header operation.total_waits_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.latch: object queue header operation.wait_class", + "vartype": 1, + "default": "Other", + "summary": "system_event.latch: object queue header operation.wait_class: Other", + "scope": "global", + "metric_type": 2 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.latch: object queue header operation.wait_class#", + "vartype": 2, + "default": "0", + "summary": "system_event.latch: object queue header operation.wait_class#: 0", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.latch: object queue header operation.wait_class_id", + "vartype": 2, + "default": "1893977003", + "summary": "system_event.latch: object queue header operation.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 }, @@ -27944,7 +36064,8 @@ "dbms": 12, "name": "global.system_event.latch: redo allocation.average_wait", "vartype": 3, - "summary": "system_event.latch: redo allocation.average_wait: 1.04", + "default": ".02", + "summary": "system_event.latch: redo allocation.average_wait: .02", "scope": "global", "metric_type": 3 }, @@ -27954,8 +36075,9 @@ "fields": { "dbms": 12, "name": "global.system_event.latch: redo allocation.average_wait_fg", - "vartype": 2, - "summary": "system_event.latch: redo allocation.average_wait_fg: 0", + "vartype": 3, + "default": ".01", + "summary": "system_event.latch: redo allocation.average_wait_fg: .01", "scope": "global", "metric_type": 3 }, @@ -27966,6 +36088,7 @@ "dbms": 12, "name": "global.system_event.latch: redo allocation.con_id", "vartype": 2, + "default": "0", "summary": "system_event.latch: redo allocation.con_id: 0", "scope": "global", "metric_type": 1 @@ -27977,6 +36100,7 @@ "dbms": 12, "name": "global.system_event.latch: redo allocation.event_id", "vartype": 2, + "default": "266850936", "summary": "system_event.latch: redo allocation.event_id: 266850936", "scope": "global", "metric_type": 1 @@ -27988,7 +36112,8 @@ "dbms": 12, "name": "global.system_event.latch: redo allocation.time_waited", "vartype": 2, - "summary": "system_event.latch: redo allocation.time_waited: 2", + "default": "0", + "summary": "system_event.latch: redo allocation.time_waited: 0", "scope": "global", "metric_type": 1 }, @@ -27999,6 +36124,7 @@ "dbms": 12, "name": "global.system_event.latch: redo allocation.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.latch: redo allocation.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -28010,7 +36136,8 @@ "dbms": 12, "name": "global.system_event.latch: redo allocation.time_waited_micro", "vartype": 2, - "summary": "system_event.latch: redo allocation.time_waited_micro: 20857", + "default": "2461", + "summary": "system_event.latch: redo allocation.time_waited_micro: 2461", "scope": "global", "metric_type": 1 }, @@ -28021,7 +36148,8 @@ "dbms": 12, "name": "global.system_event.latch: redo allocation.time_waited_micro_fg", "vartype": 2, - "summary": "system_event.latch: redo allocation.time_waited_micro_fg: 0", + "default": "1015", + "summary": "system_event.latch: redo allocation.time_waited_micro_fg: 1015", "scope": "global", "metric_type": 1 }, @@ -28032,6 +36160,7 @@ "dbms": 12, "name": "global.system_event.latch: redo allocation.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.latch: redo allocation.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -28043,6 +36172,7 @@ "dbms": 12, "name": "global.system_event.latch: redo allocation.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.latch: redo allocation.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -28054,7 +36184,8 @@ "dbms": 12, "name": "global.system_event.latch: redo allocation.total_waits", "vartype": 2, - "summary": "system_event.latch: redo allocation.total_waits: 2", + "default": "15", + "summary": "system_event.latch: redo allocation.total_waits: 15", "scope": "global", "metric_type": 1 }, @@ -28065,7 +36196,8 @@ "dbms": 12, "name": "global.system_event.latch: redo allocation.total_waits_fg", "vartype": 2, - "summary": "system_event.latch: redo allocation.total_waits_fg: 0", + "default": "7", + "summary": "system_event.latch: redo allocation.total_waits_fg: 7", "scope": "global", "metric_type": 1 }, @@ -28076,6 +36208,7 @@ "dbms": 12, "name": "global.system_event.latch: redo allocation.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.latch: redo allocation.wait_class: Other", "scope": "global", "metric_type": 2 @@ -28087,9 +36220,10 @@ "dbms": 12, "name": "global.system_event.latch: redo allocation.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.latch: redo allocation.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -28098,6 +36232,7 @@ "dbms": 12, "name": "global.system_event.latch: redo allocation.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.latch: redo allocation.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -28109,7 +36244,8 @@ "dbms": 12, "name": "global.system_event.latch: shared pool.average_wait", "vartype": 3, - "summary": "system_event.latch: shared pool.average_wait: 0.09", + "default": ".01", + "summary": "system_event.latch: shared pool.average_wait: .01", "scope": "global", "metric_type": 3 }, @@ -28120,7 +36256,8 @@ "dbms": 12, "name": "global.system_event.latch: shared pool.average_wait_fg", "vartype": 3, - "summary": "system_event.latch: shared pool.average_wait_fg: 0.03", + "default": ".01", + "summary": "system_event.latch: shared pool.average_wait_fg: .01", "scope": "global", "metric_type": 3 }, @@ -28131,6 +36268,7 @@ "dbms": 12, "name": "global.system_event.latch: shared pool.con_id", "vartype": 2, + "default": "0", "summary": "system_event.latch: shared pool.con_id: 0", "scope": "global", "metric_type": 1 @@ -28142,6 +36280,7 @@ "dbms": 12, "name": "global.system_event.latch: shared pool.event_id", "vartype": 2, + "default": "2696347763", "summary": "system_event.latch: shared pool.event_id: 2696347763", "scope": "global", "metric_type": 1 @@ -28153,7 +36292,8 @@ "dbms": 12, "name": "global.system_event.latch: shared pool.time_waited", "vartype": 2, - "summary": "system_event.latch: shared pool.time_waited: 11", + "default": "18", + "summary": "system_event.latch: shared pool.time_waited: 18", "scope": "global", "metric_type": 1 }, @@ -28164,7 +36304,8 @@ "dbms": 12, "name": "global.system_event.latch: shared pool.time_waited_fg", "vartype": 2, - "summary": "system_event.latch: shared pool.time_waited_fg: 1", + "default": "16", + "summary": "system_event.latch: shared pool.time_waited_fg: 16", "scope": "global", "metric_type": 1 }, @@ -28175,7 +36316,8 @@ "dbms": 12, "name": "global.system_event.latch: shared pool.time_waited_micro", "vartype": 2, - "summary": "system_event.latch: shared pool.time_waited_micro: 105427", + "default": "176803", + "summary": "system_event.latch: shared pool.time_waited_micro: 176803", "scope": "global", "metric_type": 1 }, @@ -28186,7 +36328,8 @@ "dbms": 12, "name": "global.system_event.latch: shared pool.time_waited_micro_fg", "vartype": 2, - "summary": "system_event.latch: shared pool.time_waited_micro_fg: 14814", + "default": "161091", + "summary": "system_event.latch: shared pool.time_waited_micro_fg: 161091", "scope": "global", "metric_type": 1 }, @@ -28197,6 +36340,7 @@ "dbms": 12, "name": "global.system_event.latch: shared pool.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.latch: shared pool.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -28208,6 +36352,7 @@ "dbms": 12, "name": "global.system_event.latch: shared pool.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.latch: shared pool.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -28219,7 +36364,8 @@ "dbms": 12, "name": "global.system_event.latch: shared pool.total_waits", "vartype": 2, - "summary": "system_event.latch: shared pool.total_waits: 111", + "default": "1498", + "summary": "system_event.latch: shared pool.total_waits: 1498", "scope": "global", "metric_type": 1 }, @@ -28230,7 +36376,8 @@ "dbms": 12, "name": "global.system_event.latch: shared pool.total_waits_fg", "vartype": 2, - "summary": "system_event.latch: shared pool.total_waits_fg: 49", + "default": "1344", + "summary": "system_event.latch: shared pool.total_waits_fg: 1344", "scope": "global", "metric_type": 1 }, @@ -28241,6 +36388,7 @@ "dbms": 12, "name": "global.system_event.latch: shared pool.wait_class", "vartype": 1, + "default": "Concurrency", "summary": "system_event.latch: shared pool.wait_class: Concurrency", "scope": "global", "metric_type": 2 @@ -28252,9 +36400,10 @@ "dbms": 12, "name": "global.system_event.latch: shared pool.wait_class#", "vartype": 2, + "default": "4", "summary": "system_event.latch: shared pool.wait_class#: 4", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -28263,6 +36412,7 @@ "dbms": 12, "name": "global.system_event.latch: shared pool.wait_class_id", "vartype": 2, + "default": "3875070507", "summary": "system_event.latch: shared pool.wait_class_id: 3875070507", "scope": "global", "metric_type": 1 @@ -28274,7 +36424,8 @@ "dbms": 12, "name": "global.system_event.lgwr all worker groups.average_wait", "vartype": 3, - "summary": "system_event.lgwr all worker groups.average_wait: 0.09", + "default": ".21", + "summary": "system_event.lgwr all worker groups.average_wait: .21", "scope": "global", "metric_type": 3 }, @@ -28285,6 +36436,7 @@ "dbms": 12, "name": "global.system_event.lgwr all worker groups.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.lgwr all worker groups.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -28296,6 +36448,7 @@ "dbms": 12, "name": "global.system_event.lgwr all worker groups.con_id", "vartype": 2, + "default": "0", "summary": "system_event.lgwr all worker groups.con_id: 0", "scope": "global", "metric_type": 1 @@ -28307,6 +36460,7 @@ "dbms": 12, "name": "global.system_event.lgwr all worker groups.event_id", "vartype": 2, + "default": "1249397642", "summary": "system_event.lgwr all worker groups.event_id: 1249397642", "scope": "global", "metric_type": 1 @@ -28318,7 +36472,8 @@ "dbms": 12, "name": "global.system_event.lgwr all worker groups.time_waited", "vartype": 2, - "summary": "system_event.lgwr all worker groups.time_waited: 1", + "default": "3618", + "summary": "system_event.lgwr all worker groups.time_waited: 3618", "scope": "global", "metric_type": 1 }, @@ -28329,6 +36484,7 @@ "dbms": 12, "name": "global.system_event.lgwr all worker groups.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.lgwr all worker groups.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -28340,7 +36496,8 @@ "dbms": 12, "name": "global.system_event.lgwr all worker groups.time_waited_micro", "vartype": 2, - "summary": "system_event.lgwr all worker groups.time_waited_micro: 9824", + "default": "36178337", + "summary": "system_event.lgwr all worker groups.time_waited_micro: 36178337", "scope": "global", "metric_type": 1 }, @@ -28351,6 +36508,7 @@ "dbms": 12, "name": "global.system_event.lgwr all worker groups.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.lgwr all worker groups.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -28362,6 +36520,7 @@ "dbms": 12, "name": "global.system_event.lgwr all worker groups.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.lgwr all worker groups.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -28373,6 +36532,7 @@ "dbms": 12, "name": "global.system_event.lgwr all worker groups.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.lgwr all worker groups.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -28384,7 +36544,8 @@ "dbms": 12, "name": "global.system_event.lgwr all worker groups.total_waits", "vartype": 2, - "summary": "system_event.lgwr all worker groups.total_waits: 11", + "default": "17056", + "summary": "system_event.lgwr all worker groups.total_waits: 17056", "scope": "global", "metric_type": 1 }, @@ -28395,6 +36556,7 @@ "dbms": 12, "name": "global.system_event.lgwr all worker groups.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.lgwr all worker groups.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -28406,6 +36568,7 @@ "dbms": 12, "name": "global.system_event.lgwr all worker groups.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.lgwr all worker groups.wait_class: Other", "scope": "global", "metric_type": 2 @@ -28417,9 +36580,10 @@ "dbms": 12, "name": "global.system_event.lgwr all worker groups.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.lgwr all worker groups.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -28428,6 +36592,7 @@ "dbms": 12, "name": "global.system_event.lgwr all worker groups.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.lgwr all worker groups.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -28439,7 +36604,8 @@ "dbms": 12, "name": "global.system_event.lgwr any worker group.average_wait", "vartype": 3, - "summary": "system_event.lgwr any worker group.average_wait: 0.06", + "default": ".13", + "summary": "system_event.lgwr any worker group.average_wait: .13", "scope": "global", "metric_type": 3 }, @@ -28450,6 +36616,7 @@ "dbms": 12, "name": "global.system_event.lgwr any worker group.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.lgwr any worker group.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -28461,6 +36628,7 @@ "dbms": 12, "name": "global.system_event.lgwr any worker group.con_id", "vartype": 2, + "default": "0", "summary": "system_event.lgwr any worker group.con_id: 0", "scope": "global", "metric_type": 1 @@ -28472,6 +36640,7 @@ "dbms": 12, "name": "global.system_event.lgwr any worker group.event_id", "vartype": 2, + "default": "1793502753", "summary": "system_event.lgwr any worker group.event_id: 1793502753", "scope": "global", "metric_type": 1 @@ -28483,7 +36652,8 @@ "dbms": 12, "name": "global.system_event.lgwr any worker group.time_waited", "vartype": 2, - "summary": "system_event.lgwr any worker group.time_waited: 11", + "default": "1873", + "summary": "system_event.lgwr any worker group.time_waited: 1873", "scope": "global", "metric_type": 1 }, @@ -28494,6 +36664,7 @@ "dbms": 12, "name": "global.system_event.lgwr any worker group.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.lgwr any worker group.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -28505,7 +36676,8 @@ "dbms": 12, "name": "global.system_event.lgwr any worker group.time_waited_micro", "vartype": 2, - "summary": "system_event.lgwr any worker group.time_waited_micro: 113358", + "default": "18732410", + "summary": "system_event.lgwr any worker group.time_waited_micro: 18732410", "scope": "global", "metric_type": 1 }, @@ -28516,6 +36688,7 @@ "dbms": 12, "name": "global.system_event.lgwr any worker group.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.lgwr any worker group.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -28527,6 +36700,7 @@ "dbms": 12, "name": "global.system_event.lgwr any worker group.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.lgwr any worker group.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -28538,6 +36712,7 @@ "dbms": 12, "name": "global.system_event.lgwr any worker group.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.lgwr any worker group.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -28549,7 +36724,8 @@ "dbms": 12, "name": "global.system_event.lgwr any worker group.total_waits", "vartype": 2, - "summary": "system_event.lgwr any worker group.total_waits: 184", + "default": "14621", + "summary": "system_event.lgwr any worker group.total_waits: 14621", "scope": "global", "metric_type": 1 }, @@ -28560,6 +36736,7 @@ "dbms": 12, "name": "global.system_event.lgwr any worker group.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.lgwr any worker group.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -28571,6 +36748,7 @@ "dbms": 12, "name": "global.system_event.lgwr any worker group.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.lgwr any worker group.wait_class: Other", "scope": "global", "metric_type": 2 @@ -28582,9 +36760,10 @@ "dbms": 12, "name": "global.system_event.lgwr any worker group.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.lgwr any worker group.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -28593,6 +36772,7 @@ "dbms": 12, "name": "global.system_event.lgwr any worker group.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.lgwr any worker group.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -28604,7 +36784,8 @@ "dbms": 12, "name": "global.system_event.lgwr wait for redo copy.average_wait", "vartype": 3, - "summary": "system_event.lgwr wait for redo copy.average_wait: 0.02", + "default": ".01", + "summary": "system_event.lgwr wait for redo copy.average_wait: .01", "scope": "global", "metric_type": 3 }, @@ -28615,6 +36796,7 @@ "dbms": 12, "name": "global.system_event.lgwr wait for redo copy.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.lgwr wait for redo copy.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -28626,6 +36808,7 @@ "dbms": 12, "name": "global.system_event.lgwr wait for redo copy.con_id", "vartype": 2, + "default": "0", "summary": "system_event.lgwr wait for redo copy.con_id: 0", "scope": "global", "metric_type": 1 @@ -28637,6 +36820,7 @@ "dbms": 12, "name": "global.system_event.lgwr wait for redo copy.event_id", "vartype": 2, + "default": "4266849434", "summary": "system_event.lgwr wait for redo copy.event_id: 4266849434", "scope": "global", "metric_type": 1 @@ -28648,6 +36832,7 @@ "dbms": 12, "name": "global.system_event.lgwr wait for redo copy.time_waited", "vartype": 2, + "default": "0", "summary": "system_event.lgwr wait for redo copy.time_waited: 0", "scope": "global", "metric_type": 1 @@ -28659,6 +36844,7 @@ "dbms": 12, "name": "global.system_event.lgwr wait for redo copy.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.lgwr wait for redo copy.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -28670,7 +36856,8 @@ "dbms": 12, "name": "global.system_event.lgwr wait for redo copy.time_waited_micro", "vartype": 2, - "summary": "system_event.lgwr wait for redo copy.time_waited_micro: 1323", + "default": "840", + "summary": "system_event.lgwr wait for redo copy.time_waited_micro: 840", "scope": "global", "metric_type": 1 }, @@ -28681,6 +36868,7 @@ "dbms": 12, "name": "global.system_event.lgwr wait for redo copy.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.lgwr wait for redo copy.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -28692,6 +36880,7 @@ "dbms": 12, "name": "global.system_event.lgwr wait for redo copy.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.lgwr wait for redo copy.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -28703,6 +36892,7 @@ "dbms": 12, "name": "global.system_event.lgwr wait for redo copy.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.lgwr wait for redo copy.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -28714,7 +36904,8 @@ "dbms": 12, "name": "global.system_event.lgwr wait for redo copy.total_waits", "vartype": 2, - "summary": "system_event.lgwr wait for redo copy.total_waits: 6", + "default": "13", + "summary": "system_event.lgwr wait for redo copy.total_waits: 13", "scope": "global", "metric_type": 1 }, @@ -28725,6 +36916,7 @@ "dbms": 12, "name": "global.system_event.lgwr wait for redo copy.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.lgwr wait for redo copy.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -28736,6 +36928,7 @@ "dbms": 12, "name": "global.system_event.lgwr wait for redo copy.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.lgwr wait for redo copy.wait_class: Other", "scope": "global", "metric_type": 2 @@ -28747,9 +36940,10 @@ "dbms": 12, "name": "global.system_event.lgwr wait for redo copy.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.lgwr wait for redo copy.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -28758,6 +36952,7 @@ "dbms": 12, "name": "global.system_event.lgwr wait for redo copy.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.lgwr wait for redo copy.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -28769,7 +36964,8 @@ "dbms": 12, "name": "global.system_event.lgwr worker group idle.average_wait", "vartype": 3, - "summary": "system_event.lgwr worker group idle.average_wait: 15.73", + "default": "3.04", + "summary": "system_event.lgwr worker group idle.average_wait: 3.04", "scope": "global", "metric_type": 3 }, @@ -28780,6 +36976,7 @@ "dbms": 12, "name": "global.system_event.lgwr worker group idle.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.lgwr worker group idle.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -28791,6 +36988,7 @@ "dbms": 12, "name": "global.system_event.lgwr worker group idle.con_id", "vartype": 2, + "default": "0", "summary": "system_event.lgwr worker group idle.con_id: 0", "scope": "global", "metric_type": 1 @@ -28802,6 +37000,7 @@ "dbms": 12, "name": "global.system_event.lgwr worker group idle.event_id", "vartype": 2, + "default": "91842589", "summary": "system_event.lgwr worker group idle.event_id: 91842589", "scope": "global", "metric_type": 1 @@ -28813,7 +37012,8 @@ "dbms": 12, "name": "global.system_event.lgwr worker group idle.time_waited", "vartype": 2, - "summary": "system_event.lgwr worker group idle.time_waited: 6152", + "default": "371611", + "summary": "system_event.lgwr worker group idle.time_waited: 371611", "scope": "global", "metric_type": 1 }, @@ -28824,6 +37024,7 @@ "dbms": 12, "name": "global.system_event.lgwr worker group idle.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.lgwr worker group idle.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -28835,7 +37036,8 @@ "dbms": 12, "name": "global.system_event.lgwr worker group idle.time_waited_micro", "vartype": 2, - "summary": "system_event.lgwr worker group idle.time_waited_micro: 61515388", + "default": "3716105079", + "summary": "system_event.lgwr worker group idle.time_waited_micro: 3716105079", "scope": "global", "metric_type": 1 }, @@ -28846,6 +37048,7 @@ "dbms": 12, "name": "global.system_event.lgwr worker group idle.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.lgwr worker group idle.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -28857,6 +37060,7 @@ "dbms": 12, "name": "global.system_event.lgwr worker group idle.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.lgwr worker group idle.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -28868,6 +37072,7 @@ "dbms": 12, "name": "global.system_event.lgwr worker group idle.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.lgwr worker group idle.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -28879,7 +37084,8 @@ "dbms": 12, "name": "global.system_event.lgwr worker group idle.total_waits", "vartype": 2, - "summary": "system_event.lgwr worker group idle.total_waits: 391", + "default": "122177", + "summary": "system_event.lgwr worker group idle.total_waits: 122177", "scope": "global", "metric_type": 1 }, @@ -28890,6 +37096,7 @@ "dbms": 12, "name": "global.system_event.lgwr worker group idle.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.lgwr worker group idle.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -28901,6 +37108,7 @@ "dbms": 12, "name": "global.system_event.lgwr worker group idle.wait_class", "vartype": 1, + "default": "Idle", "summary": "system_event.lgwr worker group idle.wait_class: Idle", "scope": "global", "metric_type": 2 @@ -28912,9 +37120,10 @@ "dbms": 12, "name": "global.system_event.lgwr worker group idle.wait_class#", "vartype": 2, + "default": "6", "summary": "system_event.lgwr worker group idle.wait_class#: 6", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -28923,6 +37132,7 @@ "dbms": 12, "name": "global.system_event.lgwr worker group idle.wait_class_id", "vartype": 2, + "default": "2723168908", "summary": "system_event.lgwr worker group idle.wait_class_id: 2723168908", "scope": "global", "metric_type": 1 @@ -28934,7 +37144,8 @@ "dbms": 12, "name": "global.system_event.lgwr worker group ordering.average_wait", "vartype": 3, - "summary": "system_event.lgwr worker group ordering.average_wait: 0.12", + "default": ".04", + "summary": "system_event.lgwr worker group ordering.average_wait: .04", "scope": "global", "metric_type": 3 }, @@ -28945,6 +37156,7 @@ "dbms": 12, "name": "global.system_event.lgwr worker group ordering.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.lgwr worker group ordering.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -28956,6 +37168,7 @@ "dbms": 12, "name": "global.system_event.lgwr worker group ordering.con_id", "vartype": 2, + "default": "0", "summary": "system_event.lgwr worker group ordering.con_id: 0", "scope": "global", "metric_type": 1 @@ -28967,6 +37180,7 @@ "dbms": 12, "name": "global.system_event.lgwr worker group ordering.event_id", "vartype": 2, + "default": "3116432628", "summary": "system_event.lgwr worker group ordering.event_id: 3116432628", "scope": "global", "metric_type": 1 @@ -28978,7 +37192,8 @@ "dbms": 12, "name": "global.system_event.lgwr worker group ordering.time_waited", "vartype": 2, - "summary": "system_event.lgwr worker group ordering.time_waited: 2", + "default": "279", + "summary": "system_event.lgwr worker group ordering.time_waited: 279", "scope": "global", "metric_type": 1 }, @@ -28989,6 +37204,7 @@ "dbms": 12, "name": "global.system_event.lgwr worker group ordering.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.lgwr worker group ordering.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -29000,7 +37216,8 @@ "dbms": 12, "name": "global.system_event.lgwr worker group ordering.time_waited_micro", "vartype": 2, - "summary": "system_event.lgwr worker group ordering.time_waited_micro: 17477", + "default": "2786388", + "summary": "system_event.lgwr worker group ordering.time_waited_micro: 2786388", "scope": "global", "metric_type": 1 }, @@ -29011,6 +37228,7 @@ "dbms": 12, "name": "global.system_event.lgwr worker group ordering.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.lgwr worker group ordering.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -29022,6 +37240,7 @@ "dbms": 12, "name": "global.system_event.lgwr worker group ordering.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.lgwr worker group ordering.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -29033,6 +37252,7 @@ "dbms": 12, "name": "global.system_event.lgwr worker group ordering.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.lgwr worker group ordering.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -29044,7 +37264,8 @@ "dbms": 12, "name": "global.system_event.lgwr worker group ordering.total_waits", "vartype": 2, - "summary": "system_event.lgwr worker group ordering.total_waits: 15", + "default": "6330", + "summary": "system_event.lgwr worker group ordering.total_waits: 6330", "scope": "global", "metric_type": 1 }, @@ -29055,6 +37276,7 @@ "dbms": 12, "name": "global.system_event.lgwr worker group ordering.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.lgwr worker group ordering.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -29066,6 +37288,7 @@ "dbms": 12, "name": "global.system_event.lgwr worker group ordering.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.lgwr worker group ordering.wait_class: Other", "scope": "global", "metric_type": 2 @@ -29077,9 +37300,10 @@ "dbms": 12, "name": "global.system_event.lgwr worker group ordering.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.lgwr worker group ordering.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -29088,6 +37312,7 @@ "dbms": 12, "name": "global.system_event.lgwr worker group ordering.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.lgwr worker group ordering.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -29099,7 +37324,8 @@ "dbms": 12, "name": "global.system_event.library cache load lock.average_wait", "vartype": 3, - "summary": "system_event.library cache load lock.average_wait: 0.22", + "default": "2.31", + "summary": "system_event.library cache load lock.average_wait: 2.31", "scope": "global", "metric_type": 3 }, @@ -29110,7 +37336,8 @@ "dbms": 12, "name": "global.system_event.library cache load lock.average_wait_fg", "vartype": 3, - "summary": "system_event.library cache load lock.average_wait_fg: 0.02", + "default": "1.67", + "summary": "system_event.library cache load lock.average_wait_fg: 1.67", "scope": "global", "metric_type": 3 }, @@ -29121,6 +37348,7 @@ "dbms": 12, "name": "global.system_event.library cache load lock.con_id", "vartype": 2, + "default": "0", "summary": "system_event.library cache load lock.con_id: 0", "scope": "global", "metric_type": 1 @@ -29132,6 +37360,7 @@ "dbms": 12, "name": "global.system_event.library cache load lock.event_id", "vartype": 2, + "default": "2952162927", "summary": "system_event.library cache load lock.event_id: 2952162927", "scope": "global", "metric_type": 1 @@ -29143,7 +37372,8 @@ "dbms": 12, "name": "global.system_event.library cache load lock.time_waited", "vartype": 2, - "summary": "system_event.library cache load lock.time_waited: 2", + "default": "125", + "summary": "system_event.library cache load lock.time_waited: 125", "scope": "global", "metric_type": 1 }, @@ -29154,7 +37384,8 @@ "dbms": 12, "name": "global.system_event.library cache load lock.time_waited_fg", "vartype": 2, - "summary": "system_event.library cache load lock.time_waited_fg: 0", + "default": "63", + "summary": "system_event.library cache load lock.time_waited_fg: 63", "scope": "global", "metric_type": 1 }, @@ -29165,7 +37396,8 @@ "dbms": 12, "name": "global.system_event.library cache load lock.time_waited_micro", "vartype": 2, - "summary": "system_event.library cache load lock.time_waited_micro: 21504", + "default": "1246198", + "summary": "system_event.library cache load lock.time_waited_micro: 1246198", "scope": "global", "metric_type": 1 }, @@ -29176,7 +37408,8 @@ "dbms": 12, "name": "global.system_event.library cache load lock.time_waited_micro_fg", "vartype": 2, - "summary": "system_event.library cache load lock.time_waited_micro_fg: 779", + "default": "633143", + "summary": "system_event.library cache load lock.time_waited_micro_fg: 633143", "scope": "global", "metric_type": 1 }, @@ -29187,6 +37420,7 @@ "dbms": 12, "name": "global.system_event.library cache load lock.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.library cache load lock.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -29198,6 +37432,7 @@ "dbms": 12, "name": "global.system_event.library cache load lock.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.library cache load lock.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -29209,7 +37444,8 @@ "dbms": 12, "name": "global.system_event.library cache load lock.total_waits", "vartype": 2, - "summary": "system_event.library cache load lock.total_waits: 10", + "default": "54", + "summary": "system_event.library cache load lock.total_waits: 54", "scope": "global", "metric_type": 1 }, @@ -29220,7 +37456,8 @@ "dbms": 12, "name": "global.system_event.library cache load lock.total_waits_fg", "vartype": 2, - "summary": "system_event.library cache load lock.total_waits_fg: 5", + "default": "38", + "summary": "system_event.library cache load lock.total_waits_fg: 38", "scope": "global", "metric_type": 1 }, @@ -29231,6 +37468,7 @@ "dbms": 12, "name": "global.system_event.library cache load lock.wait_class", "vartype": 1, + "default": "Concurrency", "summary": "system_event.library cache load lock.wait_class: Concurrency", "scope": "global", "metric_type": 2 @@ -29242,9 +37480,10 @@ "dbms": 12, "name": "global.system_event.library cache load lock.wait_class#", "vartype": 2, + "default": "4", "summary": "system_event.library cache load lock.wait_class#: 4", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -29253,6 +37492,7 @@ "dbms": 12, "name": "global.system_event.library cache load lock.wait_class_id", "vartype": 2, + "default": "3875070507", "summary": "system_event.library cache load lock.wait_class_id: 3875070507", "scope": "global", "metric_type": 1 @@ -29264,7 +37504,8 @@ "dbms": 12, "name": "global.system_event.library cache lock.average_wait", "vartype": 3, - "summary": "system_event.library cache lock.average_wait: 0.12", + "default": "2.27", + "summary": "system_event.library cache lock.average_wait: 2.27", "scope": "global", "metric_type": 3 }, @@ -29275,7 +37516,8 @@ "dbms": 12, "name": "global.system_event.library cache lock.average_wait_fg", "vartype": 3, - "summary": "system_event.library cache lock.average_wait_fg: 0.12", + "default": "2.91", + "summary": "system_event.library cache lock.average_wait_fg: 2.91", "scope": "global", "metric_type": 3 }, @@ -29286,6 +37528,7 @@ "dbms": 12, "name": "global.system_event.library cache lock.con_id", "vartype": 2, + "default": "0", "summary": "system_event.library cache lock.con_id: 0", "scope": "global", "metric_type": 1 @@ -29297,6 +37540,7 @@ "dbms": 12, "name": "global.system_event.library cache lock.event_id", "vartype": 2, + "default": "916468430", "summary": "system_event.library cache lock.event_id: 916468430", "scope": "global", "metric_type": 1 @@ -29308,7 +37552,8 @@ "dbms": 12, "name": "global.system_event.library cache lock.time_waited", "vartype": 2, - "summary": "system_event.library cache lock.time_waited: 7", + "default": "20", + "summary": "system_event.library cache lock.time_waited: 20", "scope": "global", "metric_type": 1 }, @@ -29319,7 +37564,8 @@ "dbms": 12, "name": "global.system_event.library cache lock.time_waited_fg", "vartype": 2, - "summary": "system_event.library cache lock.time_waited_fg: 7", + "default": "20", + "summary": "system_event.library cache lock.time_waited_fg: 20", "scope": "global", "metric_type": 1 }, @@ -29330,7 +37576,8 @@ "dbms": 12, "name": "global.system_event.library cache lock.time_waited_micro", "vartype": 2, - "summary": "system_event.library cache lock.time_waited_micro: 67935", + "default": "204661", + "summary": "system_event.library cache lock.time_waited_micro: 204661", "scope": "global", "metric_type": 1 }, @@ -29341,7 +37588,8 @@ "dbms": 12, "name": "global.system_event.library cache lock.time_waited_micro_fg", "vartype": 2, - "summary": "system_event.library cache lock.time_waited_micro_fg: 67935", + "default": "204008", + "summary": "system_event.library cache lock.time_waited_micro_fg: 204008", "scope": "global", "metric_type": 1 }, @@ -29352,6 +37600,7 @@ "dbms": 12, "name": "global.system_event.library cache lock.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.library cache lock.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -29363,6 +37612,7 @@ "dbms": 12, "name": "global.system_event.library cache lock.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.library cache lock.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -29374,7 +37624,8 @@ "dbms": 12, "name": "global.system_event.library cache lock.total_waits", "vartype": 2, - "summary": "system_event.library cache lock.total_waits: 56", + "default": "9", + "summary": "system_event.library cache lock.total_waits: 9", "scope": "global", "metric_type": 1 }, @@ -29385,7 +37636,8 @@ "dbms": 12, "name": "global.system_event.library cache lock.total_waits_fg", "vartype": 2, - "summary": "system_event.library cache lock.total_waits_fg: 56", + "default": "7", + "summary": "system_event.library cache lock.total_waits_fg: 7", "scope": "global", "metric_type": 1 }, @@ -29396,6 +37648,7 @@ "dbms": 12, "name": "global.system_event.library cache lock.wait_class", "vartype": 1, + "default": "Concurrency", "summary": "system_event.library cache lock.wait_class: Concurrency", "scope": "global", "metric_type": 2 @@ -29407,9 +37660,10 @@ "dbms": 12, "name": "global.system_event.library cache lock.wait_class#", "vartype": 2, + "default": "4", "summary": "system_event.library cache lock.wait_class#: 4", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -29418,6 +37672,7 @@ "dbms": 12, "name": "global.system_event.library cache lock.wait_class_id", "vartype": 2, + "default": "3875070507", "summary": "system_event.library cache lock.wait_class_id: 3875070507", "scope": "global", "metric_type": 1 @@ -29429,7 +37684,8 @@ "dbms": 12, "name": "global.system_event.library cache: bucket mutex x.average_wait", "vartype": 3, - "summary": "system_event.library cache: bucket mutex x.average_wait: 0.55", + "default": ".22", + "summary": "system_event.library cache: bucket mutex x.average_wait: .22", "scope": "global", "metric_type": 3 }, @@ -29440,7 +37696,8 @@ "dbms": 12, "name": "global.system_event.library cache: bucket mutex x.average_wait_fg", "vartype": 3, - "summary": "system_event.library cache: bucket mutex x.average_wait_fg: 0.55", + "default": ".01", + "summary": "system_event.library cache: bucket mutex x.average_wait_fg: .01", "scope": "global", "metric_type": 3 }, @@ -29451,6 +37708,7 @@ "dbms": 12, "name": "global.system_event.library cache: bucket mutex x.con_id", "vartype": 2, + "default": "0", "summary": "system_event.library cache: bucket mutex x.con_id: 0", "scope": "global", "metric_type": 1 @@ -29462,6 +37720,7 @@ "dbms": 12, "name": "global.system_event.library cache: bucket mutex x.event_id", "vartype": 2, + "default": "2601513493", "summary": "system_event.library cache: bucket mutex x.event_id: 2601513493", "scope": "global", "metric_type": 1 @@ -29473,7 +37732,8 @@ "dbms": 12, "name": "global.system_event.library cache: bucket mutex x.time_waited", "vartype": 2, - "summary": "system_event.library cache: bucket mutex x.time_waited: 1", + "default": "3", + "summary": "system_event.library cache: bucket mutex x.time_waited: 3", "scope": "global", "metric_type": 1 }, @@ -29484,7 +37744,8 @@ "dbms": 12, "name": "global.system_event.library cache: bucket mutex x.time_waited_fg", "vartype": 2, - "summary": "system_event.library cache: bucket mutex x.time_waited_fg: 1", + "default": "0", + "summary": "system_event.library cache: bucket mutex x.time_waited_fg: 0", "scope": "global", "metric_type": 1 }, @@ -29495,7 +37756,8 @@ "dbms": 12, "name": "global.system_event.library cache: bucket mutex x.time_waited_micro", "vartype": 2, - "summary": "system_event.library cache: bucket mutex x.time_waited_micro: 10980", + "default": "30898", + "summary": "system_event.library cache: bucket mutex x.time_waited_micro: 30898", "scope": "global", "metric_type": 1 }, @@ -29506,7 +37768,8 @@ "dbms": 12, "name": "global.system_event.library cache: bucket mutex x.time_waited_micro_fg", "vartype": 2, - "summary": "system_event.library cache: bucket mutex x.time_waited_micro_fg: 10980", + "default": "813", + "summary": "system_event.library cache: bucket mutex x.time_waited_micro_fg: 813", "scope": "global", "metric_type": 1 }, @@ -29517,6 +37780,7 @@ "dbms": 12, "name": "global.system_event.library cache: bucket mutex x.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.library cache: bucket mutex x.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -29528,6 +37792,7 @@ "dbms": 12, "name": "global.system_event.library cache: bucket mutex x.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.library cache: bucket mutex x.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -29539,7 +37804,8 @@ "dbms": 12, "name": "global.system_event.library cache: bucket mutex x.total_waits", "vartype": 2, - "summary": "system_event.library cache: bucket mutex x.total_waits: 2", + "default": "14", + "summary": "system_event.library cache: bucket mutex x.total_waits: 14", "scope": "global", "metric_type": 1 }, @@ -29550,7 +37816,8 @@ "dbms": 12, "name": "global.system_event.library cache: bucket mutex x.total_waits_fg", "vartype": 2, - "summary": "system_event.library cache: bucket mutex x.total_waits_fg: 2", + "default": "10", + "summary": "system_event.library cache: bucket mutex x.total_waits_fg: 10", "scope": "global", "metric_type": 1 }, @@ -29561,6 +37828,7 @@ "dbms": 12, "name": "global.system_event.library cache: bucket mutex x.wait_class", "vartype": 1, + "default": "Concurrency", "summary": "system_event.library cache: bucket mutex x.wait_class: Concurrency", "scope": "global", "metric_type": 2 @@ -29572,9 +37840,10 @@ "dbms": 12, "name": "global.system_event.library cache: bucket mutex x.wait_class#", "vartype": 2, + "default": "4", "summary": "system_event.library cache: bucket mutex x.wait_class#: 4", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -29583,6 +37852,7 @@ "dbms": 12, "name": "global.system_event.library cache: bucket mutex x.wait_class_id", "vartype": 2, + "default": "3875070507", "summary": "system_event.library cache: bucket mutex x.wait_class_id: 3875070507", "scope": "global", "metric_type": 1 @@ -29594,7 +37864,8 @@ "dbms": 12, "name": "global.system_event.library cache: mutex x.average_wait", "vartype": 3, - "summary": "system_event.library cache: mutex x.average_wait: 0.3", + "default": ".14", + "summary": "system_event.library cache: mutex x.average_wait: .14", "scope": "global", "metric_type": 3 }, @@ -29605,7 +37876,8 @@ "dbms": 12, "name": "global.system_event.library cache: mutex x.average_wait_fg", "vartype": 3, - "summary": "system_event.library cache: mutex x.average_wait_fg: 0.3", + "default": ".14", + "summary": "system_event.library cache: mutex x.average_wait_fg: .14", "scope": "global", "metric_type": 3 }, @@ -29616,6 +37888,7 @@ "dbms": 12, "name": "global.system_event.library cache: mutex x.con_id", "vartype": 2, + "default": "0", "summary": "system_event.library cache: mutex x.con_id: 0", "scope": "global", "metric_type": 1 @@ -29627,6 +37900,7 @@ "dbms": 12, "name": "global.system_event.library cache: mutex x.event_id", "vartype": 2, + "default": "1646780882", "summary": "system_event.library cache: mutex x.event_id: 1646780882", "scope": "global", "metric_type": 1 @@ -29638,7 +37912,8 @@ "dbms": 12, "name": "global.system_event.library cache: mutex x.time_waited", "vartype": 2, - "summary": "system_event.library cache: mutex x.time_waited: 56", + "default": "15", + "summary": "system_event.library cache: mutex x.time_waited: 15", "scope": "global", "metric_type": 1 }, @@ -29649,7 +37924,8 @@ "dbms": 12, "name": "global.system_event.library cache: mutex x.time_waited_fg", "vartype": 2, - "summary": "system_event.library cache: mutex x.time_waited_fg: 56", + "default": "14", + "summary": "system_event.library cache: mutex x.time_waited_fg: 14", "scope": "global", "metric_type": 1 }, @@ -29660,7 +37936,8 @@ "dbms": 12, "name": "global.system_event.library cache: mutex x.time_waited_micro", "vartype": 2, - "summary": "system_event.library cache: mutex x.time_waited_micro: 558262", + "default": "147263", + "summary": "system_event.library cache: mutex x.time_waited_micro: 147263", "scope": "global", "metric_type": 1 }, @@ -29671,7 +37948,8 @@ "dbms": 12, "name": "global.system_event.library cache: mutex x.time_waited_micro_fg", "vartype": 2, - "summary": "system_event.library cache: mutex x.time_waited_micro_fg: 558232", + "default": "137068", + "summary": "system_event.library cache: mutex x.time_waited_micro_fg: 137068", "scope": "global", "metric_type": 1 }, @@ -29682,6 +37960,7 @@ "dbms": 12, "name": "global.system_event.library cache: mutex x.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.library cache: mutex x.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -29693,6 +37972,7 @@ "dbms": 12, "name": "global.system_event.library cache: mutex x.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.library cache: mutex x.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -29704,7 +37984,8 @@ "dbms": 12, "name": "global.system_event.library cache: mutex x.total_waits", "vartype": 2, - "summary": "system_event.library cache: mutex x.total_waits: 189", + "default": "108", + "summary": "system_event.library cache: mutex x.total_waits: 108", "scope": "global", "metric_type": 1 }, @@ -29715,7 +37996,8 @@ "dbms": 12, "name": "global.system_event.library cache: mutex x.total_waits_fg", "vartype": 2, - "summary": "system_event.library cache: mutex x.total_waits_fg: 188", + "default": "96", + "summary": "system_event.library cache: mutex x.total_waits_fg: 96", "scope": "global", "metric_type": 1 }, @@ -29726,6 +38008,7 @@ "dbms": 12, "name": "global.system_event.library cache: mutex x.wait_class", "vartype": 1, + "default": "Concurrency", "summary": "system_event.library cache: mutex x.wait_class: Concurrency", "scope": "global", "metric_type": 2 @@ -29737,9 +38020,10 @@ "dbms": 12, "name": "global.system_event.library cache: mutex x.wait_class#", "vartype": 2, + "default": "4", "summary": "system_event.library cache: mutex x.wait_class#: 4", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -29748,18 +38032,740 @@ "dbms": 12, "name": "global.system_event.library cache: mutex x.wait_class_id", "vartype": 2, + "default": "3875070507", "summary": "system_event.library cache: mutex x.wait_class_id: 3875070507", "scope": "global", "metric_type": 1 }, "model": "website.MetricCatalog" }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.local write wait.average_wait", + "vartype": 3, + "default": ".29", + "summary": "system_event.local write wait.average_wait: .29", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.local write wait.average_wait_fg", + "vartype": 3, + "default": ".29", + "summary": "system_event.local write wait.average_wait_fg: .29", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.local write wait.con_id", + "vartype": 2, + "default": "0", + "summary": "system_event.local write wait.con_id: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.local write wait.event_id", + "vartype": 2, + "default": "1570123276", + "summary": "system_event.local write wait.event_id: 1570123276", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.local write wait.time_waited", + "vartype": 2, + "default": "5", + "summary": "system_event.local write wait.time_waited: 5", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.local write wait.time_waited_fg", + "vartype": 2, + "default": "5", + "summary": "system_event.local write wait.time_waited_fg: 5", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.local write wait.time_waited_micro", + "vartype": 2, + "default": "49912", + "summary": "system_event.local write wait.time_waited_micro: 49912", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.local write wait.time_waited_micro_fg", + "vartype": 2, + "default": "49912", + "summary": "system_event.local write wait.time_waited_micro_fg: 49912", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.local write wait.total_timeouts", + "vartype": 2, + "default": "0", + "summary": "system_event.local write wait.total_timeouts: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.local write wait.total_timeouts_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.local write wait.total_timeouts_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.local write wait.total_waits", + "vartype": 2, + "default": "17", + "summary": "system_event.local write wait.total_waits: 17", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.local write wait.total_waits_fg", + "vartype": 2, + "default": "17", + "summary": "system_event.local write wait.total_waits_fg: 17", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.local write wait.wait_class", + "vartype": 1, + "default": "User I/O", + "summary": "system_event.local write wait.wait_class: User I/O", + "scope": "global", + "metric_type": 2 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.local write wait.wait_class#", + "vartype": 2, + "default": "8", + "summary": "system_event.local write wait.wait_class#: 8", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.local write wait.wait_class_id", + "vartype": 2, + "default": "1740759767", + "summary": "system_event.local write wait.wait_class_id: 1740759767", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.log archive i/o.average_wait", + "vartype": 3, + "default": "3.25", + "summary": "system_event.log archive i/o.average_wait: 3.25", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.log archive i/o.average_wait_fg", + "vartype": 3, + "default": "3.37", + "summary": "system_event.log archive i/o.average_wait_fg: 3.37", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.log archive i/o.con_id", + "vartype": 2, + "default": "0", + "summary": "system_event.log archive i/o.con_id: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.log archive i/o.event_id", + "vartype": 2, + "default": "2089793129", + "summary": "system_event.log archive i/o.event_id: 2089793129", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.log archive i/o.time_waited", + "vartype": 2, + "default": "101", + "summary": "system_event.log archive i/o.time_waited: 101", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.log archive i/o.time_waited_fg", + "vartype": 2, + "default": "91", + "summary": "system_event.log archive i/o.time_waited_fg: 91", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.log archive i/o.time_waited_micro", + "vartype": 2, + "default": "1008332", + "summary": "system_event.log archive i/o.time_waited_micro: 1008332", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.log archive i/o.time_waited_micro_fg", + "vartype": 2, + "default": "909206", + "summary": "system_event.log archive i/o.time_waited_micro_fg: 909206", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.log archive i/o.total_timeouts", + "vartype": 2, + "default": "0", + "summary": "system_event.log archive i/o.total_timeouts: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.log archive i/o.total_timeouts_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.log archive i/o.total_timeouts_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.log archive i/o.total_waits", + "vartype": 2, + "default": "31", + "summary": "system_event.log archive i/o.total_waits: 31", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.log archive i/o.total_waits_fg", + "vartype": 2, + "default": "27", + "summary": "system_event.log archive i/o.total_waits_fg: 27", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.log archive i/o.wait_class", + "vartype": 1, + "default": "System I/O", + "summary": "system_event.log archive i/o.wait_class: System I/O", + "scope": "global", + "metric_type": 2 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.log archive i/o.wait_class#", + "vartype": 2, + "default": "9", + "summary": "system_event.log archive i/o.wait_class#: 9", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.log archive i/o.wait_class_id", + "vartype": 2, + "default": "4108307767", + "summary": "system_event.log archive i/o.wait_class_id: 4108307767", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.log buffer space.average_wait", + "vartype": 3, + "default": ".45", + "summary": "system_event.log buffer space.average_wait: .45", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.log buffer space.average_wait_fg", + "vartype": 3, + "default": ".45", + "summary": "system_event.log buffer space.average_wait_fg: .45", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.log buffer space.con_id", + "vartype": 2, + "default": "0", + "summary": "system_event.log buffer space.con_id: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.log buffer space.event_id", + "vartype": 2, + "default": "3357856061", + "summary": "system_event.log buffer space.event_id: 3357856061", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.log buffer space.time_waited", + "vartype": 2, + "default": "3", + "summary": "system_event.log buffer space.time_waited: 3", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.log buffer space.time_waited_fg", + "vartype": 2, + "default": "3", + "summary": "system_event.log buffer space.time_waited_fg: 3", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.log buffer space.time_waited_micro", + "vartype": 2, + "default": "27051", + "summary": "system_event.log buffer space.time_waited_micro: 27051", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.log buffer space.time_waited_micro_fg", + "vartype": 2, + "default": "27051", + "summary": "system_event.log buffer space.time_waited_micro_fg: 27051", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.log buffer space.total_timeouts", + "vartype": 2, + "default": "0", + "summary": "system_event.log buffer space.total_timeouts: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.log buffer space.total_timeouts_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.log buffer space.total_timeouts_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.log buffer space.total_waits", + "vartype": 2, + "default": "6", + "summary": "system_event.log buffer space.total_waits: 6", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.log buffer space.total_waits_fg", + "vartype": 2, + "default": "6", + "summary": "system_event.log buffer space.total_waits_fg: 6", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.log buffer space.wait_class", + "vartype": 1, + "default": "Configuration", + "summary": "system_event.log buffer space.wait_class: Configuration", + "scope": "global", + "metric_type": 2 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.log buffer space.wait_class#", + "vartype": 2, + "default": "2", + "summary": "system_event.log buffer space.wait_class#: 2", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.log buffer space.wait_class_id", + "vartype": 2, + "default": "3290255840", + "summary": "system_event.log buffer space.wait_class_id: 3290255840", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.log file init write.average_wait", + "vartype": 3, + "default": "1.62", + "summary": "system_event.log file init write.average_wait: 1.62", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.log file init write.average_wait_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.log file init write.average_wait_fg: 0", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.log file init write.con_id", + "vartype": 2, + "default": "0", + "summary": "system_event.log file init write.con_id: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.log file init write.event_id", + "vartype": 2, + "default": "3992632846", + "summary": "system_event.log file init write.event_id: 3992632846", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.log file init write.time_waited", + "vartype": 2, + "default": "242", + "summary": "system_event.log file init write.time_waited: 242", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.log file init write.time_waited_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.log file init write.time_waited_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.log file init write.time_waited_micro", + "vartype": 2, + "default": "2423499", + "summary": "system_event.log file init write.time_waited_micro: 2423499", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.log file init write.time_waited_micro_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.log file init write.time_waited_micro_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.log file init write.total_timeouts", + "vartype": 2, + "default": "0", + "summary": "system_event.log file init write.total_timeouts: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.log file init write.total_timeouts_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.log file init write.total_timeouts_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.log file init write.total_waits", + "vartype": 2, + "default": "150", + "summary": "system_event.log file init write.total_waits: 150", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.log file init write.total_waits_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.log file init write.total_waits_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.log file init write.wait_class", + "vartype": 1, + "default": "User I/O", + "summary": "system_event.log file init write.wait_class: User I/O", + "scope": "global", + "metric_type": 2 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.log file init write.wait_class#", + "vartype": 2, + "default": "8", + "summary": "system_event.log file init write.wait_class#: 8", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.log file init write.wait_class_id", + "vartype": 2, + "default": "1740759767", + "summary": "system_event.log file init write.wait_class_id: 1740759767", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, { "fields": { "dbms": 12, "name": "global.system_event.log file parallel write.average_wait", "vartype": 3, - "summary": "system_event.log file parallel write.average_wait: 0.1", + "default": ".19", + "summary": "system_event.log file parallel write.average_wait: .19", "scope": "global", "metric_type": 3 }, @@ -29770,6 +38776,7 @@ "dbms": 12, "name": "global.system_event.log file parallel write.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.log file parallel write.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -29781,6 +38788,7 @@ "dbms": 12, "name": "global.system_event.log file parallel write.con_id", "vartype": 2, + "default": "0", "summary": "system_event.log file parallel write.con_id: 0", "scope": "global", "metric_type": 1 @@ -29792,6 +38800,7 @@ "dbms": 12, "name": "global.system_event.log file parallel write.event_id", "vartype": 2, + "default": "3999721902", "summary": "system_event.log file parallel write.event_id: 3999721902", "scope": "global", "metric_type": 1 @@ -29803,7 +38812,8 @@ "dbms": 12, "name": "global.system_event.log file parallel write.time_waited", "vartype": 2, - "summary": "system_event.log file parallel write.time_waited: 46", + "default": "25703", + "summary": "system_event.log file parallel write.time_waited: 25703", "scope": "global", "metric_type": 1 }, @@ -29814,6 +38824,7 @@ "dbms": 12, "name": "global.system_event.log file parallel write.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.log file parallel write.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -29825,7 +38836,8 @@ "dbms": 12, "name": "global.system_event.log file parallel write.time_waited_micro", "vartype": 2, - "summary": "system_event.log file parallel write.time_waited_micro: 462962", + "default": "257034141", + "summary": "system_event.log file parallel write.time_waited_micro: 257034141", "scope": "global", "metric_type": 1 }, @@ -29836,6 +38848,7 @@ "dbms": 12, "name": "global.system_event.log file parallel write.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.log file parallel write.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -29847,6 +38860,7 @@ "dbms": 12, "name": "global.system_event.log file parallel write.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.log file parallel write.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -29858,6 +38872,7 @@ "dbms": 12, "name": "global.system_event.log file parallel write.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.log file parallel write.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -29869,7 +38884,8 @@ "dbms": 12, "name": "global.system_event.log file parallel write.total_waits", "vartype": 2, - "summary": "system_event.log file parallel write.total_waits: 463", + "default": "134596", + "summary": "system_event.log file parallel write.total_waits: 134596", "scope": "global", "metric_type": 1 }, @@ -29880,6 +38896,7 @@ "dbms": 12, "name": "global.system_event.log file parallel write.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.log file parallel write.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -29891,6 +38908,7 @@ "dbms": 12, "name": "global.system_event.log file parallel write.wait_class", "vartype": 1, + "default": "System I/O", "summary": "system_event.log file parallel write.wait_class: System I/O", "scope": "global", "metric_type": 2 @@ -29902,9 +38920,10 @@ "dbms": 12, "name": "global.system_event.log file parallel write.wait_class#", "vartype": 2, + "default": "9", "summary": "system_event.log file parallel write.wait_class#: 9", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -29913,6 +38932,7 @@ "dbms": 12, "name": "global.system_event.log file parallel write.wait_class_id", "vartype": 2, + "default": "4108307767", "summary": "system_event.log file parallel write.wait_class_id: 4108307767", "scope": "global", "metric_type": 1 @@ -29923,8 +38943,9 @@ "fields": { "dbms": 12, "name": "global.system_event.log file sequential read.average_wait", - "vartype": 2, - "summary": "system_event.log file sequential read.average_wait: 0", + "vartype": 3, + "default": ".34", + "summary": "system_event.log file sequential read.average_wait: .34", "scope": "global", "metric_type": 3 }, @@ -29934,8 +38955,9 @@ "fields": { "dbms": 12, "name": "global.system_event.log file sequential read.average_wait_fg", - "vartype": 2, - "summary": "system_event.log file sequential read.average_wait_fg: 0", + "vartype": 3, + "default": ".38", + "summary": "system_event.log file sequential read.average_wait_fg: .38", "scope": "global", "metric_type": 3 }, @@ -29946,6 +38968,7 @@ "dbms": 12, "name": "global.system_event.log file sequential read.con_id", "vartype": 2, + "default": "0", "summary": "system_event.log file sequential read.con_id: 0", "scope": "global", "metric_type": 1 @@ -29957,6 +38980,7 @@ "dbms": 12, "name": "global.system_event.log file sequential read.event_id", "vartype": 2, + "default": "549236675", "summary": "system_event.log file sequential read.event_id: 549236675", "scope": "global", "metric_type": 1 @@ -29968,7 +38992,8 @@ "dbms": 12, "name": "global.system_event.log file sequential read.time_waited", "vartype": 2, - "summary": "system_event.log file sequential read.time_waited: 0", + "default": "191", + "summary": "system_event.log file sequential read.time_waited: 191", "scope": "global", "metric_type": 1 }, @@ -29979,7 +39004,8 @@ "dbms": 12, "name": "global.system_event.log file sequential read.time_waited_fg", "vartype": 2, - "summary": "system_event.log file sequential read.time_waited_fg: 0", + "default": "122", + "summary": "system_event.log file sequential read.time_waited_fg: 122", "scope": "global", "metric_type": 1 }, @@ -29990,7 +39016,8 @@ "dbms": 12, "name": "global.system_event.log file sequential read.time_waited_micro", "vartype": 2, - "summary": "system_event.log file sequential read.time_waited_micro: 61", + "default": "1911963", + "summary": "system_event.log file sequential read.time_waited_micro: 1911963", "scope": "global", "metric_type": 1 }, @@ -30001,7 +39028,8 @@ "dbms": 12, "name": "global.system_event.log file sequential read.time_waited_micro_fg", "vartype": 2, - "summary": "system_event.log file sequential read.time_waited_micro_fg: 0", + "default": "1224153", + "summary": "system_event.log file sequential read.time_waited_micro_fg: 1224153", "scope": "global", "metric_type": 1 }, @@ -30012,6 +39040,7 @@ "dbms": 12, "name": "global.system_event.log file sequential read.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.log file sequential read.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -30023,6 +39052,7 @@ "dbms": 12, "name": "global.system_event.log file sequential read.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.log file sequential read.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -30034,7 +39064,8 @@ "dbms": 12, "name": "global.system_event.log file sequential read.total_waits", "vartype": 2, - "summary": "system_event.log file sequential read.total_waits: 4", + "default": "566", + "summary": "system_event.log file sequential read.total_waits: 566", "scope": "global", "metric_type": 1 }, @@ -30045,7 +39076,8 @@ "dbms": 12, "name": "global.system_event.log file sequential read.total_waits_fg", "vartype": 2, - "summary": "system_event.log file sequential read.total_waits_fg: 0", + "default": "323", + "summary": "system_event.log file sequential read.total_waits_fg: 323", "scope": "global", "metric_type": 1 }, @@ -30056,6 +39088,7 @@ "dbms": 12, "name": "global.system_event.log file sequential read.wait_class", "vartype": 1, + "default": "System I/O", "summary": "system_event.log file sequential read.wait_class: System I/O", "scope": "global", "metric_type": 2 @@ -30067,9 +39100,10 @@ "dbms": 12, "name": "global.system_event.log file sequential read.wait_class#", "vartype": 2, + "default": "9", "summary": "system_event.log file sequential read.wait_class#: 9", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -30078,6 +39112,7 @@ "dbms": 12, "name": "global.system_event.log file sequential read.wait_class_id", "vartype": 2, + "default": "4108307767", "summary": "system_event.log file sequential read.wait_class_id: 4108307767", "scope": "global", "metric_type": 1 @@ -30089,7 +39124,8 @@ "dbms": 12, "name": "global.system_event.log file single write.average_wait", "vartype": 3, - "summary": "system_event.log file single write.average_wait: 0.06", + "default": ".16", + "summary": "system_event.log file single write.average_wait: .16", "scope": "global", "metric_type": 3 }, @@ -30099,8 +39135,9 @@ "fields": { "dbms": 12, "name": "global.system_event.log file single write.average_wait_fg", - "vartype": 2, - "summary": "system_event.log file single write.average_wait_fg: 0", + "vartype": 3, + "default": ".15", + "summary": "system_event.log file single write.average_wait_fg: .15", "scope": "global", "metric_type": 3 }, @@ -30111,6 +39148,7 @@ "dbms": 12, "name": "global.system_event.log file single write.con_id", "vartype": 2, + "default": "0", "summary": "system_event.log file single write.con_id: 0", "scope": "global", "metric_type": 1 @@ -30122,6 +39160,7 @@ "dbms": 12, "name": "global.system_event.log file single write.event_id", "vartype": 2, + "default": "215477332", "summary": "system_event.log file single write.event_id: 215477332", "scope": "global", "metric_type": 1 @@ -30133,7 +39172,8 @@ "dbms": 12, "name": "global.system_event.log file single write.time_waited", "vartype": 2, - "summary": "system_event.log file single write.time_waited: 0", + "default": "3", + "summary": "system_event.log file single write.time_waited: 3", "scope": "global", "metric_type": 1 }, @@ -30144,7 +39184,8 @@ "dbms": 12, "name": "global.system_event.log file single write.time_waited_fg", "vartype": 2, - "summary": "system_event.log file single write.time_waited_fg: 0", + "default": "1", + "summary": "system_event.log file single write.time_waited_fg: 1", "scope": "global", "metric_type": 1 }, @@ -30155,7 +39196,8 @@ "dbms": 12, "name": "global.system_event.log file single write.time_waited_micro", "vartype": 2, - "summary": "system_event.log file single write.time_waited_micro: 2311", + "default": "27419", + "summary": "system_event.log file single write.time_waited_micro: 27419", "scope": "global", "metric_type": 1 }, @@ -30166,7 +39208,8 @@ "dbms": 12, "name": "global.system_event.log file single write.time_waited_micro_fg", "vartype": 2, - "summary": "system_event.log file single write.time_waited_micro_fg: 0", + "default": "8889", + "summary": "system_event.log file single write.time_waited_micro_fg: 8889", "scope": "global", "metric_type": 1 }, @@ -30177,6 +39220,7 @@ "dbms": 12, "name": "global.system_event.log file single write.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.log file single write.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -30188,6 +39232,7 @@ "dbms": 12, "name": "global.system_event.log file single write.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.log file single write.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -30199,7 +39244,8 @@ "dbms": 12, "name": "global.system_event.log file single write.total_waits", "vartype": 2, - "summary": "system_event.log file single write.total_waits: 4", + "default": "17", + "summary": "system_event.log file single write.total_waits: 17", "scope": "global", "metric_type": 1 }, @@ -30210,7 +39256,8 @@ "dbms": 12, "name": "global.system_event.log file single write.total_waits_fg", "vartype": 2, - "summary": "system_event.log file single write.total_waits_fg: 0", + "default": "6", + "summary": "system_event.log file single write.total_waits_fg: 6", "scope": "global", "metric_type": 1 }, @@ -30221,6 +39268,7 @@ "dbms": 12, "name": "global.system_event.log file single write.wait_class", "vartype": 1, + "default": "System I/O", "summary": "system_event.log file single write.wait_class: System I/O", "scope": "global", "metric_type": 2 @@ -30232,9 +39280,10 @@ "dbms": 12, "name": "global.system_event.log file single write.wait_class#", "vartype": 2, + "default": "9", "summary": "system_event.log file single write.wait_class#: 9", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -30243,18 +39292,200 @@ "dbms": 12, "name": "global.system_event.log file single write.wait_class_id", "vartype": 2, + "default": "4108307767", "summary": "system_event.log file single write.wait_class_id: 4108307767", "scope": "global", "metric_type": 1 }, "model": "website.MetricCatalog" }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.log file switch completion.average_wait", + "vartype": 3, + "default": "2.02", + "summary": "system_event.log file switch completion.average_wait: 2.02", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.log file switch completion.average_wait_fg", + "vartype": 3, + "default": "2.02", + "summary": "system_event.log file switch completion.average_wait_fg: 2.02", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.log file switch completion.con_id", + "vartype": 2, + "default": "0", + "summary": "system_event.log file switch completion.con_id: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.log file switch completion.event_id", + "vartype": 2, + "default": "3834950329", + "summary": "system_event.log file switch completion.event_id: 3834950329", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.log file switch completion.time_waited", + "vartype": 2, + "default": "8", + "summary": "system_event.log file switch completion.time_waited: 8", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.log file switch completion.time_waited_fg", + "vartype": 2, + "default": "8", + "summary": "system_event.log file switch completion.time_waited_fg: 8", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.log file switch completion.time_waited_micro", + "vartype": 2, + "default": "80852", + "summary": "system_event.log file switch completion.time_waited_micro: 80852", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.log file switch completion.time_waited_micro_fg", + "vartype": 2, + "default": "80852", + "summary": "system_event.log file switch completion.time_waited_micro_fg: 80852", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.log file switch completion.total_timeouts", + "vartype": 2, + "default": "0", + "summary": "system_event.log file switch completion.total_timeouts: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.log file switch completion.total_timeouts_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.log file switch completion.total_timeouts_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.log file switch completion.total_waits", + "vartype": 2, + "default": "4", + "summary": "system_event.log file switch completion.total_waits: 4", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.log file switch completion.total_waits_fg", + "vartype": 2, + "default": "4", + "summary": "system_event.log file switch completion.total_waits_fg: 4", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.log file switch completion.wait_class", + "vartype": 1, + "default": "Configuration", + "summary": "system_event.log file switch completion.wait_class: Configuration", + "scope": "global", + "metric_type": 2 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.log file switch completion.wait_class#", + "vartype": 2, + "default": "2", + "summary": "system_event.log file switch completion.wait_class#: 2", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.log file switch completion.wait_class_id", + "vartype": 2, + "default": "3290255840", + "summary": "system_event.log file switch completion.wait_class_id: 3290255840", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, { "fields": { "dbms": 12, "name": "global.system_event.log file sync.average_wait", "vartype": 3, - "summary": "system_event.log file sync.average_wait: 0.1", + "default": ".23", + "summary": "system_event.log file sync.average_wait: .23", "scope": "global", "metric_type": 3 }, @@ -30265,7 +39496,8 @@ "dbms": 12, "name": "global.system_event.log file sync.average_wait_fg", "vartype": 3, - "summary": "system_event.log file sync.average_wait_fg: 0.12", + "default": ".23", + "summary": "system_event.log file sync.average_wait_fg: .23", "scope": "global", "metric_type": 3 }, @@ -30276,6 +39508,7 @@ "dbms": 12, "name": "global.system_event.log file sync.con_id", "vartype": 2, + "default": "0", "summary": "system_event.log file sync.con_id: 0", "scope": "global", "metric_type": 1 @@ -30287,6 +39520,7 @@ "dbms": 12, "name": "global.system_event.log file sync.event_id", "vartype": 2, + "default": "1328744198", "summary": "system_event.log file sync.event_id: 1328744198", "scope": "global", "metric_type": 1 @@ -30298,7 +39532,8 @@ "dbms": 12, "name": "global.system_event.log file sync.time_waited", "vartype": 2, - "summary": "system_event.log file sync.time_waited: 0", + "default": "29786", + "summary": "system_event.log file sync.time_waited: 29786", "scope": "global", "metric_type": 1 }, @@ -30309,7 +39544,8 @@ "dbms": 12, "name": "global.system_event.log file sync.time_waited_fg", "vartype": 2, - "summary": "system_event.log file sync.time_waited_fg: 0", + "default": "29780", + "summary": "system_event.log file sync.time_waited_fg: 29780", "scope": "global", "metric_type": 1 }, @@ -30320,7 +39556,8 @@ "dbms": 12, "name": "global.system_event.log file sync.time_waited_micro", "vartype": 2, - "summary": "system_event.log file sync.time_waited_micro: 4913", + "default": "297863161", + "summary": "system_event.log file sync.time_waited_micro: 297863161", "scope": "global", "metric_type": 1 }, @@ -30331,7 +39568,8 @@ "dbms": 12, "name": "global.system_event.log file sync.time_waited_micro_fg", "vartype": 2, - "summary": "system_event.log file sync.time_waited_micro_fg: 3520", + "default": "297800941", + "summary": "system_event.log file sync.time_waited_micro_fg: 297800941", "scope": "global", "metric_type": 1 }, @@ -30342,6 +39580,7 @@ "dbms": 12, "name": "global.system_event.log file sync.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.log file sync.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -30353,6 +39592,7 @@ "dbms": 12, "name": "global.system_event.log file sync.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.log file sync.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -30364,7 +39604,8 @@ "dbms": 12, "name": "global.system_event.log file sync.total_waits", "vartype": 2, - "summary": "system_event.log file sync.total_waits: 5", + "default": "126774", + "summary": "system_event.log file sync.total_waits: 126774", "scope": "global", "metric_type": 1 }, @@ -30375,7 +39616,8 @@ "dbms": 12, "name": "global.system_event.log file sync.total_waits_fg", "vartype": 2, - "summary": "system_event.log file sync.total_waits_fg: 3", + "default": "126750", + "summary": "system_event.log file sync.total_waits_fg: 126750", "scope": "global", "metric_type": 1 }, @@ -30386,6 +39628,7 @@ "dbms": 12, "name": "global.system_event.log file sync.wait_class", "vartype": 1, + "default": "Commit", "summary": "system_event.log file sync.wait_class: Commit", "scope": "global", "metric_type": 2 @@ -30397,9 +39640,10 @@ "dbms": 12, "name": "global.system_event.log file sync.wait_class#", "vartype": 2, + "default": "5", "summary": "system_event.log file sync.wait_class#: 5", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -30408,6 +39652,7 @@ "dbms": 12, "name": "global.system_event.log file sync.wait_class_id", "vartype": 2, + "default": "3386400367", "summary": "system_event.log file sync.wait_class_id: 3386400367", "scope": "global", "metric_type": 1 @@ -30419,7 +39664,8 @@ "dbms": 12, "name": "global.system_event.lreg timer.average_wait", "vartype": 3, - "summary": "system_event.lreg timer.average_wait: 212.74", + "default": "284.51", + "summary": "system_event.lreg timer.average_wait: 284.51", "scope": "global", "metric_type": 3 }, @@ -30430,6 +39676,7 @@ "dbms": 12, "name": "global.system_event.lreg timer.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.lreg timer.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -30441,6 +39688,7 @@ "dbms": 12, "name": "global.system_event.lreg timer.con_id", "vartype": 2, + "default": "0", "summary": "system_event.lreg timer.con_id: 0", "scope": "global", "metric_type": 1 @@ -30452,6 +39700,7 @@ "dbms": 12, "name": "global.system_event.lreg timer.event_id", "vartype": 2, + "default": "3113908805", "summary": "system_event.lreg timer.event_id: 3113908805", "scope": "global", "metric_type": 1 @@ -30463,7 +39712,8 @@ "dbms": 12, "name": "global.system_event.lreg timer.time_waited", "vartype": 2, - "summary": "system_event.lreg timer.time_waited: 4893", + "default": "210535", + "summary": "system_event.lreg timer.time_waited: 210535", "scope": "global", "metric_type": 1 }, @@ -30474,6 +39724,7 @@ "dbms": 12, "name": "global.system_event.lreg timer.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.lreg timer.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -30485,7 +39736,8 @@ "dbms": 12, "name": "global.system_event.lreg timer.time_waited_micro", "vartype": 2, - "summary": "system_event.lreg timer.time_waited_micro: 48929507", + "default": "2105349223", + "summary": "system_event.lreg timer.time_waited_micro: 2105349223", "scope": "global", "metric_type": 1 }, @@ -30496,6 +39748,7 @@ "dbms": 12, "name": "global.system_event.lreg timer.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.lreg timer.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -30507,7 +39760,8 @@ "dbms": 12, "name": "global.system_event.lreg timer.total_timeouts", "vartype": 2, - "summary": "system_event.lreg timer.total_timeouts: 15", + "default": "701", + "summary": "system_event.lreg timer.total_timeouts: 701", "scope": "global", "metric_type": 1 }, @@ -30518,6 +39772,7 @@ "dbms": 12, "name": "global.system_event.lreg timer.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.lreg timer.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -30529,7 +39784,8 @@ "dbms": 12, "name": "global.system_event.lreg timer.total_waits", "vartype": 2, - "summary": "system_event.lreg timer.total_waits: 23", + "default": "740", + "summary": "system_event.lreg timer.total_waits: 740", "scope": "global", "metric_type": 1 }, @@ -30540,6 +39796,7 @@ "dbms": 12, "name": "global.system_event.lreg timer.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.lreg timer.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -30551,6 +39808,7 @@ "dbms": 12, "name": "global.system_event.lreg timer.wait_class", "vartype": 1, + "default": "Idle", "summary": "system_event.lreg timer.wait_class: Idle", "scope": "global", "metric_type": 2 @@ -30562,9 +39820,10 @@ "dbms": 12, "name": "global.system_event.lreg timer.wait_class#", "vartype": 2, + "default": "6", "summary": "system_event.lreg timer.wait_class#: 6", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -30573,18 +39832,200 @@ "dbms": 12, "name": "global.system_event.lreg timer.wait_class_id", "vartype": 2, + "default": "2723168908", "summary": "system_event.lreg timer.wait_class_id: 2723168908", "scope": "global", "metric_type": 1 }, "model": "website.MetricCatalog" }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.master exit.average_wait", + "vartype": 3, + "default": ".15", + "summary": "system_event.master exit.average_wait: .15", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.master exit.average_wait_fg", + "vartype": 3, + "default": ".15", + "summary": "system_event.master exit.average_wait_fg: .15", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.master exit.con_id", + "vartype": 2, + "default": "0", + "summary": "system_event.master exit.con_id: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.master exit.event_id", + "vartype": 2, + "default": "1628776795", + "summary": "system_event.master exit.event_id: 1628776795", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.master exit.time_waited", + "vartype": 2, + "default": "0", + "summary": "system_event.master exit.time_waited: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.master exit.time_waited_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.master exit.time_waited_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.master exit.time_waited_micro", + "vartype": 2, + "default": "1514", + "summary": "system_event.master exit.time_waited_micro: 1514", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.master exit.time_waited_micro_fg", + "vartype": 2, + "default": "1514", + "summary": "system_event.master exit.time_waited_micro_fg: 1514", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.master exit.total_timeouts", + "vartype": 2, + "default": "0", + "summary": "system_event.master exit.total_timeouts: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.master exit.total_timeouts_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.master exit.total_timeouts_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.master exit.total_waits", + "vartype": 2, + "default": "1", + "summary": "system_event.master exit.total_waits: 1", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.master exit.total_waits_fg", + "vartype": 2, + "default": "1", + "summary": "system_event.master exit.total_waits_fg: 1", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.master exit.wait_class", + "vartype": 1, + "default": "Other", + "summary": "system_event.master exit.wait_class: Other", + "scope": "global", + "metric_type": 2 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.master exit.wait_class#", + "vartype": 2, + "default": "0", + "summary": "system_event.master exit.wait_class#: 0", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.master exit.wait_class_id", + "vartype": 2, + "default": "1893977003", + "summary": "system_event.master exit.wait_class_id: 1893977003", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, { "fields": { "dbms": 12, "name": "global.system_event.ofs idle.average_wait", "vartype": 3, - "summary": "system_event.ofs idle.average_wait: 295.79", + "default": "299.88", + "summary": "system_event.ofs idle.average_wait: 299.88", "scope": "global", "metric_type": 3 }, @@ -30595,6 +40036,7 @@ "dbms": 12, "name": "global.system_event.ofs idle.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.ofs idle.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -30606,6 +40048,7 @@ "dbms": 12, "name": "global.system_event.ofs idle.con_id", "vartype": 2, + "default": "0", "summary": "system_event.ofs idle.con_id: 0", "scope": "global", "metric_type": 1 @@ -30617,6 +40060,7 @@ "dbms": 12, "name": "global.system_event.ofs idle.event_id", "vartype": 2, + "default": "1048659203", "summary": "system_event.ofs idle.event_id: 1048659203", "scope": "global", "metric_type": 1 @@ -30628,7 +40072,8 @@ "dbms": 12, "name": "global.system_event.ofs idle.time_waited", "vartype": 2, - "summary": "system_event.ofs idle.time_waited: 5028", + "default": "210817", + "summary": "system_event.ofs idle.time_waited: 210817", "scope": "global", "metric_type": 1 }, @@ -30639,6 +40084,7 @@ "dbms": 12, "name": "global.system_event.ofs idle.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.ofs idle.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -30650,7 +40096,8 @@ "dbms": 12, "name": "global.system_event.ofs idle.time_waited_micro", "vartype": 2, - "summary": "system_event.ofs idle.time_waited_micro: 50284843", + "default": "2108171869", + "summary": "system_event.ofs idle.time_waited_micro: 2108171869", "scope": "global", "metric_type": 1 }, @@ -30661,6 +40108,7 @@ "dbms": 12, "name": "global.system_event.ofs idle.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.ofs idle.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -30672,7 +40120,8 @@ "dbms": 12, "name": "global.system_event.ofs idle.total_timeouts", "vartype": 2, - "summary": "system_event.ofs idle.total_timeouts: 16", + "default": "702", + "summary": "system_event.ofs idle.total_timeouts: 702", "scope": "global", "metric_type": 1 }, @@ -30683,6 +40132,7 @@ "dbms": 12, "name": "global.system_event.ofs idle.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.ofs idle.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -30694,7 +40144,8 @@ "dbms": 12, "name": "global.system_event.ofs idle.total_waits", "vartype": 2, - "summary": "system_event.ofs idle.total_waits: 17", + "default": "703", + "summary": "system_event.ofs idle.total_waits: 703", "scope": "global", "metric_type": 1 }, @@ -30705,6 +40156,7 @@ "dbms": 12, "name": "global.system_event.ofs idle.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.ofs idle.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -30716,6 +40168,7 @@ "dbms": 12, "name": "global.system_event.ofs idle.wait_class", "vartype": 1, + "default": "Idle", "summary": "system_event.ofs idle.wait_class: Idle", "scope": "global", "metric_type": 2 @@ -30727,9 +40180,10 @@ "dbms": 12, "name": "global.system_event.ofs idle.wait_class#", "vartype": 2, + "default": "6", "summary": "system_event.ofs idle.wait_class#: 6", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -30738,6 +40192,7 @@ "dbms": 12, "name": "global.system_event.ofs idle.wait_class_id", "vartype": 2, + "default": "2723168908", "summary": "system_event.ofs idle.wait_class_id: 2723168908", "scope": "global", "metric_type": 1 @@ -30749,7 +40204,8 @@ "dbms": 12, "name": "global.system_event.oracle thread bootstrap.average_wait", "vartype": 3, - "summary": "system_event.oracle thread bootstrap.average_wait: 2.79", + "default": "9.82", + "summary": "system_event.oracle thread bootstrap.average_wait: 9.82", "scope": "global", "metric_type": 3 }, @@ -30760,7 +40216,8 @@ "dbms": 12, "name": "global.system_event.oracle thread bootstrap.average_wait_fg", "vartype": 3, - "summary": "system_event.oracle thread bootstrap.average_wait_fg: 4.72", + "default": "10.85", + "summary": "system_event.oracle thread bootstrap.average_wait_fg: 10.85", "scope": "global", "metric_type": 3 }, @@ -30771,6 +40228,7 @@ "dbms": 12, "name": "global.system_event.oracle thread bootstrap.con_id", "vartype": 2, + "default": "0", "summary": "system_event.oracle thread bootstrap.con_id: 0", "scope": "global", "metric_type": 1 @@ -30782,6 +40240,7 @@ "dbms": 12, "name": "global.system_event.oracle thread bootstrap.event_id", "vartype": 2, + "default": "4097944222", "summary": "system_event.oracle thread bootstrap.event_id: 4097944222", "scope": "global", "metric_type": 1 @@ -30793,7 +40252,8 @@ "dbms": 12, "name": "global.system_event.oracle thread bootstrap.time_waited", "vartype": 2, - "summary": "system_event.oracle thread bootstrap.time_waited: 254", + "default": "2535", + "summary": "system_event.oracle thread bootstrap.time_waited: 2535", "scope": "global", "metric_type": 1 }, @@ -30804,7 +40264,8 @@ "dbms": 12, "name": "global.system_event.oracle thread bootstrap.time_waited_fg", "vartype": 2, - "summary": "system_event.oracle thread bootstrap.time_waited_fg: 142", + "default": "608", + "summary": "system_event.oracle thread bootstrap.time_waited_fg: 608", "scope": "global", "metric_type": 1 }, @@ -30815,7 +40276,8 @@ "dbms": 12, "name": "global.system_event.oracle thread bootstrap.time_waited_micro", "vartype": 2, - "summary": "system_event.oracle thread bootstrap.time_waited_micro: 2539687", + "default": "25348076", + "summary": "system_event.oracle thread bootstrap.time_waited_micro: 25348076", "scope": "global", "metric_type": 1 }, @@ -30826,7 +40288,8 @@ "dbms": 12, "name": "global.system_event.oracle thread bootstrap.time_waited_micro_fg", "vartype": 2, - "summary": "system_event.oracle thread bootstrap.time_waited_micro_fg: 1416495", + "default": "6077856", + "summary": "system_event.oracle thread bootstrap.time_waited_micro_fg: 6077856", "scope": "global", "metric_type": 1 }, @@ -30837,6 +40300,7 @@ "dbms": 12, "name": "global.system_event.oracle thread bootstrap.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.oracle thread bootstrap.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -30848,6 +40312,7 @@ "dbms": 12, "name": "global.system_event.oracle thread bootstrap.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.oracle thread bootstrap.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -30859,7 +40324,8 @@ "dbms": 12, "name": "global.system_event.oracle thread bootstrap.total_waits", "vartype": 2, - "summary": "system_event.oracle thread bootstrap.total_waits: 91", + "default": "258", + "summary": "system_event.oracle thread bootstrap.total_waits: 258", "scope": "global", "metric_type": 1 }, @@ -30870,7 +40336,8 @@ "dbms": 12, "name": "global.system_event.oracle thread bootstrap.total_waits_fg", "vartype": 2, - "summary": "system_event.oracle thread bootstrap.total_waits_fg: 30", + "default": "56", + "summary": "system_event.oracle thread bootstrap.total_waits_fg: 56", "scope": "global", "metric_type": 1 }, @@ -30881,6 +40348,7 @@ "dbms": 12, "name": "global.system_event.oracle thread bootstrap.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.oracle thread bootstrap.wait_class: Other", "scope": "global", "metric_type": 2 @@ -30892,9 +40360,10 @@ "dbms": 12, "name": "global.system_event.oracle thread bootstrap.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.oracle thread bootstrap.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -30903,6 +40372,7 @@ "dbms": 12, "name": "global.system_event.oracle thread bootstrap.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.oracle thread bootstrap.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -30914,7 +40384,8 @@ "dbms": 12, "name": "global.system_event.os thread creation.average_wait", "vartype": 3, - "summary": "system_event.os thread creation.average_wait: 0.23", + "default": ".12", + "summary": "system_event.os thread creation.average_wait: .12", "scope": "global", "metric_type": 3 }, @@ -30925,7 +40396,8 @@ "dbms": 12, "name": "global.system_event.os thread creation.average_wait_fg", "vartype": 3, - "summary": "system_event.os thread creation.average_wait_fg: 0.11", + "default": ".35", + "summary": "system_event.os thread creation.average_wait_fg: .35", "scope": "global", "metric_type": 3 }, @@ -30936,6 +40408,7 @@ "dbms": 12, "name": "global.system_event.os thread creation.con_id", "vartype": 2, + "default": "0", "summary": "system_event.os thread creation.con_id: 0", "scope": "global", "metric_type": 1 @@ -30947,6 +40420,7 @@ "dbms": 12, "name": "global.system_event.os thread creation.event_id", "vartype": 2, + "default": "2423447952", "summary": "system_event.os thread creation.event_id: 2423447952", "scope": "global", "metric_type": 1 @@ -30958,7 +40432,8 @@ "dbms": 12, "name": "global.system_event.os thread creation.time_waited", "vartype": 2, - "summary": "system_event.os thread creation.time_waited: 21", + "default": "30", + "summary": "system_event.os thread creation.time_waited: 30", "scope": "global", "metric_type": 1 }, @@ -30969,7 +40444,8 @@ "dbms": 12, "name": "global.system_event.os thread creation.time_waited_fg", "vartype": 2, - "summary": "system_event.os thread creation.time_waited_fg: 1", + "default": "2", + "summary": "system_event.os thread creation.time_waited_fg: 2", "scope": "global", "metric_type": 1 }, @@ -30980,7 +40456,8 @@ "dbms": 12, "name": "global.system_event.os thread creation.time_waited_micro", "vartype": 2, - "summary": "system_event.os thread creation.time_waited_micro: 214108", + "default": "303433", + "summary": "system_event.os thread creation.time_waited_micro: 303433", "scope": "global", "metric_type": 1 }, @@ -30991,7 +40468,8 @@ "dbms": 12, "name": "global.system_event.os thread creation.time_waited_micro_fg", "vartype": 2, - "summary": "system_event.os thread creation.time_waited_micro_fg: 5668", + "default": "17602", + "summary": "system_event.os thread creation.time_waited_micro_fg: 17602", "scope": "global", "metric_type": 1 }, @@ -31002,6 +40480,7 @@ "dbms": 12, "name": "global.system_event.os thread creation.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.os thread creation.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -31013,6 +40492,7 @@ "dbms": 12, "name": "global.system_event.os thread creation.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.os thread creation.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -31024,7 +40504,8 @@ "dbms": 12, "name": "global.system_event.os thread creation.total_waits", "vartype": 2, - "summary": "system_event.os thread creation.total_waits: 93", + "default": "260", + "summary": "system_event.os thread creation.total_waits: 260", "scope": "global", "metric_type": 1 }, @@ -31035,6 +40516,7 @@ "dbms": 12, "name": "global.system_event.os thread creation.total_waits_fg", "vartype": 2, + "default": "5", "summary": "system_event.os thread creation.total_waits_fg: 5", "scope": "global", "metric_type": 1 @@ -31046,6 +40528,7 @@ "dbms": 12, "name": "global.system_event.os thread creation.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.os thread creation.wait_class: Other", "scope": "global", "metric_type": 2 @@ -31057,9 +40540,10 @@ "dbms": 12, "name": "global.system_event.os thread creation.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.os thread creation.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -31068,18 +40552,740 @@ "dbms": 12, "name": "global.system_event.os thread creation.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.os thread creation.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 }, "model": "website.MetricCatalog" }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.parallel recovery control message reply.average_wait", + "vartype": 3, + "default": "1.44", + "summary": "system_event.parallel recovery control message reply.average_wait: 1.44", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.parallel recovery control message reply.average_wait_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.parallel recovery control message reply.average_wait_fg: 0", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.parallel recovery control message reply.con_id", + "vartype": 2, + "default": "0", + "summary": "system_event.parallel recovery control message reply.con_id: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.parallel recovery control message reply.event_id", + "vartype": 2, + "default": "722766223", + "summary": "system_event.parallel recovery control message reply.event_id: 722766223", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.parallel recovery control message reply.time_waited", + "vartype": 2, + "default": "19", + "summary": "system_event.parallel recovery control message reply.time_waited: 19", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.parallel recovery control message reply.time_waited_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.parallel recovery control message reply.time_waited_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.parallel recovery control message reply.time_waited_micro", + "vartype": 2, + "default": "187648", + "summary": "system_event.parallel recovery control message reply.time_waited_micro: 187648", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.parallel recovery control message reply.time_waited_micro_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.parallel recovery control message reply.time_waited_micro_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.parallel recovery control message reply.total_timeouts", + "vartype": 2, + "default": "0", + "summary": "system_event.parallel recovery control message reply.total_timeouts: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.parallel recovery control message reply.total_timeouts_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.parallel recovery control message reply.total_timeouts_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.parallel recovery control message reply.total_waits", + "vartype": 2, + "default": "13", + "summary": "system_event.parallel recovery control message reply.total_waits: 13", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.parallel recovery control message reply.total_waits_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.parallel recovery control message reply.total_waits_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.parallel recovery control message reply.wait_class", + "vartype": 1, + "default": "Idle", + "summary": "system_event.parallel recovery control message reply.wait_class: Idle", + "scope": "global", + "metric_type": 2 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.parallel recovery control message reply.wait_class#", + "vartype": 2, + "default": "6", + "summary": "system_event.parallel recovery control message reply.wait_class#: 6", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.parallel recovery control message reply.wait_class_id", + "vartype": 2, + "default": "2723168908", + "summary": "system_event.parallel recovery control message reply.wait_class_id: 2723168908", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.parallel recovery coord: all replies.average_wait", + "vartype": 3, + "default": "95.43", + "summary": "system_event.parallel recovery coord: all replies.average_wait: 95.43", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.parallel recovery coord: all replies.average_wait_fg", + "vartype": 3, + "default": "95.43", + "summary": "system_event.parallel recovery coord: all replies.average_wait_fg: 95.43", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.parallel recovery coord: all replies.con_id", + "vartype": 2, + "default": "0", + "summary": "system_event.parallel recovery coord: all replies.con_id: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.parallel recovery coord: all replies.event_id", + "vartype": 2, + "default": "3015991344", + "summary": "system_event.parallel recovery coord: all replies.event_id: 3015991344", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.parallel recovery coord: all replies.time_waited", + "vartype": 2, + "default": "95", + "summary": "system_event.parallel recovery coord: all replies.time_waited: 95", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.parallel recovery coord: all replies.time_waited_fg", + "vartype": 2, + "default": "95", + "summary": "system_event.parallel recovery coord: all replies.time_waited_fg: 95", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.parallel recovery coord: all replies.time_waited_micro", + "vartype": 2, + "default": "954345", + "summary": "system_event.parallel recovery coord: all replies.time_waited_micro: 954345", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.parallel recovery coord: all replies.time_waited_micro_fg", + "vartype": 2, + "default": "954345", + "summary": "system_event.parallel recovery coord: all replies.time_waited_micro_fg: 954345", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.parallel recovery coord: all replies.total_timeouts", + "vartype": 2, + "default": "0", + "summary": "system_event.parallel recovery coord: all replies.total_timeouts: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.parallel recovery coord: all replies.total_timeouts_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.parallel recovery coord: all replies.total_timeouts_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.parallel recovery coord: all replies.total_waits", + "vartype": 2, + "default": "1", + "summary": "system_event.parallel recovery coord: all replies.total_waits: 1", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.parallel recovery coord: all replies.total_waits_fg", + "vartype": 2, + "default": "1", + "summary": "system_event.parallel recovery coord: all replies.total_waits_fg: 1", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.parallel recovery coord: all replies.wait_class", + "vartype": 1, + "default": "Other", + "summary": "system_event.parallel recovery coord: all replies.wait_class: Other", + "scope": "global", + "metric_type": 2 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.parallel recovery coord: all replies.wait_class#", + "vartype": 2, + "default": "0", + "summary": "system_event.parallel recovery coord: all replies.wait_class#: 0", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.parallel recovery coord: all replies.wait_class_id", + "vartype": 2, + "default": "1893977003", + "summary": "system_event.parallel recovery coord: all replies.wait_class_id: 1893977003", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.parallel recovery coordinator idle wait.average_wait", + "vartype": 3, + "default": "8.06", + "summary": "system_event.parallel recovery coordinator idle wait.average_wait: 8.06", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.parallel recovery coordinator idle wait.average_wait_fg", + "vartype": 3, + "default": "8.06", + "summary": "system_event.parallel recovery coordinator idle wait.average_wait_fg: 8.06", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.parallel recovery coordinator idle wait.con_id", + "vartype": 2, + "default": "0", + "summary": "system_event.parallel recovery coordinator idle wait.con_id: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.parallel recovery coordinator idle wait.event_id", + "vartype": 2, + "default": "2032998565", + "summary": "system_event.parallel recovery coordinator idle wait.event_id: 2032998565", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.parallel recovery coordinator idle wait.time_waited", + "vartype": 2, + "default": "363", + "summary": "system_event.parallel recovery coordinator idle wait.time_waited: 363", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.parallel recovery coordinator idle wait.time_waited_fg", + "vartype": 2, + "default": "363", + "summary": "system_event.parallel recovery coordinator idle wait.time_waited_fg: 363", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.parallel recovery coordinator idle wait.time_waited_micro", + "vartype": 2, + "default": "3628961", + "summary": "system_event.parallel recovery coordinator idle wait.time_waited_micro: 3628961", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.parallel recovery coordinator idle wait.time_waited_micro_fg", + "vartype": 2, + "default": "3628961", + "summary": "system_event.parallel recovery coordinator idle wait.time_waited_micro_fg: 3628961", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.parallel recovery coordinator idle wait.total_timeouts", + "vartype": 2, + "default": "0", + "summary": "system_event.parallel recovery coordinator idle wait.total_timeouts: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.parallel recovery coordinator idle wait.total_timeouts_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.parallel recovery coordinator idle wait.total_timeouts_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.parallel recovery coordinator idle wait.total_waits", + "vartype": 2, + "default": "45", + "summary": "system_event.parallel recovery coordinator idle wait.total_waits: 45", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.parallel recovery coordinator idle wait.total_waits_fg", + "vartype": 2, + "default": "45", + "summary": "system_event.parallel recovery coordinator idle wait.total_waits_fg: 45", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.parallel recovery coordinator idle wait.wait_class", + "vartype": 1, + "default": "Idle", + "summary": "system_event.parallel recovery coordinator idle wait.wait_class: Idle", + "scope": "global", + "metric_type": 2 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.parallel recovery coordinator idle wait.wait_class#", + "vartype": 2, + "default": "6", + "summary": "system_event.parallel recovery coordinator idle wait.wait_class#: 6", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.parallel recovery coordinator idle wait.wait_class_id", + "vartype": 2, + "default": "2723168908", + "summary": "system_event.parallel recovery coordinator idle wait.wait_class_id: 2723168908", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.parallel recovery slave next change.average_wait", + "vartype": 2, + "default": "1", + "summary": "system_event.parallel recovery slave next change.average_wait: 1", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.parallel recovery slave next change.average_wait_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.parallel recovery slave next change.average_wait_fg: 0", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.parallel recovery slave next change.con_id", + "vartype": 2, + "default": "0", + "summary": "system_event.parallel recovery slave next change.con_id: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.parallel recovery slave next change.event_id", + "vartype": 2, + "default": "572448743", + "summary": "system_event.parallel recovery slave next change.event_id: 572448743", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.parallel recovery slave next change.time_waited", + "vartype": 2, + "default": "1231", + "summary": "system_event.parallel recovery slave next change.time_waited: 1231", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.parallel recovery slave next change.time_waited_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.parallel recovery slave next change.time_waited_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.parallel recovery slave next change.time_waited_micro", + "vartype": 2, + "default": "12306255", + "summary": "system_event.parallel recovery slave next change.time_waited_micro: 12306255", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.parallel recovery slave next change.time_waited_micro_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.parallel recovery slave next change.time_waited_micro_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.parallel recovery slave next change.total_timeouts", + "vartype": 2, + "default": "0", + "summary": "system_event.parallel recovery slave next change.total_timeouts: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.parallel recovery slave next change.total_timeouts_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.parallel recovery slave next change.total_timeouts_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.parallel recovery slave next change.total_waits", + "vartype": 2, + "default": "1233", + "summary": "system_event.parallel recovery slave next change.total_waits: 1233", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.parallel recovery slave next change.total_waits_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.parallel recovery slave next change.total_waits_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.parallel recovery slave next change.wait_class", + "vartype": 1, + "default": "Idle", + "summary": "system_event.parallel recovery slave next change.wait_class: Idle", + "scope": "global", + "metric_type": 2 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.parallel recovery slave next change.wait_class#", + "vartype": 2, + "default": "6", + "summary": "system_event.parallel recovery slave next change.wait_class#: 6", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.parallel recovery slave next change.wait_class_id", + "vartype": 2, + "default": "2723168908", + "summary": "system_event.parallel recovery slave next change.wait_class_id: 2723168908", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, { "fields": { "dbms": 12, "name": "global.system_event.parameter file i/o.average_wait", "vartype": 3, - "summary": "system_event.parameter file i/o.average_wait: 0.03", + "default": ".21", + "summary": "system_event.parameter file i/o.average_wait: .21", "scope": "global", "metric_type": 3 }, @@ -31090,6 +41296,7 @@ "dbms": 12, "name": "global.system_event.parameter file i/o.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.parameter file i/o.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -31101,6 +41308,7 @@ "dbms": 12, "name": "global.system_event.parameter file i/o.con_id", "vartype": 2, + "default": "0", "summary": "system_event.parameter file i/o.con_id: 0", "scope": "global", "metric_type": 1 @@ -31112,6 +41320,7 @@ "dbms": 12, "name": "global.system_event.parameter file i/o.event_id", "vartype": 2, + "default": "1179235204", "summary": "system_event.parameter file i/o.event_id: 1179235204", "scope": "global", "metric_type": 1 @@ -31123,7 +41332,8 @@ "dbms": 12, "name": "global.system_event.parameter file i/o.time_waited", "vartype": 2, - "summary": "system_event.parameter file i/o.time_waited: 3", + "default": "5", + "summary": "system_event.parameter file i/o.time_waited: 5", "scope": "global", "metric_type": 1 }, @@ -31134,6 +41344,7 @@ "dbms": 12, "name": "global.system_event.parameter file i/o.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.parameter file i/o.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -31145,7 +41356,8 @@ "dbms": 12, "name": "global.system_event.parameter file i/o.time_waited_micro", "vartype": 2, - "summary": "system_event.parameter file i/o.time_waited_micro: 32782", + "default": "48027", + "summary": "system_event.parameter file i/o.time_waited_micro: 48027", "scope": "global", "metric_type": 1 }, @@ -31156,6 +41368,7 @@ "dbms": 12, "name": "global.system_event.parameter file i/o.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.parameter file i/o.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -31167,6 +41380,7 @@ "dbms": 12, "name": "global.system_event.parameter file i/o.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.parameter file i/o.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -31178,6 +41392,7 @@ "dbms": 12, "name": "global.system_event.parameter file i/o.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.parameter file i/o.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -31189,7 +41404,8 @@ "dbms": 12, "name": "global.system_event.parameter file i/o.total_waits", "vartype": 2, - "summary": "system_event.parameter file i/o.total_waits: 120", + "default": "23", + "summary": "system_event.parameter file i/o.total_waits: 23", "scope": "global", "metric_type": 1 }, @@ -31200,6 +41416,7 @@ "dbms": 12, "name": "global.system_event.parameter file i/o.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.parameter file i/o.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -31211,6 +41428,7 @@ "dbms": 12, "name": "global.system_event.parameter file i/o.wait_class", "vartype": 1, + "default": "User I/O", "summary": "system_event.parameter file i/o.wait_class: User I/O", "scope": "global", "metric_type": 2 @@ -31222,9 +41440,10 @@ "dbms": 12, "name": "global.system_event.parameter file i/o.wait_class#", "vartype": 2, + "default": "8", "summary": "system_event.parameter file i/o.wait_class#: 8", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -31233,6 +41452,7 @@ "dbms": 12, "name": "global.system_event.parameter file i/o.wait_class_id", "vartype": 2, + "default": "1740759767", "summary": "system_event.parameter file i/o.wait_class_id: 1740759767", "scope": "global", "metric_type": 1 @@ -31244,6 +41464,7 @@ "dbms": 12, "name": "global.system_event.pga memory operation.average_wait", "vartype": 2, + "default": "0", "summary": "system_event.pga memory operation.average_wait: 0", "scope": "global", "metric_type": 3 @@ -31255,6 +41476,7 @@ "dbms": 12, "name": "global.system_event.pga memory operation.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.pga memory operation.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -31266,6 +41488,7 @@ "dbms": 12, "name": "global.system_event.pga memory operation.con_id", "vartype": 2, + "default": "0", "summary": "system_event.pga memory operation.con_id: 0", "scope": "global", "metric_type": 1 @@ -31277,6 +41500,7 @@ "dbms": 12, "name": "global.system_event.pga memory operation.event_id", "vartype": 2, + "default": "1800992443", "summary": "system_event.pga memory operation.event_id: 1800992443", "scope": "global", "metric_type": 1 @@ -31288,7 +41512,8 @@ "dbms": 12, "name": "global.system_event.pga memory operation.time_waited", "vartype": 2, - "summary": "system_event.pga memory operation.time_waited: 6", + "default": "125", + "summary": "system_event.pga memory operation.time_waited: 125", "scope": "global", "metric_type": 1 }, @@ -31299,7 +41524,8 @@ "dbms": 12, "name": "global.system_event.pga memory operation.time_waited_fg", "vartype": 2, - "summary": "system_event.pga memory operation.time_waited_fg: 2", + "default": "93", + "summary": "system_event.pga memory operation.time_waited_fg: 93", "scope": "global", "metric_type": 1 }, @@ -31310,7 +41536,8 @@ "dbms": 12, "name": "global.system_event.pga memory operation.time_waited_micro", "vartype": 2, - "summary": "system_event.pga memory operation.time_waited_micro: 61163", + "default": "1248091", + "summary": "system_event.pga memory operation.time_waited_micro: 1248091", "scope": "global", "metric_type": 1 }, @@ -31321,7 +41548,8 @@ "dbms": 12, "name": "global.system_event.pga memory operation.time_waited_micro_fg", "vartype": 2, - "summary": "system_event.pga memory operation.time_waited_micro_fg: 17307", + "default": "933013", + "summary": "system_event.pga memory operation.time_waited_micro_fg: 933013", "scope": "global", "metric_type": 1 }, @@ -31332,6 +41560,7 @@ "dbms": 12, "name": "global.system_event.pga memory operation.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.pga memory operation.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -31343,6 +41572,7 @@ "dbms": 12, "name": "global.system_event.pga memory operation.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.pga memory operation.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -31354,7 +41584,8 @@ "dbms": 12, "name": "global.system_event.pga memory operation.total_waits", "vartype": 2, - "summary": "system_event.pga memory operation.total_waits: 2381", + "default": "138936", + "summary": "system_event.pga memory operation.total_waits: 138936", "scope": "global", "metric_type": 1 }, @@ -31365,7 +41596,8 @@ "dbms": 12, "name": "global.system_event.pga memory operation.total_waits_fg", "vartype": 2, - "summary": "system_event.pga memory operation.total_waits_fg: 856", + "default": "115030", + "summary": "system_event.pga memory operation.total_waits_fg: 115030", "scope": "global", "metric_type": 1 }, @@ -31376,6 +41608,7 @@ "dbms": 12, "name": "global.system_event.pga memory operation.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.pga memory operation.wait_class: Other", "scope": "global", "metric_type": 2 @@ -31387,9 +41620,10 @@ "dbms": 12, "name": "global.system_event.pga memory operation.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.pga memory operation.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -31398,18 +41632,200 @@ "dbms": 12, "name": "global.system_event.pga memory operation.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.pga memory operation.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 }, "model": "website.MetricCatalog" }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.pl/sql lock timer.average_wait", + "vartype": 3, + "default": "11.08", + "summary": "system_event.pl/sql lock timer.average_wait: 11.08", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.pl/sql lock timer.average_wait_fg", + "vartype": 3, + "default": "11.08", + "summary": "system_event.pl/sql lock timer.average_wait_fg: 11.08", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.pl/sql lock timer.con_id", + "vartype": 2, + "default": "0", + "summary": "system_event.pl/sql lock timer.con_id: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.pl/sql lock timer.event_id", + "vartype": 2, + "default": "818280116", + "summary": "system_event.pl/sql lock timer.event_id: 818280116", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.pl/sql lock timer.time_waited", + "vartype": 2, + "default": "100", + "summary": "system_event.pl/sql lock timer.time_waited: 100", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.pl/sql lock timer.time_waited_fg", + "vartype": 2, + "default": "100", + "summary": "system_event.pl/sql lock timer.time_waited_fg: 100", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.pl/sql lock timer.time_waited_micro", + "vartype": 2, + "default": "997538", + "summary": "system_event.pl/sql lock timer.time_waited_micro: 997538", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.pl/sql lock timer.time_waited_micro_fg", + "vartype": 2, + "default": "997538", + "summary": "system_event.pl/sql lock timer.time_waited_micro_fg: 997538", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.pl/sql lock timer.total_timeouts", + "vartype": 2, + "default": "9", + "summary": "system_event.pl/sql lock timer.total_timeouts: 9", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.pl/sql lock timer.total_timeouts_fg", + "vartype": 2, + "default": "9", + "summary": "system_event.pl/sql lock timer.total_timeouts_fg: 9", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.pl/sql lock timer.total_waits", + "vartype": 2, + "default": "9", + "summary": "system_event.pl/sql lock timer.total_waits: 9", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.pl/sql lock timer.total_waits_fg", + "vartype": 2, + "default": "9", + "summary": "system_event.pl/sql lock timer.total_waits_fg: 9", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.pl/sql lock timer.wait_class", + "vartype": 1, + "default": "Idle", + "summary": "system_event.pl/sql lock timer.wait_class: Idle", + "scope": "global", + "metric_type": 2 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.pl/sql lock timer.wait_class#", + "vartype": 2, + "default": "6", + "summary": "system_event.pl/sql lock timer.wait_class#: 6", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.pl/sql lock timer.wait_class_id", + "vartype": 2, + "default": "2723168908", + "summary": "system_event.pl/sql lock timer.wait_class_id: 2723168908", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, { "fields": { "dbms": 12, "name": "global.system_event.pman timer.average_wait", "vartype": 3, - "summary": "system_event.pman timer.average_wait: 278.99", + "default": "299.81", + "summary": "system_event.pman timer.average_wait: 299.81", "scope": "global", "metric_type": 3 }, @@ -31420,6 +41836,7 @@ "dbms": 12, "name": "global.system_event.pman timer.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.pman timer.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -31431,6 +41848,7 @@ "dbms": 12, "name": "global.system_event.pman timer.con_id", "vartype": 2, + "default": "0", "summary": "system_event.pman timer.con_id: 0", "scope": "global", "metric_type": 1 @@ -31442,6 +41860,7 @@ "dbms": 12, "name": "global.system_event.pman timer.event_id", "vartype": 2, + "default": "635602798", "summary": "system_event.pman timer.event_id: 635602798", "scope": "global", "metric_type": 1 @@ -31453,7 +41872,8 @@ "dbms": 12, "name": "global.system_event.pman timer.time_waited", "vartype": 2, - "summary": "system_event.pman timer.time_waited: 5022", + "default": "210766", + "summary": "system_event.pman timer.time_waited: 210766", "scope": "global", "metric_type": 1 }, @@ -31464,6 +41884,7 @@ "dbms": 12, "name": "global.system_event.pman timer.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.pman timer.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -31475,7 +41896,8 @@ "dbms": 12, "name": "global.system_event.pman timer.time_waited_micro", "vartype": 2, - "summary": "system_event.pman timer.time_waited_micro: 50218855", + "default": "2107656053", + "summary": "system_event.pman timer.time_waited_micro: 2107656053", "scope": "global", "metric_type": 1 }, @@ -31486,6 +41908,7 @@ "dbms": 12, "name": "global.system_event.pman timer.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.pman timer.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -31497,7 +41920,8 @@ "dbms": 12, "name": "global.system_event.pman timer.total_timeouts", "vartype": 2, - "summary": "system_event.pman timer.total_timeouts: 16", + "default": "701", + "summary": "system_event.pman timer.total_timeouts: 701", "scope": "global", "metric_type": 1 }, @@ -31508,6 +41932,7 @@ "dbms": 12, "name": "global.system_event.pman timer.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.pman timer.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -31519,7 +41944,8 @@ "dbms": 12, "name": "global.system_event.pman timer.total_waits", "vartype": 2, - "summary": "system_event.pman timer.total_waits: 18", + "default": "703", + "summary": "system_event.pman timer.total_waits: 703", "scope": "global", "metric_type": 1 }, @@ -31530,6 +41956,7 @@ "dbms": 12, "name": "global.system_event.pman timer.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.pman timer.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -31541,6 +41968,7 @@ "dbms": 12, "name": "global.system_event.pman timer.wait_class", "vartype": 1, + "default": "Idle", "summary": "system_event.pman timer.wait_class: Idle", "scope": "global", "metric_type": 2 @@ -31552,9 +41980,10 @@ "dbms": 12, "name": "global.system_event.pman timer.wait_class#", "vartype": 2, + "default": "6", "summary": "system_event.pman timer.wait_class#: 6", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -31563,6 +41992,7 @@ "dbms": 12, "name": "global.system_event.pman timer.wait_class_id", "vartype": 2, + "default": "2723168908", "summary": "system_event.pman timer.wait_class_id: 2723168908", "scope": "global", "metric_type": 1 @@ -31574,7 +42004,8 @@ "dbms": 12, "name": "global.system_event.pmon timer.average_wait", "vartype": 3, - "summary": "system_event.pmon timer.average_wait: 293.95", + "default": "299.59", + "summary": "system_event.pmon timer.average_wait: 299.59", "scope": "global", "metric_type": 3 }, @@ -31585,6 +42016,7 @@ "dbms": 12, "name": "global.system_event.pmon timer.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.pmon timer.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -31596,6 +42028,7 @@ "dbms": 12, "name": "global.system_event.pmon timer.con_id", "vartype": 2, + "default": "0", "summary": "system_event.pmon timer.con_id: 0", "scope": "global", "metric_type": 1 @@ -31607,6 +42040,7 @@ "dbms": 12, "name": "global.system_event.pmon timer.event_id", "vartype": 2, + "default": "3539483025", "summary": "system_event.pmon timer.event_id: 3539483025", "scope": "global", "metric_type": 1 @@ -31618,7 +42052,8 @@ "dbms": 12, "name": "global.system_event.pmon timer.time_waited", "vartype": 2, - "summary": "system_event.pmon timer.time_waited: 10288", + "default": "422128", + "summary": "system_event.pmon timer.time_waited: 422128", "scope": "global", "metric_type": 1 }, @@ -31629,6 +42064,7 @@ "dbms": 12, "name": "global.system_event.pmon timer.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.pmon timer.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -31640,7 +42076,8 @@ "dbms": 12, "name": "global.system_event.pmon timer.time_waited_micro", "vartype": 2, - "summary": "system_event.pmon timer.time_waited_micro: 102880995", + "default": "4221280751", + "summary": "system_event.pmon timer.time_waited_micro: 4221280751", "scope": "global", "metric_type": 1 }, @@ -31651,6 +42088,7 @@ "dbms": 12, "name": "global.system_event.pmon timer.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.pmon timer.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -31662,7 +42100,8 @@ "dbms": 12, "name": "global.system_event.pmon timer.total_timeouts", "vartype": 2, - "summary": "system_event.pmon timer.total_timeouts: 32", + "default": "1404", + "summary": "system_event.pmon timer.total_timeouts: 1404", "scope": "global", "metric_type": 1 }, @@ -31673,6 +42112,7 @@ "dbms": 12, "name": "global.system_event.pmon timer.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.pmon timer.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -31684,7 +42124,8 @@ "dbms": 12, "name": "global.system_event.pmon timer.total_waits", "vartype": 2, - "summary": "system_event.pmon timer.total_waits: 35", + "default": "1409", + "summary": "system_event.pmon timer.total_waits: 1409", "scope": "global", "metric_type": 1 }, @@ -31695,6 +42136,7 @@ "dbms": 12, "name": "global.system_event.pmon timer.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.pmon timer.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -31706,6 +42148,7 @@ "dbms": 12, "name": "global.system_event.pmon timer.wait_class", "vartype": 1, + "default": "Idle", "summary": "system_event.pmon timer.wait_class: Idle", "scope": "global", "metric_type": 2 @@ -31717,9 +42160,10 @@ "dbms": 12, "name": "global.system_event.pmon timer.wait_class#", "vartype": 2, + "default": "6", "summary": "system_event.pmon timer.wait_class#: 6", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -31728,183 +42172,20 @@ "dbms": 12, "name": "global.system_event.pmon timer.wait_class_id", "vartype": 2, + "default": "2723168908", "summary": "system_event.pmon timer.wait_class_id: 2723168908", "scope": "global", "metric_type": 1 }, "model": "website.MetricCatalog" }, - { - "fields": { - "dbms": 12, - "name": "global.system_event.px deq credit: free buffer.average_wait", - "vartype": 3, - "summary": "system_event.px deq credit: free buffer.average_wait: 0.15", - "scope": "global", - "metric_type": 3 - }, - "model": "website.MetricCatalog" - }, - { - "fields": { - "dbms": 12, - "name": "global.system_event.px deq credit: free buffer.average_wait_fg", - "vartype": 3, - "summary": "system_event.px deq credit: free buffer.average_wait_fg: 0.15", - "scope": "global", - "metric_type": 3 - }, - "model": "website.MetricCatalog" - }, - { - "fields": { - "dbms": 12, - "name": "global.system_event.px deq credit: free buffer.con_id", - "vartype": 2, - "summary": "system_event.px deq credit: free buffer.con_id: 0", - "scope": "global", - "metric_type": 1 - }, - "model": "website.MetricCatalog" - }, - { - "fields": { - "dbms": 12, - "name": "global.system_event.px deq credit: free buffer.event_id", - "vartype": 2, - "summary": "system_event.px deq credit: free buffer.event_id: 2019821942", - "scope": "global", - "metric_type": 1 - }, - "model": "website.MetricCatalog" - }, - { - "fields": { - "dbms": 12, - "name": "global.system_event.px deq credit: free buffer.time_waited", - "vartype": 2, - "summary": "system_event.px deq credit: free buffer.time_waited: 0", - "scope": "global", - "metric_type": 1 - }, - "model": "website.MetricCatalog" - }, - { - "fields": { - "dbms": 12, - "name": "global.system_event.px deq credit: free buffer.time_waited_fg", - "vartype": 2, - "summary": "system_event.px deq credit: free buffer.time_waited_fg: 0", - "scope": "global", - "metric_type": 1 - }, - "model": "website.MetricCatalog" - }, - { - "fields": { - "dbms": 12, - "name": "global.system_event.px deq credit: free buffer.time_waited_micro", - "vartype": 2, - "summary": "system_event.px deq credit: free buffer.time_waited_micro: 4636", - "scope": "global", - "metric_type": 1 - }, - "model": "website.MetricCatalog" - }, - { - "fields": { - "dbms": 12, - "name": "global.system_event.px deq credit: free buffer.time_waited_micro_fg", - "vartype": 2, - "summary": "system_event.px deq credit: free buffer.time_waited_micro_fg: 4636", - "scope": "global", - "metric_type": 1 - }, - "model": "website.MetricCatalog" - }, - { - "fields": { - "dbms": 12, - "name": "global.system_event.px deq credit: free buffer.total_timeouts", - "vartype": 2, - "summary": "system_event.px deq credit: free buffer.total_timeouts: 0", - "scope": "global", - "metric_type": 1 - }, - "model": "website.MetricCatalog" - }, - { - "fields": { - "dbms": 12, - "name": "global.system_event.px deq credit: free buffer.total_timeouts_fg", - "vartype": 2, - "summary": "system_event.px deq credit: free buffer.total_timeouts_fg: 0", - "scope": "global", - "metric_type": 1 - }, - "model": "website.MetricCatalog" - }, - { - "fields": { - "dbms": 12, - "name": "global.system_event.px deq credit: free buffer.total_waits", - "vartype": 2, - "summary": "system_event.px deq credit: free buffer.total_waits: 3", - "scope": "global", - "metric_type": 1 - }, - "model": "website.MetricCatalog" - }, - { - "fields": { - "dbms": 12, - "name": "global.system_event.px deq credit: free buffer.total_waits_fg", - "vartype": 2, - "summary": "system_event.px deq credit: free buffer.total_waits_fg: 3", - "scope": "global", - "metric_type": 1 - }, - "model": "website.MetricCatalog" - }, - { - "fields": { - "dbms": 12, - "name": "global.system_event.px deq credit: free buffer.wait_class", - "vartype": 1, - "summary": "system_event.px deq credit: free buffer.wait_class: Other", - "scope": "global", - "metric_type": 2 - }, - "model": "website.MetricCatalog" - }, - { - "fields": { - "dbms": 12, - "name": "global.system_event.px deq credit: free buffer.wait_class#", - "vartype": 2, - "summary": "system_event.px deq credit: free buffer.wait_class#: 0", - "scope": "global", - "metric_type": 1 - }, - "model": "website.MetricCatalog" - }, - { - "fields": { - "dbms": 12, - "name": "global.system_event.px deq credit: free buffer.wait_class_id", - "vartype": 2, - "summary": "system_event.px deq credit: free buffer.wait_class_id: 1893977003", - "scope": "global", - "metric_type": 1 - }, - "model": "website.MetricCatalog" - }, { "fields": { "dbms": 12, "name": "global.system_event.px deq credit: need buffer.average_wait", "vartype": 3, - "summary": "system_event.px deq credit: need buffer.average_wait: 0.03", + "default": ".03", + "summary": "system_event.px deq credit: need buffer.average_wait: .03", "scope": "global", "metric_type": 3 }, @@ -31915,7 +42196,8 @@ "dbms": 12, "name": "global.system_event.px deq credit: need buffer.average_wait_fg", "vartype": 3, - "summary": "system_event.px deq credit: need buffer.average_wait_fg: 0.03", + "default": ".03", + "summary": "system_event.px deq credit: need buffer.average_wait_fg: .03", "scope": "global", "metric_type": 3 }, @@ -31926,6 +42208,7 @@ "dbms": 12, "name": "global.system_event.px deq credit: need buffer.con_id", "vartype": 2, + "default": "0", "summary": "system_event.px deq credit: need buffer.con_id: 0", "scope": "global", "metric_type": 1 @@ -31937,6 +42220,7 @@ "dbms": 12, "name": "global.system_event.px deq credit: need buffer.event_id", "vartype": 2, + "default": "2267953574", "summary": "system_event.px deq credit: need buffer.event_id: 2267953574", "scope": "global", "metric_type": 1 @@ -31948,7 +42232,8 @@ "dbms": 12, "name": "global.system_event.px deq credit: need buffer.time_waited", "vartype": 2, - "summary": "system_event.px deq credit: need buffer.time_waited: 0", + "default": "1", + "summary": "system_event.px deq credit: need buffer.time_waited: 1", "scope": "global", "metric_type": 1 }, @@ -31959,7 +42244,8 @@ "dbms": 12, "name": "global.system_event.px deq credit: need buffer.time_waited_fg", "vartype": 2, - "summary": "system_event.px deq credit: need buffer.time_waited_fg: 0", + "default": "1", + "summary": "system_event.px deq credit: need buffer.time_waited_fg: 1", "scope": "global", "metric_type": 1 }, @@ -31970,7 +42256,8 @@ "dbms": 12, "name": "global.system_event.px deq credit: need buffer.time_waited_micro", "vartype": 2, - "summary": "system_event.px deq credit: need buffer.time_waited_micro: 3005", + "default": "9121", + "summary": "system_event.px deq credit: need buffer.time_waited_micro: 9121", "scope": "global", "metric_type": 1 }, @@ -31981,7 +42268,8 @@ "dbms": 12, "name": "global.system_event.px deq credit: need buffer.time_waited_micro_fg", "vartype": 2, - "summary": "system_event.px deq credit: need buffer.time_waited_micro_fg: 3005", + "default": "9121", + "summary": "system_event.px deq credit: need buffer.time_waited_micro_fg: 9121", "scope": "global", "metric_type": 1 }, @@ -31992,6 +42280,7 @@ "dbms": 12, "name": "global.system_event.px deq credit: need buffer.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.px deq credit: need buffer.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -32003,6 +42292,7 @@ "dbms": 12, "name": "global.system_event.px deq credit: need buffer.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.px deq credit: need buffer.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -32014,7 +42304,8 @@ "dbms": 12, "name": "global.system_event.px deq credit: need buffer.total_waits", "vartype": 2, - "summary": "system_event.px deq credit: need buffer.total_waits: 9", + "default": "31", + "summary": "system_event.px deq credit: need buffer.total_waits: 31", "scope": "global", "metric_type": 1 }, @@ -32025,7 +42316,8 @@ "dbms": 12, "name": "global.system_event.px deq credit: need buffer.total_waits_fg", "vartype": 2, - "summary": "system_event.px deq credit: need buffer.total_waits_fg: 9", + "default": "31", + "summary": "system_event.px deq credit: need buffer.total_waits_fg: 31", "scope": "global", "metric_type": 1 }, @@ -32036,6 +42328,7 @@ "dbms": 12, "name": "global.system_event.px deq credit: need buffer.wait_class", "vartype": 1, + "default": "Idle", "summary": "system_event.px deq credit: need buffer.wait_class: Idle", "scope": "global", "metric_type": 2 @@ -32047,9 +42340,10 @@ "dbms": 12, "name": "global.system_event.px deq credit: need buffer.wait_class#", "vartype": 2, + "default": "6", "summary": "system_event.px deq credit: need buffer.wait_class#: 6", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -32058,6 +42352,7 @@ "dbms": 12, "name": "global.system_event.px deq credit: need buffer.wait_class_id", "vartype": 2, + "default": "2723168908", "summary": "system_event.px deq credit: need buffer.wait_class_id: 2723168908", "scope": "global", "metric_type": 1 @@ -32069,7 +42364,8 @@ "dbms": 12, "name": "global.system_event.px deq credit: send blkd.average_wait", "vartype": 3, - "summary": "system_event.px deq credit: send blkd.average_wait: 0.07", + "default": ".06", + "summary": "system_event.px deq credit: send blkd.average_wait: .06", "scope": "global", "metric_type": 3 }, @@ -32080,7 +42376,8 @@ "dbms": 12, "name": "global.system_event.px deq credit: send blkd.average_wait_fg", "vartype": 3, - "summary": "system_event.px deq credit: send blkd.average_wait_fg: 0.06", + "default": ".06", + "summary": "system_event.px deq credit: send blkd.average_wait_fg: .06", "scope": "global", "metric_type": 3 }, @@ -32091,6 +42388,7 @@ "dbms": 12, "name": "global.system_event.px deq credit: send blkd.con_id", "vartype": 2, + "default": "0", "summary": "system_event.px deq credit: send blkd.con_id: 0", "scope": "global", "metric_type": 1 @@ -32102,6 +42400,7 @@ "dbms": 12, "name": "global.system_event.px deq credit: send blkd.event_id", "vartype": 2, + "default": "2610814049", "summary": "system_event.px deq credit: send blkd.event_id: 2610814049", "scope": "global", "metric_type": 1 @@ -32113,7 +42412,8 @@ "dbms": 12, "name": "global.system_event.px deq credit: send blkd.time_waited", "vartype": 2, - "summary": "system_event.px deq credit: send blkd.time_waited: 9", + "default": "33", + "summary": "system_event.px deq credit: send blkd.time_waited: 33", "scope": "global", "metric_type": 1 }, @@ -32124,7 +42424,8 @@ "dbms": 12, "name": "global.system_event.px deq credit: send blkd.time_waited_fg", "vartype": 2, - "summary": "system_event.px deq credit: send blkd.time_waited_fg: 8", + "default": "33", + "summary": "system_event.px deq credit: send blkd.time_waited_fg: 33", "scope": "global", "metric_type": 1 }, @@ -32135,7 +42436,8 @@ "dbms": 12, "name": "global.system_event.px deq credit: send blkd.time_waited_micro", "vartype": 2, - "summary": "system_event.px deq credit: send blkd.time_waited_micro: 86620", + "default": "327857", + "summary": "system_event.px deq credit: send blkd.time_waited_micro: 327857", "scope": "global", "metric_type": 1 }, @@ -32146,7 +42448,8 @@ "dbms": 12, "name": "global.system_event.px deq credit: send blkd.time_waited_micro_fg", "vartype": 2, - "summary": "system_event.px deq credit: send blkd.time_waited_micro_fg: 76180", + "default": "327857", + "summary": "system_event.px deq credit: send blkd.time_waited_micro_fg: 327857", "scope": "global", "metric_type": 1 }, @@ -32157,6 +42460,7 @@ "dbms": 12, "name": "global.system_event.px deq credit: send blkd.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.px deq credit: send blkd.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -32168,6 +42472,7 @@ "dbms": 12, "name": "global.system_event.px deq credit: send blkd.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.px deq credit: send blkd.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -32179,7 +42484,8 @@ "dbms": 12, "name": "global.system_event.px deq credit: send blkd.total_waits", "vartype": 2, - "summary": "system_event.px deq credit: send blkd.total_waits: 124", + "default": "541", + "summary": "system_event.px deq credit: send blkd.total_waits: 541", "scope": "global", "metric_type": 1 }, @@ -32190,7 +42496,8 @@ "dbms": 12, "name": "global.system_event.px deq credit: send blkd.total_waits_fg", "vartype": 2, - "summary": "system_event.px deq credit: send blkd.total_waits_fg: 120", + "default": "541", + "summary": "system_event.px deq credit: send blkd.total_waits_fg: 541", "scope": "global", "metric_type": 1 }, @@ -32201,6 +42508,7 @@ "dbms": 12, "name": "global.system_event.px deq credit: send blkd.wait_class", "vartype": 1, + "default": "Idle", "summary": "system_event.px deq credit: send blkd.wait_class: Idle", "scope": "global", "metric_type": 2 @@ -32212,9 +42520,10 @@ "dbms": 12, "name": "global.system_event.px deq credit: send blkd.wait_class#", "vartype": 2, + "default": "6", "summary": "system_event.px deq credit: send blkd.wait_class#: 6", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -32223,6 +42532,7 @@ "dbms": 12, "name": "global.system_event.px deq credit: send blkd.wait_class_id", "vartype": 2, + "default": "2723168908", "summary": "system_event.px deq credit: send blkd.wait_class_id: 2723168908", "scope": "global", "metric_type": 1 @@ -32234,7 +42544,8 @@ "dbms": 12, "name": "global.system_event.px deq: execute reply.average_wait", "vartype": 3, - "summary": "system_event.px deq: execute reply.average_wait: 0.05", + "default": ".03", + "summary": "system_event.px deq: execute reply.average_wait: .03", "scope": "global", "metric_type": 3 }, @@ -32244,8 +42555,9 @@ "fields": { "dbms": 12, "name": "global.system_event.px deq: execute reply.average_wait_fg", - "vartype": 2, - "summary": "system_event.px deq: execute reply.average_wait_fg: 0", + "vartype": 3, + "default": ".03", + "summary": "system_event.px deq: execute reply.average_wait_fg: .03", "scope": "global", "metric_type": 3 }, @@ -32256,6 +42568,7 @@ "dbms": 12, "name": "global.system_event.px deq: execute reply.con_id", "vartype": 2, + "default": "0", "summary": "system_event.px deq: execute reply.con_id: 0", "scope": "global", "metric_type": 1 @@ -32267,6 +42580,7 @@ "dbms": 12, "name": "global.system_event.px deq: execute reply.event_id", "vartype": 2, + "default": "2599037852", "summary": "system_event.px deq: execute reply.event_id: 2599037852", "scope": "global", "metric_type": 1 @@ -32278,7 +42592,8 @@ "dbms": 12, "name": "global.system_event.px deq: execute reply.time_waited", "vartype": 2, - "summary": "system_event.px deq: execute reply.time_waited: 26", + "default": "44", + "summary": "system_event.px deq: execute reply.time_waited: 44", "scope": "global", "metric_type": 1 }, @@ -32289,7 +42604,8 @@ "dbms": 12, "name": "global.system_event.px deq: execute reply.time_waited_fg", "vartype": 2, - "summary": "system_event.px deq: execute reply.time_waited_fg: 0", + "default": "44", + "summary": "system_event.px deq: execute reply.time_waited_fg: 44", "scope": "global", "metric_type": 1 }, @@ -32300,7 +42616,8 @@ "dbms": 12, "name": "global.system_event.px deq: execute reply.time_waited_micro", "vartype": 2, - "summary": "system_event.px deq: execute reply.time_waited_micro: 260915", + "default": "442547", + "summary": "system_event.px deq: execute reply.time_waited_micro: 442547", "scope": "global", "metric_type": 1 }, @@ -32311,7 +42628,8 @@ "dbms": 12, "name": "global.system_event.px deq: execute reply.time_waited_micro_fg", "vartype": 2, - "summary": "system_event.px deq: execute reply.time_waited_micro_fg: 0", + "default": "442547", + "summary": "system_event.px deq: execute reply.time_waited_micro_fg: 442547", "scope": "global", "metric_type": 1 }, @@ -32322,6 +42640,7 @@ "dbms": 12, "name": "global.system_event.px deq: execute reply.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.px deq: execute reply.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -32333,6 +42652,7 @@ "dbms": 12, "name": "global.system_event.px deq: execute reply.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.px deq: execute reply.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -32344,7 +42664,8 @@ "dbms": 12, "name": "global.system_event.px deq: execute reply.total_waits", "vartype": 2, - "summary": "system_event.px deq: execute reply.total_waits: 494", + "default": "1616", + "summary": "system_event.px deq: execute reply.total_waits: 1616", "scope": "global", "metric_type": 1 }, @@ -32355,7 +42676,8 @@ "dbms": 12, "name": "global.system_event.px deq: execute reply.total_waits_fg", "vartype": 2, - "summary": "system_event.px deq: execute reply.total_waits_fg: 0", + "default": "1616", + "summary": "system_event.px deq: execute reply.total_waits_fg: 1616", "scope": "global", "metric_type": 1 }, @@ -32366,6 +42688,7 @@ "dbms": 12, "name": "global.system_event.px deq: execute reply.wait_class", "vartype": 1, + "default": "Idle", "summary": "system_event.px deq: execute reply.wait_class: Idle", "scope": "global", "metric_type": 2 @@ -32377,9 +42700,10 @@ "dbms": 12, "name": "global.system_event.px deq: execute reply.wait_class#", "vartype": 2, + "default": "6", "summary": "system_event.px deq: execute reply.wait_class#: 6", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -32388,6 +42712,7 @@ "dbms": 12, "name": "global.system_event.px deq: execute reply.wait_class_id", "vartype": 2, + "default": "2723168908", "summary": "system_event.px deq: execute reply.wait_class_id: 2723168908", "scope": "global", "metric_type": 1 @@ -32399,7 +42724,8 @@ "dbms": 12, "name": "global.system_event.px deq: execution msg.average_wait", "vartype": 3, - "summary": "system_event.px deq: execution msg.average_wait: 0.27", + "default": ".32", + "summary": "system_event.px deq: execution msg.average_wait: .32", "scope": "global", "metric_type": 3 }, @@ -32410,7 +42736,8 @@ "dbms": 12, "name": "global.system_event.px deq: execution msg.average_wait_fg", "vartype": 3, - "summary": "system_event.px deq: execution msg.average_wait_fg: 0.27", + "default": ".32", + "summary": "system_event.px deq: execution msg.average_wait_fg: .32", "scope": "global", "metric_type": 3 }, @@ -32421,6 +42748,7 @@ "dbms": 12, "name": "global.system_event.px deq: execution msg.con_id", "vartype": 2, + "default": "0", "summary": "system_event.px deq: execution msg.con_id: 0", "scope": "global", "metric_type": 1 @@ -32432,6 +42760,7 @@ "dbms": 12, "name": "global.system_event.px deq: execution msg.event_id", "vartype": 2, + "default": "98582416", "summary": "system_event.px deq: execution msg.event_id: 98582416", "scope": "global", "metric_type": 1 @@ -32443,7 +42772,8 @@ "dbms": 12, "name": "global.system_event.px deq: execution msg.time_waited", "vartype": 2, - "summary": "system_event.px deq: execution msg.time_waited: 121", + "default": "376", + "summary": "system_event.px deq: execution msg.time_waited: 376", "scope": "global", "metric_type": 1 }, @@ -32454,7 +42784,8 @@ "dbms": 12, "name": "global.system_event.px deq: execution msg.time_waited_fg", "vartype": 2, - "summary": "system_event.px deq: execution msg.time_waited_fg: 121", + "default": "376", + "summary": "system_event.px deq: execution msg.time_waited_fg: 376", "scope": "global", "metric_type": 1 }, @@ -32465,7 +42796,8 @@ "dbms": 12, "name": "global.system_event.px deq: execution msg.time_waited_micro", "vartype": 2, - "summary": "system_event.px deq: execution msg.time_waited_micro: 1208402", + "default": "3764548", + "summary": "system_event.px deq: execution msg.time_waited_micro: 3764548", "scope": "global", "metric_type": 1 }, @@ -32476,7 +42808,8 @@ "dbms": 12, "name": "global.system_event.px deq: execution msg.time_waited_micro_fg", "vartype": 2, - "summary": "system_event.px deq: execution msg.time_waited_micro_fg: 1208402", + "default": "3764548", + "summary": "system_event.px deq: execution msg.time_waited_micro_fg: 3764548", "scope": "global", "metric_type": 1 }, @@ -32487,6 +42820,7 @@ "dbms": 12, "name": "global.system_event.px deq: execution msg.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.px deq: execution msg.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -32498,6 +42832,7 @@ "dbms": 12, "name": "global.system_event.px deq: execution msg.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.px deq: execution msg.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -32509,7 +42844,8 @@ "dbms": 12, "name": "global.system_event.px deq: execution msg.total_waits", "vartype": 2, - "summary": "system_event.px deq: execution msg.total_waits: 449", + "default": "1163", + "summary": "system_event.px deq: execution msg.total_waits: 1163", "scope": "global", "metric_type": 1 }, @@ -32520,7 +42856,8 @@ "dbms": 12, "name": "global.system_event.px deq: execution msg.total_waits_fg", "vartype": 2, - "summary": "system_event.px deq: execution msg.total_waits_fg: 449", + "default": "1163", + "summary": "system_event.px deq: execution msg.total_waits_fg: 1163", "scope": "global", "metric_type": 1 }, @@ -32531,6 +42868,7 @@ "dbms": 12, "name": "global.system_event.px deq: execution msg.wait_class", "vartype": 1, + "default": "Idle", "summary": "system_event.px deq: execution msg.wait_class: Idle", "scope": "global", "metric_type": 2 @@ -32542,9 +42880,10 @@ "dbms": 12, "name": "global.system_event.px deq: execution msg.wait_class#", "vartype": 2, + "default": "6", "summary": "system_event.px deq: execution msg.wait_class#: 6", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -32553,6 +42892,7 @@ "dbms": 12, "name": "global.system_event.px deq: execution msg.wait_class_id", "vartype": 2, + "default": "2723168908", "summary": "system_event.px deq: execution msg.wait_class_id: 2723168908", "scope": "global", "metric_type": 1 @@ -32564,7 +42904,8 @@ "dbms": 12, "name": "global.system_event.px deq: join ack.average_wait", "vartype": 3, - "summary": "system_event.px deq: join ack.average_wait: 0.04", + "default": ".02", + "summary": "system_event.px deq: join ack.average_wait: .02", "scope": "global", "metric_type": 3 }, @@ -32574,8 +42915,9 @@ "fields": { "dbms": 12, "name": "global.system_event.px deq: join ack.average_wait_fg", - "vartype": 2, - "summary": "system_event.px deq: join ack.average_wait_fg: 0", + "vartype": 3, + "default": ".02", + "summary": "system_event.px deq: join ack.average_wait_fg: .02", "scope": "global", "metric_type": 3 }, @@ -32586,6 +42928,7 @@ "dbms": 12, "name": "global.system_event.px deq: join ack.con_id", "vartype": 2, + "default": "0", "summary": "system_event.px deq: join ack.con_id: 0", "scope": "global", "metric_type": 1 @@ -32597,6 +42940,7 @@ "dbms": 12, "name": "global.system_event.px deq: join ack.event_id", "vartype": 2, + "default": "4205438796", "summary": "system_event.px deq: join ack.event_id: 4205438796", "scope": "global", "metric_type": 1 @@ -32608,6 +42952,7 @@ "dbms": 12, "name": "global.system_event.px deq: join ack.time_waited", "vartype": 2, + "default": "4", "summary": "system_event.px deq: join ack.time_waited: 4", "scope": "global", "metric_type": 1 @@ -32619,7 +42964,8 @@ "dbms": 12, "name": "global.system_event.px deq: join ack.time_waited_fg", "vartype": 2, - "summary": "system_event.px deq: join ack.time_waited_fg: 0", + "default": "4", + "summary": "system_event.px deq: join ack.time_waited_fg: 4", "scope": "global", "metric_type": 1 }, @@ -32630,7 +42976,8 @@ "dbms": 12, "name": "global.system_event.px deq: join ack.time_waited_micro", "vartype": 2, - "summary": "system_event.px deq: join ack.time_waited_micro: 36611", + "default": "44810", + "summary": "system_event.px deq: join ack.time_waited_micro: 44810", "scope": "global", "metric_type": 1 }, @@ -32641,7 +42988,8 @@ "dbms": 12, "name": "global.system_event.px deq: join ack.time_waited_micro_fg", "vartype": 2, - "summary": "system_event.px deq: join ack.time_waited_micro_fg: 0", + "default": "44810", + "summary": "system_event.px deq: join ack.time_waited_micro_fg: 44810", "scope": "global", "metric_type": 1 }, @@ -32652,6 +43000,7 @@ "dbms": 12, "name": "global.system_event.px deq: join ack.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.px deq: join ack.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -32663,6 +43012,7 @@ "dbms": 12, "name": "global.system_event.px deq: join ack.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.px deq: join ack.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -32674,7 +43024,8 @@ "dbms": 12, "name": "global.system_event.px deq: join ack.total_waits", "vartype": 2, - "summary": "system_event.px deq: join ack.total_waits: 102", + "default": "272", + "summary": "system_event.px deq: join ack.total_waits: 272", "scope": "global", "metric_type": 1 }, @@ -32685,7 +43036,8 @@ "dbms": 12, "name": "global.system_event.px deq: join ack.total_waits_fg", "vartype": 2, - "summary": "system_event.px deq: join ack.total_waits_fg: 0", + "default": "272", + "summary": "system_event.px deq: join ack.total_waits_fg: 272", "scope": "global", "metric_type": 1 }, @@ -32696,6 +43048,7 @@ "dbms": 12, "name": "global.system_event.px deq: join ack.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.px deq: join ack.wait_class: Other", "scope": "global", "metric_type": 2 @@ -32707,9 +43060,10 @@ "dbms": 12, "name": "global.system_event.px deq: join ack.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.px deq: join ack.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -32718,6 +43072,7 @@ "dbms": 12, "name": "global.system_event.px deq: join ack.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.px deq: join ack.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -32729,7 +43084,8 @@ "dbms": 12, "name": "global.system_event.px deq: parse reply.average_wait", "vartype": 3, - "summary": "system_event.px deq: parse reply.average_wait: 0.36", + "default": ".22", + "summary": "system_event.px deq: parse reply.average_wait: .22", "scope": "global", "metric_type": 3 }, @@ -32739,8 +43095,9 @@ "fields": { "dbms": 12, "name": "global.system_event.px deq: parse reply.average_wait_fg", - "vartype": 2, - "summary": "system_event.px deq: parse reply.average_wait_fg: 0", + "vartype": 3, + "default": ".22", + "summary": "system_event.px deq: parse reply.average_wait_fg: .22", "scope": "global", "metric_type": 3 }, @@ -32751,6 +43108,7 @@ "dbms": 12, "name": "global.system_event.px deq: parse reply.con_id", "vartype": 2, + "default": "0", "summary": "system_event.px deq: parse reply.con_id: 0", "scope": "global", "metric_type": 1 @@ -32762,6 +43120,7 @@ "dbms": 12, "name": "global.system_event.px deq: parse reply.event_id", "vartype": 2, + "default": "4255662421", "summary": "system_event.px deq: parse reply.event_id: 4255662421", "scope": "global", "metric_type": 1 @@ -32773,7 +43132,8 @@ "dbms": 12, "name": "global.system_event.px deq: parse reply.time_waited", "vartype": 2, - "summary": "system_event.px deq: parse reply.time_waited: 21", + "default": "30", + "summary": "system_event.px deq: parse reply.time_waited: 30", "scope": "global", "metric_type": 1 }, @@ -32784,7 +43144,8 @@ "dbms": 12, "name": "global.system_event.px deq: parse reply.time_waited_fg", "vartype": 2, - "summary": "system_event.px deq: parse reply.time_waited_fg: 0", + "default": "30", + "summary": "system_event.px deq: parse reply.time_waited_fg: 30", "scope": "global", "metric_type": 1 }, @@ -32795,7 +43156,8 @@ "dbms": 12, "name": "global.system_event.px deq: parse reply.time_waited_micro", "vartype": 2, - "summary": "system_event.px deq: parse reply.time_waited_micro: 206074", + "default": "304561", + "summary": "system_event.px deq: parse reply.time_waited_micro: 304561", "scope": "global", "metric_type": 1 }, @@ -32806,7 +43168,8 @@ "dbms": 12, "name": "global.system_event.px deq: parse reply.time_waited_micro_fg", "vartype": 2, - "summary": "system_event.px deq: parse reply.time_waited_micro_fg: 0", + "default": "304561", + "summary": "system_event.px deq: parse reply.time_waited_micro_fg: 304561", "scope": "global", "metric_type": 1 }, @@ -32817,6 +43180,7 @@ "dbms": 12, "name": "global.system_event.px deq: parse reply.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.px deq: parse reply.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -32828,6 +43192,7 @@ "dbms": 12, "name": "global.system_event.px deq: parse reply.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.px deq: parse reply.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -32839,7 +43204,8 @@ "dbms": 12, "name": "global.system_event.px deq: parse reply.total_waits", "vartype": 2, - "summary": "system_event.px deq: parse reply.total_waits: 58", + "default": "136", + "summary": "system_event.px deq: parse reply.total_waits: 136", "scope": "global", "metric_type": 1 }, @@ -32850,7 +43216,8 @@ "dbms": 12, "name": "global.system_event.px deq: parse reply.total_waits_fg", "vartype": 2, - "summary": "system_event.px deq: parse reply.total_waits_fg: 0", + "default": "136", + "summary": "system_event.px deq: parse reply.total_waits_fg: 136", "scope": "global", "metric_type": 1 }, @@ -32861,6 +43228,7 @@ "dbms": 12, "name": "global.system_event.px deq: parse reply.wait_class", "vartype": 1, + "default": "Idle", "summary": "system_event.px deq: parse reply.wait_class: Idle", "scope": "global", "metric_type": 2 @@ -32872,9 +43240,10 @@ "dbms": 12, "name": "global.system_event.px deq: parse reply.wait_class#", "vartype": 2, + "default": "6", "summary": "system_event.px deq: parse reply.wait_class#: 6", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -32883,6 +43252,7 @@ "dbms": 12, "name": "global.system_event.px deq: parse reply.wait_class_id", "vartype": 2, + "default": "2723168908", "summary": "system_event.px deq: parse reply.wait_class_id: 2723168908", "scope": "global", "metric_type": 1 @@ -32894,7 +43264,8 @@ "dbms": 12, "name": "global.system_event.px deq: signal ack ext.average_wait", "vartype": 3, - "summary": "system_event.px deq: signal ack ext.average_wait: 0.02", + "default": ".01", + "summary": "system_event.px deq: signal ack ext.average_wait: .01", "scope": "global", "metric_type": 3 }, @@ -32904,8 +43275,9 @@ "fields": { "dbms": 12, "name": "global.system_event.px deq: signal ack ext.average_wait_fg", - "vartype": 2, - "summary": "system_event.px deq: signal ack ext.average_wait_fg: 0", + "vartype": 3, + "default": ".01", + "summary": "system_event.px deq: signal ack ext.average_wait_fg: .01", "scope": "global", "metric_type": 3 }, @@ -32916,6 +43288,7 @@ "dbms": 12, "name": "global.system_event.px deq: signal ack ext.con_id", "vartype": 2, + "default": "0", "summary": "system_event.px deq: signal ack ext.con_id: 0", "scope": "global", "metric_type": 1 @@ -32927,6 +43300,7 @@ "dbms": 12, "name": "global.system_event.px deq: signal ack ext.event_id", "vartype": 2, + "default": "1974015973", "summary": "system_event.px deq: signal ack ext.event_id: 1974015973", "scope": "global", "metric_type": 1 @@ -32938,6 +43312,7 @@ "dbms": 12, "name": "global.system_event.px deq: signal ack ext.time_waited", "vartype": 2, + "default": "1", "summary": "system_event.px deq: signal ack ext.time_waited: 1", "scope": "global", "metric_type": 1 @@ -32949,7 +43324,8 @@ "dbms": 12, "name": "global.system_event.px deq: signal ack ext.time_waited_fg", "vartype": 2, - "summary": "system_event.px deq: signal ack ext.time_waited_fg: 0", + "default": "1", + "summary": "system_event.px deq: signal ack ext.time_waited_fg: 1", "scope": "global", "metric_type": 1 }, @@ -32960,7 +43336,8 @@ "dbms": 12, "name": "global.system_event.px deq: signal ack ext.time_waited_micro", "vartype": 2, - "summary": "system_event.px deq: signal ack ext.time_waited_micro: 13431", + "default": "8265", + "summary": "system_event.px deq: signal ack ext.time_waited_micro: 8265", "scope": "global", "metric_type": 1 }, @@ -32971,7 +43348,8 @@ "dbms": 12, "name": "global.system_event.px deq: signal ack ext.time_waited_micro_fg", "vartype": 2, - "summary": "system_event.px deq: signal ack ext.time_waited_micro_fg: 0", + "default": "8265", + "summary": "system_event.px deq: signal ack ext.time_waited_micro_fg: 8265", "scope": "global", "metric_type": 1 }, @@ -32982,6 +43360,7 @@ "dbms": 12, "name": "global.system_event.px deq: signal ack ext.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.px deq: signal ack ext.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -32993,6 +43372,7 @@ "dbms": 12, "name": "global.system_event.px deq: signal ack ext.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.px deq: signal ack ext.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -33004,7 +43384,8 @@ "dbms": 12, "name": "global.system_event.px deq: signal ack ext.total_waits", "vartype": 2, - "summary": "system_event.px deq: signal ack ext.total_waits: 58", + "default": "136", + "summary": "system_event.px deq: signal ack ext.total_waits: 136", "scope": "global", "metric_type": 1 }, @@ -33015,7 +43396,8 @@ "dbms": 12, "name": "global.system_event.px deq: signal ack ext.total_waits_fg", "vartype": 2, - "summary": "system_event.px deq: signal ack ext.total_waits_fg: 0", + "default": "136", + "summary": "system_event.px deq: signal ack ext.total_waits_fg: 136", "scope": "global", "metric_type": 1 }, @@ -33026,6 +43408,7 @@ "dbms": 12, "name": "global.system_event.px deq: signal ack ext.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.px deq: signal ack ext.wait_class: Other", "scope": "global", "metric_type": 2 @@ -33037,9 +43420,10 @@ "dbms": 12, "name": "global.system_event.px deq: signal ack ext.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.px deq: signal ack ext.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -33048,6 +43432,7 @@ "dbms": 12, "name": "global.system_event.px deq: signal ack ext.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.px deq: signal ack ext.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -33058,8 +43443,9 @@ "fields": { "dbms": 12, "name": "global.system_event.px deq: slave join frag.average_wait", - "vartype": 3, - "summary": "system_event.px deq: slave join frag.average_wait: 0.01", + "vartype": 2, + "default": "0", + "summary": "system_event.px deq: slave join frag.average_wait: 0", "scope": "global", "metric_type": 3 }, @@ -33070,6 +43456,7 @@ "dbms": 12, "name": "global.system_event.px deq: slave join frag.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.px deq: slave join frag.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -33081,6 +43468,7 @@ "dbms": 12, "name": "global.system_event.px deq: slave join frag.con_id", "vartype": 2, + "default": "0", "summary": "system_event.px deq: slave join frag.con_id: 0", "scope": "global", "metric_type": 1 @@ -33092,6 +43480,7 @@ "dbms": 12, "name": "global.system_event.px deq: slave join frag.event_id", "vartype": 2, + "default": "1826399205", "summary": "system_event.px deq: slave join frag.event_id: 1826399205", "scope": "global", "metric_type": 1 @@ -33103,6 +43492,7 @@ "dbms": 12, "name": "global.system_event.px deq: slave join frag.time_waited", "vartype": 2, + "default": "1", "summary": "system_event.px deq: slave join frag.time_waited: 1", "scope": "global", "metric_type": 1 @@ -33114,6 +43504,7 @@ "dbms": 12, "name": "global.system_event.px deq: slave join frag.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.px deq: slave join frag.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -33125,7 +43516,8 @@ "dbms": 12, "name": "global.system_event.px deq: slave join frag.time_waited_micro", "vartype": 2, - "summary": "system_event.px deq: slave join frag.time_waited_micro: 14264", + "default": "13317", + "summary": "system_event.px deq: slave join frag.time_waited_micro: 13317", "scope": "global", "metric_type": 1 }, @@ -33136,6 +43528,7 @@ "dbms": 12, "name": "global.system_event.px deq: slave join frag.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.px deq: slave join frag.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -33147,6 +43540,7 @@ "dbms": 12, "name": "global.system_event.px deq: slave join frag.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.px deq: slave join frag.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -33158,6 +43552,7 @@ "dbms": 12, "name": "global.system_event.px deq: slave join frag.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.px deq: slave join frag.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -33169,7 +43564,8 @@ "dbms": 12, "name": "global.system_event.px deq: slave join frag.total_waits", "vartype": 2, - "summary": "system_event.px deq: slave join frag.total_waits: 116", + "default": "272", + "summary": "system_event.px deq: slave join frag.total_waits: 272", "scope": "global", "metric_type": 1 }, @@ -33180,6 +43576,7 @@ "dbms": 12, "name": "global.system_event.px deq: slave join frag.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.px deq: slave join frag.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -33191,6 +43588,7 @@ "dbms": 12, "name": "global.system_event.px deq: slave join frag.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.px deq: slave join frag.wait_class: Other", "scope": "global", "metric_type": 2 @@ -33202,9 +43600,10 @@ "dbms": 12, "name": "global.system_event.px deq: slave join frag.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.px deq: slave join frag.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -33213,6 +43612,7 @@ "dbms": 12, "name": "global.system_event.px deq: slave join frag.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.px deq: slave join frag.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -33224,7 +43624,8 @@ "dbms": 12, "name": "global.system_event.px deq: slave session stats.average_wait", "vartype": 3, - "summary": "system_event.px deq: slave session stats.average_wait: 0.06", + "default": ".02", + "summary": "system_event.px deq: slave session stats.average_wait: .02", "scope": "global", "metric_type": 3 }, @@ -33235,7 +43636,8 @@ "dbms": 12, "name": "global.system_event.px deq: slave session stats.average_wait_fg", "vartype": 3, - "summary": "system_event.px deq: slave session stats.average_wait_fg: 0.1", + "default": ".02", + "summary": "system_event.px deq: slave session stats.average_wait_fg: .02", "scope": "global", "metric_type": 3 }, @@ -33246,6 +43648,7 @@ "dbms": 12, "name": "global.system_event.px deq: slave session stats.con_id", "vartype": 2, + "default": "0", "summary": "system_event.px deq: slave session stats.con_id: 0", "scope": "global", "metric_type": 1 @@ -33257,6 +43660,7 @@ "dbms": 12, "name": "global.system_event.px deq: slave session stats.event_id", "vartype": 2, + "default": "2306891574", "summary": "system_event.px deq: slave session stats.event_id: 2306891574", "scope": "global", "metric_type": 1 @@ -33268,7 +43672,8 @@ "dbms": 12, "name": "global.system_event.px deq: slave session stats.time_waited", "vartype": 2, - "summary": "system_event.px deq: slave session stats.time_waited: 7", + "default": "5", + "summary": "system_event.px deq: slave session stats.time_waited: 5", "scope": "global", "metric_type": 1 }, @@ -33279,7 +43684,8 @@ "dbms": 12, "name": "global.system_event.px deq: slave session stats.time_waited_fg", "vartype": 2, - "summary": "system_event.px deq: slave session stats.time_waited_fg: 6", + "default": "5", + "summary": "system_event.px deq: slave session stats.time_waited_fg: 5", "scope": "global", "metric_type": 1 }, @@ -33290,7 +43696,8 @@ "dbms": 12, "name": "global.system_event.px deq: slave session stats.time_waited_micro", "vartype": 2, - "summary": "system_event.px deq: slave session stats.time_waited_micro: 65582", + "default": "53536", + "summary": "system_event.px deq: slave session stats.time_waited_micro: 53536", "scope": "global", "metric_type": 1 }, @@ -33301,7 +43708,8 @@ "dbms": 12, "name": "global.system_event.px deq: slave session stats.time_waited_micro_fg", "vartype": 2, - "summary": "system_event.px deq: slave session stats.time_waited_micro_fg: 57514", + "default": "53536", + "summary": "system_event.px deq: slave session stats.time_waited_micro_fg: 53536", "scope": "global", "metric_type": 1 }, @@ -33312,6 +43720,7 @@ "dbms": 12, "name": "global.system_event.px deq: slave session stats.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.px deq: slave session stats.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -33323,6 +43732,7 @@ "dbms": 12, "name": "global.system_event.px deq: slave session stats.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.px deq: slave session stats.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -33334,7 +43744,8 @@ "dbms": 12, "name": "global.system_event.px deq: slave session stats.total_waits", "vartype": 2, - "summary": "system_event.px deq: slave session stats.total_waits: 116", + "default": "271", + "summary": "system_event.px deq: slave session stats.total_waits: 271", "scope": "global", "metric_type": 1 }, @@ -33345,7 +43756,8 @@ "dbms": 12, "name": "global.system_event.px deq: slave session stats.total_waits_fg", "vartype": 2, - "summary": "system_event.px deq: slave session stats.total_waits_fg: 58", + "default": "271", + "summary": "system_event.px deq: slave session stats.total_waits_fg: 271", "scope": "global", "metric_type": 1 }, @@ -33356,6 +43768,7 @@ "dbms": 12, "name": "global.system_event.px deq: slave session stats.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.px deq: slave session stats.wait_class: Other", "scope": "global", "metric_type": 2 @@ -33367,9 +43780,10 @@ "dbms": 12, "name": "global.system_event.px deq: slave session stats.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.px deq: slave session stats.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -33378,18 +43792,200 @@ "dbms": 12, "name": "global.system_event.px deq: slave session stats.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.px deq: slave session stats.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 }, "model": "website.MetricCatalog" }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.px deq: table q get keys.average_wait", + "vartype": 3, + "default": ".61", + "summary": "system_event.px deq: table q get keys.average_wait: .61", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.px deq: table q get keys.average_wait_fg", + "vartype": 3, + "default": ".61", + "summary": "system_event.px deq: table q get keys.average_wait_fg: .61", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.px deq: table q get keys.con_id", + "vartype": 2, + "default": "0", + "summary": "system_event.px deq: table q get keys.con_id: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.px deq: table q get keys.event_id", + "vartype": 2, + "default": "4068211615", + "summary": "system_event.px deq: table q get keys.event_id: 4068211615", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.px deq: table q get keys.time_waited", + "vartype": 2, + "default": "12", + "summary": "system_event.px deq: table q get keys.time_waited: 12", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.px deq: table q get keys.time_waited_fg", + "vartype": 2, + "default": "12", + "summary": "system_event.px deq: table q get keys.time_waited_fg: 12", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.px deq: table q get keys.time_waited_micro", + "vartype": 2, + "default": "122593", + "summary": "system_event.px deq: table q get keys.time_waited_micro: 122593", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.px deq: table q get keys.time_waited_micro_fg", + "vartype": 2, + "default": "122593", + "summary": "system_event.px deq: table q get keys.time_waited_micro_fg: 122593", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.px deq: table q get keys.total_timeouts", + "vartype": 2, + "default": "0", + "summary": "system_event.px deq: table q get keys.total_timeouts: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.px deq: table q get keys.total_timeouts_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.px deq: table q get keys.total_timeouts_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.px deq: table q get keys.total_waits", + "vartype": 2, + "default": "20", + "summary": "system_event.px deq: table q get keys.total_waits: 20", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.px deq: table q get keys.total_waits_fg", + "vartype": 2, + "default": "20", + "summary": "system_event.px deq: table q get keys.total_waits_fg: 20", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.px deq: table q get keys.wait_class", + "vartype": 1, + "default": "Other", + "summary": "system_event.px deq: table q get keys.wait_class: Other", + "scope": "global", + "metric_type": 2 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.px deq: table q get keys.wait_class#", + "vartype": 2, + "default": "0", + "summary": "system_event.px deq: table q get keys.wait_class#: 0", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.px deq: table q get keys.wait_class_id", + "vartype": 2, + "default": "1893977003", + "summary": "system_event.px deq: table q get keys.wait_class_id: 1893977003", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, { "fields": { "dbms": 12, "name": "global.system_event.px deq: table q normal.average_wait", "vartype": 3, - "summary": "system_event.px deq: table q normal.average_wait: 0.31", + "default": ".17", + "summary": "system_event.px deq: table q normal.average_wait: .17", "scope": "global", "metric_type": 3 }, @@ -33400,7 +43996,8 @@ "dbms": 12, "name": "global.system_event.px deq: table q normal.average_wait_fg", "vartype": 3, - "summary": "system_event.px deq: table q normal.average_wait_fg: 0.31", + "default": ".17", + "summary": "system_event.px deq: table q normal.average_wait_fg: .17", "scope": "global", "metric_type": 3 }, @@ -33411,6 +44008,7 @@ "dbms": 12, "name": "global.system_event.px deq: table q normal.con_id", "vartype": 2, + "default": "0", "summary": "system_event.px deq: table q normal.con_id: 0", "scope": "global", "metric_type": 1 @@ -33422,6 +44020,7 @@ "dbms": 12, "name": "global.system_event.px deq: table q normal.event_id", "vartype": 2, + "default": "799271425", "summary": "system_event.px deq: table q normal.event_id: 799271425", "scope": "global", "metric_type": 1 @@ -33433,7 +44032,8 @@ "dbms": 12, "name": "global.system_event.px deq: table q normal.time_waited", "vartype": 2, - "summary": "system_event.px deq: table q normal.time_waited: 49", + "default": "8", + "summary": "system_event.px deq: table q normal.time_waited: 8", "scope": "global", "metric_type": 1 }, @@ -33444,7 +44044,8 @@ "dbms": 12, "name": "global.system_event.px deq: table q normal.time_waited_fg", "vartype": 2, - "summary": "system_event.px deq: table q normal.time_waited_fg: 49", + "default": "8", + "summary": "system_event.px deq: table q normal.time_waited_fg: 8", "scope": "global", "metric_type": 1 }, @@ -33455,7 +44056,8 @@ "dbms": 12, "name": "global.system_event.px deq: table q normal.time_waited_micro", "vartype": 2, - "summary": "system_event.px deq: table q normal.time_waited_micro: 489190", + "default": "79391", + "summary": "system_event.px deq: table q normal.time_waited_micro: 79391", "scope": "global", "metric_type": 1 }, @@ -33466,7 +44068,8 @@ "dbms": 12, "name": "global.system_event.px deq: table q normal.time_waited_micro_fg", "vartype": 2, - "summary": "system_event.px deq: table q normal.time_waited_micro_fg: 489190", + "default": "79391", + "summary": "system_event.px deq: table q normal.time_waited_micro_fg: 79391", "scope": "global", "metric_type": 1 }, @@ -33477,6 +44080,7 @@ "dbms": 12, "name": "global.system_event.px deq: table q normal.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.px deq: table q normal.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -33488,6 +44092,7 @@ "dbms": 12, "name": "global.system_event.px deq: table q normal.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.px deq: table q normal.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -33499,7 +44104,8 @@ "dbms": 12, "name": "global.system_event.px deq: table q normal.total_waits", "vartype": 2, - "summary": "system_event.px deq: table q normal.total_waits: 156", + "default": "46", + "summary": "system_event.px deq: table q normal.total_waits: 46", "scope": "global", "metric_type": 1 }, @@ -33510,7 +44116,8 @@ "dbms": 12, "name": "global.system_event.px deq: table q normal.total_waits_fg", "vartype": 2, - "summary": "system_event.px deq: table q normal.total_waits_fg: 156", + "default": "46", + "summary": "system_event.px deq: table q normal.total_waits_fg: 46", "scope": "global", "metric_type": 1 }, @@ -33521,6 +44128,7 @@ "dbms": 12, "name": "global.system_event.px deq: table q normal.wait_class", "vartype": 1, + "default": "Idle", "summary": "system_event.px deq: table q normal.wait_class: Idle", "scope": "global", "metric_type": 2 @@ -33532,9 +44140,10 @@ "dbms": 12, "name": "global.system_event.px deq: table q normal.wait_class#", "vartype": 2, + "default": "6", "summary": "system_event.px deq: table q normal.wait_class#: 6", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -33543,6 +44152,7 @@ "dbms": 12, "name": "global.system_event.px deq: table q normal.wait_class_id", "vartype": 2, + "default": "2723168908", "summary": "system_event.px deq: table q normal.wait_class_id: 2723168908", "scope": "global", "metric_type": 1 @@ -33554,7 +44164,8 @@ "dbms": 12, "name": "global.system_event.px deq: table q sample.average_wait", "vartype": 3, - "summary": "system_event.px deq: table q sample.average_wait: 0.11", + "default": ".75", + "summary": "system_event.px deq: table q sample.average_wait: .75", "scope": "global", "metric_type": 3 }, @@ -33565,7 +44176,8 @@ "dbms": 12, "name": "global.system_event.px deq: table q sample.average_wait_fg", "vartype": 3, - "summary": "system_event.px deq: table q sample.average_wait_fg: 0.11", + "default": ".75", + "summary": "system_event.px deq: table q sample.average_wait_fg: .75", "scope": "global", "metric_type": 3 }, @@ -33576,6 +44188,7 @@ "dbms": 12, "name": "global.system_event.px deq: table q sample.con_id", "vartype": 2, + "default": "0", "summary": "system_event.px deq: table q sample.con_id: 0", "scope": "global", "metric_type": 1 @@ -33587,6 +44200,7 @@ "dbms": 12, "name": "global.system_event.px deq: table q sample.event_id", "vartype": 2, + "default": "1062854067", "summary": "system_event.px deq: table q sample.event_id: 1062854067", "scope": "global", "metric_type": 1 @@ -33598,7 +44212,8 @@ "dbms": 12, "name": "global.system_event.px deq: table q sample.time_waited", "vartype": 2, - "summary": "system_event.px deq: table q sample.time_waited: 1", + "default": "43", + "summary": "system_event.px deq: table q sample.time_waited: 43", "scope": "global", "metric_type": 1 }, @@ -33609,7 +44224,8 @@ "dbms": 12, "name": "global.system_event.px deq: table q sample.time_waited_fg", "vartype": 2, - "summary": "system_event.px deq: table q sample.time_waited_fg: 1", + "default": "43", + "summary": "system_event.px deq: table q sample.time_waited_fg: 43", "scope": "global", "metric_type": 1 }, @@ -33620,7 +44236,8 @@ "dbms": 12, "name": "global.system_event.px deq: table q sample.time_waited_micro", "vartype": 2, - "summary": "system_event.px deq: table q sample.time_waited_micro: 10999", + "default": "433329", + "summary": "system_event.px deq: table q sample.time_waited_micro: 433329", "scope": "global", "metric_type": 1 }, @@ -33631,7 +44248,8 @@ "dbms": 12, "name": "global.system_event.px deq: table q sample.time_waited_micro_fg", "vartype": 2, - "summary": "system_event.px deq: table q sample.time_waited_micro_fg: 10999", + "default": "433329", + "summary": "system_event.px deq: table q sample.time_waited_micro_fg: 433329", "scope": "global", "metric_type": 1 }, @@ -33642,6 +44260,7 @@ "dbms": 12, "name": "global.system_event.px deq: table q sample.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.px deq: table q sample.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -33653,6 +44272,7 @@ "dbms": 12, "name": "global.system_event.px deq: table q sample.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.px deq: table q sample.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -33664,7 +44284,8 @@ "dbms": 12, "name": "global.system_event.px deq: table q sample.total_waits", "vartype": 2, - "summary": "system_event.px deq: table q sample.total_waits: 10", + "default": "58", + "summary": "system_event.px deq: table q sample.total_waits: 58", "scope": "global", "metric_type": 1 }, @@ -33675,7 +44296,8 @@ "dbms": 12, "name": "global.system_event.px deq: table q sample.total_waits_fg", "vartype": 2, - "summary": "system_event.px deq: table q sample.total_waits_fg: 10", + "default": "58", + "summary": "system_event.px deq: table q sample.total_waits_fg: 58", "scope": "global", "metric_type": 1 }, @@ -33686,6 +44308,7 @@ "dbms": 12, "name": "global.system_event.px deq: table q sample.wait_class", "vartype": 1, + "default": "Idle", "summary": "system_event.px deq: table q sample.wait_class: Idle", "scope": "global", "metric_type": 2 @@ -33697,9 +44320,10 @@ "dbms": 12, "name": "global.system_event.px deq: table q sample.wait_class#", "vartype": 2, + "default": "6", "summary": "system_event.px deq: table q sample.wait_class#: 6", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -33708,6 +44332,7 @@ "dbms": 12, "name": "global.system_event.px deq: table q sample.wait_class_id", "vartype": 2, + "default": "2723168908", "summary": "system_event.px deq: table q sample.wait_class_id: 2723168908", "scope": "global", "metric_type": 1 @@ -33719,7 +44344,8 @@ "dbms": 12, "name": "global.system_event.px idle wait.average_wait", "vartype": 3, - "summary": "system_event.px idle wait.average_wait: 986.92", + "default": "3773.37", + "summary": "system_event.px idle wait.average_wait: 3773.37", "scope": "global", "metric_type": 3 }, @@ -33730,6 +44356,7 @@ "dbms": 12, "name": "global.system_event.px idle wait.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.px idle wait.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -33741,6 +44368,7 @@ "dbms": 12, "name": "global.system_event.px idle wait.con_id", "vartype": 2, + "default": "0", "summary": "system_event.px idle wait.con_id: 0", "scope": "global", "metric_type": 1 @@ -33752,6 +44380,7 @@ "dbms": 12, "name": "global.system_event.px idle wait.event_id", "vartype": 2, + "default": "3382828453", "summary": "system_event.px idle wait.event_id: 3382828453", "scope": "global", "metric_type": 1 @@ -33763,7 +44392,8 @@ "dbms": 12, "name": "global.system_event.px idle wait.time_waited", "vartype": 2, - "summary": "system_event.px idle wait.time_waited: 76980", + "default": "539591", + "summary": "system_event.px idle wait.time_waited: 539591", "scope": "global", "metric_type": 1 }, @@ -33774,6 +44404,7 @@ "dbms": 12, "name": "global.system_event.px idle wait.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.px idle wait.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -33785,7 +44416,8 @@ "dbms": 12, "name": "global.system_event.px idle wait.time_waited_micro", "vartype": 2, - "summary": "system_event.px idle wait.time_waited_micro: 769800733", + "default": "5395913014", + "summary": "system_event.px idle wait.time_waited_micro: 5395913014", "scope": "global", "metric_type": 1 }, @@ -33796,6 +44428,7 @@ "dbms": 12, "name": "global.system_event.px idle wait.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.px idle wait.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -33807,6 +44440,7 @@ "dbms": 12, "name": "global.system_event.px idle wait.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.px idle wait.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -33818,6 +44452,7 @@ "dbms": 12, "name": "global.system_event.px idle wait.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.px idle wait.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -33829,7 +44464,8 @@ "dbms": 12, "name": "global.system_event.px idle wait.total_waits", "vartype": 2, - "summary": "system_event.px idle wait.total_waits: 78", + "default": "143", + "summary": "system_event.px idle wait.total_waits: 143", "scope": "global", "metric_type": 1 }, @@ -33840,6 +44476,7 @@ "dbms": 12, "name": "global.system_event.px idle wait.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.px idle wait.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -33851,6 +44488,7 @@ "dbms": 12, "name": "global.system_event.px idle wait.wait_class", "vartype": 1, + "default": "Idle", "summary": "system_event.px idle wait.wait_class: Idle", "scope": "global", "metric_type": 2 @@ -33862,9 +44500,10 @@ "dbms": 12, "name": "global.system_event.px idle wait.wait_class#", "vartype": 2, + "default": "6", "summary": "system_event.px idle wait.wait_class#: 6", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -33873,6 +44512,7 @@ "dbms": 12, "name": "global.system_event.px idle wait.wait_class_id", "vartype": 2, + "default": "2723168908", "summary": "system_event.px idle wait.wait_class_id: 2723168908", "scope": "global", "metric_type": 1 @@ -33884,6 +44524,7 @@ "dbms": 12, "name": "global.system_event.px qref latch.average_wait", "vartype": 2, + "default": "0", "summary": "system_event.px qref latch.average_wait: 0", "scope": "global", "metric_type": 3 @@ -33895,6 +44536,7 @@ "dbms": 12, "name": "global.system_event.px qref latch.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.px qref latch.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -33906,6 +44548,7 @@ "dbms": 12, "name": "global.system_event.px qref latch.con_id", "vartype": 2, + "default": "0", "summary": "system_event.px qref latch.con_id: 0", "scope": "global", "metric_type": 1 @@ -33917,6 +44560,7 @@ "dbms": 12, "name": "global.system_event.px qref latch.event_id", "vartype": 2, + "default": "175758063", "summary": "system_event.px qref latch.event_id: 175758063", "scope": "global", "metric_type": 1 @@ -33928,6 +44572,7 @@ "dbms": 12, "name": "global.system_event.px qref latch.time_waited", "vartype": 2, + "default": "0", "summary": "system_event.px qref latch.time_waited: 0", "scope": "global", "metric_type": 1 @@ -33939,6 +44584,7 @@ "dbms": 12, "name": "global.system_event.px qref latch.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.px qref latch.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -33950,7 +44596,8 @@ "dbms": 12, "name": "global.system_event.px qref latch.time_waited_micro", "vartype": 2, - "summary": "system_event.px qref latch.time_waited_micro: 950", + "default": "1143", + "summary": "system_event.px qref latch.time_waited_micro: 1143", "scope": "global", "metric_type": 1 }, @@ -33961,7 +44608,8 @@ "dbms": 12, "name": "global.system_event.px qref latch.time_waited_micro_fg", "vartype": 2, - "summary": "system_event.px qref latch.time_waited_micro_fg: 0", + "default": "1143", + "summary": "system_event.px qref latch.time_waited_micro_fg: 1143", "scope": "global", "metric_type": 1 }, @@ -33972,7 +44620,8 @@ "dbms": 12, "name": "global.system_event.px qref latch.total_timeouts", "vartype": 2, - "summary": "system_event.px qref latch.total_timeouts: 41", + "default": "101", + "summary": "system_event.px qref latch.total_timeouts: 101", "scope": "global", "metric_type": 1 }, @@ -33983,7 +44632,8 @@ "dbms": 12, "name": "global.system_event.px qref latch.total_timeouts_fg", "vartype": 2, - "summary": "system_event.px qref latch.total_timeouts_fg: 0", + "default": "101", + "summary": "system_event.px qref latch.total_timeouts_fg: 101", "scope": "global", "metric_type": 1 }, @@ -33994,7 +44644,8 @@ "dbms": 12, "name": "global.system_event.px qref latch.total_waits", "vartype": 2, - "summary": "system_event.px qref latch.total_waits: 41", + "default": "101", + "summary": "system_event.px qref latch.total_waits: 101", "scope": "global", "metric_type": 1 }, @@ -34005,7 +44656,8 @@ "dbms": 12, "name": "global.system_event.px qref latch.total_waits_fg", "vartype": 2, - "summary": "system_event.px qref latch.total_waits_fg: 0", + "default": "101", + "summary": "system_event.px qref latch.total_waits_fg: 101", "scope": "global", "metric_type": 1 }, @@ -34016,6 +44668,7 @@ "dbms": 12, "name": "global.system_event.px qref latch.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.px qref latch.wait_class: Other", "scope": "global", "metric_type": 2 @@ -34027,9 +44680,10 @@ "dbms": 12, "name": "global.system_event.px qref latch.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.px qref latch.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -34038,6 +44692,7 @@ "dbms": 12, "name": "global.system_event.px qref latch.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.px qref latch.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -34049,7 +44704,8 @@ "dbms": 12, "name": "global.system_event.rdbms ipc message.average_wait", "vartype": 3, - "summary": "system_event.rdbms ipc message.average_wait: 47.4", + "default": "12.31", + "summary": "system_event.rdbms ipc message.average_wait: 12.31", "scope": "global", "metric_type": 3 }, @@ -34060,6 +44716,7 @@ "dbms": 12, "name": "global.system_event.rdbms ipc message.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.rdbms ipc message.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -34071,6 +44728,7 @@ "dbms": 12, "name": "global.system_event.rdbms ipc message.con_id", "vartype": 2, + "default": "0", "summary": "system_event.rdbms ipc message.con_id: 0", "scope": "global", "metric_type": 1 @@ -34082,6 +44740,7 @@ "dbms": 12, "name": "global.system_event.rdbms ipc message.event_id", "vartype": 2, + "default": "866018717", "summary": "system_event.rdbms ipc message.event_id: 866018717", "scope": "global", "metric_type": 1 @@ -34093,7 +44752,8 @@ "dbms": 12, "name": "global.system_event.rdbms ipc message.time_waited", "vartype": 2, - "summary": "system_event.rdbms ipc message.time_waited: 68867", + "default": "4269804", + "summary": "system_event.rdbms ipc message.time_waited: 4269804", "scope": "global", "metric_type": 1 }, @@ -34104,6 +44764,7 @@ "dbms": 12, "name": "global.system_event.rdbms ipc message.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.rdbms ipc message.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -34114,8 +44775,9 @@ "fields": { "dbms": 12, "name": "global.system_event.rdbms ipc message.time_waited_micro", - "vartype": 2, - "summary": "system_event.rdbms ipc message.time_waited_micro: 688671165", + "vartype": 3, + "default": "4.2698E+10", + "summary": "system_event.rdbms ipc message.time_waited_micro: 4.2698E+10", "scope": "global", "metric_type": 1 }, @@ -34126,6 +44788,7 @@ "dbms": 12, "name": "global.system_event.rdbms ipc message.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.rdbms ipc message.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -34137,7 +44800,8 @@ "dbms": 12, "name": "global.system_event.rdbms ipc message.total_timeouts", "vartype": 2, - "summary": "system_event.rdbms ipc message.total_timeouts: 491", + "default": "21626", + "summary": "system_event.rdbms ipc message.total_timeouts: 21626", "scope": "global", "metric_type": 1 }, @@ -34148,6 +44812,7 @@ "dbms": 12, "name": "global.system_event.rdbms ipc message.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.rdbms ipc message.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -34159,7 +44824,8 @@ "dbms": 12, "name": "global.system_event.rdbms ipc message.total_waits", "vartype": 2, - "summary": "system_event.rdbms ipc message.total_waits: 1453", + "default": "346858", + "summary": "system_event.rdbms ipc message.total_waits: 346858", "scope": "global", "metric_type": 1 }, @@ -34170,6 +44836,7 @@ "dbms": 12, "name": "global.system_event.rdbms ipc message.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.rdbms ipc message.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -34181,6 +44848,7 @@ "dbms": 12, "name": "global.system_event.rdbms ipc message.wait_class", "vartype": 1, + "default": "Idle", "summary": "system_event.rdbms ipc message.wait_class: Idle", "scope": "global", "metric_type": 2 @@ -34192,9 +44860,10 @@ "dbms": 12, "name": "global.system_event.rdbms ipc message.wait_class#", "vartype": 2, + "default": "6", "summary": "system_event.rdbms ipc message.wait_class#: 6", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -34203,6 +44872,7 @@ "dbms": 12, "name": "global.system_event.rdbms ipc message.wait_class_id", "vartype": 2, + "default": "2723168908", "summary": "system_event.rdbms ipc message.wait_class_id: 2723168908", "scope": "global", "metric_type": 1 @@ -34214,7 +44884,8 @@ "dbms": 12, "name": "global.system_event.rdbms ipc reply.average_wait", "vartype": 3, - "summary": "system_event.rdbms ipc reply.average_wait: 0.16", + "default": "2.22", + "summary": "system_event.rdbms ipc reply.average_wait: 2.22", "scope": "global", "metric_type": 3 }, @@ -34225,7 +44896,8 @@ "dbms": 12, "name": "global.system_event.rdbms ipc reply.average_wait_fg", "vartype": 3, - "summary": "system_event.rdbms ipc reply.average_wait_fg: 0.16", + "default": "2.32", + "summary": "system_event.rdbms ipc reply.average_wait_fg: 2.32", "scope": "global", "metric_type": 3 }, @@ -34236,6 +44908,7 @@ "dbms": 12, "name": "global.system_event.rdbms ipc reply.con_id", "vartype": 2, + "default": "0", "summary": "system_event.rdbms ipc reply.con_id: 0", "scope": "global", "metric_type": 1 @@ -34247,6 +44920,7 @@ "dbms": 12, "name": "global.system_event.rdbms ipc reply.event_id", "vartype": 2, + "default": "2587381521", "summary": "system_event.rdbms ipc reply.event_id: 2587381521", "scope": "global", "metric_type": 1 @@ -34258,7 +44932,8 @@ "dbms": 12, "name": "global.system_event.rdbms ipc reply.time_waited", "vartype": 2, - "summary": "system_event.rdbms ipc reply.time_waited: 3", + "default": "725", + "summary": "system_event.rdbms ipc reply.time_waited: 725", "scope": "global", "metric_type": 1 }, @@ -34269,7 +44944,8 @@ "dbms": 12, "name": "global.system_event.rdbms ipc reply.time_waited_fg", "vartype": 2, - "summary": "system_event.rdbms ipc reply.time_waited_fg: 3", + "default": "572", + "summary": "system_event.rdbms ipc reply.time_waited_fg: 572", "scope": "global", "metric_type": 1 }, @@ -34280,7 +44956,8 @@ "dbms": 12, "name": "global.system_event.rdbms ipc reply.time_waited_micro", "vartype": 2, - "summary": "system_event.rdbms ipc reply.time_waited_micro: 32988", + "default": "7251836", + "summary": "system_event.rdbms ipc reply.time_waited_micro: 7251836", "scope": "global", "metric_type": 1 }, @@ -34291,7 +44968,8 @@ "dbms": 12, "name": "global.system_event.rdbms ipc reply.time_waited_micro_fg", "vartype": 2, - "summary": "system_event.rdbms ipc reply.time_waited_micro_fg: 32988", + "default": "5722572", + "summary": "system_event.rdbms ipc reply.time_waited_micro_fg: 5722572", "scope": "global", "metric_type": 1 }, @@ -34302,6 +44980,7 @@ "dbms": 12, "name": "global.system_event.rdbms ipc reply.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.rdbms ipc reply.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -34313,6 +44992,7 @@ "dbms": 12, "name": "global.system_event.rdbms ipc reply.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.rdbms ipc reply.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -34324,7 +45004,8 @@ "dbms": 12, "name": "global.system_event.rdbms ipc reply.total_waits", "vartype": 2, - "summary": "system_event.rdbms ipc reply.total_waits: 21", + "default": "326", + "summary": "system_event.rdbms ipc reply.total_waits: 326", "scope": "global", "metric_type": 1 }, @@ -34335,7 +45016,8 @@ "dbms": 12, "name": "global.system_event.rdbms ipc reply.total_waits_fg", "vartype": 2, - "summary": "system_event.rdbms ipc reply.total_waits_fg: 21", + "default": "247", + "summary": "system_event.rdbms ipc reply.total_waits_fg: 247", "scope": "global", "metric_type": 1 }, @@ -34346,6 +45028,7 @@ "dbms": 12, "name": "global.system_event.rdbms ipc reply.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.rdbms ipc reply.wait_class: Other", "scope": "global", "metric_type": 2 @@ -34357,9 +45040,10 @@ "dbms": 12, "name": "global.system_event.rdbms ipc reply.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.rdbms ipc reply.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -34368,18 +45052,920 @@ "dbms": 12, "name": "global.system_event.rdbms ipc reply.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.rdbms ipc reply.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 }, "model": "website.MetricCatalog" }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.read by other session.average_wait", + "vartype": 3, + "default": ".18", + "summary": "system_event.read by other session.average_wait: .18", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.read by other session.average_wait_fg", + "vartype": 3, + "default": ".18", + "summary": "system_event.read by other session.average_wait_fg: .18", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.read by other session.con_id", + "vartype": 2, + "default": "0", + "summary": "system_event.read by other session.con_id: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.read by other session.event_id", + "vartype": 2, + "default": "3056446529", + "summary": "system_event.read by other session.event_id: 3056446529", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.read by other session.time_waited", + "vartype": 2, + "default": "350", + "summary": "system_event.read by other session.time_waited: 350", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.read by other session.time_waited_fg", + "vartype": 2, + "default": "348", + "summary": "system_event.read by other session.time_waited_fg: 348", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.read by other session.time_waited_micro", + "vartype": 2, + "default": "3498648", + "summary": "system_event.read by other session.time_waited_micro: 3498648", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.read by other session.time_waited_micro_fg", + "vartype": 2, + "default": "3481025", + "summary": "system_event.read by other session.time_waited_micro_fg: 3481025", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.read by other session.total_timeouts", + "vartype": 2, + "default": "0", + "summary": "system_event.read by other session.total_timeouts: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.read by other session.total_timeouts_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.read by other session.total_timeouts_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.read by other session.total_waits", + "vartype": 2, + "default": "1981", + "summary": "system_event.read by other session.total_waits: 1981", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.read by other session.total_waits_fg", + "vartype": 2, + "default": "1974", + "summary": "system_event.read by other session.total_waits_fg: 1974", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.read by other session.wait_class", + "vartype": 1, + "default": "User I/O", + "summary": "system_event.read by other session.wait_class: User I/O", + "scope": "global", + "metric_type": 2 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.read by other session.wait_class#", + "vartype": 2, + "default": "8", + "summary": "system_event.read by other session.wait_class#: 8", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.read by other session.wait_class_id", + "vartype": 2, + "default": "1740759767", + "summary": "system_event.read by other session.wait_class_id: 1740759767", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.recovery area: computing backed up files.average_wait", + "vartype": 3, + "default": "3.17", + "summary": "system_event.recovery area: computing backed up files.average_wait: 3.17", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.recovery area: computing backed up files.average_wait_fg", + "vartype": 3, + "default": "3.17", + "summary": "system_event.recovery area: computing backed up files.average_wait_fg: 3.17", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.recovery area: computing backed up files.con_id", + "vartype": 2, + "default": "0", + "summary": "system_event.recovery area: computing backed up files.con_id: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.recovery area: computing backed up files.event_id", + "vartype": 2, + "default": "1877105024", + "summary": "system_event.recovery area: computing backed up files.event_id: 1877105024", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.recovery area: computing backed up files.time_waited", + "vartype": 2, + "default": "3", + "summary": "system_event.recovery area: computing backed up files.time_waited: 3", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.recovery area: computing backed up files.time_waited_fg", + "vartype": 2, + "default": "3", + "summary": "system_event.recovery area: computing backed up files.time_waited_fg: 3", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.recovery area: computing backed up files.time_waited_micro", + "vartype": 2, + "default": "31703", + "summary": "system_event.recovery area: computing backed up files.time_waited_micro: 31703", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.recovery area: computing backed up files.time_waited_micro_fg", + "vartype": 2, + "default": "31703", + "summary": "system_event.recovery area: computing backed up files.time_waited_micro_fg: 31703", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.recovery area: computing backed up files.total_timeouts", + "vartype": 2, + "default": "0", + "summary": "system_event.recovery area: computing backed up files.total_timeouts: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.recovery area: computing backed up files.total_timeouts_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.recovery area: computing backed up files.total_timeouts_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.recovery area: computing backed up files.total_waits", + "vartype": 2, + "default": "1", + "summary": "system_event.recovery area: computing backed up files.total_waits: 1", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.recovery area: computing backed up files.total_waits_fg", + "vartype": 2, + "default": "1", + "summary": "system_event.recovery area: computing backed up files.total_waits_fg: 1", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.recovery area: computing backed up files.wait_class", + "vartype": 1, + "default": "Other", + "summary": "system_event.recovery area: computing backed up files.wait_class: Other", + "scope": "global", + "metric_type": 2 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.recovery area: computing backed up files.wait_class#", + "vartype": 2, + "default": "0", + "summary": "system_event.recovery area: computing backed up files.wait_class#: 0", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.recovery area: computing backed up files.wait_class_id", + "vartype": 2, + "default": "1893977003", + "summary": "system_event.recovery area: computing backed up files.wait_class_id: 1893977003", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.recovery area: computing dropped files.average_wait", + "vartype": 3, + "default": "2.17", + "summary": "system_event.recovery area: computing dropped files.average_wait: 2.17", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.recovery area: computing dropped files.average_wait_fg", + "vartype": 3, + "default": "2.17", + "summary": "system_event.recovery area: computing dropped files.average_wait_fg: 2.17", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.recovery area: computing dropped files.con_id", + "vartype": 2, + "default": "0", + "summary": "system_event.recovery area: computing dropped files.con_id: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.recovery area: computing dropped files.event_id", + "vartype": 2, + "default": "3598948525", + "summary": "system_event.recovery area: computing dropped files.event_id: 3598948525", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.recovery area: computing dropped files.time_waited", + "vartype": 2, + "default": "2", + "summary": "system_event.recovery area: computing dropped files.time_waited: 2", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.recovery area: computing dropped files.time_waited_fg", + "vartype": 2, + "default": "2", + "summary": "system_event.recovery area: computing dropped files.time_waited_fg: 2", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.recovery area: computing dropped files.time_waited_micro", + "vartype": 2, + "default": "21655", + "summary": "system_event.recovery area: computing dropped files.time_waited_micro: 21655", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.recovery area: computing dropped files.time_waited_micro_fg", + "vartype": 2, + "default": "21655", + "summary": "system_event.recovery area: computing dropped files.time_waited_micro_fg: 21655", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.recovery area: computing dropped files.total_timeouts", + "vartype": 2, + "default": "0", + "summary": "system_event.recovery area: computing dropped files.total_timeouts: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.recovery area: computing dropped files.total_timeouts_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.recovery area: computing dropped files.total_timeouts_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.recovery area: computing dropped files.total_waits", + "vartype": 2, + "default": "1", + "summary": "system_event.recovery area: computing dropped files.total_waits: 1", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.recovery area: computing dropped files.total_waits_fg", + "vartype": 2, + "default": "1", + "summary": "system_event.recovery area: computing dropped files.total_waits_fg: 1", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.recovery area: computing dropped files.wait_class", + "vartype": 1, + "default": "Other", + "summary": "system_event.recovery area: computing dropped files.wait_class: Other", + "scope": "global", + "metric_type": 2 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.recovery area: computing dropped files.wait_class#", + "vartype": 2, + "default": "0", + "summary": "system_event.recovery area: computing dropped files.wait_class#: 0", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.recovery area: computing dropped files.wait_class_id", + "vartype": 2, + "default": "1893977003", + "summary": "system_event.recovery area: computing dropped files.wait_class_id: 1893977003", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.recovery area: computing obsolete files.average_wait", + "vartype": 3, + "default": "29.34", + "summary": "system_event.recovery area: computing obsolete files.average_wait: 29.34", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.recovery area: computing obsolete files.average_wait_fg", + "vartype": 3, + "default": "29.34", + "summary": "system_event.recovery area: computing obsolete files.average_wait_fg: 29.34", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.recovery area: computing obsolete files.con_id", + "vartype": 2, + "default": "0", + "summary": "system_event.recovery area: computing obsolete files.con_id: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.recovery area: computing obsolete files.event_id", + "vartype": 2, + "default": "4063976546", + "summary": "system_event.recovery area: computing obsolete files.event_id: 4063976546", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.recovery area: computing obsolete files.time_waited", + "vartype": 2, + "default": "29", + "summary": "system_event.recovery area: computing obsolete files.time_waited: 29", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.recovery area: computing obsolete files.time_waited_fg", + "vartype": 2, + "default": "29", + "summary": "system_event.recovery area: computing obsolete files.time_waited_fg: 29", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.recovery area: computing obsolete files.time_waited_micro", + "vartype": 2, + "default": "293376", + "summary": "system_event.recovery area: computing obsolete files.time_waited_micro: 293376", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.recovery area: computing obsolete files.time_waited_micro_fg", + "vartype": 2, + "default": "293376", + "summary": "system_event.recovery area: computing obsolete files.time_waited_micro_fg: 293376", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.recovery area: computing obsolete files.total_timeouts", + "vartype": 2, + "default": "0", + "summary": "system_event.recovery area: computing obsolete files.total_timeouts: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.recovery area: computing obsolete files.total_timeouts_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.recovery area: computing obsolete files.total_timeouts_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.recovery area: computing obsolete files.total_waits", + "vartype": 2, + "default": "1", + "summary": "system_event.recovery area: computing obsolete files.total_waits: 1", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.recovery area: computing obsolete files.total_waits_fg", + "vartype": 2, + "default": "1", + "summary": "system_event.recovery area: computing obsolete files.total_waits_fg: 1", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.recovery area: computing obsolete files.wait_class", + "vartype": 1, + "default": "Other", + "summary": "system_event.recovery area: computing obsolete files.wait_class: Other", + "scope": "global", + "metric_type": 2 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.recovery area: computing obsolete files.wait_class#", + "vartype": 2, + "default": "0", + "summary": "system_event.recovery area: computing obsolete files.wait_class#: 0", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.recovery area: computing obsolete files.wait_class_id", + "vartype": 2, + "default": "1893977003", + "summary": "system_event.recovery area: computing obsolete files.wait_class_id: 1893977003", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.redo transport open.average_wait", + "vartype": 2, + "default": "0", + "summary": "system_event.redo transport open.average_wait: 0", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.redo transport open.average_wait_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.redo transport open.average_wait_fg: 0", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.redo transport open.con_id", + "vartype": 2, + "default": "0", + "summary": "system_event.redo transport open.con_id: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.redo transport open.event_id", + "vartype": 2, + "default": "3470397773", + "summary": "system_event.redo transport open.event_id: 3470397773", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.redo transport open.time_waited", + "vartype": 2, + "default": "0", + "summary": "system_event.redo transport open.time_waited: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.redo transport open.time_waited_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.redo transport open.time_waited_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.redo transport open.time_waited_micro", + "vartype": 2, + "default": "8", + "summary": "system_event.redo transport open.time_waited_micro: 8", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.redo transport open.time_waited_micro_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.redo transport open.time_waited_micro_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.redo transport open.total_timeouts", + "vartype": 2, + "default": "0", + "summary": "system_event.redo transport open.total_timeouts: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.redo transport open.total_timeouts_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.redo transport open.total_timeouts_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.redo transport open.total_waits", + "vartype": 2, + "default": "2", + "summary": "system_event.redo transport open.total_waits: 2", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.redo transport open.total_waits_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.redo transport open.total_waits_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.redo transport open.wait_class", + "vartype": 1, + "default": "Other", + "summary": "system_event.redo transport open.wait_class: Other", + "scope": "global", + "metric_type": 2 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.redo transport open.wait_class#", + "vartype": 2, + "default": "0", + "summary": "system_event.redo transport open.wait_class#: 0", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.redo transport open.wait_class_id", + "vartype": 2, + "default": "1893977003", + "summary": "system_event.redo transport open.wait_class_id: 1893977003", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, { "fields": { "dbms": 12, "name": "global.system_event.reliable message.average_wait", "vartype": 3, - "summary": "system_event.reliable message.average_wait: 0.04", + "default": ".08", + "summary": "system_event.reliable message.average_wait: .08", "scope": "global", "metric_type": 3 }, @@ -34390,7 +45976,8 @@ "dbms": 12, "name": "global.system_event.reliable message.average_wait_fg", "vartype": 3, - "summary": "system_event.reliable message.average_wait_fg: 0.07", + "default": ".09", + "summary": "system_event.reliable message.average_wait_fg: .09", "scope": "global", "metric_type": 3 }, @@ -34401,6 +45988,7 @@ "dbms": 12, "name": "global.system_event.reliable message.con_id", "vartype": 2, + "default": "0", "summary": "system_event.reliable message.con_id: 0", "scope": "global", "metric_type": 1 @@ -34412,6 +46000,7 @@ "dbms": 12, "name": "global.system_event.reliable message.event_id", "vartype": 2, + "default": "906644781", "summary": "system_event.reliable message.event_id: 906644781", "scope": "global", "metric_type": 1 @@ -34423,7 +46012,8 @@ "dbms": 12, "name": "global.system_event.reliable message.time_waited", "vartype": 2, - "summary": "system_event.reliable message.time_waited: 1", + "default": "11", + "summary": "system_event.reliable message.time_waited: 11", "scope": "global", "metric_type": 1 }, @@ -34434,7 +46024,8 @@ "dbms": 12, "name": "global.system_event.reliable message.time_waited_fg", "vartype": 2, - "summary": "system_event.reliable message.time_waited_fg: 0", + "default": "10", + "summary": "system_event.reliable message.time_waited_fg: 10", "scope": "global", "metric_type": 1 }, @@ -34445,7 +46036,8 @@ "dbms": 12, "name": "global.system_event.reliable message.time_waited_micro", "vartype": 2, - "summary": "system_event.reliable message.time_waited_micro: 9130", + "default": "106368", + "summary": "system_event.reliable message.time_waited_micro: 106368", "scope": "global", "metric_type": 1 }, @@ -34456,7 +46048,8 @@ "dbms": 12, "name": "global.system_event.reliable message.time_waited_micro_fg", "vartype": 2, - "summary": "system_event.reliable message.time_waited_micro_fg: 4673", + "default": "99390", + "summary": "system_event.reliable message.time_waited_micro_fg: 99390", "scope": "global", "metric_type": 1 }, @@ -34467,6 +46060,7 @@ "dbms": 12, "name": "global.system_event.reliable message.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.reliable message.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -34478,6 +46072,7 @@ "dbms": 12, "name": "global.system_event.reliable message.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.reliable message.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -34489,7 +46084,8 @@ "dbms": 12, "name": "global.system_event.reliable message.total_waits", "vartype": 2, - "summary": "system_event.reliable message.total_waits: 22", + "default": "135", + "summary": "system_event.reliable message.total_waits: 135", "scope": "global", "metric_type": 1 }, @@ -34500,7 +46096,8 @@ "dbms": 12, "name": "global.system_event.reliable message.total_waits_fg", "vartype": 2, - "summary": "system_event.reliable message.total_waits_fg: 7", + "default": "108", + "summary": "system_event.reliable message.total_waits_fg: 108", "scope": "global", "metric_type": 1 }, @@ -34511,6 +46108,7 @@ "dbms": 12, "name": "global.system_event.reliable message.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.reliable message.wait_class: Other", "scope": "global", "metric_type": 2 @@ -34522,9 +46120,10 @@ "dbms": 12, "name": "global.system_event.reliable message.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.reliable message.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -34533,6 +46132,7 @@ "dbms": 12, "name": "global.system_event.reliable message.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.reliable message.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -34544,7 +46144,8 @@ "dbms": 12, "name": "global.system_event.resmgr:plan change.average_wait", "vartype": 3, - "summary": "system_event.resmgr:plan change.average_wait: 0.41", + "default": "1.95", + "summary": "system_event.resmgr:plan change.average_wait: 1.95", "scope": "global", "metric_type": 3 }, @@ -34555,7 +46156,8 @@ "dbms": 12, "name": "global.system_event.resmgr:plan change.average_wait_fg", "vartype": 3, - "summary": "system_event.resmgr:plan change.average_wait_fg: 0.41", + "default": "1.95", + "summary": "system_event.resmgr:plan change.average_wait_fg: 1.95", "scope": "global", "metric_type": 3 }, @@ -34566,6 +46168,7 @@ "dbms": 12, "name": "global.system_event.resmgr:plan change.con_id", "vartype": 2, + "default": "0", "summary": "system_event.resmgr:plan change.con_id: 0", "scope": "global", "metric_type": 1 @@ -34577,6 +46180,7 @@ "dbms": 12, "name": "global.system_event.resmgr:plan change.event_id", "vartype": 2, + "default": "3804628168", "summary": "system_event.resmgr:plan change.event_id: 3804628168", "scope": "global", "metric_type": 1 @@ -34588,7 +46192,8 @@ "dbms": 12, "name": "global.system_event.resmgr:plan change.time_waited", "vartype": 2, - "summary": "system_event.resmgr:plan change.time_waited: 1", + "default": "2", + "summary": "system_event.resmgr:plan change.time_waited: 2", "scope": "global", "metric_type": 1 }, @@ -34599,7 +46204,8 @@ "dbms": 12, "name": "global.system_event.resmgr:plan change.time_waited_fg", "vartype": 2, - "summary": "system_event.resmgr:plan change.time_waited_fg: 1", + "default": "2", + "summary": "system_event.resmgr:plan change.time_waited_fg: 2", "scope": "global", "metric_type": 1 }, @@ -34610,7 +46216,8 @@ "dbms": 12, "name": "global.system_event.resmgr:plan change.time_waited_micro", "vartype": 2, - "summary": "system_event.resmgr:plan change.time_waited_micro: 12276", + "default": "19543", + "summary": "system_event.resmgr:plan change.time_waited_micro: 19543", "scope": "global", "metric_type": 1 }, @@ -34621,7 +46228,8 @@ "dbms": 12, "name": "global.system_event.resmgr:plan change.time_waited_micro_fg", "vartype": 2, - "summary": "system_event.resmgr:plan change.time_waited_micro_fg: 12276", + "default": "19543", + "summary": "system_event.resmgr:plan change.time_waited_micro_fg: 19543", "scope": "global", "metric_type": 1 }, @@ -34632,6 +46240,7 @@ "dbms": 12, "name": "global.system_event.resmgr:plan change.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.resmgr:plan change.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -34643,6 +46252,7 @@ "dbms": 12, "name": "global.system_event.resmgr:plan change.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.resmgr:plan change.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -34654,7 +46264,8 @@ "dbms": 12, "name": "global.system_event.resmgr:plan change.total_waits", "vartype": 2, - "summary": "system_event.resmgr:plan change.total_waits: 3", + "default": "1", + "summary": "system_event.resmgr:plan change.total_waits: 1", "scope": "global", "metric_type": 1 }, @@ -34665,7 +46276,8 @@ "dbms": 12, "name": "global.system_event.resmgr:plan change.total_waits_fg", "vartype": 2, - "summary": "system_event.resmgr:plan change.total_waits_fg: 3", + "default": "1", + "summary": "system_event.resmgr:plan change.total_waits_fg: 1", "scope": "global", "metric_type": 1 }, @@ -34676,6 +46288,7 @@ "dbms": 12, "name": "global.system_event.resmgr:plan change.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.resmgr:plan change.wait_class: Other", "scope": "global", "metric_type": 2 @@ -34687,9 +46300,10 @@ "dbms": 12, "name": "global.system_event.resmgr:plan change.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.resmgr:plan change.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -34698,6 +46312,7 @@ "dbms": 12, "name": "global.system_event.resmgr:plan change.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.resmgr:plan change.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -34709,7 +46324,8 @@ "dbms": 12, "name": "global.system_event.row cache lock.average_wait", "vartype": 3, - "summary": "system_event.row cache lock.average_wait: 0.01", + "default": ".01", + "summary": "system_event.row cache lock.average_wait: .01", "scope": "global", "metric_type": 3 }, @@ -34719,8 +46335,9 @@ "fields": { "dbms": 12, "name": "global.system_event.row cache lock.average_wait_fg", - "vartype": 2, - "summary": "system_event.row cache lock.average_wait_fg: 0", + "vartype": 3, + "default": ".01", + "summary": "system_event.row cache lock.average_wait_fg: .01", "scope": "global", "metric_type": 3 }, @@ -34731,6 +46348,7 @@ "dbms": 12, "name": "global.system_event.row cache lock.con_id", "vartype": 2, + "default": "0", "summary": "system_event.row cache lock.con_id: 0", "scope": "global", "metric_type": 1 @@ -34742,6 +46360,7 @@ "dbms": 12, "name": "global.system_event.row cache lock.event_id", "vartype": 2, + "default": "1714089451", "summary": "system_event.row cache lock.event_id: 1714089451", "scope": "global", "metric_type": 1 @@ -34753,7 +46372,8 @@ "dbms": 12, "name": "global.system_event.row cache lock.time_waited", "vartype": 2, - "summary": "system_event.row cache lock.time_waited: 0", + "default": "1", + "summary": "system_event.row cache lock.time_waited: 1", "scope": "global", "metric_type": 1 }, @@ -34764,7 +46384,8 @@ "dbms": 12, "name": "global.system_event.row cache lock.time_waited_fg", "vartype": 2, - "summary": "system_event.row cache lock.time_waited_fg: 0", + "default": "1", + "summary": "system_event.row cache lock.time_waited_fg: 1", "scope": "global", "metric_type": 1 }, @@ -34775,7 +46396,8 @@ "dbms": 12, "name": "global.system_event.row cache lock.time_waited_micro", "vartype": 2, - "summary": "system_event.row cache lock.time_waited_micro: 458", + "default": "10708", + "summary": "system_event.row cache lock.time_waited_micro: 10708", "scope": "global", "metric_type": 1 }, @@ -34786,7 +46408,8 @@ "dbms": 12, "name": "global.system_event.row cache lock.time_waited_micro_fg", "vartype": 2, - "summary": "system_event.row cache lock.time_waited_micro_fg: 0", + "default": "10708", + "summary": "system_event.row cache lock.time_waited_micro_fg: 10708", "scope": "global", "metric_type": 1 }, @@ -34797,6 +46420,7 @@ "dbms": 12, "name": "global.system_event.row cache lock.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.row cache lock.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -34808,6 +46432,7 @@ "dbms": 12, "name": "global.system_event.row cache lock.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.row cache lock.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -34819,7 +46444,8 @@ "dbms": 12, "name": "global.system_event.row cache lock.total_waits", "vartype": 2, - "summary": "system_event.row cache lock.total_waits: 6", + "default": "74", + "summary": "system_event.row cache lock.total_waits: 74", "scope": "global", "metric_type": 1 }, @@ -34830,7 +46456,8 @@ "dbms": 12, "name": "global.system_event.row cache lock.total_waits_fg", "vartype": 2, - "summary": "system_event.row cache lock.total_waits_fg: 0", + "default": "74", + "summary": "system_event.row cache lock.total_waits_fg: 74", "scope": "global", "metric_type": 1 }, @@ -34841,6 +46468,7 @@ "dbms": 12, "name": "global.system_event.row cache lock.wait_class", "vartype": 1, + "default": "Concurrency", "summary": "system_event.row cache lock.wait_class: Concurrency", "scope": "global", "metric_type": 2 @@ -34852,9 +46480,10 @@ "dbms": 12, "name": "global.system_event.row cache lock.wait_class#", "vartype": 2, + "default": "4", "summary": "system_event.row cache lock.wait_class#: 4", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -34863,6 +46492,7 @@ "dbms": 12, "name": "global.system_event.row cache lock.wait_class_id", "vartype": 2, + "default": "3875070507", "summary": "system_event.row cache lock.wait_class_id: 3875070507", "scope": "global", "metric_type": 1 @@ -34874,7 +46504,8 @@ "dbms": 12, "name": "global.system_event.row cache mutex.average_wait", "vartype": 3, - "summary": "system_event.row cache mutex.average_wait: 0.56", + "default": ".04", + "summary": "system_event.row cache mutex.average_wait: .04", "scope": "global", "metric_type": 3 }, @@ -34885,7 +46516,8 @@ "dbms": 12, "name": "global.system_event.row cache mutex.average_wait_fg", "vartype": 3, - "summary": "system_event.row cache mutex.average_wait_fg: 0.7", + "default": ".04", + "summary": "system_event.row cache mutex.average_wait_fg: .04", "scope": "global", "metric_type": 3 }, @@ -34896,6 +46528,7 @@ "dbms": 12, "name": "global.system_event.row cache mutex.con_id", "vartype": 2, + "default": "0", "summary": "system_event.row cache mutex.con_id: 0", "scope": "global", "metric_type": 1 @@ -34907,6 +46540,7 @@ "dbms": 12, "name": "global.system_event.row cache mutex.event_id", "vartype": 2, + "default": "306610566", "summary": "system_event.row cache mutex.event_id: 306610566", "scope": "global", "metric_type": 1 @@ -34918,7 +46552,8 @@ "dbms": 12, "name": "global.system_event.row cache mutex.time_waited", "vartype": 2, - "summary": "system_event.row cache mutex.time_waited: 11", + "default": "1", + "summary": "system_event.row cache mutex.time_waited: 1", "scope": "global", "metric_type": 1 }, @@ -34929,7 +46564,8 @@ "dbms": 12, "name": "global.system_event.row cache mutex.time_waited_fg", "vartype": 2, - "summary": "system_event.row cache mutex.time_waited_fg: 11", + "default": "1", + "summary": "system_event.row cache mutex.time_waited_fg: 1", "scope": "global", "metric_type": 1 }, @@ -34940,7 +46576,8 @@ "dbms": 12, "name": "global.system_event.row cache mutex.time_waited_micro", "vartype": 2, - "summary": "system_event.row cache mutex.time_waited_micro: 112103", + "default": "11022", + "summary": "system_event.row cache mutex.time_waited_micro: 11022", "scope": "global", "metric_type": 1 }, @@ -34951,7 +46588,8 @@ "dbms": 12, "name": "global.system_event.row cache mutex.time_waited_micro_fg", "vartype": 2, - "summary": "system_event.row cache mutex.time_waited_micro_fg: 111904", + "default": "11009", + "summary": "system_event.row cache mutex.time_waited_micro_fg: 11009", "scope": "global", "metric_type": 1 }, @@ -34962,6 +46600,7 @@ "dbms": 12, "name": "global.system_event.row cache mutex.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.row cache mutex.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -34973,6 +46612,7 @@ "dbms": 12, "name": "global.system_event.row cache mutex.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.row cache mutex.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -34984,7 +46624,8 @@ "dbms": 12, "name": "global.system_event.row cache mutex.total_waits", "vartype": 2, - "summary": "system_event.row cache mutex.total_waits: 20", + "default": "30", + "summary": "system_event.row cache mutex.total_waits: 30", "scope": "global", "metric_type": 1 }, @@ -34995,7 +46636,8 @@ "dbms": 12, "name": "global.system_event.row cache mutex.total_waits_fg", "vartype": 2, - "summary": "system_event.row cache mutex.total_waits_fg: 16", + "default": "29", + "summary": "system_event.row cache mutex.total_waits_fg: 29", "scope": "global", "metric_type": 1 }, @@ -35006,6 +46648,7 @@ "dbms": 12, "name": "global.system_event.row cache mutex.wait_class", "vartype": 1, + "default": "Concurrency", "summary": "system_event.row cache mutex.wait_class: Concurrency", "scope": "global", "metric_type": 2 @@ -35017,9 +46660,10 @@ "dbms": 12, "name": "global.system_event.row cache mutex.wait_class#", "vartype": 2, + "default": "4", "summary": "system_event.row cache mutex.wait_class#: 4", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -35028,18 +46672,200 @@ "dbms": 12, "name": "global.system_event.row cache mutex.wait_class_id", "vartype": 2, + "default": "3875070507", "summary": "system_event.row cache mutex.wait_class_id: 3875070507", "scope": "global", "metric_type": 1 }, "model": "website.MetricCatalog" }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.row cache read.average_wait", + "vartype": 2, + "default": "0", + "summary": "system_event.row cache read.average_wait: 0", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.row cache read.average_wait_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.row cache read.average_wait_fg: 0", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.row cache read.con_id", + "vartype": 2, + "default": "0", + "summary": "system_event.row cache read.con_id: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.row cache read.event_id", + "vartype": 2, + "default": "3733770256", + "summary": "system_event.row cache read.event_id: 3733770256", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.row cache read.time_waited", + "vartype": 2, + "default": "0", + "summary": "system_event.row cache read.time_waited: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.row cache read.time_waited_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.row cache read.time_waited_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.row cache read.time_waited_micro", + "vartype": 2, + "default": "367", + "summary": "system_event.row cache read.time_waited_micro: 367", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.row cache read.time_waited_micro_fg", + "vartype": 2, + "default": "367", + "summary": "system_event.row cache read.time_waited_micro_fg: 367", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.row cache read.total_timeouts", + "vartype": 2, + "default": "0", + "summary": "system_event.row cache read.total_timeouts: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.row cache read.total_timeouts_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.row cache read.total_timeouts_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.row cache read.total_waits", + "vartype": 2, + "default": "18", + "summary": "system_event.row cache read.total_waits: 18", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.row cache read.total_waits_fg", + "vartype": 2, + "default": "18", + "summary": "system_event.row cache read.total_waits_fg: 18", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.row cache read.wait_class", + "vartype": 1, + "default": "Concurrency", + "summary": "system_event.row cache read.wait_class: Concurrency", + "scope": "global", + "metric_type": 2 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.row cache read.wait_class#", + "vartype": 2, + "default": "4", + "summary": "system_event.row cache read.wait_class#: 4", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.row cache read.wait_class_id", + "vartype": 2, + "default": "3875070507", + "summary": "system_event.row cache read.wait_class_id: 3875070507", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, { "fields": { "dbms": 12, "name": "global.system_event.sga: allocation forcing component growth.average_wait", "vartype": 3, - "summary": "system_event.sga: allocation forcing component growth.average_wait: 2.72", + "default": "3.96", + "summary": "system_event.sga: allocation forcing component growth.average_wait: 3.96", "scope": "global", "metric_type": 3 }, @@ -35049,8 +46875,9 @@ "fields": { "dbms": 12, "name": "global.system_event.sga: allocation forcing component growth.average_wait_fg", - "vartype": 2, - "summary": "system_event.sga: allocation forcing component growth.average_wait_fg: 0", + "vartype": 3, + "default": "3.96", + "summary": "system_event.sga: allocation forcing component growth.average_wait_fg: 3.96", "scope": "global", "metric_type": 3 }, @@ -35061,6 +46888,7 @@ "dbms": 12, "name": "global.system_event.sga: allocation forcing component growth.con_id", "vartype": 2, + "default": "0", "summary": "system_event.sga: allocation forcing component growth.con_id: 0", "scope": "global", "metric_type": 1 @@ -35072,6 +46900,7 @@ "dbms": 12, "name": "global.system_event.sga: allocation forcing component growth.event_id", "vartype": 2, + "default": "3493282803", "summary": "system_event.sga: allocation forcing component growth.event_id: 3493282803", "scope": "global", "metric_type": 1 @@ -35083,7 +46912,8 @@ "dbms": 12, "name": "global.system_event.sga: allocation forcing component growth.time_waited", "vartype": 2, - "summary": "system_event.sga: allocation forcing component growth.time_waited: 3", + "default": "4", + "summary": "system_event.sga: allocation forcing component growth.time_waited: 4", "scope": "global", "metric_type": 1 }, @@ -35094,7 +46924,8 @@ "dbms": 12, "name": "global.system_event.sga: allocation forcing component growth.time_waited_fg", "vartype": 2, - "summary": "system_event.sga: allocation forcing component growth.time_waited_fg: 0", + "default": "4", + "summary": "system_event.sga: allocation forcing component growth.time_waited_fg: 4", "scope": "global", "metric_type": 1 }, @@ -35105,7 +46936,8 @@ "dbms": 12, "name": "global.system_event.sga: allocation forcing component growth.time_waited_micro", "vartype": 2, - "summary": "system_event.sga: allocation forcing component growth.time_waited_micro: 27241", + "default": "39605", + "summary": "system_event.sga: allocation forcing component growth.time_waited_micro: 39605", "scope": "global", "metric_type": 1 }, @@ -35116,7 +46948,8 @@ "dbms": 12, "name": "global.system_event.sga: allocation forcing component growth.time_waited_micro_fg", "vartype": 2, - "summary": "system_event.sga: allocation forcing component growth.time_waited_micro_fg: 0", + "default": "39605", + "summary": "system_event.sga: allocation forcing component growth.time_waited_micro_fg: 39605", "scope": "global", "metric_type": 1 }, @@ -35127,6 +46960,7 @@ "dbms": 12, "name": "global.system_event.sga: allocation forcing component growth.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.sga: allocation forcing component growth.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -35138,6 +46972,7 @@ "dbms": 12, "name": "global.system_event.sga: allocation forcing component growth.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.sga: allocation forcing component growth.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -35149,6 +46984,7 @@ "dbms": 12, "name": "global.system_event.sga: allocation forcing component growth.total_waits", "vartype": 2, + "default": "1", "summary": "system_event.sga: allocation forcing component growth.total_waits: 1", "scope": "global", "metric_type": 1 @@ -35160,7 +46996,8 @@ "dbms": 12, "name": "global.system_event.sga: allocation forcing component growth.total_waits_fg", "vartype": 2, - "summary": "system_event.sga: allocation forcing component growth.total_waits_fg: 0", + "default": "1", + "summary": "system_event.sga: allocation forcing component growth.total_waits_fg: 1", "scope": "global", "metric_type": 1 }, @@ -35171,6 +47008,7 @@ "dbms": 12, "name": "global.system_event.sga: allocation forcing component growth.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.sga: allocation forcing component growth.wait_class: Other", "scope": "global", "metric_type": 2 @@ -35182,9 +47020,10 @@ "dbms": 12, "name": "global.system_event.sga: allocation forcing component growth.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.sga: allocation forcing component growth.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -35193,183 +47032,20 @@ "dbms": 12, "name": "global.system_event.sga: allocation forcing component growth.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.sga: allocation forcing component growth.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 }, "model": "website.MetricCatalog" }, - { - "fields": { - "dbms": 12, - "name": "global.system_event.shared server idle wait.average_wait", - "vartype": 3, - "summary": "system_event.shared server idle wait.average_wait: 3222.22", - "scope": "global", - "metric_type": 3 - }, - "model": "website.MetricCatalog" - }, - { - "fields": { - "dbms": 12, - "name": "global.system_event.shared server idle wait.average_wait_fg", - "vartype": 2, - "summary": "system_event.shared server idle wait.average_wait_fg: 0", - "scope": "global", - "metric_type": 3 - }, - "model": "website.MetricCatalog" - }, - { - "fields": { - "dbms": 12, - "name": "global.system_event.shared server idle wait.con_id", - "vartype": 2, - "summary": "system_event.shared server idle wait.con_id: 0", - "scope": "global", - "metric_type": 1 - }, - "model": "website.MetricCatalog" - }, - { - "fields": { - "dbms": 12, - "name": "global.system_event.shared server idle wait.event_id", - "vartype": 2, - "summary": "system_event.shared server idle wait.event_id: 1786390478", - "scope": "global", - "metric_type": 1 - }, - "model": "website.MetricCatalog" - }, - { - "fields": { - "dbms": 12, - "name": "global.system_event.shared server idle wait.time_waited", - "vartype": 2, - "summary": "system_event.shared server idle wait.time_waited: 6444", - "scope": "global", - "metric_type": 1 - }, - "model": "website.MetricCatalog" - }, - { - "fields": { - "dbms": 12, - "name": "global.system_event.shared server idle wait.time_waited_fg", - "vartype": 2, - "summary": "system_event.shared server idle wait.time_waited_fg: 0", - "scope": "global", - "metric_type": 1 - }, - "model": "website.MetricCatalog" - }, - { - "fields": { - "dbms": 12, - "name": "global.system_event.shared server idle wait.time_waited_micro", - "vartype": 2, - "summary": "system_event.shared server idle wait.time_waited_micro: 64444399", - "scope": "global", - "metric_type": 1 - }, - "model": "website.MetricCatalog" - }, - { - "fields": { - "dbms": 12, - "name": "global.system_event.shared server idle wait.time_waited_micro_fg", - "vartype": 2, - "summary": "system_event.shared server idle wait.time_waited_micro_fg: 0", - "scope": "global", - "metric_type": 1 - }, - "model": "website.MetricCatalog" - }, - { - "fields": { - "dbms": 12, - "name": "global.system_event.shared server idle wait.total_timeouts", - "vartype": 2, - "summary": "system_event.shared server idle wait.total_timeouts: 0", - "scope": "global", - "metric_type": 1 - }, - "model": "website.MetricCatalog" - }, - { - "fields": { - "dbms": 12, - "name": "global.system_event.shared server idle wait.total_timeouts_fg", - "vartype": 2, - "summary": "system_event.shared server idle wait.total_timeouts_fg: 0", - "scope": "global", - "metric_type": 1 - }, - "model": "website.MetricCatalog" - }, - { - "fields": { - "dbms": 12, - "name": "global.system_event.shared server idle wait.total_waits", - "vartype": 2, - "summary": "system_event.shared server idle wait.total_waits: 2", - "scope": "global", - "metric_type": 1 - }, - "model": "website.MetricCatalog" - }, - { - "fields": { - "dbms": 12, - "name": "global.system_event.shared server idle wait.total_waits_fg", - "vartype": 2, - "summary": "system_event.shared server idle wait.total_waits_fg: 0", - "scope": "global", - "metric_type": 1 - }, - "model": "website.MetricCatalog" - }, - { - "fields": { - "dbms": 12, - "name": "global.system_event.shared server idle wait.wait_class", - "vartype": 1, - "summary": "system_event.shared server idle wait.wait_class: Idle", - "scope": "global", - "metric_type": 2 - }, - "model": "website.MetricCatalog" - }, - { - "fields": { - "dbms": 12, - "name": "global.system_event.shared server idle wait.wait_class#", - "vartype": 2, - "summary": "system_event.shared server idle wait.wait_class#: 6", - "scope": "global", - "metric_type": 1 - }, - "model": "website.MetricCatalog" - }, - { - "fields": { - "dbms": 12, - "name": "global.system_event.shared server idle wait.wait_class_id", - "vartype": 2, - "summary": "system_event.shared server idle wait.wait_class_id: 2723168908", - "scope": "global", - "metric_type": 1 - }, - "model": "website.MetricCatalog" - }, { "fields": { "dbms": 12, "name": "global.system_event.smon timer.average_wait", "vartype": 3, - "summary": "system_event.smon timer.average_wait: 80.49", + "default": "2856.16", + "summary": "system_event.smon timer.average_wait: 2856.16", "scope": "global", "metric_type": 3 }, @@ -35380,6 +47056,7 @@ "dbms": 12, "name": "global.system_event.smon timer.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.smon timer.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -35391,6 +47068,7 @@ "dbms": 12, "name": "global.system_event.smon timer.con_id", "vartype": 2, + "default": "0", "summary": "system_event.smon timer.con_id: 0", "scope": "global", "metric_type": 1 @@ -35402,6 +47080,7 @@ "dbms": 12, "name": "global.system_event.smon timer.event_id", "vartype": 2, + "default": "1403232821", "summary": "system_event.smon timer.event_id: 1403232821", "scope": "global", "metric_type": 1 @@ -35413,7 +47092,8 @@ "dbms": 12, "name": "global.system_event.smon timer.time_waited", "vartype": 2, - "summary": "system_event.smon timer.time_waited: 966", + "default": "185651", + "summary": "system_event.smon timer.time_waited: 185651", "scope": "global", "metric_type": 1 }, @@ -35424,6 +47104,7 @@ "dbms": 12, "name": "global.system_event.smon timer.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.smon timer.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -35435,7 +47116,8 @@ "dbms": 12, "name": "global.system_event.smon timer.time_waited_micro", "vartype": 2, - "summary": "system_event.smon timer.time_waited_micro: 9659220", + "default": "1856506045", + "summary": "system_event.smon timer.time_waited_micro: 1856506045", "scope": "global", "metric_type": 1 }, @@ -35446,6 +47128,7 @@ "dbms": 12, "name": "global.system_event.smon timer.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.smon timer.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -35457,7 +47140,8 @@ "dbms": 12, "name": "global.system_event.smon timer.total_timeouts", "vartype": 2, - "summary": "system_event.smon timer.total_timeouts: 0", + "default": "5", + "summary": "system_event.smon timer.total_timeouts: 5", "scope": "global", "metric_type": 1 }, @@ -35468,6 +47152,7 @@ "dbms": 12, "name": "global.system_event.smon timer.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.smon timer.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -35479,7 +47164,8 @@ "dbms": 12, "name": "global.system_event.smon timer.total_waits", "vartype": 2, - "summary": "system_event.smon timer.total_waits: 12", + "default": "65", + "summary": "system_event.smon timer.total_waits: 65", "scope": "global", "metric_type": 1 }, @@ -35490,6 +47176,7 @@ "dbms": 12, "name": "global.system_event.smon timer.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.smon timer.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -35501,6 +47188,7 @@ "dbms": 12, "name": "global.system_event.smon timer.wait_class", "vartype": 1, + "default": "Idle", "summary": "system_event.smon timer.wait_class: Idle", "scope": "global", "metric_type": 2 @@ -35512,9 +47200,10 @@ "dbms": 12, "name": "global.system_event.smon timer.wait_class#", "vartype": 2, + "default": "6", "summary": "system_event.smon timer.wait_class#: 6", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -35523,183 +47212,20 @@ "dbms": 12, "name": "global.system_event.smon timer.wait_class_id", "vartype": 2, + "default": "2723168908", "summary": "system_event.smon timer.wait_class_id: 2723168908", "scope": "global", "metric_type": 1 }, "model": "website.MetricCatalog" }, - { - "fields": { - "dbms": 12, - "name": "global.system_event.sort segment request.average_wait", - "vartype": 3, - "summary": "system_event.sort segment request.average_wait: 104.82", - "scope": "global", - "metric_type": 3 - }, - "model": "website.MetricCatalog" - }, - { - "fields": { - "dbms": 12, - "name": "global.system_event.sort segment request.average_wait_fg", - "vartype": 2, - "summary": "system_event.sort segment request.average_wait_fg: 0", - "scope": "global", - "metric_type": 3 - }, - "model": "website.MetricCatalog" - }, - { - "fields": { - "dbms": 12, - "name": "global.system_event.sort segment request.con_id", - "vartype": 2, - "summary": "system_event.sort segment request.con_id: 0", - "scope": "global", - "metric_type": 1 - }, - "model": "website.MetricCatalog" - }, - { - "fields": { - "dbms": 12, - "name": "global.system_event.sort segment request.event_id", - "vartype": 2, - "summary": "system_event.sort segment request.event_id: 2672479943", - "scope": "global", - "metric_type": 1 - }, - "model": "website.MetricCatalog" - }, - { - "fields": { - "dbms": 12, - "name": "global.system_event.sort segment request.time_waited", - "vartype": 2, - "summary": "system_event.sort segment request.time_waited: 105", - "scope": "global", - "metric_type": 1 - }, - "model": "website.MetricCatalog" - }, - { - "fields": { - "dbms": 12, - "name": "global.system_event.sort segment request.time_waited_fg", - "vartype": 2, - "summary": "system_event.sort segment request.time_waited_fg: 0", - "scope": "global", - "metric_type": 1 - }, - "model": "website.MetricCatalog" - }, - { - "fields": { - "dbms": 12, - "name": "global.system_event.sort segment request.time_waited_micro", - "vartype": 2, - "summary": "system_event.sort segment request.time_waited_micro: 1048177", - "scope": "global", - "metric_type": 1 - }, - "model": "website.MetricCatalog" - }, - { - "fields": { - "dbms": 12, - "name": "global.system_event.sort segment request.time_waited_micro_fg", - "vartype": 2, - "summary": "system_event.sort segment request.time_waited_micro_fg: 0", - "scope": "global", - "metric_type": 1 - }, - "model": "website.MetricCatalog" - }, - { - "fields": { - "dbms": 12, - "name": "global.system_event.sort segment request.total_timeouts", - "vartype": 2, - "summary": "system_event.sort segment request.total_timeouts: 1", - "scope": "global", - "metric_type": 1 - }, - "model": "website.MetricCatalog" - }, - { - "fields": { - "dbms": 12, - "name": "global.system_event.sort segment request.total_timeouts_fg", - "vartype": 2, - "summary": "system_event.sort segment request.total_timeouts_fg: 0", - "scope": "global", - "metric_type": 1 - }, - "model": "website.MetricCatalog" - }, - { - "fields": { - "dbms": 12, - "name": "global.system_event.sort segment request.total_waits", - "vartype": 2, - "summary": "system_event.sort segment request.total_waits: 1", - "scope": "global", - "metric_type": 1 - }, - "model": "website.MetricCatalog" - }, - { - "fields": { - "dbms": 12, - "name": "global.system_event.sort segment request.total_waits_fg", - "vartype": 2, - "summary": "system_event.sort segment request.total_waits_fg: 0", - "scope": "global", - "metric_type": 1 - }, - "model": "website.MetricCatalog" - }, - { - "fields": { - "dbms": 12, - "name": "global.system_event.sort segment request.wait_class", - "vartype": 1, - "summary": "system_event.sort segment request.wait_class: Configuration", - "scope": "global", - "metric_type": 2 - }, - "model": "website.MetricCatalog" - }, - { - "fields": { - "dbms": 12, - "name": "global.system_event.sort segment request.wait_class#", - "vartype": 2, - "summary": "system_event.sort segment request.wait_class#: 2", - "scope": "global", - "metric_type": 1 - }, - "model": "website.MetricCatalog" - }, - { - "fields": { - "dbms": 12, - "name": "global.system_event.sort segment request.wait_class_id", - "vartype": 2, - "summary": "system_event.sort segment request.wait_class_id: 3290255840", - "scope": "global", - "metric_type": 1 - }, - "model": "website.MetricCatalog" - }, { "fields": { "dbms": 12, "name": "global.system_event.space manager: slave idle wait.average_wait", "vartype": 3, - "summary": "system_event.space manager: slave idle wait.average_wait: 296.05", + "default": "445.05", + "summary": "system_event.space manager: slave idle wait.average_wait: 445.05", "scope": "global", "metric_type": 3 }, @@ -35710,6 +47236,7 @@ "dbms": 12, "name": "global.system_event.space manager: slave idle wait.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.space manager: slave idle wait.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -35721,6 +47248,7 @@ "dbms": 12, "name": "global.system_event.space manager: slave idle wait.con_id", "vartype": 2, + "default": "0", "summary": "system_event.space manager: slave idle wait.con_id: 0", "scope": "global", "metric_type": 1 @@ -35732,6 +47260,7 @@ "dbms": 12, "name": "global.system_event.space manager: slave idle wait.event_id", "vartype": 2, + "default": "2942611488", "summary": "system_event.space manager: slave idle wait.event_id: 2942611488", "scope": "global", "metric_type": 1 @@ -35743,7 +47272,8 @@ "dbms": 12, "name": "global.system_event.space manager: slave idle wait.time_waited", "vartype": 2, - "summary": "system_event.space manager: slave idle wait.time_waited: 9770", + "default": "2632911", + "summary": "system_event.space manager: slave idle wait.time_waited: 2632911", "scope": "global", "metric_type": 1 }, @@ -35754,6 +47284,7 @@ "dbms": 12, "name": "global.system_event.space manager: slave idle wait.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.space manager: slave idle wait.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -35764,8 +47295,9 @@ "fields": { "dbms": 12, "name": "global.system_event.space manager: slave idle wait.time_waited_micro", - "vartype": 2, - "summary": "system_event.space manager: slave idle wait.time_waited_micro: 97695144", + "vartype": 3, + "default": "2.6329E+10", + "summary": "system_event.space manager: slave idle wait.time_waited_micro: 2.6329E+10", "scope": "global", "metric_type": 1 }, @@ -35776,6 +47308,7 @@ "dbms": 12, "name": "global.system_event.space manager: slave idle wait.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.space manager: slave idle wait.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -35787,6 +47320,7 @@ "dbms": 12, "name": "global.system_event.space manager: slave idle wait.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.space manager: slave idle wait.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -35798,6 +47332,7 @@ "dbms": 12, "name": "global.system_event.space manager: slave idle wait.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.space manager: slave idle wait.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -35809,7 +47344,8 @@ "dbms": 12, "name": "global.system_event.space manager: slave idle wait.total_waits", "vartype": 2, - "summary": "system_event.space manager: slave idle wait.total_waits: 33", + "default": "5916", + "summary": "system_event.space manager: slave idle wait.total_waits: 5916", "scope": "global", "metric_type": 1 }, @@ -35820,6 +47356,7 @@ "dbms": 12, "name": "global.system_event.space manager: slave idle wait.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.space manager: slave idle wait.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -35831,6 +47368,7 @@ "dbms": 12, "name": "global.system_event.space manager: slave idle wait.wait_class", "vartype": 1, + "default": "Idle", "summary": "system_event.space manager: slave idle wait.wait_class: Idle", "scope": "global", "metric_type": 2 @@ -35842,9 +47380,10 @@ "dbms": 12, "name": "global.system_event.space manager: slave idle wait.wait_class#", "vartype": 2, + "default": "6", "summary": "system_event.space manager: slave idle wait.wait_class#: 6", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -35853,6 +47392,7 @@ "dbms": 12, "name": "global.system_event.space manager: slave idle wait.wait_class_id", "vartype": 2, + "default": "2723168908", "summary": "system_event.space manager: slave idle wait.wait_class_id: 2723168908", "scope": "global", "metric_type": 1 @@ -35864,7 +47404,8 @@ "dbms": 12, "name": "global.system_event.sql*net break/reset to client.average_wait", "vartype": 3, - "summary": "system_event.sql*net break/reset to client.average_wait: 0.05", + "default": ".01", + "summary": "system_event.sql*net break/reset to client.average_wait: .01", "scope": "global", "metric_type": 3 }, @@ -35875,7 +47416,8 @@ "dbms": 12, "name": "global.system_event.sql*net break/reset to client.average_wait_fg", "vartype": 3, - "summary": "system_event.sql*net break/reset to client.average_wait_fg: 0.05", + "default": ".01", + "summary": "system_event.sql*net break/reset to client.average_wait_fg: .01", "scope": "global", "metric_type": 3 }, @@ -35886,6 +47428,7 @@ "dbms": 12, "name": "global.system_event.sql*net break/reset to client.con_id", "vartype": 2, + "default": "0", "summary": "system_event.sql*net break/reset to client.con_id: 0", "scope": "global", "metric_type": 1 @@ -35897,6 +47440,7 @@ "dbms": 12, "name": "global.system_event.sql*net break/reset to client.event_id", "vartype": 2, + "default": "1963888671", "summary": "system_event.sql*net break/reset to client.event_id: 1963888671", "scope": "global", "metric_type": 1 @@ -35908,7 +47452,8 @@ "dbms": 12, "name": "global.system_event.sql*net break/reset to client.time_waited", "vartype": 2, - "summary": "system_event.sql*net break/reset to client.time_waited: 1985", + "default": "8", + "summary": "system_event.sql*net break/reset to client.time_waited: 8", "scope": "global", "metric_type": 1 }, @@ -35919,7 +47464,8 @@ "dbms": 12, "name": "global.system_event.sql*net break/reset to client.time_waited_fg", "vartype": 2, - "summary": "system_event.sql*net break/reset to client.time_waited_fg: 1985", + "default": "8", + "summary": "system_event.sql*net break/reset to client.time_waited_fg: 8", "scope": "global", "metric_type": 1 }, @@ -35930,7 +47476,8 @@ "dbms": 12, "name": "global.system_event.sql*net break/reset to client.time_waited_micro", "vartype": 2, - "summary": "system_event.sql*net break/reset to client.time_waited_micro: 19846537", + "default": "80829", + "summary": "system_event.sql*net break/reset to client.time_waited_micro: 80829", "scope": "global", "metric_type": 1 }, @@ -35941,7 +47488,8 @@ "dbms": 12, "name": "global.system_event.sql*net break/reset to client.time_waited_micro_fg", "vartype": 2, - "summary": "system_event.sql*net break/reset to client.time_waited_micro_fg: 19846537", + "default": "80829", + "summary": "system_event.sql*net break/reset to client.time_waited_micro_fg: 80829", "scope": "global", "metric_type": 1 }, @@ -35952,6 +47500,7 @@ "dbms": 12, "name": "global.system_event.sql*net break/reset to client.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.sql*net break/reset to client.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -35963,6 +47512,7 @@ "dbms": 12, "name": "global.system_event.sql*net break/reset to client.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.sql*net break/reset to client.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -35974,7 +47524,8 @@ "dbms": 12, "name": "global.system_event.sql*net break/reset to client.total_waits", "vartype": 2, - "summary": "system_event.sql*net break/reset to client.total_waits: 42853", + "default": "851", + "summary": "system_event.sql*net break/reset to client.total_waits: 851", "scope": "global", "metric_type": 1 }, @@ -35985,7 +47536,8 @@ "dbms": 12, "name": "global.system_event.sql*net break/reset to client.total_waits_fg", "vartype": 2, - "summary": "system_event.sql*net break/reset to client.total_waits_fg: 42853", + "default": "851", + "summary": "system_event.sql*net break/reset to client.total_waits_fg: 851", "scope": "global", "metric_type": 1 }, @@ -35996,6 +47548,7 @@ "dbms": 12, "name": "global.system_event.sql*net break/reset to client.wait_class", "vartype": 1, + "default": "Application", "summary": "system_event.sql*net break/reset to client.wait_class: Application", "scope": "global", "metric_type": 2 @@ -36007,9 +47560,10 @@ "dbms": 12, "name": "global.system_event.sql*net break/reset to client.wait_class#", "vartype": 2, + "default": "1", "summary": "system_event.sql*net break/reset to client.wait_class#: 1", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -36018,6 +47572,7 @@ "dbms": 12, "name": "global.system_event.sql*net break/reset to client.wait_class_id", "vartype": 2, + "default": "4217450380", "summary": "system_event.sql*net break/reset to client.wait_class_id: 4217450380", "scope": "global", "metric_type": 1 @@ -36029,7 +47584,8 @@ "dbms": 12, "name": "global.system_event.sql*net message from client.average_wait", "vartype": 3, - "summary": "system_event.sql*net message from client.average_wait: 0.16", + "default": ".39", + "summary": "system_event.sql*net message from client.average_wait: .39", "scope": "global", "metric_type": 3 }, @@ -36040,7 +47596,8 @@ "dbms": 12, "name": "global.system_event.sql*net message from client.average_wait_fg", "vartype": 3, - "summary": "system_event.sql*net message from client.average_wait_fg: 0.16", + "default": ".39", + "summary": "system_event.sql*net message from client.average_wait_fg: .39", "scope": "global", "metric_type": 3 }, @@ -36051,6 +47608,7 @@ "dbms": 12, "name": "global.system_event.sql*net message from client.con_id", "vartype": 2, + "default": "0", "summary": "system_event.sql*net message from client.con_id: 0", "scope": "global", "metric_type": 1 @@ -36062,6 +47620,7 @@ "dbms": 12, "name": "global.system_event.sql*net message from client.event_id", "vartype": 2, + "default": "1421975091", "summary": "system_event.sql*net message from client.event_id: 1421975091", "scope": "global", "metric_type": 1 @@ -36073,7 +47632,8 @@ "dbms": 12, "name": "global.system_event.sql*net message from client.time_waited", "vartype": 2, - "summary": "system_event.sql*net message from client.time_waited: 6789", + "default": "2410797", + "summary": "system_event.sql*net message from client.time_waited: 2410797", "scope": "global", "metric_type": 1 }, @@ -36084,7 +47644,8 @@ "dbms": 12, "name": "global.system_event.sql*net message from client.time_waited_fg", "vartype": 2, - "summary": "system_event.sql*net message from client.time_waited_fg: 6761", + "default": "2410084", + "summary": "system_event.sql*net message from client.time_waited_fg: 2410084", "scope": "global", "metric_type": 1 }, @@ -36094,8 +47655,9 @@ "fields": { "dbms": 12, "name": "global.system_event.sql*net message from client.time_waited_micro", - "vartype": 2, - "summary": "system_event.sql*net message from client.time_waited_micro: 67890479", + "vartype": 3, + "default": "2.4108E+10", + "summary": "system_event.sql*net message from client.time_waited_micro: 2.4108E+10", "scope": "global", "metric_type": 1 }, @@ -36105,8 +47667,9 @@ "fields": { "dbms": 12, "name": "global.system_event.sql*net message from client.time_waited_micro_fg", - "vartype": 2, - "summary": "system_event.sql*net message from client.time_waited_micro_fg: 67606080", + "vartype": 3, + "default": "2.4101E+10", + "summary": "system_event.sql*net message from client.time_waited_micro_fg: 2.4101E+10", "scope": "global", "metric_type": 1 }, @@ -36117,6 +47680,7 @@ "dbms": 12, "name": "global.system_event.sql*net message from client.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.sql*net message from client.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -36128,6 +47692,7 @@ "dbms": 12, "name": "global.system_event.sql*net message from client.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.sql*net message from client.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -36139,7 +47704,8 @@ "dbms": 12, "name": "global.system_event.sql*net message from client.total_waits", "vartype": 2, - "summary": "system_event.sql*net message from client.total_waits: 43401", + "default": "6242643", + "summary": "system_event.sql*net message from client.total_waits: 6242643", "scope": "global", "metric_type": 1 }, @@ -36150,7 +47716,8 @@ "dbms": 12, "name": "global.system_event.sql*net message from client.total_waits_fg", "vartype": 2, - "summary": "system_event.sql*net message from client.total_waits_fg: 43361", + "default": "6236907", + "summary": "system_event.sql*net message from client.total_waits_fg: 6236907", "scope": "global", "metric_type": 1 }, @@ -36161,6 +47728,7 @@ "dbms": 12, "name": "global.system_event.sql*net message from client.wait_class", "vartype": 1, + "default": "Idle", "summary": "system_event.sql*net message from client.wait_class: Idle", "scope": "global", "metric_type": 2 @@ -36172,9 +47740,10 @@ "dbms": 12, "name": "global.system_event.sql*net message from client.wait_class#", "vartype": 2, + "default": "6", "summary": "system_event.sql*net message from client.wait_class#: 6", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -36183,6 +47752,7 @@ "dbms": 12, "name": "global.system_event.sql*net message from client.wait_class_id", "vartype": 2, + "default": "2723168908", "summary": "system_event.sql*net message from client.wait_class_id: 2723168908", "scope": "global", "metric_type": 1 @@ -36194,6 +47764,7 @@ "dbms": 12, "name": "global.system_event.sql*net message to client.average_wait", "vartype": 2, + "default": "0", "summary": "system_event.sql*net message to client.average_wait: 0", "scope": "global", "metric_type": 3 @@ -36205,6 +47776,7 @@ "dbms": 12, "name": "global.system_event.sql*net message to client.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.sql*net message to client.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -36216,6 +47788,7 @@ "dbms": 12, "name": "global.system_event.sql*net message to client.con_id", "vartype": 2, + "default": "0", "summary": "system_event.sql*net message to client.con_id: 0", "scope": "global", "metric_type": 1 @@ -36227,6 +47800,7 @@ "dbms": 12, "name": "global.system_event.sql*net message to client.event_id", "vartype": 2, + "default": "2067390145", "summary": "system_event.sql*net message to client.event_id: 2067390145", "scope": "global", "metric_type": 1 @@ -36238,7 +47812,8 @@ "dbms": 12, "name": "global.system_event.sql*net message to client.time_waited", "vartype": 2, - "summary": "system_event.sql*net message to client.time_waited: 54", + "default": "179", + "summary": "system_event.sql*net message to client.time_waited: 179", "scope": "global", "metric_type": 1 }, @@ -36249,7 +47824,8 @@ "dbms": 12, "name": "global.system_event.sql*net message to client.time_waited_fg", "vartype": 2, - "summary": "system_event.sql*net message to client.time_waited_fg: 54", + "default": "179", + "summary": "system_event.sql*net message to client.time_waited_fg: 179", "scope": "global", "metric_type": 1 }, @@ -36260,7 +47836,8 @@ "dbms": 12, "name": "global.system_event.sql*net message to client.time_waited_micro", "vartype": 2, - "summary": "system_event.sql*net message to client.time_waited_micro: 536716", + "default": "1791171", + "summary": "system_event.sql*net message to client.time_waited_micro: 1791171", "scope": "global", "metric_type": 1 }, @@ -36271,7 +47848,8 @@ "dbms": 12, "name": "global.system_event.sql*net message to client.time_waited_micro_fg", "vartype": 2, - "summary": "system_event.sql*net message to client.time_waited_micro_fg: 536427", + "default": "1786271", + "summary": "system_event.sql*net message to client.time_waited_micro_fg: 1786271", "scope": "global", "metric_type": 1 }, @@ -36282,6 +47860,7 @@ "dbms": 12, "name": "global.system_event.sql*net message to client.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.sql*net message to client.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -36293,6 +47872,7 @@ "dbms": 12, "name": "global.system_event.sql*net message to client.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.sql*net message to client.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -36304,7 +47884,8 @@ "dbms": 12, "name": "global.system_event.sql*net message to client.total_waits", "vartype": 2, - "summary": "system_event.sql*net message to client.total_waits: 43391", + "default": "6239554", + "summary": "system_event.sql*net message to client.total_waits: 6239554", "scope": "global", "metric_type": 1 }, @@ -36315,7 +47896,8 @@ "dbms": 12, "name": "global.system_event.sql*net message to client.total_waits_fg", "vartype": 2, - "summary": "system_event.sql*net message to client.total_waits_fg: 43360", + "default": "6235150", + "summary": "system_event.sql*net message to client.total_waits_fg: 6235150", "scope": "global", "metric_type": 1 }, @@ -36326,6 +47908,7 @@ "dbms": 12, "name": "global.system_event.sql*net message to client.wait_class", "vartype": 1, + "default": "Network", "summary": "system_event.sql*net message to client.wait_class: Network", "scope": "global", "metric_type": 2 @@ -36337,9 +47920,10 @@ "dbms": 12, "name": "global.system_event.sql*net message to client.wait_class#", "vartype": 2, + "default": "7", "summary": "system_event.sql*net message to client.wait_class#: 7", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -36348,18 +47932,200 @@ "dbms": 12, "name": "global.system_event.sql*net message to client.wait_class_id", "vartype": 2, + "default": "2000153315", "summary": "system_event.sql*net message to client.wait_class_id: 2000153315", "scope": "global", "metric_type": 1 }, "model": "website.MetricCatalog" }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.sql*net more data from client.average_wait", + "vartype": 2, + "default": "0", + "summary": "system_event.sql*net more data from client.average_wait: 0", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.sql*net more data from client.average_wait_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.sql*net more data from client.average_wait_fg: 0", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.sql*net more data from client.con_id", + "vartype": 2, + "default": "0", + "summary": "system_event.sql*net more data from client.con_id: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.sql*net more data from client.event_id", + "vartype": 2, + "default": "3530226808", + "summary": "system_event.sql*net more data from client.event_id: 3530226808", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.sql*net more data from client.time_waited", + "vartype": 2, + "default": "1", + "summary": "system_event.sql*net more data from client.time_waited: 1", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.sql*net more data from client.time_waited_fg", + "vartype": 2, + "default": "1", + "summary": "system_event.sql*net more data from client.time_waited_fg: 1", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.sql*net more data from client.time_waited_micro", + "vartype": 2, + "default": "9772", + "summary": "system_event.sql*net more data from client.time_waited_micro: 9772", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.sql*net more data from client.time_waited_micro_fg", + "vartype": 2, + "default": "9772", + "summary": "system_event.sql*net more data from client.time_waited_micro_fg: 9772", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.sql*net more data from client.total_timeouts", + "vartype": 2, + "default": "0", + "summary": "system_event.sql*net more data from client.total_timeouts: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.sql*net more data from client.total_timeouts_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.sql*net more data from client.total_timeouts_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.sql*net more data from client.total_waits", + "vartype": 2, + "default": "1727", + "summary": "system_event.sql*net more data from client.total_waits: 1727", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.sql*net more data from client.total_waits_fg", + "vartype": 2, + "default": "1727", + "summary": "system_event.sql*net more data from client.total_waits_fg: 1727", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.sql*net more data from client.wait_class", + "vartype": 1, + "default": "Network", + "summary": "system_event.sql*net more data from client.wait_class: Network", + "scope": "global", + "metric_type": 2 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.sql*net more data from client.wait_class#", + "vartype": 2, + "default": "7", + "summary": "system_event.sql*net more data from client.wait_class#: 7", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.sql*net more data from client.wait_class_id", + "vartype": 2, + "default": "2000153315", + "summary": "system_event.sql*net more data from client.wait_class_id: 2000153315", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, { "fields": { "dbms": 12, "name": "global.system_event.sql*net more data to client.average_wait", - "vartype": 3, - "summary": "system_event.sql*net more data to client.average_wait: 0.01", + "vartype": 2, + "default": "0", + "summary": "system_event.sql*net more data to client.average_wait: 0", "scope": "global", "metric_type": 3 }, @@ -36369,8 +48135,9 @@ "fields": { "dbms": 12, "name": "global.system_event.sql*net more data to client.average_wait_fg", - "vartype": 3, - "summary": "system_event.sql*net more data to client.average_wait_fg: 0.01", + "vartype": 2, + "default": "0", + "summary": "system_event.sql*net more data to client.average_wait_fg: 0", "scope": "global", "metric_type": 3 }, @@ -36381,6 +48148,7 @@ "dbms": 12, "name": "global.system_event.sql*net more data to client.con_id", "vartype": 2, + "default": "0", "summary": "system_event.sql*net more data to client.con_id: 0", "scope": "global", "metric_type": 1 @@ -36392,6 +48160,7 @@ "dbms": 12, "name": "global.system_event.sql*net more data to client.event_id", "vartype": 2, + "default": "554161347", "summary": "system_event.sql*net more data to client.event_id: 554161347", "scope": "global", "metric_type": 1 @@ -36403,7 +48172,8 @@ "dbms": 12, "name": "global.system_event.sql*net more data to client.time_waited", "vartype": 2, - "summary": "system_event.sql*net more data to client.time_waited: 0", + "default": "868", + "summary": "system_event.sql*net more data to client.time_waited: 868", "scope": "global", "metric_type": 1 }, @@ -36414,7 +48184,8 @@ "dbms": 12, "name": "global.system_event.sql*net more data to client.time_waited_fg", "vartype": 2, - "summary": "system_event.sql*net more data to client.time_waited_fg: 0", + "default": "868", + "summary": "system_event.sql*net more data to client.time_waited_fg: 868", "scope": "global", "metric_type": 1 }, @@ -36425,7 +48196,8 @@ "dbms": 12, "name": "global.system_event.sql*net more data to client.time_waited_micro", "vartype": 2, - "summary": "system_event.sql*net more data to client.time_waited_micro: 215", + "default": "8684805", + "summary": "system_event.sql*net more data to client.time_waited_micro: 8684805", "scope": "global", "metric_type": 1 }, @@ -36436,7 +48208,8 @@ "dbms": 12, "name": "global.system_event.sql*net more data to client.time_waited_micro_fg", "vartype": 2, - "summary": "system_event.sql*net more data to client.time_waited_micro_fg: 215", + "default": "8684805", + "summary": "system_event.sql*net more data to client.time_waited_micro_fg: 8684805", "scope": "global", "metric_type": 1 }, @@ -36447,6 +48220,7 @@ "dbms": 12, "name": "global.system_event.sql*net more data to client.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.sql*net more data to client.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -36458,6 +48232,7 @@ "dbms": 12, "name": "global.system_event.sql*net more data to client.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.sql*net more data to client.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -36469,7 +48244,8 @@ "dbms": 12, "name": "global.system_event.sql*net more data to client.total_waits", "vartype": 2, - "summary": "system_event.sql*net more data to client.total_waits: 4", + "default": "455920", + "summary": "system_event.sql*net more data to client.total_waits: 455920", "scope": "global", "metric_type": 1 }, @@ -36480,7 +48256,8 @@ "dbms": 12, "name": "global.system_event.sql*net more data to client.total_waits_fg", "vartype": 2, - "summary": "system_event.sql*net more data to client.total_waits_fg: 4", + "default": "455920", + "summary": "system_event.sql*net more data to client.total_waits_fg: 455920", "scope": "global", "metric_type": 1 }, @@ -36491,6 +48268,7 @@ "dbms": 12, "name": "global.system_event.sql*net more data to client.wait_class", "vartype": 1, + "default": "Network", "summary": "system_event.sql*net more data to client.wait_class: Network", "scope": "global", "metric_type": 2 @@ -36502,9 +48280,10 @@ "dbms": 12, "name": "global.system_event.sql*net more data to client.wait_class#", "vartype": 2, + "default": "7", "summary": "system_event.sql*net more data to client.wait_class#: 7", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -36513,18 +48292,380 @@ "dbms": 12, "name": "global.system_event.sql*net more data to client.wait_class_id", "vartype": 2, + "default": "2000153315", "summary": "system_event.sql*net more data to client.wait_class_id: 2000153315", "scope": "global", "metric_type": 1 }, "model": "website.MetricCatalog" }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.streams aq: emn coordinator idle wait.average_wait", + "vartype": 3, + "default": "1000.09", + "summary": "system_event.streams aq: emn coordinator idle wait.average_wait: 1000.09", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.streams aq: emn coordinator idle wait.average_wait_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.streams aq: emn coordinator idle wait.average_wait_fg: 0", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.streams aq: emn coordinator idle wait.con_id", + "vartype": 2, + "default": "0", + "summary": "system_event.streams aq: emn coordinator idle wait.con_id: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.streams aq: emn coordinator idle wait.event_id", + "vartype": 2, + "default": "1053768773", + "summary": "system_event.streams aq: emn coordinator idle wait.event_id: 1053768773", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.streams aq: emn coordinator idle wait.time_waited", + "vartype": 2, + "default": "196018", + "summary": "system_event.streams aq: emn coordinator idle wait.time_waited: 196018", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.streams aq: emn coordinator idle wait.time_waited_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.streams aq: emn coordinator idle wait.time_waited_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.streams aq: emn coordinator idle wait.time_waited_micro", + "vartype": 2, + "default": "1960178994", + "summary": "system_event.streams aq: emn coordinator idle wait.time_waited_micro: 1960178994", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.streams aq: emn coordinator idle wait.time_waited_micro_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.streams aq: emn coordinator idle wait.time_waited_micro_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.streams aq: emn coordinator idle wait.total_timeouts", + "vartype": 2, + "default": "196", + "summary": "system_event.streams aq: emn coordinator idle wait.total_timeouts: 196", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.streams aq: emn coordinator idle wait.total_timeouts_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.streams aq: emn coordinator idle wait.total_timeouts_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.streams aq: emn coordinator idle wait.total_waits", + "vartype": 2, + "default": "196", + "summary": "system_event.streams aq: emn coordinator idle wait.total_waits: 196", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.streams aq: emn coordinator idle wait.total_waits_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.streams aq: emn coordinator idle wait.total_waits_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.streams aq: emn coordinator idle wait.wait_class", + "vartype": 1, + "default": "Idle", + "summary": "system_event.streams aq: emn coordinator idle wait.wait_class: Idle", + "scope": "global", + "metric_type": 2 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.streams aq: emn coordinator idle wait.wait_class#", + "vartype": 2, + "default": "6", + "summary": "system_event.streams aq: emn coordinator idle wait.wait_class#: 6", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.streams aq: emn coordinator idle wait.wait_class_id", + "vartype": 2, + "default": "2723168908", + "summary": "system_event.streams aq: emn coordinator idle wait.wait_class_id: 2723168908", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.streams aq: load balancer idle.average_wait", + "vartype": 3, + "default": "4500.07", + "summary": "system_event.streams aq: load balancer idle.average_wait: 4500.07", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.streams aq: load balancer idle.average_wait_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.streams aq: load balancer idle.average_wait_fg: 0", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.streams aq: load balancer idle.con_id", + "vartype": 2, + "default": "0", + "summary": "system_event.streams aq: load balancer idle.con_id: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.streams aq: load balancer idle.event_id", + "vartype": 2, + "default": "1646312927", + "summary": "system_event.streams aq: load balancer idle.event_id: 1646312927", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.streams aq: load balancer idle.time_waited", + "vartype": 2, + "default": "4500", + "summary": "system_event.streams aq: load balancer idle.time_waited: 4500", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.streams aq: load balancer idle.time_waited_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.streams aq: load balancer idle.time_waited_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.streams aq: load balancer idle.time_waited_micro", + "vartype": 2, + "default": "45000664", + "summary": "system_event.streams aq: load balancer idle.time_waited_micro: 45000664", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.streams aq: load balancer idle.time_waited_micro_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.streams aq: load balancer idle.time_waited_micro_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.streams aq: load balancer idle.total_timeouts", + "vartype": 2, + "default": "1", + "summary": "system_event.streams aq: load balancer idle.total_timeouts: 1", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.streams aq: load balancer idle.total_timeouts_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.streams aq: load balancer idle.total_timeouts_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.streams aq: load balancer idle.total_waits", + "vartype": 2, + "default": "1", + "summary": "system_event.streams aq: load balancer idle.total_waits: 1", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.streams aq: load balancer idle.total_waits_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.streams aq: load balancer idle.total_waits_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.streams aq: load balancer idle.wait_class", + "vartype": 1, + "default": "Idle", + "summary": "system_event.streams aq: load balancer idle.wait_class: Idle", + "scope": "global", + "metric_type": 2 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.streams aq: load balancer idle.wait_class#", + "vartype": 2, + "default": "6", + "summary": "system_event.streams aq: load balancer idle.wait_class#: 6", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.streams aq: load balancer idle.wait_class_id", + "vartype": 2, + "default": "2723168908", + "summary": "system_event.streams aq: load balancer idle.wait_class_id: 2723168908", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, { "fields": { "dbms": 12, "name": "global.system_event.streams aq: qmn coordinator idle wait.average_wait", "vartype": 3, - "summary": "system_event.streams aq: qmn coordinator idle wait.average_wait: 473.96", + "default": "969.67", + "summary": "system_event.streams aq: qmn coordinator idle wait.average_wait: 969.67", "scope": "global", "metric_type": 3 }, @@ -36535,6 +48676,7 @@ "dbms": 12, "name": "global.system_event.streams aq: qmn coordinator idle wait.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.streams aq: qmn coordinator idle wait.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -36546,6 +48688,7 @@ "dbms": 12, "name": "global.system_event.streams aq: qmn coordinator idle wait.con_id", "vartype": 2, + "default": "0", "summary": "system_event.streams aq: qmn coordinator idle wait.con_id: 0", "scope": "global", "metric_type": 1 @@ -36557,6 +48700,7 @@ "dbms": 12, "name": "global.system_event.streams aq: qmn coordinator idle wait.event_id", "vartype": 2, + "default": "989870553", "summary": "system_event.streams aq: qmn coordinator idle wait.event_id: 989870553", "scope": "global", "metric_type": 1 @@ -36568,7 +48712,8 @@ "dbms": 12, "name": "global.system_event.streams aq: qmn coordinator idle wait.time_waited", "vartype": 2, - "summary": "system_event.streams aq: qmn coordinator idle wait.time_waited: 2844", + "default": "195873", + "summary": "system_event.streams aq: qmn coordinator idle wait.time_waited: 195873", "scope": "global", "metric_type": 1 }, @@ -36579,6 +48724,7 @@ "dbms": 12, "name": "global.system_event.streams aq: qmn coordinator idle wait.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.streams aq: qmn coordinator idle wait.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -36590,7 +48736,8 @@ "dbms": 12, "name": "global.system_event.streams aq: qmn coordinator idle wait.time_waited_micro", "vartype": 2, - "summary": "system_event.streams aq: qmn coordinator idle wait.time_waited_micro: 28437817", + "default": "1958729770", + "summary": "system_event.streams aq: qmn coordinator idle wait.time_waited_micro: 1958729770", "scope": "global", "metric_type": 1 }, @@ -36601,6 +48748,7 @@ "dbms": 12, "name": "global.system_event.streams aq: qmn coordinator idle wait.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.streams aq: qmn coordinator idle wait.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -36612,6 +48760,7 @@ "dbms": 12, "name": "global.system_event.streams aq: qmn coordinator idle wait.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.streams aq: qmn coordinator idle wait.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -36623,6 +48772,7 @@ "dbms": 12, "name": "global.system_event.streams aq: qmn coordinator idle wait.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.streams aq: qmn coordinator idle wait.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -36634,7 +48784,8 @@ "dbms": 12, "name": "global.system_event.streams aq: qmn coordinator idle wait.total_waits", "vartype": 2, - "summary": "system_event.streams aq: qmn coordinator idle wait.total_waits: 6", + "default": "202", + "summary": "system_event.streams aq: qmn coordinator idle wait.total_waits: 202", "scope": "global", "metric_type": 1 }, @@ -36645,6 +48796,7 @@ "dbms": 12, "name": "global.system_event.streams aq: qmn coordinator idle wait.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.streams aq: qmn coordinator idle wait.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -36656,6 +48808,7 @@ "dbms": 12, "name": "global.system_event.streams aq: qmn coordinator idle wait.wait_class", "vartype": 1, + "default": "Idle", "summary": "system_event.streams aq: qmn coordinator idle wait.wait_class: Idle", "scope": "global", "metric_type": 2 @@ -36667,9 +48820,10 @@ "dbms": 12, "name": "global.system_event.streams aq: qmn coordinator idle wait.wait_class#", "vartype": 2, + "default": "6", "summary": "system_event.streams aq: qmn coordinator idle wait.wait_class#: 6", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -36678,6 +48832,7 @@ "dbms": 12, "name": "global.system_event.streams aq: qmn coordinator idle wait.wait_class_id", "vartype": 2, + "default": "2723168908", "summary": "system_event.streams aq: qmn coordinator idle wait.wait_class_id: 2723168908", "scope": "global", "metric_type": 1 @@ -36689,7 +48844,8 @@ "dbms": 12, "name": "global.system_event.streams aq: qmn slave idle wait.average_wait", "vartype": 3, - "summary": "system_event.streams aq: qmn slave idle wait.average_wait: 844.34", + "default": "1846.79", + "summary": "system_event.streams aq: qmn slave idle wait.average_wait: 1846.79", "scope": "global", "metric_type": 3 }, @@ -36700,6 +48856,7 @@ "dbms": 12, "name": "global.system_event.streams aq: qmn slave idle wait.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.streams aq: qmn slave idle wait.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -36711,6 +48868,7 @@ "dbms": 12, "name": "global.system_event.streams aq: qmn slave idle wait.con_id", "vartype": 2, + "default": "0", "summary": "system_event.streams aq: qmn slave idle wait.con_id: 0", "scope": "global", "metric_type": 1 @@ -36722,6 +48880,7 @@ "dbms": 12, "name": "global.system_event.streams aq: qmn slave idle wait.event_id", "vartype": 2, + "default": "1830121438", "summary": "system_event.streams aq: qmn slave idle wait.event_id: 1830121438", "scope": "global", "metric_type": 1 @@ -36733,7 +48892,8 @@ "dbms": 12, "name": "global.system_event.streams aq: qmn slave idle wait.time_waited", "vartype": 2, - "summary": "system_event.streams aq: qmn slave idle wait.time_waited: 8443", + "default": "216075", + "summary": "system_event.streams aq: qmn slave idle wait.time_waited: 216075", "scope": "global", "metric_type": 1 }, @@ -36744,6 +48904,7 @@ "dbms": 12, "name": "global.system_event.streams aq: qmn slave idle wait.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.streams aq: qmn slave idle wait.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -36755,7 +48916,8 @@ "dbms": 12, "name": "global.system_event.streams aq: qmn slave idle wait.time_waited_micro", "vartype": 2, - "summary": "system_event.streams aq: qmn slave idle wait.time_waited_micro: 84434432", + "default": "2160749411", + "summary": "system_event.streams aq: qmn slave idle wait.time_waited_micro: 2160749411", "scope": "global", "metric_type": 1 }, @@ -36766,6 +48928,7 @@ "dbms": 12, "name": "global.system_event.streams aq: qmn slave idle wait.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.streams aq: qmn slave idle wait.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -36777,7 +48940,8 @@ "dbms": 12, "name": "global.system_event.streams aq: qmn slave idle wait.total_timeouts", "vartype": 2, - "summary": "system_event.streams aq: qmn slave idle wait.total_timeouts: 0", + "default": "2", + "summary": "system_event.streams aq: qmn slave idle wait.total_timeouts: 2", "scope": "global", "metric_type": 1 }, @@ -36788,6 +48952,7 @@ "dbms": 12, "name": "global.system_event.streams aq: qmn slave idle wait.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.streams aq: qmn slave idle wait.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -36799,7 +48964,8 @@ "dbms": 12, "name": "global.system_event.streams aq: qmn slave idle wait.total_waits", "vartype": 2, - "summary": "system_event.streams aq: qmn slave idle wait.total_waits: 10", + "default": "117", + "summary": "system_event.streams aq: qmn slave idle wait.total_waits: 117", "scope": "global", "metric_type": 1 }, @@ -36810,6 +48976,7 @@ "dbms": 12, "name": "global.system_event.streams aq: qmn slave idle wait.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.streams aq: qmn slave idle wait.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -36821,6 +48988,7 @@ "dbms": 12, "name": "global.system_event.streams aq: qmn slave idle wait.wait_class", "vartype": 1, + "default": "Idle", "summary": "system_event.streams aq: qmn slave idle wait.wait_class: Idle", "scope": "global", "metric_type": 2 @@ -36832,9 +49000,10 @@ "dbms": 12, "name": "global.system_event.streams aq: qmn slave idle wait.wait_class#", "vartype": 2, + "default": "6", "summary": "system_event.streams aq: qmn slave idle wait.wait_class#: 6", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -36843,6 +49012,7 @@ "dbms": 12, "name": "global.system_event.streams aq: qmn slave idle wait.wait_class_id", "vartype": 2, + "default": "2723168908", "summary": "system_event.streams aq: qmn slave idle wait.wait_class_id: 2723168908", "scope": "global", "metric_type": 1 @@ -36853,8 +49023,9 @@ "fields": { "dbms": 12, "name": "global.system_event.streams aq: waiting for time management or cleanup tasks.average_wait", - "vartype": 2, - "summary": "system_event.streams aq: waiting for time management or cleanup tasks.average_wait: 0", + "vartype": 3, + "default": "9415.94", + "summary": "system_event.streams aq: waiting for time management or cleanup tasks.average_wait: 9415.94", "scope": "global", "metric_type": 3 }, @@ -36865,6 +49036,7 @@ "dbms": 12, "name": "global.system_event.streams aq: waiting for time management or cleanup tasks.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.streams aq: waiting for time management or cleanup tasks.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -36876,6 +49048,7 @@ "dbms": 12, "name": "global.system_event.streams aq: waiting for time management or cleanup tasks.con_id", "vartype": 2, + "default": "0", "summary": "system_event.streams aq: waiting for time management or cleanup tasks.con_id: 0", "scope": "global", "metric_type": 1 @@ -36887,6 +49060,7 @@ "dbms": 12, "name": "global.system_event.streams aq: waiting for time management or cleanup tasks.event_id", "vartype": 2, + "default": "3702640206", "summary": "system_event.streams aq: waiting for time management or cleanup tasks.event_id: 3702640206", "scope": "global", "metric_type": 1 @@ -36898,7 +49072,8 @@ "dbms": 12, "name": "global.system_event.streams aq: waiting for time management or cleanup tasks.time_waited", "vartype": 2, - "summary": "system_event.streams aq: waiting for time management or cleanup tasks.time_waited: 0", + "default": "141239", + "summary": "system_event.streams aq: waiting for time management or cleanup tasks.time_waited: 141239", "scope": "global", "metric_type": 1 }, @@ -36909,6 +49084,7 @@ "dbms": 12, "name": "global.system_event.streams aq: waiting for time management or cleanup tasks.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.streams aq: waiting for time management or cleanup tasks.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -36920,7 +49096,8 @@ "dbms": 12, "name": "global.system_event.streams aq: waiting for time management or cleanup tasks.time_waited_micro", "vartype": 2, - "summary": "system_event.streams aq: waiting for time management or cleanup tasks.time_waited_micro: 32", + "default": "1412390663", + "summary": "system_event.streams aq: waiting for time management or cleanup tasks.time_waited_micro: 1412390663", "scope": "global", "metric_type": 1 }, @@ -36931,6 +49108,7 @@ "dbms": 12, "name": "global.system_event.streams aq: waiting for time management or cleanup tasks.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.streams aq: waiting for time management or cleanup tasks.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -36942,7 +49120,8 @@ "dbms": 12, "name": "global.system_event.streams aq: waiting for time management or cleanup tasks.total_timeouts", "vartype": 2, - "summary": "system_event.streams aq: waiting for time management or cleanup tasks.total_timeouts: 0", + "default": "7", + "summary": "system_event.streams aq: waiting for time management or cleanup tasks.total_timeouts: 7", "scope": "global", "metric_type": 1 }, @@ -36953,6 +49132,7 @@ "dbms": 12, "name": "global.system_event.streams aq: waiting for time management or cleanup tasks.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.streams aq: waiting for time management or cleanup tasks.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -36964,7 +49144,8 @@ "dbms": 12, "name": "global.system_event.streams aq: waiting for time management or cleanup tasks.total_waits", "vartype": 2, - "summary": "system_event.streams aq: waiting for time management or cleanup tasks.total_waits: 1", + "default": "15", + "summary": "system_event.streams aq: waiting for time management or cleanup tasks.total_waits: 15", "scope": "global", "metric_type": 1 }, @@ -36975,6 +49156,7 @@ "dbms": 12, "name": "global.system_event.streams aq: waiting for time management or cleanup tasks.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.streams aq: waiting for time management or cleanup tasks.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -36986,6 +49168,7 @@ "dbms": 12, "name": "global.system_event.streams aq: waiting for time management or cleanup tasks.wait_class", "vartype": 1, + "default": "Idle", "summary": "system_event.streams aq: waiting for time management or cleanup tasks.wait_class: Idle", "scope": "global", "metric_type": 2 @@ -36997,9 +49180,10 @@ "dbms": 12, "name": "global.system_event.streams aq: waiting for time management or cleanup tasks.wait_class#", "vartype": 2, + "default": "6", "summary": "system_event.streams aq: waiting for time management or cleanup tasks.wait_class#: 6", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -37008,6 +49192,7 @@ "dbms": 12, "name": "global.system_event.streams aq: waiting for time management or cleanup tasks.wait_class_id", "vartype": 2, + "default": "2723168908", "summary": "system_event.streams aq: waiting for time management or cleanup tasks.wait_class_id: 2723168908", "scope": "global", "metric_type": 1 @@ -37017,9 +49202,190 @@ { "fields": { "dbms": 12, - "name": "global.system_event.utl_file i/o.average_wait", + "name": "global.system_event.tcp socket (kgas).average_wait", "vartype": 2, - "summary": "system_event.utl_file i/o.average_wait: 0", + "default": "0", + "summary": "system_event.tcp socket (kgas).average_wait: 0", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.tcp socket (kgas).average_wait_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.tcp socket (kgas).average_wait_fg: 0", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.tcp socket (kgas).con_id", + "vartype": 2, + "default": "0", + "summary": "system_event.tcp socket (kgas).con_id: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.tcp socket (kgas).event_id", + "vartype": 2, + "default": "3680756349", + "summary": "system_event.tcp socket (kgas).event_id: 3680756349", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.tcp socket (kgas).time_waited", + "vartype": 2, + "default": "0", + "summary": "system_event.tcp socket (kgas).time_waited: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.tcp socket (kgas).time_waited_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.tcp socket (kgas).time_waited_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.tcp socket (kgas).time_waited_micro", + "vartype": 2, + "default": "197", + "summary": "system_event.tcp socket (kgas).time_waited_micro: 197", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.tcp socket (kgas).time_waited_micro_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.tcp socket (kgas).time_waited_micro_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.tcp socket (kgas).total_timeouts", + "vartype": 2, + "default": "0", + "summary": "system_event.tcp socket (kgas).total_timeouts: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.tcp socket (kgas).total_timeouts_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.tcp socket (kgas).total_timeouts_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.tcp socket (kgas).total_waits", + "vartype": 2, + "default": "10", + "summary": "system_event.tcp socket (kgas).total_waits: 10", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.tcp socket (kgas).total_waits_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.tcp socket (kgas).total_waits_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.tcp socket (kgas).wait_class", + "vartype": 1, + "default": "Network", + "summary": "system_event.tcp socket (kgas).wait_class: Network", + "scope": "global", + "metric_type": 2 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.tcp socket (kgas).wait_class#", + "vartype": 2, + "default": "7", + "summary": "system_event.tcp socket (kgas).wait_class#: 7", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.tcp socket (kgas).wait_class_id", + "vartype": 2, + "default": "2000153315", + "summary": "system_event.tcp socket (kgas).wait_class_id: 2000153315", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.utl_file i/o.average_wait", + "vartype": 3, + "default": ".06", + "summary": "system_event.utl_file i/o.average_wait: .06", "scope": "global", "metric_type": 3 }, @@ -37029,8 +49395,9 @@ "fields": { "dbms": 12, "name": "global.system_event.utl_file i/o.average_wait_fg", - "vartype": 2, - "summary": "system_event.utl_file i/o.average_wait_fg: 0", + "vartype": 3, + "default": ".06", + "summary": "system_event.utl_file i/o.average_wait_fg: .06", "scope": "global", "metric_type": 3 }, @@ -37041,6 +49408,7 @@ "dbms": 12, "name": "global.system_event.utl_file i/o.con_id", "vartype": 2, + "default": "0", "summary": "system_event.utl_file i/o.con_id: 0", "scope": "global", "metric_type": 1 @@ -37052,6 +49420,7 @@ "dbms": 12, "name": "global.system_event.utl_file i/o.event_id", "vartype": 2, + "default": "2804400934", "summary": "system_event.utl_file i/o.event_id: 2804400934", "scope": "global", "metric_type": 1 @@ -37063,7 +49432,8 @@ "dbms": 12, "name": "global.system_event.utl_file i/o.time_waited", "vartype": 2, - "summary": "system_event.utl_file i/o.time_waited: 0", + "default": "184", + "summary": "system_event.utl_file i/o.time_waited: 184", "scope": "global", "metric_type": 1 }, @@ -37074,7 +49444,8 @@ "dbms": 12, "name": "global.system_event.utl_file i/o.time_waited_fg", "vartype": 2, - "summary": "system_event.utl_file i/o.time_waited_fg: 0", + "default": "182", + "summary": "system_event.utl_file i/o.time_waited_fg: 182", "scope": "global", "metric_type": 1 }, @@ -37085,7 +49456,8 @@ "dbms": 12, "name": "global.system_event.utl_file i/o.time_waited_micro", "vartype": 2, - "summary": "system_event.utl_file i/o.time_waited_micro: 290", + "default": "1839501", + "summary": "system_event.utl_file i/o.time_waited_micro: 1839501", "scope": "global", "metric_type": 1 }, @@ -37096,7 +49468,8 @@ "dbms": 12, "name": "global.system_event.utl_file i/o.time_waited_micro_fg", "vartype": 2, - "summary": "system_event.utl_file i/o.time_waited_micro_fg: 0", + "default": "1824414", + "summary": "system_event.utl_file i/o.time_waited_micro_fg: 1824414", "scope": "global", "metric_type": 1 }, @@ -37107,6 +49480,7 @@ "dbms": 12, "name": "global.system_event.utl_file i/o.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.utl_file i/o.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -37118,6 +49492,7 @@ "dbms": 12, "name": "global.system_event.utl_file i/o.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.utl_file i/o.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -37129,7 +49504,8 @@ "dbms": 12, "name": "global.system_event.utl_file i/o.total_waits", "vartype": 2, - "summary": "system_event.utl_file i/o.total_waits: 14", + "default": "3184", + "summary": "system_event.utl_file i/o.total_waits: 3184", "scope": "global", "metric_type": 1 }, @@ -37140,7 +49516,8 @@ "dbms": 12, "name": "global.system_event.utl_file i/o.total_waits_fg", "vartype": 2, - "summary": "system_event.utl_file i/o.total_waits_fg: 0", + "default": "3170", + "summary": "system_event.utl_file i/o.total_waits_fg: 3170", "scope": "global", "metric_type": 1 }, @@ -37151,6 +49528,7 @@ "dbms": 12, "name": "global.system_event.utl_file i/o.wait_class", "vartype": 1, + "default": "User I/O", "summary": "system_event.utl_file i/o.wait_class: User I/O", "scope": "global", "metric_type": 2 @@ -37162,9 +49540,10 @@ "dbms": 12, "name": "global.system_event.utl_file i/o.wait_class#", "vartype": 2, + "default": "8", "summary": "system_event.utl_file i/o.wait_class#: 8", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -37173,6 +49552,7 @@ "dbms": 12, "name": "global.system_event.utl_file i/o.wait_class_id", "vartype": 2, + "default": "1740759767", "summary": "system_event.utl_file i/o.wait_class_id: 1740759767", "scope": "global", "metric_type": 1 @@ -37184,7 +49564,8 @@ "dbms": 12, "name": "global.system_event.vkrm idle.average_wait", "vartype": 3, - "summary": "system_event.vkrm idle.average_wait: 4498.14", + "default": "210314.73", + "summary": "system_event.vkrm idle.average_wait: 210314.73", "scope": "global", "metric_type": 3 }, @@ -37195,6 +49576,7 @@ "dbms": 12, "name": "global.system_event.vkrm idle.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.vkrm idle.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -37206,6 +49588,7 @@ "dbms": 12, "name": "global.system_event.vkrm idle.con_id", "vartype": 2, + "default": "0", "summary": "system_event.vkrm idle.con_id: 0", "scope": "global", "metric_type": 1 @@ -37217,6 +49600,7 @@ "dbms": 12, "name": "global.system_event.vkrm idle.event_id", "vartype": 2, + "default": "58311103", "summary": "system_event.vkrm idle.event_id: 58311103", "scope": "global", "metric_type": 1 @@ -37228,7 +49612,8 @@ "dbms": 12, "name": "global.system_event.vkrm idle.time_waited", "vartype": 2, - "summary": "system_event.vkrm idle.time_waited: 4498", + "default": "210315", + "summary": "system_event.vkrm idle.time_waited: 210315", "scope": "global", "metric_type": 1 }, @@ -37239,6 +49624,7 @@ "dbms": 12, "name": "global.system_event.vkrm idle.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.vkrm idle.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -37250,7 +49636,8 @@ "dbms": 12, "name": "global.system_event.vkrm idle.time_waited_micro", "vartype": 2, - "summary": "system_event.vkrm idle.time_waited_micro: 44981353", + "default": "2103147258", + "summary": "system_event.vkrm idle.time_waited_micro: 2103147258", "scope": "global", "metric_type": 1 }, @@ -37261,6 +49648,7 @@ "dbms": 12, "name": "global.system_event.vkrm idle.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.vkrm idle.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -37272,6 +49660,7 @@ "dbms": 12, "name": "global.system_event.vkrm idle.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.vkrm idle.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -37283,6 +49672,7 @@ "dbms": 12, "name": "global.system_event.vkrm idle.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.vkrm idle.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -37294,6 +49684,7 @@ "dbms": 12, "name": "global.system_event.vkrm idle.total_waits", "vartype": 2, + "default": "1", "summary": "system_event.vkrm idle.total_waits: 1", "scope": "global", "metric_type": 1 @@ -37305,6 +49696,7 @@ "dbms": 12, "name": "global.system_event.vkrm idle.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.vkrm idle.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -37316,6 +49708,7 @@ "dbms": 12, "name": "global.system_event.vkrm idle.wait_class", "vartype": 1, + "default": "Idle", "summary": "system_event.vkrm idle.wait_class: Idle", "scope": "global", "metric_type": 2 @@ -37327,9 +49720,10 @@ "dbms": 12, "name": "global.system_event.vkrm idle.wait_class#", "vartype": 2, + "default": "6", "summary": "system_event.vkrm idle.wait_class#: 6", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -37338,18 +49732,200 @@ "dbms": 12, "name": "global.system_event.vkrm idle.wait_class_id", "vartype": 2, + "default": "2723168908", "summary": "system_event.vkrm idle.wait_class_id: 2723168908", "scope": "global", "metric_type": 1 }, "model": "website.MetricCatalog" }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wait for emon to spawn.average_wait", + "vartype": 2, + "default": "1", + "summary": "system_event.wait for emon to spawn.average_wait: 1", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wait for emon to spawn.average_wait_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.wait for emon to spawn.average_wait_fg: 0", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wait for emon to spawn.con_id", + "vartype": 2, + "default": "0", + "summary": "system_event.wait for emon to spawn.con_id: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wait for emon to spawn.event_id", + "vartype": 2, + "default": "256518009", + "summary": "system_event.wait for emon to spawn.event_id: 256518009", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wait for emon to spawn.time_waited", + "vartype": 2, + "default": "113", + "summary": "system_event.wait for emon to spawn.time_waited: 113", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wait for emon to spawn.time_waited_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.wait for emon to spawn.time_waited_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wait for emon to spawn.time_waited_micro", + "vartype": 2, + "default": "1129208", + "summary": "system_event.wait for emon to spawn.time_waited_micro: 1129208", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wait for emon to spawn.time_waited_micro_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.wait for emon to spawn.time_waited_micro_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wait for emon to spawn.total_timeouts", + "vartype": 2, + "default": "113", + "summary": "system_event.wait for emon to spawn.total_timeouts: 113", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wait for emon to spawn.total_timeouts_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.wait for emon to spawn.total_timeouts_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wait for emon to spawn.total_waits", + "vartype": 2, + "default": "113", + "summary": "system_event.wait for emon to spawn.total_waits: 113", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wait for emon to spawn.total_waits_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.wait for emon to spawn.total_waits_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wait for emon to spawn.wait_class", + "vartype": 1, + "default": "Other", + "summary": "system_event.wait for emon to spawn.wait_class: Other", + "scope": "global", + "metric_type": 2 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wait for emon to spawn.wait_class#", + "vartype": 2, + "default": "0", + "summary": "system_event.wait for emon to spawn.wait_class#: 0", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wait for emon to spawn.wait_class_id", + "vartype": 2, + "default": "1893977003", + "summary": "system_event.wait for emon to spawn.wait_class_id: 1893977003", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, { "fields": { "dbms": 12, "name": "global.system_event.wait for unread message on broadcast channel.average_wait", "vartype": 3, - "summary": "system_event.wait for unread message on broadcast channel.average_wait: 104.02", + "default": "52.09", + "summary": "system_event.wait for unread message on broadcast channel.average_wait: 52.09", "scope": "global", "metric_type": 3 }, @@ -37359,8 +49935,9 @@ "fields": { "dbms": 12, "name": "global.system_event.wait for unread message on broadcast channel.average_wait_fg", - "vartype": 2, - "summary": "system_event.wait for unread message on broadcast channel.average_wait_fg: 0", + "vartype": 3, + "default": "4.35", + "summary": "system_event.wait for unread message on broadcast channel.average_wait_fg: 4.35", "scope": "global", "metric_type": 3 }, @@ -37371,6 +49948,7 @@ "dbms": 12, "name": "global.system_event.wait for unread message on broadcast channel.con_id", "vartype": 2, + "default": "0", "summary": "system_event.wait for unread message on broadcast channel.con_id: 0", "scope": "global", "metric_type": 1 @@ -37382,6 +49960,7 @@ "dbms": 12, "name": "global.system_event.wait for unread message on broadcast channel.event_id", "vartype": 2, + "default": "218649935", "summary": "system_event.wait for unread message on broadcast channel.event_id: 218649935", "scope": "global", "metric_type": 1 @@ -37393,7 +49972,8 @@ "dbms": 12, "name": "global.system_event.wait for unread message on broadcast channel.time_waited", "vartype": 2, - "summary": "system_event.wait for unread message on broadcast channel.time_waited: 5097", + "default": "218950", + "summary": "system_event.wait for unread message on broadcast channel.time_waited: 218950", "scope": "global", "metric_type": 1 }, @@ -37404,7 +49984,8 @@ "dbms": 12, "name": "global.system_event.wait for unread message on broadcast channel.time_waited_fg", "vartype": 2, - "summary": "system_event.wait for unread message on broadcast channel.time_waited_fg: 0", + "default": "7862", + "summary": "system_event.wait for unread message on broadcast channel.time_waited_fg: 7862", "scope": "global", "metric_type": 1 }, @@ -37415,7 +49996,8 @@ "dbms": 12, "name": "global.system_event.wait for unread message on broadcast channel.time_waited_micro", "vartype": 2, - "summary": "system_event.wait for unread message on broadcast channel.time_waited_micro: 50969096", + "default": "2189497489", + "summary": "system_event.wait for unread message on broadcast channel.time_waited_micro: 2189497489", "scope": "global", "metric_type": 1 }, @@ -37426,7 +50008,8 @@ "dbms": 12, "name": "global.system_event.wait for unread message on broadcast channel.time_waited_micro_fg", "vartype": 2, - "summary": "system_event.wait for unread message on broadcast channel.time_waited_micro_fg: 0", + "default": "78621149", + "summary": "system_event.wait for unread message on broadcast channel.time_waited_micro_fg: 78621149", "scope": "global", "metric_type": 1 }, @@ -37437,7 +50020,8 @@ "dbms": 12, "name": "global.system_event.wait for unread message on broadcast channel.total_timeouts", "vartype": 2, - "summary": "system_event.wait for unread message on broadcast channel.total_timeouts: 49", + "default": "2117", + "summary": "system_event.wait for unread message on broadcast channel.total_timeouts: 2117", "scope": "global", "metric_type": 1 }, @@ -37448,7 +50032,8 @@ "dbms": 12, "name": "global.system_event.wait for unread message on broadcast channel.total_timeouts_fg", "vartype": 2, - "summary": "system_event.wait for unread message on broadcast channel.total_timeouts_fg: 0", + "default": "8", + "summary": "system_event.wait for unread message on broadcast channel.total_timeouts_fg: 8", "scope": "global", "metric_type": 1 }, @@ -37459,7 +50044,8 @@ "dbms": 12, "name": "global.system_event.wait for unread message on broadcast channel.total_waits", "vartype": 2, - "summary": "system_event.wait for unread message on broadcast channel.total_waits: 49", + "default": "4203", + "summary": "system_event.wait for unread message on broadcast channel.total_waits: 4203", "scope": "global", "metric_type": 1 }, @@ -37470,7 +50056,8 @@ "dbms": 12, "name": "global.system_event.wait for unread message on broadcast channel.total_waits_fg", "vartype": 2, - "summary": "system_event.wait for unread message on broadcast channel.total_waits_fg: 0", + "default": "1809", + "summary": "system_event.wait for unread message on broadcast channel.total_waits_fg: 1809", "scope": "global", "metric_type": 1 }, @@ -37481,6 +50068,7 @@ "dbms": 12, "name": "global.system_event.wait for unread message on broadcast channel.wait_class", "vartype": 1, + "default": "Idle", "summary": "system_event.wait for unread message on broadcast channel.wait_class: Idle", "scope": "global", "metric_type": 2 @@ -37492,9 +50080,10 @@ "dbms": 12, "name": "global.system_event.wait for unread message on broadcast channel.wait_class#", "vartype": 2, + "default": "6", "summary": "system_event.wait for unread message on broadcast channel.wait_class#: 6", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -37503,18 +50092,200 @@ "dbms": 12, "name": "global.system_event.wait for unread message on broadcast channel.wait_class_id", "vartype": 2, + "default": "2723168908", "summary": "system_event.wait for unread message on broadcast channel.wait_class_id: 2723168908", "scope": "global", "metric_type": 1 }, "model": "website.MetricCatalog" }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wait list latch free.average_wait", + "vartype": 3, + "default": ".11", + "summary": "system_event.wait list latch free.average_wait: .11", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wait list latch free.average_wait_fg", + "vartype": 3, + "default": ".11", + "summary": "system_event.wait list latch free.average_wait_fg: .11", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wait list latch free.con_id", + "vartype": 2, + "default": "0", + "summary": "system_event.wait list latch free.con_id: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wait list latch free.event_id", + "vartype": 2, + "default": "2530878290", + "summary": "system_event.wait list latch free.event_id: 2530878290", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wait list latch free.time_waited", + "vartype": 2, + "default": "0", + "summary": "system_event.wait list latch free.time_waited: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wait list latch free.time_waited_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.wait list latch free.time_waited_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wait list latch free.time_waited_micro", + "vartype": 2, + "default": "1081", + "summary": "system_event.wait list latch free.time_waited_micro: 1081", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wait list latch free.time_waited_micro_fg", + "vartype": 2, + "default": "1081", + "summary": "system_event.wait list latch free.time_waited_micro_fg: 1081", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wait list latch free.total_timeouts", + "vartype": 2, + "default": "0", + "summary": "system_event.wait list latch free.total_timeouts: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wait list latch free.total_timeouts_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.wait list latch free.total_timeouts_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wait list latch free.total_waits", + "vartype": 2, + "default": "1", + "summary": "system_event.wait list latch free.total_waits: 1", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wait list latch free.total_waits_fg", + "vartype": 2, + "default": "1", + "summary": "system_event.wait list latch free.total_waits_fg: 1", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wait list latch free.wait_class", + "vartype": 1, + "default": "Other", + "summary": "system_event.wait list latch free.wait_class: Other", + "scope": "global", + "metric_type": 2 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wait list latch free.wait_class#", + "vartype": 2, + "default": "0", + "summary": "system_event.wait list latch free.wait_class#: 0", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wait list latch free.wait_class_id", + "vartype": 2, + "default": "1893977003", + "summary": "system_event.wait list latch free.wait_class_id: 1893977003", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, { "fields": { "dbms": 12, "name": "global.system_event.watchdog main loop.average_wait", "vartype": 3, - "summary": "system_event.watchdog main loop.average_wait: 295.92", + "default": "299.93", + "summary": "system_event.watchdog main loop.average_wait: 299.93", "scope": "global", "metric_type": 3 }, @@ -37525,7 +50296,8 @@ "dbms": 12, "name": "global.system_event.watchdog main loop.average_wait_fg", "vartype": 3, - "summary": "system_event.watchdog main loop.average_wait_fg: 295.92", + "default": "299.93", + "summary": "system_event.watchdog main loop.average_wait_fg: 299.93", "scope": "global", "metric_type": 3 }, @@ -37536,6 +50308,7 @@ "dbms": 12, "name": "global.system_event.watchdog main loop.con_id", "vartype": 2, + "default": "0", "summary": "system_event.watchdog main loop.con_id: 0", "scope": "global", "metric_type": 1 @@ -37547,6 +50320,7 @@ "dbms": 12, "name": "global.system_event.watchdog main loop.event_id", "vartype": 2, + "default": "2748706322", "summary": "system_event.watchdog main loop.event_id: 2748706322", "scope": "global", "metric_type": 1 @@ -37558,7 +50332,8 @@ "dbms": 12, "name": "global.system_event.watchdog main loop.time_waited", "vartype": 2, - "summary": "system_event.watchdog main loop.time_waited: 10061", + "default": "421707", + "summary": "system_event.watchdog main loop.time_waited: 421707", "scope": "global", "metric_type": 1 }, @@ -37569,7 +50344,8 @@ "dbms": 12, "name": "global.system_event.watchdog main loop.time_waited_fg", "vartype": 2, - "summary": "system_event.watchdog main loop.time_waited_fg: 10061", + "default": "421707", + "summary": "system_event.watchdog main loop.time_waited_fg: 421707", "scope": "global", "metric_type": 1 }, @@ -37580,7 +50356,8 @@ "dbms": 12, "name": "global.system_event.watchdog main loop.time_waited_micro", "vartype": 2, - "summary": "system_event.watchdog main loop.time_waited_micro: 100611708", + "default": "4217071793", + "summary": "system_event.watchdog main loop.time_waited_micro: 4217071793", "scope": "global", "metric_type": 1 }, @@ -37591,7 +50368,8 @@ "dbms": 12, "name": "global.system_event.watchdog main loop.time_waited_micro_fg", "vartype": 2, - "summary": "system_event.watchdog main loop.time_waited_micro_fg: 100611708", + "default": "4217071793", + "summary": "system_event.watchdog main loop.time_waited_micro_fg: 4217071793", "scope": "global", "metric_type": 1 }, @@ -37602,6 +50380,7 @@ "dbms": 12, "name": "global.system_event.watchdog main loop.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.watchdog main loop.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -37613,6 +50392,7 @@ "dbms": 12, "name": "global.system_event.watchdog main loop.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.watchdog main loop.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -37624,7 +50404,8 @@ "dbms": 12, "name": "global.system_event.watchdog main loop.total_waits", "vartype": 2, - "summary": "system_event.watchdog main loop.total_waits: 34", + "default": "1406", + "summary": "system_event.watchdog main loop.total_waits: 1406", "scope": "global", "metric_type": 1 }, @@ -37635,7 +50416,8 @@ "dbms": 12, "name": "global.system_event.watchdog main loop.total_waits_fg", "vartype": 2, - "summary": "system_event.watchdog main loop.total_waits_fg: 34", + "default": "1406", + "summary": "system_event.watchdog main loop.total_waits_fg: 1406", "scope": "global", "metric_type": 1 }, @@ -37646,6 +50428,7 @@ "dbms": 12, "name": "global.system_event.watchdog main loop.wait_class", "vartype": 1, + "default": "Idle", "summary": "system_event.watchdog main loop.wait_class: Idle", "scope": "global", "metric_type": 2 @@ -37657,9 +50440,10 @@ "dbms": 12, "name": "global.system_event.watchdog main loop.wait_class#", "vartype": 2, + "default": "6", "summary": "system_event.watchdog main loop.wait_class#: 6", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -37668,10 +50452,1091 @@ "dbms": 12, "name": "global.system_event.watchdog main loop.wait_class_id", "vartype": 2, + "default": "2723168908", "summary": "system_event.watchdog main loop.wait_class_id: 2723168908", "scope": "global", "metric_type": 1 }, "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wcr: rac message context busy.average_wait", + "vartype": 2, + "default": "0", + "summary": "system_event.wcr: rac message context busy.average_wait: 0", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wcr: rac message context busy.average_wait_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.wcr: rac message context busy.average_wait_fg: 0", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wcr: rac message context busy.con_id", + "vartype": 2, + "default": "0", + "summary": "system_event.wcr: rac message context busy.con_id: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wcr: rac message context busy.event_id", + "vartype": 2, + "default": "1171942730", + "summary": "system_event.wcr: rac message context busy.event_id: 1171942730", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wcr: rac message context busy.time_waited", + "vartype": 2, + "default": "0", + "summary": "system_event.wcr: rac message context busy.time_waited: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wcr: rac message context busy.time_waited_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.wcr: rac message context busy.time_waited_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wcr: rac message context busy.time_waited_micro", + "vartype": 2, + "default": "6", + "summary": "system_event.wcr: rac message context busy.time_waited_micro: 6", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wcr: rac message context busy.time_waited_micro_fg", + "vartype": 2, + "default": "6", + "summary": "system_event.wcr: rac message context busy.time_waited_micro_fg: 6", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wcr: rac message context busy.total_timeouts", + "vartype": 2, + "default": "0", + "summary": "system_event.wcr: rac message context busy.total_timeouts: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wcr: rac message context busy.total_timeouts_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.wcr: rac message context busy.total_timeouts_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wcr: rac message context busy.total_waits", + "vartype": 2, + "default": "4", + "summary": "system_event.wcr: rac message context busy.total_waits: 4", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wcr: rac message context busy.total_waits_fg", + "vartype": 2, + "default": "4", + "summary": "system_event.wcr: rac message context busy.total_waits_fg: 4", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wcr: rac message context busy.wait_class", + "vartype": 1, + "default": "Other", + "summary": "system_event.wcr: rac message context busy.wait_class: Other", + "scope": "global", + "metric_type": 2 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wcr: rac message context busy.wait_class#", + "vartype": 2, + "default": "0", + "summary": "system_event.wcr: rac message context busy.wait_class#: 0", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wcr: rac message context busy.wait_class_id", + "vartype": 2, + "default": "1893977003", + "summary": "system_event.wcr: rac message context busy.wait_class_id: 1893977003", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wcr: replay client notify.average_wait", + "vartype": 3, + "default": "59261.71", + "summary": "system_event.wcr: replay client notify.average_wait: 59261.71", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wcr: replay client notify.average_wait_fg", + "vartype": 3, + "default": "59261.71", + "summary": "system_event.wcr: replay client notify.average_wait_fg: 59261.71", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wcr: replay client notify.con_id", + "vartype": 2, + "default": "0", + "summary": "system_event.wcr: replay client notify.con_id: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wcr: replay client notify.event_id", + "vartype": 2, + "default": "277762365", + "summary": "system_event.wcr: replay client notify.event_id: 277762365", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wcr: replay client notify.time_waited", + "vartype": 2, + "default": "118523", + "summary": "system_event.wcr: replay client notify.time_waited: 118523", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wcr: replay client notify.time_waited_fg", + "vartype": 2, + "default": "118523", + "summary": "system_event.wcr: replay client notify.time_waited_fg: 118523", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wcr: replay client notify.time_waited_micro", + "vartype": 2, + "default": "1185234285", + "summary": "system_event.wcr: replay client notify.time_waited_micro: 1185234285", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wcr: replay client notify.time_waited_micro_fg", + "vartype": 2, + "default": "1185234285", + "summary": "system_event.wcr: replay client notify.time_waited_micro_fg: 1185234285", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wcr: replay client notify.total_timeouts", + "vartype": 2, + "default": "0", + "summary": "system_event.wcr: replay client notify.total_timeouts: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wcr: replay client notify.total_timeouts_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.wcr: replay client notify.total_timeouts_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wcr: replay client notify.total_waits", + "vartype": 2, + "default": "2", + "summary": "system_event.wcr: replay client notify.total_waits: 2", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wcr: replay client notify.total_waits_fg", + "vartype": 2, + "default": "2", + "summary": "system_event.wcr: replay client notify.total_waits_fg: 2", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wcr: replay client notify.wait_class", + "vartype": 1, + "default": "Idle", + "summary": "system_event.wcr: replay client notify.wait_class: Idle", + "scope": "global", + "metric_type": 2 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wcr: replay client notify.wait_class#", + "vartype": 2, + "default": "6", + "summary": "system_event.wcr: replay client notify.wait_class#: 6", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wcr: replay client notify.wait_class_id", + "vartype": 2, + "default": "2723168908", + "summary": "system_event.wcr: replay client notify.wait_class_id: 2723168908", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wcr: replay clock.average_wait", + "vartype": 3, + "default": "5.93", + "summary": "system_event.wcr: replay clock.average_wait: 5.93", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wcr: replay clock.average_wait_fg", + "vartype": 3, + "default": "5.93", + "summary": "system_event.wcr: replay clock.average_wait_fg: 5.93", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wcr: replay clock.con_id", + "vartype": 2, + "default": "0", + "summary": "system_event.wcr: replay clock.con_id: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wcr: replay clock.event_id", + "vartype": 2, + "default": "1481930431", + "summary": "system_event.wcr: replay clock.event_id: 1481930431", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wcr: replay clock.time_waited", + "vartype": 2, + "default": "31651524", + "summary": "system_event.wcr: replay clock.time_waited: 31651524", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wcr: replay clock.time_waited_fg", + "vartype": 2, + "default": "31651524", + "summary": "system_event.wcr: replay clock.time_waited_fg: 31651524", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wcr: replay clock.time_waited_micro", + "vartype": 3, + "default": "3.1652E+11", + "summary": "system_event.wcr: replay clock.time_waited_micro: 3.1652E+11", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wcr: replay clock.time_waited_micro_fg", + "vartype": 3, + "default": "3.1652E+11", + "summary": "system_event.wcr: replay clock.time_waited_micro_fg: 3.1652E+11", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wcr: replay clock.total_timeouts", + "vartype": 2, + "default": "0", + "summary": "system_event.wcr: replay clock.total_timeouts: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wcr: replay clock.total_timeouts_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.wcr: replay clock.total_timeouts_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wcr: replay clock.total_waits", + "vartype": 2, + "default": "5333570", + "summary": "system_event.wcr: replay clock.total_waits: 5333570", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wcr: replay clock.total_waits_fg", + "vartype": 2, + "default": "5333570", + "summary": "system_event.wcr: replay clock.total_waits_fg: 5333570", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wcr: replay clock.wait_class", + "vartype": 1, + "default": "Idle", + "summary": "system_event.wcr: replay clock.wait_class: Idle", + "scope": "global", + "metric_type": 2 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wcr: replay clock.wait_class#", + "vartype": 2, + "default": "6", + "summary": "system_event.wcr: replay clock.wait_class#: 6", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wcr: replay clock.wait_class_id", + "vartype": 2, + "default": "2723168908", + "summary": "system_event.wcr: replay clock.wait_class_id: 2723168908", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wcr: replay lock order.average_wait", + "vartype": 3, + "default": "1.98", + "summary": "system_event.wcr: replay lock order.average_wait: 1.98", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wcr: replay lock order.average_wait_fg", + "vartype": 3, + "default": "1.98", + "summary": "system_event.wcr: replay lock order.average_wait_fg: 1.98", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wcr: replay lock order.con_id", + "vartype": 2, + "default": "0", + "summary": "system_event.wcr: replay lock order.con_id: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wcr: replay lock order.event_id", + "vartype": 2, + "default": "3833657348", + "summary": "system_event.wcr: replay lock order.event_id: 3833657348", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wcr: replay lock order.time_waited", + "vartype": 2, + "default": "856", + "summary": "system_event.wcr: replay lock order.time_waited: 856", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wcr: replay lock order.time_waited_fg", + "vartype": 2, + "default": "856", + "summary": "system_event.wcr: replay lock order.time_waited_fg: 856", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wcr: replay lock order.time_waited_micro", + "vartype": 2, + "default": "8560482", + "summary": "system_event.wcr: replay lock order.time_waited_micro: 8560482", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wcr: replay lock order.time_waited_micro_fg", + "vartype": 2, + "default": "8560482", + "summary": "system_event.wcr: replay lock order.time_waited_micro_fg: 8560482", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wcr: replay lock order.total_timeouts", + "vartype": 2, + "default": "0", + "summary": "system_event.wcr: replay lock order.total_timeouts: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wcr: replay lock order.total_timeouts_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.wcr: replay lock order.total_timeouts_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wcr: replay lock order.total_waits", + "vartype": 2, + "default": "432", + "summary": "system_event.wcr: replay lock order.total_waits: 432", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wcr: replay lock order.total_waits_fg", + "vartype": 2, + "default": "432", + "summary": "system_event.wcr: replay lock order.total_waits_fg: 432", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wcr: replay lock order.wait_class", + "vartype": 1, + "default": "Application", + "summary": "system_event.wcr: replay lock order.wait_class: Application", + "scope": "global", + "metric_type": 2 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wcr: replay lock order.wait_class#", + "vartype": 2, + "default": "1", + "summary": "system_event.wcr: replay lock order.wait_class#: 1", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wcr: replay lock order.wait_class_id", + "vartype": 2, + "default": "4217450380", + "summary": "system_event.wcr: replay lock order.wait_class_id: 4217450380", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wcr: sync context busy.average_wait", + "vartype": 2, + "default": "0", + "summary": "system_event.wcr: sync context busy.average_wait: 0", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wcr: sync context busy.average_wait_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.wcr: sync context busy.average_wait_fg: 0", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wcr: sync context busy.con_id", + "vartype": 2, + "default": "0", + "summary": "system_event.wcr: sync context busy.con_id: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wcr: sync context busy.event_id", + "vartype": 2, + "default": "2064810505", + "summary": "system_event.wcr: sync context busy.event_id: 2064810505", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wcr: sync context busy.time_waited", + "vartype": 2, + "default": "1", + "summary": "system_event.wcr: sync context busy.time_waited: 1", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wcr: sync context busy.time_waited_fg", + "vartype": 2, + "default": "1", + "summary": "system_event.wcr: sync context busy.time_waited_fg: 1", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wcr: sync context busy.time_waited_micro", + "vartype": 2, + "default": "11875", + "summary": "system_event.wcr: sync context busy.time_waited_micro: 11875", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wcr: sync context busy.time_waited_micro_fg", + "vartype": 2, + "default": "11875", + "summary": "system_event.wcr: sync context busy.time_waited_micro_fg: 11875", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wcr: sync context busy.total_timeouts", + "vartype": 2, + "default": "0", + "summary": "system_event.wcr: sync context busy.total_timeouts: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wcr: sync context busy.total_timeouts_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.wcr: sync context busy.total_timeouts_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wcr: sync context busy.total_waits", + "vartype": 2, + "default": "35686", + "summary": "system_event.wcr: sync context busy.total_waits: 35686", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wcr: sync context busy.total_waits_fg", + "vartype": 2, + "default": "35686", + "summary": "system_event.wcr: sync context busy.total_waits_fg: 35686", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wcr: sync context busy.wait_class", + "vartype": 1, + "default": "Other", + "summary": "system_event.wcr: sync context busy.wait_class: Other", + "scope": "global", + "metric_type": 2 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wcr: sync context busy.wait_class#", + "vartype": 2, + "default": "0", + "summary": "system_event.wcr: sync context busy.wait_class#: 0", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.wcr: sync context busy.wait_class_id", + "vartype": 2, + "default": "1893977003", + "summary": "system_event.wcr: sync context busy.wait_class_id: 1893977003", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.xdb sga initialization.average_wait", + "vartype": 3, + "default": "1.33", + "summary": "system_event.xdb sga initialization.average_wait: 1.33", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.xdb sga initialization.average_wait_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.xdb sga initialization.average_wait_fg: 0", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.xdb sga initialization.con_id", + "vartype": 2, + "default": "0", + "summary": "system_event.xdb sga initialization.con_id: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.xdb sga initialization.event_id", + "vartype": 2, + "default": "1110641933", + "summary": "system_event.xdb sga initialization.event_id: 1110641933", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.xdb sga initialization.time_waited", + "vartype": 2, + "default": "1", + "summary": "system_event.xdb sga initialization.time_waited: 1", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.xdb sga initialization.time_waited_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.xdb sga initialization.time_waited_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.xdb sga initialization.time_waited_micro", + "vartype": 2, + "default": "13292", + "summary": "system_event.xdb sga initialization.time_waited_micro: 13292", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.xdb sga initialization.time_waited_micro_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.xdb sga initialization.time_waited_micro_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.xdb sga initialization.total_timeouts", + "vartype": 2, + "default": "0", + "summary": "system_event.xdb sga initialization.total_timeouts: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.xdb sga initialization.total_timeouts_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.xdb sga initialization.total_timeouts_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.xdb sga initialization.total_waits", + "vartype": 2, + "default": "1", + "summary": "system_event.xdb sga initialization.total_waits: 1", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.xdb sga initialization.total_waits_fg", + "vartype": 2, + "default": "0", + "summary": "system_event.xdb sga initialization.total_waits_fg: 0", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.xdb sga initialization.wait_class", + "vartype": 1, + "default": "Other", + "summary": "system_event.xdb sga initialization.wait_class: Other", + "scope": "global", + "metric_type": 2 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.xdb sga initialization.wait_class#", + "vartype": 2, + "default": "0", + "summary": "system_event.xdb sga initialization.wait_class#: 0", + "scope": "global", + "metric_type": 3 + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "dbms": 12, + "name": "global.system_event.xdb sga initialization.wait_class_id", + "vartype": 2, + "default": "1893977003", + "summary": "system_event.xdb sga initialization.wait_class_id: 1893977003", + "scope": "global", + "metric_type": 1 + }, + "model": "website.MetricCatalog" } ] \ No newline at end of file diff --git a/server/website/website/fixtures/oracle-19_metrics.json b/server/website/website/fixtures/oracle-19_metrics.json index 0fb2ee3..71c1b94 100644 --- a/server/website/website/fixtures/oracle-19_metrics.json +++ b/server/website/website/fixtures/oracle-19_metrics.json @@ -4,6 +4,7 @@ "dbms": 19, "name": "global.sys_time_model.background cpu time", "vartype": 2, + "default": "10515892", "summary": "sys_time_model.background cpu time: 10515892", "scope": "global", "metric_type": 1 @@ -15,6 +16,7 @@ "dbms": 19, "name": "global.sys_time_model.background elapsed time", "vartype": 2, + "default": "20857721", "summary": "sys_time_model.background elapsed time: 20857721", "scope": "global", "metric_type": 1 @@ -26,6 +28,7 @@ "dbms": 19, "name": "global.sys_time_model.background im population cpu time", "vartype": 2, + "default": "0", "summary": "sys_time_model.background im population cpu time: 0", "scope": "global", "metric_type": 1 @@ -37,6 +40,7 @@ "dbms": 19, "name": "global.sys_time_model.background im population elapsed time", "vartype": 2, + "default": "0", "summary": "sys_time_model.background im population elapsed time: 0", "scope": "global", "metric_type": 1 @@ -48,6 +52,7 @@ "dbms": 19, "name": "global.sys_time_model.background im prepopulation cpu time", "vartype": 2, + "default": "0", "summary": "sys_time_model.background im prepopulation cpu time: 0", "scope": "global", "metric_type": 1 @@ -59,6 +64,7 @@ "dbms": 19, "name": "global.sys_time_model.background im prepopulation elapsed time", "vartype": 2, + "default": "0", "summary": "sys_time_model.background im prepopulation elapsed time: 0", "scope": "global", "metric_type": 1 @@ -70,6 +76,7 @@ "dbms": 19, "name": "global.sys_time_model.background im repopulation cpu time", "vartype": 2, + "default": "0", "summary": "sys_time_model.background im repopulation cpu time: 0", "scope": "global", "metric_type": 1 @@ -81,6 +88,7 @@ "dbms": 19, "name": "global.sys_time_model.background im repopulation elapsed time", "vartype": 2, + "default": "0", "summary": "sys_time_model.background im repopulation elapsed time: 0", "scope": "global", "metric_type": 1 @@ -92,6 +100,7 @@ "dbms": 19, "name": "global.sys_time_model.background im trickle repopulation cpu time", "vartype": 2, + "default": "0", "summary": "sys_time_model.background im trickle repopulation cpu time: 0", "scope": "global", "metric_type": 1 @@ -103,6 +112,7 @@ "dbms": 19, "name": "global.sys_time_model.background im trickle repopulation elapsed time", "vartype": 2, + "default": "0", "summary": "sys_time_model.background im trickle repopulation elapsed time: 0", "scope": "global", "metric_type": 1 @@ -114,6 +124,7 @@ "dbms": 19, "name": "global.sys_time_model.connection management call elapsed time", "vartype": 2, + "default": "286665", "summary": "sys_time_model.connection management call elapsed time: 286665", "scope": "global", "metric_type": 1 @@ -125,6 +136,7 @@ "dbms": 19, "name": "global.sys_time_model.db cpu", "vartype": 2, + "default": "42966400", "summary": "sys_time_model.db cpu: 42966400", "scope": "global", "metric_type": 1 @@ -136,6 +148,7 @@ "dbms": 19, "name": "global.sys_time_model.db time", "vartype": 2, + "default": "59018592", "summary": "sys_time_model.db time: 59018592", "scope": "global", "metric_type": 1 @@ -147,6 +160,7 @@ "dbms": 19, "name": "global.sys_time_model.failed parse (out of shared memory) elapsed time", "vartype": 2, + "default": "0", "summary": "sys_time_model.failed parse (out of shared memory) elapsed time: 0", "scope": "global", "metric_type": 1 @@ -158,6 +172,7 @@ "dbms": 19, "name": "global.sys_time_model.failed parse elapsed time", "vartype": 2, + "default": "0", "summary": "sys_time_model.failed parse elapsed time: 0", "scope": "global", "metric_type": 1 @@ -169,6 +184,7 @@ "dbms": 19, "name": "global.sys_time_model.hard parse (bind mismatch) elapsed time", "vartype": 2, + "default": "202016", "summary": "sys_time_model.hard parse (bind mismatch) elapsed time: 202016", "scope": "global", "metric_type": 1 @@ -180,6 +196,7 @@ "dbms": 19, "name": "global.sys_time_model.hard parse (sharing criteria) elapsed time", "vartype": 2, + "default": "1489913", "summary": "sys_time_model.hard parse (sharing criteria) elapsed time: 1489913", "scope": "global", "metric_type": 1 @@ -191,6 +208,7 @@ "dbms": 19, "name": "global.sys_time_model.hard parse elapsed time", "vartype": 2, + "default": "3008983", "summary": "sys_time_model.hard parse elapsed time: 3008983", "scope": "global", "metric_type": 1 @@ -202,6 +220,7 @@ "dbms": 19, "name": "global.sys_time_model.inbound pl/sql rpc elapsed time", "vartype": 2, + "default": "0", "summary": "sys_time_model.inbound pl/sql rpc elapsed time: 0", "scope": "global", "metric_type": 1 @@ -213,6 +232,7 @@ "dbms": 19, "name": "global.sys_time_model.java execution elapsed time", "vartype": 2, + "default": "0", "summary": "sys_time_model.java execution elapsed time: 0", "scope": "global", "metric_type": 1 @@ -224,6 +244,7 @@ "dbms": 19, "name": "global.sys_time_model.olap engine cpu time", "vartype": 2, + "default": "0", "summary": "sys_time_model.olap engine cpu time: 0", "scope": "global", "metric_type": 1 @@ -235,6 +256,7 @@ "dbms": 19, "name": "global.sys_time_model.olap engine elapsed time", "vartype": 2, + "default": "0", "summary": "sys_time_model.olap engine elapsed time: 0", "scope": "global", "metric_type": 1 @@ -246,6 +268,7 @@ "dbms": 19, "name": "global.sys_time_model.parse time elapsed", "vartype": 2, + "default": "3498599", "summary": "sys_time_model.parse time elapsed: 3498599", "scope": "global", "metric_type": 1 @@ -257,6 +280,7 @@ "dbms": 19, "name": "global.sys_time_model.pl/sql compilation elapsed time", "vartype": 2, + "default": "67999", "summary": "sys_time_model.pl/sql compilation elapsed time: 67999", "scope": "global", "metric_type": 1 @@ -268,6 +292,7 @@ "dbms": 19, "name": "global.sys_time_model.pl/sql execution elapsed time", "vartype": 2, + "default": "15919", "summary": "sys_time_model.pl/sql execution elapsed time: 15919", "scope": "global", "metric_type": 1 @@ -279,6 +304,7 @@ "dbms": 19, "name": "global.sys_time_model.repeated bind elapsed time", "vartype": 2, + "default": "71197", "summary": "sys_time_model.repeated bind elapsed time: 71197", "scope": "global", "metric_type": 1 @@ -290,6 +316,7 @@ "dbms": 19, "name": "global.sys_time_model.rman cpu time (backup/restore)", "vartype": 2, + "default": "0", "summary": "sys_time_model.rman cpu time (backup/restore): 0", "scope": "global", "metric_type": 1 @@ -301,6 +328,7 @@ "dbms": 19, "name": "global.sys_time_model.sequence load elapsed time", "vartype": 2, + "default": "1217", "summary": "sys_time_model.sequence load elapsed time: 1217", "scope": "global", "metric_type": 1 @@ -312,6 +340,7 @@ "dbms": 19, "name": "global.sys_time_model.sql execute elapsed time", "vartype": 2, + "default": "39379344", "summary": "sys_time_model.sql execute elapsed time: 39379344", "scope": "global", "metric_type": 1 @@ -323,6 +352,7 @@ "dbms": 19, "name": "global.sys_time_model.tablespace encryption cpu time", "vartype": 2, + "default": "0", "summary": "sys_time_model.tablespace encryption cpu time: 0", "scope": "global", "metric_type": 1 @@ -334,6 +364,7 @@ "dbms": 19, "name": "global.sys_time_model.tablespace encryption elapsed time", "vartype": 2, + "default": "0", "summary": "sys_time_model.tablespace encryption elapsed time: 0", "scope": "global", "metric_type": 1 @@ -345,6 +376,7 @@ "dbms": 19, "name": "global.sysstat.active txn count during cleanout", "vartype": 2, + "default": "1193", "summary": "sysstat.active txn count during cleanout: 1193", "scope": "global", "metric_type": 1 @@ -356,6 +388,7 @@ "dbms": 19, "name": "global.sysstat.adg global flush", "vartype": 2, + "default": "0", "summary": "sysstat.adg global flush: 0", "scope": "global", "metric_type": 1 @@ -367,6 +400,7 @@ "dbms": 19, "name": "global.sysstat.adg influx scn advance", "vartype": 2, + "default": "0", "summary": "sysstat.adg influx scn advance: 0", "scope": "global", "metric_type": 1 @@ -378,6 +412,7 @@ "dbms": 19, "name": "global.sysstat.adg objectlock exceed limit", "vartype": 2, + "default": "0", "summary": "sysstat.adg objectlock exceed limit: 0", "scope": "global", "metric_type": 1 @@ -389,6 +424,7 @@ "dbms": 19, "name": "global.sysstat.adg objectlock fallbacks", "vartype": 2, + "default": "0", "summary": "sysstat.adg objectlock fallbacks: 0", "scope": "global", "metric_type": 1 @@ -400,6 +436,7 @@ "dbms": 19, "name": "global.sysstat.adg objectlock get attempts", "vartype": 2, + "default": "0", "summary": "sysstat.adg objectlock get attempts: 0", "scope": "global", "metric_type": 1 @@ -411,6 +448,7 @@ "dbms": 19, "name": "global.sysstat.adg objectlock get successes", "vartype": 2, + "default": "0", "summary": "sysstat.adg objectlock get successes: 0", "scope": "global", "metric_type": 1 @@ -422,6 +460,7 @@ "dbms": 19, "name": "global.sysstat.adg objectlock pdb switch fail", "vartype": 2, + "default": "0", "summary": "sysstat.adg objectlock pdb switch fail: 0", "scope": "global", "metric_type": 1 @@ -433,6 +472,7 @@ "dbms": 19, "name": "global.sysstat.adg objectlock timeout retries", "vartype": 2, + "default": "0", "summary": "sysstat.adg objectlock timeout retries: 0", "scope": "global", "metric_type": 1 @@ -444,6 +484,7 @@ "dbms": 19, "name": "global.sysstat.adg parselock x get attempts", "vartype": 2, + "default": "0", "summary": "sysstat.adg parselock x get attempts: 0", "scope": "global", "metric_type": 1 @@ -455,6 +496,7 @@ "dbms": 19, "name": "global.sysstat.adg parselock x get successes", "vartype": 2, + "default": "0", "summary": "sysstat.adg parselock x get successes: 0", "scope": "global", "metric_type": 1 @@ -466,6 +508,7 @@ "dbms": 19, "name": "global.sysstat.adg query scn advance", "vartype": 2, + "default": "0", "summary": "sysstat.adg query scn advance: 0", "scope": "global", "metric_type": 1 @@ -477,6 +520,7 @@ "dbms": 19, "name": "global.sysstat.adg segment statistics defer invalidation", "vartype": 2, + "default": "0", "summary": "sysstat.adg segment statistics defer invalidation: 0", "scope": "global", "metric_type": 1 @@ -488,6 +532,7 @@ "dbms": 19, "name": "global.sysstat.application wait time", "vartype": 2, + "default": "0", "summary": "sysstat.application wait time: 0", "scope": "global", "metric_type": 1 @@ -499,6 +544,7 @@ "dbms": 19, "name": "global.sysstat.assm bg: segment fix monitor", "vartype": 2, + "default": "0", "summary": "sysstat.assm bg: segment fix monitor: 0", "scope": "global", "metric_type": 1 @@ -510,6 +556,7 @@ "dbms": 19, "name": "global.sysstat.assm bg:create segment fix task", "vartype": 2, + "default": "0", "summary": "sysstat.assm bg:create segment fix task: 0", "scope": "global", "metric_type": 1 @@ -521,6 +568,7 @@ "dbms": 19, "name": "global.sysstat.assm bg:mark segment for fix", "vartype": 2, + "default": "0", "summary": "sysstat.assm bg:mark segment for fix: 0", "scope": "global", "metric_type": 1 @@ -532,6 +580,7 @@ "dbms": 19, "name": "global.sysstat.assm bg:slave compress block", "vartype": 2, + "default": "0", "summary": "sysstat.assm bg:slave compress block: 0", "scope": "global", "metric_type": 1 @@ -543,6 +592,7 @@ "dbms": 19, "name": "global.sysstat.assm bg:slave fix one segment", "vartype": 2, + "default": "0", "summary": "sysstat.assm bg:slave fix one segment: 0", "scope": "global", "metric_type": 1 @@ -554,6 +604,7 @@ "dbms": 19, "name": "global.sysstat.assm bg:slave fix state", "vartype": 2, + "default": "0", "summary": "sysstat.assm bg:slave fix state: 0", "scope": "global", "metric_type": 1 @@ -565,6 +616,7 @@ "dbms": 19, "name": "global.sysstat.assm cbk:blocks accepted", "vartype": 2, + "default": "0", "summary": "sysstat.assm cbk:blocks accepted: 0", "scope": "global", "metric_type": 1 @@ -576,6 +628,7 @@ "dbms": 19, "name": "global.sysstat.assm cbk:blocks examined", "vartype": 2, + "default": "340", "summary": "sysstat.assm cbk:blocks examined: 340", "scope": "global", "metric_type": 1 @@ -587,6 +640,7 @@ "dbms": 19, "name": "global.sysstat.assm cbk:blocks marked full", "vartype": 2, + "default": "133", "summary": "sysstat.assm cbk:blocks marked full: 133", "scope": "global", "metric_type": 1 @@ -598,6 +652,7 @@ "dbms": 19, "name": "global.sysstat.assm cbk:blocks rejected", "vartype": 2, + "default": "0", "summary": "sysstat.assm cbk:blocks rejected: 0", "scope": "global", "metric_type": 1 @@ -609,6 +664,7 @@ "dbms": 19, "name": "global.sysstat.assm fg: submit segment fix task", "vartype": 2, + "default": "0", "summary": "sysstat.assm fg: submit segment fix task: 0", "scope": "global", "metric_type": 1 @@ -620,6 +676,7 @@ "dbms": 19, "name": "global.sysstat.assm gsp:add extent", "vartype": 2, + "default": "0", "summary": "sysstat.assm gsp:add extent: 0", "scope": "global", "metric_type": 1 @@ -631,6 +688,7 @@ "dbms": 19, "name": "global.sysstat.assm gsp:alignment unavailable in space res", "vartype": 2, + "default": "0", "summary": "sysstat.assm gsp:alignment unavailable in space res: 0", "scope": "global", "metric_type": 1 @@ -642,6 +700,7 @@ "dbms": 19, "name": "global.sysstat.assm gsp:blocks provided by space reservation", "vartype": 2, + "default": "0", "summary": "sysstat.assm gsp:blocks provided by space reservation: 0", "scope": "global", "metric_type": 1 @@ -653,6 +712,7 @@ "dbms": 19, "name": "global.sysstat.assm gsp:blocks rejected by access layer callback", "vartype": 2, + "default": "0", "summary": "sysstat.assm gsp:blocks rejected by access layer callback: 0", "scope": "global", "metric_type": 1 @@ -664,6 +724,7 @@ "dbms": 19, "name": "global.sysstat.assm gsp:blocks requested by space reservation", "vartype": 2, + "default": "0", "summary": "sysstat.assm gsp:blocks requested by space reservation: 0", "scope": "global", "metric_type": 1 @@ -675,6 +736,7 @@ "dbms": 19, "name": "global.sysstat.assm gsp:bump hwm", "vartype": 2, + "default": "1", "summary": "sysstat.assm gsp:bump hwm: 1", "scope": "global", "metric_type": 1 @@ -686,6 +748,7 @@ "dbms": 19, "name": "global.sysstat.assm gsp:get free block", "vartype": 2, + "default": "207", "summary": "sysstat.assm gsp:get free block: 207", "scope": "global", "metric_type": 1 @@ -697,6 +760,7 @@ "dbms": 19, "name": "global.sysstat.assm gsp:get free critical block", "vartype": 2, + "default": "0", "summary": "sysstat.assm gsp:get free critical block: 0", "scope": "global", "metric_type": 1 @@ -708,6 +772,7 @@ "dbms": 19, "name": "global.sysstat.assm gsp:get free data block", "vartype": 2, + "default": "135", "summary": "sysstat.assm gsp:get free data block: 135", "scope": "global", "metric_type": 1 @@ -719,6 +784,7 @@ "dbms": 19, "name": "global.sysstat.assm gsp:get free index block", "vartype": 2, + "default": "72", "summary": "sysstat.assm gsp:get free index block: 72", "scope": "global", "metric_type": 1 @@ -730,6 +796,7 @@ "dbms": 19, "name": "global.sysstat.assm gsp:get free lob block", "vartype": 2, + "default": "0", "summary": "sysstat.assm gsp:get free lob block: 0", "scope": "global", "metric_type": 1 @@ -741,6 +808,7 @@ "dbms": 19, "name": "global.sysstat.assm gsp:good hint", "vartype": 2, + "default": "171", "summary": "sysstat.assm gsp:good hint: 171", "scope": "global", "metric_type": 1 @@ -752,6 +820,7 @@ "dbms": 19, "name": "global.sysstat.assm gsp:l1 bitmaps examined", "vartype": 2, + "default": "227", "summary": "sysstat.assm gsp:l1 bitmaps examined: 227", "scope": "global", "metric_type": 1 @@ -763,6 +832,7 @@ "dbms": 19, "name": "global.sysstat.assm gsp:l2 bitmap full", "vartype": 2, + "default": "0", "summary": "sysstat.assm gsp:l2 bitmap full: 0", "scope": "global", "metric_type": 1 @@ -774,6 +844,7 @@ "dbms": 19, "name": "global.sysstat.assm gsp:l2 bitmaps examined", "vartype": 2, + "default": "63", "summary": "sysstat.assm gsp:l2 bitmaps examined: 63", "scope": "global", "metric_type": 1 @@ -785,6 +856,7 @@ "dbms": 19, "name": "global.sysstat.assm gsp:l3 bitmaps examined", "vartype": 2, + "default": "0", "summary": "sysstat.assm gsp:l3 bitmaps examined: 0", "scope": "global", "metric_type": 1 @@ -796,6 +868,7 @@ "dbms": 19, "name": "global.sysstat.assm gsp:optimized data block rejects", "vartype": 2, + "default": "0", "summary": "sysstat.assm gsp:optimized data block rejects: 0", "scope": "global", "metric_type": 1 @@ -807,6 +880,7 @@ "dbms": 19, "name": "global.sysstat.assm gsp:optimized index block rejects", "vartype": 2, + "default": "0", "summary": "sysstat.assm gsp:optimized index block rejects: 0", "scope": "global", "metric_type": 1 @@ -818,6 +892,7 @@ "dbms": 19, "name": "global.sysstat.assm gsp:optimized reject db", "vartype": 2, + "default": "0", "summary": "sysstat.assm gsp:optimized reject db: 0", "scope": "global", "metric_type": 1 @@ -829,6 +904,7 @@ "dbms": 19, "name": "global.sysstat.assm gsp:optimized reject l1", "vartype": 2, + "default": "0", "summary": "sysstat.assm gsp:optimized reject l1: 0", "scope": "global", "metric_type": 1 @@ -840,6 +916,7 @@ "dbms": 19, "name": "global.sysstat.assm gsp:optimized reject l2", "vartype": 2, + "default": "0", "summary": "sysstat.assm gsp:optimized reject l2: 0", "scope": "global", "metric_type": 1 @@ -851,6 +928,7 @@ "dbms": 19, "name": "global.sysstat.assm gsp:reject db", "vartype": 2, + "default": "0", "summary": "sysstat.assm gsp:reject db: 0", "scope": "global", "metric_type": 1 @@ -862,6 +940,7 @@ "dbms": 19, "name": "global.sysstat.assm gsp:reject l1", "vartype": 2, + "default": "0", "summary": "sysstat.assm gsp:reject l1: 0", "scope": "global", "metric_type": 1 @@ -873,6 +952,7 @@ "dbms": 19, "name": "global.sysstat.assm gsp:reject l2", "vartype": 2, + "default": "0", "summary": "sysstat.assm gsp:reject l2: 0", "scope": "global", "metric_type": 1 @@ -884,6 +964,7 @@ "dbms": 19, "name": "global.sysstat.assm gsp:reject l3", "vartype": 2, + "default": "0", "summary": "sysstat.assm gsp:reject l3: 0", "scope": "global", "metric_type": 1 @@ -895,6 +976,7 @@ "dbms": 19, "name": "global.sysstat.assm gsp:search all", "vartype": 2, + "default": "1", "summary": "sysstat.assm gsp:search all: 1", "scope": "global", "metric_type": 1 @@ -906,6 +988,7 @@ "dbms": 19, "name": "global.sysstat.assm gsp:search hint", "vartype": 2, + "default": "13", "summary": "sysstat.assm gsp:search hint: 13", "scope": "global", "metric_type": 1 @@ -917,6 +1000,7 @@ "dbms": 19, "name": "global.sysstat.assm gsp:search steal", "vartype": 2, + "default": "1", "summary": "sysstat.assm gsp:search steal: 1", "scope": "global", "metric_type": 1 @@ -928,6 +1012,7 @@ "dbms": 19, "name": "global.sysstat.assm gsp:space reservation success", "vartype": 2, + "default": "0", "summary": "sysstat.assm gsp:space reservation success: 0", "scope": "global", "metric_type": 1 @@ -939,6 +1024,7 @@ "dbms": 19, "name": "global.sysstat.assm gsp:use space reservation", "vartype": 2, + "default": "0", "summary": "sysstat.assm gsp:use space reservation: 0", "scope": "global", "metric_type": 1 @@ -950,6 +1036,7 @@ "dbms": 19, "name": "global.sysstat.assm rsv:alloc from reserve", "vartype": 2, + "default": "0", "summary": "sysstat.assm rsv:alloc from reserve: 0", "scope": "global", "metric_type": 1 @@ -961,6 +1048,7 @@ "dbms": 19, "name": "global.sysstat.assm rsv:alloc from reserve fail", "vartype": 2, + "default": "0", "summary": "sysstat.assm rsv:alloc from reserve fail: 0", "scope": "global", "metric_type": 1 @@ -972,6 +1060,7 @@ "dbms": 19, "name": "global.sysstat.assm rsv:alloc from reserve succ", "vartype": 2, + "default": "0", "summary": "sysstat.assm rsv:alloc from reserve succ: 0", "scope": "global", "metric_type": 1 @@ -983,6 +1072,7 @@ "dbms": 19, "name": "global.sysstat.assm rsv:clear reserve", "vartype": 2, + "default": "0", "summary": "sysstat.assm rsv:clear reserve: 0", "scope": "global", "metric_type": 1 @@ -994,6 +1084,7 @@ "dbms": 19, "name": "global.sysstat.assm rsv:fill reserve", "vartype": 2, + "default": "0", "summary": "sysstat.assm rsv:fill reserve: 0", "scope": "global", "metric_type": 1 @@ -1005,6 +1096,7 @@ "dbms": 19, "name": "global.sysstat.assm wasted db state change", "vartype": 2, + "default": "184", "summary": "sysstat.assm wasted db state change: 184", "scope": "global", "metric_type": 1 @@ -1016,6 +1108,7 @@ "dbms": 19, "name": "global.sysstat.auto extends on undo tablespace", "vartype": 2, + "default": "0", "summary": "sysstat.auto extends on undo tablespace: 0", "scope": "global", "metric_type": 1 @@ -1027,6 +1120,7 @@ "dbms": 19, "name": "global.sysstat.ba au bytes allocated", "vartype": 2, + "default": "0", "summary": "sysstat.ba au bytes allocated: 0", "scope": "global", "metric_type": 1 @@ -1038,6 +1132,7 @@ "dbms": 19, "name": "global.sysstat.ba bytes for file maps", "vartype": 2, + "default": "0", "summary": "sysstat.ba bytes for file maps: 0", "scope": "global", "metric_type": 1 @@ -1049,6 +1144,7 @@ "dbms": 19, "name": "global.sysstat.ba bytes read from disk", "vartype": 2, + "default": "0", "summary": "sysstat.ba bytes read from disk: 0", "scope": "global", "metric_type": 1 @@ -1060,6 +1156,7 @@ "dbms": 19, "name": "global.sysstat.ba bytes read from flash", "vartype": 2, + "default": "0", "summary": "sysstat.ba bytes read from flash: 0", "scope": "global", "metric_type": 1 @@ -1071,6 +1168,7 @@ "dbms": 19, "name": "global.sysstat.ba count - borrowed from other node", "vartype": 2, + "default": "0", "summary": "sysstat.ba count - borrowed from other node: 0", "scope": "global", "metric_type": 1 @@ -1082,6 +1180,7 @@ "dbms": 19, "name": "global.sysstat.ba count - cache denied", "vartype": 2, + "default": "0", "summary": "sysstat.ba count - cache denied: 0", "scope": "global", "metric_type": 1 @@ -1093,6 +1192,7 @@ "dbms": 19, "name": "global.sysstat.ba count - cache miss", "vartype": 2, + "default": "0", "summary": "sysstat.ba count - cache miss: 0", "scope": "global", "metric_type": 1 @@ -1104,6 +1204,7 @@ "dbms": 19, "name": "global.sysstat.ba count - searched in pb", "vartype": 2, + "default": "0", "summary": "sysstat.ba count - searched in pb: 0", "scope": "global", "metric_type": 1 @@ -1115,6 +1216,7 @@ "dbms": 19, "name": "global.sysstat.ba count - short circuit in idn", "vartype": 2, + "default": "0", "summary": "sysstat.ba count - short circuit in idn: 0", "scope": "global", "metric_type": 1 @@ -1126,6 +1228,7 @@ "dbms": 19, "name": "global.sysstat.ba count - total allocation requests", "vartype": 2, + "default": "0", "summary": "sysstat.ba count - total allocation requests: 0", "scope": "global", "metric_type": 1 @@ -1137,6 +1240,7 @@ "dbms": 19, "name": "global.sysstat.ba count - unable to short circuit in idn", "vartype": 2, + "default": "0", "summary": "sysstat.ba count - unable to short circuit in idn: 0", "scope": "global", "metric_type": 1 @@ -1148,6 +1252,7 @@ "dbms": 19, "name": "global.sysstat.ba count when 10% of buckets in pb", "vartype": 2, + "default": "0", "summary": "sysstat.ba count when 10% of buckets in pb: 0", "scope": "global", "metric_type": 1 @@ -1159,6 +1264,7 @@ "dbms": 19, "name": "global.sysstat.ba count when 25% of buckets in pb", "vartype": 2, + "default": "0", "summary": "sysstat.ba count when 25% of buckets in pb: 0", "scope": "global", "metric_type": 1 @@ -1170,6 +1276,7 @@ "dbms": 19, "name": "global.sysstat.ba count when 50% of buckets in pb", "vartype": 2, + "default": "0", "summary": "sysstat.ba count when 50% of buckets in pb: 0", "scope": "global", "metric_type": 1 @@ -1181,6 +1288,7 @@ "dbms": 19, "name": "global.sysstat.ba count when 75% of buckets in pb", "vartype": 2, + "default": "0", "summary": "sysstat.ba count when 75% of buckets in pb: 0", "scope": "global", "metric_type": 1 @@ -1192,6 +1300,7 @@ "dbms": 19, "name": "global.sysstat.ba count when 90% of buckets in pb", "vartype": 2, + "default": "0", "summary": "sysstat.ba count when 90% of buckets in pb: 0", "scope": "global", "metric_type": 1 @@ -1203,6 +1312,7 @@ "dbms": 19, "name": "global.sysstat.ba file bytes allocated", "vartype": 2, + "default": "0", "summary": "sysstat.ba file bytes allocated: 0", "scope": "global", "metric_type": 1 @@ -1214,6 +1324,7 @@ "dbms": 19, "name": "global.sysstat.ba file bytes deleted", "vartype": 2, + "default": "0", "summary": "sysstat.ba file bytes deleted: 0", "scope": "global", "metric_type": 1 @@ -1225,6 +1336,7 @@ "dbms": 19, "name": "global.sysstat.ba files created count", "vartype": 2, + "default": "0", "summary": "sysstat.ba files created count: 0", "scope": "global", "metric_type": 1 @@ -1236,6 +1348,7 @@ "dbms": 19, "name": "global.sysstat.ba files deleted count", "vartype": 2, + "default": "0", "summary": "sysstat.ba files deleted count: 0", "scope": "global", "metric_type": 1 @@ -1247,6 +1360,7 @@ "dbms": 19, "name": "global.sysstat.ba flash bytes requested", "vartype": 2, + "default": "0", "summary": "sysstat.ba flash bytes requested: 0", "scope": "global", "metric_type": 1 @@ -1258,6 +1372,7 @@ "dbms": 19, "name": "global.sysstat.ba non-flash bytes requested", "vartype": 2, + "default": "0", "summary": "sysstat.ba non-flash bytes requested: 0", "scope": "global", "metric_type": 1 @@ -1269,6 +1384,7 @@ "dbms": 19, "name": "global.sysstat.ba spare statistic 1", "vartype": 2, + "default": "0", "summary": "sysstat.ba spare statistic 1: 0", "scope": "global", "metric_type": 1 @@ -1280,6 +1396,7 @@ "dbms": 19, "name": "global.sysstat.ba spare statistic 2", "vartype": 2, + "default": "0", "summary": "sysstat.ba spare statistic 2: 0", "scope": "global", "metric_type": 1 @@ -1291,6 +1408,7 @@ "dbms": 19, "name": "global.sysstat.ba spare statistic 3", "vartype": 2, + "default": "0", "summary": "sysstat.ba spare statistic 3: 0", "scope": "global", "metric_type": 1 @@ -1302,6 +1420,7 @@ "dbms": 19, "name": "global.sysstat.ba spare statistic 4", "vartype": 2, + "default": "0", "summary": "sysstat.ba spare statistic 4: 0", "scope": "global", "metric_type": 1 @@ -1313,6 +1432,7 @@ "dbms": 19, "name": "global.sysstat.background checkpoints completed", "vartype": 2, + "default": "0", "summary": "sysstat.background checkpoints completed: 0", "scope": "global", "metric_type": 1 @@ -1324,6 +1444,7 @@ "dbms": 19, "name": "global.sysstat.background checkpoints started", "vartype": 2, + "default": "0", "summary": "sysstat.background checkpoints started: 0", "scope": "global", "metric_type": 1 @@ -1335,6 +1456,7 @@ "dbms": 19, "name": "global.sysstat.background timeouts", "vartype": 2, + "default": "506", "summary": "sysstat.background timeouts: 506", "scope": "global", "metric_type": 1 @@ -1346,6 +1468,7 @@ "dbms": 19, "name": "global.sysstat.backup compressed data written locally", "vartype": 2, + "default": "0", "summary": "sysstat.backup compressed data written locally: 0", "scope": "global", "metric_type": 1 @@ -1357,6 +1480,7 @@ "dbms": 19, "name": "global.sysstat.backup compressed data written remotely", "vartype": 2, + "default": "0", "summary": "sysstat.backup compressed data written remotely: 0", "scope": "global", "metric_type": 1 @@ -1368,6 +1492,7 @@ "dbms": 19, "name": "global.sysstat.backup data compressed locally", "vartype": 2, + "default": "0", "summary": "sysstat.backup data compressed locally: 0", "scope": "global", "metric_type": 1 @@ -1379,6 +1504,7 @@ "dbms": 19, "name": "global.sysstat.backup data compressed remotely", "vartype": 2, + "default": "0", "summary": "sysstat.backup data compressed remotely: 0", "scope": "global", "metric_type": 1 @@ -1390,6 +1516,7 @@ "dbms": 19, "name": "global.sysstat.backup piece local processing time", "vartype": 2, + "default": "0", "summary": "sysstat.backup piece local processing time: 0", "scope": "global", "metric_type": 1 @@ -1401,6 +1528,7 @@ "dbms": 19, "name": "global.sysstat.backup piece remote processing time", "vartype": 2, + "default": "0", "summary": "sysstat.backup piece remote processing time: 0", "scope": "global", "metric_type": 1 @@ -1412,6 +1540,7 @@ "dbms": 19, "name": "global.sysstat.backup pieces compressed locally", "vartype": 2, + "default": "0", "summary": "sysstat.backup pieces compressed locally: 0", "scope": "global", "metric_type": 1 @@ -1423,6 +1552,7 @@ "dbms": 19, "name": "global.sysstat.backup pieces compressed remotely", "vartype": 2, + "default": "0", "summary": "sysstat.backup pieces compressed remotely: 0", "scope": "global", "metric_type": 1 @@ -1434,6 +1564,7 @@ "dbms": 19, "name": "global.sysstat.batched io (bound) vector count", "vartype": 2, + "default": "3627", "summary": "sysstat.batched io (bound) vector count: 3627", "scope": "global", "metric_type": 1 @@ -1445,6 +1576,7 @@ "dbms": 19, "name": "global.sysstat.batched io (full) vector count", "vartype": 2, + "default": "0", "summary": "sysstat.batched io (full) vector count: 0", "scope": "global", "metric_type": 1 @@ -1456,6 +1588,7 @@ "dbms": 19, "name": "global.sysstat.batched io (space) vector count", "vartype": 2, + "default": "0", "summary": "sysstat.batched io (space) vector count: 0", "scope": "global", "metric_type": 1 @@ -1467,6 +1600,7 @@ "dbms": 19, "name": "global.sysstat.batched io block miss count", "vartype": 2, + "default": "2869", "summary": "sysstat.batched io block miss count: 2869", "scope": "global", "metric_type": 1 @@ -1478,6 +1612,7 @@ "dbms": 19, "name": "global.sysstat.batched io buffer defrag count", "vartype": 2, + "default": "0", "summary": "sysstat.batched io buffer defrag count: 0", "scope": "global", "metric_type": 1 @@ -1489,6 +1624,7 @@ "dbms": 19, "name": "global.sysstat.batched io double miss count", "vartype": 2, + "default": "11", "summary": "sysstat.batched io double miss count: 11", "scope": "global", "metric_type": 1 @@ -1500,6 +1636,7 @@ "dbms": 19, "name": "global.sysstat.batched io same unit count", "vartype": 2, + "default": "954", "summary": "sysstat.batched io same unit count: 954", "scope": "global", "metric_type": 1 @@ -1511,6 +1648,7 @@ "dbms": 19, "name": "global.sysstat.batched io single block count", "vartype": 2, + "default": "3298", "summary": "sysstat.batched io single block count: 3298", "scope": "global", "metric_type": 1 @@ -1522,6 +1660,7 @@ "dbms": 19, "name": "global.sysstat.batched io slow jump count", "vartype": 2, + "default": "0", "summary": "sysstat.batched io slow jump count: 0", "scope": "global", "metric_type": 1 @@ -1533,6 +1672,7 @@ "dbms": 19, "name": "global.sysstat.batched io vector block count", "vartype": 2, + "default": "1968", "summary": "sysstat.batched io vector block count: 1968", "scope": "global", "metric_type": 1 @@ -1544,6 +1684,7 @@ "dbms": 19, "name": "global.sysstat.batched io vector read count", "vartype": 2, + "default": "340", "summary": "sysstat.batched io vector read count: 340", "scope": "global", "metric_type": 1 @@ -1555,6 +1696,7 @@ "dbms": 19, "name": "global.sysstat.batched io zero block count", "vartype": 2, + "default": "0", "summary": "sysstat.batched io zero block count: 0", "scope": "global", "metric_type": 1 @@ -1566,6 +1708,7 @@ "dbms": 19, "name": "global.sysstat.block cleanout optim referenced", "vartype": 2, + "default": "5", "summary": "sysstat.block cleanout optim referenced: 5", "scope": "global", "metric_type": 1 @@ -1577,6 +1720,7 @@ "dbms": 19, "name": "global.sysstat.blocks cleaned out using minact", "vartype": 2, + "default": "1916", "summary": "sysstat.blocks cleaned out using minact: 1916", "scope": "global", "metric_type": 1 @@ -1588,6 +1732,7 @@ "dbms": 19, "name": "global.sysstat.blocks decrypted", "vartype": 2, + "default": "0", "summary": "sysstat.blocks decrypted: 0", "scope": "global", "metric_type": 1 @@ -1599,6 +1744,7 @@ "dbms": 19, "name": "global.sysstat.blocks encrypted", "vartype": 2, + "default": "0", "summary": "sysstat.blocks encrypted: 0", "scope": "global", "metric_type": 1 @@ -1610,6 +1756,7 @@ "dbms": 19, "name": "global.sysstat.bps commit wait", "vartype": 2, + "default": "0", "summary": "sysstat.bps commit wait: 0", "scope": "global", "metric_type": 1 @@ -1621,6 +1768,7 @@ "dbms": 19, "name": "global.sysstat.bps redo wait", "vartype": 2, + "default": "0", "summary": "sysstat.bps redo wait: 0", "scope": "global", "metric_type": 1 @@ -1632,6 +1780,7 @@ "dbms": 19, "name": "global.sysstat.bps session wait", "vartype": 2, + "default": "0", "summary": "sysstat.bps session wait: 0", "scope": "global", "metric_type": 1 @@ -1643,6 +1792,7 @@ "dbms": 19, "name": "global.sysstat.branch node splits", "vartype": 2, + "default": "0", "summary": "sysstat.branch node splits: 0", "scope": "global", "metric_type": 1 @@ -1654,6 +1804,7 @@ "dbms": 19, "name": "global.sysstat.buffer is not pinned count", "vartype": 2, + "default": "10292083", "summary": "sysstat.buffer is not pinned count: 10292083", "scope": "global", "metric_type": 1 @@ -1665,6 +1816,7 @@ "dbms": 19, "name": "global.sysstat.buffer is pinned count", "vartype": 2, + "default": "11859684", "summary": "sysstat.buffer is pinned count: 11859684", "scope": "global", "metric_type": 1 @@ -1676,6 +1828,7 @@ "dbms": 19, "name": "global.sysstat.bytes received via sql*net from client", "vartype": 2, + "default": "2577800", "summary": "sysstat.bytes received via sql*net from client: 2577800", "scope": "global", "metric_type": 1 @@ -1687,6 +1840,7 @@ "dbms": 19, "name": "global.sysstat.bytes received via sql*net from dblink", "vartype": 2, + "default": "0", "summary": "sysstat.bytes received via sql*net from dblink: 0", "scope": "global", "metric_type": 1 @@ -1698,6 +1852,7 @@ "dbms": 19, "name": "global.sysstat.bytes sent via sql*net to client", "vartype": 2, + "default": "8438969", "summary": "sysstat.bytes sent via sql*net to client: 8438969", "scope": "global", "metric_type": 1 @@ -1709,6 +1864,7 @@ "dbms": 19, "name": "global.sysstat.bytes sent via sql*net to dblink", "vartype": 2, + "default": "0", "summary": "sysstat.bytes sent via sql*net to dblink: 0", "scope": "global", "metric_type": 1 @@ -1720,6 +1876,7 @@ "dbms": 19, "name": "global.sysstat.bytes via sql*net vector from client", "vartype": 2, + "default": "0", "summary": "sysstat.bytes via sql*net vector from client: 0", "scope": "global", "metric_type": 1 @@ -1731,6 +1888,7 @@ "dbms": 19, "name": "global.sysstat.bytes via sql*net vector from dblink", "vartype": 2, + "default": "0", "summary": "sysstat.bytes via sql*net vector from dblink: 0", "scope": "global", "metric_type": 1 @@ -1742,6 +1900,7 @@ "dbms": 19, "name": "global.sysstat.bytes via sql*net vector to client", "vartype": 2, + "default": "0", "summary": "sysstat.bytes via sql*net vector to client: 0", "scope": "global", "metric_type": 1 @@ -1753,6 +1912,7 @@ "dbms": 19, "name": "global.sysstat.bytes via sql*net vector to dblink", "vartype": 2, + "default": "0", "summary": "sysstat.bytes via sql*net vector to dblink: 0", "scope": "global", "metric_type": 1 @@ -1764,6 +1924,7 @@ "dbms": 19, "name": "global.sysstat.cached commit scn referenced", "vartype": 2, + "default": "3087348", "summary": "sysstat.cached commit scn referenced: 3087348", "scope": "global", "metric_type": 1 @@ -1775,6 +1936,7 @@ "dbms": 19, "name": "global.sysstat.calls to get snapshot scn: kcmgss", "vartype": 2, + "default": "91268", "summary": "sysstat.calls to get snapshot scn: kcmgss: 91268", "scope": "global", "metric_type": 1 @@ -1786,6 +1948,7 @@ "dbms": 19, "name": "global.sysstat.calls to kcmgas", "vartype": 2, + "default": "8682", "summary": "sysstat.calls to kcmgas: 8682", "scope": "global", "metric_type": 1 @@ -1797,6 +1960,7 @@ "dbms": 19, "name": "global.sysstat.calls to kcmgcs", "vartype": 2, + "default": "16094", "summary": "sysstat.calls to kcmgcs: 16094", "scope": "global", "metric_type": 1 @@ -1808,6 +1972,7 @@ "dbms": 19, "name": "global.sysstat.calls to kcmgrs", "vartype": 2, + "default": "0", "summary": "sysstat.calls to kcmgrs: 0", "scope": "global", "metric_type": 1 @@ -1819,6 +1984,7 @@ "dbms": 19, "name": "global.sysstat.ccursor + sql area evicted", "vartype": 2, + "default": "252", "summary": "sysstat.ccursor + sql area evicted: 252", "scope": "global", "metric_type": 1 @@ -1830,6 +1996,7 @@ "dbms": 19, "name": "global.sysstat.cell blocks helped by commit cache", "vartype": 2, + "default": "0", "summary": "sysstat.cell blocks helped by commit cache: 0", "scope": "global", "metric_type": 1 @@ -1841,6 +2008,7 @@ "dbms": 19, "name": "global.sysstat.cell blocks helped by minscn optimization", "vartype": 2, + "default": "0", "summary": "sysstat.cell blocks helped by minscn optimization: 0", "scope": "global", "metric_type": 1 @@ -1852,6 +2020,7 @@ "dbms": 19, "name": "global.sysstat.cell blocks pivoted", "vartype": 2, + "default": "0", "summary": "sysstat.cell blocks pivoted: 0", "scope": "global", "metric_type": 1 @@ -1863,6 +2032,7 @@ "dbms": 19, "name": "global.sysstat.cell blocks processed by cache layer", "vartype": 2, + "default": "0", "summary": "sysstat.cell blocks processed by cache layer: 0", "scope": "global", "metric_type": 1 @@ -1874,6 +2044,7 @@ "dbms": 19, "name": "global.sysstat.cell blocks processed by data layer", "vartype": 2, + "default": "0", "summary": "sysstat.cell blocks processed by data layer: 0", "scope": "global", "metric_type": 1 @@ -1885,6 +2056,7 @@ "dbms": 19, "name": "global.sysstat.cell blocks processed by index layer", "vartype": 2, + "default": "0", "summary": "sysstat.cell blocks processed by index layer: 0", "scope": "global", "metric_type": 1 @@ -1896,6 +2068,7 @@ "dbms": 19, "name": "global.sysstat.cell blocks processed by txn layer", "vartype": 2, + "default": "0", "summary": "sysstat.cell blocks processed by txn layer: 0", "scope": "global", "metric_type": 1 @@ -1907,6 +2080,7 @@ "dbms": 19, "name": "global.sysstat.cell blocks returned by data layer", "vartype": 2, + "default": "0", "summary": "sysstat.cell blocks returned by data layer: 0", "scope": "global", "metric_type": 1 @@ -1918,6 +2092,7 @@ "dbms": 19, "name": "global.sysstat.cell blocks returned by external tables", "vartype": 2, + "default": "0", "summary": "sysstat.cell blocks returned by external tables: 0", "scope": "global", "metric_type": 1 @@ -1929,6 +2104,7 @@ "dbms": 19, "name": "global.sysstat.cell blocks returned by index layer", "vartype": 2, + "default": "0", "summary": "sysstat.cell blocks returned by index layer: 0", "scope": "global", "metric_type": 1 @@ -1940,6 +2116,7 @@ "dbms": 19, "name": "global.sysstat.cell blocks sent", "vartype": 2, + "default": "0", "summary": "sysstat.cell blocks sent: 0", "scope": "global", "metric_type": 1 @@ -1951,6 +2128,7 @@ "dbms": 19, "name": "global.sysstat.cell chained row pieces fetched", "vartype": 2, + "default": "0", "summary": "sysstat.cell chained row pieces fetched: 0", "scope": "global", "metric_type": 1 @@ -1962,6 +2140,7 @@ "dbms": 19, "name": "global.sysstat.cell chained rows processed", "vartype": 2, + "default": "0", "summary": "sysstat.cell chained rows processed: 0", "scope": "global", "metric_type": 1 @@ -1973,6 +2152,7 @@ "dbms": 19, "name": "global.sysstat.cell chained rows rejected", "vartype": 2, + "default": "0", "summary": "sysstat.cell chained rows rejected: 0", "scope": "global", "metric_type": 1 @@ -1984,6 +2164,7 @@ "dbms": 19, "name": "global.sysstat.cell chained rows skipped", "vartype": 2, + "default": "0", "summary": "sysstat.cell chained rows skipped: 0", "scope": "global", "metric_type": 1 @@ -1995,6 +2176,7 @@ "dbms": 19, "name": "global.sysstat.cell commit cache queries", "vartype": 2, + "default": "0", "summary": "sysstat.cell commit cache queries: 0", "scope": "global", "metric_type": 1 @@ -2006,6 +2188,7 @@ "dbms": 19, "name": "global.sysstat.cell filtered blocks failed block check", "vartype": 2, + "default": "0", "summary": "sysstat.cell filtered blocks failed block check: 0", "scope": "global", "metric_type": 1 @@ -2017,6 +2200,7 @@ "dbms": 19, "name": "global.sysstat.cell flash cache read hits", "vartype": 2, + "default": "0", "summary": "sysstat.cell flash cache read hits: 0", "scope": "global", "metric_type": 1 @@ -2028,6 +2212,7 @@ "dbms": 19, "name": "global.sysstat.cell flash cache read hits for controlfile reads", "vartype": 2, + "default": "0", "summary": "sysstat.cell flash cache read hits for controlfile reads: 0", "scope": "global", "metric_type": 1 @@ -2039,6 +2224,7 @@ "dbms": 19, "name": "global.sysstat.cell flash cache read hits for smart io", "vartype": 2, + "default": "0", "summary": "sysstat.cell flash cache read hits for smart io: 0", "scope": "global", "metric_type": 1 @@ -2050,6 +2236,7 @@ "dbms": 19, "name": "global.sysstat.cell flash cache read hits for temp io", "vartype": 2, + "default": "0", "summary": "sysstat.cell flash cache read hits for temp io: 0", "scope": "global", "metric_type": 1 @@ -2061,6 +2248,7 @@ "dbms": 19, "name": "global.sysstat.cell index blocks sent", "vartype": 2, + "default": "0", "summary": "sysstat.cell index blocks sent: 0", "scope": "global", "metric_type": 1 @@ -2072,6 +2260,7 @@ "dbms": 19, "name": "global.sysstat.cell index scans", "vartype": 2, + "default": "0", "summary": "sysstat.cell index scans: 0", "scope": "global", "metric_type": 1 @@ -2083,6 +2272,7 @@ "dbms": 19, "name": "global.sysstat.cell interconnect bytes returned by xt smart scan", "vartype": 2, + "default": "0", "summary": "sysstat.cell interconnect bytes returned by xt smart scan: 0", "scope": "global", "metric_type": 1 @@ -2094,6 +2284,7 @@ "dbms": 19, "name": "global.sysstat.cell io uncompressed bytes", "vartype": 2, + "default": "0", "summary": "sysstat.cell io uncompressed bytes: 0", "scope": "global", "metric_type": 1 @@ -2105,6 +2296,7 @@ "dbms": 19, "name": "global.sysstat.cell logical write io requests", "vartype": 2, + "default": "0", "summary": "sysstat.cell logical write io requests: 0", "scope": "global", "metric_type": 1 @@ -2116,6 +2308,7 @@ "dbms": 19, "name": "global.sysstat.cell logical write io requests eligible for offload", "vartype": 2, + "default": "0", "summary": "sysstat.cell logical write io requests eligible for offload: 0", "scope": "global", "metric_type": 1 @@ -2127,6 +2320,7 @@ "dbms": 19, "name": "global.sysstat.cell num block ios due to a file instant restore in progress", "vartype": 2, + "default": "0", "summary": "sysstat.cell num block ios due to a file instant restore in progress: 0", "scope": "global", "metric_type": 1 @@ -2138,6 +2332,7 @@ "dbms": 19, "name": "global.sysstat.cell num bytes in block io during predicate offload", "vartype": 2, + "default": "0", "summary": "sysstat.cell num bytes in block io during predicate offload: 0", "scope": "global", "metric_type": 1 @@ -2149,6 +2344,7 @@ "dbms": 19, "name": "global.sysstat.cell num bytes in passthru due to quarantine", "vartype": 2, + "default": "0", "summary": "sysstat.cell num bytes in passthru due to quarantine: 0", "scope": "global", "metric_type": 1 @@ -2160,6 +2356,7 @@ "dbms": 19, "name": "global.sysstat.cell num bytes in passthru during predicate offload", "vartype": 2, + "default": "0", "summary": "sysstat.cell num bytes in passthru during predicate offload: 0", "scope": "global", "metric_type": 1 @@ -2171,6 +2368,7 @@ "dbms": 19, "name": "global.sysstat.cell num bytes of io reissued due to relocation", "vartype": 2, + "default": "0", "summary": "sysstat.cell num bytes of io reissued due to relocation: 0", "scope": "global", "metric_type": 1 @@ -2182,6 +2380,7 @@ "dbms": 19, "name": "global.sysstat.cell num fast response sessions", "vartype": 2, + "default": "0", "summary": "sysstat.cell num fast response sessions: 0", "scope": "global", "metric_type": 1 @@ -2193,6 +2392,7 @@ "dbms": 19, "name": "global.sysstat.cell num fast response sessions continuing to smart scan", "vartype": 2, + "default": "0", "summary": "sysstat.cell num fast response sessions continuing to smart scan: 0", "scope": "global", "metric_type": 1 @@ -2204,6 +2404,7 @@ "dbms": 19, "name": "global.sysstat.cell num map elem cancellation", "vartype": 2, + "default": "0", "summary": "sysstat.cell num map elem cancellation: 0", "scope": "global", "metric_type": 1 @@ -2215,6 +2416,7 @@ "dbms": 19, "name": "global.sysstat.cell num smart file creation sessions using rdbms block io mode", "vartype": 2, + "default": "0", "summary": "sysstat.cell num smart file creation sessions using rdbms block io mode: 0", "scope": "global", "metric_type": 1 @@ -2226,6 +2428,7 @@ "dbms": 19, "name": "global.sysstat.cell num smart io sessions in rdbms block io due to big payload", "vartype": 2, + "default": "0", "summary": "sysstat.cell num smart io sessions in rdbms block io due to big payload: 0", "scope": "global", "metric_type": 1 @@ -2237,6 +2440,7 @@ "dbms": 19, "name": "global.sysstat.cell num smart io sessions in rdbms block io due to no cell mem", "vartype": 2, + "default": "0", "summary": "sysstat.cell num smart io sessions in rdbms block io due to no cell mem: 0", "scope": "global", "metric_type": 1 @@ -2248,6 +2452,7 @@ "dbms": 19, "name": "global.sysstat.cell num smart io sessions in rdbms block io due to open fail", "vartype": 2, + "default": "0", "summary": "sysstat.cell num smart io sessions in rdbms block io due to open fail: 0", "scope": "global", "metric_type": 1 @@ -2259,6 +2464,7 @@ "dbms": 19, "name": "global.sysstat.cell num smart io sessions in rdbms block io due to user", "vartype": 2, + "default": "0", "summary": "sysstat.cell num smart io sessions in rdbms block io due to user: 0", "scope": "global", "metric_type": 1 @@ -2270,6 +2476,7 @@ "dbms": 19, "name": "global.sysstat.cell num smart io sessions using passthru mode due to cellsrv", "vartype": 2, + "default": "0", "summary": "sysstat.cell num smart io sessions using passthru mode due to cellsrv: 0", "scope": "global", "metric_type": 1 @@ -2281,6 +2488,7 @@ "dbms": 19, "name": "global.sysstat.cell num smart io sessions using passthru mode due to timezone", "vartype": 2, + "default": "0", "summary": "sysstat.cell num smart io sessions using passthru mode due to timezone: 0", "scope": "global", "metric_type": 1 @@ -2292,6 +2500,7 @@ "dbms": 19, "name": "global.sysstat.cell num smart io sessions using passthru mode due to user", "vartype": 2, + "default": "0", "summary": "sysstat.cell num smart io sessions using passthru mode due to user: 0", "scope": "global", "metric_type": 1 @@ -2303,6 +2512,7 @@ "dbms": 19, "name": "global.sysstat.cell num smartio automem buffer allocation attempts", "vartype": 2, + "default": "0", "summary": "sysstat.cell num smartio automem buffer allocation attempts: 0", "scope": "global", "metric_type": 1 @@ -2314,6 +2524,7 @@ "dbms": 19, "name": "global.sysstat.cell num smartio automem buffer allocation failures", "vartype": 2, + "default": "0", "summary": "sysstat.cell num smartio automem buffer allocation failures: 0", "scope": "global", "metric_type": 1 @@ -2325,6 +2536,7 @@ "dbms": 19, "name": "global.sysstat.cell num smartio permanent cell failures", "vartype": 2, + "default": "0", "summary": "sysstat.cell num smartio permanent cell failures: 0", "scope": "global", "metric_type": 1 @@ -2336,6 +2548,7 @@ "dbms": 19, "name": "global.sysstat.cell num smartio transient cell failures", "vartype": 2, + "default": "0", "summary": "sysstat.cell num smartio transient cell failures: 0", "scope": "global", "metric_type": 1 @@ -2347,6 +2560,7 @@ "dbms": 19, "name": "global.sysstat.cell overwrites in flash cache", "vartype": 2, + "default": "0", "summary": "sysstat.cell overwrites in flash cache: 0", "scope": "global", "metric_type": 1 @@ -2358,6 +2572,7 @@ "dbms": 19, "name": "global.sysstat.cell partial writes in flash cache", "vartype": 2, + "default": "0", "summary": "sysstat.cell partial writes in flash cache: 0", "scope": "global", "metric_type": 1 @@ -2369,6 +2584,7 @@ "dbms": 19, "name": "global.sysstat.cell persistent memory io read requests - local", "vartype": 2, + "default": "0", "summary": "sysstat.cell persistent memory io read requests - local: 0", "scope": "global", "metric_type": 1 @@ -2380,6 +2596,7 @@ "dbms": 19, "name": "global.sysstat.cell persistent memory io read requests - remote", "vartype": 2, + "default": "0", "summary": "sysstat.cell persistent memory io read requests - remote: 0", "scope": "global", "metric_type": 1 @@ -2391,6 +2608,7 @@ "dbms": 19, "name": "global.sysstat.cell persistent memory io read requests - smart io", "vartype": 2, + "default": "0", "summary": "sysstat.cell persistent memory io read requests - smart io: 0", "scope": "global", "metric_type": 1 @@ -2402,6 +2620,7 @@ "dbms": 19, "name": "global.sysstat.cell physical io bytes eligible for predicate offload", "vartype": 2, + "default": "0", "summary": "sysstat.cell physical io bytes eligible for predicate offload: 0", "scope": "global", "metric_type": 1 @@ -2413,6 +2632,7 @@ "dbms": 19, "name": "global.sysstat.cell physical io bytes eligible for smart ios", "vartype": 2, + "default": "0", "summary": "sysstat.cell physical io bytes eligible for smart ios: 0", "scope": "global", "metric_type": 1 @@ -2424,6 +2644,7 @@ "dbms": 19, "name": "global.sysstat.cell physical io bytes processed for im capacity", "vartype": 2, + "default": "0", "summary": "sysstat.cell physical io bytes processed for im capacity: 0", "scope": "global", "metric_type": 1 @@ -2435,6 +2656,7 @@ "dbms": 19, "name": "global.sysstat.cell physical io bytes processed for im query", "vartype": 2, + "default": "0", "summary": "sysstat.cell physical io bytes processed for im query: 0", "scope": "global", "metric_type": 1 @@ -2446,6 +2668,7 @@ "dbms": 19, "name": "global.sysstat.cell physical io bytes processed for no memcompress", "vartype": 2, + "default": "0", "summary": "sysstat.cell physical io bytes processed for no memcompress: 0", "scope": "global", "metric_type": 1 @@ -2457,6 +2680,7 @@ "dbms": 19, "name": "global.sysstat.cell physical io bytes saved by columnar cache", "vartype": 2, + "default": "0", "summary": "sysstat.cell physical io bytes saved by columnar cache: 0", "scope": "global", "metric_type": 1 @@ -2468,6 +2692,7 @@ "dbms": 19, "name": "global.sysstat.cell physical io bytes saved by storage index", "vartype": 2, + "default": "0", "summary": "sysstat.cell physical io bytes saved by storage index: 0", "scope": "global", "metric_type": 1 @@ -2479,6 +2704,7 @@ "dbms": 19, "name": "global.sysstat.cell physical io bytes saved during optimized file creation", "vartype": 2, + "default": "0", "summary": "sysstat.cell physical io bytes saved during optimized file creation: 0", "scope": "global", "metric_type": 1 @@ -2490,6 +2716,7 @@ "dbms": 19, "name": "global.sysstat.cell physical io bytes saved during optimized rman file restore", "vartype": 2, + "default": "0", "summary": "sysstat.cell physical io bytes saved during optimized rman file restore: 0", "scope": "global", "metric_type": 1 @@ -2501,6 +2728,7 @@ "dbms": 19, "name": "global.sysstat.cell physical io bytes sent directly to db node to balance cpu ", "vartype": 2, + "default": "0", "summary": "sysstat.cell physical io bytes sent directly to db node to balance cpu : 0", "scope": "global", "metric_type": 1 @@ -2512,6 +2740,7 @@ "dbms": 19, "name": "global.sysstat.cell physical io interconnect bytes", "vartype": 2, + "default": "383350325", "summary": "sysstat.cell physical io interconnect bytes: 383350325", "scope": "global", "metric_type": 1 @@ -2523,6 +2752,7 @@ "dbms": 19, "name": "global.sysstat.cell physical io interconnect bytes returned by smart scan", "vartype": 2, + "default": "0", "summary": "sysstat.cell physical io interconnect bytes returned by smart scan: 0", "scope": "global", "metric_type": 1 @@ -2534,6 +2764,7 @@ "dbms": 19, "name": "global.sysstat.cell physical write bytes saved by smart file initialization", "vartype": 2, + "default": "0", "summary": "sysstat.cell physical write bytes saved by smart file initialization: 0", "scope": "global", "metric_type": 1 @@ -2545,6 +2776,7 @@ "dbms": 19, "name": "global.sysstat.cell physical write io bytes eligible for offload", "vartype": 2, + "default": "0", "summary": "sysstat.cell physical write io bytes eligible for offload: 0", "scope": "global", "metric_type": 1 @@ -2556,6 +2788,7 @@ "dbms": 19, "name": "global.sysstat.cell physical write io host network bytes written during offloa", "vartype": 2, + "default": "0", "summary": "sysstat.cell physical write io host network bytes written during offloa: 0", "scope": "global", "metric_type": 1 @@ -2567,6 +2800,7 @@ "dbms": 19, "name": "global.sysstat.cell pmem cache read hits", "vartype": 2, + "default": "0", "summary": "sysstat.cell pmem cache read hits: 0", "scope": "global", "metric_type": 1 @@ -2578,6 +2812,7 @@ "dbms": 19, "name": "global.sysstat.cell pmem cache writes", "vartype": 2, + "default": "0", "summary": "sysstat.cell pmem cache writes: 0", "scope": "global", "metric_type": 1 @@ -2589,6 +2824,7 @@ "dbms": 19, "name": "global.sysstat.cell ram cache read hits", "vartype": 2, + "default": "0", "summary": "sysstat.cell ram cache read hits: 0", "scope": "global", "metric_type": 1 @@ -2600,6 +2836,7 @@ "dbms": 19, "name": "global.sysstat.cell rdma reads", "vartype": 2, + "default": "0", "summary": "sysstat.cell rdma reads: 0", "scope": "global", "metric_type": 1 @@ -2611,6 +2848,7 @@ "dbms": 19, "name": "global.sysstat.cell rdma writes", "vartype": 2, + "default": "0", "summary": "sysstat.cell rdma writes: 0", "scope": "global", "metric_type": 1 @@ -2622,6 +2860,7 @@ "dbms": 19, "name": "global.sysstat.cell scan cus pcode aggregation pushdown", "vartype": 2, + "default": "0", "summary": "sysstat.cell scan cus pcode aggregation pushdown: 0", "scope": "global", "metric_type": 1 @@ -2633,6 +2872,7 @@ "dbms": 19, "name": "global.sysstat.cell scan cus pcode pred evaled", "vartype": 2, + "default": "0", "summary": "sysstat.cell scan cus pcode pred evaled: 0", "scope": "global", "metric_type": 1 @@ -2644,6 +2884,7 @@ "dbms": 19, "name": "global.sysstat.cell scan cus pcode pred evaled using rowsets", "vartype": 2, + "default": "0", "summary": "sysstat.cell scan cus pcode pred evaled using rowsets: 0", "scope": "global", "metric_type": 1 @@ -2655,6 +2896,7 @@ "dbms": 19, "name": "global.sysstat.cell scan cus pcode selective done", "vartype": 2, + "default": "0", "summary": "sysstat.cell scan cus pcode selective done: 0", "scope": "global", "metric_type": 1 @@ -2666,6 +2908,7 @@ "dbms": 19, "name": "global.sysstat.cell scan rows pcode aggregated", "vartype": 2, + "default": "0", "summary": "sysstat.cell scan rows pcode aggregated: 0", "scope": "global", "metric_type": 1 @@ -2677,6 +2920,7 @@ "dbms": 19, "name": "global.sysstat.cell scans", "vartype": 2, + "default": "0", "summary": "sysstat.cell scans: 0", "scope": "global", "metric_type": 1 @@ -2688,6 +2932,7 @@ "dbms": 19, "name": "global.sysstat.cell simulated physical io bytes eligible for predicate offload", "vartype": 2, + "default": "0", "summary": "sysstat.cell simulated physical io bytes eligible for predicate offload: 0", "scope": "global", "metric_type": 1 @@ -2699,6 +2944,7 @@ "dbms": 19, "name": "global.sysstat.cell simulated physical io bytes returned by predicate offload", "vartype": 2, + "default": "0", "summary": "sysstat.cell simulated physical io bytes returned by predicate offload: 0", "scope": "global", "metric_type": 1 @@ -2710,6 +2956,7 @@ "dbms": 19, "name": "global.sysstat.cell smart io session cache hard misses", "vartype": 2, + "default": "0", "summary": "sysstat.cell smart io session cache hard misses: 0", "scope": "global", "metric_type": 1 @@ -2721,6 +2968,7 @@ "dbms": 19, "name": "global.sysstat.cell smart io session cache hits", "vartype": 2, + "default": "0", "summary": "sysstat.cell smart io session cache hits: 0", "scope": "global", "metric_type": 1 @@ -2732,6 +2980,7 @@ "dbms": 19, "name": "global.sysstat.cell smart io session cache hwm", "vartype": 2, + "default": "0", "summary": "sysstat.cell smart io session cache hwm: 0", "scope": "global", "metric_type": 1 @@ -2743,6 +2992,7 @@ "dbms": 19, "name": "global.sysstat.cell smart io session cache lookups", "vartype": 2, + "default": "0", "summary": "sysstat.cell smart io session cache lookups: 0", "scope": "global", "metric_type": 1 @@ -2754,6 +3004,7 @@ "dbms": 19, "name": "global.sysstat.cell smart io session cache soft misses", "vartype": 2, + "default": "0", "summary": "sysstat.cell smart io session cache soft misses: 0", "scope": "global", "metric_type": 1 @@ -2765,6 +3016,7 @@ "dbms": 19, "name": "global.sysstat.cell spare1", "vartype": 2, + "default": "0", "summary": "sysstat.cell spare1: 0", "scope": "global", "metric_type": 1 @@ -2776,6 +3028,7 @@ "dbms": 19, "name": "global.sysstat.cell spare2", "vartype": 2, + "default": "0", "summary": "sysstat.cell spare2: 0", "scope": "global", "metric_type": 1 @@ -2787,6 +3040,7 @@ "dbms": 19, "name": "global.sysstat.cell statistics spare1", "vartype": 2, + "default": "0", "summary": "sysstat.cell statistics spare1: 0", "scope": "global", "metric_type": 1 @@ -2798,6 +3052,7 @@ "dbms": 19, "name": "global.sysstat.cell transactions found in commit cache", "vartype": 2, + "default": "0", "summary": "sysstat.cell transactions found in commit cache: 0", "scope": "global", "metric_type": 1 @@ -2809,6 +3064,7 @@ "dbms": 19, "name": "global.sysstat.cell writes to flash cache", "vartype": 2, + "default": "0", "summary": "sysstat.cell writes to flash cache: 0", "scope": "global", "metric_type": 1 @@ -2820,6 +3076,7 @@ "dbms": 19, "name": "global.sysstat.cell writes to flash cache for temp io", "vartype": 2, + "default": "0", "summary": "sysstat.cell writes to flash cache for temp io: 0", "scope": "global", "metric_type": 1 @@ -2831,6 +3088,7 @@ "dbms": 19, "name": "global.sysstat.cell xt granule bytes requested for predicate offload", "vartype": 2, + "default": "0", "summary": "sysstat.cell xt granule bytes requested for predicate offload: 0", "scope": "global", "metric_type": 1 @@ -2842,6 +3100,7 @@ "dbms": 19, "name": "global.sysstat.cell xt granule io bytes saved by hdfs tbs extent map scan", "vartype": 2, + "default": "0", "summary": "sysstat.cell xt granule io bytes saved by hdfs tbs extent map scan: 0", "scope": "global", "metric_type": 1 @@ -2853,6 +3112,7 @@ "dbms": 19, "name": "global.sysstat.cell xt granule io bytes saved by storage index", "vartype": 2, + "default": "0", "summary": "sysstat.cell xt granule io bytes saved by storage index: 0", "scope": "global", "metric_type": 1 @@ -2864,6 +3124,7 @@ "dbms": 19, "name": "global.sysstat.cell xt granule predicate offload retries", "vartype": 2, + "default": "0", "summary": "sysstat.cell xt granule predicate offload retries: 0", "scope": "global", "metric_type": 1 @@ -2875,6 +3136,7 @@ "dbms": 19, "name": "global.sysstat.cell xt granules requested for predicate offload", "vartype": 2, + "default": "0", "summary": "sysstat.cell xt granules requested for predicate offload: 0", "scope": "global", "metric_type": 1 @@ -2886,6 +3148,7 @@ "dbms": 19, "name": "global.sysstat.cellmemory im load cus for capacity", "vartype": 2, + "default": "0", "summary": "sysstat.cellmemory im load cus for capacity: 0", "scope": "global", "metric_type": 1 @@ -2897,6 +3160,7 @@ "dbms": 19, "name": "global.sysstat.cellmemory im load cus for query", "vartype": 2, + "default": "0", "summary": "sysstat.cellmemory im load cus for query: 0", "scope": "global", "metric_type": 1 @@ -2908,6 +3172,7 @@ "dbms": 19, "name": "global.sysstat.cellmemory im load cus no memcompress", "vartype": 2, + "default": "0", "summary": "sysstat.cellmemory im load cus no memcompress: 0", "scope": "global", "metric_type": 1 @@ -2919,6 +3184,7 @@ "dbms": 19, "name": "global.sysstat.cellmemory im scan cus processed for capacity", "vartype": 2, + "default": "0", "summary": "sysstat.cellmemory im scan cus processed for capacity: 0", "scope": "global", "metric_type": 1 @@ -2930,6 +3196,7 @@ "dbms": 19, "name": "global.sysstat.cellmemory im scan cus processed for query", "vartype": 2, + "default": "0", "summary": "sysstat.cellmemory im scan cus processed for query: 0", "scope": "global", "metric_type": 1 @@ -2941,6 +3208,7 @@ "dbms": 19, "name": "global.sysstat.cellmemory im scan cus processed no memcompress", "vartype": 2, + "default": "0", "summary": "sysstat.cellmemory im scan cus processed no memcompress: 0", "scope": "global", "metric_type": 1 @@ -2952,6 +3220,7 @@ "dbms": 19, "name": "global.sysstat.cellmemory im scan cus rejected for capacity", "vartype": 2, + "default": "0", "summary": "sysstat.cellmemory im scan cus rejected for capacity: 0", "scope": "global", "metric_type": 1 @@ -2963,6 +3232,7 @@ "dbms": 19, "name": "global.sysstat.cellmemory im scan cus rejected for query", "vartype": 2, + "default": "0", "summary": "sysstat.cellmemory im scan cus rejected for query: 0", "scope": "global", "metric_type": 1 @@ -2974,6 +3244,7 @@ "dbms": 19, "name": "global.sysstat.cellmemory im scan cus rejected no memcompress", "vartype": 2, + "default": "0", "summary": "sysstat.cellmemory im scan cus rejected no memcompress: 0", "scope": "global", "metric_type": 1 @@ -2985,6 +3256,7 @@ "dbms": 19, "name": "global.sysstat.cellmemory im scan stat 1", "vartype": 2, + "default": "0", "summary": "sysstat.cellmemory im scan stat 1: 0", "scope": "global", "metric_type": 1 @@ -2996,6 +3268,7 @@ "dbms": 19, "name": "global.sysstat.cellmemory im scan stat 2", "vartype": 2, + "default": "0", "summary": "sysstat.cellmemory im scan stat 2: 0", "scope": "global", "metric_type": 1 @@ -3007,6 +3280,7 @@ "dbms": 19, "name": "global.sysstat.cellmemory im scan stat 3", "vartype": 2, + "default": "0", "summary": "sysstat.cellmemory im scan stat 3: 0", "scope": "global", "metric_type": 1 @@ -3018,6 +3292,7 @@ "dbms": 19, "name": "global.sysstat.cellmemory im scan stat 4", "vartype": 2, + "default": "0", "summary": "sysstat.cellmemory im scan stat 4: 0", "scope": "global", "metric_type": 1 @@ -3029,6 +3304,7 @@ "dbms": 19, "name": "global.sysstat.cellmemory im scan stat 5", "vartype": 2, + "default": "0", "summary": "sysstat.cellmemory im scan stat 5: 0", "scope": "global", "metric_type": 1 @@ -3040,6 +3316,7 @@ "dbms": 19, "name": "global.sysstat.change write time", "vartype": 2, + "default": "123", "summary": "sysstat.change write time: 123", "scope": "global", "metric_type": 1 @@ -3051,6 +3328,7 @@ "dbms": 19, "name": "global.sysstat.checkpoint clones created for adg recovery", "vartype": 2, + "default": "0", "summary": "sysstat.checkpoint clones created for adg recovery: 0", "scope": "global", "metric_type": 1 @@ -3062,6 +3340,7 @@ "dbms": 19, "name": "global.sysstat.cleanout - number of ktugct calls", "vartype": 2, + "default": "1288", "summary": "sysstat.cleanout - number of ktugct calls: 1288", "scope": "global", "metric_type": 1 @@ -3073,6 +3352,7 @@ "dbms": 19, "name": "global.sysstat.cleanouts and rollbacks - consistent read gets", "vartype": 2, + "default": "297", "summary": "sysstat.cleanouts and rollbacks - consistent read gets: 297", "scope": "global", "metric_type": 1 @@ -3084,6 +3364,7 @@ "dbms": 19, "name": "global.sysstat.cleanouts only - consistent read gets", "vartype": 2, + "default": "79", "summary": "sysstat.cleanouts only - consistent read gets: 79", "scope": "global", "metric_type": 1 @@ -3095,6 +3376,7 @@ "dbms": 19, "name": "global.sysstat.cli bg attempt flush", "vartype": 2, + "default": "0", "summary": "sysstat.cli bg attempt flush: 0", "scope": "global", "metric_type": 1 @@ -3106,6 +3388,7 @@ "dbms": 19, "name": "global.sysstat.cli bg enq", "vartype": 2, + "default": "0", "summary": "sysstat.cli bg enq: 0", "scope": "global", "metric_type": 1 @@ -3117,6 +3400,7 @@ "dbms": 19, "name": "global.sysstat.cli bg fls done", "vartype": 2, + "default": "0", "summary": "sysstat.cli bg fls done: 0", "scope": "global", "metric_type": 1 @@ -3128,6 +3412,7 @@ "dbms": 19, "name": "global.sysstat.cli buf wrt", "vartype": 2, + "default": "0", "summary": "sysstat.cli buf wrt: 0", "scope": "global", "metric_type": 1 @@ -3139,6 +3424,7 @@ "dbms": 19, "name": "global.sysstat.cli bytes fls to ext", "vartype": 2, + "default": "0", "summary": "sysstat.cli bytes fls to ext: 0", "scope": "global", "metric_type": 1 @@ -3150,6 +3436,7 @@ "dbms": 19, "name": "global.sysstat.cli bytes fls to table", "vartype": 2, + "default": "0", "summary": "sysstat.cli bytes fls to table: 0", "scope": "global", "metric_type": 1 @@ -3161,6 +3448,7 @@ "dbms": 19, "name": "global.sysstat.cli client flush", "vartype": 2, + "default": "0", "summary": "sysstat.cli client flush: 0", "scope": "global", "metric_type": 1 @@ -3172,6 +3460,7 @@ "dbms": 19, "name": "global.sysstat.cli flstask create", "vartype": 2, + "default": "0", "summary": "sysstat.cli flstask create: 0", "scope": "global", "metric_type": 1 @@ -3183,6 +3472,7 @@ "dbms": 19, "name": "global.sysstat.cli flush", "vartype": 2, + "default": "0", "summary": "sysstat.cli flush: 0", "scope": "global", "metric_type": 1 @@ -3194,6 +3484,7 @@ "dbms": 19, "name": "global.sysstat.cli imm wrt", "vartype": 2, + "default": "0", "summary": "sysstat.cli imm wrt: 0", "scope": "global", "metric_type": 1 @@ -3205,6 +3496,7 @@ "dbms": 19, "name": "global.sysstat.cli prvtz lob ", "vartype": 2, + "default": "0", "summary": "sysstat.cli prvtz lob : 0", "scope": "global", "metric_type": 1 @@ -3216,6 +3508,7 @@ "dbms": 19, "name": "global.sysstat.cli sga alloc", "vartype": 2, + "default": "0", "summary": "sysstat.cli sga alloc: 0", "scope": "global", "metric_type": 1 @@ -3227,6 +3520,7 @@ "dbms": 19, "name": "global.sysstat.cli thru wrt", "vartype": 2, + "default": "0", "summary": "sysstat.cli thru wrt: 0", "scope": "global", "metric_type": 1 @@ -3238,6 +3532,7 @@ "dbms": 19, "name": "global.sysstat.client advertised receive window", "vartype": 2, + "default": "0", "summary": "sysstat.client advertised receive window: 0", "scope": "global", "metric_type": 1 @@ -3249,6 +3544,7 @@ "dbms": 19, "name": "global.sysstat.client advertised send window", "vartype": 2, + "default": "0", "summary": "sysstat.client advertised send window: 0", "scope": "global", "metric_type": 1 @@ -3260,6 +3556,7 @@ "dbms": 19, "name": "global.sysstat.client data segments in", "vartype": 2, + "default": "0", "summary": "sysstat.client data segments in: 0", "scope": "global", "metric_type": 1 @@ -3271,6 +3568,7 @@ "dbms": 19, "name": "global.sysstat.client data segments out", "vartype": 2, + "default": "0", "summary": "sysstat.client data segments out: 0", "scope": "global", "metric_type": 1 @@ -3282,6 +3580,7 @@ "dbms": 19, "name": "global.sysstat.client lost packets", "vartype": 2, + "default": "0", "summary": "sysstat.client lost packets: 0", "scope": "global", "metric_type": 1 @@ -3293,6 +3592,7 @@ "dbms": 19, "name": "global.sysstat.client path maximum transmission unit(mtu)", "vartype": 2, + "default": "0", "summary": "sysstat.client path maximum transmission unit(mtu): 0", "scope": "global", "metric_type": 1 @@ -3304,6 +3604,7 @@ "dbms": 19, "name": "global.sysstat.client send congestion window", "vartype": 2, + "default": "0", "summary": "sysstat.client send congestion window: 0", "scope": "global", "metric_type": 1 @@ -3315,6 +3616,7 @@ "dbms": 19, "name": "global.sysstat.client time (usec) busy sending data", "vartype": 2, + "default": "0", "summary": "sysstat.client time (usec) busy sending data: 0", "scope": "global", "metric_type": 1 @@ -3326,6 +3628,7 @@ "dbms": 19, "name": "global.sysstat.client time (usec) busy sending data under congestion", "vartype": 2, + "default": "0", "summary": "sysstat.client time (usec) busy sending data under congestion: 0", "scope": "global", "metric_type": 1 @@ -3337,6 +3640,7 @@ "dbms": 19, "name": "global.sysstat.client time (usec) last ack received", "vartype": 2, + "default": "0", "summary": "sysstat.client time (usec) last ack received: 0", "scope": "global", "metric_type": 1 @@ -3348,6 +3652,7 @@ "dbms": 19, "name": "global.sysstat.client time (usec) last ack sent", "vartype": 2, + "default": "0", "summary": "sysstat.client time (usec) last ack sent: 0", "scope": "global", "metric_type": 1 @@ -3359,6 +3664,7 @@ "dbms": 19, "name": "global.sysstat.client time (usec) last data received", "vartype": 2, + "default": "0", "summary": "sysstat.client time (usec) last data received: 0", "scope": "global", "metric_type": 1 @@ -3370,6 +3676,7 @@ "dbms": 19, "name": "global.sysstat.client time (usec) last data sent", "vartype": 2, + "default": "0", "summary": "sysstat.client time (usec) last data sent: 0", "scope": "global", "metric_type": 1 @@ -3381,6 +3688,7 @@ "dbms": 19, "name": "global.sysstat.client time (usec) limited by receive window", "vartype": 2, + "default": "0", "summary": "sysstat.client time (usec) limited by receive window: 0", "scope": "global", "metric_type": 1 @@ -3392,6 +3700,7 @@ "dbms": 19, "name": "global.sysstat.client time (usec) limited by send buffer", "vartype": 2, + "default": "0", "summary": "sysstat.client time (usec) limited by send buffer: 0", "scope": "global", "metric_type": 1 @@ -3403,6 +3712,7 @@ "dbms": 19, "name": "global.sysstat.client time (usec) round trip time", "vartype": 2, + "default": "0", "summary": "sysstat.client time (usec) round trip time: 0", "scope": "global", "metric_type": 1 @@ -3414,6 +3724,7 @@ "dbms": 19, "name": "global.sysstat.client time (usec) round trip time variance", "vartype": 2, + "default": "0", "summary": "sysstat.client time (usec) round trip time variance: 0", "scope": "global", "metric_type": 1 @@ -3425,6 +3736,7 @@ "dbms": 19, "name": "global.sysstat.client total bytes acked", "vartype": 2, + "default": "0", "summary": "sysstat.client total bytes acked: 0", "scope": "global", "metric_type": 1 @@ -3436,6 +3748,7 @@ "dbms": 19, "name": "global.sysstat.client total bytes received", "vartype": 2, + "default": "0", "summary": "sysstat.client total bytes received: 0", "scope": "global", "metric_type": 1 @@ -3447,6 +3760,7 @@ "dbms": 19, "name": "global.sysstat.client total number of retransmitted packets", "vartype": 2, + "default": "0", "summary": "sysstat.client total number of retransmitted packets: 0", "scope": "global", "metric_type": 1 @@ -3458,6 +3772,7 @@ "dbms": 19, "name": "global.sysstat.cluster key scan block gets", "vartype": 2, + "default": "23870", "summary": "sysstat.cluster key scan block gets: 23870", "scope": "global", "metric_type": 1 @@ -3469,6 +3784,7 @@ "dbms": 19, "name": "global.sysstat.cluster key scans", "vartype": 2, + "default": "17300", "summary": "sysstat.cluster key scans: 17300", "scope": "global", "metric_type": 1 @@ -3480,6 +3796,7 @@ "dbms": 19, "name": "global.sysstat.cluster wait time", "vartype": 2, + "default": "0", "summary": "sysstat.cluster wait time: 0", "scope": "global", "metric_type": 1 @@ -3491,6 +3808,7 @@ "dbms": 19, "name": "global.sysstat.clusterwide global transactions", "vartype": 2, + "default": "0", "summary": "sysstat.clusterwide global transactions: 0", "scope": "global", "metric_type": 1 @@ -3502,6 +3820,7 @@ "dbms": 19, "name": "global.sysstat.clusterwide global transactions spanning rac nodes", "vartype": 2, + "default": "0", "summary": "sysstat.clusterwide global transactions spanning rac nodes: 0", "scope": "global", "metric_type": 1 @@ -3513,6 +3832,7 @@ "dbms": 19, "name": "global.sysstat.cold recycle reads", "vartype": 2, + "default": "0", "summary": "sysstat.cold recycle reads: 0", "scope": "global", "metric_type": 1 @@ -3524,6 +3844,7 @@ "dbms": 19, "name": "global.sysstat.commit batch performed", "vartype": 2, + "default": "0", "summary": "sysstat.commit batch performed: 0", "scope": "global", "metric_type": 1 @@ -3535,6 +3856,7 @@ "dbms": 19, "name": "global.sysstat.commit batch requested", "vartype": 2, + "default": "0", "summary": "sysstat.commit batch requested: 0", "scope": "global", "metric_type": 1 @@ -3546,6 +3868,7 @@ "dbms": 19, "name": "global.sysstat.commit batch/immediate performed", "vartype": 2, + "default": "18", "summary": "sysstat.commit batch/immediate performed: 18", "scope": "global", "metric_type": 1 @@ -3557,6 +3880,7 @@ "dbms": 19, "name": "global.sysstat.commit batch/immediate requested", "vartype": 2, + "default": "18", "summary": "sysstat.commit batch/immediate requested: 18", "scope": "global", "metric_type": 1 @@ -3568,6 +3892,7 @@ "dbms": 19, "name": "global.sysstat.commit cleanout failures: block lost", "vartype": 2, + "default": "0", "summary": "sysstat.commit cleanout failures: block lost: 0", "scope": "global", "metric_type": 1 @@ -3579,6 +3904,7 @@ "dbms": 19, "name": "global.sysstat.commit cleanout failures: buffer being written", "vartype": 2, + "default": "0", "summary": "sysstat.commit cleanout failures: buffer being written: 0", "scope": "global", "metric_type": 1 @@ -3590,6 +3916,7 @@ "dbms": 19, "name": "global.sysstat.commit cleanout failures: callback failure", "vartype": 2, + "default": "53", "summary": "sysstat.commit cleanout failures: callback failure: 53", "scope": "global", "metric_type": 1 @@ -3601,6 +3928,7 @@ "dbms": 19, "name": "global.sysstat.commit cleanout failures: cannot pin", "vartype": 2, + "default": "1548", "summary": "sysstat.commit cleanout failures: cannot pin: 1548", "scope": "global", "metric_type": 1 @@ -3612,6 +3940,7 @@ "dbms": 19, "name": "global.sysstat.commit cleanout failures: delayed log", "vartype": 2, + "default": "0", "summary": "sysstat.commit cleanout failures: delayed log: 0", "scope": "global", "metric_type": 1 @@ -3623,6 +3952,7 @@ "dbms": 19, "name": "global.sysstat.commit cleanout failures: flashback", "vartype": 2, + "default": "0", "summary": "sysstat.commit cleanout failures: flashback: 0", "scope": "global", "metric_type": 1 @@ -3634,6 +3964,7 @@ "dbms": 19, "name": "global.sysstat.commit cleanout failures: hot backup in progress", "vartype": 2, + "default": "0", "summary": "sysstat.commit cleanout failures: hot backup in progress: 0", "scope": "global", "metric_type": 1 @@ -3645,6 +3976,7 @@ "dbms": 19, "name": "global.sysstat.commit cleanout failures: write disabled", "vartype": 2, + "default": "0", "summary": "sysstat.commit cleanout failures: write disabled: 0", "scope": "global", "metric_type": 1 @@ -3656,6 +3988,7 @@ "dbms": 19, "name": "global.sysstat.commit cleanouts", "vartype": 2, + "default": "28706", "summary": "sysstat.commit cleanouts: 28706", "scope": "global", "metric_type": 1 @@ -3667,6 +4000,7 @@ "dbms": 19, "name": "global.sysstat.commit cleanouts successfully completed", "vartype": 2, + "default": "27105", "summary": "sysstat.commit cleanouts successfully completed: 27105", "scope": "global", "metric_type": 1 @@ -3678,6 +4012,7 @@ "dbms": 19, "name": "global.sysstat.commit immediate performed", "vartype": 2, + "default": "18", "summary": "sysstat.commit immediate performed: 18", "scope": "global", "metric_type": 1 @@ -3689,6 +4024,7 @@ "dbms": 19, "name": "global.sysstat.commit immediate requested", "vartype": 2, + "default": "18", "summary": "sysstat.commit immediate requested: 18", "scope": "global", "metric_type": 1 @@ -3700,6 +4036,7 @@ "dbms": 19, "name": "global.sysstat.commit nowait performed", "vartype": 2, + "default": "0", "summary": "sysstat.commit nowait performed: 0", "scope": "global", "metric_type": 1 @@ -3711,6 +4048,7 @@ "dbms": 19, "name": "global.sysstat.commit nowait requested", "vartype": 2, + "default": "0", "summary": "sysstat.commit nowait requested: 0", "scope": "global", "metric_type": 1 @@ -3722,6 +4060,7 @@ "dbms": 19, "name": "global.sysstat.commit scn cached", "vartype": 2, + "default": "13", "summary": "sysstat.commit scn cached: 13", "scope": "global", "metric_type": 1 @@ -3733,6 +4072,7 @@ "dbms": 19, "name": "global.sysstat.commit txn count during cleanout", "vartype": 2, + "default": "1943", "summary": "sysstat.commit txn count during cleanout: 1943", "scope": "global", "metric_type": 1 @@ -3744,6 +4084,7 @@ "dbms": 19, "name": "global.sysstat.commit wait performed", "vartype": 2, + "default": "0", "summary": "sysstat.commit wait performed: 0", "scope": "global", "metric_type": 1 @@ -3755,6 +4096,7 @@ "dbms": 19, "name": "global.sysstat.commit wait requested", "vartype": 2, + "default": "0", "summary": "sysstat.commit wait requested: 0", "scope": "global", "metric_type": 1 @@ -3766,6 +4108,7 @@ "dbms": 19, "name": "global.sysstat.commit wait/nowait performed", "vartype": 2, + "default": "0", "summary": "sysstat.commit wait/nowait performed: 0", "scope": "global", "metric_type": 1 @@ -3777,6 +4120,7 @@ "dbms": 19, "name": "global.sysstat.commit wait/nowait requested", "vartype": 2, + "default": "0", "summary": "sysstat.commit wait/nowait requested: 0", "scope": "global", "metric_type": 1 @@ -3788,6 +4132,7 @@ "dbms": 19, "name": "global.sysstat.concurrency wait time", "vartype": 2, + "default": "94", "summary": "sysstat.concurrency wait time: 94", "scope": "global", "metric_type": 1 @@ -3799,6 +4144,7 @@ "dbms": 19, "name": "global.sysstat.consistent changes", "vartype": 2, + "default": "3740", "summary": "sysstat.consistent changes: 3740", "scope": "global", "metric_type": 1 @@ -3810,6 +4156,7 @@ "dbms": 19, "name": "global.sysstat.consistent gets", "vartype": 2, + "default": "10456711", "summary": "sysstat.consistent gets: 10456711", "scope": "global", "metric_type": 1 @@ -3821,6 +4168,7 @@ "dbms": 19, "name": "global.sysstat.consistent gets direct", "vartype": 2, + "default": "0", "summary": "sysstat.consistent gets direct: 0", "scope": "global", "metric_type": 1 @@ -3832,6 +4180,7 @@ "dbms": 19, "name": "global.sysstat.consistent gets examination", "vartype": 2, + "default": "210132", "summary": "sysstat.consistent gets examination: 210132", "scope": "global", "metric_type": 1 @@ -3843,6 +4192,7 @@ "dbms": 19, "name": "global.sysstat.consistent gets examination (fastpath)", "vartype": 2, + "default": "202761", "summary": "sysstat.consistent gets examination (fastpath): 202761", "scope": "global", "metric_type": 1 @@ -3854,6 +4204,7 @@ "dbms": 19, "name": "global.sysstat.consistent gets from cache", "vartype": 2, + "default": "10456711", "summary": "sysstat.consistent gets from cache: 10456711", "scope": "global", "metric_type": 1 @@ -3865,6 +4216,7 @@ "dbms": 19, "name": "global.sysstat.consistent gets pin", "vartype": 2, + "default": "10246579", "summary": "sysstat.consistent gets pin: 10246579", "scope": "global", "metric_type": 1 @@ -3876,6 +4228,7 @@ "dbms": 19, "name": "global.sysstat.consistent gets pin (fastpath)", "vartype": 2, + "default": "10226014", "summary": "sysstat.consistent gets pin (fastpath): 10226014", "scope": "global", "metric_type": 1 @@ -3887,6 +4240,7 @@ "dbms": 19, "name": "global.sysstat.cpu used by lwts for this session", "vartype": 2, + "default": "0", "summary": "sysstat.cpu used by lwts for this session: 0", "scope": "global", "metric_type": 1 @@ -3898,6 +4252,7 @@ "dbms": 19, "name": "global.sysstat.cpu used by this session", "vartype": 2, + "default": "2974", "summary": "sysstat.cpu used by this session: 2974", "scope": "global", "metric_type": 1 @@ -3909,6 +4264,7 @@ "dbms": 19, "name": "global.sysstat.cpu used when call started", "vartype": 2, + "default": "2201", "summary": "sysstat.cpu used when call started: 2201", "scope": "global", "metric_type": 1 @@ -3920,6 +4276,7 @@ "dbms": 19, "name": "global.sysstat.cr blocks created", "vartype": 2, + "default": "4155", "summary": "sysstat.cr blocks created: 4155", "scope": "global", "metric_type": 1 @@ -3931,6 +4288,7 @@ "dbms": 19, "name": "global.sysstat.cumulative begin requests", "vartype": 2, + "default": "0", "summary": "sysstat.cumulative begin requests: 0", "scope": "global", "metric_type": 1 @@ -3942,6 +4300,7 @@ "dbms": 19, "name": "global.sysstat.cumulative end requests", "vartype": 2, + "default": "0", "summary": "sysstat.cumulative end requests: 0", "scope": "global", "metric_type": 1 @@ -3953,6 +4312,7 @@ "dbms": 19, "name": "global.sysstat.cumulative user calls in requests", "vartype": 2, + "default": "0", "summary": "sysstat.cumulative user calls in requests: 0", "scope": "global", "metric_type": 1 @@ -3964,6 +4324,7 @@ "dbms": 19, "name": "global.sysstat.cumulative user calls protected by application continuity", "vartype": 2, + "default": "0", "summary": "sysstat.cumulative user calls protected by application continuity: 0", "scope": "global", "metric_type": 1 @@ -3975,6 +4336,7 @@ "dbms": 19, "name": "global.sysstat.current blocks converted for cr", "vartype": 2, + "default": "0", "summary": "sysstat.current blocks converted for cr: 0", "scope": "global", "metric_type": 1 @@ -3986,6 +4348,7 @@ "dbms": 19, "name": "global.sysstat.cursor authentications", "vartype": 2, + "default": "429", "summary": "sysstat.cursor authentications: 429", "scope": "global", "metric_type": 1 @@ -3997,6 +4360,7 @@ "dbms": 19, "name": "global.sysstat.cursor reload failures", "vartype": 2, + "default": "0", "summary": "sysstat.cursor reload failures: 0", "scope": "global", "metric_type": 1 @@ -4008,6 +4372,7 @@ "dbms": 19, "name": "global.sysstat.data blocks consistent reads - undo records applied", "vartype": 2, + "default": "3011", "summary": "sysstat.data blocks consistent reads - undo records applied: 3011", "scope": "global", "metric_type": 1 @@ -4019,6 +4384,7 @@ "dbms": 19, "name": "global.sysstat.data warehousing cooling action", "vartype": 2, + "default": "0", "summary": "sysstat.data warehousing cooling action: 0", "scope": "global", "metric_type": 1 @@ -4030,6 +4396,7 @@ "dbms": 19, "name": "global.sysstat.data warehousing evicted objects", "vartype": 2, + "default": "0", "summary": "sysstat.data warehousing evicted objects: 0", "scope": "global", "metric_type": 1 @@ -4041,6 +4408,7 @@ "dbms": 19, "name": "global.sysstat.data warehousing evicted objects - cooling", "vartype": 2, + "default": "0", "summary": "sysstat.data warehousing evicted objects - cooling: 0", "scope": "global", "metric_type": 1 @@ -4052,6 +4420,7 @@ "dbms": 19, "name": "global.sysstat.data warehousing evicted objects - replace", "vartype": 2, + "default": "0", "summary": "sysstat.data warehousing evicted objects - replace: 0", "scope": "global", "metric_type": 1 @@ -4063,6 +4432,7 @@ "dbms": 19, "name": "global.sysstat.data warehousing scanned blocks", "vartype": 2, + "default": "0", "summary": "sysstat.data warehousing scanned blocks: 0", "scope": "global", "metric_type": 1 @@ -4074,6 +4444,7 @@ "dbms": 19, "name": "global.sysstat.data warehousing scanned blocks - disk", "vartype": 2, + "default": "0", "summary": "sysstat.data warehousing scanned blocks - disk: 0", "scope": "global", "metric_type": 1 @@ -4085,6 +4456,7 @@ "dbms": 19, "name": "global.sysstat.data warehousing scanned blocks - flash", "vartype": 2, + "default": "0", "summary": "sysstat.data warehousing scanned blocks - flash: 0", "scope": "global", "metric_type": 1 @@ -4096,6 +4468,7 @@ "dbms": 19, "name": "global.sysstat.data warehousing scanned blocks - memory", "vartype": 2, + "default": "0", "summary": "sysstat.data warehousing scanned blocks - memory: 0", "scope": "global", "metric_type": 1 @@ -4107,6 +4480,7 @@ "dbms": 19, "name": "global.sysstat.data warehousing scanned blocks - offload", "vartype": 2, + "default": "0", "summary": "sysstat.data warehousing scanned blocks - offload: 0", "scope": "global", "metric_type": 1 @@ -4118,6 +4492,7 @@ "dbms": 19, "name": "global.sysstat.data warehousing scanned objects", "vartype": 2, + "default": "0", "summary": "sysstat.data warehousing scanned objects: 0", "scope": "global", "metric_type": 1 @@ -4129,6 +4504,7 @@ "dbms": 19, "name": "global.sysstat.db block changes", "vartype": 2, + "default": "109120", "summary": "sysstat.db block changes: 109120", "scope": "global", "metric_type": 1 @@ -4140,6 +4516,7 @@ "dbms": 19, "name": "global.sysstat.db block gets", "vartype": 2, + "default": "71512", "summary": "sysstat.db block gets: 71512", "scope": "global", "metric_type": 1 @@ -4151,6 +4528,7 @@ "dbms": 19, "name": "global.sysstat.db block gets direct", "vartype": 2, + "default": "0", "summary": "sysstat.db block gets direct: 0", "scope": "global", "metric_type": 1 @@ -4162,6 +4540,7 @@ "dbms": 19, "name": "global.sysstat.db block gets from cache", "vartype": 2, + "default": "71512", "summary": "sysstat.db block gets from cache: 71512", "scope": "global", "metric_type": 1 @@ -4173,6 +4552,7 @@ "dbms": 19, "name": "global.sysstat.db block gets from cache (fastpath)", "vartype": 2, + "default": "60871", "summary": "sysstat.db block gets from cache (fastpath): 60871", "scope": "global", "metric_type": 1 @@ -4184,6 +4564,7 @@ "dbms": 19, "name": "global.sysstat.db corrupt blocks detected", "vartype": 2, + "default": "0", "summary": "sysstat.db corrupt blocks detected: 0", "scope": "global", "metric_type": 1 @@ -4195,6 +4576,7 @@ "dbms": 19, "name": "global.sysstat.db corrupt blocks recovered", "vartype": 2, + "default": "0", "summary": "sysstat.db corrupt blocks recovered: 0", "scope": "global", "metric_type": 1 @@ -4206,6 +4588,7 @@ "dbms": 19, "name": "global.sysstat.db time", "vartype": 2, + "default": "4958", "summary": "sysstat.db time: 4958", "scope": "global", "metric_type": 1 @@ -4217,6 +4600,7 @@ "dbms": 19, "name": "global.sysstat.db time of lwts for this session", "vartype": 2, + "default": "0", "summary": "sysstat.db time of lwts for this session: 0", "scope": "global", "metric_type": 1 @@ -4228,6 +4612,7 @@ "dbms": 19, "name": "global.sysstat.dbwr checkpoint buffers written", "vartype": 2, + "default": "0", "summary": "sysstat.dbwr checkpoint buffers written: 0", "scope": "global", "metric_type": 1 @@ -4239,6 +4624,7 @@ "dbms": 19, "name": "global.sysstat.dbwr checkpoints", "vartype": 2, + "default": "0", "summary": "sysstat.dbwr checkpoints: 0", "scope": "global", "metric_type": 1 @@ -4250,6 +4636,7 @@ "dbms": 19, "name": "global.sysstat.dbwr fusion writes", "vartype": 2, + "default": "0", "summary": "sysstat.dbwr fusion writes: 0", "scope": "global", "metric_type": 1 @@ -4261,6 +4648,7 @@ "dbms": 19, "name": "global.sysstat.dbwr lru scans", "vartype": 2, + "default": "0", "summary": "sysstat.dbwr lru scans: 0", "scope": "global", "metric_type": 1 @@ -4272,6 +4660,7 @@ "dbms": 19, "name": "global.sysstat.dbwr object drop buffers written", "vartype": 2, + "default": "0", "summary": "sysstat.dbwr object drop buffers written: 0", "scope": "global", "metric_type": 1 @@ -4283,6 +4672,7 @@ "dbms": 19, "name": "global.sysstat.dbwr parallel query checkpoint buffers written", "vartype": 2, + "default": "0", "summary": "sysstat.dbwr parallel query checkpoint buffers written: 0", "scope": "global", "metric_type": 1 @@ -4294,6 +4684,7 @@ "dbms": 19, "name": "global.sysstat.dbwr revisited being-written buffer", "vartype": 2, + "default": "0", "summary": "sysstat.dbwr revisited being-written buffer: 0", "scope": "global", "metric_type": 1 @@ -4305,6 +4696,7 @@ "dbms": 19, "name": "global.sysstat.dbwr tablespace checkpoint buffers written", "vartype": 2, + "default": "0", "summary": "sysstat.dbwr tablespace checkpoint buffers written: 0", "scope": "global", "metric_type": 1 @@ -4316,6 +4708,7 @@ "dbms": 19, "name": "global.sysstat.dbwr thread checkpoint buffers written", "vartype": 2, + "default": "0", "summary": "sysstat.dbwr thread checkpoint buffers written: 0", "scope": "global", "metric_type": 1 @@ -4327,6 +4720,7 @@ "dbms": 19, "name": "global.sysstat.dbwr transaction table writes", "vartype": 2, + "default": "0", "summary": "sysstat.dbwr transaction table writes: 0", "scope": "global", "metric_type": 1 @@ -4338,6 +4732,7 @@ "dbms": 19, "name": "global.sysstat.dbwr undo block writes", "vartype": 2, + "default": "0", "summary": "sysstat.dbwr undo block writes: 0", "scope": "global", "metric_type": 1 @@ -4349,6 +4744,7 @@ "dbms": 19, "name": "global.sysstat.ddl statements parallelized", "vartype": 2, + "default": "0", "summary": "sysstat.ddl statements parallelized: 0", "scope": "global", "metric_type": 1 @@ -4360,6 +4756,7 @@ "dbms": 19, "name": "global.sysstat.deferred (current) block cleanout applications", "vartype": 2, + "default": "13487", "summary": "sysstat.deferred (current) block cleanout applications: 13487", "scope": "global", "metric_type": 1 @@ -4371,6 +4768,7 @@ "dbms": 19, "name": "global.sysstat.deferred cur cleanouts (index blocks)", "vartype": 2, + "default": "0", "summary": "sysstat.deferred cur cleanouts (index blocks): 0", "scope": "global", "metric_type": 1 @@ -4382,6 +4780,7 @@ "dbms": 19, "name": "global.sysstat.dfo trees parallelized", "vartype": 2, + "default": "16", "summary": "sysstat.dfo trees parallelized: 16", "scope": "global", "metric_type": 1 @@ -4393,6 +4792,7 @@ "dbms": 19, "name": "global.sysstat.dirty buffers inspected", "vartype": 2, + "default": "0", "summary": "sysstat.dirty buffers inspected: 0", "scope": "global", "metric_type": 1 @@ -4404,6 +4804,7 @@ "dbms": 19, "name": "global.sysstat.dml statements parallelized", "vartype": 2, + "default": "0", "summary": "sysstat.dml statements parallelized: 0", "scope": "global", "metric_type": 1 @@ -4415,6 +4816,7 @@ "dbms": 19, "name": "global.sysstat.dml statements retried", "vartype": 2, + "default": "0", "summary": "sysstat.dml statements retried: 0", "scope": "global", "metric_type": 1 @@ -4426,6 +4828,7 @@ "dbms": 19, "name": "global.sysstat.doubling up with imu segment", "vartype": 2, + "default": "0", "summary": "sysstat.doubling up with imu segment: 0", "scope": "global", "metric_type": 1 @@ -4437,6 +4840,7 @@ "dbms": 19, "name": "global.sysstat.dram clean buffers available and above threshold", "vartype": 2, + "default": "0", "summary": "sysstat.dram clean buffers available and above threshold: 0", "scope": "global", "metric_type": 1 @@ -4448,6 +4852,7 @@ "dbms": 19, "name": "global.sysstat.dram clean buffers available and is requested", "vartype": 2, + "default": "0", "summary": "sysstat.dram clean buffers available and is requested: 0", "scope": "global", "metric_type": 1 @@ -4459,6 +4864,7 @@ "dbms": 19, "name": "global.sysstat.drop segment calls in space pressure", "vartype": 2, + "default": "0", "summary": "sysstat.drop segment calls in space pressure: 0", "scope": "global", "metric_type": 1 @@ -4470,6 +4876,7 @@ "dbms": 19, "name": "global.sysstat.dx/bb enqueue lock background get time", "vartype": 2, + "default": "0", "summary": "sysstat.dx/bb enqueue lock background get time: 0", "scope": "global", "metric_type": 1 @@ -4481,6 +4888,7 @@ "dbms": 19, "name": "global.sysstat.dx/bb enqueue lock background gets", "vartype": 2, + "default": "0", "summary": "sysstat.dx/bb enqueue lock background gets: 0", "scope": "global", "metric_type": 1 @@ -4492,6 +4900,7 @@ "dbms": 19, "name": "global.sysstat.dx/bb enqueue lock foreground requests", "vartype": 2, + "default": "0", "summary": "sysstat.dx/bb enqueue lock foreground requests: 0", "scope": "global", "metric_type": 1 @@ -4503,6 +4912,7 @@ "dbms": 19, "name": "global.sysstat.dx/bb enqueue lock foreground wait time", "vartype": 2, + "default": "0", "summary": "sysstat.dx/bb enqueue lock foreground wait time: 0", "scope": "global", "metric_type": 1 @@ -4514,6 +4924,7 @@ "dbms": 19, "name": "global.sysstat.effective io time", "vartype": 2, + "default": "67519", "summary": "sysstat.effective io time: 67519", "scope": "global", "metric_type": 1 @@ -4525,6 +4936,7 @@ "dbms": 19, "name": "global.sysstat.enqueue conversions", "vartype": 2, + "default": "306", "summary": "sysstat.enqueue conversions: 306", "scope": "global", "metric_type": 1 @@ -4536,6 +4948,7 @@ "dbms": 19, "name": "global.sysstat.enqueue deadlocks", "vartype": 2, + "default": "0", "summary": "sysstat.enqueue deadlocks: 0", "scope": "global", "metric_type": 1 @@ -4547,6 +4960,7 @@ "dbms": 19, "name": "global.sysstat.enqueue releases", "vartype": 2, + "default": "25168", "summary": "sysstat.enqueue releases: 25168", "scope": "global", "metric_type": 1 @@ -4558,6 +4972,7 @@ "dbms": 19, "name": "global.sysstat.enqueue requests", "vartype": 2, + "default": "25212", "summary": "sysstat.enqueue requests: 25212", "scope": "global", "metric_type": 1 @@ -4569,6 +4984,7 @@ "dbms": 19, "name": "global.sysstat.enqueue timeouts", "vartype": 2, + "default": "10", "summary": "sysstat.enqueue timeouts: 10", "scope": "global", "metric_type": 1 @@ -4580,6 +4996,7 @@ "dbms": 19, "name": "global.sysstat.enqueue waits", "vartype": 2, + "default": "26", "summary": "sysstat.enqueue waits: 26", "scope": "global", "metric_type": 1 @@ -4591,6 +5008,7 @@ "dbms": 19, "name": "global.sysstat.error count cleared by cell", "vartype": 2, + "default": "0", "summary": "sysstat.error count cleared by cell: 0", "scope": "global", "metric_type": 1 @@ -4602,6 +5020,7 @@ "dbms": 19, "name": "global.sysstat.exchange deadlocks", "vartype": 2, + "default": "0", "summary": "sysstat.exchange deadlocks: 0", "scope": "global", "metric_type": 1 @@ -4613,6 +5032,7 @@ "dbms": 19, "name": "global.sysstat.execute count", "vartype": 2, + "default": "64480", "summary": "sysstat.execute count: 64480", "scope": "global", "metric_type": 1 @@ -4624,6 +5044,7 @@ "dbms": 19, "name": "global.sysstat.failed probes on index block reclamation", "vartype": 2, + "default": "0", "summary": "sysstat.failed probes on index block reclamation: 0", "scope": "global", "metric_type": 1 @@ -4635,6 +5056,7 @@ "dbms": 19, "name": "global.sysstat.fastpath consistent get quota limit", "vartype": 2, + "default": "0", "summary": "sysstat.fastpath consistent get quota limit: 0", "scope": "global", "metric_type": 1 @@ -4646,6 +5068,7 @@ "dbms": 19, "name": "global.sysstat.fbda woken up", "vartype": 2, + "default": "0", "summary": "sysstat.fbda woken up: 0", "scope": "global", "metric_type": 1 @@ -4657,6 +5080,7 @@ "dbms": 19, "name": "global.sysstat.file io service time", "vartype": 2, + "default": "248853", "summary": "sysstat.file io service time: 248853", "scope": "global", "metric_type": 1 @@ -4668,6 +5092,7 @@ "dbms": 19, "name": "global.sysstat.file io wait time", "vartype": 2, + "default": "557513", "summary": "sysstat.file io wait time: 557513", "scope": "global", "metric_type": 1 @@ -4679,6 +5104,7 @@ "dbms": 19, "name": "global.sysstat.flash cache eviction: aged out", "vartype": 2, + "default": "0", "summary": "sysstat.flash cache eviction: aged out: 0", "scope": "global", "metric_type": 1 @@ -4690,6 +5116,7 @@ "dbms": 19, "name": "global.sysstat.flash cache eviction: buffer pinned", "vartype": 2, + "default": "0", "summary": "sysstat.flash cache eviction: buffer pinned: 0", "scope": "global", "metric_type": 1 @@ -4701,6 +5128,7 @@ "dbms": 19, "name": "global.sysstat.flash cache eviction: invalidated", "vartype": 2, + "default": "0", "summary": "sysstat.flash cache eviction: invalidated: 0", "scope": "global", "metric_type": 1 @@ -4712,6 +5140,7 @@ "dbms": 19, "name": "global.sysstat.flash cache insert skip: corrupt", "vartype": 2, + "default": "0", "summary": "sysstat.flash cache insert skip: corrupt: 0", "scope": "global", "metric_type": 1 @@ -4723,6 +5152,7 @@ "dbms": 19, "name": "global.sysstat.flash cache insert skip: dbwr overloaded", "vartype": 2, + "default": "0", "summary": "sysstat.flash cache insert skip: dbwr overloaded: 0", "scope": "global", "metric_type": 1 @@ -4734,6 +5164,7 @@ "dbms": 19, "name": "global.sysstat.flash cache insert skip: exists", "vartype": 2, + "default": "0", "summary": "sysstat.flash cache insert skip: exists: 0", "scope": "global", "metric_type": 1 @@ -4745,6 +5176,7 @@ "dbms": 19, "name": "global.sysstat.flash cache insert skip: modification", "vartype": 2, + "default": "0", "summary": "sysstat.flash cache insert skip: modification: 0", "scope": "global", "metric_type": 1 @@ -4756,6 +5188,7 @@ "dbms": 19, "name": "global.sysstat.flash cache insert skip: not current", "vartype": 2, + "default": "0", "summary": "sysstat.flash cache insert skip: not current: 0", "scope": "global", "metric_type": 3 @@ -4767,6 +5200,7 @@ "dbms": 19, "name": "global.sysstat.flash cache insert skip: not useful", "vartype": 2, + "default": "0", "summary": "sysstat.flash cache insert skip: not useful: 0", "scope": "global", "metric_type": 1 @@ -4778,6 +5212,7 @@ "dbms": 19, "name": "global.sysstat.flash cache inserts", "vartype": 2, + "default": "0", "summary": "sysstat.flash cache inserts: 0", "scope": "global", "metric_type": 1 @@ -4789,6 +5224,7 @@ "dbms": 19, "name": "global.sysstat.flashback cache read optimizations for block new", "vartype": 2, + "default": "0", "summary": "sysstat.flashback cache read optimizations for block new: 0", "scope": "global", "metric_type": 1 @@ -4800,6 +5236,7 @@ "dbms": 19, "name": "global.sysstat.flashback direct read optimizations for block new", "vartype": 2, + "default": "0", "summary": "sysstat.flashback direct read optimizations for block new: 0", "scope": "global", "metric_type": 1 @@ -4811,6 +5248,7 @@ "dbms": 19, "name": "global.sysstat.flashback log write bytes", "vartype": 2, + "default": "0", "summary": "sysstat.flashback log write bytes: 0", "scope": "global", "metric_type": 1 @@ -4822,6 +5260,7 @@ "dbms": 19, "name": "global.sysstat.flashback log writes", "vartype": 2, + "default": "0", "summary": "sysstat.flashback log writes: 0", "scope": "global", "metric_type": 1 @@ -4833,6 +5272,7 @@ "dbms": 19, "name": "global.sysstat.flashback securefile cache read optimizations for block new", "vartype": 2, + "default": "0", "summary": "sysstat.flashback securefile cache read optimizations for block new: 0", "scope": "global", "metric_type": 1 @@ -4844,6 +5284,7 @@ "dbms": 19, "name": "global.sysstat.flashback securefile direct read optimizations for block new", "vartype": 2, + "default": "0", "summary": "sysstat.flashback securefile direct read optimizations for block new: 0", "scope": "global", "metric_type": 1 @@ -4855,6 +5296,7 @@ "dbms": 19, "name": "global.sysstat.foreground propagated tracked transactions", "vartype": 2, + "default": "0", "summary": "sysstat.foreground propagated tracked transactions: 0", "scope": "global", "metric_type": 1 @@ -4866,6 +5308,7 @@ "dbms": 19, "name": "global.sysstat.forwarded 2pc commands across rac nodes", "vartype": 2, + "default": "0", "summary": "sysstat.forwarded 2pc commands across rac nodes: 0", "scope": "global", "metric_type": 1 @@ -4877,6 +5320,7 @@ "dbms": 19, "name": "global.sysstat.frame signature mismatch", "vartype": 2, + "default": "0", "summary": "sysstat.frame signature mismatch: 0", "scope": "global", "metric_type": 1 @@ -4888,6 +5332,7 @@ "dbms": 19, "name": "global.sysstat.free buffer inspected", "vartype": 2, + "default": "12", "summary": "sysstat.free buffer inspected: 12", "scope": "global", "metric_type": 1 @@ -4899,6 +5344,7 @@ "dbms": 19, "name": "global.sysstat.free buffer requested", "vartype": 2, + "default": "51371", "summary": "sysstat.free buffer requested: 51371", "scope": "global", "metric_type": 1 @@ -4910,6 +5356,7 @@ "dbms": 19, "name": "global.sysstat.gc blocks compressed", "vartype": 2, + "default": "0", "summary": "sysstat.gc blocks compressed: 0", "scope": "global", "metric_type": 1 @@ -4921,6 +5368,7 @@ "dbms": 19, "name": "global.sysstat.gc blocks corrupt", "vartype": 2, + "default": "0", "summary": "sysstat.gc blocks corrupt: 0", "scope": "global", "metric_type": 1 @@ -4932,6 +5380,7 @@ "dbms": 19, "name": "global.sysstat.gc blocks lost", "vartype": 2, + "default": "0", "summary": "sysstat.gc blocks lost: 0", "scope": "global", "metric_type": 1 @@ -4943,6 +5392,7 @@ "dbms": 19, "name": "global.sysstat.gc bps array full", "vartype": 2, + "default": "0", "summary": "sysstat.gc bps array full: 0", "scope": "global", "metric_type": 1 @@ -4954,6 +5404,7 @@ "dbms": 19, "name": "global.sysstat.gc claim blocks lost", "vartype": 2, + "default": "0", "summary": "sysstat.gc claim blocks lost: 0", "scope": "global", "metric_type": 1 @@ -4965,6 +5416,7 @@ "dbms": 19, "name": "global.sysstat.gc cleanout applied", "vartype": 2, + "default": "0", "summary": "sysstat.gc cleanout applied: 0", "scope": "global", "metric_type": 1 @@ -4976,6 +5428,7 @@ "dbms": 19, "name": "global.sysstat.gc cleanout no space", "vartype": 2, + "default": "0", "summary": "sysstat.gc cleanout no space: 0", "scope": "global", "metric_type": 1 @@ -4987,6 +5440,7 @@ "dbms": 19, "name": "global.sysstat.gc cleanout saved", "vartype": 2, + "default": "0", "summary": "sysstat.gc cleanout saved: 0", "scope": "global", "metric_type": 1 @@ -4998,6 +5452,7 @@ "dbms": 19, "name": "global.sysstat.gc cluster flash cache reads failure", "vartype": 2, + "default": "0", "summary": "sysstat.gc cluster flash cache reads failure: 0", "scope": "global", "metric_type": 1 @@ -5009,6 +5464,7 @@ "dbms": 19, "name": "global.sysstat.gc cluster flash cache reads received", "vartype": 2, + "default": "0", "summary": "sysstat.gc cluster flash cache reads received: 0", "scope": "global", "metric_type": 1 @@ -5020,6 +5476,7 @@ "dbms": 19, "name": "global.sysstat.gc cluster flash cache reads served", "vartype": 2, + "default": "0", "summary": "sysstat.gc cluster flash cache reads served: 0", "scope": "global", "metric_type": 1 @@ -5031,6 +5488,7 @@ "dbms": 19, "name": "global.sysstat.gc cluster flash cache received read time", "vartype": 2, + "default": "0", "summary": "sysstat.gc cluster flash cache received read time: 0", "scope": "global", "metric_type": 1 @@ -5042,6 +5500,7 @@ "dbms": 19, "name": "global.sysstat.gc cr anti locks created", "vartype": 2, + "default": "0", "summary": "sysstat.gc cr anti locks created: 0", "scope": "global", "metric_type": 1 @@ -5053,6 +5512,7 @@ "dbms": 19, "name": "global.sysstat.gc cr anti locks expanded", "vartype": 2, + "default": "0", "summary": "sysstat.gc cr anti locks expanded: 0", "scope": "global", "metric_type": 1 @@ -5064,6 +5524,7 @@ "dbms": 19, "name": "global.sysstat.gc cr anti locks shrunk", "vartype": 2, + "default": "0", "summary": "sysstat.gc cr anti locks shrunk: 0", "scope": "global", "metric_type": 1 @@ -5075,6 +5536,7 @@ "dbms": 19, "name": "global.sysstat.gc cr block build time", "vartype": 2, + "default": "0", "summary": "sysstat.gc cr block build time: 0", "scope": "global", "metric_type": 1 @@ -5086,6 +5548,7 @@ "dbms": 19, "name": "global.sysstat.gc cr block flush time", "vartype": 2, + "default": "0", "summary": "sysstat.gc cr block flush time: 0", "scope": "global", "metric_type": 1 @@ -5097,6 +5560,7 @@ "dbms": 19, "name": "global.sysstat.gc cr block receive time", "vartype": 2, + "default": "0", "summary": "sysstat.gc cr block receive time: 0", "scope": "global", "metric_type": 1 @@ -5108,6 +5572,7 @@ "dbms": 19, "name": "global.sysstat.gc cr blocks built", "vartype": 2, + "default": "0", "summary": "sysstat.gc cr blocks built: 0", "scope": "global", "metric_type": 1 @@ -5119,6 +5584,7 @@ "dbms": 19, "name": "global.sysstat.gc cr blocks flushed", "vartype": 2, + "default": "0", "summary": "sysstat.gc cr blocks flushed: 0", "scope": "global", "metric_type": 1 @@ -5130,6 +5596,7 @@ "dbms": 19, "name": "global.sysstat.gc cr blocks received", "vartype": 2, + "default": "0", "summary": "sysstat.gc cr blocks received: 0", "scope": "global", "metric_type": 1 @@ -5141,6 +5608,7 @@ "dbms": 19, "name": "global.sysstat.gc cr blocks received with bps", "vartype": 2, + "default": "0", "summary": "sysstat.gc cr blocks received with bps: 0", "scope": "global", "metric_type": 1 @@ -5152,6 +5620,7 @@ "dbms": 19, "name": "global.sysstat.gc cr blocks served", "vartype": 2, + "default": "0", "summary": "sysstat.gc cr blocks served: 0", "scope": "global", "metric_type": 1 @@ -5163,6 +5632,7 @@ "dbms": 19, "name": "global.sysstat.gc cr blocks served with bps", "vartype": 2, + "default": "0", "summary": "sysstat.gc cr blocks served with bps: 0", "scope": "global", "metric_type": 1 @@ -5174,6 +5644,7 @@ "dbms": 19, "name": "global.sysstat.gc cr bypass requests", "vartype": 2, + "default": "0", "summary": "sysstat.gc cr bypass requests: 0", "scope": "global", "metric_type": 1 @@ -5185,6 +5656,7 @@ "dbms": 19, "name": "global.sysstat.gc cr multiblock grant time", "vartype": 2, + "default": "0", "summary": "sysstat.gc cr multiblock grant time: 0", "scope": "global", "metric_type": 1 @@ -5196,6 +5668,7 @@ "dbms": 19, "name": "global.sysstat.gc cr multiblock grants received", "vartype": 2, + "default": "0", "summary": "sysstat.gc cr multiblock grants received: 0", "scope": "global", "metric_type": 1 @@ -5207,6 +5680,7 @@ "dbms": 19, "name": "global.sysstat.gc current block flush time", "vartype": 2, + "default": "0", "summary": "sysstat.gc current block flush time: 0", "scope": "global", "metric_type": 1 @@ -5218,6 +5692,7 @@ "dbms": 19, "name": "global.sysstat.gc current block pin time", "vartype": 2, + "default": "0", "summary": "sysstat.gc current block pin time: 0", "scope": "global", "metric_type": 1 @@ -5229,6 +5704,7 @@ "dbms": 19, "name": "global.sysstat.gc current block receive time", "vartype": 2, + "default": "0", "summary": "sysstat.gc current block receive time: 0", "scope": "global", "metric_type": 1 @@ -5240,6 +5716,7 @@ "dbms": 19, "name": "global.sysstat.gc current blocks flushed", "vartype": 2, + "default": "0", "summary": "sysstat.gc current blocks flushed: 0", "scope": "global", "metric_type": 1 @@ -5251,6 +5728,7 @@ "dbms": 19, "name": "global.sysstat.gc current blocks pinned", "vartype": 2, + "default": "0", "summary": "sysstat.gc current blocks pinned: 0", "scope": "global", "metric_type": 1 @@ -5262,6 +5740,7 @@ "dbms": 19, "name": "global.sysstat.gc current blocks received", "vartype": 2, + "default": "0", "summary": "sysstat.gc current blocks received: 0", "scope": "global", "metric_type": 1 @@ -5273,6 +5752,7 @@ "dbms": 19, "name": "global.sysstat.gc current blocks received with bps", "vartype": 2, + "default": "0", "summary": "sysstat.gc current blocks received with bps: 0", "scope": "global", "metric_type": 1 @@ -5284,6 +5764,7 @@ "dbms": 19, "name": "global.sysstat.gc current blocks served", "vartype": 2, + "default": "0", "summary": "sysstat.gc current blocks served: 0", "scope": "global", "metric_type": 1 @@ -5295,6 +5776,7 @@ "dbms": 19, "name": "global.sysstat.gc current blocks served with bps", "vartype": 2, + "default": "0", "summary": "sysstat.gc current blocks served with bps: 0", "scope": "global", "metric_type": 1 @@ -5306,6 +5788,7 @@ "dbms": 19, "name": "global.sysstat.gc flash cache reads served", "vartype": 2, + "default": "0", "summary": "sysstat.gc flash cache reads served: 0", "scope": "global", "metric_type": 1 @@ -5317,6 +5800,7 @@ "dbms": 19, "name": "global.sysstat.gc flash cache served read time", "vartype": 2, + "default": "0", "summary": "sysstat.gc flash cache served read time: 0", "scope": "global", "metric_type": 1 @@ -5328,6 +5812,7 @@ "dbms": 19, "name": "global.sysstat.gc force cr read cr", "vartype": 2, + "default": "0", "summary": "sysstat.gc force cr read cr: 0", "scope": "global", "metric_type": 1 @@ -5339,6 +5824,7 @@ "dbms": 19, "name": "global.sysstat.gc force cr read current", "vartype": 2, + "default": "0", "summary": "sysstat.gc force cr read current: 0", "scope": "global", "metric_type": 3 @@ -5350,6 +5836,7 @@ "dbms": 19, "name": "global.sysstat.gc hash bucket full", "vartype": 2, + "default": "0", "summary": "sysstat.gc hash bucket full: 0", "scope": "global", "metric_type": 1 @@ -5361,6 +5848,7 @@ "dbms": 19, "name": "global.sysstat.gc hash slot added", "vartype": 2, + "default": "0", "summary": "sysstat.gc hash slot added: 0", "scope": "global", "metric_type": 1 @@ -5372,6 +5860,7 @@ "dbms": 19, "name": "global.sysstat.gc hash slot removed", "vartype": 2, + "default": "0", "summary": "sysstat.gc hash slot removed: 0", "scope": "global", "metric_type": 1 @@ -5383,6 +5872,7 @@ "dbms": 19, "name": "global.sysstat.gc im blocks invalidated", "vartype": 2, + "default": "0", "summary": "sysstat.gc im blocks invalidated: 0", "scope": "global", "metric_type": 1 @@ -5394,6 +5884,7 @@ "dbms": 19, "name": "global.sysstat.gc im expands", "vartype": 2, + "default": "0", "summary": "sysstat.gc im expands: 0", "scope": "global", "metric_type": 1 @@ -5405,6 +5896,7 @@ "dbms": 19, "name": "global.sysstat.gc im grants", "vartype": 2, + "default": "0", "summary": "sysstat.gc im grants: 0", "scope": "global", "metric_type": 1 @@ -5416,6 +5908,7 @@ "dbms": 19, "name": "global.sysstat.gc im shrinks", "vartype": 2, + "default": "0", "summary": "sysstat.gc im shrinks: 0", "scope": "global", "metric_type": 1 @@ -5427,6 +5920,7 @@ "dbms": 19, "name": "global.sysstat.gc index split slot collisions", "vartype": 2, + "default": "0", "summary": "sysstat.gc index split slot collisions: 0", "scope": "global", "metric_type": 1 @@ -5438,6 +5932,7 @@ "dbms": 19, "name": "global.sysstat.gc index split too many segments", "vartype": 2, + "default": "0", "summary": "sysstat.gc index split too many segments: 0", "scope": "global", "metric_type": 1 @@ -5449,6 +5944,7 @@ "dbms": 19, "name": "global.sysstat.gc index split too many slots", "vartype": 2, + "default": "0", "summary": "sysstat.gc index split too many slots: 0", "scope": "global", "metric_type": 1 @@ -5460,6 +5956,7 @@ "dbms": 19, "name": "global.sysstat.gc index split wait timeouts", "vartype": 2, + "default": "0", "summary": "sysstat.gc index split wait timeouts: 0", "scope": "global", "metric_type": 1 @@ -5471,6 +5968,7 @@ "dbms": 19, "name": "global.sysstat.gc ka grant receive time", "vartype": 2, + "default": "0", "summary": "sysstat.gc ka grant receive time: 0", "scope": "global", "metric_type": 1 @@ -5482,6 +5980,7 @@ "dbms": 19, "name": "global.sysstat.gc ka grants received", "vartype": 2, + "default": "0", "summary": "sysstat.gc ka grants received: 0", "scope": "global", "metric_type": 1 @@ -5493,6 +5992,7 @@ "dbms": 19, "name": "global.sysstat.gc kbytes saved", "vartype": 2, + "default": "0", "summary": "sysstat.gc kbytes saved: 0", "scope": "global", "metric_type": 1 @@ -5504,6 +6004,7 @@ "dbms": 19, "name": "global.sysstat.gc kbytes sent", "vartype": 2, + "default": "0", "summary": "sysstat.gc kbytes sent: 0", "scope": "global", "metric_type": 1 @@ -5515,6 +6016,7 @@ "dbms": 19, "name": "global.sysstat.gc local grants", "vartype": 2, + "default": "0", "summary": "sysstat.gc local grants: 0", "scope": "global", "metric_type": 1 @@ -5526,6 +6028,7 @@ "dbms": 19, "name": "global.sysstat.gc merge pi bg", "vartype": 2, + "default": "0", "summary": "sysstat.gc merge pi bg: 0", "scope": "global", "metric_type": 1 @@ -5537,6 +6040,7 @@ "dbms": 19, "name": "global.sysstat.gc merge pi fg", "vartype": 2, + "default": "0", "summary": "sysstat.gc merge pi fg: 0", "scope": "global", "metric_type": 1 @@ -5548,6 +6052,7 @@ "dbms": 19, "name": "global.sysstat.gc no change made", "vartype": 2, + "default": "0", "summary": "sysstat.gc no change made: 0", "scope": "global", "metric_type": 1 @@ -5559,6 +6064,7 @@ "dbms": 19, "name": "global.sysstat.gc read time waited", "vartype": 2, + "default": "0", "summary": "sysstat.gc read time waited: 0", "scope": "global", "metric_type": 1 @@ -5570,6 +6076,7 @@ "dbms": 19, "name": "global.sysstat.gc read wait failures", "vartype": 2, + "default": "0", "summary": "sysstat.gc read wait failures: 0", "scope": "global", "metric_type": 1 @@ -5581,6 +6088,7 @@ "dbms": 19, "name": "global.sysstat.gc read wait timeouts", "vartype": 2, + "default": "0", "summary": "sysstat.gc read wait timeouts: 0", "scope": "global", "metric_type": 1 @@ -5592,6 +6100,7 @@ "dbms": 19, "name": "global.sysstat.gc read waits", "vartype": 2, + "default": "0", "summary": "sysstat.gc read waits: 0", "scope": "global", "metric_type": 1 @@ -5603,6 +6112,7 @@ "dbms": 19, "name": "global.sysstat.gc reader bypass grants", "vartype": 2, + "default": "0", "summary": "sysstat.gc reader bypass grants: 0", "scope": "global", "metric_type": 1 @@ -5614,6 +6124,7 @@ "dbms": 19, "name": "global.sysstat.gc reader bypass waits", "vartype": 2, + "default": "0", "summary": "sysstat.gc reader bypass waits: 0", "scope": "global", "metric_type": 1 @@ -5625,6 +6136,7 @@ "dbms": 19, "name": "global.sysstat.gc remote block being modified", "vartype": 2, + "default": "0", "summary": "sysstat.gc remote block being modified: 0", "scope": "global", "metric_type": 1 @@ -5636,6 +6148,7 @@ "dbms": 19, "name": "global.sysstat.gc remote block read", "vartype": 2, + "default": "0", "summary": "sysstat.gc remote block read: 0", "scope": "global", "metric_type": 1 @@ -5647,6 +6160,7 @@ "dbms": 19, "name": "global.sysstat.gc remote bucket being modified", "vartype": 2, + "default": "0", "summary": "sysstat.gc remote bucket being modified: 0", "scope": "global", "metric_type": 1 @@ -5658,6 +6172,7 @@ "dbms": 19, "name": "global.sysstat.gc remote disk read", "vartype": 2, + "default": "0", "summary": "sysstat.gc remote disk read: 0", "scope": "global", "metric_type": 1 @@ -5669,6 +6184,7 @@ "dbms": 19, "name": "global.sysstat.gc remote disk read failure", "vartype": 2, + "default": "0", "summary": "sysstat.gc remote disk read failure: 0", "scope": "global", "metric_type": 1 @@ -5680,6 +6196,7 @@ "dbms": 19, "name": "global.sysstat.gc remote grants", "vartype": 2, + "default": "0", "summary": "sysstat.gc remote grants: 0", "scope": "global", "metric_type": 1 @@ -5691,6 +6208,7 @@ "dbms": 19, "name": "global.sysstat.gc remote lease failure", "vartype": 2, + "default": "0", "summary": "sysstat.gc remote lease failure: 0", "scope": "global", "metric_type": 1 @@ -5702,6 +6220,7 @@ "dbms": 19, "name": "global.sysstat.gc remote read failure", "vartype": 2, + "default": "0", "summary": "sysstat.gc remote read failure: 0", "scope": "global", "metric_type": 1 @@ -5713,6 +6232,7 @@ "dbms": 19, "name": "global.sysstat.gc send failures", "vartype": 2, + "default": "0", "summary": "sysstat.gc send failures: 0", "scope": "global", "metric_type": 1 @@ -5724,6 +6244,7 @@ "dbms": 19, "name": "global.sysstat.gc status messages received", "vartype": 2, + "default": "0", "summary": "sysstat.gc status messages received: 0", "scope": "global", "metric_type": 1 @@ -5735,6 +6256,7 @@ "dbms": 19, "name": "global.sysstat.gc status messages sent", "vartype": 2, + "default": "0", "summary": "sysstat.gc status messages sent: 0", "scope": "global", "metric_type": 1 @@ -5746,6 +6268,7 @@ "dbms": 19, "name": "global.sysstat.gc transaction blocks lost", "vartype": 2, + "default": "0", "summary": "sysstat.gc transaction blocks lost: 0", "scope": "global", "metric_type": 1 @@ -5757,6 +6280,7 @@ "dbms": 19, "name": "global.sysstat.gc undo block disk read", "vartype": 2, + "default": "0", "summary": "sysstat.gc undo block disk read: 0", "scope": "global", "metric_type": 1 @@ -5768,6 +6292,7 @@ "dbms": 19, "name": "global.sysstat.gc zcopy send", "vartype": 2, + "default": "0", "summary": "sysstat.gc zcopy send: 0", "scope": "global", "metric_type": 1 @@ -5779,6 +6304,7 @@ "dbms": 19, "name": "global.sysstat.gcs affinity lock failures", "vartype": 2, + "default": "0", "summary": "sysstat.gcs affinity lock failures: 0", "scope": "global", "metric_type": 1 @@ -5790,6 +6316,7 @@ "dbms": 19, "name": "global.sysstat.gcs affinity lock grants", "vartype": 2, + "default": "0", "summary": "sysstat.gcs affinity lock grants: 0", "scope": "global", "metric_type": 1 @@ -5801,6 +6328,7 @@ "dbms": 19, "name": "global.sysstat.gcs anti-locks created", "vartype": 2, + "default": "0", "summary": "sysstat.gcs anti-locks created: 0", "scope": "global", "metric_type": 1 @@ -5812,6 +6340,7 @@ "dbms": 19, "name": "global.sysstat.gcs data block access record drops", "vartype": 2, + "default": "0", "summary": "sysstat.gcs data block access record drops: 0", "scope": "global", "metric_type": 1 @@ -5823,6 +6352,7 @@ "dbms": 19, "name": "global.sysstat.gcs data block access records", "vartype": 2, + "default": "0", "summary": "sysstat.gcs data block access records: 0", "scope": "global", "metric_type": 1 @@ -5834,6 +6364,7 @@ "dbms": 19, "name": "global.sysstat.gcs messages sent", "vartype": 2, + "default": "0", "summary": "sysstat.gcs messages sent: 0", "scope": "global", "metric_type": 1 @@ -5845,6 +6376,7 @@ "dbms": 19, "name": "global.sysstat.gcs read-mostly lock failures", "vartype": 2, + "default": "0", "summary": "sysstat.gcs read-mostly lock failures: 0", "scope": "global", "metric_type": 1 @@ -5856,6 +6388,7 @@ "dbms": 19, "name": "global.sysstat.gcs read-mostly lock grants", "vartype": 2, + "default": "0", "summary": "sysstat.gcs read-mostly lock grants: 0", "scope": "global", "metric_type": 1 @@ -5867,6 +6400,7 @@ "dbms": 19, "name": "global.sysstat.gcs stats management (scm) process posts", "vartype": 2, + "default": "0", "summary": "sysstat.gcs stats management (scm) process posts: 0", "scope": "global", "metric_type": 1 @@ -5878,6 +6412,7 @@ "dbms": 19, "name": "global.sysstat.gdr: active blocks cleared", "vartype": 2, + "default": "0", "summary": "sysstat.gdr: active blocks cleared: 0", "scope": "global", "metric_type": 1 @@ -5889,6 +6424,7 @@ "dbms": 19, "name": "global.sysstat.gdr: active ranges cleared", "vartype": 2, + "default": "0", "summary": "sysstat.gdr: active ranges cleared: 0", "scope": "global", "metric_type": 1 @@ -5900,6 +6436,7 @@ "dbms": 19, "name": "global.sysstat.gdr: inactive blocks cleared", "vartype": 2, + "default": "0", "summary": "sysstat.gdr: inactive blocks cleared: 0", "scope": "global", "metric_type": 1 @@ -5911,6 +6448,7 @@ "dbms": 19, "name": "global.sysstat.gdr: inactive ranges cleared", "vartype": 2, + "default": "0", "summary": "sysstat.gdr: inactive ranges cleared: 0", "scope": "global", "metric_type": 1 @@ -5922,6 +6460,7 @@ "dbms": 19, "name": "global.sysstat.gdr: total blocks skipped", "vartype": 2, + "default": "0", "summary": "sysstat.gdr: total blocks skipped: 0", "scope": "global", "metric_type": 1 @@ -5933,6 +6472,7 @@ "dbms": 19, "name": "global.sysstat.gdr: total files processed", "vartype": 2, + "default": "0", "summary": "sysstat.gdr: total files processed: 0", "scope": "global", "metric_type": 1 @@ -5944,6 +6484,7 @@ "dbms": 19, "name": "global.sysstat.gdr: total segments processed", "vartype": 2, + "default": "0", "summary": "sysstat.gdr: total segments processed: 0", "scope": "global", "metric_type": 1 @@ -5955,6 +6496,7 @@ "dbms": 19, "name": "global.sysstat.gdr: total segments skipped", "vartype": 2, + "default": "0", "summary": "sysstat.gdr: total segments skipped: 0", "scope": "global", "metric_type": 1 @@ -5966,6 +6508,7 @@ "dbms": 19, "name": "global.sysstat.gdr: unused blocks cleared", "vartype": 2, + "default": "0", "summary": "sysstat.gdr: unused blocks cleared: 0", "scope": "global", "metric_type": 1 @@ -5977,6 +6520,7 @@ "dbms": 19, "name": "global.sysstat.gdr: unused ranges cleared", "vartype": 2, + "default": "0", "summary": "sysstat.gdr: unused ranges cleared: 0", "scope": "global", "metric_type": 1 @@ -5988,6 +6532,7 @@ "dbms": 19, "name": "global.sysstat.ges messages sent", "vartype": 2, + "default": "0", "summary": "sysstat.ges messages sent: 0", "scope": "global", "metric_type": 1 @@ -5999,6 +6544,7 @@ "dbms": 19, "name": "global.sysstat.global enqueue cpu used by this session", "vartype": 2, + "default": "0", "summary": "sysstat.global enqueue cpu used by this session: 0", "scope": "global", "metric_type": 1 @@ -6010,6 +6556,7 @@ "dbms": 19, "name": "global.sysstat.global enqueue get time", "vartype": 2, + "default": "0", "summary": "sysstat.global enqueue get time: 0", "scope": "global", "metric_type": 1 @@ -6021,6 +6568,7 @@ "dbms": 19, "name": "global.sysstat.global enqueue gets async", "vartype": 2, + "default": "0", "summary": "sysstat.global enqueue gets async: 0", "scope": "global", "metric_type": 1 @@ -6032,6 +6580,7 @@ "dbms": 19, "name": "global.sysstat.global enqueue gets sync", "vartype": 2, + "default": "0", "summary": "sysstat.global enqueue gets sync: 0", "scope": "global", "metric_type": 1 @@ -6043,6 +6592,7 @@ "dbms": 19, "name": "global.sysstat.global enqueue releases", "vartype": 2, + "default": "0", "summary": "sysstat.global enqueue releases: 0", "scope": "global", "metric_type": 1 @@ -6054,6 +6604,7 @@ "dbms": 19, "name": "global.sysstat.global undo segment hints helped", "vartype": 2, + "default": "0", "summary": "sysstat.global undo segment hints helped: 0", "scope": "global", "metric_type": 1 @@ -6065,6 +6616,7 @@ "dbms": 19, "name": "global.sysstat.global undo segment hints were stale", "vartype": 2, + "default": "0", "summary": "sysstat.global undo segment hints were stale: 0", "scope": "global", "metric_type": 1 @@ -6076,6 +6628,7 @@ "dbms": 19, "name": "global.sysstat.gtx processes spawned by autotune", "vartype": 2, + "default": "0", "summary": "sysstat.gtx processes spawned by autotune: 0", "scope": "global", "metric_type": 1 @@ -6087,6 +6640,7 @@ "dbms": 19, "name": "global.sysstat.gtx processes stopped by autotune", "vartype": 2, + "default": "0", "summary": "sysstat.gtx processes stopped by autotune: 0", "scope": "global", "metric_type": 1 @@ -6098,6 +6652,7 @@ "dbms": 19, "name": "global.sysstat.hcc analyze table cus", "vartype": 2, + "default": "0", "summary": "sysstat.hcc analyze table cus: 0", "scope": "global", "metric_type": 1 @@ -6109,6 +6664,7 @@ "dbms": 19, "name": "global.sysstat.hcc analyzer calls", "vartype": 2, + "default": "0", "summary": "sysstat.hcc analyzer calls: 0", "scope": "global", "metric_type": 1 @@ -6120,6 +6676,7 @@ "dbms": 19, "name": "global.sysstat.hcc block check cus", "vartype": 2, + "default": "0", "summary": "sysstat.hcc block check cus: 0", "scope": "global", "metric_type": 1 @@ -6131,6 +6688,7 @@ "dbms": 19, "name": "global.sysstat.hcc block compressions attempted", "vartype": 2, + "default": "0", "summary": "sysstat.hcc block compressions attempted: 0", "scope": "global", "metric_type": 1 @@ -6142,6 +6700,7 @@ "dbms": 19, "name": "global.sysstat.hcc block compressions completed", "vartype": 2, + "default": "0", "summary": "sysstat.hcc block compressions completed: 0", "scope": "global", "metric_type": 1 @@ -6153,6 +6712,7 @@ "dbms": 19, "name": "global.sysstat.hcc block dump cus", "vartype": 2, + "default": "0", "summary": "sysstat.hcc block dump cus: 0", "scope": "global", "metric_type": 1 @@ -6164,6 +6724,7 @@ "dbms": 19, "name": "global.sysstat.hcc dml conventional", "vartype": 2, + "default": "0", "summary": "sysstat.hcc dml conventional: 0", "scope": "global", "metric_type": 1 @@ -6175,6 +6736,7 @@ "dbms": 19, "name": "global.sysstat.hcc dml cus", "vartype": 2, + "default": "0", "summary": "sysstat.hcc dml cus: 0", "scope": "global", "metric_type": 1 @@ -6186,6 +6748,7 @@ "dbms": 19, "name": "global.sysstat.hcc fetch by rowid cus", "vartype": 2, + "default": "0", "summary": "sysstat.hcc fetch by rowid cus: 0", "scope": "global", "metric_type": 1 @@ -6197,6 +6760,7 @@ "dbms": 19, "name": "global.sysstat.hcc load conventional bytes compressed", "vartype": 2, + "default": "0", "summary": "sysstat.hcc load conventional bytes compressed: 0", "scope": "global", "metric_type": 1 @@ -6208,6 +6772,7 @@ "dbms": 19, "name": "global.sysstat.hcc load conventional bytes uncompressed", "vartype": 2, + "default": "0", "summary": "sysstat.hcc load conventional bytes uncompressed: 0", "scope": "global", "metric_type": 1 @@ -6219,6 +6784,7 @@ "dbms": 19, "name": "global.sysstat.hcc load conventional cus", "vartype": 2, + "default": "0", "summary": "sysstat.hcc load conventional cus: 0", "scope": "global", "metric_type": 1 @@ -6230,6 +6796,7 @@ "dbms": 19, "name": "global.sysstat.hcc load conventional cus archive high", "vartype": 2, + "default": "0", "summary": "sysstat.hcc load conventional cus archive high: 0", "scope": "global", "metric_type": 1 @@ -6241,6 +6808,7 @@ "dbms": 19, "name": "global.sysstat.hcc load conventional cus archive low", "vartype": 2, + "default": "0", "summary": "sysstat.hcc load conventional cus archive low: 0", "scope": "global", "metric_type": 1 @@ -6252,6 +6820,7 @@ "dbms": 19, "name": "global.sysstat.hcc load conventional cus query high", "vartype": 2, + "default": "0", "summary": "sysstat.hcc load conventional cus query high: 0", "scope": "global", "metric_type": 1 @@ -6263,6 +6832,7 @@ "dbms": 19, "name": "global.sysstat.hcc load conventional cus query low", "vartype": 2, + "default": "0", "summary": "sysstat.hcc load conventional cus query low: 0", "scope": "global", "metric_type": 1 @@ -6274,6 +6844,7 @@ "dbms": 19, "name": "global.sysstat.hcc load conventional cus row pieces", "vartype": 2, + "default": "0", "summary": "sysstat.hcc load conventional cus row pieces: 0", "scope": "global", "metric_type": 1 @@ -6285,6 +6856,7 @@ "dbms": 19, "name": "global.sysstat.hcc load conventional cus tail blk enhanced", "vartype": 2, + "default": "0", "summary": "sysstat.hcc load conventional cus tail blk enhanced: 0", "scope": "global", "metric_type": 1 @@ -6296,6 +6868,7 @@ "dbms": 19, "name": "global.sysstat.hcc load conventional rows", "vartype": 2, + "default": "0", "summary": "sysstat.hcc load conventional rows: 0", "scope": "global", "metric_type": 1 @@ -6307,6 +6880,7 @@ "dbms": 19, "name": "global.sysstat.hcc load conventional rows not compressed", "vartype": 2, + "default": "0", "summary": "sysstat.hcc load conventional rows not compressed: 0", "scope": "global", "metric_type": 1 @@ -6318,6 +6892,7 @@ "dbms": 19, "name": "global.sysstat.hcc load direct bytes compressed", "vartype": 2, + "default": "0", "summary": "sysstat.hcc load direct bytes compressed: 0", "scope": "global", "metric_type": 1 @@ -6329,6 +6904,7 @@ "dbms": 19, "name": "global.sysstat.hcc load direct bytes uncompressed", "vartype": 2, + "default": "0", "summary": "sysstat.hcc load direct bytes uncompressed: 0", "scope": "global", "metric_type": 1 @@ -6340,6 +6916,7 @@ "dbms": 19, "name": "global.sysstat.hcc load direct cus", "vartype": 2, + "default": "0", "summary": "sysstat.hcc load direct cus: 0", "scope": "global", "metric_type": 1 @@ -6351,6 +6928,7 @@ "dbms": 19, "name": "global.sysstat.hcc load direct cus archive high", "vartype": 2, + "default": "0", "summary": "sysstat.hcc load direct cus archive high: 0", "scope": "global", "metric_type": 1 @@ -6362,6 +6940,7 @@ "dbms": 19, "name": "global.sysstat.hcc load direct cus archive low", "vartype": 2, + "default": "0", "summary": "sysstat.hcc load direct cus archive low: 0", "scope": "global", "metric_type": 1 @@ -6373,6 +6952,7 @@ "dbms": 19, "name": "global.sysstat.hcc load direct cus query high", "vartype": 2, + "default": "0", "summary": "sysstat.hcc load direct cus query high: 0", "scope": "global", "metric_type": 1 @@ -6384,6 +6964,7 @@ "dbms": 19, "name": "global.sysstat.hcc load direct cus query low", "vartype": 2, + "default": "0", "summary": "sysstat.hcc load direct cus query low: 0", "scope": "global", "metric_type": 1 @@ -6395,6 +6976,7 @@ "dbms": 19, "name": "global.sysstat.hcc load direct cus row pieces", "vartype": 2, + "default": "0", "summary": "sysstat.hcc load direct cus row pieces: 0", "scope": "global", "metric_type": 1 @@ -6406,6 +6988,7 @@ "dbms": 19, "name": "global.sysstat.hcc load direct rows", "vartype": 2, + "default": "0", "summary": "sysstat.hcc load direct rows: 0", "scope": "global", "metric_type": 1 @@ -6417,6 +7000,7 @@ "dbms": 19, "name": "global.sysstat.hcc load direct rows not compressed", "vartype": 2, + "default": "0", "summary": "sysstat.hcc load direct rows not compressed: 0", "scope": "global", "metric_type": 1 @@ -6428,6 +7012,7 @@ "dbms": 19, "name": "global.sysstat.hcc scan cell bytes compressed", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan cell bytes compressed: 0", "scope": "global", "metric_type": 1 @@ -6439,6 +7024,7 @@ "dbms": 19, "name": "global.sysstat.hcc scan cell bytes decompressed", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan cell bytes decompressed: 0", "scope": "global", "metric_type": 1 @@ -6450,6 +7036,7 @@ "dbms": 19, "name": "global.sysstat.hcc scan cell columns theoretical max", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan cell columns theoretical max: 0", "scope": "global", "metric_type": 1 @@ -6461,6 +7048,7 @@ "dbms": 19, "name": "global.sysstat.hcc scan cell cus archive high", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan cell cus archive high: 0", "scope": "global", "metric_type": 1 @@ -6472,6 +7060,7 @@ "dbms": 19, "name": "global.sysstat.hcc scan cell cus archive low", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan cell cus archive low: 0", "scope": "global", "metric_type": 1 @@ -6483,6 +7072,7 @@ "dbms": 19, "name": "global.sysstat.hcc scan cell cus columns accessed", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan cell cus columns accessed: 0", "scope": "global", "metric_type": 1 @@ -6494,6 +7084,7 @@ "dbms": 19, "name": "global.sysstat.hcc scan cell cus decompressed", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan cell cus decompressed: 0", "scope": "global", "metric_type": 1 @@ -6505,6 +7096,7 @@ "dbms": 19, "name": "global.sysstat.hcc scan cell cus decompression time", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan cell cus decompression time: 0", "scope": "global", "metric_type": 1 @@ -6516,6 +7108,7 @@ "dbms": 19, "name": "global.sysstat.hcc scan cell cus optimized read", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan cell cus optimized read: 0", "scope": "global", "metric_type": 1 @@ -6527,6 +7120,7 @@ "dbms": 19, "name": "global.sysstat.hcc scan cell cus processed for compressed", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan cell cus processed for compressed: 0", "scope": "global", "metric_type": 1 @@ -6538,6 +7132,7 @@ "dbms": 19, "name": "global.sysstat.hcc scan cell cus processed for uncompressed", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan cell cus processed for uncompressed: 0", "scope": "global", "metric_type": 1 @@ -6549,6 +7144,7 @@ "dbms": 19, "name": "global.sysstat.hcc scan cell cus pruned", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan cell cus pruned: 0", "scope": "global", "metric_type": 1 @@ -6560,6 +7156,7 @@ "dbms": 19, "name": "global.sysstat.hcc scan cell cus query high", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan cell cus query high: 0", "scope": "global", "metric_type": 1 @@ -6571,6 +7168,7 @@ "dbms": 19, "name": "global.sysstat.hcc scan cell cus query low", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan cell cus query low: 0", "scope": "global", "metric_type": 1 @@ -6582,6 +7180,7 @@ "dbms": 19, "name": "global.sysstat.hcc scan cell cus row pieces accessed", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan cell cus row pieces accessed: 0", "scope": "global", "metric_type": 1 @@ -6593,6 +7192,7 @@ "dbms": 19, "name": "global.sysstat.hcc scan cell cus row pieces total", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan cell cus row pieces total: 0", "scope": "global", "metric_type": 1 @@ -6604,6 +7204,7 @@ "dbms": 19, "name": "global.sysstat.hcc scan cell cus sent compressed", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan cell cus sent compressed: 0", "scope": "global", "metric_type": 1 @@ -6615,6 +7216,7 @@ "dbms": 19, "name": "global.sysstat.hcc scan cell cus sent head piece", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan cell cus sent head piece: 0", "scope": "global", "metric_type": 1 @@ -6626,6 +7228,7 @@ "dbms": 19, "name": "global.sysstat.hcc scan cell cus sent uncompressed", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan cell cus sent uncompressed: 0", "scope": "global", "metric_type": 1 @@ -6637,6 +7240,7 @@ "dbms": 19, "name": "global.sysstat.hcc scan cell rows", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan cell rows: 0", "scope": "global", "metric_type": 1 @@ -6648,6 +7252,7 @@ "dbms": 19, "name": "global.sysstat.hcc scan cus pcode aggregation pushdown", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan cus pcode aggregation pushdown: 0", "scope": "global", "metric_type": 1 @@ -6659,6 +7264,7 @@ "dbms": 19, "name": "global.sysstat.hcc scan cus pcode pred evaled", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan cus pcode pred evaled: 0", "scope": "global", "metric_type": 1 @@ -6670,6 +7276,7 @@ "dbms": 19, "name": "global.sysstat.hcc scan cus pcode pred evaled using rowsets", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan cus pcode pred evaled using rowsets: 0", "scope": "global", "metric_type": 1 @@ -6681,6 +7288,7 @@ "dbms": 19, "name": "global.sysstat.hcc scan cus pcode selective done", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan cus pcode selective done: 0", "scope": "global", "metric_type": 1 @@ -6692,6 +7300,7 @@ "dbms": 19, "name": "global.sysstat.hcc scan cus predicates applied", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan cus predicates applied: 0", "scope": "global", "metric_type": 1 @@ -6703,6 +7312,7 @@ "dbms": 19, "name": "global.sysstat.hcc scan cus predicates optimized", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan cus predicates optimized: 0", "scope": "global", "metric_type": 1 @@ -6714,6 +7324,7 @@ "dbms": 19, "name": "global.sysstat.hcc scan cus predicates received", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan cus predicates received: 0", "scope": "global", "metric_type": 1 @@ -6725,6 +7336,7 @@ "dbms": 19, "name": "global.sysstat.hcc scan rdbms bytes compressed", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan rdbms bytes compressed: 0", "scope": "global", "metric_type": 1 @@ -6736,6 +7348,7 @@ "dbms": 19, "name": "global.sysstat.hcc scan rdbms bytes decompressed", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan rdbms bytes decompressed: 0", "scope": "global", "metric_type": 1 @@ -6747,6 +7360,7 @@ "dbms": 19, "name": "global.sysstat.hcc scan rdbms columns theoretical max", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan rdbms columns theoretical max: 0", "scope": "global", "metric_type": 1 @@ -6758,6 +7372,7 @@ "dbms": 19, "name": "global.sysstat.hcc scan rdbms cus archive high", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan rdbms cus archive high: 0", "scope": "global", "metric_type": 1 @@ -6769,6 +7384,7 @@ "dbms": 19, "name": "global.sysstat.hcc scan rdbms cus archive low", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan rdbms cus archive low: 0", "scope": "global", "metric_type": 1 @@ -6780,6 +7396,7 @@ "dbms": 19, "name": "global.sysstat.hcc scan rdbms cus columns accessed", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan rdbms cus columns accessed: 0", "scope": "global", "metric_type": 1 @@ -6791,6 +7408,7 @@ "dbms": 19, "name": "global.sysstat.hcc scan rdbms cus decompressed", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan rdbms cus decompressed: 0", "scope": "global", "metric_type": 1 @@ -6802,6 +7420,7 @@ "dbms": 19, "name": "global.sysstat.hcc scan rdbms cus decompression time", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan rdbms cus decompression time: 0", "scope": "global", "metric_type": 1 @@ -6813,6 +7432,7 @@ "dbms": 19, "name": "global.sysstat.hcc scan rdbms cus normal", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan rdbms cus normal: 0", "scope": "global", "metric_type": 1 @@ -6824,6 +7444,7 @@ "dbms": 19, "name": "global.sysstat.hcc scan rdbms cus optimized read", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan rdbms cus optimized read: 0", "scope": "global", "metric_type": 1 @@ -6835,6 +7456,7 @@ "dbms": 19, "name": "global.sysstat.hcc scan rdbms cus pruned", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan rdbms cus pruned: 0", "scope": "global", "metric_type": 1 @@ -6846,6 +7468,7 @@ "dbms": 19, "name": "global.sysstat.hcc scan rdbms cus query high", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan rdbms cus query high: 0", "scope": "global", "metric_type": 1 @@ -6857,6 +7480,7 @@ "dbms": 19, "name": "global.sysstat.hcc scan rdbms cus query low", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan rdbms cus query low: 0", "scope": "global", "metric_type": 1 @@ -6868,6 +7492,7 @@ "dbms": 19, "name": "global.sysstat.hcc scan rdbms cus row pieces accessed", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan rdbms cus row pieces accessed: 0", "scope": "global", "metric_type": 1 @@ -6879,6 +7504,7 @@ "dbms": 19, "name": "global.sysstat.hcc scan rdbms cus row pieces total", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan rdbms cus row pieces total: 0", "scope": "global", "metric_type": 1 @@ -6890,6 +7516,7 @@ "dbms": 19, "name": "global.sysstat.hcc scan rdbms cus turbo", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan rdbms cus turbo: 0", "scope": "global", "metric_type": 1 @@ -6901,6 +7528,7 @@ "dbms": 19, "name": "global.sysstat.hcc scan rdbms rows", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan rdbms rows: 0", "scope": "global", "metric_type": 1 @@ -6912,6 +7540,7 @@ "dbms": 19, "name": "global.sysstat.hcc scan rows pcode aggregated", "vartype": 2, + "default": "0", "summary": "sysstat.hcc scan rows pcode aggregated: 0", "scope": "global", "metric_type": 1 @@ -6923,6 +7552,7 @@ "dbms": 19, "name": "global.sysstat.hcc usage cloud", "vartype": 2, + "default": "0", "summary": "sysstat.hcc usage cloud: 0", "scope": "global", "metric_type": 1 @@ -6934,6 +7564,7 @@ "dbms": 19, "name": "global.sysstat.hcc usage pillar", "vartype": 2, + "default": "0", "summary": "sysstat.hcc usage pillar: 0", "scope": "global", "metric_type": 1 @@ -6945,6 +7576,7 @@ "dbms": 19, "name": "global.sysstat.hcc usage zfs", "vartype": 2, + "default": "0", "summary": "sysstat.hcc usage zfs: 0", "scope": "global", "metric_type": 1 @@ -6956,6 +7588,7 @@ "dbms": 19, "name": "global.sysstat.heap block compress", "vartype": 2, + "default": "4228", "summary": "sysstat.heap block compress: 4228", "scope": "global", "metric_type": 1 @@ -6967,6 +7600,7 @@ "dbms": 19, "name": "global.sysstat.heap segment array deletes", "vartype": 2, + "default": "0", "summary": "sysstat.heap segment array deletes: 0", "scope": "global", "metric_type": 1 @@ -6978,6 +7612,7 @@ "dbms": 19, "name": "global.sysstat.heap segment array inserts", "vartype": 2, + "default": "1126", "summary": "sysstat.heap segment array inserts: 1126", "scope": "global", "metric_type": 1 @@ -6989,6 +7624,7 @@ "dbms": 19, "name": "global.sysstat.heap segment array updates", "vartype": 2, + "default": "158", "summary": "sysstat.heap segment array updates: 158", "scope": "global", "metric_type": 1 @@ -7000,6 +7636,7 @@ "dbms": 19, "name": "global.sysstat.heatmap blklevel flush task count", "vartype": 2, + "default": "0", "summary": "sysstat.heatmap blklevel flush task count: 0", "scope": "global", "metric_type": 1 @@ -7011,6 +7648,7 @@ "dbms": 19, "name": "global.sysstat.heatmap blklevel flush task create", "vartype": 2, + "default": "0", "summary": "sysstat.heatmap blklevel flush task create: 0", "scope": "global", "metric_type": 1 @@ -7022,6 +7660,7 @@ "dbms": 19, "name": "global.sysstat.heatmap blklevel flushed", "vartype": 2, + "default": "0", "summary": "sysstat.heatmap blklevel flushed: 0", "scope": "global", "metric_type": 1 @@ -7033,6 +7672,7 @@ "dbms": 19, "name": "global.sysstat.heatmap blklevel flushed to bf", "vartype": 2, + "default": "0", "summary": "sysstat.heatmap blklevel flushed to bf: 0", "scope": "global", "metric_type": 1 @@ -7044,6 +7684,7 @@ "dbms": 19, "name": "global.sysstat.heatmap blklevel flushed to sysaux", "vartype": 2, + "default": "0", "summary": "sysstat.heatmap blklevel flushed to sysaux: 0", "scope": "global", "metric_type": 1 @@ -7055,6 +7696,7 @@ "dbms": 19, "name": "global.sysstat.heatmap blklevel not tracked - memory", "vartype": 2, + "default": "0", "summary": "sysstat.heatmap blklevel not tracked - memory: 0", "scope": "global", "metric_type": 1 @@ -7066,6 +7708,7 @@ "dbms": 19, "name": "global.sysstat.heatmap blklevel not updated - repeat", "vartype": 2, + "default": "0", "summary": "sysstat.heatmap blklevel not updated - repeat: 0", "scope": "global", "metric_type": 1 @@ -7077,6 +7720,7 @@ "dbms": 19, "name": "global.sysstat.heatmap blklevel ranges flushed", "vartype": 2, + "default": "0", "summary": "sysstat.heatmap blklevel ranges flushed: 0", "scope": "global", "metric_type": 1 @@ -7088,6 +7732,7 @@ "dbms": 19, "name": "global.sysstat.heatmap blklevel ranges skipped", "vartype": 2, + "default": "0", "summary": "sysstat.heatmap blklevel ranges skipped: 0", "scope": "global", "metric_type": 1 @@ -7099,6 +7744,7 @@ "dbms": 19, "name": "global.sysstat.heatmap blklevel tracked", "vartype": 2, + "default": "0", "summary": "sysstat.heatmap blklevel tracked: 0", "scope": "global", "metric_type": 1 @@ -7110,6 +7756,7 @@ "dbms": 19, "name": "global.sysstat.heatmap seglevel - flush", "vartype": 2, + "default": "0", "summary": "sysstat.heatmap seglevel - flush: 0", "scope": "global", "metric_type": 1 @@ -7121,6 +7768,7 @@ "dbms": 19, "name": "global.sysstat.heatmap seglevel - full table scan", "vartype": 2, + "default": "0", "summary": "sysstat.heatmap seglevel - full table scan: 0", "scope": "global", "metric_type": 1 @@ -7132,6 +7780,7 @@ "dbms": 19, "name": "global.sysstat.heatmap seglevel - indexlookup", "vartype": 2, + "default": "0", "summary": "sysstat.heatmap seglevel - indexlookup: 0", "scope": "global", "metric_type": 1 @@ -7143,6 +7792,7 @@ "dbms": 19, "name": "global.sysstat.heatmap seglevel - segments flushed", "vartype": 2, + "default": "0", "summary": "sysstat.heatmap seglevel - segments flushed: 0", "scope": "global", "metric_type": 1 @@ -7154,6 +7804,7 @@ "dbms": 19, "name": "global.sysstat.heatmap seglevel - tablelookup", "vartype": 2, + "default": "0", "summary": "sysstat.heatmap seglevel - tablelookup: 0", "scope": "global", "metric_type": 1 @@ -7165,6 +7816,7 @@ "dbms": 19, "name": "global.sysstat.heatmap seglevel - write", "vartype": 2, + "default": "0", "summary": "sysstat.heatmap seglevel - write: 0", "scope": "global", "metric_type": 1 @@ -7176,6 +7828,7 @@ "dbms": 19, "name": "global.sysstat.hot buffers moved to head of lru", "vartype": 2, + "default": "0", "summary": "sysstat.hot buffers moved to head of lru: 0", "scope": "global", "metric_type": 1 @@ -7187,6 +7840,7 @@ "dbms": 19, "name": "global.sysstat.hsc compressed segment block changes", "vartype": 2, + "default": "0", "summary": "sysstat.hsc compressed segment block changes: 0", "scope": "global", "metric_type": 1 @@ -7198,6 +7852,7 @@ "dbms": 19, "name": "global.sysstat.hsc heap segment block changes", "vartype": 2, + "default": "43944", "summary": "sysstat.hsc heap segment block changes: 43944", "scope": "global", "metric_type": 1 @@ -7209,6 +7864,7 @@ "dbms": 19, "name": "global.sysstat.hsc idl compressed blocks", "vartype": 2, + "default": "0", "summary": "sysstat.hsc idl compressed blocks: 0", "scope": "global", "metric_type": 1 @@ -7220,6 +7876,7 @@ "dbms": 19, "name": "global.sysstat.hsc oltp compressed blocks", "vartype": 2, + "default": "0", "summary": "sysstat.hsc oltp compressed blocks: 0", "scope": "global", "metric_type": 1 @@ -7231,6 +7888,7 @@ "dbms": 19, "name": "global.sysstat.hsc oltp compression block checked", "vartype": 2, + "default": "0", "summary": "sysstat.hsc oltp compression block checked: 0", "scope": "global", "metric_type": 1 @@ -7242,6 +7900,7 @@ "dbms": 19, "name": "global.sysstat.hsc oltp compression skipped rows", "vartype": 2, + "default": "0", "summary": "sysstat.hsc oltp compression skipped rows: 0", "scope": "global", "metric_type": 1 @@ -7253,6 +7912,7 @@ "dbms": 19, "name": "global.sysstat.hsc oltp compression wide compressed row pieces", "vartype": 2, + "default": "0", "summary": "sysstat.hsc oltp compression wide compressed row pieces: 0", "scope": "global", "metric_type": 1 @@ -7264,6 +7924,7 @@ "dbms": 19, "name": "global.sysstat.hsc oltp drop column", "vartype": 2, + "default": "0", "summary": "sysstat.hsc oltp drop column: 0", "scope": "global", "metric_type": 1 @@ -7275,6 +7936,7 @@ "dbms": 19, "name": "global.sysstat.hsc oltp inline compression", "vartype": 2, + "default": "0", "summary": "sysstat.hsc oltp inline compression: 0", "scope": "global", "metric_type": 1 @@ -7286,6 +7948,7 @@ "dbms": 19, "name": "global.sysstat.hsc oltp negative compression", "vartype": 2, + "default": "0", "summary": "sysstat.hsc oltp negative compression: 0", "scope": "global", "metric_type": 1 @@ -7297,6 +7960,7 @@ "dbms": 19, "name": "global.sysstat.hsc oltp non compressible blocks", "vartype": 2, + "default": "0", "summary": "sysstat.hsc oltp non compressible blocks: 0", "scope": "global", "metric_type": 1 @@ -7308,6 +7972,7 @@ "dbms": 19, "name": "global.sysstat.hsc oltp partial compression", "vartype": 2, + "default": "0", "summary": "sysstat.hsc oltp partial compression: 0", "scope": "global", "metric_type": 1 @@ -7319,6 +7984,7 @@ "dbms": 19, "name": "global.sysstat.hsc oltp positive compression", "vartype": 2, + "default": "0", "summary": "sysstat.hsc oltp positive compression: 0", "scope": "global", "metric_type": 1 @@ -7330,6 +7996,7 @@ "dbms": 19, "name": "global.sysstat.hsc oltp recursive compression", "vartype": 2, + "default": "0", "summary": "sysstat.hsc oltp recursive compression: 0", "scope": "global", "metric_type": 1 @@ -7341,6 +8008,7 @@ "dbms": 19, "name": "global.sysstat.hsc oltp space saving", "vartype": 2, + "default": "0", "summary": "sysstat.hsc oltp space saving: 0", "scope": "global", "metric_type": 1 @@ -7352,6 +8020,7 @@ "dbms": 19, "name": "global.sysstat.im adg blocks in flush", "vartype": 2, + "default": "0", "summary": "sysstat.im adg blocks in flush: 0", "scope": "global", "metric_type": 1 @@ -7363,6 +8032,7 @@ "dbms": 19, "name": "global.sysstat.im adg commit journal destroy", "vartype": 2, + "default": "0", "summary": "sysstat.im adg commit journal destroy: 0", "scope": "global", "metric_type": 1 @@ -7374,6 +8044,7 @@ "dbms": 19, "name": "global.sysstat.im adg commit journal emptied", "vartype": 2, + "default": "0", "summary": "sysstat.im adg commit journal emptied: 0", "scope": "global", "metric_type": 1 @@ -7385,6 +8056,7 @@ "dbms": 19, "name": "global.sysstat.im adg commit nodes added", "vartype": 2, + "default": "0", "summary": "sysstat.im adg commit nodes added: 0", "scope": "global", "metric_type": 1 @@ -7396,6 +8068,7 @@ "dbms": 19, "name": "global.sysstat.im adg commit nodes freed", "vartype": 2, + "default": "0", "summary": "sysstat.im adg commit nodes freed: 0", "scope": "global", "metric_type": 1 @@ -7407,6 +8080,7 @@ "dbms": 19, "name": "global.sysstat.im adg corrupt undo blocks seen", "vartype": 2, + "default": "0", "summary": "sysstat.im adg corrupt undo blocks seen: 0", "scope": "global", "metric_type": 1 @@ -7418,6 +8092,7 @@ "dbms": 19, "name": "global.sysstat.im adg granule split", "vartype": 2, + "default": "0", "summary": "sysstat.im adg granule split: 0", "scope": "global", "metric_type": 1 @@ -7429,6 +8104,7 @@ "dbms": 19, "name": "global.sysstat.im adg inv all due to corrupt undo", "vartype": 2, + "default": "0", "summary": "sysstat.im adg inv all due to corrupt undo: 0", "scope": "global", "metric_type": 1 @@ -7440,6 +8116,7 @@ "dbms": 19, "name": "global.sysstat.im adg inv pdb due to corrupt undo", "vartype": 2, + "default": "0", "summary": "sysstat.im adg inv pdb due to corrupt undo: 0", "scope": "global", "metric_type": 1 @@ -7451,6 +8128,7 @@ "dbms": 19, "name": "global.sysstat.im adg invalidated all objects", "vartype": 2, + "default": "0", "summary": "sysstat.im adg invalidated all objects: 0", "scope": "global", "metric_type": 1 @@ -7462,6 +8140,7 @@ "dbms": 19, "name": "global.sysstat.im adg invalidated object ddl", "vartype": 2, + "default": "0", "summary": "sysstat.im adg invalidated object ddl: 0", "scope": "global", "metric_type": 1 @@ -7473,6 +8152,7 @@ "dbms": 19, "name": "global.sysstat.im adg invalidated pdb ddl", "vartype": 2, + "default": "0", "summary": "sysstat.im adg invalidated pdb ddl: 0", "scope": "global", "metric_type": 1 @@ -7484,6 +8164,7 @@ "dbms": 19, "name": "global.sysstat.im adg invalidated pdb partial transaction", "vartype": 2, + "default": "0", "summary": "sysstat.im adg invalidated pdb partial transaction: 0", "scope": "global", "metric_type": 1 @@ -7495,6 +8176,7 @@ "dbms": 19, "name": "global.sysstat.im adg journal sort", "vartype": 2, + "default": "0", "summary": "sysstat.im adg journal sort: 0", "scope": "global", "metric_type": 1 @@ -7506,6 +8188,7 @@ "dbms": 19, "name": "global.sysstat.im adg non-imc transactions", "vartype": 2, + "default": "0", "summary": "sysstat.im adg non-imc transactions: 0", "scope": "global", "metric_type": 1 @@ -7517,6 +8200,7 @@ "dbms": 19, "name": "global.sysstat.im adg nothing to flush", "vartype": 2, + "default": "0", "summary": "sysstat.im adg nothing to flush: 0", "scope": "global", "metric_type": 1 @@ -7528,6 +8212,7 @@ "dbms": 19, "name": "global.sysstat.im adg number of query scn moves", "vartype": 2, + "default": "0", "summary": "sysstat.im adg number of query scn moves: 0", "scope": "global", "metric_type": 1 @@ -7539,6 +8224,7 @@ "dbms": 19, "name": "global.sysstat.im adg redo records seen", "vartype": 2, + "default": "0", "summary": "sysstat.im adg redo records seen: 0", "scope": "global", "metric_type": 1 @@ -7550,6 +8236,7 @@ "dbms": 19, "name": "global.sysstat.im adg registration attempts", "vartype": 2, + "default": "0", "summary": "sysstat.im adg registration attempts: 0", "scope": "global", "metric_type": 1 @@ -7561,6 +8248,7 @@ "dbms": 19, "name": "global.sysstat.im adg registration failure (quiesce)", "vartype": 2, + "default": "0", "summary": "sysstat.im adg registration failure (quiesce): 0", "scope": "global", "metric_type": 1 @@ -7572,6 +8260,7 @@ "dbms": 19, "name": "global.sysstat.im adg time for query scn moves (ms)", "vartype": 2, + "default": "0", "summary": "sysstat.im adg time for query scn moves (ms): 0", "scope": "global", "metric_type": 1 @@ -7583,6 +8272,7 @@ "dbms": 19, "name": "global.sysstat.im adg transactions compiled for flush", "vartype": 2, + "default": "0", "summary": "sysstat.im adg transactions compiled for flush: 0", "scope": "global", "metric_type": 1 @@ -7594,6 +8284,7 @@ "dbms": 19, "name": "global.sysstat.im adg transactions flushed", "vartype": 2, + "default": "0", "summary": "sysstat.im adg transactions flushed: 0", "scope": "global", "metric_type": 1 @@ -7605,6 +8296,7 @@ "dbms": 19, "name": "global.sysstat.im cus hwm dropped", "vartype": 2, + "default": "0", "summary": "sysstat.im cus hwm dropped: 0", "scope": "global", "metric_type": 1 @@ -7616,6 +8308,7 @@ "dbms": 19, "name": "global.sysstat.im cus hwm expanded", "vartype": 2, + "default": "0", "summary": "sysstat.im cus hwm expanded: 0", "scope": "global", "metric_type": 1 @@ -7627,6 +8320,7 @@ "dbms": 19, "name": "global.sysstat.im cus hwm mismatch drop", "vartype": 2, + "default": "0", "summary": "sysstat.im cus hwm mismatch drop: 0", "scope": "global", "metric_type": 1 @@ -7638,6 +8332,7 @@ "dbms": 19, "name": "global.sysstat.im default area resized", "vartype": 2, + "default": "0", "summary": "sysstat.im default area resized: 0", "scope": "global", "metric_type": 1 @@ -7649,6 +8344,7 @@ "dbms": 19, "name": "global.sysstat.im delta populate delta-smu not created", "vartype": 2, + "default": "0", "summary": "sysstat.im delta populate delta-smu not created: 0", "scope": "global", "metric_type": 1 @@ -7660,6 +8356,7 @@ "dbms": 19, "name": "global.sysstat.im delta so cleanup", "vartype": 2, + "default": "0", "summary": "sysstat.im delta so cleanup: 0", "scope": "global", "metric_type": 1 @@ -7671,6 +8368,7 @@ "dbms": 19, "name": "global.sysstat.im faststart coordinator accumulated time (ms)", "vartype": 2, + "default": "0", "summary": "sysstat.im faststart coordinator accumulated time (ms): 0", "scope": "global", "metric_type": 1 @@ -7682,6 +8380,7 @@ "dbms": 19, "name": "global.sysstat.im faststart coordinator cycle aborts", "vartype": 2, + "default": "0", "summary": "sysstat.im faststart coordinator cycle aborts: 0", "scope": "global", "metric_type": 1 @@ -7693,6 +8392,7 @@ "dbms": 19, "name": "global.sysstat.im faststart coordinator cycle overruns", "vartype": 2, + "default": "0", "summary": "sysstat.im faststart coordinator cycle overruns: 0", "scope": "global", "metric_type": 1 @@ -7704,6 +8404,7 @@ "dbms": 19, "name": "global.sysstat.im faststart coordinator runs", "vartype": 2, + "default": "0", "summary": "sysstat.im faststart coordinator runs: 0", "scope": "global", "metric_type": 1 @@ -7715,6 +8416,7 @@ "dbms": 19, "name": "global.sysstat.im faststart coordinator scheduler restarted", "vartype": 2, + "default": "0", "summary": "sysstat.im faststart coordinator scheduler restarted: 0", "scope": "global", "metric_type": 1 @@ -7726,6 +8428,7 @@ "dbms": 19, "name": "global.sysstat.im faststart coordinator task priority p1 to p2", "vartype": 2, + "default": "0", "summary": "sysstat.im faststart coordinator task priority p1 to p2: 0", "scope": "global", "metric_type": 1 @@ -7737,6 +8440,7 @@ "dbms": 19, "name": "global.sysstat.im faststart coordinator task priority p2 extended", "vartype": 2, + "default": "0", "summary": "sysstat.im faststart coordinator task priority p2 extended: 0", "scope": "global", "metric_type": 1 @@ -7748,6 +8452,7 @@ "dbms": 19, "name": "global.sysstat.im faststart coordinator task priority p2 to p3", "vartype": 2, + "default": "0", "summary": "sysstat.im faststart coordinator task priority p2 to p3: 0", "scope": "global", "metric_type": 1 @@ -7759,6 +8464,7 @@ "dbms": 19, "name": "global.sysstat.im faststart coordinator task submitted priority p1", "vartype": 2, + "default": "0", "summary": "sysstat.im faststart coordinator task submitted priority p1: 0", "scope": "global", "metric_type": 1 @@ -7770,6 +8476,7 @@ "dbms": 19, "name": "global.sysstat.im faststart coordinator task submitted priority p2", "vartype": 2, + "default": "0", "summary": "sysstat.im faststart coordinator task submitted priority p2: 0", "scope": "global", "metric_type": 1 @@ -7781,6 +8488,7 @@ "dbms": 19, "name": "global.sysstat.im faststart coordinator task submitted priority p3", "vartype": 2, + "default": "0", "summary": "sysstat.im faststart coordinator task submitted priority p3: 0", "scope": "global", "metric_type": 1 @@ -7792,6 +8500,7 @@ "dbms": 19, "name": "global.sysstat.im faststart coordinator throttle down", "vartype": 2, + "default": "0", "summary": "sysstat.im faststart coordinator throttle down: 0", "scope": "global", "metric_type": 1 @@ -7803,6 +8512,7 @@ "dbms": 19, "name": "global.sysstat.im faststart delete cus problem", "vartype": 2, + "default": "0", "summary": "sysstat.im faststart delete cus problem: 0", "scope": "global", "metric_type": 1 @@ -7814,6 +8524,7 @@ "dbms": 19, "name": "global.sysstat.im faststart gc slave runs", "vartype": 2, + "default": "0", "summary": "sysstat.im faststart gc slave runs: 0", "scope": "global", "metric_type": 1 @@ -7825,6 +8536,7 @@ "dbms": 19, "name": "global.sysstat.im faststart read accumulated time (ms)", "vartype": 2, + "default": "0", "summary": "sysstat.im faststart read accumulated time (ms): 0", "scope": "global", "metric_type": 1 @@ -7836,6 +8548,7 @@ "dbms": 19, "name": "global.sysstat.im faststart read bytes", "vartype": 2, + "default": "0", "summary": "sysstat.im faststart read bytes: 0", "scope": "global", "metric_type": 1 @@ -7847,6 +8560,7 @@ "dbms": 19, "name": "global.sysstat.im faststart read cus", "vartype": 2, + "default": "0", "summary": "sysstat.im faststart read cus: 0", "scope": "global", "metric_type": 1 @@ -7858,6 +8572,7 @@ "dbms": 19, "name": "global.sysstat.im faststart read cus incompatible", "vartype": 2, + "default": "0", "summary": "sysstat.im faststart read cus incompatible: 0", "scope": "global", "metric_type": 1 @@ -7869,6 +8584,7 @@ "dbms": 19, "name": "global.sysstat.im faststart read cus invalid", "vartype": 2, + "default": "0", "summary": "sysstat.im faststart read cus invalid: 0", "scope": "global", "metric_type": 1 @@ -7880,6 +8596,7 @@ "dbms": 19, "name": "global.sysstat.im faststart read cus not accessible", "vartype": 2, + "default": "0", "summary": "sysstat.im faststart read cus not accessible: 0", "scope": "global", "metric_type": 1 @@ -7891,6 +8608,7 @@ "dbms": 19, "name": "global.sysstat.im faststart read cus problems", "vartype": 2, + "default": "0", "summary": "sysstat.im faststart read cus problems: 0", "scope": "global", "metric_type": 1 @@ -7902,6 +8620,7 @@ "dbms": 19, "name": "global.sysstat.im faststart read cus requested", "vartype": 2, + "default": "0", "summary": "sysstat.im faststart read cus requested: 0", "scope": "global", "metric_type": 1 @@ -7913,6 +8632,7 @@ "dbms": 19, "name": "global.sysstat.im faststart read data accumulated time (ms)", "vartype": 2, + "default": "0", "summary": "sysstat.im faststart read data accumulated time (ms): 0", "scope": "global", "metric_type": 1 @@ -7924,6 +8644,7 @@ "dbms": 19, "name": "global.sysstat.im faststart read headers accumulated time (ms)", "vartype": 2, + "default": "0", "summary": "sysstat.im faststart read headers accumulated time (ms): 0", "scope": "global", "metric_type": 1 @@ -7935,6 +8656,7 @@ "dbms": 19, "name": "global.sysstat.im faststart read verify accumulated time (ms)", "vartype": 2, + "default": "0", "summary": "sysstat.im faststart read verify accumulated time (ms): 0", "scope": "global", "metric_type": 1 @@ -7946,6 +8668,7 @@ "dbms": 19, "name": "global.sysstat.im faststart write accumulated time (ms)", "vartype": 2, + "default": "0", "summary": "sysstat.im faststart write accumulated time (ms): 0", "scope": "global", "metric_type": 1 @@ -7957,6 +8680,7 @@ "dbms": 19, "name": "global.sysstat.im faststart write bytes", "vartype": 2, + "default": "0", "summary": "sysstat.im faststart write bytes: 0", "scope": "global", "metric_type": 1 @@ -7968,6 +8692,7 @@ "dbms": 19, "name": "global.sysstat.im faststart write cus", "vartype": 2, + "default": "0", "summary": "sysstat.im faststart write cus: 0", "scope": "global", "metric_type": 1 @@ -7979,6 +8704,7 @@ "dbms": 19, "name": "global.sysstat.im faststart write cus encryption mismatch", "vartype": 2, + "default": "0", "summary": "sysstat.im faststart write cus encryption mismatch: 0", "scope": "global", "metric_type": 1 @@ -7990,6 +8716,7 @@ "dbms": 19, "name": "global.sysstat.im faststart write cus evicted", "vartype": 2, + "default": "0", "summary": "sysstat.im faststart write cus evicted: 0", "scope": "global", "metric_type": 1 @@ -8001,6 +8728,7 @@ "dbms": 19, "name": "global.sysstat.im faststart write cus problems", "vartype": 2, + "default": "0", "summary": "sysstat.im faststart write cus problems: 0", "scope": "global", "metric_type": 1 @@ -8012,6 +8740,7 @@ "dbms": 19, "name": "global.sysstat.im faststart write cus requested", "vartype": 2, + "default": "0", "summary": "sysstat.im faststart write cus requested: 0", "scope": "global", "metric_type": 1 @@ -8023,6 +8752,7 @@ "dbms": 19, "name": "global.sysstat.im faststart write cus too dirty", "vartype": 2, + "default": "0", "summary": "sysstat.im faststart write cus too dirty: 0", "scope": "global", "metric_type": 1 @@ -8034,6 +8764,7 @@ "dbms": 19, "name": "global.sysstat.im faststart write deferred accumulated (ms)", "vartype": 2, + "default": "0", "summary": "sysstat.im faststart write deferred accumulated (ms): 0", "scope": "global", "metric_type": 1 @@ -8045,6 +8776,7 @@ "dbms": 19, "name": "global.sysstat.im faststart write deferred cus", "vartype": 2, + "default": "0", "summary": "sysstat.im faststart write deferred cus: 0", "scope": "global", "metric_type": 1 @@ -8056,6 +8788,7 @@ "dbms": 19, "name": "global.sysstat.im faststart write deferred cus not found", "vartype": 2, + "default": "0", "summary": "sysstat.im faststart write deferred cus not found: 0", "scope": "global", "metric_type": 1 @@ -8067,6 +8800,7 @@ "dbms": 19, "name": "global.sysstat.im faststart write deferred cus requested", "vartype": 2, + "default": "0", "summary": "sysstat.im faststart write deferred cus requested: 0", "scope": "global", "metric_type": 1 @@ -8078,6 +8812,7 @@ "dbms": 19, "name": "global.sysstat.im faststart write deferred timeouts", "vartype": 2, + "default": "0", "summary": "sysstat.im faststart write deferred timeouts: 0", "scope": "global", "metric_type": 1 @@ -8089,6 +8824,7 @@ "dbms": 19, "name": "global.sysstat.im faststart write slave starts", "vartype": 2, + "default": "0", "summary": "sysstat.im faststart write slave starts: 0", "scope": "global", "metric_type": 1 @@ -8100,6 +8836,7 @@ "dbms": 19, "name": "global.sysstat.im faststart write slave starts requested", "vartype": 2, + "default": "0", "summary": "sysstat.im faststart write slave starts requested: 0", "scope": "global", "metric_type": 1 @@ -8111,6 +8848,7 @@ "dbms": 19, "name": "global.sysstat.im fetches by rowid from disk", "vartype": 2, + "default": "0", "summary": "sysstat.im fetches by rowid from disk: 0", "scope": "global", "metric_type": 1 @@ -8122,6 +8860,7 @@ "dbms": 19, "name": "global.sysstat.im fetches by rowid from fetch list", "vartype": 2, + "default": "0", "summary": "sysstat.im fetches by rowid from fetch list: 0", "scope": "global", "metric_type": 1 @@ -8133,6 +8872,7 @@ "dbms": 19, "name": "global.sysstat.im fetches by rowid from imcu", "vartype": 2, + "default": "0", "summary": "sysstat.im fetches by rowid from imcu: 0", "scope": "global", "metric_type": 1 @@ -8144,6 +8884,7 @@ "dbms": 19, "name": "global.sysstat.im fetches by rowid row invalid in imcu", "vartype": 2, + "default": "0", "summary": "sysstat.im fetches by rowid row invalid in imcu: 0", "scope": "global", "metric_type": 1 @@ -8155,6 +8896,7 @@ "dbms": 19, "name": "global.sysstat.im populate accumulated time (ms)", "vartype": 2, + "default": "0", "summary": "sysstat.im populate accumulated time (ms): 0", "scope": "global", "metric_type": 1 @@ -8166,6 +8908,7 @@ "dbms": 19, "name": "global.sysstat.im populate blocks invalid", "vartype": 2, + "default": "0", "summary": "sysstat.im populate blocks invalid: 0", "scope": "global", "metric_type": 1 @@ -8177,6 +8920,7 @@ "dbms": 19, "name": "global.sysstat.im populate buffer direct read time (ms)", "vartype": 2, + "default": "0", "summary": "sysstat.im populate buffer direct read time (ms): 0", "scope": "global", "metric_type": 1 @@ -8188,6 +8932,7 @@ "dbms": 19, "name": "global.sysstat.im populate bytes from storage", "vartype": 2, + "default": "0", "summary": "sysstat.im populate bytes from storage: 0", "scope": "global", "metric_type": 1 @@ -8199,6 +8944,7 @@ "dbms": 19, "name": "global.sysstat.im populate bytes in-memory data", "vartype": 2, + "default": "0", "summary": "sysstat.im populate bytes in-memory data: 0", "scope": "global", "metric_type": 1 @@ -8210,6 +8956,7 @@ "dbms": 19, "name": "global.sysstat.im populate bytes in-memory eu data", "vartype": 2, + "default": "0", "summary": "sysstat.im populate bytes in-memory eu data: 0", "scope": "global", "metric_type": 1 @@ -8221,6 +8968,7 @@ "dbms": 19, "name": "global.sysstat.im populate bytes uncompressed data", "vartype": 2, + "default": "0", "summary": "sysstat.im populate bytes uncompressed data: 0", "scope": "global", "metric_type": 1 @@ -8232,6 +8980,7 @@ "dbms": 19, "name": "global.sysstat.im populate bytes uncompressed eu data", "vartype": 2, + "default": "0", "summary": "sysstat.im populate bytes uncompressed eu data: 0", "scope": "global", "metric_type": 1 @@ -8243,6 +8992,7 @@ "dbms": 19, "name": "global.sysstat.im populate cache read time (ms)", "vartype": 2, + "default": "0", "summary": "sysstat.im populate cache read time (ms): 0", "scope": "global", "metric_type": 1 @@ -8254,6 +9004,7 @@ "dbms": 19, "name": "global.sysstat.im populate checkpoint time (ms)", "vartype": 2, + "default": "0", "summary": "sysstat.im populate checkpoint time (ms): 0", "scope": "global", "metric_type": 1 @@ -8265,6 +9016,7 @@ "dbms": 19, "name": "global.sysstat.im populate cus", "vartype": 2, + "default": "0", "summary": "sysstat.im populate cus: 0", "scope": "global", "metric_type": 1 @@ -8276,6 +9028,7 @@ "dbms": 19, "name": "global.sysstat.im populate cus chain pieces", "vartype": 2, + "default": "0", "summary": "sysstat.im populate cus chain pieces: 0", "scope": "global", "metric_type": 1 @@ -8287,6 +9040,7 @@ "dbms": 19, "name": "global.sysstat.im populate cus columns", "vartype": 2, + "default": "0", "summary": "sysstat.im populate cus columns: 0", "scope": "global", "metric_type": 1 @@ -8298,6 +9052,7 @@ "dbms": 19, "name": "global.sysstat.im populate cus empty", "vartype": 2, + "default": "0", "summary": "sysstat.im populate cus empty: 0", "scope": "global", "metric_type": 1 @@ -8309,6 +9064,7 @@ "dbms": 19, "name": "global.sysstat.im populate cus hwm", "vartype": 2, + "default": "0", "summary": "sysstat.im populate cus hwm: 0", "scope": "global", "metric_type": 1 @@ -8320,6 +9076,7 @@ "dbms": 19, "name": "global.sysstat.im populate cus memcompress for capacity high", "vartype": 2, + "default": "0", "summary": "sysstat.im populate cus memcompress for capacity high: 0", "scope": "global", "metric_type": 1 @@ -8331,6 +9088,7 @@ "dbms": 19, "name": "global.sysstat.im populate cus memcompress for capacity low", "vartype": 2, + "default": "0", "summary": "sysstat.im populate cus memcompress for capacity low: 0", "scope": "global", "metric_type": 1 @@ -8342,6 +9100,7 @@ "dbms": 19, "name": "global.sysstat.im populate cus memcompress for dml", "vartype": 2, + "default": "0", "summary": "sysstat.im populate cus memcompress for dml: 0", "scope": "global", "metric_type": 1 @@ -8353,6 +9112,7 @@ "dbms": 19, "name": "global.sysstat.im populate cus memcompress for query high", "vartype": 2, + "default": "0", "summary": "sysstat.im populate cus memcompress for query high: 0", "scope": "global", "metric_type": 1 @@ -8364,6 +9124,7 @@ "dbms": 19, "name": "global.sysstat.im populate cus memcompress for query low", "vartype": 2, + "default": "0", "summary": "sysstat.im populate cus memcompress for query low: 0", "scope": "global", "metric_type": 1 @@ -8375,6 +9136,7 @@ "dbms": 19, "name": "global.sysstat.im populate cus no blocks", "vartype": 2, + "default": "0", "summary": "sysstat.im populate cus no blocks: 0", "scope": "global", "metric_type": 1 @@ -8386,6 +9148,7 @@ "dbms": 19, "name": "global.sysstat.im populate cus no memcompress", "vartype": 2, + "default": "0", "summary": "sysstat.im populate cus no memcompress: 0", "scope": "global", "metric_type": 1 @@ -8397,6 +9160,7 @@ "dbms": 19, "name": "global.sysstat.im populate cus nop", "vartype": 2, + "default": "0", "summary": "sysstat.im populate cus nop: 0", "scope": "global", "metric_type": 1 @@ -8408,6 +9172,7 @@ "dbms": 19, "name": "global.sysstat.im populate cus not", "vartype": 2, + "default": "0", "summary": "sysstat.im populate cus not: 0", "scope": "global", "metric_type": 1 @@ -8419,6 +9184,7 @@ "dbms": 19, "name": "global.sysstat.im populate cus requested", "vartype": 2, + "default": "0", "summary": "sysstat.im populate cus requested: 0", "scope": "global", "metric_type": 1 @@ -8430,6 +9196,7 @@ "dbms": 19, "name": "global.sysstat.im populate cus requested hwm", "vartype": 2, + "default": "0", "summary": "sysstat.im populate cus requested hwm: 0", "scope": "global", "metric_type": 1 @@ -8441,6 +9208,7 @@ "dbms": 19, "name": "global.sysstat.im populate cus resubmitted", "vartype": 2, + "default": "0", "summary": "sysstat.im populate cus resubmitted: 0", "scope": "global", "metric_type": 1 @@ -8452,6 +9220,7 @@ "dbms": 19, "name": "global.sysstat.im populate direct read time (ms)", "vartype": 2, + "default": "0", "summary": "sysstat.im populate direct read time (ms): 0", "scope": "global", "metric_type": 1 @@ -8463,6 +9232,7 @@ "dbms": 19, "name": "global.sysstat.im populate eus", "vartype": 2, + "default": "0", "summary": "sysstat.im populate eus: 0", "scope": "global", "metric_type": 1 @@ -8474,6 +9244,7 @@ "dbms": 19, "name": "global.sysstat.im populate eus accumulated time (ms)", "vartype": 2, + "default": "0", "summary": "sysstat.im populate eus accumulated time (ms): 0", "scope": "global", "metric_type": 1 @@ -8485,6 +9256,7 @@ "dbms": 19, "name": "global.sysstat.im populate eus columns", "vartype": 2, + "default": "0", "summary": "sysstat.im populate eus columns: 0", "scope": "global", "metric_type": 1 @@ -8496,6 +9268,7 @@ "dbms": 19, "name": "global.sysstat.im populate eus memcompress for capacity high", "vartype": 2, + "default": "0", "summary": "sysstat.im populate eus memcompress for capacity high: 0", "scope": "global", "metric_type": 1 @@ -8507,6 +9280,7 @@ "dbms": 19, "name": "global.sysstat.im populate eus memcompress for capacity low", "vartype": 2, + "default": "0", "summary": "sysstat.im populate eus memcompress for capacity low: 0", "scope": "global", "metric_type": 1 @@ -8518,6 +9292,7 @@ "dbms": 19, "name": "global.sysstat.im populate eus memcompress for dml", "vartype": 2, + "default": "0", "summary": "sysstat.im populate eus memcompress for dml: 0", "scope": "global", "metric_type": 1 @@ -8529,6 +9304,7 @@ "dbms": 19, "name": "global.sysstat.im populate eus memcompress for query high", "vartype": 2, + "default": "0", "summary": "sysstat.im populate eus memcompress for query high: 0", "scope": "global", "metric_type": 1 @@ -8540,6 +9316,7 @@ "dbms": 19, "name": "global.sysstat.im populate eus memcompress for query low", "vartype": 2, + "default": "0", "summary": "sysstat.im populate eus memcompress for query low: 0", "scope": "global", "metric_type": 1 @@ -8551,6 +9328,7 @@ "dbms": 19, "name": "global.sysstat.im populate eus no memcompress", "vartype": 2, + "default": "0", "summary": "sysstat.im populate eus no memcompress: 0", "scope": "global", "metric_type": 1 @@ -8562,6 +9340,7 @@ "dbms": 19, "name": "global.sysstat.im populate eus requested", "vartype": 2, + "default": "0", "summary": "sysstat.im populate eus requested: 0", "scope": "global", "metric_type": 1 @@ -8573,6 +9352,7 @@ "dbms": 19, "name": "global.sysstat.im populate external table read time (ms)", "vartype": 2, + "default": "0", "summary": "sysstat.im populate external table read time (ms): 0", "scope": "global", "metric_type": 1 @@ -8584,6 +9364,7 @@ "dbms": 19, "name": "global.sysstat.im populate no checkpoint", "vartype": 2, + "default": "0", "summary": "sysstat.im populate no checkpoint: 0", "scope": "global", "metric_type": 1 @@ -8595,6 +9376,7 @@ "dbms": 19, "name": "global.sysstat.im populate no contiguous inmemory space", "vartype": 2, + "default": "0", "summary": "sysstat.im populate no contiguous inmemory space: 0", "scope": "global", "metric_type": 1 @@ -8606,6 +9388,7 @@ "dbms": 19, "name": "global.sysstat.im populate no space in pga", "vartype": 2, + "default": "0", "summary": "sysstat.im populate no space in pga: 0", "scope": "global", "metric_type": 1 @@ -8617,6 +9400,7 @@ "dbms": 19, "name": "global.sysstat.im populate process killed", "vartype": 2, + "default": "0", "summary": "sysstat.im populate process killed: 0", "scope": "global", "metric_type": 1 @@ -8628,6 +9412,7 @@ "dbms": 19, "name": "global.sysstat.im populate rows", "vartype": 2, + "default": "0", "summary": "sysstat.im populate rows: 0", "scope": "global", "metric_type": 1 @@ -8639,6 +9424,7 @@ "dbms": 19, "name": "global.sysstat.im populate segments", "vartype": 2, + "default": "0", "summary": "sysstat.im populate segments: 0", "scope": "global", "metric_type": 1 @@ -8650,6 +9436,7 @@ "dbms": 19, "name": "global.sysstat.im populate segments requested", "vartype": 2, + "default": "0", "summary": "sysstat.im populate segments requested: 0", "scope": "global", "metric_type": 1 @@ -8661,6 +9448,7 @@ "dbms": 19, "name": "global.sysstat.im populate segments wall clock time (ms)", "vartype": 2, + "default": "0", "summary": "sysstat.im populate segments wall clock time (ms): 0", "scope": "global", "metric_type": 1 @@ -8672,6 +9460,7 @@ "dbms": 19, "name": "global.sysstat.im populate smu/dlm locks fail", "vartype": 2, + "default": "0", "summary": "sysstat.im populate smu/dlm locks fail: 0", "scope": "global", "metric_type": 1 @@ -8683,6 +9472,7 @@ "dbms": 19, "name": "global.sysstat.im populate so cleanup", "vartype": 2, + "default": "0", "summary": "sysstat.im populate so cleanup: 0", "scope": "global", "metric_type": 1 @@ -8694,6 +9484,7 @@ "dbms": 19, "name": "global.sysstat.im populate transactions active", "vartype": 2, + "default": "0", "summary": "sysstat.im populate transactions active: 0", "scope": "global", "metric_type": 1 @@ -8705,6 +9496,7 @@ "dbms": 19, "name": "global.sysstat.im populate transactions check", "vartype": 2, + "default": "0", "summary": "sysstat.im populate transactions check: 0", "scope": "global", "metric_type": 1 @@ -8716,6 +9508,7 @@ "dbms": 19, "name": "global.sysstat.im populate undo records applied", "vartype": 2, + "default": "0", "summary": "sysstat.im populate undo records applied: 0", "scope": "global", "metric_type": 1 @@ -8727,6 +9520,7 @@ "dbms": 19, "name": "global.sysstat.im populate undo segheader rollback", "vartype": 2, + "default": "0", "summary": "sysstat.im populate undo segheader rollback: 0", "scope": "global", "metric_type": 1 @@ -8738,6 +9532,7 @@ "dbms": 19, "name": "global.sysstat.im populate via direct reads", "vartype": 2, + "default": "0", "summary": "sysstat.im populate via direct reads: 0", "scope": "global", "metric_type": 1 @@ -8749,6 +9544,7 @@ "dbms": 19, "name": "global.sysstat.im prepopulate accumulated time (ms)", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate accumulated time (ms): 0", "scope": "global", "metric_type": 1 @@ -8760,6 +9556,7 @@ "dbms": 19, "name": "global.sysstat.im prepopulate bytes from storage", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate bytes from storage: 0", "scope": "global", "metric_type": 1 @@ -8771,6 +9568,7 @@ "dbms": 19, "name": "global.sysstat.im prepopulate bytes in-memory data", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate bytes in-memory data: 0", "scope": "global", "metric_type": 1 @@ -8782,6 +9580,7 @@ "dbms": 19, "name": "global.sysstat.im prepopulate bytes in-memory eu data", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate bytes in-memory eu data: 0", "scope": "global", "metric_type": 1 @@ -8793,6 +9592,7 @@ "dbms": 19, "name": "global.sysstat.im prepopulate bytes uncompressed data", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate bytes uncompressed data: 0", "scope": "global", "metric_type": 1 @@ -8804,6 +9604,7 @@ "dbms": 19, "name": "global.sysstat.im prepopulate bytes uncompressed eu data", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate bytes uncompressed eu data: 0", "scope": "global", "metric_type": 1 @@ -8815,6 +9616,7 @@ "dbms": 19, "name": "global.sysstat.im prepopulate cus", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate cus: 0", "scope": "global", "metric_type": 1 @@ -8826,6 +9628,7 @@ "dbms": 19, "name": "global.sysstat.im prepopulate cus chain pieces", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate cus chain pieces: 0", "scope": "global", "metric_type": 1 @@ -8837,6 +9640,7 @@ "dbms": 19, "name": "global.sysstat.im prepopulate cus columns", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate cus columns: 0", "scope": "global", "metric_type": 1 @@ -8848,6 +9652,7 @@ "dbms": 19, "name": "global.sysstat.im prepopulate cus empty", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate cus empty: 0", "scope": "global", "metric_type": 1 @@ -8859,6 +9664,7 @@ "dbms": 19, "name": "global.sysstat.im prepopulate cus hwm", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate cus hwm: 0", "scope": "global", "metric_type": 1 @@ -8870,6 +9676,7 @@ "dbms": 19, "name": "global.sysstat.im prepopulate cus memcompress for capacity high", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate cus memcompress for capacity high: 0", "scope": "global", "metric_type": 1 @@ -8881,6 +9688,7 @@ "dbms": 19, "name": "global.sysstat.im prepopulate cus memcompress for capacity low", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate cus memcompress for capacity low: 0", "scope": "global", "metric_type": 1 @@ -8892,6 +9700,7 @@ "dbms": 19, "name": "global.sysstat.im prepopulate cus memcompress for dml", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate cus memcompress for dml: 0", "scope": "global", "metric_type": 1 @@ -8903,6 +9712,7 @@ "dbms": 19, "name": "global.sysstat.im prepopulate cus memcompress for query high", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate cus memcompress for query high: 0", "scope": "global", "metric_type": 1 @@ -8914,6 +9724,7 @@ "dbms": 19, "name": "global.sysstat.im prepopulate cus memcompress for query low", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate cus memcompress for query low: 0", "scope": "global", "metric_type": 1 @@ -8925,6 +9736,7 @@ "dbms": 19, "name": "global.sysstat.im prepopulate cus no blocks", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate cus no blocks: 0", "scope": "global", "metric_type": 1 @@ -8936,6 +9748,7 @@ "dbms": 19, "name": "global.sysstat.im prepopulate cus no memcompress", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate cus no memcompress: 0", "scope": "global", "metric_type": 1 @@ -8947,6 +9760,7 @@ "dbms": 19, "name": "global.sysstat.im prepopulate cus nop", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate cus nop: 0", "scope": "global", "metric_type": 1 @@ -8958,6 +9772,7 @@ "dbms": 19, "name": "global.sysstat.im prepopulate cus not", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate cus not: 0", "scope": "global", "metric_type": 1 @@ -8969,6 +9784,7 @@ "dbms": 19, "name": "global.sysstat.im prepopulate cus requested", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate cus requested: 0", "scope": "global", "metric_type": 1 @@ -8980,6 +9796,7 @@ "dbms": 19, "name": "global.sysstat.im prepopulate cus requested hwm", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate cus requested hwm: 0", "scope": "global", "metric_type": 1 @@ -8991,6 +9808,7 @@ "dbms": 19, "name": "global.sysstat.im prepopulate cus resubmitted", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate cus resubmitted: 0", "scope": "global", "metric_type": 1 @@ -9002,6 +9820,7 @@ "dbms": 19, "name": "global.sysstat.im prepopulate eus", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate eus: 0", "scope": "global", "metric_type": 1 @@ -9013,6 +9832,7 @@ "dbms": 19, "name": "global.sysstat.im prepopulate eus accumulated time (ms)", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate eus accumulated time (ms): 0", "scope": "global", "metric_type": 1 @@ -9024,6 +9844,7 @@ "dbms": 19, "name": "global.sysstat.im prepopulate eus columns", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate eus columns: 0", "scope": "global", "metric_type": 1 @@ -9035,6 +9856,7 @@ "dbms": 19, "name": "global.sysstat.im prepopulate eus memcompress for capacity high", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate eus memcompress for capacity high: 0", "scope": "global", "metric_type": 1 @@ -9046,6 +9868,7 @@ "dbms": 19, "name": "global.sysstat.im prepopulate eus memcompress for capacity low", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate eus memcompress for capacity low: 0", "scope": "global", "metric_type": 1 @@ -9057,6 +9880,7 @@ "dbms": 19, "name": "global.sysstat.im prepopulate eus memcompress for dml", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate eus memcompress for dml: 0", "scope": "global", "metric_type": 1 @@ -9068,6 +9892,7 @@ "dbms": 19, "name": "global.sysstat.im prepopulate eus memcompress for query high", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate eus memcompress for query high: 0", "scope": "global", "metric_type": 1 @@ -9079,6 +9904,7 @@ "dbms": 19, "name": "global.sysstat.im prepopulate eus memcompress for query low", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate eus memcompress for query low: 0", "scope": "global", "metric_type": 1 @@ -9090,6 +9916,7 @@ "dbms": 19, "name": "global.sysstat.im prepopulate eus no memcompress", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate eus no memcompress: 0", "scope": "global", "metric_type": 1 @@ -9101,6 +9928,7 @@ "dbms": 19, "name": "global.sysstat.im prepopulate eus requested", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate eus requested: 0", "scope": "global", "metric_type": 1 @@ -9112,6 +9940,7 @@ "dbms": 19, "name": "global.sysstat.im prepopulate rows", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate rows: 0", "scope": "global", "metric_type": 1 @@ -9123,6 +9952,7 @@ "dbms": 19, "name": "global.sysstat.im prepopulate segments", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate segments: 0", "scope": "global", "metric_type": 1 @@ -9134,6 +9964,7 @@ "dbms": 19, "name": "global.sysstat.im prepopulate segments requested", "vartype": 2, + "default": "0", "summary": "sysstat.im prepopulate segments requested: 0", "scope": "global", "metric_type": 1 @@ -9145,6 +9976,7 @@ "dbms": 19, "name": "global.sysstat.im rac blocks invalid", "vartype": 2, + "default": "0", "summary": "sysstat.im rac blocks invalid: 0", "scope": "global", "metric_type": 1 @@ -9156,6 +9988,7 @@ "dbms": 19, "name": "global.sysstat.im rac cus invalid", "vartype": 2, + "default": "0", "summary": "sysstat.im rac cus invalid: 0", "scope": "global", "metric_type": 1 @@ -9167,6 +10000,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate (adg) transactions copied", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (adg) transactions copied: 0", "scope": "global", "metric_type": 1 @@ -9178,6 +10012,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate (delta) accumulated time (ms)", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (delta) accumulated time (ms): 0", "scope": "global", "metric_type": 1 @@ -9189,6 +10024,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate (delta) cus", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (delta) cus: 0", "scope": "global", "metric_type": 1 @@ -9200,6 +10036,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate (delta) cus empty", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (delta) cus empty: 0", "scope": "global", "metric_type": 1 @@ -9211,6 +10048,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate (delta) cus requested", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (delta) cus requested: 0", "scope": "global", "metric_type": 1 @@ -9222,6 +10060,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate (delta) cus resubmitted", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (delta) cus resubmitted: 0", "scope": "global", "metric_type": 1 @@ -9233,6 +10072,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate (delta) due to block-based formula", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (delta) due to block-based formula: 0", "scope": "global", "metric_type": 1 @@ -9244,6 +10084,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate (delta) due to row-based formula", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (delta) due to row-based formula: 0", "scope": "global", "metric_type": 1 @@ -9255,6 +10096,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate (doublebuffering) cus", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (doublebuffering) cus: 0", "scope": "global", "metric_type": 1 @@ -9266,6 +10108,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate (doublebuffering) cus requested", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (doublebuffering) cus requested: 0", "scope": "global", "metric_type": 1 @@ -9277,6 +10120,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate (incremental) blocks read", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (incremental) blocks read: 0", "scope": "global", "metric_type": 1 @@ -9288,6 +10132,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate (incremental) cu blocks", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (incremental) cu blocks: 0", "scope": "global", "metric_type": 1 @@ -9299,6 +10144,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate (incremental) cus", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (incremental) cus: 0", "scope": "global", "metric_type": 1 @@ -9310,6 +10156,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate (incremental) cus columns", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (incremental) cus columns: 0", "scope": "global", "metric_type": 1 @@ -9321,6 +10168,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate (incremental) cus columns dict reused", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (incremental) cus columns dict reused: 0", "scope": "global", "metric_type": 1 @@ -9332,6 +10180,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate (incremental) cus columns reused", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (incremental) cus columns reused: 0", "scope": "global", "metric_type": 1 @@ -9343,6 +10192,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate (incremental) cus old cu defchg", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (incremental) cus old cu defchg: 0", "scope": "global", "metric_type": 1 @@ -9354,6 +10204,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate (incremental) cus old cu empty", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (incremental) cus old cu empty: 0", "scope": "global", "metric_type": 1 @@ -9365,6 +10216,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate (incremental) cus old cu unavailable", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (incremental) cus old cu unavailable: 0", "scope": "global", "metric_type": 1 @@ -9376,6 +10228,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate (incremental) cus requested", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (incremental) cus requested: 0", "scope": "global", "metric_type": 1 @@ -9387,6 +10240,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate (incremental) cus using population", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (incremental) cus using population: 0", "scope": "global", "metric_type": 1 @@ -9398,6 +10252,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate (incremental) cus valid columns optimized", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (incremental) cus valid columns optimized: 0", "scope": "global", "metric_type": 1 @@ -9409,6 +10264,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate (incremental) eus", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (incremental) eus: 0", "scope": "global", "metric_type": 1 @@ -9420,6 +10276,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate (incremental) eus requested", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (incremental) eus requested: 0", "scope": "global", "metric_type": 1 @@ -9431,6 +10288,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate (incremental) fetched rows", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (incremental) fetched rows: 0", "scope": "global", "metric_type": 1 @@ -9442,6 +10300,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate (incremental) invalid cu rows", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (incremental) invalid cu rows: 0", "scope": "global", "metric_type": 1 @@ -9453,6 +10312,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate (incremental) modified blocks", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (incremental) modified blocks: 0", "scope": "global", "metric_type": 1 @@ -9464,6 +10324,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate (incremental) total rows", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (incremental) total rows: 0", "scope": "global", "metric_type": 1 @@ -9475,6 +10336,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate (incremental) valid cu rows", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (incremental) valid cu rows: 0", "scope": "global", "metric_type": 1 @@ -9486,6 +10348,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate (scan) cus", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (scan) cus: 0", "scope": "global", "metric_type": 1 @@ -9497,6 +10360,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate (scan) cus nop", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (scan) cus nop: 0", "scope": "global", "metric_type": 1 @@ -9508,6 +10372,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate (scan) cus not", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (scan) cus not: 0", "scope": "global", "metric_type": 1 @@ -9519,6 +10384,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate (scan) cus requested", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (scan) cus requested: 0", "scope": "global", "metric_type": 1 @@ -9530,6 +10396,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate (scan) cus resubmitted", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (scan) cus resubmitted: 0", "scope": "global", "metric_type": 1 @@ -9541,6 +10408,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate (scan) eus", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (scan) eus: 0", "scope": "global", "metric_type": 1 @@ -9552,6 +10420,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate (scan) eus requested", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (scan) eus requested: 0", "scope": "global", "metric_type": 1 @@ -9563,6 +10432,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate (trickle incremental) blocks read", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle incremental) blocks read: 0", "scope": "global", "metric_type": 1 @@ -9574,6 +10444,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate (trickle incremental) cu blocks", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle incremental) cu blocks: 0", "scope": "global", "metric_type": 1 @@ -9585,6 +10456,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate (trickle incremental) cus columns", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle incremental) cus columns: 0", "scope": "global", "metric_type": 1 @@ -9596,6 +10468,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate (trickle incremental) cus columns dict reused", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle incremental) cus columns dict reused: 0", "scope": "global", "metric_type": 1 @@ -9607,6 +10480,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate (trickle incremental) cus columns reused", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle incremental) cus columns reused: 0", "scope": "global", "metric_type": 1 @@ -9618,6 +10492,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate (trickle incremental) cus valid columns optimized", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle incremental) cus valid columns optimized: 0", "scope": "global", "metric_type": 1 @@ -9629,6 +10504,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate (trickle incremental) fetched rows", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle incremental) fetched rows: 0", "scope": "global", "metric_type": 1 @@ -9640,6 +10516,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate (trickle incremental) invalid cu rows", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle incremental) invalid cu rows: 0", "scope": "global", "metric_type": 1 @@ -9651,6 +10528,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate (trickle incremental) modified blocks", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle incremental) modified blocks: 0", "scope": "global", "metric_type": 1 @@ -9662,6 +10540,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate (trickle incremental) total rows", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle incremental) total rows: 0", "scope": "global", "metric_type": 1 @@ -9673,6 +10552,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate (trickle incremental) valid cu rows", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle incremental) valid cu rows: 0", "scope": "global", "metric_type": 1 @@ -9684,6 +10564,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate (trickle) accumulated time (ms)", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle) accumulated time (ms): 0", "scope": "global", "metric_type": 1 @@ -9695,6 +10576,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate (trickle) bytes from storage", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle) bytes from storage: 0", "scope": "global", "metric_type": 1 @@ -9706,6 +10588,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate (trickle) bytes in-memory data", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle) bytes in-memory data: 0", "scope": "global", "metric_type": 1 @@ -9717,6 +10600,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate (trickle) bytes in-memory eu data", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle) bytes in-memory eu data: 0", "scope": "global", "metric_type": 1 @@ -9728,6 +10612,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate (trickle) bytes uncompressed data", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle) bytes uncompressed data: 0", "scope": "global", "metric_type": 1 @@ -9739,6 +10624,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate (trickle) bytes uncompressed eu data", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle) bytes uncompressed eu data: 0", "scope": "global", "metric_type": 1 @@ -9750,6 +10636,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate (trickle) cus", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle) cus: 0", "scope": "global", "metric_type": 1 @@ -9761,6 +10648,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate (trickle) cus chain pieces", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle) cus chain pieces: 0", "scope": "global", "metric_type": 1 @@ -9772,6 +10660,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate (trickle) cus columns", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle) cus columns: 0", "scope": "global", "metric_type": 1 @@ -9783,6 +10672,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate (trickle) cus empty", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle) cus empty: 0", "scope": "global", "metric_type": 1 @@ -9794,6 +10684,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate (trickle) cus memcompress for capacity high", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle) cus memcompress for capacity high: 0", "scope": "global", "metric_type": 1 @@ -9805,6 +10696,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate (trickle) cus memcompress for capacity low", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle) cus memcompress for capacity low: 0", "scope": "global", "metric_type": 1 @@ -9816,6 +10708,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate (trickle) cus memcompress for dml", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle) cus memcompress for dml: 0", "scope": "global", "metric_type": 1 @@ -9827,6 +10720,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate (trickle) cus memcompress for query high", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle) cus memcompress for query high: 0", "scope": "global", "metric_type": 1 @@ -9838,6 +10732,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate (trickle) cus memcompress for query low", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle) cus memcompress for query low: 0", "scope": "global", "metric_type": 1 @@ -9849,6 +10744,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate (trickle) cus no memcompress", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle) cus no memcompress: 0", "scope": "global", "metric_type": 1 @@ -9860,6 +10756,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate (trickle) cus nop", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle) cus nop: 0", "scope": "global", "metric_type": 1 @@ -9871,6 +10768,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate (trickle) cus not", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle) cus not: 0", "scope": "global", "metric_type": 1 @@ -9882,6 +10780,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate (trickle) cus requested", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle) cus requested: 0", "scope": "global", "metric_type": 1 @@ -9893,6 +10792,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate (trickle) cus resubmitted", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle) cus resubmitted: 0", "scope": "global", "metric_type": 1 @@ -9904,6 +10804,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate (trickle) eus", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle) eus: 0", "scope": "global", "metric_type": 1 @@ -9915,6 +10816,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate (trickle) eus accumulated time (ms)", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle) eus accumulated time (ms): 0", "scope": "global", "metric_type": 1 @@ -9926,6 +10828,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate (trickle) eus columns", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle) eus columns: 0", "scope": "global", "metric_type": 1 @@ -9937,6 +10840,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate (trickle) eus memcompress for capacity high", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle) eus memcompress for capacity high: 0", "scope": "global", "metric_type": 1 @@ -9948,6 +10852,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate (trickle) eus memcompress for capacity low", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle) eus memcompress for capacity low: 0", "scope": "global", "metric_type": 1 @@ -9959,6 +10864,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate (trickle) eus memcompress for dml", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle) eus memcompress for dml: 0", "scope": "global", "metric_type": 1 @@ -9970,6 +10876,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate (trickle) eus memcompress for query high", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle) eus memcompress for query high: 0", "scope": "global", "metric_type": 1 @@ -9981,6 +10888,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate (trickle) eus memcompress for query low", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle) eus memcompress for query low: 0", "scope": "global", "metric_type": 1 @@ -9992,6 +10900,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate (trickle) eus no memcompress", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle) eus no memcompress: 0", "scope": "global", "metric_type": 1 @@ -10003,6 +10912,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate (trickle) eus requested", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle) eus requested: 0", "scope": "global", "metric_type": 1 @@ -10014,6 +10924,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate (trickle) rows", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate (trickle) rows: 0", "scope": "global", "metric_type": 1 @@ -10025,6 +10936,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate accumulated time (ms)", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate accumulated time (ms): 0", "scope": "global", "metric_type": 1 @@ -10036,6 +10948,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate blocks invalid", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate blocks invalid: 0", "scope": "global", "metric_type": 1 @@ -10047,6 +10960,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate blocks now valid", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate blocks now valid: 0", "scope": "global", "metric_type": 1 @@ -10058,6 +10972,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate bytes from storage", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate bytes from storage: 0", "scope": "global", "metric_type": 1 @@ -10069,6 +10984,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate bytes in-memory data", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate bytes in-memory data: 0", "scope": "global", "metric_type": 1 @@ -10080,6 +10996,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate bytes in-memory eu data", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate bytes in-memory eu data: 0", "scope": "global", "metric_type": 1 @@ -10091,6 +11008,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate bytes uncompressed data", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate bytes uncompressed data: 0", "scope": "global", "metric_type": 1 @@ -10102,6 +11020,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate bytes uncompressed eu data", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate bytes uncompressed eu data: 0", "scope": "global", "metric_type": 1 @@ -10113,6 +11032,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate checkpoints", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate checkpoints: 0", "scope": "global", "metric_type": 1 @@ -10124,6 +11044,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate cus", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate cus: 0", "scope": "global", "metric_type": 1 @@ -10135,6 +11056,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate cus chain pieces", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate cus chain pieces: 0", "scope": "global", "metric_type": 1 @@ -10146,6 +11068,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate cus columns", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate cus columns: 0", "scope": "global", "metric_type": 1 @@ -10157,6 +11080,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate cus empty", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate cus empty: 0", "scope": "global", "metric_type": 1 @@ -10168,6 +11092,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate cus memcompress for capacity high", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate cus memcompress for capacity high: 0", "scope": "global", "metric_type": 1 @@ -10179,6 +11104,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate cus memcompress for capacity low", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate cus memcompress for capacity low: 0", "scope": "global", "metric_type": 1 @@ -10190,6 +11116,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate cus memcompress for dml", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate cus memcompress for dml: 0", "scope": "global", "metric_type": 1 @@ -10201,6 +11128,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate cus memcompress for query high", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate cus memcompress for query high: 0", "scope": "global", "metric_type": 1 @@ -10212,6 +11140,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate cus memcompress for query low", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate cus memcompress for query low: 0", "scope": "global", "metric_type": 1 @@ -10223,6 +11152,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate cus no memcompress", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate cus no memcompress: 0", "scope": "global", "metric_type": 1 @@ -10234,6 +11164,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate cus nop", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate cus nop: 0", "scope": "global", "metric_type": 1 @@ -10245,6 +11176,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate cus not", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate cus not: 0", "scope": "global", "metric_type": 1 @@ -10256,6 +11188,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate cus req cleandelta", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate cus req cleandelta: 0", "scope": "global", "metric_type": 1 @@ -10267,6 +11200,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate cus requested", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate cus requested: 0", "scope": "global", "metric_type": 1 @@ -10278,6 +11212,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate cus resubmitted", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate cus resubmitted: 0", "scope": "global", "metric_type": 1 @@ -10289,6 +11224,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate due to block threshold hit", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate due to block threshold hit: 0", "scope": "global", "metric_type": 1 @@ -10300,6 +11236,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate due to row threshold hit", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate due to row threshold hit: 0", "scope": "global", "metric_type": 1 @@ -10311,6 +11248,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate eus", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate eus: 0", "scope": "global", "metric_type": 1 @@ -10322,6 +11260,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate eus accumulated time (ms)", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate eus accumulated time (ms): 0", "scope": "global", "metric_type": 1 @@ -10333,6 +11272,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate eus columns", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate eus columns: 0", "scope": "global", "metric_type": 1 @@ -10344,6 +11284,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate eus memcompress for capacity high", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate eus memcompress for capacity high: 0", "scope": "global", "metric_type": 1 @@ -10355,6 +11296,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate eus memcompress for capacity low", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate eus memcompress for capacity low: 0", "scope": "global", "metric_type": 1 @@ -10366,6 +11308,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate eus memcompress for dml", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate eus memcompress for dml: 0", "scope": "global", "metric_type": 1 @@ -10377,6 +11320,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate eus memcompress for query high", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate eus memcompress for query high: 0", "scope": "global", "metric_type": 1 @@ -10388,6 +11332,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate eus memcompress for query low", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate eus memcompress for query low: 0", "scope": "global", "metric_type": 1 @@ -10399,6 +11344,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate eus no memcompress", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate eus no memcompress: 0", "scope": "global", "metric_type": 1 @@ -10410,6 +11356,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate eus requested", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate eus requested: 0", "scope": "global", "metric_type": 1 @@ -10421,6 +11368,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate invalid blks", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate invalid blks: 0", "scope": "global", "metric_type": 1 @@ -10432,6 +11380,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate invalid rows", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate invalid rows: 0", "scope": "global", "metric_type": 1 @@ -10443,6 +11392,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate invalidation transfer time", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate invalidation transfer time: 0", "scope": "global", "metric_type": 1 @@ -10454,6 +11404,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate no contiguous inmemory space", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate no contiguous inmemory space: 0", "scope": "global", "metric_type": 1 @@ -10465,6 +11416,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate no space in pga", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate no space in pga: 0", "scope": "global", "metric_type": 1 @@ -10476,6 +11428,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate old smu nil", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate old smu nil: 0", "scope": "global", "metric_type": 1 @@ -10487,6 +11440,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate optimized", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate optimized: 0", "scope": "global", "metric_type": 1 @@ -10498,6 +11452,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate optimized rac/downgrade", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate optimized rac/downgrade: 0", "scope": "global", "metric_type": 1 @@ -10509,6 +11464,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate previous smu invalid", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate previous smu invalid: 0", "scope": "global", "metric_type": 1 @@ -10520,6 +11476,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate read time (ms)", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate read time (ms): 0", "scope": "global", "metric_type": 1 @@ -10531,6 +11488,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate rows", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate rows: 0", "scope": "global", "metric_type": 1 @@ -10542,6 +11500,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate segments", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate segments: 0", "scope": "global", "metric_type": 1 @@ -10553,6 +11512,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate segments requested", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate segments requested: 0", "scope": "global", "metric_type": 1 @@ -10564,6 +11524,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate smu colmap used", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate smu colmap used: 0", "scope": "global", "metric_type": 1 @@ -10575,6 +11536,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate smu/dlm locks fail", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate smu/dlm locks fail: 0", "scope": "global", "metric_type": 1 @@ -10586,6 +11548,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate so cleanup", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate so cleanup: 0", "scope": "global", "metric_type": 1 @@ -10597,6 +11560,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate transactions active", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate transactions active: 0", "scope": "global", "metric_type": 1 @@ -10608,6 +11572,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate transactions check", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate transactions check: 0", "scope": "global", "metric_type": 1 @@ -10619,6 +11584,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate transactions copied", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate transactions copied: 0", "scope": "global", "metric_type": 1 @@ -10630,6 +11596,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate undo records applied", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate undo records applied: 0", "scope": "global", "metric_type": 1 @@ -10641,6 +11608,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate undo segheader rollback", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate undo segheader rollback: 0", "scope": "global", "metric_type": 1 @@ -10652,6 +11620,7 @@ "dbms": 19, "name": "global.sysstat.im repopulate via direct reads", "vartype": 2, + "default": "0", "summary": "sysstat.im repopulate via direct reads: 0", "scope": "global", "metric_type": 1 @@ -10663,6 +11632,7 @@ "dbms": 19, "name": "global.sysstat.im scan (dynamic) executing tasks", "vartype": 2, + "default": "0", "summary": "sysstat.im scan (dynamic) executing tasks: 0", "scope": "global", "metric_type": 1 @@ -10674,6 +11644,7 @@ "dbms": 19, "name": "global.sysstat.im scan (dynamic) max degree", "vartype": 2, + "default": "0", "summary": "sysstat.im scan (dynamic) max degree: 0", "scope": "global", "metric_type": 1 @@ -10685,6 +11656,7 @@ "dbms": 19, "name": "global.sysstat.im scan (dynamic) multi-threaded scans", "vartype": 2, + "default": "0", "summary": "sysstat.im scan (dynamic) multi-threaded scans: 0", "scope": "global", "metric_type": 1 @@ -10696,6 +11668,7 @@ "dbms": 19, "name": "global.sysstat.im scan (dynamic) pending tasks", "vartype": 2, + "default": "0", "summary": "sysstat.im scan (dynamic) pending tasks: 0", "scope": "global", "metric_type": 1 @@ -10707,6 +11680,7 @@ "dbms": 19, "name": "global.sysstat.im scan (dynamic) rows", "vartype": 2, + "default": "0", "summary": "sysstat.im scan (dynamic) rows: 0", "scope": "global", "metric_type": 1 @@ -10718,6 +11692,7 @@ "dbms": 19, "name": "global.sysstat.im scan (dynamic) rs2 rowsets", "vartype": 2, + "default": "0", "summary": "sysstat.im scan (dynamic) rs2 rowsets: 0", "scope": "global", "metric_type": 1 @@ -10729,6 +11704,7 @@ "dbms": 19, "name": "global.sysstat.im scan (dynamic) task execution time", "vartype": 2, + "default": "0", "summary": "sysstat.im scan (dynamic) task execution time: 0", "scope": "global", "metric_type": 1 @@ -10740,6 +11716,7 @@ "dbms": 19, "name": "global.sysstat.im scan (dynamic) task reap time", "vartype": 2, + "default": "0", "summary": "sysstat.im scan (dynamic) task reap time: 0", "scope": "global", "metric_type": 1 @@ -10751,6 +11728,7 @@ "dbms": 19, "name": "global.sysstat.im scan (dynamic) task submission time", "vartype": 2, + "default": "0", "summary": "sysstat.im scan (dynamic) task submission time: 0", "scope": "global", "metric_type": 1 @@ -10762,6 +11740,7 @@ "dbms": 19, "name": "global.sysstat.im scan (dynamic) tasks processed by parent", "vartype": 2, + "default": "0", "summary": "sysstat.im scan (dynamic) tasks processed by parent: 0", "scope": "global", "metric_type": 1 @@ -10773,6 +11752,7 @@ "dbms": 19, "name": "global.sysstat.im scan (dynamic) tasks processed by thread", "vartype": 2, + "default": "0", "summary": "sysstat.im scan (dynamic) tasks processed by thread: 0", "scope": "global", "metric_type": 1 @@ -10784,6 +11764,7 @@ "dbms": 19, "name": "global.sysstat.im scan blocks cache", "vartype": 2, + "default": "0", "summary": "sysstat.im scan blocks cache: 0", "scope": "global", "metric_type": 1 @@ -10795,6 +11776,7 @@ "dbms": 19, "name": "global.sysstat.im scan bytes in-memory", "vartype": 2, + "default": "0", "summary": "sysstat.im scan bytes in-memory: 0", "scope": "global", "metric_type": 1 @@ -10806,6 +11788,7 @@ "dbms": 19, "name": "global.sysstat.im scan bytes uncompressed", "vartype": 2, + "default": "0", "summary": "sysstat.im scan bytes uncompressed: 0", "scope": "global", "metric_type": 1 @@ -10817,6 +11800,7 @@ "dbms": 19, "name": "global.sysstat.im scan cus cleanout", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus cleanout: 0", "scope": "global", "metric_type": 1 @@ -10828,6 +11812,7 @@ "dbms": 19, "name": "global.sysstat.im scan cus column not in memory", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus column not in memory: 0", "scope": "global", "metric_type": 1 @@ -10839,6 +11824,7 @@ "dbms": 19, "name": "global.sysstat.im scan cus columns accessed", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus columns accessed: 0", "scope": "global", "metric_type": 1 @@ -10850,6 +11836,7 @@ "dbms": 19, "name": "global.sysstat.im scan cus columns decompressed", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus columns decompressed: 0", "scope": "global", "metric_type": 1 @@ -10861,6 +11848,7 @@ "dbms": 19, "name": "global.sysstat.im scan cus columns theoretical max", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus columns theoretical max: 0", "scope": "global", "metric_type": 1 @@ -10872,6 +11860,7 @@ "dbms": 19, "name": "global.sysstat.im scan cus cr cache hit", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus cr cache hit: 0", "scope": "global", "metric_type": 1 @@ -10883,6 +11872,7 @@ "dbms": 19, "name": "global.sysstat.im scan cus cr cache miss", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus cr cache miss: 0", "scope": "global", "metric_type": 1 @@ -10894,6 +11884,7 @@ "dbms": 19, "name": "global.sysstat.im scan cus cr incremental", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus cr incremental: 0", "scope": "global", "metric_type": 1 @@ -10905,6 +11896,7 @@ "dbms": 19, "name": "global.sysstat.im scan cus cr skipped large rowids", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus cr skipped large rowids: 0", "scope": "global", "metric_type": 1 @@ -10916,6 +11908,7 @@ "dbms": 19, "name": "global.sysstat.im scan cus current", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus current: 0", "scope": "global", "metric_type": 3 @@ -10927,6 +11920,7 @@ "dbms": 19, "name": "global.sysstat.im scan cus delta", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus delta: 0", "scope": "global", "metric_type": 1 @@ -10938,6 +11932,7 @@ "dbms": 19, "name": "global.sysstat.im scan cus delta pruned", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus delta pruned: 0", "scope": "global", "metric_type": 1 @@ -10949,6 +11944,7 @@ "dbms": 19, "name": "global.sysstat.im scan cus doublebuffering", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus doublebuffering: 0", "scope": "global", "metric_type": 1 @@ -10960,6 +11956,7 @@ "dbms": 19, "name": "global.sysstat.im scan cus drop-invis smu", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus drop-invis smu: 0", "scope": "global", "metric_type": 1 @@ -10971,6 +11968,7 @@ "dbms": 19, "name": "global.sysstat.im scan cus failed to reget pin", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus failed to reget pin: 0", "scope": "global", "metric_type": 1 @@ -10982,6 +11980,7 @@ "dbms": 19, "name": "global.sysstat.im scan cus invalid or missing revert to on disk extent", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus invalid or missing revert to on disk extent: 0", "scope": "global", "metric_type": 1 @@ -10993,6 +11992,7 @@ "dbms": 19, "name": "global.sysstat.im scan cus invisible smu", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus invisible smu: 0", "scope": "global", "metric_type": 1 @@ -11004,6 +12004,7 @@ "dbms": 19, "name": "global.sysstat.im scan cus low query scn", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus low query scn: 0", "scope": "global", "metric_type": 1 @@ -11015,6 +12016,7 @@ "dbms": 19, "name": "global.sysstat.im scan cus lowscn no previous", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus lowscn no previous: 0", "scope": "global", "metric_type": 1 @@ -11026,6 +12028,7 @@ "dbms": 19, "name": "global.sysstat.im scan cus maxretry done", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus maxretry done: 0", "scope": "global", "metric_type": 1 @@ -11037,6 +12040,7 @@ "dbms": 19, "name": "global.sysstat.im scan cus memcompress for capacity high", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus memcompress for capacity high: 0", "scope": "global", "metric_type": 1 @@ -11048,6 +12052,7 @@ "dbms": 19, "name": "global.sysstat.im scan cus memcompress for capacity low", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus memcompress for capacity low: 0", "scope": "global", "metric_type": 1 @@ -11059,6 +12064,7 @@ "dbms": 19, "name": "global.sysstat.im scan cus memcompress for dml", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus memcompress for dml: 0", "scope": "global", "metric_type": 1 @@ -11070,6 +12076,7 @@ "dbms": 19, "name": "global.sysstat.im scan cus memcompress for query high", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus memcompress for query high: 0", "scope": "global", "metric_type": 1 @@ -11081,6 +12088,7 @@ "dbms": 19, "name": "global.sysstat.im scan cus memcompress for query low", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus memcompress for query low: 0", "scope": "global", "metric_type": 1 @@ -11092,6 +12100,7 @@ "dbms": 19, "name": "global.sysstat.im scan cus no cleanout", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus no cleanout: 0", "scope": "global", "metric_type": 1 @@ -11103,6 +12112,7 @@ "dbms": 19, "name": "global.sysstat.im scan cus no imcu", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus no imcu: 0", "scope": "global", "metric_type": 1 @@ -11114,6 +12124,7 @@ "dbms": 19, "name": "global.sysstat.im scan cus no memcompress", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus no memcompress: 0", "scope": "global", "metric_type": 1 @@ -11125,6 +12136,7 @@ "dbms": 19, "name": "global.sysstat.im scan cus no rollback", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus no rollback: 0", "scope": "global", "metric_type": 1 @@ -11136,6 +12148,7 @@ "dbms": 19, "name": "global.sysstat.im scan cus no rows valid", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus no rows valid: 0", "scope": "global", "metric_type": 1 @@ -11147,6 +12160,7 @@ "dbms": 19, "name": "global.sysstat.im scan cus notfound", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus notfound: 0", "scope": "global", "metric_type": 1 @@ -11158,6 +12172,7 @@ "dbms": 19, "name": "global.sysstat.im scan cus notfound dbclose", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus notfound dbclose: 0", "scope": "global", "metric_type": 1 @@ -11169,6 +12184,7 @@ "dbms": 19, "name": "global.sysstat.im scan cus notfound lob", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus notfound lob: 0", "scope": "global", "metric_type": 1 @@ -11180,6 +12196,7 @@ "dbms": 19, "name": "global.sysstat.im scan cus optimized read", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus optimized read: 0", "scope": "global", "metric_type": 1 @@ -11191,6 +12208,7 @@ "dbms": 19, "name": "global.sysstat.im scan cus pcode aggregation ime", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus pcode aggregation ime: 0", "scope": "global", "metric_type": 1 @@ -11202,6 +12220,7 @@ "dbms": 19, "name": "global.sysstat.im scan cus pcode aggregation pushdown", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus pcode aggregation pushdown: 0", "scope": "global", "metric_type": 1 @@ -11213,6 +12232,7 @@ "dbms": 19, "name": "global.sysstat.im scan cus pcode pred evaled", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus pcode pred evaled: 0", "scope": "global", "metric_type": 1 @@ -11224,6 +12244,7 @@ "dbms": 19, "name": "global.sysstat.im scan cus pcode pred evaled using rowsets", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus pcode pred evaled using rowsets: 0", "scope": "global", "metric_type": 1 @@ -11235,6 +12256,7 @@ "dbms": 19, "name": "global.sysstat.im scan cus pcode selective done", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus pcode selective done: 0", "scope": "global", "metric_type": 1 @@ -11246,6 +12268,7 @@ "dbms": 19, "name": "global.sysstat.im scan cus predicates applied", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus predicates applied: 0", "scope": "global", "metric_type": 1 @@ -11257,6 +12280,7 @@ "dbms": 19, "name": "global.sysstat.im scan cus predicates optimized", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus predicates optimized: 0", "scope": "global", "metric_type": 1 @@ -11268,6 +12292,7 @@ "dbms": 19, "name": "global.sysstat.im scan cus predicates received", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus predicates received: 0", "scope": "global", "metric_type": 1 @@ -11279,6 +12304,7 @@ "dbms": 19, "name": "global.sysstat.im scan cus previous", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus previous: 0", "scope": "global", "metric_type": 1 @@ -11290,6 +12316,7 @@ "dbms": 19, "name": "global.sysstat.im scan cus previous current", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus previous current: 0", "scope": "global", "metric_type": 3 @@ -11301,6 +12328,7 @@ "dbms": 19, "name": "global.sysstat.im scan cus pruned", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus pruned: 0", "scope": "global", "metric_type": 1 @@ -11312,6 +12340,7 @@ "dbms": 19, "name": "global.sysstat.im scan cus readlist creation accumulated time", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus readlist creation accumulated time: 0", "scope": "global", "metric_type": 1 @@ -11323,6 +12352,7 @@ "dbms": 19, "name": "global.sysstat.im scan cus readlist creation accumulated time (cr)", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus readlist creation accumulated time (cr): 0", "scope": "global", "metric_type": 1 @@ -11334,6 +12364,7 @@ "dbms": 19, "name": "global.sysstat.im scan cus readlist creation number", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus readlist creation number: 0", "scope": "global", "metric_type": 1 @@ -11345,6 +12376,7 @@ "dbms": 19, "name": "global.sysstat.im scan cus readlist creation number (cr)", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus readlist creation number (cr): 0", "scope": "global", "metric_type": 1 @@ -11356,6 +12388,7 @@ "dbms": 19, "name": "global.sysstat.im scan cus ref-invis smu", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus ref-invis smu: 0", "scope": "global", "metric_type": 1 @@ -11367,6 +12400,7 @@ "dbms": 19, "name": "global.sysstat.im scan cus rollback", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus rollback: 0", "scope": "global", "metric_type": 1 @@ -11378,6 +12412,7 @@ "dbms": 19, "name": "global.sysstat.im scan cus skip ime base im col", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus skip ime base im col: 0", "scope": "global", "metric_type": 1 @@ -11389,6 +12424,7 @@ "dbms": 19, "name": "global.sysstat.im scan cus skip ime long varchar lob col", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus skip ime long varchar lob col: 0", "scope": "global", "metric_type": 1 @@ -11400,6 +12436,7 @@ "dbms": 19, "name": "global.sysstat.im scan cus split pieces", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus split pieces: 0", "scope": "global", "metric_type": 1 @@ -11411,6 +12448,7 @@ "dbms": 19, "name": "global.sysstat.im scan cus undo records applied", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus undo records applied: 0", "scope": "global", "metric_type": 1 @@ -11422,6 +12460,7 @@ "dbms": 19, "name": "global.sysstat.im scan cus wait notvis", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus wait notvis: 0", "scope": "global", "metric_type": 1 @@ -11433,6 +12472,7 @@ "dbms": 19, "name": "global.sysstat.im scan cus wait notvis (doublebuffer)", "vartype": 2, + "default": "0", "summary": "sysstat.im scan cus wait notvis (doublebuffer): 0", "scope": "global", "metric_type": 1 @@ -11444,6 +12484,7 @@ "dbms": 19, "name": "global.sysstat.im scan delta - current delta scan", "vartype": 2, + "default": "0", "summary": "sysstat.im scan delta - current delta scan: 0", "scope": "global", "metric_type": 1 @@ -11455,6 +12496,7 @@ "dbms": 19, "name": "global.sysstat.im scan delta - double delta scan", "vartype": 2, + "default": "0", "summary": "sysstat.im scan delta - double delta scan: 0", "scope": "global", "metric_type": 1 @@ -11466,6 +12508,7 @@ "dbms": 19, "name": "global.sysstat.im scan delta - double delta scan due to failure", "vartype": 2, + "default": "0", "summary": "sysstat.im scan delta - double delta scan due to failure: 0", "scope": "global", "metric_type": 1 @@ -11477,6 +12520,7 @@ "dbms": 19, "name": "global.sysstat.im scan delta - only base scan", "vartype": 2, + "default": "0", "summary": "sysstat.im scan delta - only base scan: 0", "scope": "global", "metric_type": 1 @@ -11488,6 +12532,7 @@ "dbms": 19, "name": "global.sysstat.im scan delta - previous delta scan", "vartype": 2, + "default": "0", "summary": "sysstat.im scan delta - previous delta scan: 0", "scope": "global", "metric_type": 1 @@ -11499,6 +12544,7 @@ "dbms": 19, "name": "global.sysstat.im scan dict engine results reused", "vartype": 2, + "default": "0", "summary": "sysstat.im scan dict engine results reused: 0", "scope": "global", "metric_type": 1 @@ -11510,6 +12556,7 @@ "dbms": 19, "name": "global.sysstat.im scan dict engine results stored", "vartype": 2, + "default": "0", "summary": "sysstat.im scan dict engine results stored: 0", "scope": "global", "metric_type": 1 @@ -11521,6 +12568,7 @@ "dbms": 19, "name": "global.sysstat.im scan eu bytes in-memory", "vartype": 2, + "default": "0", "summary": "sysstat.im scan eu bytes in-memory: 0", "scope": "global", "metric_type": 1 @@ -11532,6 +12580,7 @@ "dbms": 19, "name": "global.sysstat.im scan eu bytes uncompressed", "vartype": 2, + "default": "0", "summary": "sysstat.im scan eu bytes uncompressed: 0", "scope": "global", "metric_type": 1 @@ -11543,6 +12592,7 @@ "dbms": 19, "name": "global.sysstat.im scan eu rows", "vartype": 2, + "default": "0", "summary": "sysstat.im scan eu rows: 0", "scope": "global", "metric_type": 1 @@ -11554,6 +12604,7 @@ "dbms": 19, "name": "global.sysstat.im scan eus columns accessed", "vartype": 2, + "default": "0", "summary": "sysstat.im scan eus columns accessed: 0", "scope": "global", "metric_type": 1 @@ -11565,6 +12616,7 @@ "dbms": 19, "name": "global.sysstat.im scan eus columns decompressed", "vartype": 2, + "default": "0", "summary": "sysstat.im scan eus columns decompressed: 0", "scope": "global", "metric_type": 1 @@ -11576,6 +12628,7 @@ "dbms": 19, "name": "global.sysstat.im scan eus columns theoretical max", "vartype": 2, + "default": "0", "summary": "sysstat.im scan eus columns theoretical max: 0", "scope": "global", "metric_type": 1 @@ -11587,6 +12640,7 @@ "dbms": 19, "name": "global.sysstat.im scan eus memcompress for capacity high", "vartype": 2, + "default": "0", "summary": "sysstat.im scan eus memcompress for capacity high: 0", "scope": "global", "metric_type": 1 @@ -11598,6 +12652,7 @@ "dbms": 19, "name": "global.sysstat.im scan eus memcompress for capacity low", "vartype": 2, + "default": "0", "summary": "sysstat.im scan eus memcompress for capacity low: 0", "scope": "global", "metric_type": 1 @@ -11609,6 +12664,7 @@ "dbms": 19, "name": "global.sysstat.im scan eus memcompress for dml", "vartype": 2, + "default": "0", "summary": "sysstat.im scan eus memcompress for dml: 0", "scope": "global", "metric_type": 1 @@ -11620,6 +12676,7 @@ "dbms": 19, "name": "global.sysstat.im scan eus memcompress for query high", "vartype": 2, + "default": "0", "summary": "sysstat.im scan eus memcompress for query high: 0", "scope": "global", "metric_type": 1 @@ -11631,6 +12688,7 @@ "dbms": 19, "name": "global.sysstat.im scan eus memcompress for query low", "vartype": 2, + "default": "0", "summary": "sysstat.im scan eus memcompress for query low: 0", "scope": "global", "metric_type": 1 @@ -11642,6 +12700,7 @@ "dbms": 19, "name": "global.sysstat.im scan eus no memcompress", "vartype": 2, + "default": "0", "summary": "sysstat.im scan eus no memcompress: 0", "scope": "global", "metric_type": 1 @@ -11653,6 +12712,7 @@ "dbms": 19, "name": "global.sysstat.im scan eus split pieces", "vartype": 2, + "default": "0", "summary": "sysstat.im scan eus split pieces: 0", "scope": "global", "metric_type": 1 @@ -11664,6 +12724,7 @@ "dbms": 19, "name": "global.sysstat.im scan extents invalid", "vartype": 2, + "default": "0", "summary": "sysstat.im scan extents invalid: 0", "scope": "global", "metric_type": 1 @@ -11675,6 +12736,7 @@ "dbms": 19, "name": "global.sysstat.im scan fine grain colmap hit", "vartype": 2, + "default": "0", "summary": "sysstat.im scan fine grain colmap hit: 0", "scope": "global", "metric_type": 1 @@ -11686,6 +12748,7 @@ "dbms": 19, "name": "global.sysstat.im scan fine grain colmap miss due to deletes", "vartype": 2, + "default": "0", "summary": "sysstat.im scan fine grain colmap miss due to deletes: 0", "scope": "global", "metric_type": 1 @@ -11697,6 +12760,7 @@ "dbms": 19, "name": "global.sysstat.im scan fine grain colmap miss due to inserts", "vartype": 2, + "default": "0", "summary": "sysstat.im scan fine grain colmap miss due to inserts: 0", "scope": "global", "metric_type": 1 @@ -11708,6 +12772,7 @@ "dbms": 19, "name": "global.sysstat.im scan fine grain colmap miss due to invalid blocks", "vartype": 2, + "default": "0", "summary": "sysstat.im scan fine grain colmap miss due to invalid blocks: 0", "scope": "global", "metric_type": 1 @@ -11719,6 +12784,7 @@ "dbms": 19, "name": "global.sysstat.im scan fine grain colmap miss due to update", "vartype": 2, + "default": "0", "summary": "sysstat.im scan fine grain colmap miss due to update: 0", "scope": "global", "metric_type": 1 @@ -11730,6 +12796,7 @@ "dbms": 19, "name": "global.sysstat.im scan found invalid cu", "vartype": 2, + "default": "0", "summary": "sysstat.im scan found invalid cu: 0", "scope": "global", "metric_type": 1 @@ -11741,6 +12808,7 @@ "dbms": 19, "name": "global.sysstat.im scan invalid all blocks", "vartype": 2, + "default": "0", "summary": "sysstat.im scan invalid all blocks: 0", "scope": "global", "metric_type": 1 @@ -11752,6 +12820,7 @@ "dbms": 19, "name": "global.sysstat.im scan journal", "vartype": 2, + "default": "0", "summary": "sysstat.im scan journal: 0", "scope": "global", "metric_type": 1 @@ -11763,6 +12832,7 @@ "dbms": 19, "name": "global.sysstat.im scan journal cleanout", "vartype": 2, + "default": "0", "summary": "sysstat.im scan journal cleanout: 0", "scope": "global", "metric_type": 1 @@ -11774,6 +12844,7 @@ "dbms": 19, "name": "global.sysstat.im scan journal no cleanout", "vartype": 2, + "default": "0", "summary": "sysstat.im scan journal no cleanout: 0", "scope": "global", "metric_type": 1 @@ -11785,6 +12856,7 @@ "dbms": 19, "name": "global.sysstat.im scan rows", "vartype": 2, + "default": "0", "summary": "sysstat.im scan rows: 0", "scope": "global", "metric_type": 1 @@ -11796,6 +12868,7 @@ "dbms": 19, "name": "global.sysstat.im scan rows cache delta exists", "vartype": 2, + "default": "0", "summary": "sysstat.im scan rows cache delta exists: 0", "scope": "global", "metric_type": 1 @@ -11807,6 +12880,7 @@ "dbms": 19, "name": "global.sysstat.im scan rows cache no delta", "vartype": 2, + "default": "0", "summary": "sysstat.im scan rows cache no delta: 0", "scope": "global", "metric_type": 1 @@ -11818,6 +12892,7 @@ "dbms": 19, "name": "global.sysstat.im scan rows cache populate", "vartype": 2, + "default": "0", "summary": "sysstat.im scan rows cache populate: 0", "scope": "global", "metric_type": 1 @@ -11829,6 +12904,7 @@ "dbms": 19, "name": "global.sysstat.im scan rows delta", "vartype": 2, + "default": "0", "summary": "sysstat.im scan rows delta: 0", "scope": "global", "metric_type": 1 @@ -11840,6 +12916,7 @@ "dbms": 19, "name": "global.sysstat.im scan rows discontinuous", "vartype": 2, + "default": "0", "summary": "sysstat.im scan rows discontinuous: 0", "scope": "global", "metric_type": 1 @@ -11851,6 +12928,7 @@ "dbms": 19, "name": "global.sysstat.im scan rows excluded", "vartype": 2, + "default": "0", "summary": "sysstat.im scan rows excluded: 0", "scope": "global", "metric_type": 1 @@ -11862,6 +12940,7 @@ "dbms": 19, "name": "global.sysstat.im scan rows journal total", "vartype": 2, + "default": "0", "summary": "sysstat.im scan rows journal total: 0", "scope": "global", "metric_type": 1 @@ -11873,6 +12952,7 @@ "dbms": 19, "name": "global.sysstat.im scan rows optimized", "vartype": 2, + "default": "0", "summary": "sysstat.im scan rows optimized: 0", "scope": "global", "metric_type": 1 @@ -11884,6 +12964,7 @@ "dbms": 19, "name": "global.sysstat.im scan rows pcode aggregated", "vartype": 2, + "default": "0", "summary": "sysstat.im scan rows pcode aggregated: 0", "scope": "global", "metric_type": 1 @@ -11895,6 +12976,7 @@ "dbms": 19, "name": "global.sysstat.im scan rows projected", "vartype": 2, + "default": "0", "summary": "sysstat.im scan rows projected: 0", "scope": "global", "metric_type": 1 @@ -11906,6 +12988,7 @@ "dbms": 19, "name": "global.sysstat.im scan rows range excluded", "vartype": 2, + "default": "0", "summary": "sysstat.im scan rows range excluded: 0", "scope": "global", "metric_type": 1 @@ -11917,6 +13000,7 @@ "dbms": 19, "name": "global.sysstat.im scan rows valid", "vartype": 2, + "default": "0", "summary": "sysstat.im scan rows valid: 0", "scope": "global", "metric_type": 1 @@ -11928,6 +13012,7 @@ "dbms": 19, "name": "global.sysstat.im scan segments disk", "vartype": 2, + "default": "0", "summary": "sysstat.im scan segments disk: 0", "scope": "global", "metric_type": 1 @@ -11939,6 +13024,7 @@ "dbms": 19, "name": "global.sysstat.im scan segments minmax eligible", "vartype": 2, + "default": "0", "summary": "sysstat.im scan segments minmax eligible: 0", "scope": "global", "metric_type": 1 @@ -11950,6 +13036,7 @@ "dbms": 19, "name": "global.sysstat.im scan smu colmap hit", "vartype": 2, + "default": "0", "summary": "sysstat.im scan smu colmap hit: 0", "scope": "global", "metric_type": 1 @@ -11961,6 +13048,7 @@ "dbms": 19, "name": "global.sysstat.im scan smu colmap miss due to deletes", "vartype": 2, + "default": "0", "summary": "sysstat.im scan smu colmap miss due to deletes: 0", "scope": "global", "metric_type": 1 @@ -11972,6 +13060,7 @@ "dbms": 19, "name": "global.sysstat.im scan smu colmap miss due to inserts", "vartype": 2, + "default": "0", "summary": "sysstat.im scan smu colmap miss due to inserts: 0", "scope": "global", "metric_type": 1 @@ -11983,6 +13072,7 @@ "dbms": 19, "name": "global.sysstat.im scan smu colmap miss due to invalid blocks", "vartype": 2, + "default": "0", "summary": "sysstat.im scan smu colmap miss due to invalid blocks: 0", "scope": "global", "metric_type": 1 @@ -11994,6 +13084,7 @@ "dbms": 19, "name": "global.sysstat.im scan smu colmap miss due to untracked changes", "vartype": 2, + "default": "0", "summary": "sysstat.im scan smu colmap miss due to untracked changes: 0", "scope": "global", "metric_type": 1 @@ -12005,6 +13096,7 @@ "dbms": 19, "name": "global.sysstat.im scan smu colmap miss due to update", "vartype": 2, + "default": "0", "summary": "sysstat.im scan smu colmap miss due to update: 0", "scope": "global", "metric_type": 1 @@ -12016,6 +13108,7 @@ "dbms": 19, "name": "global.sysstat.im scan uncommitted pj granule", "vartype": 2, + "default": "0", "summary": "sysstat.im scan uncommitted pj granule: 0", "scope": "global", "metric_type": 1 @@ -12027,6 +13120,7 @@ "dbms": 19, "name": "global.sysstat.im simd bloom filter calls", "vartype": 2, + "default": "0", "summary": "sysstat.im simd bloom filter calls: 0", "scope": "global", "metric_type": 1 @@ -12038,6 +13132,7 @@ "dbms": 19, "name": "global.sysstat.im simd bloom filter selective calls", "vartype": 2, + "default": "0", "summary": "sysstat.im simd bloom filter selective calls: 0", "scope": "global", "metric_type": 1 @@ -12049,6 +13144,7 @@ "dbms": 19, "name": "global.sysstat.im simd compare calls", "vartype": 2, + "default": "0", "summary": "sysstat.im simd compare calls: 0", "scope": "global", "metric_type": 1 @@ -12060,6 +13156,7 @@ "dbms": 19, "name": "global.sysstat.im simd compare hw offload calls", "vartype": 2, + "default": "0", "summary": "sysstat.im simd compare hw offload calls: 0", "scope": "global", "metric_type": 1 @@ -12071,6 +13168,7 @@ "dbms": 19, "name": "global.sysstat.im simd compare selective calls", "vartype": 2, + "default": "0", "summary": "sysstat.im simd compare selective calls: 0", "scope": "global", "metric_type": 1 @@ -12082,6 +13180,7 @@ "dbms": 19, "name": "global.sysstat.im simd decode calls", "vartype": 2, + "default": "0", "summary": "sysstat.im simd decode calls: 0", "scope": "global", "metric_type": 1 @@ -12093,6 +13192,7 @@ "dbms": 19, "name": "global.sysstat.im simd decode hw offload calls", "vartype": 2, + "default": "0", "summary": "sysstat.im simd decode hw offload calls: 0", "scope": "global", "metric_type": 1 @@ -12104,6 +13204,7 @@ "dbms": 19, "name": "global.sysstat.im simd decode selective calls", "vartype": 2, + "default": "0", "summary": "sysstat.im simd decode selective calls: 0", "scope": "global", "metric_type": 1 @@ -12115,6 +13216,7 @@ "dbms": 19, "name": "global.sysstat.im simd decode symbol calls", "vartype": 2, + "default": "0", "summary": "sysstat.im simd decode symbol calls: 0", "scope": "global", "metric_type": 1 @@ -12126,6 +13228,7 @@ "dbms": 19, "name": "global.sysstat.im simd decode symbol selective calls", "vartype": 2, + "default": "0", "summary": "sysstat.im simd decode symbol selective calls: 0", "scope": "global", "metric_type": 1 @@ -12137,6 +13240,7 @@ "dbms": 19, "name": "global.sysstat.im simd decode unpack calls", "vartype": 2, + "default": "0", "summary": "sysstat.im simd decode unpack calls: 0", "scope": "global", "metric_type": 1 @@ -12148,6 +13252,7 @@ "dbms": 19, "name": "global.sysstat.im simd decode unpack hw offload calls", "vartype": 2, + "default": "0", "summary": "sysstat.im simd decode unpack hw offload calls: 0", "scope": "global", "metric_type": 1 @@ -12159,6 +13264,7 @@ "dbms": 19, "name": "global.sysstat.im simd decode unpack selective calls", "vartype": 2, + "default": "0", "summary": "sysstat.im simd decode unpack selective calls: 0", "scope": "global", "metric_type": 1 @@ -12170,6 +13276,7 @@ "dbms": 19, "name": "global.sysstat.im simd rle burst calls", "vartype": 2, + "default": "0", "summary": "sysstat.im simd rle burst calls: 0", "scope": "global", "metric_type": 1 @@ -12181,6 +13288,7 @@ "dbms": 19, "name": "global.sysstat.im simd rle burst hw offload calls", "vartype": 2, + "default": "0", "summary": "sysstat.im simd rle burst hw offload calls: 0", "scope": "global", "metric_type": 1 @@ -12192,6 +13300,7 @@ "dbms": 19, "name": "global.sysstat.im simd rle burst selective calls", "vartype": 2, + "default": "0", "summary": "sysstat.im simd rle burst selective calls: 0", "scope": "global", "metric_type": 1 @@ -12203,6 +13312,7 @@ "dbms": 19, "name": "global.sysstat.im simd set membership calls", "vartype": 2, + "default": "0", "summary": "sysstat.im simd set membership calls: 0", "scope": "global", "metric_type": 1 @@ -12214,6 +13324,7 @@ "dbms": 19, "name": "global.sysstat.im simd set membership hw offload calls", "vartype": 2, + "default": "0", "summary": "sysstat.im simd set membership hw offload calls: 0", "scope": "global", "metric_type": 1 @@ -12225,6 +13336,7 @@ "dbms": 19, "name": "global.sysstat.im simd set membership selective calls", "vartype": 2, + "default": "0", "summary": "sysstat.im simd set membership selective calls: 0", "scope": "global", "metric_type": 1 @@ -12236,6 +13348,7 @@ "dbms": 19, "name": "global.sysstat.im simd xlate filter calls", "vartype": 2, + "default": "0", "summary": "sysstat.im simd xlate filter calls: 0", "scope": "global", "metric_type": 1 @@ -12247,6 +13360,7 @@ "dbms": 19, "name": "global.sysstat.im simd xlate filter selective calls", "vartype": 2, + "default": "0", "summary": "sysstat.im simd xlate filter selective calls: 0", "scope": "global", "metric_type": 1 @@ -12258,6 +13372,7 @@ "dbms": 19, "name": "global.sysstat.im smu patch accumulated time", "vartype": 2, + "default": "0", "summary": "sysstat.im smu patch accumulated time: 0", "scope": "global", "metric_type": 1 @@ -12269,6 +13384,7 @@ "dbms": 19, "name": "global.sysstat.im smu patch accumulated time (cr)", "vartype": 2, + "default": "0", "summary": "sysstat.im smu patch accumulated time (cr): 0", "scope": "global", "metric_type": 1 @@ -12280,6 +13396,7 @@ "dbms": 19, "name": "global.sysstat.im smu patch accumulated time (rac locks)", "vartype": 2, + "default": "0", "summary": "sysstat.im smu patch accumulated time (rac locks): 0", "scope": "global", "metric_type": 1 @@ -12291,6 +13408,7 @@ "dbms": 19, "name": "global.sysstat.im smu patch total blocks patched", "vartype": 2, + "default": "0", "summary": "sysstat.im smu patch total blocks patched: 0", "scope": "global", "metric_type": 1 @@ -12302,6 +13420,7 @@ "dbms": 19, "name": "global.sysstat.im smu patch total jobs", "vartype": 2, + "default": "0", "summary": "sysstat.im smu patch total jobs: 0", "scope": "global", "metric_type": 1 @@ -12313,6 +13432,7 @@ "dbms": 19, "name": "global.sysstat.im smu patch total rows patched", "vartype": 2, + "default": "0", "summary": "sysstat.im smu patch total rows patched: 0", "scope": "global", "metric_type": 1 @@ -12324,6 +13444,7 @@ "dbms": 19, "name": "global.sysstat.im space adg bytes allocated", "vartype": 2, + "default": "0", "summary": "sysstat.im space adg bytes allocated: 0", "scope": "global", "metric_type": 1 @@ -12335,6 +13456,7 @@ "dbms": 19, "name": "global.sysstat.im space adg bytes freed", "vartype": 2, + "default": "0", "summary": "sysstat.im space adg bytes freed: 0", "scope": "global", "metric_type": 1 @@ -12346,6 +13468,7 @@ "dbms": 19, "name": "global.sysstat.im space adg extents allocated", "vartype": 2, + "default": "0", "summary": "sysstat.im space adg extents allocated: 0", "scope": "global", "metric_type": 1 @@ -12357,6 +13480,7 @@ "dbms": 19, "name": "global.sysstat.im space adg journal extents freed", "vartype": 2, + "default": "0", "summary": "sysstat.im space adg journal extents freed: 0", "scope": "global", "metric_type": 1 @@ -12368,6 +13492,7 @@ "dbms": 19, "name": "global.sysstat.im space adg segments allocated", "vartype": 2, + "default": "0", "summary": "sysstat.im space adg segments allocated: 0", "scope": "global", "metric_type": 1 @@ -12379,6 +13504,7 @@ "dbms": 19, "name": "global.sysstat.im space adg segments freed", "vartype": 2, + "default": "0", "summary": "sysstat.im space adg segments freed: 0", "scope": "global", "metric_type": 1 @@ -12390,6 +13516,7 @@ "dbms": 19, "name": "global.sysstat.im space cu bytes allocated", "vartype": 2, + "default": "0", "summary": "sysstat.im space cu bytes allocated: 0", "scope": "global", "metric_type": 1 @@ -12401,6 +13528,7 @@ "dbms": 19, "name": "global.sysstat.im space cu bytes freed", "vartype": 2, + "default": "0", "summary": "sysstat.im space cu bytes freed: 0", "scope": "global", "metric_type": 1 @@ -12412,6 +13540,7 @@ "dbms": 19, "name": "global.sysstat.im space cu creations committed", "vartype": 2, + "default": "0", "summary": "sysstat.im space cu creations committed: 0", "scope": "global", "metric_type": 1 @@ -12423,6 +13552,7 @@ "dbms": 19, "name": "global.sysstat.im space cu creations initiated", "vartype": 2, + "default": "0", "summary": "sysstat.im space cu creations initiated: 0", "scope": "global", "metric_type": 1 @@ -12434,6 +13564,7 @@ "dbms": 19, "name": "global.sysstat.im space cu extents allocated", "vartype": 2, + "default": "0", "summary": "sysstat.im space cu extents allocated: 0", "scope": "global", "metric_type": 1 @@ -12445,6 +13576,7 @@ "dbms": 19, "name": "global.sysstat.im space cu extents freed", "vartype": 2, + "default": "0", "summary": "sysstat.im space cu extents freed: 0", "scope": "global", "metric_type": 1 @@ -12456,6 +13588,7 @@ "dbms": 19, "name": "global.sysstat.im space private journal bytes allocated", "vartype": 2, + "default": "0", "summary": "sysstat.im space private journal bytes allocated: 0", "scope": "global", "metric_type": 1 @@ -12467,6 +13600,7 @@ "dbms": 19, "name": "global.sysstat.im space private journal bytes freed", "vartype": 2, + "default": "0", "summary": "sysstat.im space private journal bytes freed: 0", "scope": "global", "metric_type": 1 @@ -12478,6 +13612,7 @@ "dbms": 19, "name": "global.sysstat.im space private journal extents allocated", "vartype": 2, + "default": "0", "summary": "sysstat.im space private journal extents allocated: 0", "scope": "global", "metric_type": 1 @@ -12489,6 +13624,7 @@ "dbms": 19, "name": "global.sysstat.im space private journal extents freed", "vartype": 2, + "default": "0", "summary": "sysstat.im space private journal extents freed: 0", "scope": "global", "metric_type": 1 @@ -12500,6 +13636,7 @@ "dbms": 19, "name": "global.sysstat.im space private journal segments allocated", "vartype": 2, + "default": "0", "summary": "sysstat.im space private journal segments allocated: 0", "scope": "global", "metric_type": 1 @@ -12511,6 +13648,7 @@ "dbms": 19, "name": "global.sysstat.im space private journal segments freed", "vartype": 2, + "default": "0", "summary": "sysstat.im space private journal segments freed: 0", "scope": "global", "metric_type": 1 @@ -12522,6 +13660,7 @@ "dbms": 19, "name": "global.sysstat.im space segments allocated", "vartype": 2, + "default": "0", "summary": "sysstat.im space segments allocated: 0", "scope": "global", "metric_type": 1 @@ -12533,6 +13672,7 @@ "dbms": 19, "name": "global.sysstat.im space segments freed", "vartype": 2, + "default": "0", "summary": "sysstat.im space segments freed: 0", "scope": "global", "metric_type": 1 @@ -12544,6 +13684,7 @@ "dbms": 19, "name": "global.sysstat.im space shared journal bytes allocated", "vartype": 2, + "default": "0", "summary": "sysstat.im space shared journal bytes allocated: 0", "scope": "global", "metric_type": 1 @@ -12555,6 +13696,7 @@ "dbms": 19, "name": "global.sysstat.im space shared journal bytes freed", "vartype": 2, + "default": "0", "summary": "sysstat.im space shared journal bytes freed: 0", "scope": "global", "metric_type": 1 @@ -12566,6 +13708,7 @@ "dbms": 19, "name": "global.sysstat.im space shared journal extents allocated", "vartype": 2, + "default": "0", "summary": "sysstat.im space shared journal extents allocated: 0", "scope": "global", "metric_type": 1 @@ -12577,6 +13720,7 @@ "dbms": 19, "name": "global.sysstat.im space shared journal extents freed", "vartype": 2, + "default": "0", "summary": "sysstat.im space shared journal extents freed: 0", "scope": "global", "metric_type": 1 @@ -12588,6 +13732,7 @@ "dbms": 19, "name": "global.sysstat.im space shared journal segments allocated", "vartype": 2, + "default": "0", "summary": "sysstat.im space shared journal segments allocated: 0", "scope": "global", "metric_type": 1 @@ -12599,6 +13744,7 @@ "dbms": 19, "name": "global.sysstat.im space shared journal segments freed", "vartype": 2, + "default": "0", "summary": "sysstat.im space shared journal segments freed: 0", "scope": "global", "metric_type": 1 @@ -12610,6 +13756,7 @@ "dbms": 19, "name": "global.sysstat.im space smu bytes allocated", "vartype": 2, + "default": "0", "summary": "sysstat.im space smu bytes allocated: 0", "scope": "global", "metric_type": 1 @@ -12621,6 +13768,7 @@ "dbms": 19, "name": "global.sysstat.im space smu bytes freed", "vartype": 2, + "default": "0", "summary": "sysstat.im space smu bytes freed: 0", "scope": "global", "metric_type": 1 @@ -12632,6 +13780,7 @@ "dbms": 19, "name": "global.sysstat.im space smu creations committed", "vartype": 2, + "default": "0", "summary": "sysstat.im space smu creations committed: 0", "scope": "global", "metric_type": 1 @@ -12643,6 +13792,7 @@ "dbms": 19, "name": "global.sysstat.im space smu creations initiated", "vartype": 2, + "default": "0", "summary": "sysstat.im space smu creations initiated: 0", "scope": "global", "metric_type": 1 @@ -12654,6 +13804,7 @@ "dbms": 19, "name": "global.sysstat.im space smu extents allocated", "vartype": 2, + "default": "0", "summary": "sysstat.im space smu extents allocated: 0", "scope": "global", "metric_type": 1 @@ -12665,6 +13816,7 @@ "dbms": 19, "name": "global.sysstat.im space smu extents freed", "vartype": 2, + "default": "0", "summary": "sysstat.im space smu extents freed: 0", "scope": "global", "metric_type": 1 @@ -12676,6 +13828,7 @@ "dbms": 19, "name": "global.sysstat.im split cu too small", "vartype": 2, + "default": "0", "summary": "sysstat.im split cu too small: 0", "scope": "global", "metric_type": 1 @@ -12687,6 +13840,7 @@ "dbms": 19, "name": "global.sysstat.im split cus", "vartype": 2, + "default": "0", "summary": "sysstat.im split cus: 0", "scope": "global", "metric_type": 1 @@ -12698,6 +13852,7 @@ "dbms": 19, "name": "global.sysstat.im split cus requested", "vartype": 2, + "default": "0", "summary": "sysstat.im split cus requested: 0", "scope": "global", "metric_type": 1 @@ -12709,6 +13864,7 @@ "dbms": 19, "name": "global.sysstat.im split fail", "vartype": 2, + "default": "0", "summary": "sysstat.im split fail: 0", "scope": "global", "metric_type": 1 @@ -12720,6 +13876,7 @@ "dbms": 19, "name": "global.sysstat.im split fail no space", "vartype": 2, + "default": "0", "summary": "sysstat.im split fail no space: 0", "scope": "global", "metric_type": 1 @@ -12731,6 +13888,7 @@ "dbms": 19, "name": "global.sysstat.im split get smaller cus", "vartype": 2, + "default": "0", "summary": "sysstat.im split get smaller cus: 0", "scope": "global", "metric_type": 1 @@ -12742,6 +13900,7 @@ "dbms": 19, "name": "global.sysstat.im subcu-hist subcus eliminated", "vartype": 2, + "default": "0", "summary": "sysstat.im subcu-hist subcus eliminated: 0", "scope": "global", "metric_type": 1 @@ -12753,6 +13912,7 @@ "dbms": 19, "name": "global.sysstat.im subcu-hist subcus in selected cus", "vartype": 2, + "default": "0", "summary": "sysstat.im subcu-hist subcus in selected cus: 0", "scope": "global", "metric_type": 1 @@ -12764,6 +13924,7 @@ "dbms": 19, "name": "global.sysstat.im subcu-invidx bytes allocated", "vartype": 2, + "default": "0", "summary": "sysstat.im subcu-invidx bytes allocated: 0", "scope": "global", "metric_type": 1 @@ -12775,6 +13936,7 @@ "dbms": 19, "name": "global.sysstat.im subcu-invidx cus", "vartype": 2, + "default": "0", "summary": "sysstat.im subcu-invidx cus: 0", "scope": "global", "metric_type": 1 @@ -12786,6 +13948,7 @@ "dbms": 19, "name": "global.sysstat.im subcu-invidx cus examined", "vartype": 2, + "default": "0", "summary": "sysstat.im subcu-invidx cus examined: 0", "scope": "global", "metric_type": 1 @@ -12797,6 +13960,7 @@ "dbms": 19, "name": "global.sysstat.im subcu-invidx cus selected", "vartype": 2, + "default": "0", "summary": "sysstat.im subcu-invidx cus selected: 0", "scope": "global", "metric_type": 1 @@ -12808,6 +13972,7 @@ "dbms": 19, "name": "global.sysstat.im subcu-mm bytes allocated", "vartype": 2, + "default": "0", "summary": "sysstat.im subcu-mm bytes allocated: 0", "scope": "global", "metric_type": 1 @@ -12819,6 +13984,7 @@ "dbms": 19, "name": "global.sysstat.im subcu-mm cus", "vartype": 2, + "default": "0", "summary": "sysstat.im subcu-mm cus: 0", "scope": "global", "metric_type": 1 @@ -12830,6 +13996,7 @@ "dbms": 19, "name": "global.sysstat.im subcu-mm cus examined", "vartype": 2, + "default": "0", "summary": "sysstat.im subcu-mm cus examined: 0", "scope": "global", "metric_type": 1 @@ -12841,6 +14008,7 @@ "dbms": 19, "name": "global.sysstat.im subcu-mm cus selected", "vartype": 2, + "default": "0", "summary": "sysstat.im subcu-mm cus selected: 0", "scope": "global", "metric_type": 1 @@ -12852,6 +14020,7 @@ "dbms": 19, "name": "global.sysstat.im subcu-mm subcus eliminated", "vartype": 2, + "default": "0", "summary": "sysstat.im subcu-mm subcus eliminated: 0", "scope": "global", "metric_type": 1 @@ -12863,6 +14032,7 @@ "dbms": 19, "name": "global.sysstat.im subcu-mm subcus in selected cus", "vartype": 2, + "default": "0", "summary": "sysstat.im subcu-mm subcus in selected cus: 0", "scope": "global", "metric_type": 1 @@ -12874,6 +14044,7 @@ "dbms": 19, "name": "global.sysstat.im transaction rows array-journal calls", "vartype": 2, + "default": "0", "summary": "sysstat.im transaction rows array-journal calls: 0", "scope": "global", "metric_type": 1 @@ -12885,6 +14056,7 @@ "dbms": 19, "name": "global.sysstat.im transaction rows array-journaled", "vartype": 2, + "default": "0", "summary": "sysstat.im transaction rows array-journaled: 0", "scope": "global", "metric_type": 1 @@ -12896,6 +14068,7 @@ "dbms": 19, "name": "global.sysstat.im transaction wait ref-smu", "vartype": 2, + "default": "0", "summary": "sysstat.im transaction wait ref-smu: 0", "scope": "global", "metric_type": 1 @@ -12907,6 +14080,7 @@ "dbms": 19, "name": "global.sysstat.im transactions", "vartype": 2, + "default": "0", "summary": "sysstat.im transactions: 0", "scope": "global", "metric_type": 1 @@ -12918,6 +14092,7 @@ "dbms": 19, "name": "global.sysstat.im transactions block change blocks already invalid", "vartype": 2, + "default": "0", "summary": "sysstat.im transactions block change blocks already invalid: 0", "scope": "global", "metric_type": 1 @@ -12929,6 +14104,7 @@ "dbms": 19, "name": "global.sysstat.im transactions blocks invalidated", "vartype": 2, + "default": "0", "summary": "sysstat.im transactions blocks invalidated: 0", "scope": "global", "metric_type": 1 @@ -12940,6 +14116,7 @@ "dbms": 19, "name": "global.sysstat.im transactions cu cleanout", "vartype": 2, + "default": "0", "summary": "sysstat.im transactions cu cleanout: 0", "scope": "global", "metric_type": 1 @@ -12951,6 +14128,7 @@ "dbms": 19, "name": "global.sysstat.im transactions cus invalid", "vartype": 2, + "default": "0", "summary": "sysstat.im transactions cus invalid: 0", "scope": "global", "metric_type": 1 @@ -12962,6 +14140,7 @@ "dbms": 19, "name": "global.sysstat.im transactions downgrade", "vartype": 2, + "default": "0", "summary": "sysstat.im transactions downgrade: 0", "scope": "global", "metric_type": 1 @@ -12973,6 +14152,7 @@ "dbms": 19, "name": "global.sysstat.im transactions found invalid cu", "vartype": 2, + "default": "0", "summary": "sysstat.im transactions found invalid cu: 0", "scope": "global", "metric_type": 1 @@ -12984,6 +14164,7 @@ "dbms": 19, "name": "global.sysstat.im transactions full cleanout", "vartype": 2, + "default": "0", "summary": "sysstat.im transactions full cleanout: 0", "scope": "global", "metric_type": 1 @@ -12995,6 +14176,7 @@ "dbms": 19, "name": "global.sysstat.im transactions journal cleanout", "vartype": 2, + "default": "0", "summary": "sysstat.im transactions journal cleanout: 0", "scope": "global", "metric_type": 1 @@ -13006,6 +14188,7 @@ "dbms": 19, "name": "global.sysstat.im transactions rows invalidated", "vartype": 2, + "default": "0", "summary": "sysstat.im transactions rows invalidated: 0", "scope": "global", "metric_type": 1 @@ -13017,6 +14200,7 @@ "dbms": 19, "name": "global.sysstat.im transactions rows journaled", "vartype": 2, + "default": "0", "summary": "sysstat.im transactions rows journaled: 0", "scope": "global", "metric_type": 1 @@ -13028,6 +14212,7 @@ "dbms": 19, "name": "global.sysstat.im transactions self-cleanout no active", "vartype": 2, + "default": "0", "summary": "sysstat.im transactions self-cleanout no active: 0", "scope": "global", "metric_type": 1 @@ -13039,6 +14224,7 @@ "dbms": 19, "name": "global.sysstat.im xt populate cus", "vartype": 2, + "default": "0", "summary": "sysstat.im xt populate cus: 0", "scope": "global", "metric_type": 1 @@ -13050,6 +14236,7 @@ "dbms": 19, "name": "global.sysstat.im xt populate empty cu created", "vartype": 2, + "default": "0", "summary": "sysstat.im xt populate empty cu created: 0", "scope": "global", "metric_type": 1 @@ -13061,6 +14248,7 @@ "dbms": 19, "name": "global.sysstat.im xt populate rows", "vartype": 2, + "default": "0", "summary": "sysstat.im xt populate rows: 0", "scope": "global", "metric_type": 1 @@ -13072,6 +14260,7 @@ "dbms": 19, "name": "global.sysstat.im xt populate segments", "vartype": 2, + "default": "0", "summary": "sysstat.im xt populate segments: 0", "scope": "global", "metric_type": 1 @@ -13083,6 +14272,7 @@ "dbms": 19, "name": "global.sysstat.im zzzz spare1", "vartype": 2, + "default": "0", "summary": "sysstat.im zzzz spare1: 0", "scope": "global", "metric_type": 1 @@ -13094,6 +14284,7 @@ "dbms": 19, "name": "global.sysstat.im zzzz spare2", "vartype": 2, + "default": "0", "summary": "sysstat.im zzzz spare2: 0", "scope": "global", "metric_type": 1 @@ -13105,6 +14296,7 @@ "dbms": 19, "name": "global.sysstat.immediate (cr) block cleanout applications", "vartype": 2, + "default": "376", "summary": "sysstat.immediate (cr) block cleanout applications: 376", "scope": "global", "metric_type": 1 @@ -13116,6 +14308,7 @@ "dbms": 19, "name": "global.sysstat.immediate (current) block cleanout applications", "vartype": 2, + "default": "1199", "summary": "sysstat.immediate (current) block cleanout applications: 1199", "scope": "global", "metric_type": 1 @@ -13127,6 +14320,7 @@ "dbms": 19, "name": "global.sysstat.immediate cr cleanouts (index blocks)", "vartype": 2, + "default": "0", "summary": "sysstat.immediate cr cleanouts (index blocks): 0", "scope": "global", "metric_type": 1 @@ -13138,6 +14332,7 @@ "dbms": 19, "name": "global.sysstat.imu bind flushes", "vartype": 2, + "default": "0", "summary": "sysstat.imu bind flushes: 0", "scope": "global", "metric_type": 1 @@ -13149,6 +14344,7 @@ "dbms": 19, "name": "global.sysstat.imu commits", "vartype": 2, + "default": "440", "summary": "sysstat.imu commits: 440", "scope": "global", "metric_type": 1 @@ -13160,6 +14356,7 @@ "dbms": 19, "name": "global.sysstat.imu contention", "vartype": 2, + "default": "1586", "summary": "sysstat.imu contention: 1586", "scope": "global", "metric_type": 1 @@ -13171,6 +14368,7 @@ "dbms": 19, "name": "global.sysstat.imu cr rollbacks", "vartype": 2, + "default": "2045", "summary": "sysstat.imu cr rollbacks: 2045", "scope": "global", "metric_type": 1 @@ -13182,6 +14380,7 @@ "dbms": 19, "name": "global.sysstat.imu flushes", "vartype": 2, + "default": "1773", "summary": "sysstat.imu flushes: 1773", "scope": "global", "metric_type": 1 @@ -13193,6 +14392,7 @@ "dbms": 19, "name": "global.sysstat.imu ktichg flush", "vartype": 2, + "default": "15", "summary": "sysstat.imu ktichg flush: 15", "scope": "global", "metric_type": 1 @@ -13204,6 +14404,7 @@ "dbms": 19, "name": "global.sysstat.imu mbu flush", "vartype": 2, + "default": "0", "summary": "sysstat.imu mbu flush: 0", "scope": "global", "metric_type": 1 @@ -13215,6 +14416,7 @@ "dbms": 19, "name": "global.sysstat.imu pool not allocated", "vartype": 2, + "default": "0", "summary": "sysstat.imu pool not allocated: 0", "scope": "global", "metric_type": 1 @@ -13226,6 +14428,7 @@ "dbms": 19, "name": "global.sysstat.imu recursive-transaction flush", "vartype": 2, + "default": "4", "summary": "sysstat.imu recursive-transaction flush: 4", "scope": "global", "metric_type": 1 @@ -13237,6 +14440,7 @@ "dbms": 19, "name": "global.sysstat.imu redo allocation size", "vartype": 2, + "default": "9330628", "summary": "sysstat.imu redo allocation size: 9330628", "scope": "global", "metric_type": 1 @@ -13248,6 +14452,7 @@ "dbms": 19, "name": "global.sysstat.imu undo allocation size", "vartype": 2, + "default": "11418312", "summary": "sysstat.imu undo allocation size: 11418312", "scope": "global", "metric_type": 1 @@ -13259,6 +14464,7 @@ "dbms": 19, "name": "global.sysstat.imu undo retention flush", "vartype": 2, + "default": "0", "summary": "sysstat.imu undo retention flush: 0", "scope": "global", "metric_type": 1 @@ -13270,6 +14476,7 @@ "dbms": 19, "name": "global.sysstat.imu- failed to get a private strand", "vartype": 2, + "default": "0", "summary": "sysstat.imu- failed to get a private strand: 0", "scope": "global", "metric_type": 1 @@ -13281,6 +14488,7 @@ "dbms": 19, "name": "global.sysstat.in call idle wait time", "vartype": 2, + "default": "208949", "summary": "sysstat.in call idle wait time: 208949", "scope": "global", "metric_type": 1 @@ -13292,6 +14500,7 @@ "dbms": 19, "name": "global.sysstat.index cmph cu, uncomp sentinels", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph cu, uncomp sentinels: 0", "scope": "global", "metric_type": 1 @@ -13303,6 +14512,7 @@ "dbms": 19, "name": "global.sysstat.index cmph dm, cu lock expand", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph dm, cu lock expand: 0", "scope": "global", "metric_type": 1 @@ -13314,6 +14524,7 @@ "dbms": 19, "name": "global.sysstat.index cmph dm, cu migrate row", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph dm, cu migrate row: 0", "scope": "global", "metric_type": 1 @@ -13325,6 +14536,7 @@ "dbms": 19, "name": "global.sysstat.index cmph dm, insert unpurge cu row", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph dm, insert unpurge cu row: 0", "scope": "global", "metric_type": 1 @@ -13336,6 +14548,7 @@ "dbms": 19, "name": "global.sysstat.index cmph dm, purge dummy cu", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph dm, purge dummy cu: 0", "scope": "global", "metric_type": 1 @@ -13347,6 +14560,7 @@ "dbms": 19, "name": "global.sysstat.index cmph dm, split for cu lock expand", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph dm, split for cu lock expand: 0", "scope": "global", "metric_type": 1 @@ -13358,6 +14572,7 @@ "dbms": 19, "name": "global.sysstat.index cmph dm, split for cu migrate row", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph dm, split for cu migrate row: 0", "scope": "global", "metric_type": 1 @@ -13369,6 +14584,7 @@ "dbms": 19, "name": "global.sysstat.index cmph ld, cu cmp dedup keys", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph ld, cu cmp dedup keys: 0", "scope": "global", "metric_type": 1 @@ -13380,6 +14596,7 @@ "dbms": 19, "name": "global.sysstat.index cmph ld, cu cmp prefix rows", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph ld, cu cmp prefix rows: 0", "scope": "global", "metric_type": 1 @@ -13391,6 +14608,7 @@ "dbms": 19, "name": "global.sysstat.index cmph ld, cu cmp prowdir", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph ld, cu cmp prowdir: 0", "scope": "global", "metric_type": 1 @@ -13402,6 +14620,7 @@ "dbms": 19, "name": "global.sysstat.index cmph ld, cu cmp rowdir", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph ld, cu cmp rowdir: 0", "scope": "global", "metric_type": 1 @@ -13413,6 +14632,7 @@ "dbms": 19, "name": "global.sysstat.index cmph ld, cu cmp subcol prefix", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph ld, cu cmp subcol prefix: 0", "scope": "global", "metric_type": 1 @@ -13424,6 +14644,7 @@ "dbms": 19, "name": "global.sysstat.index cmph ld, cu cols bitmap comp", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph ld, cu cols bitmap comp: 0", "scope": "global", "metric_type": 1 @@ -13435,6 +14656,7 @@ "dbms": 19, "name": "global.sysstat.index cmph ld, cu cols cmp special length", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph ld, cu cols cmp special length: 0", "scope": "global", "metric_type": 1 @@ -13446,6 +14668,7 @@ "dbms": 19, "name": "global.sysstat.index cmph ld, cu cols fixed length", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph ld, cu cols fixed length: 0", "scope": "global", "metric_type": 1 @@ -13457,6 +14680,7 @@ "dbms": 19, "name": "global.sysstat.index cmph ld, cu cols length comp", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph ld, cu cols length comp: 0", "scope": "global", "metric_type": 1 @@ -13468,6 +14692,7 @@ "dbms": 19, "name": "global.sysstat.index cmph ld, cu cols list comp", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph ld, cu cols list comp: 0", "scope": "global", "metric_type": 1 @@ -13479,6 +14704,7 @@ "dbms": 19, "name": "global.sysstat.index cmph ld, cu cols prefix comp", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph ld, cu cols prefix comp: 0", "scope": "global", "metric_type": 1 @@ -13490,6 +14716,7 @@ "dbms": 19, "name": "global.sysstat.index cmph ld, cu cols prefix lenval", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph ld, cu cols prefix lenval: 0", "scope": "global", "metric_type": 1 @@ -13501,6 +14728,7 @@ "dbms": 19, "name": "global.sysstat.index cmph ld, cu cols special length", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph ld, cu cols special length: 0", "scope": "global", "metric_type": 1 @@ -13512,6 +14740,7 @@ "dbms": 19, "name": "global.sysstat.index cmph ld, cu cols suffix comp", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph ld, cu cols suffix comp: 0", "scope": "global", "metric_type": 1 @@ -13523,6 +14752,7 @@ "dbms": 19, "name": "global.sysstat.index cmph ld, cu cols symtab comp", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph ld, cu cols symtab comp: 0", "scope": "global", "metric_type": 1 @@ -13534,6 +14764,7 @@ "dbms": 19, "name": "global.sysstat.index cmph ld, cu fit", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph ld, cu fit: 0", "scope": "global", "metric_type": 1 @@ -13545,6 +14776,7 @@ "dbms": 19, "name": "global.sysstat.index cmph ld, cu fit, add rows", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph ld, cu fit, add rows: 0", "scope": "global", "metric_type": 1 @@ -13556,6 +14788,7 @@ "dbms": 19, "name": "global.sysstat.index cmph ld, cu negative comp", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph ld, cu negative comp: 0", "scope": "global", "metric_type": 1 @@ -13567,6 +14800,7 @@ "dbms": 19, "name": "global.sysstat.index cmph ld, cu over-est", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph ld, cu over-est: 0", "scope": "global", "metric_type": 1 @@ -13578,6 +14812,7 @@ "dbms": 19, "name": "global.sysstat.index cmph ld, cu under-est", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph ld, cu under-est: 0", "scope": "global", "metric_type": 1 @@ -13589,6 +14824,7 @@ "dbms": 19, "name": "global.sysstat.index cmph ld, infinite loop", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph ld, infinite loop: 0", "scope": "global", "metric_type": 1 @@ -13600,6 +14836,7 @@ "dbms": 19, "name": "global.sysstat.index cmph ld, lf blks flushed", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph ld, lf blks flushed: 0", "scope": "global", "metric_type": 1 @@ -13611,6 +14848,7 @@ "dbms": 19, "name": "global.sysstat.index cmph ld, lf blks w/ und cu", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph ld, lf blks w/ und cu: 0", "scope": "global", "metric_type": 1 @@ -13622,6 +14860,7 @@ "dbms": 19, "name": "global.sysstat.index cmph ld, lf blks w/o cu", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph ld, lf blks w/o cu: 0", "scope": "global", "metric_type": 1 @@ -13633,6 +14872,7 @@ "dbms": 19, "name": "global.sysstat.index cmph ld, lf blks w/o unc r", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph ld, lf blks w/o unc r: 0", "scope": "global", "metric_type": 1 @@ -13644,6 +14884,7 @@ "dbms": 19, "name": "global.sysstat.index cmph ld, retry in over-est", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph ld, retry in over-est: 0", "scope": "global", "metric_type": 1 @@ -13655,6 +14896,7 @@ "dbms": 19, "name": "global.sysstat.index cmph ld, rows compressed", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph ld, rows compressed: 0", "scope": "global", "metric_type": 1 @@ -13666,6 +14908,7 @@ "dbms": 19, "name": "global.sysstat.index cmph ld, rows uncompressed", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph ld, rows uncompressed: 0", "scope": "global", "metric_type": 1 @@ -13677,6 +14920,7 @@ "dbms": 19, "name": "global.sysstat.index cmph sc, ffs decomp buffers", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph sc, ffs decomp buffers: 0", "scope": "global", "metric_type": 1 @@ -13688,6 +14932,7 @@ "dbms": 19, "name": "global.sysstat.index cmph sc, ffs decomp buffers released and found valid", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph sc, ffs decomp buffers released and found valid: 0", "scope": "global", "metric_type": 1 @@ -13699,6 +14944,7 @@ "dbms": 19, "name": "global.sysstat.index cmph sc, ffs decomp buffers rows avail", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph sc, ffs decomp buffers rows avail: 0", "scope": "global", "metric_type": 1 @@ -13710,6 +14956,7 @@ "dbms": 19, "name": "global.sysstat.index cmph sc, ffs decomp buffers rows used", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph sc, ffs decomp buffers rows used: 0", "scope": "global", "metric_type": 1 @@ -13721,6 +14968,7 @@ "dbms": 19, "name": "global.sysstat.index cmph sc, ffs decomp failures", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph sc, ffs decomp failures: 0", "scope": "global", "metric_type": 1 @@ -13732,6 +14980,7 @@ "dbms": 19, "name": "global.sysstat.index cmph sp, deci norecomp cusz threshold", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph sp, deci norecomp cusz threshold: 0", "scope": "global", "metric_type": 1 @@ -13743,6 +14992,7 @@ "dbms": 19, "name": "global.sysstat.index cmph sp, deci norecomp donotrecomp bit", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph sp, deci norecomp donotrecomp bit: 0", "scope": "global", "metric_type": 1 @@ -13754,6 +15004,7 @@ "dbms": 19, "name": "global.sysstat.index cmph sp, deci norecomp max limit", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph sp, deci norecomp max limit: 0", "scope": "global", "metric_type": 1 @@ -13765,6 +15016,7 @@ "dbms": 19, "name": "global.sysstat.index cmph sp, deci recomp free purge", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph sp, deci recomp free purge: 0", "scope": "global", "metric_type": 1 @@ -13776,6 +15028,7 @@ "dbms": 19, "name": "global.sysstat.index cmph sp, leaf 90_10 failed", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph sp, leaf 90_10 failed: 0", "scope": "global", "metric_type": 1 @@ -13787,6 +15040,7 @@ "dbms": 19, "name": "global.sysstat.index cmph sp, leaf norecomp limit", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph sp, leaf norecomp limit: 0", "scope": "global", "metric_type": 1 @@ -13798,6 +15052,7 @@ "dbms": 19, "name": "global.sysstat.index cmph sp, leaf norecomp negcomp", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph sp, leaf norecomp negcomp: 0", "scope": "global", "metric_type": 1 @@ -13809,6 +15064,7 @@ "dbms": 19, "name": "global.sysstat.index cmph sp, leaf norecomp nospace", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph sp, leaf norecomp nospace: 0", "scope": "global", "metric_type": 1 @@ -13820,6 +15076,7 @@ "dbms": 19, "name": "global.sysstat.index cmph sp, leaf norecomp notry", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph sp, leaf norecomp notry: 0", "scope": "global", "metric_type": 1 @@ -13831,6 +15088,7 @@ "dbms": 19, "name": "global.sysstat.index cmph sp, leaf norecomp oversize", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph sp, leaf norecomp oversize: 0", "scope": "global", "metric_type": 1 @@ -13842,6 +15100,7 @@ "dbms": 19, "name": "global.sysstat.index cmph sp, leaf norecomp zerocur", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph sp, leaf norecomp zerocur: 0", "scope": "global", "metric_type": 1 @@ -13853,6 +15112,7 @@ "dbms": 19, "name": "global.sysstat.index cmph sp, leaf recomp fewer ucs", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph sp, leaf recomp fewer ucs: 0", "scope": "global", "metric_type": 1 @@ -13864,6 +15124,7 @@ "dbms": 19, "name": "global.sysstat.index cmph sp, leaf recomp zero ucs", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph sp, leaf recomp zero ucs: 0", "scope": "global", "metric_type": 1 @@ -13875,6 +15136,7 @@ "dbms": 19, "name": "global.sysstat.index cmph sp, leaf recompress", "vartype": 2, + "default": "0", "summary": "sysstat.index cmph sp, leaf recompress: 0", "scope": "global", "metric_type": 1 @@ -13886,6 +15148,7 @@ "dbms": 19, "name": "global.sysstat.index cmpl co, prefix mismatch", "vartype": 2, + "default": "0", "summary": "sysstat.index cmpl co, prefix mismatch: 0", "scope": "global", "metric_type": 1 @@ -13897,6 +15160,7 @@ "dbms": 19, "name": "global.sysstat.index cmpl ro, blocks not compressed", "vartype": 2, + "default": "0", "summary": "sysstat.index cmpl ro, blocks not compressed: 0", "scope": "global", "metric_type": 1 @@ -13908,6 +15172,7 @@ "dbms": 19, "name": "global.sysstat.index cmpl ro, prefix change at block", "vartype": 2, + "default": "0", "summary": "sysstat.index cmpl ro, prefix change at block: 0", "scope": "global", "metric_type": 1 @@ -13919,6 +15184,7 @@ "dbms": 19, "name": "global.sysstat.index cmpl ro, prefix no change at block", "vartype": 2, + "default": "0", "summary": "sysstat.index cmpl ro, prefix no change at block: 0", "scope": "global", "metric_type": 1 @@ -13930,6 +15196,7 @@ "dbms": 19, "name": "global.sysstat.index cmpl ro, reorg avoid load new block", "vartype": 2, + "default": "0", "summary": "sysstat.index cmpl ro, reorg avoid load new block: 0", "scope": "global", "metric_type": 1 @@ -13941,6 +15208,7 @@ "dbms": 19, "name": "global.sysstat.index cmpl ro, reorg avoid split", "vartype": 2, + "default": "0", "summary": "sysstat.index cmpl ro, reorg avoid split: 0", "scope": "global", "metric_type": 1 @@ -13952,6 +15220,7 @@ "dbms": 19, "name": "global.sysstat.index crx state invalidation", "vartype": 2, + "default": "0", "summary": "sysstat.index crx state invalidation: 0", "scope": "global", "metric_type": 1 @@ -13963,6 +15232,7 @@ "dbms": 19, "name": "global.sysstat.index crx upgrade (found)", "vartype": 2, + "default": "0", "summary": "sysstat.index crx upgrade (found): 0", "scope": "global", "metric_type": 1 @@ -13974,6 +15244,7 @@ "dbms": 19, "name": "global.sysstat.index crx upgrade (positioned)", "vartype": 2, + "default": "1", "summary": "sysstat.index crx upgrade (positioned): 1", "scope": "global", "metric_type": 1 @@ -13985,6 +15256,7 @@ "dbms": 19, "name": "global.sysstat.index crx upgrade (prefetch)", "vartype": 2, + "default": "0", "summary": "sysstat.index crx upgrade (prefetch): 0", "scope": "global", "metric_type": 1 @@ -13996,6 +15268,7 @@ "dbms": 19, "name": "global.sysstat.index fast full scans (direct read)", "vartype": 2, + "default": "0", "summary": "sysstat.index fast full scans (direct read): 0", "scope": "global", "metric_type": 1 @@ -14007,6 +15280,7 @@ "dbms": 19, "name": "global.sysstat.index fast full scans (full)", "vartype": 2, + "default": "24", "summary": "sysstat.index fast full scans (full): 24", "scope": "global", "metric_type": 1 @@ -14018,6 +15292,7 @@ "dbms": 19, "name": "global.sysstat.index fast full scans (rowid ranges)", "vartype": 2, + "default": "0", "summary": "sysstat.index fast full scans (rowid ranges): 0", "scope": "global", "metric_type": 1 @@ -14029,6 +15304,7 @@ "dbms": 19, "name": "global.sysstat.index fetch by key", "vartype": 2, + "default": "77253", "summary": "sysstat.index fetch by key: 77253", "scope": "global", "metric_type": 1 @@ -14040,6 +15316,7 @@ "dbms": 19, "name": "global.sysstat.index range scans", "vartype": 2, + "default": "31577", "summary": "sysstat.index range scans: 31577", "scope": "global", "metric_type": 1 @@ -14051,6 +15328,7 @@ "dbms": 19, "name": "global.sysstat.index reclamation/extension switch", "vartype": 2, + "default": "0", "summary": "sysstat.index reclamation/extension switch: 0", "scope": "global", "metric_type": 1 @@ -14062,6 +15340,7 @@ "dbms": 19, "name": "global.sysstat.index split cancel op set", "vartype": 2, + "default": "0", "summary": "sysstat.index split cancel op set: 0", "scope": "global", "metric_type": 1 @@ -14073,6 +15352,7 @@ "dbms": 19, "name": "global.sysstat.index split cancel wait clean", "vartype": 2, + "default": "0", "summary": "sysstat.index split cancel wait clean: 0", "scope": "global", "metric_type": 1 @@ -14084,6 +15364,7 @@ "dbms": 19, "name": "global.sysstat.index split cancel wait noclean", "vartype": 2, + "default": "0", "summary": "sysstat.index split cancel wait noclean: 0", "scope": "global", "metric_type": 1 @@ -14095,6 +15376,7 @@ "dbms": 19, "name": "global.sysstat.infiniband hca max. rate", "vartype": 2, + "default": "0", "summary": "sysstat.infiniband hca max. rate: 0", "scope": "global", "metric_type": 1 @@ -14106,6 +15388,7 @@ "dbms": 19, "name": "global.sysstat.infiniband hca receive data", "vartype": 2, + "default": "0", "summary": "sysstat.infiniband hca receive data: 0", "scope": "global", "metric_type": 1 @@ -14117,6 +15400,7 @@ "dbms": 19, "name": "global.sysstat.infiniband hca receive loadavg", "vartype": 2, + "default": "0", "summary": "sysstat.infiniband hca receive loadavg: 0", "scope": "global", "metric_type": 1 @@ -14128,6 +15412,7 @@ "dbms": 19, "name": "global.sysstat.infiniband hca transmit data", "vartype": 2, + "default": "0", "summary": "sysstat.infiniband hca transmit data: 0", "scope": "global", "metric_type": 1 @@ -14139,6 +15424,7 @@ "dbms": 19, "name": "global.sysstat.infiniband hca transmit loadavg", "vartype": 2, + "default": "0", "summary": "sysstat.infiniband hca transmit loadavg: 0", "scope": "global", "metric_type": 1 @@ -14150,6 +15436,7 @@ "dbms": 19, "name": "global.sysstat.instance statistic test case", "vartype": 2, + "default": "0", "summary": "sysstat.instance statistic test case: 0", "scope": "global", "metric_type": 1 @@ -14161,6 +15448,7 @@ "dbms": 19, "name": "global.sysstat.ipc cpu used by this session", "vartype": 2, + "default": "0", "summary": "sysstat.ipc cpu used by this session: 0", "scope": "global", "metric_type": 1 @@ -14172,6 +15460,7 @@ "dbms": 19, "name": "global.sysstat.java call heap collected bytes", "vartype": 2, + "default": "0", "summary": "sysstat.java call heap collected bytes: 0", "scope": "global", "metric_type": 1 @@ -14183,6 +15472,7 @@ "dbms": 19, "name": "global.sysstat.java call heap collected count", "vartype": 2, + "default": "0", "summary": "sysstat.java call heap collected count: 0", "scope": "global", "metric_type": 1 @@ -14194,6 +15484,7 @@ "dbms": 19, "name": "global.sysstat.java call heap gc count", "vartype": 2, + "default": "0", "summary": "sysstat.java call heap gc count: 0", "scope": "global", "metric_type": 1 @@ -14205,6 +15496,7 @@ "dbms": 19, "name": "global.sysstat.java call heap live object count", "vartype": 2, + "default": "0", "summary": "sysstat.java call heap live object count: 0", "scope": "global", "metric_type": 1 @@ -14216,6 +15508,7 @@ "dbms": 19, "name": "global.sysstat.java call heap live object count max", "vartype": 2, + "default": "0", "summary": "sysstat.java call heap live object count max: 0", "scope": "global", "metric_type": 1 @@ -14227,6 +15520,7 @@ "dbms": 19, "name": "global.sysstat.java call heap live size", "vartype": 2, + "default": "0", "summary": "sysstat.java call heap live size: 0", "scope": "global", "metric_type": 1 @@ -14238,6 +15532,7 @@ "dbms": 19, "name": "global.sysstat.java call heap live size max", "vartype": 2, + "default": "0", "summary": "sysstat.java call heap live size max: 0", "scope": "global", "metric_type": 1 @@ -14249,6 +15544,7 @@ "dbms": 19, "name": "global.sysstat.java call heap object count", "vartype": 2, + "default": "0", "summary": "sysstat.java call heap object count: 0", "scope": "global", "metric_type": 1 @@ -14260,6 +15556,7 @@ "dbms": 19, "name": "global.sysstat.java call heap object count max", "vartype": 2, + "default": "0", "summary": "sysstat.java call heap object count max: 0", "scope": "global", "metric_type": 1 @@ -14271,6 +15568,7 @@ "dbms": 19, "name": "global.sysstat.java call heap total size", "vartype": 2, + "default": "0", "summary": "sysstat.java call heap total size: 0", "scope": "global", "metric_type": 1 @@ -14282,6 +15580,7 @@ "dbms": 19, "name": "global.sysstat.java call heap total size max", "vartype": 2, + "default": "0", "summary": "sysstat.java call heap total size max: 0", "scope": "global", "metric_type": 1 @@ -14293,6 +15592,7 @@ "dbms": 19, "name": "global.sysstat.java call heap used size", "vartype": 2, + "default": "0", "summary": "sysstat.java call heap used size: 0", "scope": "global", "metric_type": 1 @@ -14304,6 +15604,7 @@ "dbms": 19, "name": "global.sysstat.java call heap used size max", "vartype": 2, + "default": "0", "summary": "sysstat.java call heap used size max: 0", "scope": "global", "metric_type": 1 @@ -14315,6 +15616,7 @@ "dbms": 19, "name": "global.sysstat.java session heap collected bytes", "vartype": 2, + "default": "0", "summary": "sysstat.java session heap collected bytes: 0", "scope": "global", "metric_type": 1 @@ -14326,6 +15628,7 @@ "dbms": 19, "name": "global.sysstat.java session heap collected count", "vartype": 2, + "default": "0", "summary": "sysstat.java session heap collected count: 0", "scope": "global", "metric_type": 1 @@ -14337,6 +15640,7 @@ "dbms": 19, "name": "global.sysstat.java session heap gc count", "vartype": 2, + "default": "0", "summary": "sysstat.java session heap gc count: 0", "scope": "global", "metric_type": 1 @@ -14348,6 +15652,7 @@ "dbms": 19, "name": "global.sysstat.java session heap live object count", "vartype": 2, + "default": "0", "summary": "sysstat.java session heap live object count: 0", "scope": "global", "metric_type": 1 @@ -14359,6 +15664,7 @@ "dbms": 19, "name": "global.sysstat.java session heap live object count max", "vartype": 2, + "default": "0", "summary": "sysstat.java session heap live object count max: 0", "scope": "global", "metric_type": 1 @@ -14370,6 +15676,7 @@ "dbms": 19, "name": "global.sysstat.java session heap live size", "vartype": 2, + "default": "0", "summary": "sysstat.java session heap live size: 0", "scope": "global", "metric_type": 1 @@ -14381,6 +15688,7 @@ "dbms": 19, "name": "global.sysstat.java session heap live size max", "vartype": 2, + "default": "0", "summary": "sysstat.java session heap live size max: 0", "scope": "global", "metric_type": 1 @@ -14392,6 +15700,7 @@ "dbms": 19, "name": "global.sysstat.java session heap object count", "vartype": 2, + "default": "0", "summary": "sysstat.java session heap object count: 0", "scope": "global", "metric_type": 1 @@ -14403,6 +15712,7 @@ "dbms": 19, "name": "global.sysstat.java session heap object count max", "vartype": 2, + "default": "0", "summary": "sysstat.java session heap object count max: 0", "scope": "global", "metric_type": 1 @@ -14414,6 +15724,7 @@ "dbms": 19, "name": "global.sysstat.java session heap used size", "vartype": 2, + "default": "0", "summary": "sysstat.java session heap used size: 0", "scope": "global", "metric_type": 1 @@ -14425,6 +15736,7 @@ "dbms": 19, "name": "global.sysstat.java session heap used size max", "vartype": 2, + "default": "0", "summary": "sysstat.java session heap used size max: 0", "scope": "global", "metric_type": 1 @@ -14436,6 +15748,7 @@ "dbms": 19, "name": "global.sysstat.ka grants received", "vartype": 2, + "default": "0", "summary": "sysstat.ka grants received: 0", "scope": "global", "metric_type": 1 @@ -14447,6 +15760,7 @@ "dbms": 19, "name": "global.sysstat.ka local message waits", "vartype": 2, + "default": "0", "summary": "sysstat.ka local message waits: 0", "scope": "global", "metric_type": 1 @@ -14458,6 +15772,7 @@ "dbms": 19, "name": "global.sysstat.ka local messages received", "vartype": 2, + "default": "0", "summary": "sysstat.ka local messages received: 0", "scope": "global", "metric_type": 1 @@ -14469,6 +15784,7 @@ "dbms": 19, "name": "global.sysstat.ka messages sent", "vartype": 2, + "default": "0", "summary": "sysstat.ka messages sent: 0", "scope": "global", "metric_type": 1 @@ -14480,6 +15796,7 @@ "dbms": 19, "name": "global.sysstat.ka wait calls attempted", "vartype": 2, + "default": "0", "summary": "sysstat.ka wait calls attempted: 0", "scope": "global", "metric_type": 1 @@ -14491,6 +15808,7 @@ "dbms": 19, "name": "global.sysstat.ka wait calls for invalid kga", "vartype": 2, + "default": "0", "summary": "sysstat.ka wait calls for invalid kga: 0", "scope": "global", "metric_type": 1 @@ -14502,6 +15820,7 @@ "dbms": 19, "name": "global.sysstat.ka wait calls other", "vartype": 2, + "default": "0", "summary": "sysstat.ka wait calls other: 0", "scope": "global", "metric_type": 1 @@ -14513,6 +15832,7 @@ "dbms": 19, "name": "global.sysstat.ka wait calls suppressed", "vartype": 2, + "default": "0", "summary": "sysstat.ka wait calls suppressed: 0", "scope": "global", "metric_type": 1 @@ -14524,6 +15844,7 @@ "dbms": 19, "name": "global.sysstat.ka wait due to timeout", "vartype": 2, + "default": "0", "summary": "sysstat.ka wait due to timeout: 0", "scope": "global", "metric_type": 1 @@ -14535,6 +15856,7 @@ "dbms": 19, "name": "global.sysstat.ka wait due to trigger", "vartype": 2, + "default": "0", "summary": "sysstat.ka wait due to trigger: 0", "scope": "global", "metric_type": 1 @@ -14546,6 +15868,7 @@ "dbms": 19, "name": "global.sysstat.key vector cas merge abort", "vartype": 2, + "default": "0", "summary": "sysstat.key vector cas merge abort: 0", "scope": "global", "metric_type": 1 @@ -14557,6 +15880,7 @@ "dbms": 19, "name": "global.sysstat.key vector cas merge locking retrial", "vartype": 2, + "default": "0", "summary": "sysstat.key vector cas merge locking retrial: 0", "scope": "global", "metric_type": 1 @@ -14568,6 +15892,7 @@ "dbms": 19, "name": "global.sysstat.key vector cas merge operations", "vartype": 2, + "default": "0", "summary": "sysstat.key vector cas merge operations: 0", "scope": "global", "metric_type": 1 @@ -14579,6 +15904,7 @@ "dbms": 19, "name": "global.sysstat.key vector cu codes processed", "vartype": 2, + "default": "0", "summary": "sysstat.key vector cu codes processed: 0", "scope": "global", "metric_type": 1 @@ -14590,6 +15916,7 @@ "dbms": 19, "name": "global.sysstat.key vector cus filtered", "vartype": 2, + "default": "0", "summary": "sysstat.key vector cus filtered: 0", "scope": "global", "metric_type": 1 @@ -14601,6 +15928,7 @@ "dbms": 19, "name": "global.sysstat.key vector cus min/max filtered", "vartype": 2, + "default": "0", "summary": "sysstat.key vector cus min/max filtered: 0", "scope": "global", "metric_type": 1 @@ -14612,6 +15940,7 @@ "dbms": 19, "name": "global.sysstat.key vector cus processed using cached integer join keys", "vartype": 2, + "default": "0", "summary": "sysstat.key vector cus processed using cached integer join keys: 0", "scope": "global", "metric_type": 1 @@ -14623,6 +15952,7 @@ "dbms": 19, "name": "global.sysstat.key vector dgk batch parcels", "vartype": 2, + "default": "0", "summary": "sysstat.key vector dgk batch parcels: 0", "scope": "global", "metric_type": 1 @@ -14634,6 +15964,7 @@ "dbms": 19, "name": "global.sysstat.key vector dgk range parcels", "vartype": 2, + "default": "0", "summary": "sysstat.key vector dgk range parcels: 0", "scope": "global", "metric_type": 1 @@ -14645,6 +15976,7 @@ "dbms": 19, "name": "global.sysstat.key vector efilters created", "vartype": 2, + "default": "0", "summary": "sysstat.key vector efilters created: 0", "scope": "global", "metric_type": 1 @@ -14656,6 +15988,7 @@ "dbms": 19, "name": "global.sysstat.key vector filtered on cell", "vartype": 2, + "default": "0", "summary": "sysstat.key vector filtered on cell: 0", "scope": "global", "metric_type": 1 @@ -14667,6 +16000,7 @@ "dbms": 19, "name": "global.sysstat.key vector hash cells scanned", "vartype": 2, + "default": "0", "summary": "sysstat.key vector hash cells scanned: 0", "scope": "global", "metric_type": 1 @@ -14678,6 +16012,7 @@ "dbms": 19, "name": "global.sysstat.key vector hash copied encountered", "vartype": 2, + "default": "0", "summary": "sysstat.key vector hash copied encountered: 0", "scope": "global", "metric_type": 1 @@ -14689,6 +16024,7 @@ "dbms": 19, "name": "global.sysstat.key vector hash inserts", "vartype": 2, + "default": "0", "summary": "sysstat.key vector hash inserts: 0", "scope": "global", "metric_type": 1 @@ -14700,6 +16036,7 @@ "dbms": 19, "name": "global.sysstat.key vector hash locks encountered", "vartype": 2, + "default": "0", "summary": "sysstat.key vector hash locks encountered: 0", "scope": "global", "metric_type": 1 @@ -14711,6 +16048,7 @@ "dbms": 19, "name": "global.sysstat.key vector hash probes", "vartype": 2, + "default": "0", "summary": "sysstat.key vector hash probes: 0", "scope": "global", "metric_type": 1 @@ -14722,6 +16060,7 @@ "dbms": 19, "name": "global.sysstat.key vector non cas merge operations", "vartype": 2, + "default": "0", "summary": "sysstat.key vector non cas merge operations: 0", "scope": "global", "metric_type": 1 @@ -14733,6 +16072,7 @@ "dbms": 19, "name": "global.sysstat.key vector probed on cell", "vartype": 2, + "default": "0", "summary": "sysstat.key vector probed on cell: 0", "scope": "global", "metric_type": 1 @@ -14744,6 +16084,7 @@ "dbms": 19, "name": "global.sysstat.key vector queries", "vartype": 2, + "default": "0", "summary": "sysstat.key vector queries: 0", "scope": "global", "metric_type": 1 @@ -14755,6 +16096,7 @@ "dbms": 19, "name": "global.sysstat.key vector rows filtered", "vartype": 2, + "default": "0", "summary": "sysstat.key vector rows filtered: 0", "scope": "global", "metric_type": 1 @@ -14766,6 +16108,7 @@ "dbms": 19, "name": "global.sysstat.key vector rows processed by code", "vartype": 2, + "default": "0", "summary": "sysstat.key vector rows processed by code: 0", "scope": "global", "metric_type": 1 @@ -14777,6 +16120,7 @@ "dbms": 19, "name": "global.sysstat.key vector rows processed by value", "vartype": 2, + "default": "0", "summary": "sysstat.key vector rows processed by value: 0", "scope": "global", "metric_type": 1 @@ -14788,6 +16132,7 @@ "dbms": 19, "name": "global.sysstat.key vector serializations for cell", "vartype": 2, + "default": "0", "summary": "sysstat.key vector serializations for cell: 0", "scope": "global", "metric_type": 1 @@ -14799,6 +16144,7 @@ "dbms": 19, "name": "global.sysstat.key vector serializations in lite mode for cell", "vartype": 2, + "default": "0", "summary": "sysstat.key vector serializations in lite mode for cell: 0", "scope": "global", "metric_type": 1 @@ -14810,6 +16156,7 @@ "dbms": 19, "name": "global.sysstat.key vector stubs created", "vartype": 2, + "default": "0", "summary": "sysstat.key vector stubs created: 0", "scope": "global", "metric_type": 1 @@ -14821,6 +16168,7 @@ "dbms": 19, "name": "global.sysstat.key vectors bypassed", "vartype": 2, + "default": "0", "summary": "sysstat.key vectors bypassed: 0", "scope": "global", "metric_type": 1 @@ -14832,6 +16180,7 @@ "dbms": 19, "name": "global.sysstat.key vectors created", "vartype": 2, + "default": "0", "summary": "sysstat.key vectors created: 0", "scope": "global", "metric_type": 1 @@ -14843,6 +16192,7 @@ "dbms": 19, "name": "global.sysstat.key vectors created (2 byte wide)", "vartype": 2, + "default": "0", "summary": "sysstat.key vectors created (2 byte wide): 0", "scope": "global", "metric_type": 1 @@ -14854,6 +16204,7 @@ "dbms": 19, "name": "global.sysstat.key vectors created (4 byte wide)", "vartype": 2, + "default": "0", "summary": "sysstat.key vectors created (4 byte wide): 0", "scope": "global", "metric_type": 1 @@ -14865,6 +16216,7 @@ "dbms": 19, "name": "global.sysstat.key vectors created (bit wide)", "vartype": 2, + "default": "0", "summary": "sysstat.key vectors created (bit wide): 0", "scope": "global", "metric_type": 1 @@ -14876,6 +16228,7 @@ "dbms": 19, "name": "global.sysstat.key vectors created (byte wide)", "vartype": 2, + "default": "0", "summary": "sysstat.key vectors created (byte wide): 0", "scope": "global", "metric_type": 1 @@ -14887,6 +16240,7 @@ "dbms": 19, "name": "global.sysstat.key vectors created (doubly indirect layout)", "vartype": 2, + "default": "0", "summary": "sysstat.key vectors created (doubly indirect layout): 0", "scope": "global", "metric_type": 1 @@ -14898,6 +16252,7 @@ "dbms": 19, "name": "global.sysstat.key vectors created (hash layout)", "vartype": 2, + "default": "0", "summary": "sysstat.key vectors created (hash layout): 0", "scope": "global", "metric_type": 1 @@ -14909,6 +16264,7 @@ "dbms": 19, "name": "global.sysstat.key vectors created (indirect layout)", "vartype": 2, + "default": "0", "summary": "sysstat.key vectors created (indirect layout): 0", "scope": "global", "metric_type": 1 @@ -14920,6 +16276,7 @@ "dbms": 19, "name": "global.sysstat.key vectors created (nibble wide)", "vartype": 2, + "default": "0", "summary": "sysstat.key vectors created (nibble wide): 0", "scope": "global", "metric_type": 1 @@ -14931,6 +16288,7 @@ "dbms": 19, "name": "global.sysstat.key vectors created (offset layout)", "vartype": 2, + "default": "0", "summary": "sysstat.key vectors created (offset layout): 0", "scope": "global", "metric_type": 1 @@ -14942,6 +16300,7 @@ "dbms": 19, "name": "global.sysstat.key vectors created (paged)", "vartype": 2, + "default": "0", "summary": "sysstat.key vectors created (paged): 0", "scope": "global", "metric_type": 1 @@ -14953,6 +16312,7 @@ "dbms": 19, "name": "global.sysstat.key vectors created (simple layout)", "vartype": 2, + "default": "0", "summary": "sysstat.key vectors created (simple layout): 0", "scope": "global", "metric_type": 1 @@ -14964,6 +16324,7 @@ "dbms": 19, "name": "global.sysstat.key vectors created with payload", "vartype": 2, + "default": "0", "summary": "sysstat.key vectors created with payload: 0", "scope": "global", "metric_type": 1 @@ -14975,6 +16336,7 @@ "dbms": 19, "name": "global.sysstat.key vectors sent to cell", "vartype": 2, + "default": "0", "summary": "sysstat.key vectors sent to cell: 0", "scope": "global", "metric_type": 1 @@ -14986,6 +16348,7 @@ "dbms": 19, "name": "global.sysstat.key vectors sent to cell in lite mode due to layout", "vartype": 2, + "default": "0", "summary": "sysstat.key vectors sent to cell in lite mode due to layout: 0", "scope": "global", "metric_type": 1 @@ -14997,6 +16360,7 @@ "dbms": 19, "name": "global.sysstat.key vectors sent to cell in lite mode due to quota", "vartype": 2, + "default": "0", "summary": "sysstat.key vectors sent to cell in lite mode due to quota: 0", "scope": "global", "metric_type": 1 @@ -15008,6 +16372,7 @@ "dbms": 19, "name": "global.sysstat.ktfb alloc myinst", "vartype": 2, + "default": "0", "summary": "sysstat.ktfb alloc myinst: 0", "scope": "global", "metric_type": 1 @@ -15019,6 +16384,7 @@ "dbms": 19, "name": "global.sysstat.ktfb alloc req", "vartype": 2, + "default": "1", "summary": "sysstat.ktfb alloc req: 1", "scope": "global", "metric_type": 1 @@ -15030,6 +16396,7 @@ "dbms": 19, "name": "global.sysstat.ktfb alloc search ffb", "vartype": 2, + "default": "0", "summary": "sysstat.ktfb alloc search ffb: 0", "scope": "global", "metric_type": 1 @@ -15041,6 +16408,7 @@ "dbms": 19, "name": "global.sysstat.ktfb alloc space (block)", "vartype": 2, + "default": "1048576", "summary": "sysstat.ktfb alloc space (block): 1048576", "scope": "global", "metric_type": 1 @@ -15052,6 +16420,7 @@ "dbms": 19, "name": "global.sysstat.ktfb alloc steal", "vartype": 2, + "default": "0", "summary": "sysstat.ktfb alloc steal: 0", "scope": "global", "metric_type": 1 @@ -15063,6 +16432,7 @@ "dbms": 19, "name": "global.sysstat.ktfb alloc time (ms)", "vartype": 2, + "default": "237", "summary": "sysstat.ktfb alloc time (ms): 237", "scope": "global", "metric_type": 1 @@ -15074,6 +16444,7 @@ "dbms": 19, "name": "global.sysstat.ktfb apply req", "vartype": 2, + "default": "0", "summary": "sysstat.ktfb apply req: 0", "scope": "global", "metric_type": 1 @@ -15085,6 +16456,7 @@ "dbms": 19, "name": "global.sysstat.ktfb apply time (ms)", "vartype": 2, + "default": "0", "summary": "sysstat.ktfb apply time (ms): 0", "scope": "global", "metric_type": 1 @@ -15096,6 +16468,7 @@ "dbms": 19, "name": "global.sysstat.ktfb commit req", "vartype": 2, + "default": "0", "summary": "sysstat.ktfb commit req: 0", "scope": "global", "metric_type": 1 @@ -15107,6 +16480,7 @@ "dbms": 19, "name": "global.sysstat.ktfb commit time (ms)", "vartype": 2, + "default": "0", "summary": "sysstat.ktfb commit time (ms): 0", "scope": "global", "metric_type": 1 @@ -15118,6 +16492,7 @@ "dbms": 19, "name": "global.sysstat.ktfb free req", "vartype": 2, + "default": "0", "summary": "sysstat.ktfb free req: 0", "scope": "global", "metric_type": 1 @@ -15129,6 +16504,7 @@ "dbms": 19, "name": "global.sysstat.ktfb free space (block)", "vartype": 2, + "default": "0", "summary": "sysstat.ktfb free space (block): 0", "scope": "global", "metric_type": 1 @@ -15140,6 +16516,7 @@ "dbms": 19, "name": "global.sysstat.ktfb free time (ms)", "vartype": 2, + "default": "0", "summary": "sysstat.ktfb free time (ms): 0", "scope": "global", "metric_type": 1 @@ -15151,6 +16528,7 @@ "dbms": 19, "name": "global.sysstat.kturma cpu time (usec)", "vartype": 2, + "default": "0", "summary": "sysstat.kturma cpu time (usec): 0", "scope": "global", "metric_type": 1 @@ -15162,6 +16540,7 @@ "dbms": 19, "name": "global.sysstat.kturma rma ops", "vartype": 2, + "default": "0", "summary": "sysstat.kturma rma ops: 0", "scope": "global", "metric_type": 1 @@ -15173,6 +16552,7 @@ "dbms": 19, "name": "global.sysstat.kturma xid lookups", "vartype": 2, + "default": "0", "summary": "sysstat.kturma xid lookups: 0", "scope": "global", "metric_type": 1 @@ -15184,6 +16564,7 @@ "dbms": 19, "name": "global.sysstat.large tracked transactions", "vartype": 2, + "default": "0", "summary": "sysstat.large tracked transactions: 0", "scope": "global", "metric_type": 1 @@ -15195,6 +16576,7 @@ "dbms": 19, "name": "global.sysstat.leaf node 90-10 splits", "vartype": 2, + "default": "1", "summary": "sysstat.leaf node 90-10 splits: 1", "scope": "global", "metric_type": 1 @@ -15206,6 +16588,7 @@ "dbms": 19, "name": "global.sysstat.leaf node splits", "vartype": 2, + "default": "72", "summary": "sysstat.leaf node splits: 72", "scope": "global", "metric_type": 1 @@ -15217,6 +16600,7 @@ "dbms": 19, "name": "global.sysstat.lob reads", "vartype": 2, + "default": "95", "summary": "sysstat.lob reads: 95", "scope": "global", "metric_type": 1 @@ -15228,6 +16612,7 @@ "dbms": 19, "name": "global.sysstat.lob table id lookup cache misses", "vartype": 2, + "default": "0", "summary": "sysstat.lob table id lookup cache misses: 0", "scope": "global", "metric_type": 1 @@ -15239,6 +16624,7 @@ "dbms": 19, "name": "global.sysstat.lob writes", "vartype": 2, + "default": "48", "summary": "sysstat.lob writes: 48", "scope": "global", "metric_type": 1 @@ -15250,6 +16636,7 @@ "dbms": 19, "name": "global.sysstat.lob writes unaligned", "vartype": 2, + "default": "48", "summary": "sysstat.lob writes unaligned: 48", "scope": "global", "metric_type": 1 @@ -15261,6 +16648,7 @@ "dbms": 19, "name": "global.sysstat.local undo segment hints helped", "vartype": 2, + "default": "0", "summary": "sysstat.local undo segment hints helped: 0", "scope": "global", "metric_type": 1 @@ -15272,6 +16660,7 @@ "dbms": 19, "name": "global.sysstat.local undo segment hints were stale", "vartype": 2, + "default": "0", "summary": "sysstat.local undo segment hints were stale: 0", "scope": "global", "metric_type": 1 @@ -15283,6 +16672,7 @@ "dbms": 19, "name": "global.sysstat.logical read bytes from cache", "vartype": 2, + "default": "86247202816", "summary": "sysstat.logical read bytes from cache: 86247202816", "scope": "global", "metric_type": 1 @@ -15294,6 +16684,7 @@ "dbms": 19, "name": "global.sysstat.logons cumulative", "vartype": 2, + "default": "122", "summary": "sysstat.logons cumulative: 122", "scope": "global", "metric_type": 1 @@ -15305,6 +16696,7 @@ "dbms": 19, "name": "global.sysstat.logons current", "vartype": 2, + "default": "51", "summary": "sysstat.logons current: 51", "scope": "global", "metric_type": 3 @@ -15316,6 +16708,7 @@ "dbms": 19, "name": "global.sysstat.max cf enq hold time", "vartype": 2, + "default": "46", "summary": "sysstat.max cf enq hold time: 46", "scope": "global", "metric_type": 1 @@ -15327,6 +16720,7 @@ "dbms": 19, "name": "global.sysstat.memopt r blocks populated", "vartype": 2, + "default": "0", "summary": "sysstat.memopt r blocks populated: 0", "scope": "global", "metric_type": 1 @@ -15338,6 +16732,7 @@ "dbms": 19, "name": "global.sysstat.memopt r blocks repopulated", "vartype": 2, + "default": "0", "summary": "sysstat.memopt r blocks repopulated: 0", "scope": "global", "metric_type": 1 @@ -15349,6 +16744,7 @@ "dbms": 19, "name": "global.sysstat.memopt r cleanup", "vartype": 2, + "default": "0", "summary": "sysstat.memopt r cleanup: 0", "scope": "global", "metric_type": 1 @@ -15360,6 +16756,7 @@ "dbms": 19, "name": "global.sysstat.memopt r drop im tasks accepted", "vartype": 2, + "default": "0", "summary": "sysstat.memopt r drop im tasks accepted: 0", "scope": "global", "metric_type": 1 @@ -15371,6 +16768,7 @@ "dbms": 19, "name": "global.sysstat.memopt r drop im tasks not accepted", "vartype": 2, + "default": "0", "summary": "sysstat.memopt r drop im tasks not accepted: 0", "scope": "global", "metric_type": 1 @@ -15382,6 +16780,7 @@ "dbms": 19, "name": "global.sysstat.memopt r entries deleted", "vartype": 2, + "default": "0", "summary": "sysstat.memopt r entries deleted: 0", "scope": "global", "metric_type": 1 @@ -15393,6 +16792,7 @@ "dbms": 19, "name": "global.sysstat.memopt r fail to pin buffer", "vartype": 2, + "default": "0", "summary": "sysstat.memopt r fail to pin buffer: 0", "scope": "global", "metric_type": 1 @@ -15404,6 +16804,7 @@ "dbms": 19, "name": "global.sysstat.memopt r failed puts", "vartype": 2, + "default": "0", "summary": "sysstat.memopt r failed puts: 0", "scope": "global", "metric_type": 1 @@ -15415,6 +16816,7 @@ "dbms": 19, "name": "global.sysstat.memopt r failed puts:bucket in flux", "vartype": 2, + "default": "0", "summary": "sysstat.memopt r failed puts:bucket in flux: 0", "scope": "global", "metric_type": 1 @@ -15426,6 +16828,7 @@ "dbms": 19, "name": "global.sysstat.memopt r failed puts:no space", "vartype": 2, + "default": "0", "summary": "sysstat.memopt r failed puts:no space: 0", "scope": "global", "metric_type": 1 @@ -15437,6 +16840,7 @@ "dbms": 19, "name": "global.sysstat.memopt r failed reads on blocks", "vartype": 2, + "default": "0", "summary": "sysstat.memopt r failed reads on blocks: 0", "scope": "global", "metric_type": 1 @@ -15448,6 +16852,7 @@ "dbms": 19, "name": "global.sysstat.memopt r failed reads on buckets", "vartype": 2, + "default": "0", "summary": "sysstat.memopt r failed reads on buckets: 0", "scope": "global", "metric_type": 1 @@ -15459,6 +16864,7 @@ "dbms": 19, "name": "global.sysstat.memopt r failed to get segment drop eq", "vartype": 2, + "default": "0", "summary": "sysstat.memopt r failed to get segment drop eq: 0", "scope": "global", "metric_type": 1 @@ -15470,6 +16876,7 @@ "dbms": 19, "name": "global.sysstat.memopt r failed to get tbs drop eq", "vartype": 2, + "default": "0", "summary": "sysstat.memopt r failed to get tbs drop eq: 0", "scope": "global", "metric_type": 1 @@ -15481,6 +16888,7 @@ "dbms": 19, "name": "global.sysstat.memopt r failed to get tbs offline eq", "vartype": 2, + "default": "0", "summary": "sysstat.memopt r failed to get tbs offline eq: 0", "scope": "global", "metric_type": 1 @@ -15492,6 +16900,7 @@ "dbms": 19, "name": "global.sysstat.memopt r hits", "vartype": 2, + "default": "0", "summary": "sysstat.memopt r hits: 0", "scope": "global", "metric_type": 1 @@ -15503,6 +16912,7 @@ "dbms": 19, "name": "global.sysstat.memopt r lookup detected cr buffer", "vartype": 2, + "default": "0", "summary": "sysstat.memopt r lookup detected cr buffer: 0", "scope": "global", "metric_type": 1 @@ -15514,6 +16924,7 @@ "dbms": 19, "name": "global.sysstat.memopt r lookup skipped chained rows", "vartype": 2, + "default": "0", "summary": "sysstat.memopt r lookup skipped chained rows: 0", "scope": "global", "metric_type": 1 @@ -15525,6 +16936,7 @@ "dbms": 19, "name": "global.sysstat.memopt r lookup skipped deleted rows", "vartype": 2, + "default": "0", "summary": "sysstat.memopt r lookup skipped deleted rows: 0", "scope": "global", "metric_type": 1 @@ -15536,6 +16948,7 @@ "dbms": 19, "name": "global.sysstat.memopt r lookup skipped locked rows", "vartype": 2, + "default": "0", "summary": "sysstat.memopt r lookup skipped locked rows: 0", "scope": "global", "metric_type": 1 @@ -15547,6 +16960,7 @@ "dbms": 19, "name": "global.sysstat.memopt r lookups", "vartype": 2, + "default": "0", "summary": "sysstat.memopt r lookups: 0", "scope": "global", "metric_type": 1 @@ -15558,6 +16972,7 @@ "dbms": 19, "name": "global.sysstat.memopt r misses", "vartype": 2, + "default": "0", "summary": "sysstat.memopt r misses: 0", "scope": "global", "metric_type": 1 @@ -15569,6 +16984,7 @@ "dbms": 19, "name": "global.sysstat.memopt r no im tasks accepted", "vartype": 2, + "default": "0", "summary": "sysstat.memopt r no im tasks accepted: 0", "scope": "global", "metric_type": 1 @@ -15580,6 +16996,7 @@ "dbms": 19, "name": "global.sysstat.memopt r no im tasks not accepted", "vartype": 2, + "default": "0", "summary": "sysstat.memopt r no im tasks not accepted: 0", "scope": "global", "metric_type": 1 @@ -15591,6 +17008,7 @@ "dbms": 19, "name": "global.sysstat.memopt r populate", "vartype": 2, + "default": "0", "summary": "sysstat.memopt r populate: 0", "scope": "global", "metric_type": 1 @@ -15602,6 +17020,7 @@ "dbms": 19, "name": "global.sysstat.memopt r populate skipped chained rows", "vartype": 2, + "default": "0", "summary": "sysstat.memopt r populate skipped chained rows: 0", "scope": "global", "metric_type": 1 @@ -15613,6 +17032,7 @@ "dbms": 19, "name": "global.sysstat.memopt r populate skipped deleted rows", "vartype": 2, + "default": "0", "summary": "sysstat.memopt r populate skipped deleted rows: 0", "scope": "global", "metric_type": 1 @@ -15624,6 +17044,7 @@ "dbms": 19, "name": "global.sysstat.memopt r populate skipped locked rows", "vartype": 2, + "default": "0", "summary": "sysstat.memopt r populate skipped locked rows: 0", "scope": "global", "metric_type": 1 @@ -15635,6 +17056,7 @@ "dbms": 19, "name": "global.sysstat.memopt r populate tasks accepted", "vartype": 2, + "default": "0", "summary": "sysstat.memopt r populate tasks accepted: 0", "scope": "global", "metric_type": 1 @@ -15646,6 +17068,7 @@ "dbms": 19, "name": "global.sysstat.memopt r populate tasks not accepted", "vartype": 2, + "default": "0", "summary": "sysstat.memopt r populate tasks not accepted: 0", "scope": "global", "metric_type": 1 @@ -15657,6 +17080,7 @@ "dbms": 19, "name": "global.sysstat.memopt r puts", "vartype": 2, + "default": "0", "summary": "sysstat.memopt r puts: 0", "scope": "global", "metric_type": 1 @@ -15668,6 +17092,7 @@ "dbms": 19, "name": "global.sysstat.memopt r puts:buckets full", "vartype": 2, + "default": "0", "summary": "sysstat.memopt r puts:buckets full: 0", "scope": "global", "metric_type": 1 @@ -15679,6 +17104,7 @@ "dbms": 19, "name": "global.sysstat.memopt r repopulate", "vartype": 2, + "default": "0", "summary": "sysstat.memopt r repopulate: 0", "scope": "global", "metric_type": 1 @@ -15690,6 +17116,7 @@ "dbms": 19, "name": "global.sysstat.memopt r repopulate invalidated entries", "vartype": 2, + "default": "0", "summary": "sysstat.memopt r repopulate invalidated entries: 0", "scope": "global", "metric_type": 1 @@ -15701,6 +17128,7 @@ "dbms": 19, "name": "global.sysstat.memopt r repopulate skipped chained rows", "vartype": 2, + "default": "0", "summary": "sysstat.memopt r repopulate skipped chained rows: 0", "scope": "global", "metric_type": 1 @@ -15712,6 +17140,7 @@ "dbms": 19, "name": "global.sysstat.memopt r repopulate skipped deleted rows", "vartype": 2, + "default": "0", "summary": "sysstat.memopt r repopulate skipped deleted rows: 0", "scope": "global", "metric_type": 1 @@ -15723,6 +17152,7 @@ "dbms": 19, "name": "global.sysstat.memopt r repopulate skipped locked rows", "vartype": 2, + "default": "0", "summary": "sysstat.memopt r repopulate skipped locked rows: 0", "scope": "global", "metric_type": 1 @@ -15734,6 +17164,7 @@ "dbms": 19, "name": "global.sysstat.memopt r repopulate tasks accepted", "vartype": 2, + "default": "0", "summary": "sysstat.memopt r repopulate tasks accepted: 0", "scope": "global", "metric_type": 1 @@ -15745,6 +17176,7 @@ "dbms": 19, "name": "global.sysstat.memopt r repopulate tasks not accepted", "vartype": 2, + "default": "0", "summary": "sysstat.memopt r repopulate tasks not accepted: 0", "scope": "global", "metric_type": 1 @@ -15756,6 +17188,7 @@ "dbms": 19, "name": "global.sysstat.memopt r rows populated", "vartype": 2, + "default": "0", "summary": "sysstat.memopt r rows populated: 0", "scope": "global", "metric_type": 1 @@ -15767,6 +17200,7 @@ "dbms": 19, "name": "global.sysstat.memopt r rows repopulated", "vartype": 2, + "default": "0", "summary": "sysstat.memopt r rows repopulated: 0", "scope": "global", "metric_type": 1 @@ -15778,6 +17212,7 @@ "dbms": 19, "name": "global.sysstat.memopt r successful puts", "vartype": 2, + "default": "0", "summary": "sysstat.memopt r successful puts: 0", "scope": "global", "metric_type": 1 @@ -15789,6 +17224,7 @@ "dbms": 19, "name": "global.sysstat.memopt r successful puts:cuckoo deadend", "vartype": 2, + "default": "0", "summary": "sysstat.memopt r successful puts:cuckoo deadend: 0", "scope": "global", "metric_type": 1 @@ -15800,6 +17236,7 @@ "dbms": 19, "name": "global.sysstat.memopt r successful puts:max cuckoo", "vartype": 2, + "default": "0", "summary": "sysstat.memopt r successful puts:max cuckoo: 0", "scope": "global", "metric_type": 1 @@ -15811,6 +17248,7 @@ "dbms": 19, "name": "global.sysstat.memopt r successful puts:with cuckoo", "vartype": 2, + "default": "0", "summary": "sysstat.memopt r successful puts:with cuckoo: 0", "scope": "global", "metric_type": 1 @@ -15822,6 +17260,7 @@ "dbms": 19, "name": "global.sysstat.memopt r successful puts:with evictions", "vartype": 2, + "default": "0", "summary": "sysstat.memopt r successful puts:with evictions: 0", "scope": "global", "metric_type": 1 @@ -15833,6 +17272,7 @@ "dbms": 19, "name": "global.sysstat.memopt r tag collisions", "vartype": 2, + "default": "0", "summary": "sysstat.memopt r tag collisions: 0", "scope": "global", "metric_type": 1 @@ -15844,6 +17284,7 @@ "dbms": 19, "name": "global.sysstat.memopt w buffer gets", "vartype": 2, + "default": "0", "summary": "sysstat.memopt w buffer gets: 0", "scope": "global", "metric_type": 1 @@ -15855,6 +17296,7 @@ "dbms": 19, "name": "global.sysstat.memopt w buffer gotcur", "vartype": 2, + "default": "0", "summary": "sysstat.memopt w buffer gotcur: 0", "scope": "global", "metric_type": 1 @@ -15866,6 +17308,7 @@ "dbms": 19, "name": "global.sysstat.memopt w buffer hit bucket 0", "vartype": 2, + "default": "0", "summary": "sysstat.memopt w buffer hit bucket 0: 0", "scope": "global", "metric_type": 1 @@ -15877,6 +17320,7 @@ "dbms": 19, "name": "global.sysstat.memopt w buffer miss latch", "vartype": 2, + "default": "0", "summary": "sysstat.memopt w buffer miss latch: 0", "scope": "global", "metric_type": 1 @@ -15888,6 +17332,7 @@ "dbms": 19, "name": "global.sysstat.memopt w buffer miss nobuf", "vartype": 2, + "default": "0", "summary": "sysstat.memopt w buffer miss nobuf: 0", "scope": "global", "metric_type": 1 @@ -15899,6 +17344,7 @@ "dbms": 19, "name": "global.sysstat.memopt w buffer miss space", "vartype": 2, + "default": "0", "summary": "sysstat.memopt w buffer miss space: 0", "scope": "global", "metric_type": 1 @@ -15910,6 +17356,7 @@ "dbms": 19, "name": "global.sysstat.memopt w buffer miss spc nolatch", "vartype": 2, + "default": "0", "summary": "sysstat.memopt w buffer miss spc nolatch: 0", "scope": "global", "metric_type": 1 @@ -15921,6 +17368,7 @@ "dbms": 19, "name": "global.sysstat.memopt w buffer miss spc unq nolat", "vartype": 2, + "default": "0", "summary": "sysstat.memopt w buffer miss spc unq nolat: 0", "scope": "global", "metric_type": 1 @@ -15932,6 +17380,7 @@ "dbms": 19, "name": "global.sysstat.memopt w buffer miss wait unq", "vartype": 2, + "default": "0", "summary": "sysstat.memopt w buffer miss wait unq: 0", "scope": "global", "metric_type": 1 @@ -15943,6 +17392,7 @@ "dbms": 19, "name": "global.sysstat.memopt w buffer miss waits", "vartype": 2, + "default": "0", "summary": "sysstat.memopt w buffer miss waits: 0", "scope": "global", "metric_type": 1 @@ -15954,6 +17404,7 @@ "dbms": 19, "name": "global.sysstat.memopt w buffer wake post", "vartype": 2, + "default": "0", "summary": "sysstat.memopt w buffer wake post: 0", "scope": "global", "metric_type": 1 @@ -15965,6 +17416,7 @@ "dbms": 19, "name": "global.sysstat.memopt w drain sleep", "vartype": 2, + "default": "0", "summary": "sysstat.memopt w drain sleep: 0", "scope": "global", "metric_type": 1 @@ -15976,6 +17428,7 @@ "dbms": 19, "name": "global.sysstat.memopt w drain sleep wake post", "vartype": 2, + "default": "0", "summary": "sysstat.memopt w drain sleep wake post: 0", "scope": "global", "metric_type": 1 @@ -15987,6 +17440,7 @@ "dbms": 19, "name": "global.sysstat.memopt w drain sleep work", "vartype": 2, + "default": "0", "summary": "sysstat.memopt w drain sleep work: 0", "scope": "global", "metric_type": 1 @@ -15998,6 +17452,7 @@ "dbms": 19, "name": "global.sysstat.memopt w flush tasks", "vartype": 2, + "default": "0", "summary": "sysstat.memopt w flush tasks: 0", "scope": "global", "metric_type": 1 @@ -16009,6 +17464,7 @@ "dbms": 19, "name": "global.sysstat.memopt w flush tasks deferred", "vartype": 2, + "default": "0", "summary": "sysstat.memopt w flush tasks deferred: 0", "scope": "global", "metric_type": 1 @@ -16020,6 +17476,7 @@ "dbms": 19, "name": "global.sysstat.memopt w rows flushed", "vartype": 2, + "default": "0", "summary": "sysstat.memopt w rows flushed: 0", "scope": "global", "metric_type": 1 @@ -16031,6 +17488,7 @@ "dbms": 19, "name": "global.sysstat.memopt w rows written", "vartype": 2, + "default": "0", "summary": "sysstat.memopt w rows written: 0", "scope": "global", "metric_type": 1 @@ -16042,6 +17500,7 @@ "dbms": 19, "name": "global.sysstat.messages received", "vartype": 2, + "default": "3304", "summary": "sysstat.messages received: 3304", "scope": "global", "metric_type": 1 @@ -16053,6 +17512,7 @@ "dbms": 19, "name": "global.sysstat.messages sent", "vartype": 2, + "default": "3304", "summary": "sysstat.messages sent: 3304", "scope": "global", "metric_type": 1 @@ -16064,6 +17524,7 @@ "dbms": 19, "name": "global.sysstat.min active scn optimization applied on cr", "vartype": 2, + "default": "0", "summary": "sysstat.min active scn optimization applied on cr: 0", "scope": "global", "metric_type": 1 @@ -16075,6 +17536,7 @@ "dbms": 19, "name": "global.sysstat.misses for writing mapping", "vartype": 2, + "default": "0", "summary": "sysstat.misses for writing mapping: 0", "scope": "global", "metric_type": 1 @@ -16086,6 +17548,7 @@ "dbms": 19, "name": "global.sysstat.no buffer to keep pinned count", "vartype": 2, + "default": "0", "summary": "sysstat.no buffer to keep pinned count: 0", "scope": "global", "metric_type": 1 @@ -16097,6 +17560,7 @@ "dbms": 19, "name": "global.sysstat.no work - consistent read gets", "vartype": 2, + "default": "10227139", "summary": "sysstat.no work - consistent read gets: 10227139", "scope": "global", "metric_type": 1 @@ -16108,6 +17572,7 @@ "dbms": 19, "name": "global.sysstat.no. of decrypt ops", "vartype": 2, + "default": "0", "summary": "sysstat.no. of decrypt ops: 0", "scope": "global", "metric_type": 1 @@ -16119,6 +17584,7 @@ "dbms": 19, "name": "global.sysstat.no. of encrypt ops", "vartype": 2, + "default": "0", "summary": "sysstat.no. of encrypt ops: 0", "scope": "global", "metric_type": 1 @@ -16130,6 +17596,7 @@ "dbms": 19, "name": "global.sysstat.no. of namespaces created", "vartype": 2, + "default": "0", "summary": "sysstat.no. of namespaces created: 0", "scope": "global", "metric_type": 1 @@ -16141,6 +17608,7 @@ "dbms": 19, "name": "global.sysstat.no. of principal cache misses", "vartype": 2, + "default": "0", "summary": "sysstat.no. of principal cache misses: 0", "scope": "global", "metric_type": 1 @@ -16152,6 +17620,7 @@ "dbms": 19, "name": "global.sysstat.no. of principal invalidations", "vartype": 2, + "default": "0", "summary": "sysstat.no. of principal invalidations: 0", "scope": "global", "metric_type": 1 @@ -16163,6 +17632,7 @@ "dbms": 19, "name": "global.sysstat.no. of roles enabled or disabled", "vartype": 2, + "default": "0", "summary": "sysstat.no. of roles enabled or disabled: 0", "scope": "global", "metric_type": 1 @@ -16174,6 +17644,7 @@ "dbms": 19, "name": "global.sysstat.no. of user callbacks executed", "vartype": 2, + "default": "0", "summary": "sysstat.no. of user callbacks executed: 0", "scope": "global", "metric_type": 1 @@ -16185,6 +17656,7 @@ "dbms": 19, "name": "global.sysstat.no. of xs sessions attached", "vartype": 2, + "default": "0", "summary": "sysstat.no. of xs sessions attached: 0", "scope": "global", "metric_type": 1 @@ -16196,6 +17668,7 @@ "dbms": 19, "name": "global.sysstat.no. of xs sessions created", "vartype": 2, + "default": "0", "summary": "sysstat.no. of xs sessions created: 0", "scope": "global", "metric_type": 1 @@ -16207,6 +17680,7 @@ "dbms": 19, "name": "global.sysstat.non-idle wait count", "vartype": 2, + "default": "78435", "summary": "sysstat.non-idle wait count: 78435", "scope": "global", "metric_type": 1 @@ -16218,6 +17692,7 @@ "dbms": 19, "name": "global.sysstat.non-idle wait time", "vartype": 2, + "default": "2193", "summary": "sysstat.non-idle wait time: 2193", "scope": "global", "metric_type": 1 @@ -16229,6 +17704,7 @@ "dbms": 19, "name": "global.sysstat.ns recovery dtc full interrupts", "vartype": 2, + "default": "0", "summary": "sysstat.ns recovery dtc full interrupts: 0", "scope": "global", "metric_type": 1 @@ -16240,6 +17716,7 @@ "dbms": 19, "name": "global.sysstat.ns recovery fetch ranges received", "vartype": 2, + "default": "0", "summary": "sysstat.ns recovery fetch ranges received: 0", "scope": "global", "metric_type": 1 @@ -16251,6 +17728,7 @@ "dbms": 19, "name": "global.sysstat.ns recovery fetch received bytes", "vartype": 2, + "default": "0", "summary": "sysstat.ns recovery fetch received bytes: 0", "scope": "global", "metric_type": 1 @@ -16262,6 +17740,7 @@ "dbms": 19, "name": "global.sysstat.ns recovery fetch received time", "vartype": 2, + "default": "0", "summary": "sysstat.ns recovery fetch received time: 0", "scope": "global", "metric_type": 1 @@ -16273,6 +17752,7 @@ "dbms": 19, "name": "global.sysstat.ns recovery fetch requested bytes", "vartype": 2, + "default": "0", "summary": "sysstat.ns recovery fetch requested bytes: 0", "scope": "global", "metric_type": 1 @@ -16284,6 +17764,7 @@ "dbms": 19, "name": "global.sysstat.ns recovery fetch requests made", "vartype": 2, + "default": "0", "summary": "sysstat.ns recovery fetch requests made: 0", "scope": "global", "metric_type": 1 @@ -16295,6 +17776,7 @@ "dbms": 19, "name": "global.sysstat.ns recovery fetch requests remade", "vartype": 2, + "default": "0", "summary": "sysstat.ns recovery fetch requests remade: 0", "scope": "global", "metric_type": 1 @@ -16306,6 +17788,7 @@ "dbms": 19, "name": "global.sysstat.ns recovery timeout interrupts", "vartype": 2, + "default": "0", "summary": "sysstat.ns recovery timeout interrupts: 0", "scope": "global", "metric_type": 1 @@ -16317,6 +17800,7 @@ "dbms": 19, "name": "global.sysstat.ns transaction bytes loaded", "vartype": 2, + "default": "0", "summary": "sysstat.ns transaction bytes loaded: 0", "scope": "global", "metric_type": 1 @@ -16328,6 +17812,7 @@ "dbms": 19, "name": "global.sysstat.ns transaction bytes logged", "vartype": 2, + "default": "0", "summary": "sysstat.ns transaction bytes logged: 0", "scope": "global", "metric_type": 1 @@ -16339,6 +17824,7 @@ "dbms": 19, "name": "global.sysstat.ns transaction bytes relogged", "vartype": 2, + "default": "0", "summary": "sysstat.ns transaction bytes relogged: 0", "scope": "global", "metric_type": 1 @@ -16350,6 +17836,7 @@ "dbms": 19, "name": "global.sysstat.ns transaction bytes to network", "vartype": 2, + "default": "0", "summary": "sysstat.ns transaction bytes to network: 0", "scope": "global", "metric_type": 1 @@ -16361,6 +17848,7 @@ "dbms": 19, "name": "global.sysstat.ns transaction confirm time", "vartype": 2, + "default": "0", "summary": "sysstat.ns transaction confirm time: 0", "scope": "global", "metric_type": 1 @@ -16372,6 +17860,7 @@ "dbms": 19, "name": "global.sysstat.ns transaction send time", "vartype": 2, + "default": "0", "summary": "sysstat.ns transaction send time: 0", "scope": "global", "metric_type": 1 @@ -16383,6 +17872,7 @@ "dbms": 19, "name": "global.sysstat.ns transaction setup time", "vartype": 2, + "default": "0", "summary": "sysstat.ns transaction setup time: 0", "scope": "global", "metric_type": 1 @@ -16394,6 +17884,7 @@ "dbms": 19, "name": "global.sysstat.ns transaction setups", "vartype": 2, + "default": "0", "summary": "sysstat.ns transaction setups: 0", "scope": "global", "metric_type": 1 @@ -16405,6 +17896,7 @@ "dbms": 19, "name": "global.sysstat.ns transactions", "vartype": 2, + "default": "0", "summary": "sysstat.ns transactions: 0", "scope": "global", "metric_type": 1 @@ -16416,6 +17908,7 @@ "dbms": 19, "name": "global.sysstat.ns transactions interrupted", "vartype": 2, + "default": "0", "summary": "sysstat.ns transactions interrupted: 0", "scope": "global", "metric_type": 1 @@ -16427,6 +17920,7 @@ "dbms": 19, "name": "global.sysstat.ns transactions not using all standbys", "vartype": 2, + "default": "0", "summary": "sysstat.ns transactions not using all standbys: 0", "scope": "global", "metric_type": 1 @@ -16438,6 +17932,7 @@ "dbms": 19, "name": "global.sysstat.ns transactions skipping send", "vartype": 2, + "default": "0", "summary": "sysstat.ns transactions skipping send: 0", "scope": "global", "metric_type": 1 @@ -16449,6 +17944,7 @@ "dbms": 19, "name": "global.sysstat.ns transactions timed out", "vartype": 2, + "default": "0", "summary": "sysstat.ns transactions timed out: 0", "scope": "global", "metric_type": 1 @@ -16460,6 +17956,7 @@ "dbms": 19, "name": "global.sysstat.number of format_preserving redactions", "vartype": 2, + "default": "0", "summary": "sysstat.number of format_preserving redactions: 0", "scope": "global", "metric_type": 1 @@ -16471,6 +17968,7 @@ "dbms": 19, "name": "global.sysstat.number of full redactions", "vartype": 2, + "default": "0", "summary": "sysstat.number of full redactions: 0", "scope": "global", "metric_type": 1 @@ -16482,6 +17980,7 @@ "dbms": 19, "name": "global.sysstat.number of none redactions", "vartype": 2, + "default": "0", "summary": "sysstat.number of none redactions: 0", "scope": "global", "metric_type": 1 @@ -16493,6 +17992,7 @@ "dbms": 19, "name": "global.sysstat.number of nullify redactions", "vartype": 2, + "default": "0", "summary": "sysstat.number of nullify redactions: 0", "scope": "global", "metric_type": 1 @@ -16504,6 +18004,7 @@ "dbms": 19, "name": "global.sysstat.number of partial redactions", "vartype": 2, + "default": "0", "summary": "sysstat.number of partial redactions: 0", "scope": "global", "metric_type": 1 @@ -16515,6 +18016,7 @@ "dbms": 19, "name": "global.sysstat.number of random redactions", "vartype": 2, + "default": "0", "summary": "sysstat.number of random redactions: 0", "scope": "global", "metric_type": 1 @@ -16526,6 +18028,7 @@ "dbms": 19, "name": "global.sysstat.number of read ios issued", "vartype": 2, + "default": "0", "summary": "sysstat.number of read ios issued: 0", "scope": "global", "metric_type": 1 @@ -16537,6 +18040,7 @@ "dbms": 19, "name": "global.sysstat.number of regexp redactions", "vartype": 2, + "default": "0", "summary": "sysstat.number of regexp redactions: 0", "scope": "global", "metric_type": 1 @@ -16548,6 +18052,7 @@ "dbms": 19, "name": "global.sysstat.number of regexp_width redactions", "vartype": 2, + "default": "0", "summary": "sysstat.number of regexp_width redactions: 0", "scope": "global", "metric_type": 1 @@ -16559,6 +18064,7 @@ "dbms": 19, "name": "global.sysstat.olap aggregate function calc", "vartype": 2, + "default": "0", "summary": "sysstat.olap aggregate function calc: 0", "scope": "global", "metric_type": 1 @@ -16570,6 +18076,7 @@ "dbms": 19, "name": "global.sysstat.olap aggregate function logical na", "vartype": 2, + "default": "0", "summary": "sysstat.olap aggregate function logical na: 0", "scope": "global", "metric_type": 1 @@ -16581,6 +18088,7 @@ "dbms": 19, "name": "global.sysstat.olap aggregate function precompute", "vartype": 2, + "default": "0", "summary": "sysstat.olap aggregate function precompute: 0", "scope": "global", "metric_type": 1 @@ -16592,6 +18100,7 @@ "dbms": 19, "name": "global.sysstat.olap custom member limit", "vartype": 2, + "default": "0", "summary": "sysstat.olap custom member limit: 0", "scope": "global", "metric_type": 1 @@ -16603,6 +18112,7 @@ "dbms": 19, "name": "global.sysstat.olap engine calls", "vartype": 2, + "default": "0", "summary": "sysstat.olap engine calls: 0", "scope": "global", "metric_type": 1 @@ -16614,6 +18124,7 @@ "dbms": 19, "name": "global.sysstat.olap fast limit", "vartype": 2, + "default": "0", "summary": "sysstat.olap fast limit: 0", "scope": "global", "metric_type": 1 @@ -16625,6 +18136,7 @@ "dbms": 19, "name": "global.sysstat.olap full limit", "vartype": 2, + "default": "0", "summary": "sysstat.olap full limit: 0", "scope": "global", "metric_type": 1 @@ -16636,6 +18148,7 @@ "dbms": 19, "name": "global.sysstat.olap gid limit", "vartype": 2, + "default": "0", "summary": "sysstat.olap gid limit: 0", "scope": "global", "metric_type": 1 @@ -16647,6 +18160,7 @@ "dbms": 19, "name": "global.sysstat.olap import rows loaded", "vartype": 2, + "default": "0", "summary": "sysstat.olap import rows loaded: 0", "scope": "global", "metric_type": 1 @@ -16658,6 +18172,7 @@ "dbms": 19, "name": "global.sysstat.olap import rows pushed", "vartype": 2, + "default": "0", "summary": "sysstat.olap import rows pushed: 0", "scope": "global", "metric_type": 1 @@ -16669,6 +18184,7 @@ "dbms": 19, "name": "global.sysstat.olap inhier limit", "vartype": 2, + "default": "0", "summary": "sysstat.olap inhier limit: 0", "scope": "global", "metric_type": 1 @@ -16680,6 +18196,7 @@ "dbms": 19, "name": "global.sysstat.olap limit time", "vartype": 2, + "default": "0", "summary": "sysstat.olap limit time: 0", "scope": "global", "metric_type": 1 @@ -16691,6 +18208,7 @@ "dbms": 19, "name": "global.sysstat.olap paging manager cache changed page", "vartype": 2, + "default": "0", "summary": "sysstat.olap paging manager cache changed page: 0", "scope": "global", "metric_type": 1 @@ -16702,6 +18220,7 @@ "dbms": 19, "name": "global.sysstat.olap paging manager cache hit", "vartype": 2, + "default": "0", "summary": "sysstat.olap paging manager cache hit: 0", "scope": "global", "metric_type": 1 @@ -16713,6 +18232,7 @@ "dbms": 19, "name": "global.sysstat.olap paging manager cache miss", "vartype": 2, + "default": "0", "summary": "sysstat.olap paging manager cache miss: 0", "scope": "global", "metric_type": 1 @@ -16724,6 +18244,7 @@ "dbms": 19, "name": "global.sysstat.olap paging manager cache write", "vartype": 2, + "default": "0", "summary": "sysstat.olap paging manager cache write: 0", "scope": "global", "metric_type": 1 @@ -16735,6 +18256,7 @@ "dbms": 19, "name": "global.sysstat.olap paging manager new page", "vartype": 2, + "default": "0", "summary": "sysstat.olap paging manager new page: 0", "scope": "global", "metric_type": 1 @@ -16746,6 +18268,7 @@ "dbms": 19, "name": "global.sysstat.olap paging manager pool size", "vartype": 2, + "default": "0", "summary": "sysstat.olap paging manager pool size: 0", "scope": "global", "metric_type": 1 @@ -16757,6 +18280,7 @@ "dbms": 19, "name": "global.sysstat.olap perm lob read", "vartype": 2, + "default": "0", "summary": "sysstat.olap perm lob read: 0", "scope": "global", "metric_type": 1 @@ -16768,6 +18292,7 @@ "dbms": 19, "name": "global.sysstat.olap row id limit", "vartype": 2, + "default": "0", "summary": "sysstat.olap row id limit: 0", "scope": "global", "metric_type": 1 @@ -16779,6 +18304,7 @@ "dbms": 19, "name": "global.sysstat.olap row load time", "vartype": 2, + "default": "0", "summary": "sysstat.olap row load time: 0", "scope": "global", "metric_type": 1 @@ -16790,6 +18316,7 @@ "dbms": 19, "name": "global.sysstat.olap row source rows processed", "vartype": 2, + "default": "0", "summary": "sysstat.olap row source rows processed: 0", "scope": "global", "metric_type": 1 @@ -16801,6 +18328,7 @@ "dbms": 19, "name": "global.sysstat.olap session cache hit", "vartype": 2, + "default": "0", "summary": "sysstat.olap session cache hit: 0", "scope": "global", "metric_type": 1 @@ -16812,6 +18340,7 @@ "dbms": 19, "name": "global.sysstat.olap session cache miss", "vartype": 2, + "default": "0", "summary": "sysstat.olap session cache miss: 0", "scope": "global", "metric_type": 1 @@ -16823,6 +18352,7 @@ "dbms": 19, "name": "global.sysstat.olap temp segment read", "vartype": 2, + "default": "0", "summary": "sysstat.olap temp segment read: 0", "scope": "global", "metric_type": 1 @@ -16834,6 +18364,7 @@ "dbms": 19, "name": "global.sysstat.olap temp segments", "vartype": 2, + "default": "0", "summary": "sysstat.olap temp segments: 0", "scope": "global", "metric_type": 1 @@ -16845,6 +18376,7 @@ "dbms": 19, "name": "global.sysstat.olap unique key attribute limit", "vartype": 2, + "default": "0", "summary": "sysstat.olap unique key attribute limit: 0", "scope": "global", "metric_type": 1 @@ -16856,6 +18388,7 @@ "dbms": 19, "name": "global.sysstat.opened cursors cumulative", "vartype": 2, + "default": "19209", "summary": "sysstat.opened cursors cumulative: 19209", "scope": "global", "metric_type": 1 @@ -16867,6 +18400,7 @@ "dbms": 19, "name": "global.sysstat.opened cursors current", "vartype": 2, + "default": "57", "summary": "sysstat.opened cursors current: 57", "scope": "global", "metric_type": 3 @@ -16878,6 +18412,7 @@ "dbms": 19, "name": "global.sysstat.os advertised receive window", "vartype": 2, + "default": "0", "summary": "sysstat.os advertised receive window: 0", "scope": "global", "metric_type": 1 @@ -16889,6 +18424,7 @@ "dbms": 19, "name": "global.sysstat.os advertised send window", "vartype": 2, + "default": "0", "summary": "sysstat.os advertised send window: 0", "scope": "global", "metric_type": 1 @@ -16900,6 +18436,7 @@ "dbms": 19, "name": "global.sysstat.os block input operations", "vartype": 2, + "default": "0", "summary": "sysstat.os block input operations: 0", "scope": "global", "metric_type": 1 @@ -16911,6 +18448,7 @@ "dbms": 19, "name": "global.sysstat.os block output operations", "vartype": 2, + "default": "0", "summary": "sysstat.os block output operations: 0", "scope": "global", "metric_type": 1 @@ -16922,6 +18460,7 @@ "dbms": 19, "name": "global.sysstat.os cpu qt wait time", "vartype": 2, + "default": "0", "summary": "sysstat.os cpu qt wait time: 0", "scope": "global", "metric_type": 1 @@ -16933,6 +18472,7 @@ "dbms": 19, "name": "global.sysstat.os data segments in", "vartype": 2, + "default": "0", "summary": "sysstat.os data segments in: 0", "scope": "global", "metric_type": 1 @@ -16944,6 +18484,7 @@ "dbms": 19, "name": "global.sysstat.os data segments out", "vartype": 2, + "default": "0", "summary": "sysstat.os data segments out: 0", "scope": "global", "metric_type": 1 @@ -16955,6 +18496,7 @@ "dbms": 19, "name": "global.sysstat.os integral shared text size", "vartype": 2, + "default": "0", "summary": "sysstat.os integral shared text size: 0", "scope": "global", "metric_type": 1 @@ -16966,6 +18508,7 @@ "dbms": 19, "name": "global.sysstat.os integral unshared data size", "vartype": 2, + "default": "0", "summary": "sysstat.os integral unshared data size: 0", "scope": "global", "metric_type": 1 @@ -16977,6 +18520,7 @@ "dbms": 19, "name": "global.sysstat.os integral unshared stack size", "vartype": 2, + "default": "0", "summary": "sysstat.os integral unshared stack size: 0", "scope": "global", "metric_type": 1 @@ -16988,6 +18532,7 @@ "dbms": 19, "name": "global.sysstat.os involuntary context switches", "vartype": 2, + "default": "0", "summary": "sysstat.os involuntary context switches: 0", "scope": "global", "metric_type": 1 @@ -16999,6 +18544,7 @@ "dbms": 19, "name": "global.sysstat.os lost packets", "vartype": 2, + "default": "0", "summary": "sysstat.os lost packets: 0", "scope": "global", "metric_type": 1 @@ -17010,6 +18556,7 @@ "dbms": 19, "name": "global.sysstat.os maximum resident set size", "vartype": 2, + "default": "0", "summary": "sysstat.os maximum resident set size: 0", "scope": "global", "metric_type": 1 @@ -17021,6 +18568,7 @@ "dbms": 19, "name": "global.sysstat.os page faults", "vartype": 2, + "default": "0", "summary": "sysstat.os page faults: 0", "scope": "global", "metric_type": 1 @@ -17032,6 +18580,7 @@ "dbms": 19, "name": "global.sysstat.os page reclaims", "vartype": 2, + "default": "0", "summary": "sysstat.os page reclaims: 0", "scope": "global", "metric_type": 1 @@ -17043,6 +18592,7 @@ "dbms": 19, "name": "global.sysstat.os path maximum transmission unit(mtu)", "vartype": 2, + "default": "0", "summary": "sysstat.os path maximum transmission unit(mtu): 0", "scope": "global", "metric_type": 1 @@ -17054,6 +18604,7 @@ "dbms": 19, "name": "global.sysstat.os send congestion window", "vartype": 2, + "default": "0", "summary": "sysstat.os send congestion window: 0", "scope": "global", "metric_type": 1 @@ -17065,6 +18616,7 @@ "dbms": 19, "name": "global.sysstat.os signals received", "vartype": 2, + "default": "0", "summary": "sysstat.os signals received: 0", "scope": "global", "metric_type": 1 @@ -17076,6 +18628,7 @@ "dbms": 19, "name": "global.sysstat.os socket messages received", "vartype": 2, + "default": "0", "summary": "sysstat.os socket messages received: 0", "scope": "global", "metric_type": 1 @@ -17087,6 +18640,7 @@ "dbms": 19, "name": "global.sysstat.os socket messages sent", "vartype": 2, + "default": "0", "summary": "sysstat.os socket messages sent: 0", "scope": "global", "metric_type": 1 @@ -17098,6 +18652,7 @@ "dbms": 19, "name": "global.sysstat.os swaps", "vartype": 2, + "default": "0", "summary": "sysstat.os swaps: 0", "scope": "global", "metric_type": 1 @@ -17109,6 +18664,7 @@ "dbms": 19, "name": "global.sysstat.os system time used", "vartype": 2, + "default": "0", "summary": "sysstat.os system time used: 0", "scope": "global", "metric_type": 1 @@ -17120,6 +18676,7 @@ "dbms": 19, "name": "global.sysstat.os time (usec) busy sending data", "vartype": 2, + "default": "0", "summary": "sysstat.os time (usec) busy sending data: 0", "scope": "global", "metric_type": 1 @@ -17131,6 +18688,7 @@ "dbms": 19, "name": "global.sysstat.os time (usec) busy sending data under congestion", "vartype": 2, + "default": "0", "summary": "sysstat.os time (usec) busy sending data under congestion: 0", "scope": "global", "metric_type": 1 @@ -17142,6 +18700,7 @@ "dbms": 19, "name": "global.sysstat.os time (usec) last ack received", "vartype": 2, + "default": "0", "summary": "sysstat.os time (usec) last ack received: 0", "scope": "global", "metric_type": 1 @@ -17153,6 +18712,7 @@ "dbms": 19, "name": "global.sysstat.os time (usec) last ack sent", "vartype": 2, + "default": "0", "summary": "sysstat.os time (usec) last ack sent: 0", "scope": "global", "metric_type": 1 @@ -17164,6 +18724,7 @@ "dbms": 19, "name": "global.sysstat.os time (usec) last data received", "vartype": 2, + "default": "0", "summary": "sysstat.os time (usec) last data received: 0", "scope": "global", "metric_type": 1 @@ -17175,6 +18736,7 @@ "dbms": 19, "name": "global.sysstat.os time (usec) last data sent", "vartype": 2, + "default": "0", "summary": "sysstat.os time (usec) last data sent: 0", "scope": "global", "metric_type": 1 @@ -17186,6 +18748,7 @@ "dbms": 19, "name": "global.sysstat.os time (usec) limited by receive window", "vartype": 2, + "default": "0", "summary": "sysstat.os time (usec) limited by receive window: 0", "scope": "global", "metric_type": 1 @@ -17197,6 +18760,7 @@ "dbms": 19, "name": "global.sysstat.os time (usec) limited by send buffer", "vartype": 2, + "default": "0", "summary": "sysstat.os time (usec) limited by send buffer: 0", "scope": "global", "metric_type": 1 @@ -17208,6 +18772,7 @@ "dbms": 19, "name": "global.sysstat.os time (usec) round trip time", "vartype": 2, + "default": "0", "summary": "sysstat.os time (usec) round trip time: 0", "scope": "global", "metric_type": 1 @@ -17219,6 +18784,7 @@ "dbms": 19, "name": "global.sysstat.os time (usec) round trip time variance", "vartype": 2, + "default": "0", "summary": "sysstat.os time (usec) round trip time variance: 0", "scope": "global", "metric_type": 1 @@ -17230,6 +18796,7 @@ "dbms": 19, "name": "global.sysstat.os total bytes acked", "vartype": 2, + "default": "0", "summary": "sysstat.os total bytes acked: 0", "scope": "global", "metric_type": 1 @@ -17241,6 +18808,7 @@ "dbms": 19, "name": "global.sysstat.os total bytes received", "vartype": 2, + "default": "0", "summary": "sysstat.os total bytes received: 0", "scope": "global", "metric_type": 1 @@ -17252,6 +18820,7 @@ "dbms": 19, "name": "global.sysstat.os total number of retransmitted packets", "vartype": 2, + "default": "0", "summary": "sysstat.os total number of retransmitted packets: 0", "scope": "global", "metric_type": 1 @@ -17263,6 +18832,7 @@ "dbms": 19, "name": "global.sysstat.os user time used", "vartype": 2, + "default": "0", "summary": "sysstat.os user time used: 0", "scope": "global", "metric_type": 1 @@ -17274,6 +18844,7 @@ "dbms": 19, "name": "global.sysstat.os voluntary context switches", "vartype": 2, + "default": "0", "summary": "sysstat.os voluntary context switches: 0", "scope": "global", "metric_type": 1 @@ -17285,6 +18856,7 @@ "dbms": 19, "name": "global.sysstat.otc commit optimization attempts", "vartype": 2, + "default": "0", "summary": "sysstat.otc commit optimization attempts: 0", "scope": "global", "metric_type": 1 @@ -17296,6 +18868,7 @@ "dbms": 19, "name": "global.sysstat.otc commit optimization failure - setup", "vartype": 2, + "default": "0", "summary": "sysstat.otc commit optimization failure - setup: 0", "scope": "global", "metric_type": 1 @@ -17307,6 +18880,7 @@ "dbms": 19, "name": "global.sysstat.otc commit optimization hits", "vartype": 2, + "default": "0", "summary": "sysstat.otc commit optimization hits: 0", "scope": "global", "metric_type": 1 @@ -17318,6 +18892,7 @@ "dbms": 19, "name": "global.sysstat.parallel operations downgraded 1 to 25 pct", "vartype": 2, + "default": "0", "summary": "sysstat.parallel operations downgraded 1 to 25 pct: 0", "scope": "global", "metric_type": 1 @@ -17329,6 +18904,7 @@ "dbms": 19, "name": "global.sysstat.parallel operations downgraded 25 to 50 pct", "vartype": 2, + "default": "0", "summary": "sysstat.parallel operations downgraded 25 to 50 pct: 0", "scope": "global", "metric_type": 1 @@ -17340,6 +18916,7 @@ "dbms": 19, "name": "global.sysstat.parallel operations downgraded 50 to 75 pct", "vartype": 2, + "default": "0", "summary": "sysstat.parallel operations downgraded 50 to 75 pct: 0", "scope": "global", "metric_type": 1 @@ -17351,6 +18928,7 @@ "dbms": 19, "name": "global.sysstat.parallel operations downgraded 75 to 99 pct", "vartype": 2, + "default": "0", "summary": "sysstat.parallel operations downgraded 75 to 99 pct: 0", "scope": "global", "metric_type": 1 @@ -17362,6 +18940,7 @@ "dbms": 19, "name": "global.sysstat.parallel operations downgraded to serial", "vartype": 2, + "default": "0", "summary": "sysstat.parallel operations downgraded to serial: 0", "scope": "global", "metric_type": 1 @@ -17373,6 +18952,7 @@ "dbms": 19, "name": "global.sysstat.parallel operations not downgraded", "vartype": 2, + "default": "16", "summary": "sysstat.parallel operations not downgraded: 16", "scope": "global", "metric_type": 1 @@ -17384,6 +18964,7 @@ "dbms": 19, "name": "global.sysstat.parse count (describe)", "vartype": 2, + "default": "4", "summary": "sysstat.parse count (describe): 4", "scope": "global", "metric_type": 1 @@ -17395,6 +18976,7 @@ "dbms": 19, "name": "global.sysstat.parse count (failures)", "vartype": 2, + "default": "25", "summary": "sysstat.parse count (failures): 25", "scope": "global", "metric_type": 1 @@ -17406,6 +18988,7 @@ "dbms": 19, "name": "global.sysstat.parse count (hard)", "vartype": 2, + "default": "2334", "summary": "sysstat.parse count (hard): 2334", "scope": "global", "metric_type": 1 @@ -17417,6 +19000,7 @@ "dbms": 19, "name": "global.sysstat.parse count (total)", "vartype": 2, + "default": "7230", "summary": "sysstat.parse count (total): 7230", "scope": "global", "metric_type": 1 @@ -17428,6 +19012,7 @@ "dbms": 19, "name": "global.sysstat.parse time cpu", "vartype": 2, + "default": "612", "summary": "sysstat.parse time cpu: 612", "scope": "global", "metric_type": 1 @@ -17439,6 +19024,7 @@ "dbms": 19, "name": "global.sysstat.parse time elapsed", "vartype": 2, + "default": "765", "summary": "sysstat.parse time elapsed: 765", "scope": "global", "metric_type": 1 @@ -17450,6 +19036,7 @@ "dbms": 19, "name": "global.sysstat.physical read bytes", "vartype": 2, + "default": "331333632", "summary": "sysstat.physical read bytes: 331333632", "scope": "global", "metric_type": 1 @@ -17461,6 +19048,7 @@ "dbms": 19, "name": "global.sysstat.physical read flash cache hits", "vartype": 2, + "default": "0", "summary": "sysstat.physical read flash cache hits: 0", "scope": "global", "metric_type": 1 @@ -17472,6 +19060,7 @@ "dbms": 19, "name": "global.sysstat.physical read io requests", "vartype": 2, + "default": "17628", "summary": "sysstat.physical read io requests: 17628", "scope": "global", "metric_type": 1 @@ -17483,6 +19072,7 @@ "dbms": 19, "name": "global.sysstat.physical read partial requests", "vartype": 2, + "default": "0", "summary": "sysstat.physical read partial requests: 0", "scope": "global", "metric_type": 1 @@ -17494,6 +19084,7 @@ "dbms": 19, "name": "global.sysstat.physical read requests optimized", "vartype": 2, + "default": "0", "summary": "sysstat.physical read requests optimized: 0", "scope": "global", "metric_type": 1 @@ -17505,6 +19096,7 @@ "dbms": 19, "name": "global.sysstat.physical read snap bytes base", "vartype": 2, + "default": "0", "summary": "sysstat.physical read snap bytes base: 0", "scope": "global", "metric_type": 1 @@ -17516,6 +19108,7 @@ "dbms": 19, "name": "global.sysstat.physical read snap bytes copy", "vartype": 2, + "default": "0", "summary": "sysstat.physical read snap bytes copy: 0", "scope": "global", "metric_type": 1 @@ -17527,6 +19120,7 @@ "dbms": 19, "name": "global.sysstat.physical read snap io requests base", "vartype": 2, + "default": "0", "summary": "sysstat.physical read snap io requests base: 0", "scope": "global", "metric_type": 1 @@ -17538,6 +19132,7 @@ "dbms": 19, "name": "global.sysstat.physical read snap io requests copy", "vartype": 2, + "default": "0", "summary": "sysstat.physical read snap io requests copy: 0", "scope": "global", "metric_type": 1 @@ -17549,6 +19144,7 @@ "dbms": 19, "name": "global.sysstat.physical read snap io requests no data", "vartype": 2, + "default": "0", "summary": "sysstat.physical read snap io requests no data: 0", "scope": "global", "metric_type": 1 @@ -17560,6 +19156,7 @@ "dbms": 19, "name": "global.sysstat.physical read total bytes", "vartype": 2, + "default": "361069056", "summary": "sysstat.physical read total bytes: 361069056", "scope": "global", "metric_type": 1 @@ -17571,6 +19168,7 @@ "dbms": 19, "name": "global.sysstat.physical read total bytes optimized", "vartype": 2, + "default": "0", "summary": "sysstat.physical read total bytes optimized: 0", "scope": "global", "metric_type": 1 @@ -17582,6 +19180,7 @@ "dbms": 19, "name": "global.sysstat.physical read total io requests", "vartype": 2, + "default": "18488", "summary": "sysstat.physical read total io requests: 18488", "scope": "global", "metric_type": 1 @@ -17593,6 +19192,7 @@ "dbms": 19, "name": "global.sysstat.physical read total multi block requests", "vartype": 2, + "default": "96", "summary": "sysstat.physical read total multi block requests: 96", "scope": "global", "metric_type": 1 @@ -17604,6 +19204,7 @@ "dbms": 19, "name": "global.sysstat.physical reads", "vartype": 2, + "default": "40446", "summary": "sysstat.physical reads: 40446", "scope": "global", "metric_type": 1 @@ -17615,6 +19216,7 @@ "dbms": 19, "name": "global.sysstat.physical reads cache", "vartype": 2, + "default": "40197", "summary": "sysstat.physical reads cache: 40197", "scope": "global", "metric_type": 1 @@ -17626,6 +19228,7 @@ "dbms": 19, "name": "global.sysstat.physical reads cache for securefile flashback block new", "vartype": 2, + "default": "0", "summary": "sysstat.physical reads cache for securefile flashback block new: 0", "scope": "global", "metric_type": 1 @@ -17637,6 +19240,7 @@ "dbms": 19, "name": "global.sysstat.physical reads cache prefetch", "vartype": 2, + "default": "24202", "summary": "sysstat.physical reads cache prefetch: 24202", "scope": "global", "metric_type": 1 @@ -17648,6 +19252,7 @@ "dbms": 19, "name": "global.sysstat.physical reads direct", "vartype": 2, + "default": "249", "summary": "sysstat.physical reads direct: 249", "scope": "global", "metric_type": 1 @@ -17659,6 +19264,7 @@ "dbms": 19, "name": "global.sysstat.physical reads direct (lob)", "vartype": 2, + "default": "249", "summary": "sysstat.physical reads direct (lob): 249", "scope": "global", "metric_type": 1 @@ -17670,6 +19276,7 @@ "dbms": 19, "name": "global.sysstat.physical reads direct for securefile flashback block new", "vartype": 2, + "default": "0", "summary": "sysstat.physical reads direct for securefile flashback block new: 0", "scope": "global", "metric_type": 1 @@ -17681,6 +19288,7 @@ "dbms": 19, "name": "global.sysstat.physical reads direct temporary tablespace", "vartype": 2, + "default": "0", "summary": "sysstat.physical reads direct temporary tablespace: 0", "scope": "global", "metric_type": 1 @@ -17692,6 +19300,7 @@ "dbms": 19, "name": "global.sysstat.physical reads for data transfer", "vartype": 2, + "default": "0", "summary": "sysstat.physical reads for data transfer: 0", "scope": "global", "metric_type": 1 @@ -17703,6 +19312,7 @@ "dbms": 19, "name": "global.sysstat.physical reads for flashback new", "vartype": 2, + "default": "0", "summary": "sysstat.physical reads for flashback new: 0", "scope": "global", "metric_type": 1 @@ -17714,6 +19324,7 @@ "dbms": 19, "name": "global.sysstat.physical reads prefetch warmup", "vartype": 2, + "default": "16344", "summary": "sysstat.physical reads prefetch warmup: 16344", "scope": "global", "metric_type": 1 @@ -17725,6 +19336,7 @@ "dbms": 19, "name": "global.sysstat.physical reads retry corrupt", "vartype": 2, + "default": "0", "summary": "sysstat.physical reads retry corrupt: 0", "scope": "global", "metric_type": 1 @@ -17736,6 +19348,7 @@ "dbms": 19, "name": "global.sysstat.physical write bytes", "vartype": 2, + "default": "1015808", "summary": "sysstat.physical write bytes: 1015808", "scope": "global", "metric_type": 1 @@ -17747,6 +19360,7 @@ "dbms": 19, "name": "global.sysstat.physical write io requests", "vartype": 2, + "default": "5", "summary": "sysstat.physical write io requests: 5", "scope": "global", "metric_type": 1 @@ -17758,6 +19372,7 @@ "dbms": 19, "name": "global.sysstat.physical write requests optimized", "vartype": 2, + "default": "0", "summary": "sysstat.physical write requests optimized: 0", "scope": "global", "metric_type": 1 @@ -17769,6 +19384,7 @@ "dbms": 19, "name": "global.sysstat.physical write snap io requests new allocations", "vartype": 2, + "default": "0", "summary": "sysstat.physical write snap io requests new allocations: 0", "scope": "global", "metric_type": 1 @@ -17780,6 +19396,7 @@ "dbms": 19, "name": "global.sysstat.physical write total bytes", "vartype": 2, + "default": "22281269", "summary": "sysstat.physical write total bytes: 22281269", "scope": "global", "metric_type": 1 @@ -17791,6 +19408,7 @@ "dbms": 19, "name": "global.sysstat.physical write total bytes optimized", "vartype": 2, + "default": "0", "summary": "sysstat.physical write total bytes optimized: 0", "scope": "global", "metric_type": 1 @@ -17802,6 +19420,7 @@ "dbms": 19, "name": "global.sysstat.physical write total io requests", "vartype": 2, + "default": "3138", "summary": "sysstat.physical write total io requests: 3138", "scope": "global", "metric_type": 1 @@ -17813,6 +19432,7 @@ "dbms": 19, "name": "global.sysstat.physical write total multi block requests", "vartype": 2, + "default": "5", "summary": "sysstat.physical write total multi block requests: 5", "scope": "global", "metric_type": 1 @@ -17824,6 +19444,7 @@ "dbms": 19, "name": "global.sysstat.physical writes", "vartype": 2, + "default": "124", "summary": "sysstat.physical writes: 124", "scope": "global", "metric_type": 1 @@ -17835,6 +19456,7 @@ "dbms": 19, "name": "global.sysstat.physical writes direct", "vartype": 2, + "default": "124", "summary": "sysstat.physical writes direct: 124", "scope": "global", "metric_type": 1 @@ -17846,6 +19468,7 @@ "dbms": 19, "name": "global.sysstat.physical writes direct (lob)", "vartype": 2, + "default": "124", "summary": "sysstat.physical writes direct (lob): 124", "scope": "global", "metric_type": 1 @@ -17857,6 +19480,7 @@ "dbms": 19, "name": "global.sysstat.physical writes direct temporary tablespace", "vartype": 2, + "default": "0", "summary": "sysstat.physical writes direct temporary tablespace: 0", "scope": "global", "metric_type": 1 @@ -17868,6 +19492,7 @@ "dbms": 19, "name": "global.sysstat.physical writes from cache", "vartype": 2, + "default": "0", "summary": "sysstat.physical writes from cache: 0", "scope": "global", "metric_type": 1 @@ -17879,6 +19504,7 @@ "dbms": 19, "name": "global.sysstat.physical writes non checkpoint", "vartype": 2, + "default": "124", "summary": "sysstat.physical writes non checkpoint: 124", "scope": "global", "metric_type": 1 @@ -17890,6 +19516,7 @@ "dbms": 19, "name": "global.sysstat.pinned buffers inspected", "vartype": 2, + "default": "0", "summary": "sysstat.pinned buffers inspected: 0", "scope": "global", "metric_type": 1 @@ -17901,6 +19528,7 @@ "dbms": 19, "name": "global.sysstat.pinned cursors current", "vartype": 2, + "default": "14", "summary": "sysstat.pinned cursors current: 14", "scope": "global", "metric_type": 3 @@ -17912,6 +19540,7 @@ "dbms": 19, "name": "global.sysstat.prefetch clients - 16k", "vartype": 2, + "default": "0", "summary": "sysstat.prefetch clients - 16k: 0", "scope": "global", "metric_type": 1 @@ -17923,6 +19552,7 @@ "dbms": 19, "name": "global.sysstat.prefetch clients - 2k", "vartype": 2, + "default": "0", "summary": "sysstat.prefetch clients - 2k: 0", "scope": "global", "metric_type": 1 @@ -17934,6 +19564,7 @@ "dbms": 19, "name": "global.sysstat.prefetch clients - 32k", "vartype": 2, + "default": "0", "summary": "sysstat.prefetch clients - 32k: 0", "scope": "global", "metric_type": 1 @@ -17945,6 +19576,7 @@ "dbms": 19, "name": "global.sysstat.prefetch clients - 4k", "vartype": 2, + "default": "0", "summary": "sysstat.prefetch clients - 4k: 0", "scope": "global", "metric_type": 1 @@ -17956,6 +19588,7 @@ "dbms": 19, "name": "global.sysstat.prefetch clients - 8k", "vartype": 2, + "default": "0", "summary": "sysstat.prefetch clients - 8k: 0", "scope": "global", "metric_type": 1 @@ -17967,6 +19600,7 @@ "dbms": 19, "name": "global.sysstat.prefetch clients - default", "vartype": 2, + "default": "0", "summary": "sysstat.prefetch clients - default: 0", "scope": "global", "metric_type": 1 @@ -17978,6 +19612,7 @@ "dbms": 19, "name": "global.sysstat.prefetch clients - keep", "vartype": 2, + "default": "0", "summary": "sysstat.prefetch clients - keep: 0", "scope": "global", "metric_type": 1 @@ -17989,6 +19624,7 @@ "dbms": 19, "name": "global.sysstat.prefetch clients - recycle", "vartype": 2, + "default": "0", "summary": "sysstat.prefetch clients - recycle: 0", "scope": "global", "metric_type": 1 @@ -18000,6 +19636,7 @@ "dbms": 19, "name": "global.sysstat.prefetch warmup blocks aged out before use", "vartype": 2, + "default": "0", "summary": "sysstat.prefetch warmup blocks aged out before use: 0", "scope": "global", "metric_type": 1 @@ -18011,6 +19648,7 @@ "dbms": 19, "name": "global.sysstat.prefetch warmup blocks flushed out before use", "vartype": 2, + "default": "0", "summary": "sysstat.prefetch warmup blocks flushed out before use: 0", "scope": "global", "metric_type": 1 @@ -18022,6 +19660,7 @@ "dbms": 19, "name": "global.sysstat.prefetched blocks aged out before use", "vartype": 2, + "default": "0", "summary": "sysstat.prefetched blocks aged out before use: 0", "scope": "global", "metric_type": 1 @@ -18033,6 +19672,7 @@ "dbms": 19, "name": "global.sysstat.private cr blocks created", "vartype": 2, + "default": "0", "summary": "sysstat.private cr blocks created: 0", "scope": "global", "metric_type": 1 @@ -18044,6 +19684,7 @@ "dbms": 19, "name": "global.sysstat.process last non-idle time", "vartype": 2, + "default": "1572969245", "summary": "sysstat.process last non-idle time: 1572969245", "scope": "global", "metric_type": 1 @@ -18055,6 +19696,7 @@ "dbms": 19, "name": "global.sysstat.px local messages recv'd", "vartype": 2, + "default": "476", "summary": "sysstat.px local messages recv'd: 476", "scope": "global", "metric_type": 1 @@ -18066,6 +19708,7 @@ "dbms": 19, "name": "global.sysstat.px local messages sent", "vartype": 2, + "default": "476", "summary": "sysstat.px local messages sent: 476", "scope": "global", "metric_type": 1 @@ -18077,6 +19720,7 @@ "dbms": 19, "name": "global.sysstat.px remote messages recv'd", "vartype": 2, + "default": "0", "summary": "sysstat.px remote messages recv'd: 0", "scope": "global", "metric_type": 1 @@ -18088,6 +19732,7 @@ "dbms": 19, "name": "global.sysstat.px remote messages sent", "vartype": 2, + "default": "0", "summary": "sysstat.px remote messages sent: 0", "scope": "global", "metric_type": 1 @@ -18099,6 +19744,7 @@ "dbms": 19, "name": "global.sysstat.queries parallelized", "vartype": 2, + "default": "0", "summary": "sysstat.queries parallelized: 0", "scope": "global", "metric_type": 1 @@ -18110,6 +19756,7 @@ "dbms": 19, "name": "global.sysstat.queue flush", "vartype": 2, + "default": "0", "summary": "sysstat.queue flush: 0", "scope": "global", "metric_type": 1 @@ -18121,6 +19768,7 @@ "dbms": 19, "name": "global.sysstat.queue ocp pages", "vartype": 2, + "default": "0", "summary": "sysstat.queue ocp pages: 0", "scope": "global", "metric_type": 1 @@ -18132,6 +19780,7 @@ "dbms": 19, "name": "global.sysstat.queue position update", "vartype": 2, + "default": "0", "summary": "sysstat.queue position update: 0", "scope": "global", "metric_type": 1 @@ -18143,6 +19792,7 @@ "dbms": 19, "name": "global.sysstat.queue qno pages", "vartype": 2, + "default": "0", "summary": "sysstat.queue qno pages: 0", "scope": "global", "metric_type": 1 @@ -18154,6 +19804,7 @@ "dbms": 19, "name": "global.sysstat.queue single row", "vartype": 2, + "default": "0", "summary": "sysstat.queue single row: 0", "scope": "global", "metric_type": 1 @@ -18165,6 +19816,7 @@ "dbms": 19, "name": "global.sysstat.queue splits", "vartype": 2, + "default": "0", "summary": "sysstat.queue splits: 0", "scope": "global", "metric_type": 1 @@ -18176,6 +19828,7 @@ "dbms": 19, "name": "global.sysstat.queue update without cp update", "vartype": 2, + "default": "0", "summary": "sysstat.queue update without cp update: 0", "scope": "global", "metric_type": 1 @@ -18187,6 +19840,7 @@ "dbms": 19, "name": "global.sysstat.read-only violation count", "vartype": 2, + "default": "0", "summary": "sysstat.read-only violation count: 0", "scope": "global", "metric_type": 1 @@ -18198,6 +19852,7 @@ "dbms": 19, "name": "global.sysstat.recovery array read time", "vartype": 2, + "default": "0", "summary": "sysstat.recovery array read time: 0", "scope": "global", "metric_type": 1 @@ -18209,6 +19864,7 @@ "dbms": 19, "name": "global.sysstat.recovery array reads", "vartype": 2, + "default": "0", "summary": "sysstat.recovery array reads: 0", "scope": "global", "metric_type": 1 @@ -18220,6 +19876,7 @@ "dbms": 19, "name": "global.sysstat.recovery block gets from cache", "vartype": 2, + "default": "0", "summary": "sysstat.recovery block gets from cache: 0", "scope": "global", "metric_type": 1 @@ -18231,6 +19888,7 @@ "dbms": 19, "name": "global.sysstat.recovery blocks read", "vartype": 2, + "default": "0", "summary": "sysstat.recovery blocks read: 0", "scope": "global", "metric_type": 1 @@ -18242,6 +19900,7 @@ "dbms": 19, "name": "global.sysstat.recovery blocks read for lost write detection", "vartype": 2, + "default": "0", "summary": "sysstat.recovery blocks read for lost write detection: 0", "scope": "global", "metric_type": 1 @@ -18253,6 +19912,7 @@ "dbms": 19, "name": "global.sysstat.recovery blocks skipped lost write checks", "vartype": 2, + "default": "0", "summary": "sysstat.recovery blocks skipped lost write checks: 0", "scope": "global", "metric_type": 1 @@ -18264,6 +19924,7 @@ "dbms": 19, "name": "global.sysstat.recovery cvmap unavailable", "vartype": 2, + "default": "0", "summary": "sysstat.recovery cvmap unavailable: 0", "scope": "global", "metric_type": 1 @@ -18275,6 +19936,7 @@ "dbms": 19, "name": "global.sysstat.recovery imc influx scn lagging", "vartype": 2, + "default": "0", "summary": "sysstat.recovery imc influx scn lagging: 0", "scope": "global", "metric_type": 1 @@ -18286,6 +19948,7 @@ "dbms": 19, "name": "global.sysstat.recovery local buffer freed", "vartype": 2, + "default": "0", "summary": "sysstat.recovery local buffer freed: 0", "scope": "global", "metric_type": 1 @@ -18297,6 +19960,7 @@ "dbms": 19, "name": "global.sysstat.recovery logmerger catchup", "vartype": 2, + "default": "0", "summary": "sysstat.recovery logmerger catchup: 0", "scope": "global", "metric_type": 1 @@ -18308,6 +19972,7 @@ "dbms": 19, "name": "global.sysstat.recovery marker", "vartype": 2, + "default": "0", "summary": "sysstat.recovery marker: 0", "scope": "global", "metric_type": 1 @@ -18319,6 +19984,7 @@ "dbms": 19, "name": "global.sysstat.recovery recieve buffer unavailable", "vartype": 2, + "default": "0", "summary": "sysstat.recovery recieve buffer unavailable: 0", "scope": "global", "metric_type": 1 @@ -18330,6 +19996,7 @@ "dbms": 19, "name": "global.sysstat.recovery remote buffer received", "vartype": 2, + "default": "0", "summary": "sysstat.recovery remote buffer received: 0", "scope": "global", "metric_type": 1 @@ -18341,6 +20008,7 @@ "dbms": 19, "name": "global.sysstat.recovery remote buffer sent", "vartype": 2, + "default": "0", "summary": "sysstat.recovery remote buffer sent: 0", "scope": "global", "metric_type": 1 @@ -18352,6 +20020,7 @@ "dbms": 19, "name": "global.sysstat.recursive aborts on index block reclamation", "vartype": 2, + "default": "0", "summary": "sysstat.recursive aborts on index block reclamation: 0", "scope": "global", "metric_type": 1 @@ -18363,6 +20032,7 @@ "dbms": 19, "name": "global.sysstat.recursive calls", "vartype": 2, + "default": "90640", "summary": "sysstat.recursive calls: 90640", "scope": "global", "metric_type": 1 @@ -18374,6 +20044,7 @@ "dbms": 19, "name": "global.sysstat.recursive cpu usage", "vartype": 2, + "default": "940", "summary": "sysstat.recursive cpu usage: 940", "scope": "global", "metric_type": 1 @@ -18385,6 +20056,7 @@ "dbms": 19, "name": "global.sysstat.recursive system api invocations", "vartype": 2, + "default": "0", "summary": "sysstat.recursive system api invocations: 0", "scope": "global", "metric_type": 1 @@ -18396,6 +20068,7 @@ "dbms": 19, "name": "global.sysstat.redo blocks checksummed by fg (exclusive)", "vartype": 2, + "default": "12405", "summary": "sysstat.redo blocks checksummed by fg (exclusive): 12405", "scope": "global", "metric_type": 1 @@ -18407,6 +20080,7 @@ "dbms": 19, "name": "global.sysstat.redo blocks checksummed by lgwr", "vartype": 2, + "default": "0", "summary": "sysstat.redo blocks checksummed by lgwr: 0", "scope": "global", "metric_type": 1 @@ -18418,6 +20092,7 @@ "dbms": 19, "name": "global.sysstat.redo blocks read for recovery", "vartype": 2, + "default": "0", "summary": "sysstat.redo blocks read for recovery: 0", "scope": "global", "metric_type": 1 @@ -18429,6 +20104,7 @@ "dbms": 19, "name": "global.sysstat.redo blocks written", "vartype": 2, + "default": "37909", "summary": "sysstat.redo blocks written: 37909", "scope": "global", "metric_type": 1 @@ -18440,6 +20116,7 @@ "dbms": 19, "name": "global.sysstat.redo blocks written (group 0)", "vartype": 2, + "default": "37036", "summary": "sysstat.redo blocks written (group 0): 37036", "scope": "global", "metric_type": 1 @@ -18451,6 +20128,7 @@ "dbms": 19, "name": "global.sysstat.redo blocks written (group 1)", "vartype": 2, + "default": "873", "summary": "sysstat.redo blocks written (group 1): 873", "scope": "global", "metric_type": 1 @@ -18462,6 +20140,7 @@ "dbms": 19, "name": "global.sysstat.redo blocks written (group 2)", "vartype": 2, + "default": "0", "summary": "sysstat.redo blocks written (group 2): 0", "scope": "global", "metric_type": 1 @@ -18473,6 +20152,7 @@ "dbms": 19, "name": "global.sysstat.redo blocks written (group 3)", "vartype": 2, + "default": "0", "summary": "sysstat.redo blocks written (group 3): 0", "scope": "global", "metric_type": 1 @@ -18484,6 +20164,7 @@ "dbms": 19, "name": "global.sysstat.redo blocks written (group 4)", "vartype": 2, + "default": "0", "summary": "sysstat.redo blocks written (group 4): 0", "scope": "global", "metric_type": 1 @@ -18495,6 +20176,7 @@ "dbms": 19, "name": "global.sysstat.redo blocks written (group 5)", "vartype": 2, + "default": "0", "summary": "sysstat.redo blocks written (group 5): 0", "scope": "global", "metric_type": 1 @@ -18506,6 +20188,7 @@ "dbms": 19, "name": "global.sysstat.redo blocks written (group 6)", "vartype": 2, + "default": "0", "summary": "sysstat.redo blocks written (group 6): 0", "scope": "global", "metric_type": 1 @@ -18517,6 +20200,7 @@ "dbms": 19, "name": "global.sysstat.redo blocks written (group 7)", "vartype": 2, + "default": "0", "summary": "sysstat.redo blocks written (group 7): 0", "scope": "global", "metric_type": 1 @@ -18528,6 +20212,7 @@ "dbms": 19, "name": "global.sysstat.redo buffer allocation retries", "vartype": 2, + "default": "0", "summary": "sysstat.redo buffer allocation retries: 0", "scope": "global", "metric_type": 1 @@ -18539,6 +20224,7 @@ "dbms": 19, "name": "global.sysstat.redo entries", "vartype": 2, + "default": "39406", "summary": "sysstat.redo entries: 39406", "scope": "global", "metric_type": 1 @@ -18550,6 +20236,7 @@ "dbms": 19, "name": "global.sysstat.redo entries for lost write detection", "vartype": 2, + "default": "0", "summary": "sysstat.redo entries for lost write detection: 0", "scope": "global", "metric_type": 1 @@ -18561,6 +20248,7 @@ "dbms": 19, "name": "global.sysstat.redo k-bytes read for recovery", "vartype": 2, + "default": "0", "summary": "sysstat.redo k-bytes read for recovery: 0", "scope": "global", "metric_type": 1 @@ -18572,6 +20260,7 @@ "dbms": 19, "name": "global.sysstat.redo k-bytes read for terminal recovery", "vartype": 2, + "default": "0", "summary": "sysstat.redo k-bytes read for terminal recovery: 0", "scope": "global", "metric_type": 1 @@ -18583,6 +20272,7 @@ "dbms": 19, "name": "global.sysstat.redo kb read", "vartype": 2, + "default": "0", "summary": "sysstat.redo kb read: 0", "scope": "global", "metric_type": 1 @@ -18594,6 +20284,7 @@ "dbms": 19, "name": "global.sysstat.redo kb read (memory)", "vartype": 2, + "default": "0", "summary": "sysstat.redo kb read (memory): 0", "scope": "global", "metric_type": 1 @@ -18605,6 +20296,7 @@ "dbms": 19, "name": "global.sysstat.redo kb read (memory) for transport", "vartype": 2, + "default": "0", "summary": "sysstat.redo kb read (memory) for transport: 0", "scope": "global", "metric_type": 1 @@ -18616,6 +20308,7 @@ "dbms": 19, "name": "global.sysstat.redo kb read for transport", "vartype": 2, + "default": "0", "summary": "sysstat.redo kb read for transport: 0", "scope": "global", "metric_type": 1 @@ -18627,6 +20320,7 @@ "dbms": 19, "name": "global.sysstat.redo log space requests", "vartype": 2, + "default": "0", "summary": "sysstat.redo log space requests: 0", "scope": "global", "metric_type": 1 @@ -18638,6 +20332,7 @@ "dbms": 19, "name": "global.sysstat.redo log space wait time", "vartype": 2, + "default": "0", "summary": "sysstat.redo log space wait time: 0", "scope": "global", "metric_type": 1 @@ -18649,6 +20344,7 @@ "dbms": 19, "name": "global.sysstat.redo non-durable records skipped", "vartype": 2, + "default": "0", "summary": "sysstat.redo non-durable records skipped: 0", "scope": "global", "metric_type": 1 @@ -18660,6 +20356,7 @@ "dbms": 19, "name": "global.sysstat.redo ordering marks", "vartype": 2, + "default": "43", "summary": "sysstat.redo ordering marks: 43", "scope": "global", "metric_type": 1 @@ -18671,6 +20368,7 @@ "dbms": 19, "name": "global.sysstat.redo size", "vartype": 2, + "default": "18042144", "summary": "sysstat.redo size: 18042144", "scope": "global", "metric_type": 1 @@ -18682,6 +20380,7 @@ "dbms": 19, "name": "global.sysstat.redo size for direct writes", "vartype": 2, + "default": "0", "summary": "sysstat.redo size for direct writes: 0", "scope": "global", "metric_type": 1 @@ -18693,6 +20392,7 @@ "dbms": 19, "name": "global.sysstat.redo size for lost write detection", "vartype": 2, + "default": "0", "summary": "sysstat.redo size for lost write detection: 0", "scope": "global", "metric_type": 1 @@ -18704,6 +20404,7 @@ "dbms": 19, "name": "global.sysstat.redo subscn max counts", "vartype": 2, + "default": "325", "summary": "sysstat.redo subscn max counts: 325", "scope": "global", "metric_type": 1 @@ -18715,6 +20416,7 @@ "dbms": 19, "name": "global.sysstat.redo synch fast sync all sleep (100us)", "vartype": 2, + "default": "0", "summary": "sysstat.redo synch fast sync all sleep (100us): 0", "scope": "global", "metric_type": 1 @@ -18726,6 +20428,7 @@ "dbms": 19, "name": "global.sysstat.redo synch fast sync all sleep (120us)", "vartype": 2, + "default": "0", "summary": "sysstat.redo synch fast sync all sleep (120us): 0", "scope": "global", "metric_type": 1 @@ -18737,6 +20440,7 @@ "dbms": 19, "name": "global.sysstat.redo synch fast sync all sleep (160us)", "vartype": 2, + "default": "0", "summary": "sysstat.redo synch fast sync all sleep (160us): 0", "scope": "global", "metric_type": 1 @@ -18748,6 +20452,7 @@ "dbms": 19, "name": "global.sysstat.redo synch fast sync all sleep (20us)", "vartype": 2, + "default": "0", "summary": "sysstat.redo synch fast sync all sleep (20us): 0", "scope": "global", "metric_type": 1 @@ -18759,6 +20464,7 @@ "dbms": 19, "name": "global.sysstat.redo synch fast sync all sleep (240us)", "vartype": 2, + "default": "0", "summary": "sysstat.redo synch fast sync all sleep (240us): 0", "scope": "global", "metric_type": 1 @@ -18770,6 +20476,7 @@ "dbms": 19, "name": "global.sysstat.redo synch fast sync all sleep (400us)", "vartype": 2, + "default": "0", "summary": "sysstat.redo synch fast sync all sleep (400us): 0", "scope": "global", "metric_type": 1 @@ -18781,6 +20488,7 @@ "dbms": 19, "name": "global.sysstat.redo synch fast sync all sleep (40us)", "vartype": 2, + "default": "0", "summary": "sysstat.redo synch fast sync all sleep (40us): 0", "scope": "global", "metric_type": 1 @@ -18792,6 +20500,7 @@ "dbms": 19, "name": "global.sysstat.redo synch fast sync all sleep (60us)", "vartype": 2, + "default": "0", "summary": "sysstat.redo synch fast sync all sleep (60us): 0", "scope": "global", "metric_type": 1 @@ -18803,6 +20512,7 @@ "dbms": 19, "name": "global.sysstat.redo synch fast sync all sleep (720us)", "vartype": 2, + "default": "0", "summary": "sysstat.redo synch fast sync all sleep (720us): 0", "scope": "global", "metric_type": 1 @@ -18814,6 +20524,7 @@ "dbms": 19, "name": "global.sysstat.redo synch fast sync all sleep (80us)", "vartype": 2, + "default": "0", "summary": "sysstat.redo synch fast sync all sleep (80us): 0", "scope": "global", "metric_type": 1 @@ -18825,6 +20536,7 @@ "dbms": 19, "name": "global.sysstat.redo synch fast sync all sleep (inf)", "vartype": 2, + "default": "0", "summary": "sysstat.redo synch fast sync all sleep (inf): 0", "scope": "global", "metric_type": 1 @@ -18836,6 +20548,7 @@ "dbms": 19, "name": "global.sysstat.redo synch fast sync all sleep (usec)", "vartype": 2, + "default": "0", "summary": "sysstat.redo synch fast sync all sleep (usec): 0", "scope": "global", "metric_type": 1 @@ -18847,6 +20560,7 @@ "dbms": 19, "name": "global.sysstat.redo synch fast sync all sleep count", "vartype": 2, + "default": "0", "summary": "sysstat.redo synch fast sync all sleep count: 0", "scope": "global", "metric_type": 1 @@ -18858,6 +20572,7 @@ "dbms": 19, "name": "global.sysstat.redo synch fast sync backoff (usec)", "vartype": 2, + "default": "0", "summary": "sysstat.redo synch fast sync backoff (usec): 0", "scope": "global", "metric_type": 1 @@ -18869,6 +20584,7 @@ "dbms": 19, "name": "global.sysstat.redo synch fast sync backoff count", "vartype": 2, + "default": "0", "summary": "sysstat.redo synch fast sync backoff count: 0", "scope": "global", "metric_type": 1 @@ -18880,6 +20596,7 @@ "dbms": 19, "name": "global.sysstat.redo synch fast sync backoff o/h (usec)", "vartype": 2, + "default": "0", "summary": "sysstat.redo synch fast sync backoff o/h (usec): 0", "scope": "global", "metric_type": 1 @@ -18891,6 +20608,7 @@ "dbms": 19, "name": "global.sysstat.redo synch fast sync sleep (usec)", "vartype": 2, + "default": "0", "summary": "sysstat.redo synch fast sync sleep (usec): 0", "scope": "global", "metric_type": 1 @@ -18902,6 +20620,7 @@ "dbms": 19, "name": "global.sysstat.redo synch fast sync sleep count", "vartype": 2, + "default": "0", "summary": "sysstat.redo synch fast sync sleep count: 0", "scope": "global", "metric_type": 1 @@ -18913,6 +20632,7 @@ "dbms": 19, "name": "global.sysstat.redo synch fast sync sleep o/h (usec)", "vartype": 2, + "default": "0", "summary": "sysstat.redo synch fast sync sleep o/h (usec): 0", "scope": "global", "metric_type": 1 @@ -18924,6 +20644,7 @@ "dbms": 19, "name": "global.sysstat.redo synch fast sync spin (usec)", "vartype": 2, + "default": "0", "summary": "sysstat.redo synch fast sync spin (usec): 0", "scope": "global", "metric_type": 1 @@ -18935,6 +20656,7 @@ "dbms": 19, "name": "global.sysstat.redo synch fast sync spin count", "vartype": 2, + "default": "0", "summary": "sysstat.redo synch fast sync spin count: 0", "scope": "global", "metric_type": 1 @@ -18946,6 +20668,7 @@ "dbms": 19, "name": "global.sysstat.redo synch long waits", "vartype": 2, + "default": "6", "summary": "sysstat.redo synch long waits: 6", "scope": "global", "metric_type": 1 @@ -18957,6 +20680,7 @@ "dbms": 19, "name": "global.sysstat.redo synch poll writes", "vartype": 2, + "default": "0", "summary": "sysstat.redo synch poll writes: 0", "scope": "global", "metric_type": 1 @@ -18968,6 +20692,7 @@ "dbms": 19, "name": "global.sysstat.redo synch polls", "vartype": 2, + "default": "0", "summary": "sysstat.redo synch polls: 0", "scope": "global", "metric_type": 1 @@ -18979,6 +20704,7 @@ "dbms": 19, "name": "global.sysstat.redo synch time", "vartype": 2, + "default": "365", "summary": "sysstat.redo synch time: 365", "scope": "global", "metric_type": 1 @@ -18990,6 +20716,7 @@ "dbms": 19, "name": "global.sysstat.redo synch time (usec)", "vartype": 2, + "default": "3650808", "summary": "sysstat.redo synch time (usec): 3650808", "scope": "global", "metric_type": 1 @@ -19001,6 +20728,7 @@ "dbms": 19, "name": "global.sysstat.redo synch time overhead (usec)", "vartype": 2, + "default": "429810", "summary": "sysstat.redo synch time overhead (usec): 429810", "scope": "global", "metric_type": 1 @@ -19012,6 +20740,7 @@ "dbms": 19, "name": "global.sysstat.redo synch time overhead count ( 2ms)", "vartype": 2, + "default": "2179", "summary": "sysstat.redo synch time overhead count ( 2ms): 2179", "scope": "global", "metric_type": 1 @@ -19023,6 +20752,7 @@ "dbms": 19, "name": "global.sysstat.redo synch time overhead count ( 8ms)", "vartype": 2, + "default": "20", "summary": "sysstat.redo synch time overhead count ( 8ms): 20", "scope": "global", "metric_type": 1 @@ -19034,6 +20764,7 @@ "dbms": 19, "name": "global.sysstat.redo synch time overhead count ( 32ms)", "vartype": 2, + "default": "0", "summary": "sysstat.redo synch time overhead count ( 32ms): 0", "scope": "global", "metric_type": 1 @@ -19045,6 +20776,7 @@ "dbms": 19, "name": "global.sysstat.redo synch time overhead count (128ms)", "vartype": 2, + "default": "0", "summary": "sysstat.redo synch time overhead count (128ms): 0", "scope": "global", "metric_type": 1 @@ -19056,6 +20788,7 @@ "dbms": 19, "name": "global.sysstat.redo synch time overhead count (inf)", "vartype": 2, + "default": "0", "summary": "sysstat.redo synch time overhead count (inf): 0", "scope": "global", "metric_type": 1 @@ -19067,6 +20800,7 @@ "dbms": 19, "name": "global.sysstat.redo synch writes", "vartype": 2, + "default": "2213", "summary": "sysstat.redo synch writes: 2213", "scope": "global", "metric_type": 1 @@ -19078,6 +20812,7 @@ "dbms": 19, "name": "global.sysstat.redo wastage", "vartype": 2, + "default": "742504", "summary": "sysstat.redo wastage: 742504", "scope": "global", "metric_type": 1 @@ -19089,6 +20824,7 @@ "dbms": 19, "name": "global.sysstat.redo write active strands", "vartype": 2, + "default": "2938", "summary": "sysstat.redo write active strands: 2938", "scope": "global", "metric_type": 1 @@ -19100,6 +20836,7 @@ "dbms": 19, "name": "global.sysstat.redo write broadcast ack count", "vartype": 2, + "default": "0", "summary": "sysstat.redo write broadcast ack count: 0", "scope": "global", "metric_type": 1 @@ -19111,6 +20848,7 @@ "dbms": 19, "name": "global.sysstat.redo write broadcast ack time", "vartype": 2, + "default": "0", "summary": "sysstat.redo write broadcast ack time: 0", "scope": "global", "metric_type": 1 @@ -19122,6 +20860,7 @@ "dbms": 19, "name": "global.sysstat.redo write broadcast lgwr post count", "vartype": 2, + "default": "0", "summary": "sysstat.redo write broadcast lgwr post count: 0", "scope": "global", "metric_type": 1 @@ -19133,6 +20872,7 @@ "dbms": 19, "name": "global.sysstat.redo write finish time", "vartype": 2, + "default": "3724129", "summary": "sysstat.redo write finish time: 3724129", "scope": "global", "metric_type": 1 @@ -19144,6 +20884,7 @@ "dbms": 19, "name": "global.sysstat.redo write gather time", "vartype": 2, + "default": "463977", "summary": "sysstat.redo write gather time: 463977", "scope": "global", "metric_type": 1 @@ -19155,6 +20896,7 @@ "dbms": 19, "name": "global.sysstat.redo write info find", "vartype": 2, + "default": "2201", "summary": "sysstat.redo write info find: 2201", "scope": "global", "metric_type": 1 @@ -19166,6 +20908,7 @@ "dbms": 19, "name": "global.sysstat.redo write info find fail", "vartype": 2, + "default": "2", "summary": "sysstat.redo write info find fail: 2", "scope": "global", "metric_type": 1 @@ -19177,6 +20920,7 @@ "dbms": 19, "name": "global.sysstat.redo write issue time", "vartype": 2, + "default": "0", "summary": "sysstat.redo write issue time: 0", "scope": "global", "metric_type": 1 @@ -19188,6 +20932,7 @@ "dbms": 19, "name": "global.sysstat.redo write schedule time", "vartype": 2, + "default": "500716", "summary": "sysstat.redo write schedule time: 500716", "scope": "global", "metric_type": 1 @@ -19199,6 +20944,7 @@ "dbms": 19, "name": "global.sysstat.redo write size count ( 4kb)", "vartype": 2, + "default": "1183", "summary": "sysstat.redo write size count ( 4kb): 1183", "scope": "global", "metric_type": 1 @@ -19210,6 +20956,7 @@ "dbms": 19, "name": "global.sysstat.redo write size count ( 8kb)", "vartype": 2, + "default": "634", "summary": "sysstat.redo write size count ( 8kb): 634", "scope": "global", "metric_type": 1 @@ -19221,6 +20968,7 @@ "dbms": 19, "name": "global.sysstat.redo write size count ( 16kb)", "vartype": 2, + "default": "601", "summary": "sysstat.redo write size count ( 16kb): 601", "scope": "global", "metric_type": 1 @@ -19232,6 +20980,7 @@ "dbms": 19, "name": "global.sysstat.redo write size count ( 32kb)", "vartype": 2, + "default": "174", "summary": "sysstat.redo write size count ( 32kb): 174", "scope": "global", "metric_type": 1 @@ -19243,6 +20992,7 @@ "dbms": 19, "name": "global.sysstat.redo write size count ( 64kb)", "vartype": 2, + "default": "0", "summary": "sysstat.redo write size count ( 64kb): 0", "scope": "global", "metric_type": 1 @@ -19254,6 +21004,7 @@ "dbms": 19, "name": "global.sysstat.redo write size count ( 128kb)", "vartype": 2, + "default": "66", "summary": "sysstat.redo write size count ( 128kb): 66", "scope": "global", "metric_type": 1 @@ -19265,6 +21016,7 @@ "dbms": 19, "name": "global.sysstat.redo write size count ( 256kb)", "vartype": 2, + "default": "0", "summary": "sysstat.redo write size count ( 256kb): 0", "scope": "global", "metric_type": 1 @@ -19276,6 +21028,7 @@ "dbms": 19, "name": "global.sysstat.redo write size count ( 512kb)", "vartype": 2, + "default": "1", "summary": "sysstat.redo write size count ( 512kb): 1", "scope": "global", "metric_type": 1 @@ -19287,6 +21040,7 @@ "dbms": 19, "name": "global.sysstat.redo write size count (1024kb)", "vartype": 2, + "default": "0", "summary": "sysstat.redo write size count (1024kb): 0", "scope": "global", "metric_type": 1 @@ -19298,6 +21052,7 @@ "dbms": 19, "name": "global.sysstat.redo write size count (inf)", "vartype": 2, + "default": "0", "summary": "sysstat.redo write size count (inf): 0", "scope": "global", "metric_type": 1 @@ -19309,6 +21064,7 @@ "dbms": 19, "name": "global.sysstat.redo write time", "vartype": 2, + "default": "384", "summary": "sysstat.redo write time: 384", "scope": "global", "metric_type": 1 @@ -19320,6 +21076,7 @@ "dbms": 19, "name": "global.sysstat.redo write time (usec)", "vartype": 2, + "default": "3831745", "summary": "sysstat.redo write time (usec): 3831745", "scope": "global", "metric_type": 1 @@ -19331,6 +21088,7 @@ "dbms": 19, "name": "global.sysstat.redo write total time", "vartype": 2, + "default": "4024755", "summary": "sysstat.redo write total time: 4024755", "scope": "global", "metric_type": 1 @@ -19342,6 +21100,7 @@ "dbms": 19, "name": "global.sysstat.redo write worker delay (usec)", "vartype": 2, + "default": "351775", "summary": "sysstat.redo write worker delay (usec): 351775", "scope": "global", "metric_type": 1 @@ -19353,6 +21112,7 @@ "dbms": 19, "name": "global.sysstat.redo write worker delay count", "vartype": 2, + "default": "2659", "summary": "sysstat.redo write worker delay count: 2659", "scope": "global", "metric_type": 1 @@ -19364,6 +21124,7 @@ "dbms": 19, "name": "global.sysstat.redo writes", "vartype": 2, + "default": "2659", "summary": "sysstat.redo writes: 2659", "scope": "global", "metric_type": 1 @@ -19375,6 +21136,7 @@ "dbms": 19, "name": "global.sysstat.redo writes (group 0)", "vartype": 2, + "default": "2336", "summary": "sysstat.redo writes (group 0): 2336", "scope": "global", "metric_type": 1 @@ -19386,6 +21148,7 @@ "dbms": 19, "name": "global.sysstat.redo writes (group 1)", "vartype": 2, + "default": "323", "summary": "sysstat.redo writes (group 1): 323", "scope": "global", "metric_type": 1 @@ -19397,6 +21160,7 @@ "dbms": 19, "name": "global.sysstat.redo writes (group 2)", "vartype": 2, + "default": "0", "summary": "sysstat.redo writes (group 2): 0", "scope": "global", "metric_type": 1 @@ -19408,6 +21172,7 @@ "dbms": 19, "name": "global.sysstat.redo writes (group 3)", "vartype": 2, + "default": "0", "summary": "sysstat.redo writes (group 3): 0", "scope": "global", "metric_type": 1 @@ -19419,6 +21184,7 @@ "dbms": 19, "name": "global.sysstat.redo writes (group 4)", "vartype": 2, + "default": "0", "summary": "sysstat.redo writes (group 4): 0", "scope": "global", "metric_type": 1 @@ -19430,6 +21196,7 @@ "dbms": 19, "name": "global.sysstat.redo writes (group 5)", "vartype": 2, + "default": "0", "summary": "sysstat.redo writes (group 5): 0", "scope": "global", "metric_type": 1 @@ -19441,6 +21208,7 @@ "dbms": 19, "name": "global.sysstat.redo writes (group 6)", "vartype": 2, + "default": "0", "summary": "sysstat.redo writes (group 6): 0", "scope": "global", "metric_type": 1 @@ -19452,6 +21220,7 @@ "dbms": 19, "name": "global.sysstat.redo writes (group 7)", "vartype": 2, + "default": "0", "summary": "sysstat.redo writes (group 7): 0", "scope": "global", "metric_type": 1 @@ -19463,6 +21232,7 @@ "dbms": 19, "name": "global.sysstat.redo writes adaptive all", "vartype": 2, + "default": "2659", "summary": "sysstat.redo writes adaptive all: 2659", "scope": "global", "metric_type": 1 @@ -19474,6 +21244,7 @@ "dbms": 19, "name": "global.sysstat.redo writes adaptive worker", "vartype": 2, + "default": "2659", "summary": "sysstat.redo writes adaptive worker: 2659", "scope": "global", "metric_type": 1 @@ -19485,6 +21256,7 @@ "dbms": 19, "name": "global.sysstat.redo writes coalesced", "vartype": 2, + "default": "0", "summary": "sysstat.redo writes coalesced: 0", "scope": "global", "metric_type": 1 @@ -19496,6 +21268,7 @@ "dbms": 19, "name": "global.sysstat.remote oradebug requests", "vartype": 2, + "default": "0", "summary": "sysstat.remote oradebug requests: 0", "scope": "global", "metric_type": 1 @@ -19507,6 +21280,7 @@ "dbms": 19, "name": "global.sysstat.requests to/from client", "vartype": 2, + "default": "48200", "summary": "sysstat.requests to/from client: 48200", "scope": "global", "metric_type": 1 @@ -19518,6 +21292,7 @@ "dbms": 19, "name": "global.sysstat.rollback changes - undo records applied", "vartype": 2, + "default": "250", "summary": "sysstat.rollback changes - undo records applied: 250", "scope": "global", "metric_type": 1 @@ -19529,6 +21304,7 @@ "dbms": 19, "name": "global.sysstat.rollbacks only - consistent read gets", "vartype": 2, + "default": "2615", "summary": "sysstat.rollbacks only - consistent read gets: 2615", "scope": "global", "metric_type": 1 @@ -19540,6 +21316,7 @@ "dbms": 19, "name": "global.sysstat.root node splits", "vartype": 2, + "default": "0", "summary": "sysstat.root node splits: 0", "scope": "global", "metric_type": 1 @@ -19551,6 +21328,7 @@ "dbms": 19, "name": "global.sysstat.rowcr - resume", "vartype": 2, + "default": "0", "summary": "sysstat.rowcr - resume: 0", "scope": "global", "metric_type": 1 @@ -19562,6 +21340,7 @@ "dbms": 19, "name": "global.sysstat.rowcr - row contention", "vartype": 2, + "default": "209", "summary": "sysstat.rowcr - row contention: 209", "scope": "global", "metric_type": 1 @@ -19573,6 +21352,7 @@ "dbms": 19, "name": "global.sysstat.rowcr attempts", "vartype": 2, + "default": "13542", "summary": "sysstat.rowcr attempts: 13542", "scope": "global", "metric_type": 1 @@ -19584,6 +21364,7 @@ "dbms": 19, "name": "global.sysstat.rowcr hits", "vartype": 2, + "default": "13333", "summary": "sysstat.rowcr hits: 13333", "scope": "global", "metric_type": 1 @@ -19595,6 +21376,7 @@ "dbms": 19, "name": "global.sysstat.rows fetched via callback", "vartype": 2, + "default": "48622", "summary": "sysstat.rows fetched via callback: 48622", "scope": "global", "metric_type": 1 @@ -19606,6 +21388,7 @@ "dbms": 19, "name": "global.sysstat.saved cleanout failures: buffer being written", "vartype": 2, + "default": "0", "summary": "sysstat.saved cleanout failures: buffer being written: 0", "scope": "global", "metric_type": 1 @@ -19617,6 +21400,7 @@ "dbms": 19, "name": "global.sysstat.saved cleanout failures: callback failure", "vartype": 2, + "default": "0", "summary": "sysstat.saved cleanout failures: callback failure: 0", "scope": "global", "metric_type": 1 @@ -19628,6 +21412,7 @@ "dbms": 19, "name": "global.sysstat.saved cleanout failures: cannot pin", "vartype": 2, + "default": "0", "summary": "sysstat.saved cleanout failures: cannot pin: 0", "scope": "global", "metric_type": 1 @@ -19639,6 +21424,7 @@ "dbms": 19, "name": "global.sysstat.saved cleanout failures: delayed log", "vartype": 2, + "default": "0", "summary": "sysstat.saved cleanout failures: delayed log: 0", "scope": "global", "metric_type": 1 @@ -19650,6 +21436,7 @@ "dbms": 19, "name": "global.sysstat.saved cleanout failures: flashback", "vartype": 2, + "default": "0", "summary": "sysstat.saved cleanout failures: flashback: 0", "scope": "global", "metric_type": 1 @@ -19661,6 +21448,7 @@ "dbms": 19, "name": "global.sysstat.saved cleanout failures: hot backup in progress", "vartype": 2, + "default": "0", "summary": "sysstat.saved cleanout failures: hot backup in progress: 0", "scope": "global", "metric_type": 1 @@ -19672,6 +21460,7 @@ "dbms": 19, "name": "global.sysstat.saved cleanout failures: write disabled", "vartype": 2, + "default": "0", "summary": "sysstat.saved cleanout failures: write disabled: 0", "scope": "global", "metric_type": 1 @@ -19683,6 +21472,7 @@ "dbms": 19, "name": "global.sysstat.saved cleanouts", "vartype": 2, + "default": "0", "summary": "sysstat.saved cleanouts: 0", "scope": "global", "metric_type": 1 @@ -19694,6 +21484,7 @@ "dbms": 19, "name": "global.sysstat.saved cleanouts successfully completed", "vartype": 2, + "default": "0", "summary": "sysstat.saved cleanouts successfully completed: 0", "scope": "global", "metric_type": 1 @@ -19705,6 +21496,7 @@ "dbms": 19, "name": "global.sysstat.scan rdbms pivoted blocks", "vartype": 2, + "default": "0", "summary": "sysstat.scan rdbms pivoted blocks: 0", "scope": "global", "metric_type": 1 @@ -19716,6 +21508,7 @@ "dbms": 19, "name": "global.sysstat.scan rdbms pivoted columns accessed", "vartype": 2, + "default": "0", "summary": "sysstat.scan rdbms pivoted columns accessed: 0", "scope": "global", "metric_type": 1 @@ -19727,6 +21520,7 @@ "dbms": 19, "name": "global.sysstat.scan rdbms pivoted columns theoretical max", "vartype": 2, + "default": "0", "summary": "sysstat.scan rdbms pivoted columns theoretical max: 0", "scope": "global", "metric_type": 1 @@ -19738,6 +21532,7 @@ "dbms": 19, "name": "global.sysstat.scan rdbms pivoted rows", "vartype": 2, + "default": "0", "summary": "sysstat.scan rdbms pivoted rows: 0", "scope": "global", "metric_type": 1 @@ -19749,6 +21544,7 @@ "dbms": 19, "name": "global.sysstat.scheduler wait time", "vartype": 2, + "default": "0", "summary": "sysstat.scheduler wait time: 0", "scope": "global", "metric_type": 1 @@ -19760,6 +21556,7 @@ "dbms": 19, "name": "global.sysstat.scn increments due to another database", "vartype": 2, + "default": "0", "summary": "sysstat.scn increments due to another database: 0", "scope": "global", "metric_type": 1 @@ -19771,6 +21568,7 @@ "dbms": 19, "name": "global.sysstat.securefile add dedupd lob to set", "vartype": 2, + "default": "0", "summary": "sysstat.securefile add dedupd lob to set: 0", "scope": "global", "metric_type": 1 @@ -19782,6 +21580,7 @@ "dbms": 19, "name": "global.sysstat.securefile allocation bytes", "vartype": 2, + "default": "1015808", "summary": "sysstat.securefile allocation bytes: 1015808", "scope": "global", "metric_type": 1 @@ -19793,6 +21592,7 @@ "dbms": 19, "name": "global.sysstat.securefile allocation chunks", "vartype": 2, + "default": "5", "summary": "sysstat.securefile allocation chunks: 5", "scope": "global", "metric_type": 1 @@ -19804,6 +21604,7 @@ "dbms": 19, "name": "global.sysstat.securefile bytes cleartext", "vartype": 2, + "default": "0", "summary": "sysstat.securefile bytes cleartext: 0", "scope": "global", "metric_type": 1 @@ -19815,6 +21616,7 @@ "dbms": 19, "name": "global.sysstat.securefile bytes deduplicated", "vartype": 2, + "default": "0", "summary": "sysstat.securefile bytes deduplicated: 0", "scope": "global", "metric_type": 1 @@ -19826,6 +21628,7 @@ "dbms": 19, "name": "global.sysstat.securefile bytes encrypted", "vartype": 2, + "default": "0", "summary": "sysstat.securefile bytes encrypted: 0", "scope": "global", "metric_type": 1 @@ -19837,6 +21640,7 @@ "dbms": 19, "name": "global.sysstat.securefile bytes non-transformed", "vartype": 2, + "default": "999194", "summary": "sysstat.securefile bytes non-transformed: 999194", "scope": "global", "metric_type": 1 @@ -19848,6 +21652,7 @@ "dbms": 19, "name": "global.sysstat.securefile compressed bytes", "vartype": 2, + "default": "0", "summary": "sysstat.securefile compressed bytes: 0", "scope": "global", "metric_type": 1 @@ -19859,6 +21664,7 @@ "dbms": 19, "name": "global.sysstat.securefile create dedup set", "vartype": 2, + "default": "0", "summary": "sysstat.securefile create dedup set: 0", "scope": "global", "metric_type": 1 @@ -19870,6 +21676,7 @@ "dbms": 19, "name": "global.sysstat.securefile dedup callback oper final", "vartype": 2, + "default": "0", "summary": "sysstat.securefile dedup callback oper final: 0", "scope": "global", "metric_type": 1 @@ -19881,6 +21688,7 @@ "dbms": 19, "name": "global.sysstat.securefile dedup fits inline", "vartype": 2, + "default": "0", "summary": "sysstat.securefile dedup fits inline: 0", "scope": "global", "metric_type": 1 @@ -19892,6 +21700,7 @@ "dbms": 19, "name": "global.sysstat.securefile dedup flush too low", "vartype": 2, + "default": "0", "summary": "sysstat.securefile dedup flush too low: 0", "scope": "global", "metric_type": 1 @@ -19903,6 +21712,7 @@ "dbms": 19, "name": "global.sysstat.securefile dedup hash collision", "vartype": 2, + "default": "0", "summary": "sysstat.securefile dedup hash collision: 0", "scope": "global", "metric_type": 1 @@ -19914,6 +21724,7 @@ "dbms": 19, "name": "global.sysstat.securefile dedup prefix hash match", "vartype": 2, + "default": "0", "summary": "sysstat.securefile dedup prefix hash match: 0", "scope": "global", "metric_type": 1 @@ -19925,6 +21736,7 @@ "dbms": 19, "name": "global.sysstat.securefile dedup wapp cache miss", "vartype": 2, + "default": "0", "summary": "sysstat.securefile dedup wapp cache miss: 0", "scope": "global", "metric_type": 1 @@ -19936,6 +21748,7 @@ "dbms": 19, "name": "global.sysstat.securefile destroy dedup set", "vartype": 2, + "default": "0", "summary": "sysstat.securefile destroy dedup set: 0", "scope": "global", "metric_type": 1 @@ -19947,6 +21760,7 @@ "dbms": 19, "name": "global.sysstat.securefile direct read bytes", "vartype": 2, + "default": "2039808", "summary": "sysstat.securefile direct read bytes: 2039808", "scope": "global", "metric_type": 1 @@ -19958,6 +21772,7 @@ "dbms": 19, "name": "global.sysstat.securefile direct read ops", "vartype": 2, + "default": "13", "summary": "sysstat.securefile direct read ops: 13", "scope": "global", "metric_type": 1 @@ -19969,6 +21784,7 @@ "dbms": 19, "name": "global.sysstat.securefile direct write bytes", "vartype": 2, + "default": "1015808", "summary": "sysstat.securefile direct write bytes: 1015808", "scope": "global", "metric_type": 1 @@ -19980,6 +21796,7 @@ "dbms": 19, "name": "global.sysstat.securefile direct write ops", "vartype": 2, + "default": "5", "summary": "sysstat.securefile direct write ops: 5", "scope": "global", "metric_type": 1 @@ -19991,6 +21808,7 @@ "dbms": 19, "name": "global.sysstat.securefile inode ioreap time", "vartype": 2, + "default": "0", "summary": "sysstat.securefile inode ioreap time: 0", "scope": "global", "metric_type": 1 @@ -20002,6 +21820,7 @@ "dbms": 19, "name": "global.sysstat.securefile inode itree redo", "vartype": 2, + "default": "0", "summary": "sysstat.securefile inode itree redo: 0", "scope": "global", "metric_type": 1 @@ -20013,6 +21832,7 @@ "dbms": 19, "name": "global.sysstat.securefile inode lhb redo", "vartype": 2, + "default": "0", "summary": "sysstat.securefile inode lhb redo: 0", "scope": "global", "metric_type": 1 @@ -20024,6 +21844,7 @@ "dbms": 19, "name": "global.sysstat.securefile inode read time", "vartype": 2, + "default": "0", "summary": "sysstat.securefile inode read time: 0", "scope": "global", "metric_type": 1 @@ -20035,6 +21856,7 @@ "dbms": 19, "name": "global.sysstat.securefile inode write time", "vartype": 2, + "default": "0", "summary": "sysstat.securefile inode write time: 0", "scope": "global", "metric_type": 1 @@ -20046,6 +21868,7 @@ "dbms": 19, "name": "global.sysstat.securefile number of flushes", "vartype": 2, + "default": "0", "summary": "sysstat.securefile number of flushes: 0", "scope": "global", "metric_type": 1 @@ -20057,6 +21880,7 @@ "dbms": 19, "name": "global.sysstat.securefile number of non-transformed flushes", "vartype": 2, + "default": "1", "summary": "sysstat.securefile number of non-transformed flushes: 1", "scope": "global", "metric_type": 1 @@ -20068,6 +21892,7 @@ "dbms": 19, "name": "global.sysstat.securefile reject deduplication", "vartype": 2, + "default": "0", "summary": "sysstat.securefile reject deduplication: 0", "scope": "global", "metric_type": 1 @@ -20079,6 +21904,7 @@ "dbms": 19, "name": "global.sysstat.securefile rmv from dedup set", "vartype": 2, + "default": "0", "summary": "sysstat.securefile rmv from dedup set: 0", "scope": "global", "metric_type": 1 @@ -20090,6 +21916,7 @@ "dbms": 19, "name": "global.sysstat.securefile uncompressed bytes", "vartype": 2, + "default": "0", "summary": "sysstat.securefile uncompressed bytes: 0", "scope": "global", "metric_type": 1 @@ -20101,6 +21928,7 @@ "dbms": 19, "name": "global.sysstat.securefiles copy from dbfs link", "vartype": 2, + "default": "0", "summary": "sysstat.securefiles copy from dbfs link: 0", "scope": "global", "metric_type": 1 @@ -20112,6 +21940,7 @@ "dbms": 19, "name": "global.sysstat.securefiles dbfs link operations", "vartype": 2, + "default": "0", "summary": "sysstat.securefiles dbfs link operations: 0", "scope": "global", "metric_type": 1 @@ -20123,6 +21952,7 @@ "dbms": 19, "name": "global.sysstat.securefiles dbfs link overwrites", "vartype": 2, + "default": "0", "summary": "sysstat.securefiles dbfs link overwrites: 0", "scope": "global", "metric_type": 1 @@ -20134,6 +21964,7 @@ "dbms": 19, "name": "global.sysstat.securefiles dbfs link streaming reads", "vartype": 2, + "default": "0", "summary": "sysstat.securefiles dbfs link streaming reads: 0", "scope": "global", "metric_type": 1 @@ -20145,6 +21976,7 @@ "dbms": 19, "name": "global.sysstat.securefiles get dbfs link reference", "vartype": 2, + "default": "0", "summary": "sysstat.securefiles get dbfs link reference: 0", "scope": "global", "metric_type": 1 @@ -20156,6 +21988,7 @@ "dbms": 19, "name": "global.sysstat.securefiles implicit copy from dbfs link", "vartype": 2, + "default": "0", "summary": "sysstat.securefiles implicit copy from dbfs link: 0", "scope": "global", "metric_type": 1 @@ -20167,6 +22000,7 @@ "dbms": 19, "name": "global.sysstat.securefiles move to dbfs link", "vartype": 2, + "default": "0", "summary": "sysstat.securefiles move to dbfs link: 0", "scope": "global", "metric_type": 1 @@ -20178,6 +22012,7 @@ "dbms": 19, "name": "global.sysstat.securefiles put dbfs link reference", "vartype": 2, + "default": "0", "summary": "sysstat.securefiles put dbfs link reference: 0", "scope": "global", "metric_type": 1 @@ -20189,6 +22024,7 @@ "dbms": 19, "name": "global.sysstat.segment cfs allocations", "vartype": 2, + "default": "0", "summary": "sysstat.segment cfs allocations: 0", "scope": "global", "metric_type": 1 @@ -20200,6 +22036,7 @@ "dbms": 19, "name": "global.sysstat.segment chunks allocation from dispenser", "vartype": 2, + "default": "5", "summary": "sysstat.segment chunks allocation from dispenser: 5", "scope": "global", "metric_type": 1 @@ -20211,6 +22048,7 @@ "dbms": 19, "name": "global.sysstat.segment dispenser allocations", "vartype": 2, + "default": "1", "summary": "sysstat.segment dispenser allocations: 1", "scope": "global", "metric_type": 1 @@ -20222,6 +22060,7 @@ "dbms": 19, "name": "global.sysstat.segment dispenser load empty", "vartype": 2, + "default": "0", "summary": "sysstat.segment dispenser load empty: 0", "scope": "global", "metric_type": 1 @@ -20233,6 +22072,7 @@ "dbms": 19, "name": "global.sysstat.segment dispenser load tasks", "vartype": 2, + "default": "1", "summary": "sysstat.segment dispenser load tasks: 1", "scope": "global", "metric_type": 1 @@ -20244,6 +22084,7 @@ "dbms": 19, "name": "global.sysstat.segment prealloc bytes", "vartype": 2, + "default": "0", "summary": "sysstat.segment prealloc bytes: 0", "scope": "global", "metric_type": 1 @@ -20255,6 +22096,7 @@ "dbms": 19, "name": "global.sysstat.segment prealloc ops", "vartype": 2, + "default": "1", "summary": "sysstat.segment prealloc ops: 1", "scope": "global", "metric_type": 1 @@ -20266,6 +22108,7 @@ "dbms": 19, "name": "global.sysstat.segment prealloc tasks", "vartype": 2, + "default": "1", "summary": "sysstat.segment prealloc tasks: 1", "scope": "global", "metric_type": 1 @@ -20277,6 +22120,7 @@ "dbms": 19, "name": "global.sysstat.segment prealloc time (ms)", "vartype": 2, + "default": "7", "summary": "sysstat.segment prealloc time (ms): 7", "scope": "global", "metric_type": 1 @@ -20288,6 +22132,7 @@ "dbms": 19, "name": "global.sysstat.segment prealloc ufs2cfs bytes", "vartype": 2, + "default": "0", "summary": "sysstat.segment prealloc ufs2cfs bytes: 0", "scope": "global", "metric_type": 1 @@ -20299,6 +22144,7 @@ "dbms": 19, "name": "global.sysstat.segment total chunk allocation", "vartype": 2, + "default": "0", "summary": "sysstat.segment total chunk allocation: 0", "scope": "global", "metric_type": 1 @@ -20310,6 +22156,7 @@ "dbms": 19, "name": "global.sysstat.serializable aborts", "vartype": 2, + "default": "0", "summary": "sysstat.serializable aborts: 0", "scope": "global", "metric_type": 1 @@ -20321,6 +22168,7 @@ "dbms": 19, "name": "global.sysstat.session connect time", "vartype": 2, + "default": "1572969245", "summary": "sysstat.session connect time: 1572969245", "scope": "global", "metric_type": 1 @@ -20332,6 +22180,7 @@ "dbms": 19, "name": "global.sysstat.session cursor cache count", "vartype": 2, + "default": "1033", "summary": "sysstat.session cursor cache count: 1033", "scope": "global", "metric_type": 1 @@ -20343,6 +22192,7 @@ "dbms": 19, "name": "global.sysstat.session cursor cache hits", "vartype": 2, + "default": "16557", "summary": "sysstat.session cursor cache hits: 16557", "scope": "global", "metric_type": 1 @@ -20354,6 +22204,7 @@ "dbms": 19, "name": "global.sysstat.session logical reads", "vartype": 2, + "default": "10528223", "summary": "sysstat.session logical reads: 10528223", "scope": "global", "metric_type": 1 @@ -20365,6 +22216,7 @@ "dbms": 19, "name": "global.sysstat.session logical reads - im", "vartype": 2, + "default": "0", "summary": "sysstat.session logical reads - im: 0", "scope": "global", "metric_type": 1 @@ -20376,6 +22228,7 @@ "dbms": 19, "name": "global.sysstat.session logical reads in local numa group", "vartype": 2, + "default": "0", "summary": "sysstat.session logical reads in local numa group: 0", "scope": "global", "metric_type": 1 @@ -20387,6 +22240,7 @@ "dbms": 19, "name": "global.sysstat.session logical reads in remote numa group", "vartype": 2, + "default": "0", "summary": "sysstat.session logical reads in remote numa group: 0", "scope": "global", "metric_type": 1 @@ -20398,6 +22252,7 @@ "dbms": 19, "name": "global.sysstat.session pga memory", "vartype": 2, + "default": "165977624", "summary": "sysstat.session pga memory: 165977624", "scope": "global", "metric_type": 3 @@ -20409,6 +22264,7 @@ "dbms": 19, "name": "global.sysstat.session pga memory max", "vartype": 2, + "default": "189080408", "summary": "sysstat.session pga memory max: 189080408", "scope": "global", "metric_type": 3 @@ -20420,6 +22276,7 @@ "dbms": 19, "name": "global.sysstat.session referenced a buffer on dram", "vartype": 2, + "default": "0", "summary": "sysstat.session referenced a buffer on dram: 0", "scope": "global", "metric_type": 1 @@ -20431,6 +22288,7 @@ "dbms": 19, "name": "global.sysstat.session referenced a buffer on xmem", "vartype": 2, + "default": "0", "summary": "sysstat.session referenced a buffer on xmem: 0", "scope": "global", "metric_type": 1 @@ -20442,6 +22300,7 @@ "dbms": 19, "name": "global.sysstat.session stored procedure space", "vartype": 2, + "default": "0", "summary": "sysstat.session stored procedure space: 0", "scope": "global", "metric_type": 1 @@ -20453,6 +22312,7 @@ "dbms": 19, "name": "global.sysstat.session uga memory", "vartype": 2, + "default": "50184056", "summary": "sysstat.session uga memory: 50184056", "scope": "global", "metric_type": 3 @@ -20464,6 +22324,7 @@ "dbms": 19, "name": "global.sysstat.session uga memory max", "vartype": 2, + "default": "168308472", "summary": "sysstat.session uga memory max: 168308472", "scope": "global", "metric_type": 3 @@ -20475,6 +22336,7 @@ "dbms": 19, "name": "global.sysstat.shared hash latch upgrades - no wait", "vartype": 2, + "default": "13548", "summary": "sysstat.shared hash latch upgrades - no wait: 13548", "scope": "global", "metric_type": 1 @@ -20486,6 +22348,7 @@ "dbms": 19, "name": "global.sysstat.shared hash latch upgrades - wait", "vartype": 2, + "default": "6", "summary": "sysstat.shared hash latch upgrades - wait: 6", "scope": "global", "metric_type": 1 @@ -20497,6 +22360,7 @@ "dbms": 19, "name": "global.sysstat.shared io pool buffer get failure", "vartype": 2, + "default": "0", "summary": "sysstat.shared io pool buffer get failure: 0", "scope": "global", "metric_type": 1 @@ -20508,6 +22372,7 @@ "dbms": 19, "name": "global.sysstat.shared io pool buffer get success", "vartype": 2, + "default": "4", "summary": "sysstat.shared io pool buffer get success: 4", "scope": "global", "metric_type": 1 @@ -20519,6 +22384,7 @@ "dbms": 19, "name": "global.sysstat.slave propagated tracked transactions", "vartype": 2, + "default": "0", "summary": "sysstat.slave propagated tracked transactions: 0", "scope": "global", "metric_type": 1 @@ -20530,6 +22396,7 @@ "dbms": 19, "name": "global.sysstat.smon posted for dropping temp segment", "vartype": 2, + "default": "0", "summary": "sysstat.smon posted for dropping temp segment: 0", "scope": "global", "metric_type": 1 @@ -20541,6 +22408,7 @@ "dbms": 19, "name": "global.sysstat.smon posted for instance recovery", "vartype": 2, + "default": "0", "summary": "sysstat.smon posted for instance recovery: 0", "scope": "global", "metric_type": 1 @@ -20552,6 +22420,7 @@ "dbms": 19, "name": "global.sysstat.smon posted for txn recovery for other instances", "vartype": 2, + "default": "0", "summary": "sysstat.smon posted for txn recovery for other instances: 0", "scope": "global", "metric_type": 1 @@ -20563,6 +22432,7 @@ "dbms": 19, "name": "global.sysstat.smon posted for undo segment recovery", "vartype": 2, + "default": "0", "summary": "sysstat.smon posted for undo segment recovery: 0", "scope": "global", "metric_type": 1 @@ -20574,6 +22444,7 @@ "dbms": 19, "name": "global.sysstat.smon posted for undo segment shrink", "vartype": 2, + "default": "0", "summary": "sysstat.smon posted for undo segment shrink: 0", "scope": "global", "metric_type": 1 @@ -20585,6 +22456,7 @@ "dbms": 19, "name": "global.sysstat.sorts (disk)", "vartype": 2, + "default": "0", "summary": "sysstat.sorts (disk): 0", "scope": "global", "metric_type": 1 @@ -20596,6 +22468,7 @@ "dbms": 19, "name": "global.sysstat.sorts (memory)", "vartype": 2, + "default": "4281", "summary": "sysstat.sorts (memory): 4281", "scope": "global", "metric_type": 1 @@ -20607,6 +22480,7 @@ "dbms": 19, "name": "global.sysstat.sorts (rows)", "vartype": 2, + "default": "66076", "summary": "sysstat.sorts (rows): 66076", "scope": "global", "metric_type": 1 @@ -20618,6 +22492,7 @@ "dbms": 19, "name": "global.sysstat.space was found by tune down", "vartype": 2, + "default": "0", "summary": "sysstat.space was found by tune down: 0", "scope": "global", "metric_type": 1 @@ -20629,6 +22504,7 @@ "dbms": 19, "name": "global.sysstat.space was not found by tune down", "vartype": 2, + "default": "0", "summary": "sysstat.space was not found by tune down: 0", "scope": "global", "metric_type": 1 @@ -20640,6 +22516,7 @@ "dbms": 19, "name": "global.sysstat.spare statistic 1", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 1: 0", "scope": "global", "metric_type": 1 @@ -20651,6 +22528,7 @@ "dbms": 19, "name": "global.sysstat.spare statistic 10", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 10: 0", "scope": "global", "metric_type": 1 @@ -20662,6 +22540,7 @@ "dbms": 19, "name": "global.sysstat.spare statistic 11", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 11: 0", "scope": "global", "metric_type": 1 @@ -20673,6 +22552,7 @@ "dbms": 19, "name": "global.sysstat.spare statistic 12", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 12: 0", "scope": "global", "metric_type": 1 @@ -20684,6 +22564,7 @@ "dbms": 19, "name": "global.sysstat.spare statistic 13", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 13: 0", "scope": "global", "metric_type": 1 @@ -20695,6 +22576,7 @@ "dbms": 19, "name": "global.sysstat.spare statistic 14", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 14: 0", "scope": "global", "metric_type": 1 @@ -20706,6 +22588,7 @@ "dbms": 19, "name": "global.sysstat.spare statistic 15", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 15: 0", "scope": "global", "metric_type": 1 @@ -20717,6 +22600,7 @@ "dbms": 19, "name": "global.sysstat.spare statistic 16", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 16: 0", "scope": "global", "metric_type": 1 @@ -20728,6 +22612,7 @@ "dbms": 19, "name": "global.sysstat.spare statistic 17", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 17: 0", "scope": "global", "metric_type": 1 @@ -20739,6 +22624,7 @@ "dbms": 19, "name": "global.sysstat.spare statistic 18", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 18: 0", "scope": "global", "metric_type": 1 @@ -20750,6 +22636,7 @@ "dbms": 19, "name": "global.sysstat.spare statistic 19", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 19: 0", "scope": "global", "metric_type": 1 @@ -20761,6 +22648,7 @@ "dbms": 19, "name": "global.sysstat.spare statistic 2", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 2: 0", "scope": "global", "metric_type": 1 @@ -20772,6 +22660,7 @@ "dbms": 19, "name": "global.sysstat.spare statistic 20", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 20: 0", "scope": "global", "metric_type": 1 @@ -20783,6 +22672,7 @@ "dbms": 19, "name": "global.sysstat.spare statistic 21", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 21: 0", "scope": "global", "metric_type": 1 @@ -20794,6 +22684,7 @@ "dbms": 19, "name": "global.sysstat.spare statistic 22", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 22: 0", "scope": "global", "metric_type": 1 @@ -20805,6 +22696,7 @@ "dbms": 19, "name": "global.sysstat.spare statistic 23", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 23: 0", "scope": "global", "metric_type": 1 @@ -20816,6 +22708,7 @@ "dbms": 19, "name": "global.sysstat.spare statistic 24", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 24: 0", "scope": "global", "metric_type": 1 @@ -20827,6 +22720,7 @@ "dbms": 19, "name": "global.sysstat.spare statistic 25", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 25: 0", "scope": "global", "metric_type": 1 @@ -20838,6 +22732,7 @@ "dbms": 19, "name": "global.sysstat.spare statistic 26", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 26: 0", "scope": "global", "metric_type": 1 @@ -20849,6 +22744,7 @@ "dbms": 19, "name": "global.sysstat.spare statistic 27", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 27: 0", "scope": "global", "metric_type": 1 @@ -20860,6 +22756,7 @@ "dbms": 19, "name": "global.sysstat.spare statistic 28", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 28: 0", "scope": "global", "metric_type": 1 @@ -20871,6 +22768,7 @@ "dbms": 19, "name": "global.sysstat.spare statistic 29", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 29: 0", "scope": "global", "metric_type": 1 @@ -20882,6 +22780,7 @@ "dbms": 19, "name": "global.sysstat.spare statistic 3", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 3: 0", "scope": "global", "metric_type": 1 @@ -20893,6 +22792,7 @@ "dbms": 19, "name": "global.sysstat.spare statistic 30", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 30: 0", "scope": "global", "metric_type": 1 @@ -20904,6 +22804,7 @@ "dbms": 19, "name": "global.sysstat.spare statistic 31", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 31: 0", "scope": "global", "metric_type": 1 @@ -20915,6 +22816,7 @@ "dbms": 19, "name": "global.sysstat.spare statistic 32", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 32: 0", "scope": "global", "metric_type": 1 @@ -20926,6 +22828,7 @@ "dbms": 19, "name": "global.sysstat.spare statistic 33", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 33: 0", "scope": "global", "metric_type": 1 @@ -20937,6 +22840,7 @@ "dbms": 19, "name": "global.sysstat.spare statistic 34", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 34: 0", "scope": "global", "metric_type": 1 @@ -20948,6 +22852,7 @@ "dbms": 19, "name": "global.sysstat.spare statistic 35", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 35: 0", "scope": "global", "metric_type": 1 @@ -20959,6 +22864,7 @@ "dbms": 19, "name": "global.sysstat.spare statistic 36", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 36: 0", "scope": "global", "metric_type": 1 @@ -20970,6 +22876,7 @@ "dbms": 19, "name": "global.sysstat.spare statistic 37", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 37: 0", "scope": "global", "metric_type": 1 @@ -20981,6 +22888,7 @@ "dbms": 19, "name": "global.sysstat.spare statistic 38", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 38: 0", "scope": "global", "metric_type": 1 @@ -20992,6 +22900,7 @@ "dbms": 19, "name": "global.sysstat.spare statistic 39", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 39: 0", "scope": "global", "metric_type": 1 @@ -21003,6 +22912,7 @@ "dbms": 19, "name": "global.sysstat.spare statistic 4", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 4: 0", "scope": "global", "metric_type": 1 @@ -21014,6 +22924,7 @@ "dbms": 19, "name": "global.sysstat.spare statistic 40", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 40: 0", "scope": "global", "metric_type": 1 @@ -21025,6 +22936,7 @@ "dbms": 19, "name": "global.sysstat.spare statistic 5", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 5: 0", "scope": "global", "metric_type": 1 @@ -21036,6 +22948,7 @@ "dbms": 19, "name": "global.sysstat.spare statistic 6", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 6: 0", "scope": "global", "metric_type": 1 @@ -21047,6 +22960,7 @@ "dbms": 19, "name": "global.sysstat.spare statistic 7", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 7: 0", "scope": "global", "metric_type": 1 @@ -21058,6 +22972,7 @@ "dbms": 19, "name": "global.sysstat.spare statistic 8", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 8: 0", "scope": "global", "metric_type": 1 @@ -21069,6 +22984,7 @@ "dbms": 19, "name": "global.sysstat.spare statistic 9", "vartype": 2, + "default": "0", "summary": "sysstat.spare statistic 9: 0", "scope": "global", "metric_type": 1 @@ -21080,6 +22996,7 @@ "dbms": 19, "name": "global.sysstat.sql area evicted", "vartype": 2, + "default": "323", "summary": "sysstat.sql area evicted: 323", "scope": "global", "metric_type": 1 @@ -21091,6 +23008,7 @@ "dbms": 19, "name": "global.sysstat.sql area purged", "vartype": 2, + "default": "40", "summary": "sysstat.sql area purged: 40", "scope": "global", "metric_type": 1 @@ -21102,6 +23020,7 @@ "dbms": 19, "name": "global.sysstat.sql*net roundtrips to/from client", "vartype": 2, + "default": "48389", "summary": "sysstat.sql*net roundtrips to/from client: 48389", "scope": "global", "metric_type": 1 @@ -21113,6 +23032,7 @@ "dbms": 19, "name": "global.sysstat.sql*net roundtrips to/from dblink", "vartype": 2, + "default": "0", "summary": "sysstat.sql*net roundtrips to/from dblink: 0", "scope": "global", "metric_type": 1 @@ -21124,6 +23044,7 @@ "dbms": 19, "name": "global.sysstat.steps of tune down ret. in space pressure", "vartype": 2, + "default": "0", "summary": "sysstat.steps of tune down ret. in space pressure: 0", "scope": "global", "metric_type": 1 @@ -21135,6 +23056,7 @@ "dbms": 19, "name": "global.sysstat.streaming no-stall reap", "vartype": 2, + "default": "0", "summary": "sysstat.streaming no-stall reap: 0", "scope": "global", "metric_type": 1 @@ -21146,6 +23068,7 @@ "dbms": 19, "name": "global.sysstat.streaming stall reap", "vartype": 2, + "default": "0", "summary": "sysstat.streaming stall reap: 0", "scope": "global", "metric_type": 1 @@ -21157,6 +23080,7 @@ "dbms": 19, "name": "global.sysstat.summed dirty queue length", "vartype": 2, + "default": "0", "summary": "sysstat.summed dirty queue length: 0", "scope": "global", "metric_type": 1 @@ -21168,6 +23092,7 @@ "dbms": 19, "name": "global.sysstat.switch current caused by our pin", "vartype": 2, + "default": "2021", "summary": "sysstat.switch current caused by our pin: 2021", "scope": "global", "metric_type": 1 @@ -21179,6 +23104,7 @@ "dbms": 19, "name": "global.sysstat.switch current to new buffer", "vartype": 2, + "default": "2022", "summary": "sysstat.switch current to new buffer: 2022", "scope": "global", "metric_type": 1 @@ -21190,6 +23116,7 @@ "dbms": 19, "name": "global.sysstat.table fetch by rowid", "vartype": 2, + "default": "11000433", "summary": "sysstat.table fetch by rowid: 11000433", "scope": "global", "metric_type": 1 @@ -21201,6 +23128,7 @@ "dbms": 19, "name": "global.sysstat.table fetch continued row", "vartype": 2, + "default": "649", "summary": "sysstat.table fetch continued row: 649", "scope": "global", "metric_type": 1 @@ -21212,6 +23140,7 @@ "dbms": 19, "name": "global.sysstat.table scan blocks gotten", "vartype": 2, + "default": "14450", "summary": "sysstat.table scan blocks gotten: 14450", "scope": "global", "metric_type": 1 @@ -21223,6 +23152,7 @@ "dbms": 19, "name": "global.sysstat.table scan disk imc fallback", "vartype": 2, + "default": "0", "summary": "sysstat.table scan disk imc fallback: 0", "scope": "global", "metric_type": 1 @@ -21234,6 +23164,7 @@ "dbms": 19, "name": "global.sysstat.table scan disk non-imc rows gotten", "vartype": 2, + "default": "321156", "summary": "sysstat.table scan disk non-imc rows gotten: 321156", "scope": "global", "metric_type": 1 @@ -21245,6 +23176,7 @@ "dbms": 19, "name": "global.sysstat.table scan rows gotten", "vartype": 2, + "default": "321156", "summary": "sysstat.table scan rows gotten: 321156", "scope": "global", "metric_type": 1 @@ -21256,6 +23188,7 @@ "dbms": 19, "name": "global.sysstat.table scan rs1", "vartype": 2, + "default": "0", "summary": "sysstat.table scan rs1: 0", "scope": "global", "metric_type": 1 @@ -21267,6 +23200,7 @@ "dbms": 19, "name": "global.sysstat.table scan rs2", "vartype": 2, + "default": "0", "summary": "sysstat.table scan rs2: 0", "scope": "global", "metric_type": 1 @@ -21278,6 +23212,7 @@ "dbms": 19, "name": "global.sysstat.table scans (cache partitions)", "vartype": 2, + "default": "0", "summary": "sysstat.table scans (cache partitions): 0", "scope": "global", "metric_type": 1 @@ -21289,6 +23224,7 @@ "dbms": 19, "name": "global.sysstat.table scans (direct read)", "vartype": 2, + "default": "0", "summary": "sysstat.table scans (direct read): 0", "scope": "global", "metric_type": 1 @@ -21300,6 +23236,7 @@ "dbms": 19, "name": "global.sysstat.table scans (im)", "vartype": 2, + "default": "0", "summary": "sysstat.table scans (im): 0", "scope": "global", "metric_type": 1 @@ -21311,6 +23248,7 @@ "dbms": 19, "name": "global.sysstat.table scans (long tables)", "vartype": 2, + "default": "5", "summary": "sysstat.table scans (long tables): 5", "scope": "global", "metric_type": 1 @@ -21322,6 +23260,7 @@ "dbms": 19, "name": "global.sysstat.table scans (rowid ranges)", "vartype": 2, + "default": "0", "summary": "sysstat.table scans (rowid ranges): 0", "scope": "global", "metric_type": 1 @@ -21333,6 +23272,7 @@ "dbms": 19, "name": "global.sysstat.table scans (short tables)", "vartype": 2, + "default": "814", "summary": "sysstat.table scans (short tables): 814", "scope": "global", "metric_type": 1 @@ -21344,6 +23284,7 @@ "dbms": 19, "name": "global.sysstat.tbs extension: bytes extended", "vartype": 2, + "default": "0", "summary": "sysstat.tbs extension: bytes extended: 0", "scope": "global", "metric_type": 1 @@ -21355,6 +23296,7 @@ "dbms": 19, "name": "global.sysstat.tbs extension: files extended", "vartype": 2, + "default": "0", "summary": "sysstat.tbs extension: files extended: 0", "scope": "global", "metric_type": 1 @@ -21366,6 +23308,7 @@ "dbms": 19, "name": "global.sysstat.tbs extension: tasks created", "vartype": 2, + "default": "0", "summary": "sysstat.tbs extension: tasks created: 0", "scope": "global", "metric_type": 1 @@ -21377,6 +23320,7 @@ "dbms": 19, "name": "global.sysstat.tbs extension: tasks executed", "vartype": 2, + "default": "0", "summary": "sysstat.tbs extension: tasks executed: 0", "scope": "global", "metric_type": 1 @@ -21388,6 +23332,7 @@ "dbms": 19, "name": "global.sysstat.temp space allocated (bytes)", "vartype": 2, + "default": "0", "summary": "sysstat.temp space allocated (bytes): 0", "scope": "global", "metric_type": 1 @@ -21399,6 +23344,7 @@ "dbms": 19, "name": "global.sysstat.total cf enq hold time", "vartype": 2, + "default": "100", "summary": "sysstat.total cf enq hold time: 100", "scope": "global", "metric_type": 1 @@ -21410,6 +23356,7 @@ "dbms": 19, "name": "global.sysstat.total number of cf enq holders", "vartype": 2, + "default": "86", "summary": "sysstat.total number of cf enq holders: 86", "scope": "global", "metric_type": 1 @@ -21421,6 +23368,7 @@ "dbms": 19, "name": "global.sysstat.total number of slots", "vartype": 2, + "default": "0", "summary": "sysstat.total number of slots: 0", "scope": "global", "metric_type": 1 @@ -21432,6 +23380,7 @@ "dbms": 19, "name": "global.sysstat.total number of times smon posted", "vartype": 2, + "default": "13", "summary": "sysstat.total number of times smon posted: 13", "scope": "global", "metric_type": 1 @@ -21443,6 +23392,7 @@ "dbms": 19, "name": "global.sysstat.total number of undo segments dropped", "vartype": 2, + "default": "0", "summary": "sysstat.total number of undo segments dropped: 0", "scope": "global", "metric_type": 1 @@ -21454,6 +23404,7 @@ "dbms": 19, "name": "global.sysstat.tracked rows", "vartype": 2, + "default": "0", "summary": "sysstat.tracked rows: 0", "scope": "global", "metric_type": 1 @@ -21465,6 +23416,7 @@ "dbms": 19, "name": "global.sysstat.tracked transactions", "vartype": 2, + "default": "0", "summary": "sysstat.tracked transactions: 0", "scope": "global", "metric_type": 1 @@ -21476,6 +23428,7 @@ "dbms": 19, "name": "global.sysstat.transaction lock background get time", "vartype": 2, + "default": "0", "summary": "sysstat.transaction lock background get time: 0", "scope": "global", "metric_type": 1 @@ -21487,6 +23440,7 @@ "dbms": 19, "name": "global.sysstat.transaction lock background gets", "vartype": 2, + "default": "0", "summary": "sysstat.transaction lock background gets: 0", "scope": "global", "metric_type": 1 @@ -21498,6 +23452,7 @@ "dbms": 19, "name": "global.sysstat.transaction lock foreground requests", "vartype": 2, + "default": "0", "summary": "sysstat.transaction lock foreground requests: 0", "scope": "global", "metric_type": 1 @@ -21509,6 +23464,7 @@ "dbms": 19, "name": "global.sysstat.transaction lock foreground wait time", "vartype": 2, + "default": "0", "summary": "sysstat.transaction lock foreground wait time: 0", "scope": "global", "metric_type": 1 @@ -21520,6 +23476,7 @@ "dbms": 19, "name": "global.sysstat.transaction rollbacks", "vartype": 2, + "default": "18", "summary": "sysstat.transaction rollbacks: 18", "scope": "global", "metric_type": 1 @@ -21531,6 +23488,7 @@ "dbms": 19, "name": "global.sysstat.transaction tables consistent read rollbacks", "vartype": 2, + "default": "0", "summary": "sysstat.transaction tables consistent read rollbacks: 0", "scope": "global", "metric_type": 1 @@ -21542,6 +23500,7 @@ "dbms": 19, "name": "global.sysstat.transaction tables consistent reads - undo records applied", "vartype": 2, + "default": "0", "summary": "sysstat.transaction tables consistent reads - undo records applied: 0", "scope": "global", "metric_type": 1 @@ -21553,6 +23512,7 @@ "dbms": 19, "name": "global.sysstat.tune down retentions in space pressure", "vartype": 2, + "default": "0", "summary": "sysstat.tune down retentions in space pressure: 0", "scope": "global", "metric_type": 1 @@ -21564,6 +23524,7 @@ "dbms": 19, "name": "global.sysstat.txn cache init usn exceeds max", "vartype": 2, + "default": "0", "summary": "sysstat.txn cache init usn exceeds max: 0", "scope": "global", "metric_type": 1 @@ -21575,6 +23536,7 @@ "dbms": 19, "name": "global.sysstat.txn cache init usn slot mismatch", "vartype": 2, + "default": "0", "summary": "sysstat.txn cache init usn slot mismatch: 0", "scope": "global", "metric_type": 1 @@ -21586,6 +23548,7 @@ "dbms": 19, "name": "global.sysstat.txn cache local ac read misses", "vartype": 2, + "default": "0", "summary": "sysstat.txn cache local ac read misses: 0", "scope": "global", "metric_type": 1 @@ -21597,6 +23560,7 @@ "dbms": 19, "name": "global.sysstat.txn cache local empty slot misses", "vartype": 2, + "default": "0", "summary": "sysstat.txn cache local empty slot misses: 0", "scope": "global", "metric_type": 1 @@ -21608,6 +23572,7 @@ "dbms": 19, "name": "global.sysstat.txn cache local loscn read misses", "vartype": 2, + "default": "0", "summary": "sysstat.txn cache local loscn read misses: 0", "scope": "global", "metric_type": 1 @@ -21619,6 +23584,7 @@ "dbms": 19, "name": "global.sysstat.txn cache local preset misses", "vartype": 2, + "default": "0", "summary": "sysstat.txn cache local preset misses: 0", "scope": "global", "metric_type": 1 @@ -21630,6 +23596,7 @@ "dbms": 19, "name": "global.sysstat.txn cache local proc misses", "vartype": 2, + "default": "0", "summary": "sysstat.txn cache local proc misses: 0", "scope": "global", "metric_type": 1 @@ -21641,6 +23608,7 @@ "dbms": 19, "name": "global.sysstat.txn cache local read hits", "vartype": 2, + "default": "0", "summary": "sysstat.txn cache local read hits: 0", "scope": "global", "metric_type": 1 @@ -21652,6 +23620,7 @@ "dbms": 19, "name": "global.sysstat.txn cache local read misses", "vartype": 2, + "default": "0", "summary": "sysstat.txn cache local read misses: 0", "scope": "global", "metric_type": 1 @@ -21663,6 +23632,7 @@ "dbms": 19, "name": "global.sysstat.txn cache local seq num misses", "vartype": 2, + "default": "0", "summary": "sysstat.txn cache local seq num misses: 0", "scope": "global", "metric_type": 1 @@ -21674,6 +23644,7 @@ "dbms": 19, "name": "global.sysstat.txn cache local sync commit scn misses", "vartype": 2, + "default": "0", "summary": "sysstat.txn cache local sync commit scn misses: 0", "scope": "global", "metric_type": 1 @@ -21685,6 +23656,7 @@ "dbms": 19, "name": "global.sysstat.txn cache local usn hash read misses", "vartype": 2, + "default": "0", "summary": "sysstat.txn cache local usn hash read misses: 0", "scope": "global", "metric_type": 1 @@ -21696,6 +23668,7 @@ "dbms": 19, "name": "global.sysstat.txn cache local usn hash write misses", "vartype": 2, + "default": "0", "summary": "sysstat.txn cache local usn hash write misses: 0", "scope": "global", "metric_type": 1 @@ -21707,6 +23680,7 @@ "dbms": 19, "name": "global.sysstat.txn cache local writes", "vartype": 2, + "default": "0", "summary": "sysstat.txn cache local writes: 0", "scope": "global", "metric_type": 1 @@ -21718,6 +23692,7 @@ "dbms": 19, "name": "global.sysstat.txn cache lookup conflicting write exact", "vartype": 2, + "default": "0", "summary": "sysstat.txn cache lookup conflicting write exact: 0", "scope": "global", "metric_type": 1 @@ -21729,6 +23704,7 @@ "dbms": 19, "name": "global.sysstat.txn cache lookup conflicting write uppper", "vartype": 2, + "default": "0", "summary": "sysstat.txn cache lookup conflicting write uppper: 0", "scope": "global", "metric_type": 1 @@ -21740,6 +23716,7 @@ "dbms": 19, "name": "global.sysstat.txn cache lookup fail read even version", "vartype": 2, + "default": "0", "summary": "sysstat.txn cache lookup fail read even version: 0", "scope": "global", "metric_type": 1 @@ -21751,6 +23728,7 @@ "dbms": 19, "name": "global.sysstat.txn cache lookup slot exceeds max", "vartype": 2, + "default": "0", "summary": "sysstat.txn cache lookup slot exceeds max: 0", "scope": "global", "metric_type": 1 @@ -21762,6 +23740,7 @@ "dbms": 19, "name": "global.sysstat.txn cache lookup usn exceeds max", "vartype": 2, + "default": "0", "summary": "sysstat.txn cache lookup usn exceeds max: 0", "scope": "global", "metric_type": 1 @@ -21773,6 +23752,7 @@ "dbms": 19, "name": "global.sysstat.txn cache redo sync reads", "vartype": 2, + "default": "0", "summary": "sysstat.txn cache redo sync reads: 0", "scope": "global", "metric_type": 1 @@ -21784,6 +23764,7 @@ "dbms": 19, "name": "global.sysstat.txn cache remote active read misses", "vartype": 2, + "default": "0", "summary": "sysstat.txn cache remote active read misses: 0", "scope": "global", "metric_type": 1 @@ -21795,6 +23776,7 @@ "dbms": 19, "name": "global.sysstat.txn cache remote copy hits", "vartype": 2, + "default": "0", "summary": "sysstat.txn cache remote copy hits: 0", "scope": "global", "metric_type": 1 @@ -21806,6 +23788,7 @@ "dbms": 19, "name": "global.sysstat.txn cache remote copy misses", "vartype": 2, + "default": "0", "summary": "sysstat.txn cache remote copy misses: 0", "scope": "global", "metric_type": 1 @@ -21817,6 +23800,7 @@ "dbms": 19, "name": "global.sysstat.txn cache remote empty slot misses", "vartype": 2, + "default": "0", "summary": "sysstat.txn cache remote empty slot misses: 0", "scope": "global", "metric_type": 1 @@ -21828,6 +23812,7 @@ "dbms": 19, "name": "global.sysstat.txn cache remote fetch double pass", "vartype": 2, + "default": "0", "summary": "sysstat.txn cache remote fetch double pass: 0", "scope": "global", "metric_type": 1 @@ -21839,6 +23824,7 @@ "dbms": 19, "name": "global.sysstat.txn cache remote loscn read misses", "vartype": 2, + "default": "0", "summary": "sysstat.txn cache remote loscn read misses: 0", "scope": "global", "metric_type": 1 @@ -21850,6 +23836,7 @@ "dbms": 19, "name": "global.sysstat.txn cache remote proc misses", "vartype": 2, + "default": "0", "summary": "sysstat.txn cache remote proc misses: 0", "scope": "global", "metric_type": 1 @@ -21861,6 +23848,7 @@ "dbms": 19, "name": "global.sysstat.txn cache remote read hits", "vartype": 2, + "default": "0", "summary": "sysstat.txn cache remote read hits: 0", "scope": "global", "metric_type": 1 @@ -21872,6 +23860,7 @@ "dbms": 19, "name": "global.sysstat.txn cache remote read misses", "vartype": 2, + "default": "0", "summary": "sysstat.txn cache remote read misses: 0", "scope": "global", "metric_type": 1 @@ -21883,6 +23872,7 @@ "dbms": 19, "name": "global.sysstat.txn cache remote read msg sent", "vartype": 2, + "default": "0", "summary": "sysstat.txn cache remote read msg sent: 0", "scope": "global", "metric_type": 1 @@ -21894,6 +23884,7 @@ "dbms": 19, "name": "global.sysstat.txn cache remote requested xid count", "vartype": 2, + "default": "0", "summary": "sysstat.txn cache remote requested xid count: 0", "scope": "global", "metric_type": 1 @@ -21905,6 +23896,7 @@ "dbms": 19, "name": "global.sysstat.txn cache remote seq num misses", "vartype": 2, + "default": "0", "summary": "sysstat.txn cache remote seq num misses: 0", "scope": "global", "metric_type": 1 @@ -21916,6 +23908,7 @@ "dbms": 19, "name": "global.sysstat.txn cache remote sync commit scn misses", "vartype": 2, + "default": "0", "summary": "sysstat.txn cache remote sync commit scn misses: 0", "scope": "global", "metric_type": 1 @@ -21927,6 +23920,7 @@ "dbms": 19, "name": "global.sysstat.txn cache remote ts/inst mismatch", "vartype": 2, + "default": "0", "summary": "sysstat.txn cache remote ts/inst mismatch: 0", "scope": "global", "metric_type": 1 @@ -21938,6 +23932,7 @@ "dbms": 19, "name": "global.sysstat.txn cache remote usn hash read misses", "vartype": 2, + "default": "0", "summary": "sysstat.txn cache remote usn hash read misses: 0", "scope": "global", "metric_type": 1 @@ -21949,6 +23944,7 @@ "dbms": 19, "name": "global.sysstat.txn cache remote writes", "vartype": 2, + "default": "0", "summary": "sysstat.txn cache remote writes: 0", "scope": "global", "metric_type": 1 @@ -21960,6 +23956,7 @@ "dbms": 19, "name": "global.sysstat.txn cache upper bound misses", "vartype": 2, + "default": "0", "summary": "sysstat.txn cache upper bound misses: 0", "scope": "global", "metric_type": 1 @@ -21971,6 +23968,7 @@ "dbms": 19, "name": "global.sysstat.txn cache write slot mismatch", "vartype": 2, + "default": "0", "summary": "sysstat.txn cache write slot mismatch: 0", "scope": "global", "metric_type": 1 @@ -21982,6 +23980,7 @@ "dbms": 19, "name": "global.sysstat.txn cache write usn exceeds max", "vartype": 2, + "default": "0", "summary": "sysstat.txn cache write usn exceeds max: 0", "scope": "global", "metric_type": 1 @@ -21993,6 +23992,7 @@ "dbms": 19, "name": "global.sysstat.undo block recovery disk reads skipped", "vartype": 2, + "default": "0", "summary": "sysstat.undo block recovery disk reads skipped: 0", "scope": "global", "metric_type": 1 @@ -22004,6 +24004,7 @@ "dbms": 19, "name": "global.sysstat.undo blocks prefetched", "vartype": 2, + "default": "0", "summary": "sysstat.undo blocks prefetched: 0", "scope": "global", "metric_type": 1 @@ -22015,6 +24016,7 @@ "dbms": 19, "name": "global.sysstat.undo change vector size", "vartype": 2, + "default": "5871604", "summary": "sysstat.undo change vector size: 5871604", "scope": "global", "metric_type": 1 @@ -22026,6 +24028,7 @@ "dbms": 19, "name": "global.sysstat.undo segment header was pinned", "vartype": 2, + "default": "0", "summary": "sysstat.undo segment header was pinned: 0", "scope": "global", "metric_type": 1 @@ -22037,6 +24040,7 @@ "dbms": 19, "name": "global.sysstat.user calls", "vartype": 2, + "default": "48588", "summary": "sysstat.user calls: 48588", "scope": "global", "metric_type": 1 @@ -22048,6 +24052,7 @@ "dbms": 19, "name": "global.sysstat.user commits", "vartype": 2, + "default": "2197", "summary": "sysstat.user commits: 2197", "scope": "global", "metric_type": 1 @@ -22059,6 +24064,7 @@ "dbms": 19, "name": "global.sysstat.user i/o wait time", "vartype": 2, + "default": "442", "summary": "sysstat.user i/o wait time: 442", "scope": "global", "metric_type": 1 @@ -22070,6 +24076,7 @@ "dbms": 19, "name": "global.sysstat.user logons cumulative", "vartype": 2, + "default": "9", "summary": "sysstat.user logons cumulative: 9", "scope": "global", "metric_type": 1 @@ -22081,6 +24088,7 @@ "dbms": 19, "name": "global.sysstat.user logouts cumulative", "vartype": 2, + "default": "8", "summary": "sysstat.user logouts cumulative: 8", "scope": "global", "metric_type": 1 @@ -22092,6 +24100,7 @@ "dbms": 19, "name": "global.sysstat.user rollbacks", "vartype": 2, + "default": "15", "summary": "sysstat.user rollbacks: 15", "scope": "global", "metric_type": 1 @@ -22103,6 +24112,7 @@ "dbms": 19, "name": "global.sysstat.vector encoded adaptively disabled", "vartype": 2, + "default": "0", "summary": "sysstat.vector encoded adaptively disabled: 0", "scope": "global", "metric_type": 1 @@ -22114,6 +24124,7 @@ "dbms": 19, "name": "global.sysstat.vector encoded arithmetic exceptions", "vartype": 2, + "default": "0", "summary": "sysstat.vector encoded arithmetic exceptions: 0", "scope": "global", "metric_type": 1 @@ -22125,6 +24136,7 @@ "dbms": 19, "name": "global.sysstat.vector encoded row operations", "vartype": 2, + "default": "0", "summary": "sysstat.vector encoded row operations: 0", "scope": "global", "metric_type": 1 @@ -22136,6 +24148,7 @@ "dbms": 19, "name": "global.sysstat.vector encoded rows", "vartype": 2, + "default": "0", "summary": "sysstat.vector encoded rows: 0", "scope": "global", "metric_type": 1 @@ -22147,6 +24160,7 @@ "dbms": 19, "name": "global.sysstat.vector encoded rows decoded", "vartype": 2, + "default": "0", "summary": "sysstat.vector encoded rows decoded: 0", "scope": "global", "metric_type": 1 @@ -22158,6 +24172,7 @@ "dbms": 19, "name": "global.sysstat.vector encoded rowset operations", "vartype": 2, + "default": "0", "summary": "sysstat.vector encoded rowset operations: 0", "scope": "global", "metric_type": 1 @@ -22169,6 +24184,7 @@ "dbms": 19, "name": "global.sysstat.vector encoded rowsets", "vartype": 2, + "default": "0", "summary": "sysstat.vector encoded rowsets: 0", "scope": "global", "metric_type": 1 @@ -22180,6 +24196,7 @@ "dbms": 19, "name": "global.sysstat.vector encoded rowsets decoded", "vartype": 2, + "default": "0", "summary": "sysstat.vector encoded rowsets decoded: 0", "scope": "global", "metric_type": 1 @@ -22191,6 +24208,7 @@ "dbms": 19, "name": "global.sysstat.vector group by accumspace cardinality", "vartype": 2, + "default": "0", "summary": "sysstat.vector group by accumspace cardinality: 0", "scope": "global", "metric_type": 1 @@ -22202,6 +24220,7 @@ "dbms": 19, "name": "global.sysstat.vector group by accumspace size", "vartype": 2, + "default": "0", "summary": "sysstat.vector group by accumspace size: 0", "scope": "global", "metric_type": 1 @@ -22213,6 +24232,7 @@ "dbms": 19, "name": "global.sysstat.vector group by operations not sent to cell due to cardinality", "vartype": 2, + "default": "0", "summary": "sysstat.vector group by operations not sent to cell due to cardinality: 0", "scope": "global", "metric_type": 1 @@ -22224,6 +24244,7 @@ "dbms": 19, "name": "global.sysstat.vector group by operations not sent to cell due to key vector", "vartype": 2, + "default": "0", "summary": "sysstat.vector group by operations not sent to cell due to key vector: 0", "scope": "global", "metric_type": 1 @@ -22235,6 +24256,7 @@ "dbms": 19, "name": "global.sysstat.vector group by operations sent to cell", "vartype": 2, + "default": "0", "summary": "sysstat.vector group by operations sent to cell: 0", "scope": "global", "metric_type": 1 @@ -22246,6 +24268,7 @@ "dbms": 19, "name": "global.sysstat.vector group by out of line rows", "vartype": 2, + "default": "0", "summary": "sysstat.vector group by out of line rows: 0", "scope": "global", "metric_type": 1 @@ -22257,6 +24280,7 @@ "dbms": 19, "name": "global.sysstat.vector group by out of line size", "vartype": 2, + "default": "0", "summary": "sysstat.vector group by out of line size: 0", "scope": "global", "metric_type": 1 @@ -22268,6 +24292,7 @@ "dbms": 19, "name": "global.sysstat.vector group by rows processed on cell", "vartype": 2, + "default": "0", "summary": "sysstat.vector group by rows processed on cell: 0", "scope": "global", "metric_type": 1 @@ -22279,6 +24304,7 @@ "dbms": 19, "name": "global.sysstat.vector group by rows returned by cell", "vartype": 2, + "default": "0", "summary": "sysstat.vector group by rows returned by cell: 0", "scope": "global", "metric_type": 1 @@ -22290,6 +24316,7 @@ "dbms": 19, "name": "global.sysstat.vector group by rowsets processed on cell", "vartype": 2, + "default": "0", "summary": "sysstat.vector group by rowsets processed on cell: 0", "scope": "global", "metric_type": 1 @@ -22301,6 +24328,7 @@ "dbms": 19, "name": "global.sysstat.vector group by rowsources adapted", "vartype": 2, + "default": "0", "summary": "sysstat.vector group by rowsources adapted: 0", "scope": "global", "metric_type": 1 @@ -22312,6 +24340,7 @@ "dbms": 19, "name": "global.sysstat.vector group by string allocations", "vartype": 2, + "default": "0", "summary": "sysstat.vector group by string allocations: 0", "scope": "global", "metric_type": 1 @@ -22323,6 +24352,7 @@ "dbms": 19, "name": "global.sysstat.vector group by string allocations size", "vartype": 2, + "default": "0", "summary": "sysstat.vector group by string allocations size: 0", "scope": "global", "metric_type": 1 @@ -22334,6 +24364,7 @@ "dbms": 19, "name": "global.sysstat.vector group by string resizes", "vartype": 2, + "default": "0", "summary": "sysstat.vector group by string resizes: 0", "scope": "global", "metric_type": 1 @@ -22345,6 +24376,7 @@ "dbms": 19, "name": "global.sysstat.vector group by used", "vartype": 2, + "default": "0", "summary": "sysstat.vector group by used: 0", "scope": "global", "metric_type": 1 @@ -22356,6 +24388,7 @@ "dbms": 19, "name": "global.sysstat.very large tracked transactions", "vartype": 2, + "default": "0", "summary": "sysstat.very large tracked transactions: 0", "scope": "global", "metric_type": 1 @@ -22367,6 +24400,7 @@ "dbms": 19, "name": "global.sysstat.workarea executions - multipass", "vartype": 2, + "default": "0", "summary": "sysstat.workarea executions - multipass: 0", "scope": "global", "metric_type": 1 @@ -22378,6 +24412,7 @@ "dbms": 19, "name": "global.sysstat.workarea executions - onepass", "vartype": 2, + "default": "0", "summary": "sysstat.workarea executions - onepass: 0", "scope": "global", "metric_type": 1 @@ -22389,6 +24424,7 @@ "dbms": 19, "name": "global.sysstat.workarea executions - optimal", "vartype": 2, + "default": "2731", "summary": "sysstat.workarea executions - optimal: 2731", "scope": "global", "metric_type": 1 @@ -22400,6 +24436,7 @@ "dbms": 19, "name": "global.sysstat.workarea memory allocated", "vartype": 2, + "default": "0", "summary": "sysstat.workarea memory allocated: 0", "scope": "global", "metric_type": 1 @@ -22411,6 +24448,7 @@ "dbms": 19, "name": "global.sysstat.workload capture: dbtime", "vartype": 2, + "default": "0", "summary": "sysstat.workload capture: dbtime: 0", "scope": "global", "metric_type": 1 @@ -22422,6 +24460,7 @@ "dbms": 19, "name": "global.sysstat.workload capture: errors", "vartype": 2, + "default": "0", "summary": "sysstat.workload capture: errors: 0", "scope": "global", "metric_type": 1 @@ -22433,6 +24472,7 @@ "dbms": 19, "name": "global.sysstat.workload capture: pl/sql dbtime", "vartype": 2, + "default": "0", "summary": "sysstat.workload capture: pl/sql dbtime: 0", "scope": "global", "metric_type": 1 @@ -22444,6 +24484,7 @@ "dbms": 19, "name": "global.sysstat.workload capture: pl/sql subcall size of recording", "vartype": 2, + "default": "0", "summary": "sysstat.workload capture: pl/sql subcall size of recording: 0", "scope": "global", "metric_type": 1 @@ -22455,6 +24496,7 @@ "dbms": 19, "name": "global.sysstat.workload capture: pl/sql user calls", "vartype": 2, + "default": "0", "summary": "sysstat.workload capture: pl/sql user calls: 0", "scope": "global", "metric_type": 1 @@ -22466,6 +24508,7 @@ "dbms": 19, "name": "global.sysstat.workload capture: pl/sql user subcalls", "vartype": 2, + "default": "0", "summary": "sysstat.workload capture: pl/sql user subcalls: 0", "scope": "global", "metric_type": 1 @@ -22477,6 +24520,7 @@ "dbms": 19, "name": "global.sysstat.workload capture: size (in bytes) of recording", "vartype": 2, + "default": "0", "summary": "sysstat.workload capture: size (in bytes) of recording: 0", "scope": "global", "metric_type": 1 @@ -22488,6 +24532,7 @@ "dbms": 19, "name": "global.sysstat.workload capture: unreplayable user calls", "vartype": 2, + "default": "0", "summary": "sysstat.workload capture: unreplayable user calls: 0", "scope": "global", "metric_type": 1 @@ -22499,6 +24544,7 @@ "dbms": 19, "name": "global.sysstat.workload capture: unsupported user calls", "vartype": 2, + "default": "0", "summary": "sysstat.workload capture: unsupported user calls: 0", "scope": "global", "metric_type": 1 @@ -22510,6 +24556,7 @@ "dbms": 19, "name": "global.sysstat.workload capture: user calls", "vartype": 2, + "default": "0", "summary": "sysstat.workload capture: user calls: 0", "scope": "global", "metric_type": 1 @@ -22521,6 +24568,7 @@ "dbms": 19, "name": "global.sysstat.workload capture: user calls flushed", "vartype": 2, + "default": "0", "summary": "sysstat.workload capture: user calls flushed: 0", "scope": "global", "metric_type": 1 @@ -22532,6 +24580,7 @@ "dbms": 19, "name": "global.sysstat.workload capture: user logins", "vartype": 2, + "default": "0", "summary": "sysstat.workload capture: user logins: 0", "scope": "global", "metric_type": 1 @@ -22543,6 +24592,7 @@ "dbms": 19, "name": "global.sysstat.workload capture: user txns", "vartype": 2, + "default": "0", "summary": "sysstat.workload capture: user txns: 0", "scope": "global", "metric_type": 1 @@ -22554,6 +24604,7 @@ "dbms": 19, "name": "global.sysstat.workload replay: dbtime", "vartype": 2, + "default": "0", "summary": "sysstat.workload replay: dbtime: 0", "scope": "global", "metric_type": 1 @@ -22565,6 +24616,7 @@ "dbms": 19, "name": "global.sysstat.workload replay: deadlocks resolved", "vartype": 2, + "default": "0", "summary": "sysstat.workload replay: deadlocks resolved: 0", "scope": "global", "metric_type": 1 @@ -22576,6 +24628,7 @@ "dbms": 19, "name": "global.sysstat.workload replay: network time", "vartype": 2, + "default": "0", "summary": "sysstat.workload replay: network time: 0", "scope": "global", "metric_type": 1 @@ -22587,6 +24640,7 @@ "dbms": 19, "name": "global.sysstat.workload replay: pl/sql dbtime", "vartype": 2, + "default": "0", "summary": "sysstat.workload replay: pl/sql dbtime: 0", "scope": "global", "metric_type": 1 @@ -22598,6 +24652,7 @@ "dbms": 19, "name": "global.sysstat.workload replay: pl/sql user calls", "vartype": 2, + "default": "0", "summary": "sysstat.workload replay: pl/sql user calls: 0", "scope": "global", "metric_type": 1 @@ -22609,6 +24664,7 @@ "dbms": 19, "name": "global.sysstat.workload replay: pl/sql user subcalls", "vartype": 2, + "default": "0", "summary": "sysstat.workload replay: pl/sql user subcalls: 0", "scope": "global", "metric_type": 1 @@ -22620,6 +24676,7 @@ "dbms": 19, "name": "global.sysstat.workload replay: think time", "vartype": 2, + "default": "0", "summary": "sysstat.workload replay: think time: 0", "scope": "global", "metric_type": 1 @@ -22631,6 +24688,7 @@ "dbms": 19, "name": "global.sysstat.workload replay: time gain", "vartype": 2, + "default": "0", "summary": "sysstat.workload replay: time gain: 0", "scope": "global", "metric_type": 1 @@ -22642,6 +24700,7 @@ "dbms": 19, "name": "global.sysstat.workload replay: time loss", "vartype": 2, + "default": "0", "summary": "sysstat.workload replay: time loss: 0", "scope": "global", "metric_type": 1 @@ -22653,6 +24712,7 @@ "dbms": 19, "name": "global.sysstat.workload replay: user calls", "vartype": 2, + "default": "0", "summary": "sysstat.workload replay: user calls: 0", "scope": "global", "metric_type": 1 @@ -22664,6 +24724,7 @@ "dbms": 19, "name": "global.sysstat.write clones created for recovery", "vartype": 2, + "default": "0", "summary": "sysstat.write clones created for recovery: 0", "scope": "global", "metric_type": 1 @@ -22675,6 +24736,7 @@ "dbms": 19, "name": "global.sysstat.write clones created in background", "vartype": 2, + "default": "0", "summary": "sysstat.write clones created in background: 0", "scope": "global", "metric_type": 1 @@ -22686,6 +24748,7 @@ "dbms": 19, "name": "global.sysstat.write clones created in foreground", "vartype": 2, + "default": "0", "summary": "sysstat.write clones created in foreground: 0", "scope": "global", "metric_type": 1 @@ -22697,6 +24760,7 @@ "dbms": 19, "name": "global.sysstat.xmem buffer switch needed but no free dram buffer", "vartype": 2, + "default": "0", "summary": "sysstat.xmem buffer switch needed but no free dram buffer: 0", "scope": "global", "metric_type": 1 @@ -22708,6 +24772,7 @@ "dbms": 19, "name": "global.sysstat.xmem clean buffers available and used", "vartype": 2, + "default": "0", "summary": "sysstat.xmem clean buffers available and used: 0", "scope": "global", "metric_type": 1 @@ -22719,6 +24784,7 @@ "dbms": 19, "name": "global.sysstat.xmem clean buffers not available so switch to main", "vartype": 2, + "default": "0", "summary": "sysstat.xmem clean buffers not available so switch to main: 0", "scope": "global", "metric_type": 1 @@ -22730,6 +24796,7 @@ "dbms": 19, "name": "global.sysstat.xmem: dram enforced but no free buffer", "vartype": 2, + "default": "0", "summary": "sysstat.xmem: dram enforced but no free buffer: 0", "scope": "global", "metric_type": 1 @@ -22741,6 +24808,7 @@ "dbms": 19, "name": "global.system_event.adr block file read.average_wait", "vartype": 3, + "default": "0.03", "summary": "system_event.adr block file read.average_wait: 0.03", "scope": "global", "metric_type": 3 @@ -22752,6 +24820,7 @@ "dbms": 19, "name": "global.system_event.adr block file read.average_wait_fg", "vartype": 3, + "default": "0.04", "summary": "system_event.adr block file read.average_wait_fg: 0.04", "scope": "global", "metric_type": 3 @@ -22763,6 +24832,7 @@ "dbms": 19, "name": "global.system_event.adr block file read.con_id", "vartype": 2, + "default": "0", "summary": "system_event.adr block file read.con_id: 0", "scope": "global", "metric_type": 1 @@ -22774,6 +24844,7 @@ "dbms": 19, "name": "global.system_event.adr block file read.event_id", "vartype": 2, + "default": "1780066010", "summary": "system_event.adr block file read.event_id: 1780066010", "scope": "global", "metric_type": 1 @@ -22785,6 +24856,7 @@ "dbms": 19, "name": "global.system_event.adr block file read.time_waited", "vartype": 2, + "default": "3", "summary": "system_event.adr block file read.time_waited: 3", "scope": "global", "metric_type": 1 @@ -22796,6 +24868,7 @@ "dbms": 19, "name": "global.system_event.adr block file read.time_waited_fg", "vartype": 2, + "default": "2", "summary": "system_event.adr block file read.time_waited_fg: 2", "scope": "global", "metric_type": 1 @@ -22807,6 +24880,7 @@ "dbms": 19, "name": "global.system_event.adr block file read.time_waited_micro", "vartype": 2, + "default": "34128", "summary": "system_event.adr block file read.time_waited_micro: 34128", "scope": "global", "metric_type": 1 @@ -22818,6 +24892,7 @@ "dbms": 19, "name": "global.system_event.adr block file read.time_waited_micro_fg", "vartype": 2, + "default": "22145", "summary": "system_event.adr block file read.time_waited_micro_fg: 22145", "scope": "global", "metric_type": 1 @@ -22829,6 +24904,7 @@ "dbms": 19, "name": "global.system_event.adr block file read.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.adr block file read.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -22840,6 +24916,7 @@ "dbms": 19, "name": "global.system_event.adr block file read.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.adr block file read.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -22851,6 +24928,7 @@ "dbms": 19, "name": "global.system_event.adr block file read.total_waits", "vartype": 2, + "default": "98", "summary": "system_event.adr block file read.total_waits: 98", "scope": "global", "metric_type": 1 @@ -22862,6 +24940,7 @@ "dbms": 19, "name": "global.system_event.adr block file read.total_waits_fg", "vartype": 2, + "default": "52", "summary": "system_event.adr block file read.total_waits_fg: 52", "scope": "global", "metric_type": 1 @@ -22873,6 +24952,7 @@ "dbms": 19, "name": "global.system_event.adr block file read.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.adr block file read.wait_class: Other", "scope": "global", "metric_type": 2 @@ -22884,9 +24964,10 @@ "dbms": 19, "name": "global.system_event.adr block file read.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.adr block file read.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -22895,6 +24976,7 @@ "dbms": 19, "name": "global.system_event.adr block file read.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.adr block file read.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -22906,6 +24988,7 @@ "dbms": 19, "name": "global.system_event.adr block file write.average_wait", "vartype": 3, + "default": "0.06", "summary": "system_event.adr block file write.average_wait: 0.06", "scope": "global", "metric_type": 3 @@ -22917,6 +25000,7 @@ "dbms": 19, "name": "global.system_event.adr block file write.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.adr block file write.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -22928,6 +25012,7 @@ "dbms": 19, "name": "global.system_event.adr block file write.con_id", "vartype": 2, + "default": "0", "summary": "system_event.adr block file write.con_id: 0", "scope": "global", "metric_type": 1 @@ -22939,6 +25024,7 @@ "dbms": 19, "name": "global.system_event.adr block file write.event_id", "vartype": 2, + "default": "4092822979", "summary": "system_event.adr block file write.event_id: 4092822979", "scope": "global", "metric_type": 1 @@ -22950,6 +25036,7 @@ "dbms": 19, "name": "global.system_event.adr block file write.time_waited", "vartype": 2, + "default": "1", "summary": "system_event.adr block file write.time_waited: 1", "scope": "global", "metric_type": 1 @@ -22961,6 +25048,7 @@ "dbms": 19, "name": "global.system_event.adr block file write.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.adr block file write.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -22972,6 +25060,7 @@ "dbms": 19, "name": "global.system_event.adr block file write.time_waited_micro", "vartype": 2, + "default": "13025", "summary": "system_event.adr block file write.time_waited_micro: 13025", "scope": "global", "metric_type": 1 @@ -22983,6 +25072,7 @@ "dbms": 19, "name": "global.system_event.adr block file write.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.adr block file write.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -22994,6 +25084,7 @@ "dbms": 19, "name": "global.system_event.adr block file write.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.adr block file write.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -23005,6 +25096,7 @@ "dbms": 19, "name": "global.system_event.adr block file write.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.adr block file write.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -23016,6 +25108,7 @@ "dbms": 19, "name": "global.system_event.adr block file write.total_waits", "vartype": 2, + "default": "22", "summary": "system_event.adr block file write.total_waits: 22", "scope": "global", "metric_type": 1 @@ -23027,6 +25120,7 @@ "dbms": 19, "name": "global.system_event.adr block file write.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.adr block file write.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -23038,6 +25132,7 @@ "dbms": 19, "name": "global.system_event.adr block file write.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.adr block file write.wait_class: Other", "scope": "global", "metric_type": 2 @@ -23049,9 +25144,10 @@ "dbms": 19, "name": "global.system_event.adr block file write.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.adr block file write.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -23060,6 +25156,7 @@ "dbms": 19, "name": "global.system_event.adr block file write.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.adr block file write.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -23071,6 +25168,7 @@ "dbms": 19, "name": "global.system_event.adr file lock.average_wait", "vartype": 2, + "default": "0", "summary": "system_event.adr file lock.average_wait: 0", "scope": "global", "metric_type": 3 @@ -23082,6 +25180,7 @@ "dbms": 19, "name": "global.system_event.adr file lock.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.adr file lock.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -23093,6 +25192,7 @@ "dbms": 19, "name": "global.system_event.adr file lock.con_id", "vartype": 2, + "default": "0", "summary": "system_event.adr file lock.con_id: 0", "scope": "global", "metric_type": 1 @@ -23104,6 +25204,7 @@ "dbms": 19, "name": "global.system_event.adr file lock.event_id", "vartype": 2, + "default": "660190475", "summary": "system_event.adr file lock.event_id: 660190475", "scope": "global", "metric_type": 1 @@ -23115,6 +25216,7 @@ "dbms": 19, "name": "global.system_event.adr file lock.time_waited", "vartype": 2, + "default": "0", "summary": "system_event.adr file lock.time_waited: 0", "scope": "global", "metric_type": 1 @@ -23126,6 +25228,7 @@ "dbms": 19, "name": "global.system_event.adr file lock.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.adr file lock.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -23137,6 +25240,7 @@ "dbms": 19, "name": "global.system_event.adr file lock.time_waited_micro", "vartype": 2, + "default": "715", "summary": "system_event.adr file lock.time_waited_micro: 715", "scope": "global", "metric_type": 1 @@ -23148,6 +25252,7 @@ "dbms": 19, "name": "global.system_event.adr file lock.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.adr file lock.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -23159,6 +25264,7 @@ "dbms": 19, "name": "global.system_event.adr file lock.total_timeouts", "vartype": 2, + "default": "4", "summary": "system_event.adr file lock.total_timeouts: 4", "scope": "global", "metric_type": 1 @@ -23170,6 +25276,7 @@ "dbms": 19, "name": "global.system_event.adr file lock.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.adr file lock.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -23181,6 +25288,7 @@ "dbms": 19, "name": "global.system_event.adr file lock.total_waits", "vartype": 2, + "default": "24", "summary": "system_event.adr file lock.total_waits: 24", "scope": "global", "metric_type": 1 @@ -23192,6 +25300,7 @@ "dbms": 19, "name": "global.system_event.adr file lock.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.adr file lock.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -23203,6 +25312,7 @@ "dbms": 19, "name": "global.system_event.adr file lock.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.adr file lock.wait_class: Other", "scope": "global", "metric_type": 2 @@ -23214,9 +25324,10 @@ "dbms": 19, "name": "global.system_event.adr file lock.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.adr file lock.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -23225,6 +25336,7 @@ "dbms": 19, "name": "global.system_event.adr file lock.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.adr file lock.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -23236,6 +25348,7 @@ "dbms": 19, "name": "global.system_event.aq background master: slave start.average_wait", "vartype": 3, + "default": "0.56", "summary": "system_event.aq background master: slave start.average_wait: 0.56", "scope": "global", "metric_type": 3 @@ -23247,6 +25360,7 @@ "dbms": 19, "name": "global.system_event.aq background master: slave start.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.aq background master: slave start.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -23258,6 +25372,7 @@ "dbms": 19, "name": "global.system_event.aq background master: slave start.con_id", "vartype": 2, + "default": "0", "summary": "system_event.aq background master: slave start.con_id: 0", "scope": "global", "metric_type": 1 @@ -23269,6 +25384,7 @@ "dbms": 19, "name": "global.system_event.aq background master: slave start.event_id", "vartype": 2, + "default": "521075289", "summary": "system_event.aq background master: slave start.event_id: 521075289", "scope": "global", "metric_type": 1 @@ -23280,6 +25396,7 @@ "dbms": 19, "name": "global.system_event.aq background master: slave start.time_waited", "vartype": 2, + "default": "2", "summary": "system_event.aq background master: slave start.time_waited: 2", "scope": "global", "metric_type": 1 @@ -23291,6 +25408,7 @@ "dbms": 19, "name": "global.system_event.aq background master: slave start.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.aq background master: slave start.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -23302,6 +25420,7 @@ "dbms": 19, "name": "global.system_event.aq background master: slave start.time_waited_micro", "vartype": 2, + "default": "22263", "summary": "system_event.aq background master: slave start.time_waited_micro: 22263", "scope": "global", "metric_type": 1 @@ -23313,6 +25432,7 @@ "dbms": 19, "name": "global.system_event.aq background master: slave start.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.aq background master: slave start.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -23324,6 +25444,7 @@ "dbms": 19, "name": "global.system_event.aq background master: slave start.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.aq background master: slave start.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -23335,6 +25456,7 @@ "dbms": 19, "name": "global.system_event.aq background master: slave start.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.aq background master: slave start.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -23346,6 +25468,7 @@ "dbms": 19, "name": "global.system_event.aq background master: slave start.total_waits", "vartype": 2, + "default": "4", "summary": "system_event.aq background master: slave start.total_waits: 4", "scope": "global", "metric_type": 1 @@ -23357,6 +25480,7 @@ "dbms": 19, "name": "global.system_event.aq background master: slave start.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.aq background master: slave start.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -23368,6 +25492,7 @@ "dbms": 19, "name": "global.system_event.aq background master: slave start.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.aq background master: slave start.wait_class: Other", "scope": "global", "metric_type": 2 @@ -23379,9 +25504,10 @@ "dbms": 19, "name": "global.system_event.aq background master: slave start.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.aq background master: slave start.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -23390,6 +25516,7 @@ "dbms": 19, "name": "global.system_event.aq background master: slave start.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.aq background master: slave start.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -23401,6 +25528,7 @@ "dbms": 19, "name": "global.system_event.aqpc idle.average_wait", "vartype": 3, + "default": "2007.17", "summary": "system_event.aqpc idle.average_wait: 2007.17", "scope": "global", "metric_type": 3 @@ -23412,6 +25540,7 @@ "dbms": 19, "name": "global.system_event.aqpc idle.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.aqpc idle.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -23423,6 +25552,7 @@ "dbms": 19, "name": "global.system_event.aqpc idle.con_id", "vartype": 2, + "default": "0", "summary": "system_event.aqpc idle.con_id: 0", "scope": "global", "metric_type": 1 @@ -23434,6 +25564,7 @@ "dbms": 19, "name": "global.system_event.aqpc idle.event_id", "vartype": 2, + "default": "3367618326", "summary": "system_event.aqpc idle.event_id: 3367618326", "scope": "global", "metric_type": 1 @@ -23445,6 +25576,7 @@ "dbms": 19, "name": "global.system_event.aqpc idle.time_waited", "vartype": 2, + "default": "4014", "summary": "system_event.aqpc idle.time_waited: 4014", "scope": "global", "metric_type": 1 @@ -23456,6 +25588,7 @@ "dbms": 19, "name": "global.system_event.aqpc idle.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.aqpc idle.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -23467,6 +25600,7 @@ "dbms": 19, "name": "global.system_event.aqpc idle.time_waited_micro", "vartype": 2, + "default": "40143473", "summary": "system_event.aqpc idle.time_waited_micro: 40143473", "scope": "global", "metric_type": 1 @@ -23478,6 +25612,7 @@ "dbms": 19, "name": "global.system_event.aqpc idle.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.aqpc idle.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -23489,6 +25624,7 @@ "dbms": 19, "name": "global.system_event.aqpc idle.total_timeouts", "vartype": 2, + "default": "1", "summary": "system_event.aqpc idle.total_timeouts: 1", "scope": "global", "metric_type": 1 @@ -23500,6 +25636,7 @@ "dbms": 19, "name": "global.system_event.aqpc idle.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.aqpc idle.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -23511,6 +25648,7 @@ "dbms": 19, "name": "global.system_event.aqpc idle.total_waits", "vartype": 2, + "default": "2", "summary": "system_event.aqpc idle.total_waits: 2", "scope": "global", "metric_type": 1 @@ -23522,6 +25660,7 @@ "dbms": 19, "name": "global.system_event.aqpc idle.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.aqpc idle.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -23533,6 +25672,7 @@ "dbms": 19, "name": "global.system_event.aqpc idle.wait_class", "vartype": 1, + "default": "Idle", "summary": "system_event.aqpc idle.wait_class: Idle", "scope": "global", "metric_type": 2 @@ -23544,9 +25684,10 @@ "dbms": 19, "name": "global.system_event.aqpc idle.wait_class#", "vartype": 2, + "default": "6", "summary": "system_event.aqpc idle.wait_class#: 6", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -23555,6 +25696,7 @@ "dbms": 19, "name": "global.system_event.aqpc idle.wait_class_id", "vartype": 2, + "default": "2723168908", "summary": "system_event.aqpc idle.wait_class_id: 2723168908", "scope": "global", "metric_type": 1 @@ -23566,6 +25708,7 @@ "dbms": 19, "name": "global.system_event.aqpc: new master.average_wait", "vartype": 2, + "default": "0", "summary": "system_event.aqpc: new master.average_wait: 0", "scope": "global", "metric_type": 3 @@ -23577,6 +25720,7 @@ "dbms": 19, "name": "global.system_event.aqpc: new master.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.aqpc: new master.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -23588,6 +25732,7 @@ "dbms": 19, "name": "global.system_event.aqpc: new master.con_id", "vartype": 2, + "default": "0", "summary": "system_event.aqpc: new master.con_id: 0", "scope": "global", "metric_type": 1 @@ -23599,6 +25744,7 @@ "dbms": 19, "name": "global.system_event.aqpc: new master.event_id", "vartype": 2, + "default": "1719027518", "summary": "system_event.aqpc: new master.event_id: 1719027518", "scope": "global", "metric_type": 1 @@ -23610,6 +25756,7 @@ "dbms": 19, "name": "global.system_event.aqpc: new master.time_waited", "vartype": 2, + "default": "0", "summary": "system_event.aqpc: new master.time_waited: 0", "scope": "global", "metric_type": 1 @@ -23621,6 +25768,7 @@ "dbms": 19, "name": "global.system_event.aqpc: new master.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.aqpc: new master.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -23632,6 +25780,7 @@ "dbms": 19, "name": "global.system_event.aqpc: new master.time_waited_micro", "vartype": 2, + "default": "71", "summary": "system_event.aqpc: new master.time_waited_micro: 71", "scope": "global", "metric_type": 1 @@ -23643,6 +25792,7 @@ "dbms": 19, "name": "global.system_event.aqpc: new master.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.aqpc: new master.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -23654,6 +25804,7 @@ "dbms": 19, "name": "global.system_event.aqpc: new master.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.aqpc: new master.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -23665,6 +25816,7 @@ "dbms": 19, "name": "global.system_event.aqpc: new master.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.aqpc: new master.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -23676,6 +25828,7 @@ "dbms": 19, "name": "global.system_event.aqpc: new master.total_waits", "vartype": 2, + "default": "2", "summary": "system_event.aqpc: new master.total_waits: 2", "scope": "global", "metric_type": 1 @@ -23687,6 +25840,7 @@ "dbms": 19, "name": "global.system_event.aqpc: new master.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.aqpc: new master.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -23698,6 +25852,7 @@ "dbms": 19, "name": "global.system_event.aqpc: new master.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.aqpc: new master.wait_class: Other", "scope": "global", "metric_type": 2 @@ -23709,9 +25864,10 @@ "dbms": 19, "name": "global.system_event.aqpc: new master.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.aqpc: new master.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -23720,6 +25876,7 @@ "dbms": 19, "name": "global.system_event.aqpc: new master.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.aqpc: new master.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -23731,6 +25888,7 @@ "dbms": 19, "name": "global.system_event.asynch descriptor resize.average_wait", "vartype": 2, + "default": "0", "summary": "system_event.asynch descriptor resize.average_wait: 0", "scope": "global", "metric_type": 3 @@ -23742,6 +25900,7 @@ "dbms": 19, "name": "global.system_event.asynch descriptor resize.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.asynch descriptor resize.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -23753,6 +25912,7 @@ "dbms": 19, "name": "global.system_event.asynch descriptor resize.con_id", "vartype": 2, + "default": "0", "summary": "system_event.asynch descriptor resize.con_id: 0", "scope": "global", "metric_type": 1 @@ -23764,6 +25924,7 @@ "dbms": 19, "name": "global.system_event.asynch descriptor resize.event_id", "vartype": 2, + "default": "2505166323", "summary": "system_event.asynch descriptor resize.event_id: 2505166323", "scope": "global", "metric_type": 1 @@ -23775,6 +25936,7 @@ "dbms": 19, "name": "global.system_event.asynch descriptor resize.time_waited", "vartype": 2, + "default": "0", "summary": "system_event.asynch descriptor resize.time_waited: 0", "scope": "global", "metric_type": 1 @@ -23786,6 +25948,7 @@ "dbms": 19, "name": "global.system_event.asynch descriptor resize.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.asynch descriptor resize.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -23797,6 +25960,7 @@ "dbms": 19, "name": "global.system_event.asynch descriptor resize.time_waited_micro", "vartype": 2, + "default": "1125", "summary": "system_event.asynch descriptor resize.time_waited_micro: 1125", "scope": "global", "metric_type": 1 @@ -23808,6 +25972,7 @@ "dbms": 19, "name": "global.system_event.asynch descriptor resize.time_waited_micro_fg", "vartype": 2, + "default": "246", "summary": "system_event.asynch descriptor resize.time_waited_micro_fg: 246", "scope": "global", "metric_type": 1 @@ -23819,6 +25984,7 @@ "dbms": 19, "name": "global.system_event.asynch descriptor resize.total_timeouts", "vartype": 2, + "default": "62", "summary": "system_event.asynch descriptor resize.total_timeouts: 62", "scope": "global", "metric_type": 1 @@ -23830,6 +25996,7 @@ "dbms": 19, "name": "global.system_event.asynch descriptor resize.total_timeouts_fg", "vartype": 2, + "default": "11", "summary": "system_event.asynch descriptor resize.total_timeouts_fg: 11", "scope": "global", "metric_type": 1 @@ -23841,6 +26008,7 @@ "dbms": 19, "name": "global.system_event.asynch descriptor resize.total_waits", "vartype": 2, + "default": "62", "summary": "system_event.asynch descriptor resize.total_waits: 62", "scope": "global", "metric_type": 1 @@ -23852,6 +26020,7 @@ "dbms": 19, "name": "global.system_event.asynch descriptor resize.total_waits_fg", "vartype": 2, + "default": "11", "summary": "system_event.asynch descriptor resize.total_waits_fg: 11", "scope": "global", "metric_type": 1 @@ -23863,6 +26032,7 @@ "dbms": 19, "name": "global.system_event.asynch descriptor resize.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.asynch descriptor resize.wait_class: Other", "scope": "global", "metric_type": 2 @@ -23874,9 +26044,10 @@ "dbms": 19, "name": "global.system_event.asynch descriptor resize.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.asynch descriptor resize.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -23885,6 +26056,7 @@ "dbms": 19, "name": "global.system_event.asynch descriptor resize.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.asynch descriptor resize.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -23896,6 +26068,7 @@ "dbms": 19, "name": "global.system_event.buffer busy waits.average_wait", "vartype": 3, + "default": "0.01", "summary": "system_event.buffer busy waits.average_wait: 0.01", "scope": "global", "metric_type": 3 @@ -23907,6 +26080,7 @@ "dbms": 19, "name": "global.system_event.buffer busy waits.average_wait_fg", "vartype": 3, + "default": "0.01", "summary": "system_event.buffer busy waits.average_wait_fg: 0.01", "scope": "global", "metric_type": 3 @@ -23918,6 +26092,7 @@ "dbms": 19, "name": "global.system_event.buffer busy waits.con_id", "vartype": 2, + "default": "0", "summary": "system_event.buffer busy waits.con_id: 0", "scope": "global", "metric_type": 1 @@ -23929,6 +26104,7 @@ "dbms": 19, "name": "global.system_event.buffer busy waits.event_id", "vartype": 2, + "default": "2161531084", "summary": "system_event.buffer busy waits.event_id: 2161531084", "scope": "global", "metric_type": 1 @@ -23940,6 +26116,7 @@ "dbms": 19, "name": "global.system_event.buffer busy waits.time_waited", "vartype": 2, + "default": "0", "summary": "system_event.buffer busy waits.time_waited: 0", "scope": "global", "metric_type": 1 @@ -23951,6 +26128,7 @@ "dbms": 19, "name": "global.system_event.buffer busy waits.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.buffer busy waits.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -23962,6 +26140,7 @@ "dbms": 19, "name": "global.system_event.buffer busy waits.time_waited_micro", "vartype": 2, + "default": "4377", "summary": "system_event.buffer busy waits.time_waited_micro: 4377", "scope": "global", "metric_type": 1 @@ -23973,6 +26152,7 @@ "dbms": 19, "name": "global.system_event.buffer busy waits.time_waited_micro_fg", "vartype": 2, + "default": "4377", "summary": "system_event.buffer busy waits.time_waited_micro_fg: 4377", "scope": "global", "metric_type": 1 @@ -23984,6 +26164,7 @@ "dbms": 19, "name": "global.system_event.buffer busy waits.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.buffer busy waits.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -23995,6 +26176,7 @@ "dbms": 19, "name": "global.system_event.buffer busy waits.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.buffer busy waits.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -24006,6 +26188,7 @@ "dbms": 19, "name": "global.system_event.buffer busy waits.total_waits", "vartype": 2, + "default": "44", "summary": "system_event.buffer busy waits.total_waits: 44", "scope": "global", "metric_type": 1 @@ -24017,6 +26200,7 @@ "dbms": 19, "name": "global.system_event.buffer busy waits.total_waits_fg", "vartype": 2, + "default": "44", "summary": "system_event.buffer busy waits.total_waits_fg: 44", "scope": "global", "metric_type": 1 @@ -24028,6 +26212,7 @@ "dbms": 19, "name": "global.system_event.buffer busy waits.wait_class", "vartype": 1, + "default": "Concurrency", "summary": "system_event.buffer busy waits.wait_class: Concurrency", "scope": "global", "metric_type": 2 @@ -24039,9 +26224,10 @@ "dbms": 19, "name": "global.system_event.buffer busy waits.wait_class#", "vartype": 2, + "default": "4", "summary": "system_event.buffer busy waits.wait_class#: 4", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -24050,6 +26236,7 @@ "dbms": 19, "name": "global.system_event.buffer busy waits.wait_class_id", "vartype": 2, + "default": "3875070507", "summary": "system_event.buffer busy waits.wait_class_id: 3875070507", "scope": "global", "metric_type": 1 @@ -24061,6 +26248,7 @@ "dbms": 19, "name": "global.system_event.class slave wait.average_wait", "vartype": 3, + "default": "603.27", "summary": "system_event.class slave wait.average_wait: 603.27", "scope": "global", "metric_type": 3 @@ -24072,6 +26260,7 @@ "dbms": 19, "name": "global.system_event.class slave wait.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.class slave wait.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -24083,6 +26272,7 @@ "dbms": 19, "name": "global.system_event.class slave wait.con_id", "vartype": 2, + "default": "0", "summary": "system_event.class slave wait.con_id: 0", "scope": "global", "metric_type": 1 @@ -24094,6 +26284,7 @@ "dbms": 19, "name": "global.system_event.class slave wait.event_id", "vartype": 2, + "default": "1055154682", "summary": "system_event.class slave wait.event_id: 1055154682", "scope": "global", "metric_type": 1 @@ -24105,6 +26296,7 @@ "dbms": 19, "name": "global.system_event.class slave wait.time_waited", "vartype": 2, + "default": "22924", "summary": "system_event.class slave wait.time_waited: 22924", "scope": "global", "metric_type": 1 @@ -24116,6 +26308,7 @@ "dbms": 19, "name": "global.system_event.class slave wait.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.class slave wait.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -24127,6 +26320,7 @@ "dbms": 19, "name": "global.system_event.class slave wait.time_waited_micro", "vartype": 2, + "default": "229241103", "summary": "system_event.class slave wait.time_waited_micro: 229241103", "scope": "global", "metric_type": 1 @@ -24138,6 +26332,7 @@ "dbms": 19, "name": "global.system_event.class slave wait.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.class slave wait.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -24149,6 +26344,7 @@ "dbms": 19, "name": "global.system_event.class slave wait.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.class slave wait.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -24160,6 +26356,7 @@ "dbms": 19, "name": "global.system_event.class slave wait.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.class slave wait.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -24171,6 +26368,7 @@ "dbms": 19, "name": "global.system_event.class slave wait.total_waits", "vartype": 2, + "default": "38", "summary": "system_event.class slave wait.total_waits: 38", "scope": "global", "metric_type": 1 @@ -24182,6 +26380,7 @@ "dbms": 19, "name": "global.system_event.class slave wait.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.class slave wait.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -24193,6 +26392,7 @@ "dbms": 19, "name": "global.system_event.class slave wait.wait_class", "vartype": 1, + "default": "Idle", "summary": "system_event.class slave wait.wait_class: Idle", "scope": "global", "metric_type": 2 @@ -24204,9 +26404,10 @@ "dbms": 19, "name": "global.system_event.class slave wait.wait_class#", "vartype": 2, + "default": "6", "summary": "system_event.class slave wait.wait_class#: 6", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -24215,6 +26416,7 @@ "dbms": 19, "name": "global.system_event.class slave wait.wait_class_id", "vartype": 2, + "default": "2723168908", "summary": "system_event.class slave wait.wait_class_id: 2723168908", "scope": "global", "metric_type": 1 @@ -24226,6 +26428,7 @@ "dbms": 19, "name": "global.system_event.control file heartbeat.average_wait", "vartype": 3, + "default": "406.85", "summary": "system_event.control file heartbeat.average_wait: 406.85", "scope": "global", "metric_type": 3 @@ -24237,6 +26440,7 @@ "dbms": 19, "name": "global.system_event.control file heartbeat.average_wait_fg", "vartype": 3, + "default": "406.85", "summary": "system_event.control file heartbeat.average_wait_fg: 406.85", "scope": "global", "metric_type": 3 @@ -24248,6 +26452,7 @@ "dbms": 19, "name": "global.system_event.control file heartbeat.con_id", "vartype": 2, + "default": "0", "summary": "system_event.control file heartbeat.con_id: 0", "scope": "global", "metric_type": 1 @@ -24259,6 +26464,7 @@ "dbms": 19, "name": "global.system_event.control file heartbeat.event_id", "vartype": 2, + "default": "40893507", "summary": "system_event.control file heartbeat.event_id: 40893507", "scope": "global", "metric_type": 1 @@ -24270,6 +26476,7 @@ "dbms": 19, "name": "global.system_event.control file heartbeat.time_waited", "vartype": 2, + "default": "407", "summary": "system_event.control file heartbeat.time_waited: 407", "scope": "global", "metric_type": 1 @@ -24281,6 +26488,7 @@ "dbms": 19, "name": "global.system_event.control file heartbeat.time_waited_fg", "vartype": 2, + "default": "407", "summary": "system_event.control file heartbeat.time_waited_fg: 407", "scope": "global", "metric_type": 1 @@ -24292,6 +26500,7 @@ "dbms": 19, "name": "global.system_event.control file heartbeat.time_waited_micro", "vartype": 2, + "default": "4068549", "summary": "system_event.control file heartbeat.time_waited_micro: 4068549", "scope": "global", "metric_type": 1 @@ -24303,6 +26512,7 @@ "dbms": 19, "name": "global.system_event.control file heartbeat.time_waited_micro_fg", "vartype": 2, + "default": "4068549", "summary": "system_event.control file heartbeat.time_waited_micro_fg: 4068549", "scope": "global", "metric_type": 1 @@ -24314,6 +26524,7 @@ "dbms": 19, "name": "global.system_event.control file heartbeat.total_timeouts", "vartype": 2, + "default": "1", "summary": "system_event.control file heartbeat.total_timeouts: 1", "scope": "global", "metric_type": 1 @@ -24325,6 +26536,7 @@ "dbms": 19, "name": "global.system_event.control file heartbeat.total_timeouts_fg", "vartype": 2, + "default": "1", "summary": "system_event.control file heartbeat.total_timeouts_fg: 1", "scope": "global", "metric_type": 1 @@ -24336,6 +26548,7 @@ "dbms": 19, "name": "global.system_event.control file heartbeat.total_waits", "vartype": 2, + "default": "1", "summary": "system_event.control file heartbeat.total_waits: 1", "scope": "global", "metric_type": 1 @@ -24347,6 +26560,7 @@ "dbms": 19, "name": "global.system_event.control file heartbeat.total_waits_fg", "vartype": 2, + "default": "1", "summary": "system_event.control file heartbeat.total_waits_fg: 1", "scope": "global", "metric_type": 1 @@ -24358,6 +26572,7 @@ "dbms": 19, "name": "global.system_event.control file heartbeat.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.control file heartbeat.wait_class: Other", "scope": "global", "metric_type": 2 @@ -24369,9 +26584,10 @@ "dbms": 19, "name": "global.system_event.control file heartbeat.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.control file heartbeat.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -24380,6 +26596,7 @@ "dbms": 19, "name": "global.system_event.control file heartbeat.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.control file heartbeat.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -24391,6 +26608,7 @@ "dbms": 19, "name": "global.system_event.control file parallel write.average_wait", "vartype": 3, + "default": "0.07", "summary": "system_event.control file parallel write.average_wait: 0.07", "scope": "global", "metric_type": 3 @@ -24402,6 +26620,7 @@ "dbms": 19, "name": "global.system_event.control file parallel write.average_wait_fg", "vartype": 3, + "default": "0.07", "summary": "system_event.control file parallel write.average_wait_fg: 0.07", "scope": "global", "metric_type": 3 @@ -24413,6 +26632,7 @@ "dbms": 19, "name": "global.system_event.control file parallel write.con_id", "vartype": 2, + "default": "0", "summary": "system_event.control file parallel write.con_id: 0", "scope": "global", "metric_type": 1 @@ -24424,6 +26644,7 @@ "dbms": 19, "name": "global.system_event.control file parallel write.event_id", "vartype": 2, + "default": "4078387448", "summary": "system_event.control file parallel write.event_id: 4078387448", "scope": "global", "metric_type": 1 @@ -24435,6 +26656,7 @@ "dbms": 19, "name": "global.system_event.control file parallel write.time_waited", "vartype": 2, + "default": "7", "summary": "system_event.control file parallel write.time_waited: 7", "scope": "global", "metric_type": 1 @@ -24446,6 +26668,7 @@ "dbms": 19, "name": "global.system_event.control file parallel write.time_waited_fg", "vartype": 2, + "default": "5", "summary": "system_event.control file parallel write.time_waited_fg: 5", "scope": "global", "metric_type": 1 @@ -24457,6 +26680,7 @@ "dbms": 19, "name": "global.system_event.control file parallel write.time_waited_micro", "vartype": 2, + "default": "73128", "summary": "system_event.control file parallel write.time_waited_micro: 73128", "scope": "global", "metric_type": 1 @@ -24468,6 +26692,7 @@ "dbms": 19, "name": "global.system_event.control file parallel write.time_waited_micro_fg", "vartype": 2, + "default": "47553", "summary": "system_event.control file parallel write.time_waited_micro_fg: 47553", "scope": "global", "metric_type": 1 @@ -24479,6 +26704,7 @@ "dbms": 19, "name": "global.system_event.control file parallel write.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.control file parallel write.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -24490,6 +26716,7 @@ "dbms": 19, "name": "global.system_event.control file parallel write.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.control file parallel write.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -24501,6 +26728,7 @@ "dbms": 19, "name": "global.system_event.control file parallel write.total_waits", "vartype": 2, + "default": "105", "summary": "system_event.control file parallel write.total_waits: 105", "scope": "global", "metric_type": 1 @@ -24512,6 +26740,7 @@ "dbms": 19, "name": "global.system_event.control file parallel write.total_waits_fg", "vartype": 2, + "default": "73", "summary": "system_event.control file parallel write.total_waits_fg: 73", "scope": "global", "metric_type": 1 @@ -24523,6 +26752,7 @@ "dbms": 19, "name": "global.system_event.control file parallel write.wait_class", "vartype": 1, + "default": "System I/O", "summary": "system_event.control file parallel write.wait_class: System I/O", "scope": "global", "metric_type": 2 @@ -24534,9 +26764,10 @@ "dbms": 19, "name": "global.system_event.control file parallel write.wait_class#", "vartype": 2, + "default": "9", "summary": "system_event.control file parallel write.wait_class#: 9", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -24545,6 +26776,7 @@ "dbms": 19, "name": "global.system_event.control file parallel write.wait_class_id", "vartype": 2, + "default": "4108307767", "summary": "system_event.control file parallel write.wait_class_id: 4108307767", "scope": "global", "metric_type": 1 @@ -24556,6 +26788,7 @@ "dbms": 19, "name": "global.system_event.control file sequential read.average_wait", "vartype": 2, + "default": "0", "summary": "system_event.control file sequential read.average_wait: 0", "scope": "global", "metric_type": 3 @@ -24567,6 +26800,7 @@ "dbms": 19, "name": "global.system_event.control file sequential read.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.control file sequential read.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -24578,6 +26812,7 @@ "dbms": 19, "name": "global.system_event.control file sequential read.con_id", "vartype": 2, + "default": "0", "summary": "system_event.control file sequential read.con_id: 0", "scope": "global", "metric_type": 1 @@ -24589,6 +26824,7 @@ "dbms": 19, "name": "global.system_event.control file sequential read.event_id", "vartype": 2, + "default": "3213517201", "summary": "system_event.control file sequential read.event_id: 3213517201", "scope": "global", "metric_type": 1 @@ -24600,6 +26836,7 @@ "dbms": 19, "name": "global.system_event.control file sequential read.time_waited", "vartype": 2, + "default": "2", "summary": "system_event.control file sequential read.time_waited: 2", "scope": "global", "metric_type": 1 @@ -24611,6 +26848,7 @@ "dbms": 19, "name": "global.system_event.control file sequential read.time_waited_fg", "vartype": 2, + "default": "1", "summary": "system_event.control file sequential read.time_waited_fg: 1", "scope": "global", "metric_type": 1 @@ -24622,6 +26860,7 @@ "dbms": 19, "name": "global.system_event.control file sequential read.time_waited_micro", "vartype": 2, + "default": "15290", "summary": "system_event.control file sequential read.time_waited_micro: 15290", "scope": "global", "metric_type": 1 @@ -24633,6 +26872,7 @@ "dbms": 19, "name": "global.system_event.control file sequential read.time_waited_micro_fg", "vartype": 2, + "default": "8999", "summary": "system_event.control file sequential read.time_waited_micro_fg: 8999", "scope": "global", "metric_type": 1 @@ -24644,6 +26884,7 @@ "dbms": 19, "name": "global.system_event.control file sequential read.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.control file sequential read.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -24655,6 +26896,7 @@ "dbms": 19, "name": "global.system_event.control file sequential read.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.control file sequential read.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -24666,6 +26908,7 @@ "dbms": 19, "name": "global.system_event.control file sequential read.total_waits", "vartype": 2, + "default": "774", "summary": "system_event.control file sequential read.total_waits: 774", "scope": "global", "metric_type": 1 @@ -24677,6 +26920,7 @@ "dbms": 19, "name": "global.system_event.control file sequential read.total_waits_fg", "vartype": 2, + "default": "405", "summary": "system_event.control file sequential read.total_waits_fg: 405", "scope": "global", "metric_type": 1 @@ -24688,6 +26932,7 @@ "dbms": 19, "name": "global.system_event.control file sequential read.wait_class", "vartype": 1, + "default": "System I/O", "summary": "system_event.control file sequential read.wait_class: System I/O", "scope": "global", "metric_type": 2 @@ -24699,9 +26944,10 @@ "dbms": 19, "name": "global.system_event.control file sequential read.wait_class#", "vartype": 2, + "default": "9", "summary": "system_event.control file sequential read.wait_class#: 9", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -24710,6 +26956,7 @@ "dbms": 19, "name": "global.system_event.control file sequential read.wait_class_id", "vartype": 2, + "default": "4108307767", "summary": "system_event.control file sequential read.wait_class_id: 4108307767", "scope": "global", "metric_type": 1 @@ -24721,6 +26968,7 @@ "dbms": 19, "name": "global.system_event.crs call completion.average_wait", "vartype": 3, + "default": "1.07", "summary": "system_event.crs call completion.average_wait: 1.07", "scope": "global", "metric_type": 3 @@ -24732,6 +26980,7 @@ "dbms": 19, "name": "global.system_event.crs call completion.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.crs call completion.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -24743,6 +26992,7 @@ "dbms": 19, "name": "global.system_event.crs call completion.con_id", "vartype": 2, + "default": "0", "summary": "system_event.crs call completion.con_id: 0", "scope": "global", "metric_type": 1 @@ -24754,6 +27004,7 @@ "dbms": 19, "name": "global.system_event.crs call completion.event_id", "vartype": 2, + "default": "3329884903", "summary": "system_event.crs call completion.event_id: 3329884903", "scope": "global", "metric_type": 1 @@ -24765,6 +27016,7 @@ "dbms": 19, "name": "global.system_event.crs call completion.time_waited", "vartype": 2, + "default": "1", "summary": "system_event.crs call completion.time_waited: 1", "scope": "global", "metric_type": 1 @@ -24776,6 +27028,7 @@ "dbms": 19, "name": "global.system_event.crs call completion.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.crs call completion.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -24787,6 +27040,7 @@ "dbms": 19, "name": "global.system_event.crs call completion.time_waited_micro", "vartype": 2, + "default": "10652", "summary": "system_event.crs call completion.time_waited_micro: 10652", "scope": "global", "metric_type": 1 @@ -24798,6 +27052,7 @@ "dbms": 19, "name": "global.system_event.crs call completion.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.crs call completion.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -24809,6 +27064,7 @@ "dbms": 19, "name": "global.system_event.crs call completion.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.crs call completion.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -24820,6 +27076,7 @@ "dbms": 19, "name": "global.system_event.crs call completion.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.crs call completion.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -24831,6 +27088,7 @@ "dbms": 19, "name": "global.system_event.crs call completion.total_waits", "vartype": 2, + "default": "1", "summary": "system_event.crs call completion.total_waits: 1", "scope": "global", "metric_type": 1 @@ -24842,6 +27100,7 @@ "dbms": 19, "name": "global.system_event.crs call completion.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.crs call completion.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -24853,6 +27112,7 @@ "dbms": 19, "name": "global.system_event.crs call completion.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.crs call completion.wait_class: Other", "scope": "global", "metric_type": 2 @@ -24864,9 +27124,10 @@ "dbms": 19, "name": "global.system_event.crs call completion.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.crs call completion.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -24875,6 +27136,7 @@ "dbms": 19, "name": "global.system_event.crs call completion.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.crs call completion.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -24886,6 +27148,7 @@ "dbms": 19, "name": "global.system_event.css initialization.average_wait", "vartype": 3, + "default": "0.15", "summary": "system_event.css initialization.average_wait: 0.15", "scope": "global", "metric_type": 3 @@ -24897,6 +27160,7 @@ "dbms": 19, "name": "global.system_event.css initialization.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.css initialization.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -24908,6 +27172,7 @@ "dbms": 19, "name": "global.system_event.css initialization.con_id", "vartype": 2, + "default": "0", "summary": "system_event.css initialization.con_id: 0", "scope": "global", "metric_type": 1 @@ -24919,6 +27184,7 @@ "dbms": 19, "name": "global.system_event.css initialization.event_id", "vartype": 2, + "default": "366154626", "summary": "system_event.css initialization.event_id: 366154626", "scope": "global", "metric_type": 1 @@ -24930,6 +27196,7 @@ "dbms": 19, "name": "global.system_event.css initialization.time_waited", "vartype": 2, + "default": "0", "summary": "system_event.css initialization.time_waited: 0", "scope": "global", "metric_type": 1 @@ -24941,6 +27208,7 @@ "dbms": 19, "name": "global.system_event.css initialization.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.css initialization.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -24952,6 +27220,7 @@ "dbms": 19, "name": "global.system_event.css initialization.time_waited_micro", "vartype": 2, + "default": "1520", "summary": "system_event.css initialization.time_waited_micro: 1520", "scope": "global", "metric_type": 1 @@ -24963,6 +27232,7 @@ "dbms": 19, "name": "global.system_event.css initialization.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.css initialization.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -24974,6 +27244,7 @@ "dbms": 19, "name": "global.system_event.css initialization.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.css initialization.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -24985,6 +27256,7 @@ "dbms": 19, "name": "global.system_event.css initialization.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.css initialization.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -24996,6 +27268,7 @@ "dbms": 19, "name": "global.system_event.css initialization.total_waits", "vartype": 2, + "default": "1", "summary": "system_event.css initialization.total_waits: 1", "scope": "global", "metric_type": 1 @@ -25007,6 +27280,7 @@ "dbms": 19, "name": "global.system_event.css initialization.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.css initialization.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -25018,6 +27292,7 @@ "dbms": 19, "name": "global.system_event.css initialization.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.css initialization.wait_class: Other", "scope": "global", "metric_type": 2 @@ -25029,9 +27304,10 @@ "dbms": 19, "name": "global.system_event.css initialization.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.css initialization.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -25040,6 +27316,7 @@ "dbms": 19, "name": "global.system_event.css initialization.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.css initialization.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -25051,6 +27328,7 @@ "dbms": 19, "name": "global.system_event.cursor: pin s wait on x.average_wait", "vartype": 3, + "default": "2.82", "summary": "system_event.cursor: pin s wait on x.average_wait: 2.82", "scope": "global", "metric_type": 3 @@ -25062,6 +27340,7 @@ "dbms": 19, "name": "global.system_event.cursor: pin s wait on x.average_wait_fg", "vartype": 3, + "default": "3.4", "summary": "system_event.cursor: pin s wait on x.average_wait_fg: 3.4", "scope": "global", "metric_type": 3 @@ -25073,6 +27352,7 @@ "dbms": 19, "name": "global.system_event.cursor: pin s wait on x.con_id", "vartype": 2, + "default": "0", "summary": "system_event.cursor: pin s wait on x.con_id: 0", "scope": "global", "metric_type": 1 @@ -25084,6 +27364,7 @@ "dbms": 19, "name": "global.system_event.cursor: pin s wait on x.event_id", "vartype": 2, + "default": "1729366244", "summary": "system_event.cursor: pin s wait on x.event_id: 1729366244", "scope": "global", "metric_type": 1 @@ -25095,6 +27376,7 @@ "dbms": 19, "name": "global.system_event.cursor: pin s wait on x.time_waited", "vartype": 2, + "default": "71", "summary": "system_event.cursor: pin s wait on x.time_waited: 71", "scope": "global", "metric_type": 1 @@ -25106,6 +27388,7 @@ "dbms": 19, "name": "global.system_event.cursor: pin s wait on x.time_waited_fg", "vartype": 2, + "default": "65", "summary": "system_event.cursor: pin s wait on x.time_waited_fg: 65", "scope": "global", "metric_type": 1 @@ -25117,6 +27400,7 @@ "dbms": 19, "name": "global.system_event.cursor: pin s wait on x.time_waited_micro", "vartype": 2, + "default": "705988", "summary": "system_event.cursor: pin s wait on x.time_waited_micro: 705988", "scope": "global", "metric_type": 1 @@ -25128,6 +27412,7 @@ "dbms": 19, "name": "global.system_event.cursor: pin s wait on x.time_waited_micro_fg", "vartype": 2, + "default": "646852", "summary": "system_event.cursor: pin s wait on x.time_waited_micro_fg: 646852", "scope": "global", "metric_type": 1 @@ -25139,6 +27424,7 @@ "dbms": 19, "name": "global.system_event.cursor: pin s wait on x.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.cursor: pin s wait on x.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -25150,6 +27436,7 @@ "dbms": 19, "name": "global.system_event.cursor: pin s wait on x.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.cursor: pin s wait on x.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -25161,6 +27448,7 @@ "dbms": 19, "name": "global.system_event.cursor: pin s wait on x.total_waits", "vartype": 2, + "default": "25", "summary": "system_event.cursor: pin s wait on x.total_waits: 25", "scope": "global", "metric_type": 1 @@ -25172,6 +27460,7 @@ "dbms": 19, "name": "global.system_event.cursor: pin s wait on x.total_waits_fg", "vartype": 2, + "default": "19", "summary": "system_event.cursor: pin s wait on x.total_waits_fg: 19", "scope": "global", "metric_type": 1 @@ -25183,6 +27472,7 @@ "dbms": 19, "name": "global.system_event.cursor: pin s wait on x.wait_class", "vartype": 1, + "default": "Concurrency", "summary": "system_event.cursor: pin s wait on x.wait_class: Concurrency", "scope": "global", "metric_type": 2 @@ -25194,9 +27484,10 @@ "dbms": 19, "name": "global.system_event.cursor: pin s wait on x.wait_class#", "vartype": 2, + "default": "4", "summary": "system_event.cursor: pin s wait on x.wait_class#: 4", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -25205,6 +27496,7 @@ "dbms": 19, "name": "global.system_event.cursor: pin s wait on x.wait_class_id", "vartype": 2, + "default": "3875070507", "summary": "system_event.cursor: pin s wait on x.wait_class_id: 3875070507", "scope": "global", "metric_type": 1 @@ -25216,6 +27508,7 @@ "dbms": 19, "name": "global.system_event.cursor: pin s.average_wait", "vartype": 3, + "default": "0.13", "summary": "system_event.cursor: pin s.average_wait: 0.13", "scope": "global", "metric_type": 3 @@ -25227,6 +27520,7 @@ "dbms": 19, "name": "global.system_event.cursor: pin s.average_wait_fg", "vartype": 3, + "default": "0.13", "summary": "system_event.cursor: pin s.average_wait_fg: 0.13", "scope": "global", "metric_type": 3 @@ -25238,6 +27532,7 @@ "dbms": 19, "name": "global.system_event.cursor: pin s.con_id", "vartype": 2, + "default": "0", "summary": "system_event.cursor: pin s.con_id: 0", "scope": "global", "metric_type": 1 @@ -25249,6 +27544,7 @@ "dbms": 19, "name": "global.system_event.cursor: pin s.event_id", "vartype": 2, + "default": "352301881", "summary": "system_event.cursor: pin s.event_id: 352301881", "scope": "global", "metric_type": 1 @@ -25260,6 +27556,7 @@ "dbms": 19, "name": "global.system_event.cursor: pin s.time_waited", "vartype": 2, + "default": "0", "summary": "system_event.cursor: pin s.time_waited: 0", "scope": "global", "metric_type": 1 @@ -25271,6 +27568,7 @@ "dbms": 19, "name": "global.system_event.cursor: pin s.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.cursor: pin s.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -25282,6 +27580,7 @@ "dbms": 19, "name": "global.system_event.cursor: pin s.time_waited_micro", "vartype": 2, + "default": "2655", "summary": "system_event.cursor: pin s.time_waited_micro: 2655", "scope": "global", "metric_type": 1 @@ -25293,6 +27592,7 @@ "dbms": 19, "name": "global.system_event.cursor: pin s.time_waited_micro_fg", "vartype": 2, + "default": "2655", "summary": "system_event.cursor: pin s.time_waited_micro_fg: 2655", "scope": "global", "metric_type": 1 @@ -25304,6 +27604,7 @@ "dbms": 19, "name": "global.system_event.cursor: pin s.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.cursor: pin s.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -25315,6 +27616,7 @@ "dbms": 19, "name": "global.system_event.cursor: pin s.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.cursor: pin s.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -25326,6 +27628,7 @@ "dbms": 19, "name": "global.system_event.cursor: pin s.total_waits", "vartype": 2, + "default": "2", "summary": "system_event.cursor: pin s.total_waits: 2", "scope": "global", "metric_type": 1 @@ -25337,6 +27640,7 @@ "dbms": 19, "name": "global.system_event.cursor: pin s.total_waits_fg", "vartype": 2, + "default": "2", "summary": "system_event.cursor: pin s.total_waits_fg: 2", "scope": "global", "metric_type": 1 @@ -25348,6 +27652,7 @@ "dbms": 19, "name": "global.system_event.cursor: pin s.wait_class", "vartype": 1, + "default": "Concurrency", "summary": "system_event.cursor: pin s.wait_class: Concurrency", "scope": "global", "metric_type": 2 @@ -25359,9 +27664,10 @@ "dbms": 19, "name": "global.system_event.cursor: pin s.wait_class#", "vartype": 2, + "default": "4", "summary": "system_event.cursor: pin s.wait_class#: 4", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -25370,6 +27676,7 @@ "dbms": 19, "name": "global.system_event.cursor: pin s.wait_class_id", "vartype": 2, + "default": "3875070507", "summary": "system_event.cursor: pin s.wait_class_id: 3875070507", "scope": "global", "metric_type": 1 @@ -25381,6 +27688,7 @@ "dbms": 19, "name": "global.system_event.data guard: gap manager.average_wait", "vartype": 3, + "default": "122.31", "summary": "system_event.data guard: gap manager.average_wait: 122.31", "scope": "global", "metric_type": 3 @@ -25392,6 +27700,7 @@ "dbms": 19, "name": "global.system_event.data guard: gap manager.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.data guard: gap manager.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -25403,6 +27712,7 @@ "dbms": 19, "name": "global.system_event.data guard: gap manager.con_id", "vartype": 2, + "default": "0", "summary": "system_event.data guard: gap manager.con_id: 0", "scope": "global", "metric_type": 1 @@ -25414,6 +27724,7 @@ "dbms": 19, "name": "global.system_event.data guard: gap manager.event_id", "vartype": 2, + "default": "2369083111", "summary": "system_event.data guard: gap manager.event_id: 2369083111", "scope": "global", "metric_type": 1 @@ -25425,6 +27736,7 @@ "dbms": 19, "name": "global.system_event.data guard: gap manager.time_waited", "vartype": 2, + "default": "122", "summary": "system_event.data guard: gap manager.time_waited: 122", "scope": "global", "metric_type": 1 @@ -25436,6 +27748,7 @@ "dbms": 19, "name": "global.system_event.data guard: gap manager.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.data guard: gap manager.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -25447,6 +27760,7 @@ "dbms": 19, "name": "global.system_event.data guard: gap manager.time_waited_micro", "vartype": 2, + "default": "1223130", "summary": "system_event.data guard: gap manager.time_waited_micro: 1223130", "scope": "global", "metric_type": 1 @@ -25458,6 +27772,7 @@ "dbms": 19, "name": "global.system_event.data guard: gap manager.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.data guard: gap manager.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -25469,6 +27784,7 @@ "dbms": 19, "name": "global.system_event.data guard: gap manager.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.data guard: gap manager.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -25480,6 +27796,7 @@ "dbms": 19, "name": "global.system_event.data guard: gap manager.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.data guard: gap manager.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -25491,6 +27808,7 @@ "dbms": 19, "name": "global.system_event.data guard: gap manager.total_waits", "vartype": 2, + "default": "1", "summary": "system_event.data guard: gap manager.total_waits: 1", "scope": "global", "metric_type": 1 @@ -25502,6 +27820,7 @@ "dbms": 19, "name": "global.system_event.data guard: gap manager.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.data guard: gap manager.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -25513,6 +27832,7 @@ "dbms": 19, "name": "global.system_event.data guard: gap manager.wait_class", "vartype": 1, + "default": "Idle", "summary": "system_event.data guard: gap manager.wait_class: Idle", "scope": "global", "metric_type": 2 @@ -25524,9 +27844,10 @@ "dbms": 19, "name": "global.system_event.data guard: gap manager.wait_class#", "vartype": 2, + "default": "6", "summary": "system_event.data guard: gap manager.wait_class#: 6", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -25535,6 +27856,7 @@ "dbms": 19, "name": "global.system_event.data guard: gap manager.wait_class_id", "vartype": 2, + "default": "2723168908", "summary": "system_event.data guard: gap manager.wait_class_id: 2723168908", "scope": "global", "metric_type": 1 @@ -25546,6 +27868,7 @@ "dbms": 19, "name": "global.system_event.db file parallel read.average_wait", "vartype": 3, + "default": "0.02", "summary": "system_event.db file parallel read.average_wait: 0.02", "scope": "global", "metric_type": 3 @@ -25557,6 +27880,7 @@ "dbms": 19, "name": "global.system_event.db file parallel read.average_wait_fg", "vartype": 3, + "default": "0.02", "summary": "system_event.db file parallel read.average_wait_fg: 0.02", "scope": "global", "metric_type": 3 @@ -25568,6 +27892,7 @@ "dbms": 19, "name": "global.system_event.db file parallel read.con_id", "vartype": 2, + "default": "0", "summary": "system_event.db file parallel read.con_id: 0", "scope": "global", "metric_type": 1 @@ -25579,6 +27904,7 @@ "dbms": 19, "name": "global.system_event.db file parallel read.event_id", "vartype": 2, + "default": "834992820", "summary": "system_event.db file parallel read.event_id: 834992820", "scope": "global", "metric_type": 1 @@ -25590,6 +27916,7 @@ "dbms": 19, "name": "global.system_event.db file parallel read.time_waited", "vartype": 2, + "default": "6", "summary": "system_event.db file parallel read.time_waited: 6", "scope": "global", "metric_type": 1 @@ -25601,6 +27928,7 @@ "dbms": 19, "name": "global.system_event.db file parallel read.time_waited_fg", "vartype": 2, + "default": "6", "summary": "system_event.db file parallel read.time_waited_fg: 6", "scope": "global", "metric_type": 1 @@ -25612,6 +27940,7 @@ "dbms": 19, "name": "global.system_event.db file parallel read.time_waited_micro", "vartype": 2, + "default": "62124", "summary": "system_event.db file parallel read.time_waited_micro: 62124", "scope": "global", "metric_type": 1 @@ -25623,6 +27952,7 @@ "dbms": 19, "name": "global.system_event.db file parallel read.time_waited_micro_fg", "vartype": 2, + "default": "62124", "summary": "system_event.db file parallel read.time_waited_micro_fg: 62124", "scope": "global", "metric_type": 1 @@ -25634,6 +27964,7 @@ "dbms": 19, "name": "global.system_event.db file parallel read.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.db file parallel read.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -25645,6 +27976,7 @@ "dbms": 19, "name": "global.system_event.db file parallel read.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.db file parallel read.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -25656,6 +27988,7 @@ "dbms": 19, "name": "global.system_event.db file parallel read.total_waits", "vartype": 2, + "default": "332", "summary": "system_event.db file parallel read.total_waits: 332", "scope": "global", "metric_type": 1 @@ -25667,6 +28000,7 @@ "dbms": 19, "name": "global.system_event.db file parallel read.total_waits_fg", "vartype": 2, + "default": "332", "summary": "system_event.db file parallel read.total_waits_fg: 332", "scope": "global", "metric_type": 1 @@ -25678,6 +28012,7 @@ "dbms": 19, "name": "global.system_event.db file parallel read.wait_class", "vartype": 1, + "default": "User I/O", "summary": "system_event.db file parallel read.wait_class: User I/O", "scope": "global", "metric_type": 2 @@ -25689,9 +28024,10 @@ "dbms": 19, "name": "global.system_event.db file parallel read.wait_class#", "vartype": 2, + "default": "8", "summary": "system_event.db file parallel read.wait_class#: 8", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -25700,6 +28036,7 @@ "dbms": 19, "name": "global.system_event.db file parallel read.wait_class_id", "vartype": 2, + "default": "1740759767", "summary": "system_event.db file parallel read.wait_class_id: 1740759767", "scope": "global", "metric_type": 1 @@ -25711,6 +28048,7 @@ "dbms": 19, "name": "global.system_event.db file scattered read.average_wait", "vartype": 3, + "default": "0.01", "summary": "system_event.db file scattered read.average_wait: 0.01", "scope": "global", "metric_type": 3 @@ -25722,6 +28060,7 @@ "dbms": 19, "name": "global.system_event.db file scattered read.average_wait_fg", "vartype": 3, + "default": "0.01", "summary": "system_event.db file scattered read.average_wait_fg: 0.01", "scope": "global", "metric_type": 3 @@ -25733,6 +28072,7 @@ "dbms": 19, "name": "global.system_event.db file scattered read.con_id", "vartype": 2, + "default": "0", "summary": "system_event.db file scattered read.con_id: 0", "scope": "global", "metric_type": 1 @@ -25744,6 +28084,7 @@ "dbms": 19, "name": "global.system_event.db file scattered read.event_id", "vartype": 2, + "default": "506183215", "summary": "system_event.db file scattered read.event_id: 506183215", "scope": "global", "metric_type": 1 @@ -25755,6 +28096,7 @@ "dbms": 19, "name": "global.system_event.db file scattered read.time_waited", "vartype": 2, + "default": "34", "summary": "system_event.db file scattered read.time_waited: 34", "scope": "global", "metric_type": 1 @@ -25766,6 +28108,7 @@ "dbms": 19, "name": "global.system_event.db file scattered read.time_waited_fg", "vartype": 2, + "default": "31", "summary": "system_event.db file scattered read.time_waited_fg: 31", "scope": "global", "metric_type": 1 @@ -25777,6 +28120,7 @@ "dbms": 19, "name": "global.system_event.db file scattered read.time_waited_micro", "vartype": 2, + "default": "335797", "summary": "system_event.db file scattered read.time_waited_micro: 335797", "scope": "global", "metric_type": 1 @@ -25788,6 +28132,7 @@ "dbms": 19, "name": "global.system_event.db file scattered read.time_waited_micro_fg", "vartype": 2, + "default": "313952", "summary": "system_event.db file scattered read.time_waited_micro_fg: 313952", "scope": "global", "metric_type": 1 @@ -25799,6 +28144,7 @@ "dbms": 19, "name": "global.system_event.db file scattered read.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.db file scattered read.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -25810,6 +28156,7 @@ "dbms": 19, "name": "global.system_event.db file scattered read.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.db file scattered read.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -25821,6 +28168,7 @@ "dbms": 19, "name": "global.system_event.db file scattered read.total_waits", "vartype": 2, + "default": "5009", "summary": "system_event.db file scattered read.total_waits: 5009", "scope": "global", "metric_type": 1 @@ -25832,6 +28180,7 @@ "dbms": 19, "name": "global.system_event.db file scattered read.total_waits_fg", "vartype": 2, + "default": "4742", "summary": "system_event.db file scattered read.total_waits_fg: 4742", "scope": "global", "metric_type": 1 @@ -25843,6 +28192,7 @@ "dbms": 19, "name": "global.system_event.db file scattered read.wait_class", "vartype": 1, + "default": "User I/O", "summary": "system_event.db file scattered read.wait_class: User I/O", "scope": "global", "metric_type": 2 @@ -25854,9 +28204,10 @@ "dbms": 19, "name": "global.system_event.db file scattered read.wait_class#", "vartype": 2, + "default": "8", "summary": "system_event.db file scattered read.wait_class#: 8", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -25865,6 +28216,7 @@ "dbms": 19, "name": "global.system_event.db file scattered read.wait_class_id", "vartype": 2, + "default": "1740759767", "summary": "system_event.db file scattered read.wait_class_id: 1740759767", "scope": "global", "metric_type": 1 @@ -25876,6 +28228,7 @@ "dbms": 19, "name": "global.system_event.db file sequential read.average_wait", "vartype": 2, + "default": "0", "summary": "system_event.db file sequential read.average_wait: 0", "scope": "global", "metric_type": 3 @@ -25887,6 +28240,7 @@ "dbms": 19, "name": "global.system_event.db file sequential read.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.db file sequential read.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -25898,6 +28252,7 @@ "dbms": 19, "name": "global.system_event.db file sequential read.con_id", "vartype": 2, + "default": "0", "summary": "system_event.db file sequential read.con_id: 0", "scope": "global", "metric_type": 1 @@ -25909,6 +28264,7 @@ "dbms": 19, "name": "global.system_event.db file sequential read.event_id", "vartype": 2, + "default": "2652584166", "summary": "system_event.db file sequential read.event_id: 2652584166", "scope": "global", "metric_type": 1 @@ -25920,6 +28276,7 @@ "dbms": 19, "name": "global.system_event.db file sequential read.time_waited", "vartype": 2, + "default": "36", "summary": "system_event.db file sequential read.time_waited: 36", "scope": "global", "metric_type": 1 @@ -25931,6 +28288,7 @@ "dbms": 19, "name": "global.system_event.db file sequential read.time_waited_fg", "vartype": 2, + "default": "29", "summary": "system_event.db file sequential read.time_waited_fg: 29", "scope": "global", "metric_type": 1 @@ -25942,6 +28300,7 @@ "dbms": 19, "name": "global.system_event.db file sequential read.time_waited_micro", "vartype": 2, + "default": "357491", "summary": "system_event.db file sequential read.time_waited_micro: 357491", "scope": "global", "metric_type": 1 @@ -25953,6 +28312,7 @@ "dbms": 19, "name": "global.system_event.db file sequential read.time_waited_micro_fg", "vartype": 2, + "default": "286367", "summary": "system_event.db file sequential read.time_waited_micro_fg: 286367", "scope": "global", "metric_type": 1 @@ -25964,6 +28324,7 @@ "dbms": 19, "name": "global.system_event.db file sequential read.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.db file sequential read.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -25975,6 +28336,7 @@ "dbms": 19, "name": "global.system_event.db file sequential read.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.db file sequential read.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -25986,6 +28348,7 @@ "dbms": 19, "name": "global.system_event.db file sequential read.total_waits", "vartype": 2, + "default": "10692", "summary": "system_event.db file sequential read.total_waits: 10692", "scope": "global", "metric_type": 1 @@ -25997,6 +28360,7 @@ "dbms": 19, "name": "global.system_event.db file sequential read.total_waits_fg", "vartype": 2, + "default": "7831", "summary": "system_event.db file sequential read.total_waits_fg: 7831", "scope": "global", "metric_type": 1 @@ -26008,6 +28372,7 @@ "dbms": 19, "name": "global.system_event.db file sequential read.wait_class", "vartype": 1, + "default": "User I/O", "summary": "system_event.db file sequential read.wait_class: User I/O", "scope": "global", "metric_type": 2 @@ -26019,9 +28384,10 @@ "dbms": 19, "name": "global.system_event.db file sequential read.wait_class#", "vartype": 2, + "default": "8", "summary": "system_event.db file sequential read.wait_class#: 8", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -26030,6 +28396,7 @@ "dbms": 19, "name": "global.system_event.db file sequential read.wait_class_id", "vartype": 2, + "default": "1740759767", "summary": "system_event.db file sequential read.wait_class_id: 1740759767", "scope": "global", "metric_type": 1 @@ -26041,6 +28408,7 @@ "dbms": 19, "name": "global.system_event.db file single write.average_wait", "vartype": 3, + "default": "0.06", "summary": "system_event.db file single write.average_wait: 0.06", "scope": "global", "metric_type": 3 @@ -26052,6 +28420,7 @@ "dbms": 19, "name": "global.system_event.db file single write.average_wait_fg", "vartype": 3, + "default": "0.06", "summary": "system_event.db file single write.average_wait_fg: 0.06", "scope": "global", "metric_type": 3 @@ -26063,6 +28432,7 @@ "dbms": 19, "name": "global.system_event.db file single write.con_id", "vartype": 2, + "default": "0", "summary": "system_event.db file single write.con_id: 0", "scope": "global", "metric_type": 1 @@ -26074,6 +28444,7 @@ "dbms": 19, "name": "global.system_event.db file single write.event_id", "vartype": 2, + "default": "1307477558", "summary": "system_event.db file single write.event_id: 1307477558", "scope": "global", "metric_type": 1 @@ -26085,6 +28456,7 @@ "dbms": 19, "name": "global.system_event.db file single write.time_waited", "vartype": 2, + "default": "0", "summary": "system_event.db file single write.time_waited: 0", "scope": "global", "metric_type": 1 @@ -26096,6 +28468,7 @@ "dbms": 19, "name": "global.system_event.db file single write.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.db file single write.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -26107,6 +28480,7 @@ "dbms": 19, "name": "global.system_event.db file single write.time_waited_micro", "vartype": 2, + "default": "4720", "summary": "system_event.db file single write.time_waited_micro: 4720", "scope": "global", "metric_type": 1 @@ -26118,6 +28492,7 @@ "dbms": 19, "name": "global.system_event.db file single write.time_waited_micro_fg", "vartype": 2, + "default": "2302", "summary": "system_event.db file single write.time_waited_micro_fg: 2302", "scope": "global", "metric_type": 1 @@ -26129,6 +28504,7 @@ "dbms": 19, "name": "global.system_event.db file single write.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.db file single write.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -26140,6 +28516,7 @@ "dbms": 19, "name": "global.system_event.db file single write.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.db file single write.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -26151,6 +28528,7 @@ "dbms": 19, "name": "global.system_event.db file single write.total_waits", "vartype": 2, + "default": "8", "summary": "system_event.db file single write.total_waits: 8", "scope": "global", "metric_type": 1 @@ -26162,6 +28540,7 @@ "dbms": 19, "name": "global.system_event.db file single write.total_waits_fg", "vartype": 2, + "default": "4", "summary": "system_event.db file single write.total_waits_fg: 4", "scope": "global", "metric_type": 1 @@ -26173,6 +28552,7 @@ "dbms": 19, "name": "global.system_event.db file single write.wait_class", "vartype": 1, + "default": "User I/O", "summary": "system_event.db file single write.wait_class: User I/O", "scope": "global", "metric_type": 2 @@ -26184,9 +28564,10 @@ "dbms": 19, "name": "global.system_event.db file single write.wait_class#", "vartype": 2, + "default": "8", "summary": "system_event.db file single write.wait_class#: 8", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -26195,6 +28576,7 @@ "dbms": 19, "name": "global.system_event.db file single write.wait_class_id", "vartype": 2, + "default": "1740759767", "summary": "system_event.db file single write.wait_class_id: 1740759767", "scope": "global", "metric_type": 1 @@ -26206,6 +28588,7 @@ "dbms": 19, "name": "global.system_event.diag idle wait.average_wait", "vartype": 3, + "default": "103.98", "summary": "system_event.diag idle wait.average_wait: 103.98", "scope": "global", "metric_type": 3 @@ -26217,6 +28600,7 @@ "dbms": 19, "name": "global.system_event.diag idle wait.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.diag idle wait.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -26228,6 +28612,7 @@ "dbms": 19, "name": "global.system_event.diag idle wait.con_id", "vartype": 2, + "default": "0", "summary": "system_event.diag idle wait.con_id: 0", "scope": "global", "metric_type": 1 @@ -26239,6 +28624,7 @@ "dbms": 19, "name": "global.system_event.diag idle wait.event_id", "vartype": 2, + "default": "3176176482", "summary": "system_event.diag idle wait.event_id: 3176176482", "scope": "global", "metric_type": 1 @@ -26250,6 +28636,7 @@ "dbms": 19, "name": "global.system_event.diag idle wait.time_waited", "vartype": 2, + "default": "10814", "summary": "system_event.diag idle wait.time_waited: 10814", "scope": "global", "metric_type": 1 @@ -26261,6 +28648,7 @@ "dbms": 19, "name": "global.system_event.diag idle wait.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.diag idle wait.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -26272,6 +28660,7 @@ "dbms": 19, "name": "global.system_event.diag idle wait.time_waited_micro", "vartype": 2, + "default": "108135017", "summary": "system_event.diag idle wait.time_waited_micro: 108135017", "scope": "global", "metric_type": 1 @@ -26283,6 +28672,7 @@ "dbms": 19, "name": "global.system_event.diag idle wait.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.diag idle wait.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -26294,6 +28684,7 @@ "dbms": 19, "name": "global.system_event.diag idle wait.total_timeouts", "vartype": 2, + "default": "104", "summary": "system_event.diag idle wait.total_timeouts: 104", "scope": "global", "metric_type": 1 @@ -26305,6 +28696,7 @@ "dbms": 19, "name": "global.system_event.diag idle wait.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.diag idle wait.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -26316,6 +28708,7 @@ "dbms": 19, "name": "global.system_event.diag idle wait.total_waits", "vartype": 2, + "default": "104", "summary": "system_event.diag idle wait.total_waits: 104", "scope": "global", "metric_type": 1 @@ -26327,6 +28720,7 @@ "dbms": 19, "name": "global.system_event.diag idle wait.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.diag idle wait.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -26338,6 +28732,7 @@ "dbms": 19, "name": "global.system_event.diag idle wait.wait_class", "vartype": 1, + "default": "Idle", "summary": "system_event.diag idle wait.wait_class: Idle", "scope": "global", "metric_type": 2 @@ -26349,9 +28744,10 @@ "dbms": 19, "name": "global.system_event.diag idle wait.wait_class#", "vartype": 2, + "default": "6", "summary": "system_event.diag idle wait.wait_class#: 6", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -26360,6 +28756,7 @@ "dbms": 19, "name": "global.system_event.diag idle wait.wait_class_id", "vartype": 2, + "default": "2723168908", "summary": "system_event.diag idle wait.wait_class_id: 2723168908", "scope": "global", "metric_type": 1 @@ -26371,6 +28768,7 @@ "dbms": 19, "name": "global.system_event.direct path read.average_wait", "vartype": 3, + "default": "0.01", "summary": "system_event.direct path read.average_wait: 0.01", "scope": "global", "metric_type": 3 @@ -26382,6 +28780,7 @@ "dbms": 19, "name": "global.system_event.direct path read.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.direct path read.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -26393,6 +28792,7 @@ "dbms": 19, "name": "global.system_event.direct path read.con_id", "vartype": 2, + "default": "0", "summary": "system_event.direct path read.con_id: 0", "scope": "global", "metric_type": 1 @@ -26404,6 +28804,7 @@ "dbms": 19, "name": "global.system_event.direct path read.event_id", "vartype": 2, + "default": "3926164927", "summary": "system_event.direct path read.event_id: 3926164927", "scope": "global", "metric_type": 1 @@ -26415,6 +28816,7 @@ "dbms": 19, "name": "global.system_event.direct path read.time_waited", "vartype": 2, + "default": "0", "summary": "system_event.direct path read.time_waited: 0", "scope": "global", "metric_type": 1 @@ -26426,6 +28828,7 @@ "dbms": 19, "name": "global.system_event.direct path read.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.direct path read.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -26437,6 +28840,7 @@ "dbms": 19, "name": "global.system_event.direct path read.time_waited_micro", "vartype": 2, + "default": "1070", "summary": "system_event.direct path read.time_waited_micro: 1070", "scope": "global", "metric_type": 1 @@ -26448,6 +28852,7 @@ "dbms": 19, "name": "global.system_event.direct path read.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.direct path read.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -26459,6 +28864,7 @@ "dbms": 19, "name": "global.system_event.direct path read.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.direct path read.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -26470,6 +28876,7 @@ "dbms": 19, "name": "global.system_event.direct path read.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.direct path read.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -26481,6 +28888,7 @@ "dbms": 19, "name": "global.system_event.direct path read.total_waits", "vartype": 2, + "default": "13", "summary": "system_event.direct path read.total_waits: 13", "scope": "global", "metric_type": 1 @@ -26492,6 +28900,7 @@ "dbms": 19, "name": "global.system_event.direct path read.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.direct path read.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -26503,6 +28912,7 @@ "dbms": 19, "name": "global.system_event.direct path read.wait_class", "vartype": 1, + "default": "User I/O", "summary": "system_event.direct path read.wait_class: User I/O", "scope": "global", "metric_type": 2 @@ -26514,9 +28924,10 @@ "dbms": 19, "name": "global.system_event.direct path read.wait_class#", "vartype": 2, + "default": "8", "summary": "system_event.direct path read.wait_class#: 8", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -26525,6 +28936,7 @@ "dbms": 19, "name": "global.system_event.direct path read.wait_class_id", "vartype": 2, + "default": "1740759767", "summary": "system_event.direct path read.wait_class_id: 1740759767", "scope": "global", "metric_type": 1 @@ -26536,6 +28948,7 @@ "dbms": 19, "name": "global.system_event.direct path write.average_wait", "vartype": 3, + "default": "0.11", "summary": "system_event.direct path write.average_wait: 0.11", "scope": "global", "metric_type": 3 @@ -26547,6 +28960,7 @@ "dbms": 19, "name": "global.system_event.direct path write.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.direct path write.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -26558,6 +28972,7 @@ "dbms": 19, "name": "global.system_event.direct path write.con_id", "vartype": 2, + "default": "0", "summary": "system_event.direct path write.con_id: 0", "scope": "global", "metric_type": 1 @@ -26569,6 +28984,7 @@ "dbms": 19, "name": "global.system_event.direct path write.event_id", "vartype": 2, + "default": "885859547", "summary": "system_event.direct path write.event_id: 885859547", "scope": "global", "metric_type": 1 @@ -26580,6 +28996,7 @@ "dbms": 19, "name": "global.system_event.direct path write.time_waited", "vartype": 2, + "default": "1", "summary": "system_event.direct path write.time_waited: 1", "scope": "global", "metric_type": 1 @@ -26591,6 +29008,7 @@ "dbms": 19, "name": "global.system_event.direct path write.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.direct path write.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -26602,6 +29020,7 @@ "dbms": 19, "name": "global.system_event.direct path write.time_waited_micro", "vartype": 2, + "default": "5413", "summary": "system_event.direct path write.time_waited_micro: 5413", "scope": "global", "metric_type": 1 @@ -26613,6 +29032,7 @@ "dbms": 19, "name": "global.system_event.direct path write.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.direct path write.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -26624,6 +29044,7 @@ "dbms": 19, "name": "global.system_event.direct path write.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.direct path write.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -26635,6 +29056,7 @@ "dbms": 19, "name": "global.system_event.direct path write.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.direct path write.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -26646,6 +29068,7 @@ "dbms": 19, "name": "global.system_event.direct path write.total_waits", "vartype": 2, + "default": "5", "summary": "system_event.direct path write.total_waits: 5", "scope": "global", "metric_type": 1 @@ -26657,6 +29080,7 @@ "dbms": 19, "name": "global.system_event.direct path write.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.direct path write.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -26668,6 +29092,7 @@ "dbms": 19, "name": "global.system_event.direct path write.wait_class", "vartype": 1, + "default": "User I/O", "summary": "system_event.direct path write.wait_class: User I/O", "scope": "global", "metric_type": 2 @@ -26679,9 +29104,10 @@ "dbms": 19, "name": "global.system_event.direct path write.wait_class#", "vartype": 2, + "default": "8", "summary": "system_event.direct path write.wait_class#: 8", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -26690,6 +29116,7 @@ "dbms": 19, "name": "global.system_event.direct path write.wait_class_id", "vartype": 2, + "default": "1740759767", "summary": "system_event.direct path write.wait_class_id: 1740759767", "scope": "global", "metric_type": 1 @@ -26701,6 +29128,7 @@ "dbms": 19, "name": "global.system_event.disk file operations i/o.average_wait", "vartype": 3, + "default": "0.05", "summary": "system_event.disk file operations i/o.average_wait: 0.05", "scope": "global", "metric_type": 3 @@ -26712,6 +29140,7 @@ "dbms": 19, "name": "global.system_event.disk file operations i/o.average_wait_fg", "vartype": 3, + "default": "0.06", "summary": "system_event.disk file operations i/o.average_wait_fg: 0.06", "scope": "global", "metric_type": 3 @@ -26723,6 +29152,7 @@ "dbms": 19, "name": "global.system_event.disk file operations i/o.con_id", "vartype": 2, + "default": "0", "summary": "system_event.disk file operations i/o.con_id: 0", "scope": "global", "metric_type": 1 @@ -26734,6 +29164,7 @@ "dbms": 19, "name": "global.system_event.disk file operations i/o.event_id", "vartype": 2, + "default": "166678035", "summary": "system_event.disk file operations i/o.event_id: 166678035", "scope": "global", "metric_type": 1 @@ -26745,6 +29176,7 @@ "dbms": 19, "name": "global.system_event.disk file operations i/o.time_waited", "vartype": 2, + "default": "10", "summary": "system_event.disk file operations i/o.time_waited: 10", "scope": "global", "metric_type": 1 @@ -26756,6 +29188,7 @@ "dbms": 19, "name": "global.system_event.disk file operations i/o.time_waited_fg", "vartype": 2, + "default": "3", "summary": "system_event.disk file operations i/o.time_waited_fg: 3", "scope": "global", "metric_type": 1 @@ -26767,6 +29200,7 @@ "dbms": 19, "name": "global.system_event.disk file operations i/o.time_waited_micro", "vartype": 2, + "default": "103476", "summary": "system_event.disk file operations i/o.time_waited_micro: 103476", "scope": "global", "metric_type": 1 @@ -26778,6 +29212,7 @@ "dbms": 19, "name": "global.system_event.disk file operations i/o.time_waited_micro_fg", "vartype": 2, + "default": "34917", "summary": "system_event.disk file operations i/o.time_waited_micro_fg: 34917", "scope": "global", "metric_type": 1 @@ -26789,6 +29224,7 @@ "dbms": 19, "name": "global.system_event.disk file operations i/o.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.disk file operations i/o.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -26800,6 +29236,7 @@ "dbms": 19, "name": "global.system_event.disk file operations i/o.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.disk file operations i/o.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -26811,6 +29248,7 @@ "dbms": 19, "name": "global.system_event.disk file operations i/o.total_waits", "vartype": 2, + "default": "216", "summary": "system_event.disk file operations i/o.total_waits: 216", "scope": "global", "metric_type": 1 @@ -26822,6 +29260,7 @@ "dbms": 19, "name": "global.system_event.disk file operations i/o.total_waits_fg", "vartype": 2, + "default": "59", "summary": "system_event.disk file operations i/o.total_waits_fg: 59", "scope": "global", "metric_type": 1 @@ -26833,6 +29272,7 @@ "dbms": 19, "name": "global.system_event.disk file operations i/o.wait_class", "vartype": 1, + "default": "User I/O", "summary": "system_event.disk file operations i/o.wait_class: User I/O", "scope": "global", "metric_type": 2 @@ -26844,9 +29284,10 @@ "dbms": 19, "name": "global.system_event.disk file operations i/o.wait_class#", "vartype": 2, + "default": "8", "summary": "system_event.disk file operations i/o.wait_class#: 8", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -26855,6 +29296,7 @@ "dbms": 19, "name": "global.system_event.disk file operations i/o.wait_class_id", "vartype": 2, + "default": "1740759767", "summary": "system_event.disk file operations i/o.wait_class_id: 1740759767", "scope": "global", "metric_type": 1 @@ -26866,6 +29308,7 @@ "dbms": 19, "name": "global.system_event.dlm cross inst call completion.average_wait", "vartype": 3, + "default": "0.2", "summary": "system_event.dlm cross inst call completion.average_wait: 0.2", "scope": "global", "metric_type": 3 @@ -26877,6 +29320,7 @@ "dbms": 19, "name": "global.system_event.dlm cross inst call completion.average_wait_fg", "vartype": 3, + "default": "0.2", "summary": "system_event.dlm cross inst call completion.average_wait_fg: 0.2", "scope": "global", "metric_type": 3 @@ -26888,6 +29332,7 @@ "dbms": 19, "name": "global.system_event.dlm cross inst call completion.con_id", "vartype": 2, + "default": "0", "summary": "system_event.dlm cross inst call completion.con_id: 0", "scope": "global", "metric_type": 1 @@ -26899,6 +29344,7 @@ "dbms": 19, "name": "global.system_event.dlm cross inst call completion.event_id", "vartype": 2, + "default": "2765459430", "summary": "system_event.dlm cross inst call completion.event_id: 2765459430", "scope": "global", "metric_type": 1 @@ -26910,6 +29356,7 @@ "dbms": 19, "name": "global.system_event.dlm cross inst call completion.time_waited", "vartype": 2, + "default": "1", "summary": "system_event.dlm cross inst call completion.time_waited: 1", "scope": "global", "metric_type": 1 @@ -26921,6 +29368,7 @@ "dbms": 19, "name": "global.system_event.dlm cross inst call completion.time_waited_fg", "vartype": 2, + "default": "1", "summary": "system_event.dlm cross inst call completion.time_waited_fg: 1", "scope": "global", "metric_type": 1 @@ -26932,6 +29380,7 @@ "dbms": 19, "name": "global.system_event.dlm cross inst call completion.time_waited_micro", "vartype": 2, + "default": "7961", "summary": "system_event.dlm cross inst call completion.time_waited_micro: 7961", "scope": "global", "metric_type": 1 @@ -26943,6 +29392,7 @@ "dbms": 19, "name": "global.system_event.dlm cross inst call completion.time_waited_micro_fg", "vartype": 2, + "default": "7961", "summary": "system_event.dlm cross inst call completion.time_waited_micro_fg: 7961", "scope": "global", "metric_type": 1 @@ -26954,6 +29404,7 @@ "dbms": 19, "name": "global.system_event.dlm cross inst call completion.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.dlm cross inst call completion.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -26965,6 +29416,7 @@ "dbms": 19, "name": "global.system_event.dlm cross inst call completion.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.dlm cross inst call completion.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -26976,6 +29428,7 @@ "dbms": 19, "name": "global.system_event.dlm cross inst call completion.total_waits", "vartype": 2, + "default": "4", "summary": "system_event.dlm cross inst call completion.total_waits: 4", "scope": "global", "metric_type": 1 @@ -26987,6 +29440,7 @@ "dbms": 19, "name": "global.system_event.dlm cross inst call completion.total_waits_fg", "vartype": 2, + "default": "4", "summary": "system_event.dlm cross inst call completion.total_waits_fg: 4", "scope": "global", "metric_type": 1 @@ -26998,6 +29452,7 @@ "dbms": 19, "name": "global.system_event.dlm cross inst call completion.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.dlm cross inst call completion.wait_class: Other", "scope": "global", "metric_type": 2 @@ -27009,9 +29464,10 @@ "dbms": 19, "name": "global.system_event.dlm cross inst call completion.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.dlm cross inst call completion.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -27020,6 +29476,7 @@ "dbms": 19, "name": "global.system_event.dlm cross inst call completion.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.dlm cross inst call completion.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -27031,6 +29488,7 @@ "dbms": 19, "name": "global.system_event.enq: dp - contention.average_wait", "vartype": 3, + "default": "0.03", "summary": "system_event.enq: dp - contention.average_wait: 0.03", "scope": "global", "metric_type": 3 @@ -27042,6 +29500,7 @@ "dbms": 19, "name": "global.system_event.enq: dp - contention.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.enq: dp - contention.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -27053,6 +29512,7 @@ "dbms": 19, "name": "global.system_event.enq: dp - contention.con_id", "vartype": 2, + "default": "0", "summary": "system_event.enq: dp - contention.con_id: 0", "scope": "global", "metric_type": 1 @@ -27064,6 +29524,7 @@ "dbms": 19, "name": "global.system_event.enq: dp - contention.event_id", "vartype": 2, + "default": "1150705222", "summary": "system_event.enq: dp - contention.event_id: 1150705222", "scope": "global", "metric_type": 1 @@ -27075,6 +29536,7 @@ "dbms": 19, "name": "global.system_event.enq: dp - contention.time_waited", "vartype": 2, + "default": "0", "summary": "system_event.enq: dp - contention.time_waited: 0", "scope": "global", "metric_type": 1 @@ -27086,6 +29548,7 @@ "dbms": 19, "name": "global.system_event.enq: dp - contention.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.enq: dp - contention.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -27097,6 +29560,7 @@ "dbms": 19, "name": "global.system_event.enq: dp - contention.time_waited_micro", "vartype": 2, + "default": "301", "summary": "system_event.enq: dp - contention.time_waited_micro: 301", "scope": "global", "metric_type": 1 @@ -27108,6 +29572,7 @@ "dbms": 19, "name": "global.system_event.enq: dp - contention.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.enq: dp - contention.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -27119,6 +29584,7 @@ "dbms": 19, "name": "global.system_event.enq: dp - contention.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.enq: dp - contention.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -27130,6 +29596,7 @@ "dbms": 19, "name": "global.system_event.enq: dp - contention.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.enq: dp - contention.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -27141,6 +29608,7 @@ "dbms": 19, "name": "global.system_event.enq: dp - contention.total_waits", "vartype": 2, + "default": "1", "summary": "system_event.enq: dp - contention.total_waits: 1", "scope": "global", "metric_type": 1 @@ -27152,6 +29620,7 @@ "dbms": 19, "name": "global.system_event.enq: dp - contention.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.enq: dp - contention.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -27163,6 +29632,7 @@ "dbms": 19, "name": "global.system_event.enq: dp - contention.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.enq: dp - contention.wait_class: Other", "scope": "global", "metric_type": 2 @@ -27174,9 +29644,10 @@ "dbms": 19, "name": "global.system_event.enq: dp - contention.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.enq: dp - contention.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -27185,6 +29656,7 @@ "dbms": 19, "name": "global.system_event.enq: dp - contention.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.enq: dp - contention.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -27196,6 +29668,7 @@ "dbms": 19, "name": "global.system_event.enq: pr - contention.average_wait", "vartype": 3, + "default": "1.35", "summary": "system_event.enq: pr - contention.average_wait: 1.35", "scope": "global", "metric_type": 3 @@ -27207,6 +29680,7 @@ "dbms": 19, "name": "global.system_event.enq: pr - contention.average_wait_fg", "vartype": 3, + "default": "1.44", "summary": "system_event.enq: pr - contention.average_wait_fg: 1.44", "scope": "global", "metric_type": 3 @@ -27218,6 +29692,7 @@ "dbms": 19, "name": "global.system_event.enq: pr - contention.con_id", "vartype": 2, + "default": "0", "summary": "system_event.enq: pr - contention.con_id: 0", "scope": "global", "metric_type": 1 @@ -27229,6 +29704,7 @@ "dbms": 19, "name": "global.system_event.enq: pr - contention.event_id", "vartype": 2, + "default": "3733307663", "summary": "system_event.enq: pr - contention.event_id: 3733307663", "scope": "global", "metric_type": 1 @@ -27240,6 +29716,7 @@ "dbms": 19, "name": "global.system_event.enq: pr - contention.time_waited", "vartype": 2, + "default": "14", "summary": "system_event.enq: pr - contention.time_waited: 14", "scope": "global", "metric_type": 1 @@ -27251,6 +29728,7 @@ "dbms": 19, "name": "global.system_event.enq: pr - contention.time_waited_fg", "vartype": 2, + "default": "7", "summary": "system_event.enq: pr - contention.time_waited_fg: 7", "scope": "global", "metric_type": 1 @@ -27262,6 +29740,7 @@ "dbms": 19, "name": "global.system_event.enq: pr - contention.time_waited_micro", "vartype": 2, + "default": "135092", "summary": "system_event.enq: pr - contention.time_waited_micro: 135092", "scope": "global", "metric_type": 1 @@ -27273,6 +29752,7 @@ "dbms": 19, "name": "global.system_event.enq: pr - contention.time_waited_micro_fg", "vartype": 2, + "default": "71783", "summary": "system_event.enq: pr - contention.time_waited_micro_fg: 71783", "scope": "global", "metric_type": 1 @@ -27284,6 +29764,7 @@ "dbms": 19, "name": "global.system_event.enq: pr - contention.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.enq: pr - contention.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -27295,6 +29776,7 @@ "dbms": 19, "name": "global.system_event.enq: pr - contention.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.enq: pr - contention.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -27306,6 +29788,7 @@ "dbms": 19, "name": "global.system_event.enq: pr - contention.total_waits", "vartype": 2, + "default": "10", "summary": "system_event.enq: pr - contention.total_waits: 10", "scope": "global", "metric_type": 1 @@ -27317,6 +29800,7 @@ "dbms": 19, "name": "global.system_event.enq: pr - contention.total_waits_fg", "vartype": 2, + "default": "5", "summary": "system_event.enq: pr - contention.total_waits_fg: 5", "scope": "global", "metric_type": 1 @@ -27328,6 +29812,7 @@ "dbms": 19, "name": "global.system_event.enq: pr - contention.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.enq: pr - contention.wait_class: Other", "scope": "global", "metric_type": 2 @@ -27339,9 +29824,10 @@ "dbms": 19, "name": "global.system_event.enq: pr - contention.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.enq: pr - contention.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -27350,6 +29836,7 @@ "dbms": 19, "name": "global.system_event.enq: pr - contention.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.enq: pr - contention.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -27361,6 +29848,7 @@ "dbms": 19, "name": "global.system_event.enq: ps - contention.average_wait", "vartype": 3, + "default": "0.03", "summary": "system_event.enq: ps - contention.average_wait: 0.03", "scope": "global", "metric_type": 3 @@ -27372,6 +29860,7 @@ "dbms": 19, "name": "global.system_event.enq: ps - contention.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.enq: ps - contention.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -27383,6 +29872,7 @@ "dbms": 19, "name": "global.system_event.enq: ps - contention.con_id", "vartype": 2, + "default": "0", "summary": "system_event.enq: ps - contention.con_id: 0", "scope": "global", "metric_type": 1 @@ -27394,6 +29884,7 @@ "dbms": 19, "name": "global.system_event.enq: ps - contention.event_id", "vartype": 2, + "default": "2071012023", "summary": "system_event.enq: ps - contention.event_id: 2071012023", "scope": "global", "metric_type": 1 @@ -27405,6 +29896,7 @@ "dbms": 19, "name": "global.system_event.enq: ps - contention.time_waited", "vartype": 2, + "default": "0", "summary": "system_event.enq: ps - contention.time_waited: 0", "scope": "global", "metric_type": 1 @@ -27416,6 +29908,7 @@ "dbms": 19, "name": "global.system_event.enq: ps - contention.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.enq: ps - contention.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -27427,6 +29920,7 @@ "dbms": 19, "name": "global.system_event.enq: ps - contention.time_waited_micro", "vartype": 2, + "default": "4387", "summary": "system_event.enq: ps - contention.time_waited_micro: 4387", "scope": "global", "metric_type": 1 @@ -27438,6 +29932,7 @@ "dbms": 19, "name": "global.system_event.enq: ps - contention.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.enq: ps - contention.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -27449,6 +29944,7 @@ "dbms": 19, "name": "global.system_event.enq: ps - contention.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.enq: ps - contention.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -27460,6 +29956,7 @@ "dbms": 19, "name": "global.system_event.enq: ps - contention.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.enq: ps - contention.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -27471,6 +29968,7 @@ "dbms": 19, "name": "global.system_event.enq: ps - contention.total_waits", "vartype": 2, + "default": "14", "summary": "system_event.enq: ps - contention.total_waits: 14", "scope": "global", "metric_type": 1 @@ -27482,6 +29980,7 @@ "dbms": 19, "name": "global.system_event.enq: ps - contention.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.enq: ps - contention.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -27493,6 +29992,7 @@ "dbms": 19, "name": "global.system_event.enq: ps - contention.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.enq: ps - contention.wait_class: Other", "scope": "global", "metric_type": 2 @@ -27504,9 +30004,10 @@ "dbms": 19, "name": "global.system_event.enq: ps - contention.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.enq: ps - contention.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -27515,6 +30016,7 @@ "dbms": 19, "name": "global.system_event.enq: ps - contention.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.enq: ps - contention.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -27526,6 +30028,7 @@ "dbms": 19, "name": "global.system_event.enq: pv - syncstart.average_wait", "vartype": 3, + "default": "1.57", "summary": "system_event.enq: pv - syncstart.average_wait: 1.57", "scope": "global", "metric_type": 3 @@ -27537,6 +30040,7 @@ "dbms": 19, "name": "global.system_event.enq: pv - syncstart.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.enq: pv - syncstart.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -27548,6 +30052,7 @@ "dbms": 19, "name": "global.system_event.enq: pv - syncstart.con_id", "vartype": 2, + "default": "0", "summary": "system_event.enq: pv - syncstart.con_id: 0", "scope": "global", "metric_type": 1 @@ -27559,6 +30064,7 @@ "dbms": 19, "name": "global.system_event.enq: pv - syncstart.event_id", "vartype": 2, + "default": "3063016909", "summary": "system_event.enq: pv - syncstart.event_id: 3063016909", "scope": "global", "metric_type": 1 @@ -27570,6 +30076,7 @@ "dbms": 19, "name": "global.system_event.enq: pv - syncstart.time_waited", "vartype": 2, + "default": "2", "summary": "system_event.enq: pv - syncstart.time_waited: 2", "scope": "global", "metric_type": 1 @@ -27581,6 +30088,7 @@ "dbms": 19, "name": "global.system_event.enq: pv - syncstart.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.enq: pv - syncstart.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -27592,6 +30100,7 @@ "dbms": 19, "name": "global.system_event.enq: pv - syncstart.time_waited_micro", "vartype": 2, + "default": "15666", "summary": "system_event.enq: pv - syncstart.time_waited_micro: 15666", "scope": "global", "metric_type": 1 @@ -27603,6 +30112,7 @@ "dbms": 19, "name": "global.system_event.enq: pv - syncstart.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.enq: pv - syncstart.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -27614,6 +30124,7 @@ "dbms": 19, "name": "global.system_event.enq: pv - syncstart.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.enq: pv - syncstart.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -27625,6 +30136,7 @@ "dbms": 19, "name": "global.system_event.enq: pv - syncstart.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.enq: pv - syncstart.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -27636,6 +30148,7 @@ "dbms": 19, "name": "global.system_event.enq: pv - syncstart.total_waits", "vartype": 2, + "default": "1", "summary": "system_event.enq: pv - syncstart.total_waits: 1", "scope": "global", "metric_type": 1 @@ -27647,6 +30160,7 @@ "dbms": 19, "name": "global.system_event.enq: pv - syncstart.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.enq: pv - syncstart.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -27658,6 +30172,7 @@ "dbms": 19, "name": "global.system_event.enq: pv - syncstart.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.enq: pv - syncstart.wait_class: Other", "scope": "global", "metric_type": 2 @@ -27669,9 +30184,10 @@ "dbms": 19, "name": "global.system_event.enq: pv - syncstart.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.enq: pv - syncstart.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -27680,6 +30196,7 @@ "dbms": 19, "name": "global.system_event.enq: pv - syncstart.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.enq: pv - syncstart.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -27691,6 +30208,7 @@ "dbms": 19, "name": "global.system_event.external table open.average_wait", "vartype": 3, + "default": "0.1", "summary": "system_event.external table open.average_wait: 0.1", "scope": "global", "metric_type": 3 @@ -27702,6 +30220,7 @@ "dbms": 19, "name": "global.system_event.external table open.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.external table open.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -27713,6 +30232,7 @@ "dbms": 19, "name": "global.system_event.external table open.con_id", "vartype": 2, + "default": "0", "summary": "system_event.external table open.con_id: 0", "scope": "global", "metric_type": 1 @@ -27724,6 +30244,7 @@ "dbms": 19, "name": "global.system_event.external table open.event_id", "vartype": 2, + "default": "332943844", "summary": "system_event.external table open.event_id: 332943844", "scope": "global", "metric_type": 1 @@ -27735,6 +30256,7 @@ "dbms": 19, "name": "global.system_event.external table open.time_waited", "vartype": 2, + "default": "0", "summary": "system_event.external table open.time_waited: 0", "scope": "global", "metric_type": 1 @@ -27746,6 +30268,7 @@ "dbms": 19, "name": "global.system_event.external table open.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.external table open.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -27757,6 +30280,7 @@ "dbms": 19, "name": "global.system_event.external table open.time_waited_micro", "vartype": 2, + "default": "2960", "summary": "system_event.external table open.time_waited_micro: 2960", "scope": "global", "metric_type": 1 @@ -27768,6 +30292,7 @@ "dbms": 19, "name": "global.system_event.external table open.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.external table open.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -27779,6 +30304,7 @@ "dbms": 19, "name": "global.system_event.external table open.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.external table open.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -27790,6 +30316,7 @@ "dbms": 19, "name": "global.system_event.external table open.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.external table open.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -27801,6 +30328,7 @@ "dbms": 19, "name": "global.system_event.external table open.total_waits", "vartype": 2, + "default": "3", "summary": "system_event.external table open.total_waits: 3", "scope": "global", "metric_type": 1 @@ -27812,6 +30340,7 @@ "dbms": 19, "name": "global.system_event.external table open.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.external table open.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -27823,6 +30352,7 @@ "dbms": 19, "name": "global.system_event.external table open.wait_class", "vartype": 1, + "default": "User I/O", "summary": "system_event.external table open.wait_class: User I/O", "scope": "global", "metric_type": 2 @@ -27834,9 +30364,10 @@ "dbms": 19, "name": "global.system_event.external table open.wait_class#", "vartype": 2, + "default": "8", "summary": "system_event.external table open.wait_class#: 8", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -27845,6 +30376,7 @@ "dbms": 19, "name": "global.system_event.external table open.wait_class_id", "vartype": 2, + "default": "1740759767", "summary": "system_event.external table open.wait_class_id: 1740759767", "scope": "global", "metric_type": 1 @@ -27856,6 +30388,7 @@ "dbms": 19, "name": "global.system_event.external table read.average_wait", "vartype": 3, + "default": "350.69", "summary": "system_event.external table read.average_wait: 350.69", "scope": "global", "metric_type": 3 @@ -27867,6 +30400,7 @@ "dbms": 19, "name": "global.system_event.external table read.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.external table read.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -27878,6 +30412,7 @@ "dbms": 19, "name": "global.system_event.external table read.con_id", "vartype": 2, + "default": "0", "summary": "system_event.external table read.con_id: 0", "scope": "global", "metric_type": 1 @@ -27889,6 +30424,7 @@ "dbms": 19, "name": "global.system_event.external table read.event_id", "vartype": 2, + "default": "1850448852", "summary": "system_event.external table read.event_id: 1850448852", "scope": "global", "metric_type": 1 @@ -27900,6 +30436,7 @@ "dbms": 19, "name": "global.system_event.external table read.time_waited", "vartype": 2, + "default": "351", "summary": "system_event.external table read.time_waited: 351", "scope": "global", "metric_type": 1 @@ -27911,6 +30448,7 @@ "dbms": 19, "name": "global.system_event.external table read.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.external table read.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -27922,6 +30460,7 @@ "dbms": 19, "name": "global.system_event.external table read.time_waited_micro", "vartype": 2, + "default": "3506898", "summary": "system_event.external table read.time_waited_micro: 3506898", "scope": "global", "metric_type": 1 @@ -27933,6 +30472,7 @@ "dbms": 19, "name": "global.system_event.external table read.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.external table read.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -27944,6 +30484,7 @@ "dbms": 19, "name": "global.system_event.external table read.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.external table read.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -27955,6 +30496,7 @@ "dbms": 19, "name": "global.system_event.external table read.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.external table read.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -27966,6 +30508,7 @@ "dbms": 19, "name": "global.system_event.external table read.total_waits", "vartype": 2, + "default": "1", "summary": "system_event.external table read.total_waits: 1", "scope": "global", "metric_type": 1 @@ -27977,6 +30520,7 @@ "dbms": 19, "name": "global.system_event.external table read.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.external table read.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -27988,6 +30532,7 @@ "dbms": 19, "name": "global.system_event.external table read.wait_class", "vartype": 1, + "default": "User I/O", "summary": "system_event.external table read.wait_class: User I/O", "scope": "global", "metric_type": 2 @@ -27999,9 +30544,10 @@ "dbms": 19, "name": "global.system_event.external table read.wait_class#", "vartype": 2, + "default": "8", "summary": "system_event.external table read.wait_class#: 8", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -28010,6 +30556,7 @@ "dbms": 19, "name": "global.system_event.external table read.wait_class_id", "vartype": 2, + "default": "1740759767", "summary": "system_event.external table read.wait_class_id: 1740759767", "scope": "global", "metric_type": 1 @@ -28021,6 +30568,7 @@ "dbms": 19, "name": "global.system_event.external table write.average_wait", "vartype": 2, + "default": "0", "summary": "system_event.external table write.average_wait: 0", "scope": "global", "metric_type": 3 @@ -28032,6 +30580,7 @@ "dbms": 19, "name": "global.system_event.external table write.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.external table write.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -28043,6 +30592,7 @@ "dbms": 19, "name": "global.system_event.external table write.con_id", "vartype": 2, + "default": "0", "summary": "system_event.external table write.con_id: 0", "scope": "global", "metric_type": 1 @@ -28054,6 +30604,7 @@ "dbms": 19, "name": "global.system_event.external table write.event_id", "vartype": 2, + "default": "2573156426", "summary": "system_event.external table write.event_id: 2573156426", "scope": "global", "metric_type": 1 @@ -28065,6 +30616,7 @@ "dbms": 19, "name": "global.system_event.external table write.time_waited", "vartype": 2, + "default": "0", "summary": "system_event.external table write.time_waited: 0", "scope": "global", "metric_type": 1 @@ -28076,6 +30628,7 @@ "dbms": 19, "name": "global.system_event.external table write.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.external table write.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -28087,6 +30640,7 @@ "dbms": 19, "name": "global.system_event.external table write.time_waited_micro", "vartype": 2, + "default": "190", "summary": "system_event.external table write.time_waited_micro: 190", "scope": "global", "metric_type": 1 @@ -28098,6 +30652,7 @@ "dbms": 19, "name": "global.system_event.external table write.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.external table write.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -28109,6 +30664,7 @@ "dbms": 19, "name": "global.system_event.external table write.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.external table write.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -28120,6 +30676,7 @@ "dbms": 19, "name": "global.system_event.external table write.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.external table write.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -28131,6 +30688,7 @@ "dbms": 19, "name": "global.system_event.external table write.total_waits", "vartype": 2, + "default": "22", "summary": "system_event.external table write.total_waits: 22", "scope": "global", "metric_type": 1 @@ -28142,6 +30700,7 @@ "dbms": 19, "name": "global.system_event.external table write.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.external table write.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -28153,6 +30712,7 @@ "dbms": 19, "name": "global.system_event.external table write.wait_class", "vartype": 1, + "default": "User I/O", "summary": "system_event.external table write.wait_class: User I/O", "scope": "global", "metric_type": 2 @@ -28164,9 +30724,10 @@ "dbms": 19, "name": "global.system_event.external table write.wait_class#", "vartype": 2, + "default": "8", "summary": "system_event.external table write.wait_class#: 8", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -28175,6 +30736,7 @@ "dbms": 19, "name": "global.system_event.external table write.wait_class_id", "vartype": 2, + "default": "1740759767", "summary": "system_event.external table write.wait_class_id: 1740759767", "scope": "global", "metric_type": 1 @@ -28186,6 +30748,7 @@ "dbms": 19, "name": "global.system_event.heartbeat redo informer.average_wait", "vartype": 3, + "default": "100.05", "summary": "system_event.heartbeat redo informer.average_wait: 100.05", "scope": "global", "metric_type": 3 @@ -28197,6 +30760,7 @@ "dbms": 19, "name": "global.system_event.heartbeat redo informer.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.heartbeat redo informer.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -28208,6 +30772,7 @@ "dbms": 19, "name": "global.system_event.heartbeat redo informer.con_id", "vartype": 2, + "default": "0", "summary": "system_event.heartbeat redo informer.con_id: 0", "scope": "global", "metric_type": 1 @@ -28219,6 +30784,7 @@ "dbms": 19, "name": "global.system_event.heartbeat redo informer.event_id", "vartype": 2, + "default": "4233989021", "summary": "system_event.heartbeat redo informer.event_id: 4233989021", "scope": "global", "metric_type": 1 @@ -28230,6 +30796,7 @@ "dbms": 19, "name": "global.system_event.heartbeat redo informer.time_waited", "vartype": 2, + "default": "4903", "summary": "system_event.heartbeat redo informer.time_waited: 4903", "scope": "global", "metric_type": 1 @@ -28241,6 +30808,7 @@ "dbms": 19, "name": "global.system_event.heartbeat redo informer.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.heartbeat redo informer.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -28252,6 +30820,7 @@ "dbms": 19, "name": "global.system_event.heartbeat redo informer.time_waited_micro", "vartype": 2, + "default": "49026632", "summary": "system_event.heartbeat redo informer.time_waited_micro: 49026632", "scope": "global", "metric_type": 1 @@ -28263,6 +30832,7 @@ "dbms": 19, "name": "global.system_event.heartbeat redo informer.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.heartbeat redo informer.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -28274,6 +30844,7 @@ "dbms": 19, "name": "global.system_event.heartbeat redo informer.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.heartbeat redo informer.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -28285,6 +30856,7 @@ "dbms": 19, "name": "global.system_event.heartbeat redo informer.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.heartbeat redo informer.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -28296,6 +30868,7 @@ "dbms": 19, "name": "global.system_event.heartbeat redo informer.total_waits", "vartype": 2, + "default": "49", "summary": "system_event.heartbeat redo informer.total_waits: 49", "scope": "global", "metric_type": 1 @@ -28307,6 +30880,7 @@ "dbms": 19, "name": "global.system_event.heartbeat redo informer.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.heartbeat redo informer.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -28318,6 +30892,7 @@ "dbms": 19, "name": "global.system_event.heartbeat redo informer.wait_class", "vartype": 1, + "default": "Idle", "summary": "system_event.heartbeat redo informer.wait_class: Idle", "scope": "global", "metric_type": 2 @@ -28329,9 +30904,10 @@ "dbms": 19, "name": "global.system_event.heartbeat redo informer.wait_class#", "vartype": 2, + "default": "6", "summary": "system_event.heartbeat redo informer.wait_class#: 6", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -28340,6 +30916,7 @@ "dbms": 19, "name": "global.system_event.heartbeat redo informer.wait_class_id", "vartype": 2, + "default": "2723168908", "summary": "system_event.heartbeat redo informer.wait_class_id: 2723168908", "scope": "global", "metric_type": 1 @@ -28351,6 +30928,7 @@ "dbms": 19, "name": "global.system_event.index (re)build lock or pin object.average_wait", "vartype": 2, + "default": "0", "summary": "system_event.index (re)build lock or pin object.average_wait: 0", "scope": "global", "metric_type": 3 @@ -28362,6 +30940,7 @@ "dbms": 19, "name": "global.system_event.index (re)build lock or pin object.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.index (re)build lock or pin object.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -28373,6 +30952,7 @@ "dbms": 19, "name": "global.system_event.index (re)build lock or pin object.con_id", "vartype": 2, + "default": "0", "summary": "system_event.index (re)build lock or pin object.con_id: 0", "scope": "global", "metric_type": 1 @@ -28384,6 +30964,7 @@ "dbms": 19, "name": "global.system_event.index (re)build lock or pin object.event_id", "vartype": 2, + "default": "3347698104", "summary": "system_event.index (re)build lock or pin object.event_id: 3347698104", "scope": "global", "metric_type": 1 @@ -28395,6 +30976,7 @@ "dbms": 19, "name": "global.system_event.index (re)build lock or pin object.time_waited", "vartype": 2, + "default": "1", "summary": "system_event.index (re)build lock or pin object.time_waited: 1", "scope": "global", "metric_type": 1 @@ -28406,6 +30988,7 @@ "dbms": 19, "name": "global.system_event.index (re)build lock or pin object.time_waited_fg", "vartype": 2, + "default": "1", "summary": "system_event.index (re)build lock or pin object.time_waited_fg: 1", "scope": "global", "metric_type": 1 @@ -28417,6 +31000,7 @@ "dbms": 19, "name": "global.system_event.index (re)build lock or pin object.time_waited_micro", "vartype": 2, + "default": "5787", "summary": "system_event.index (re)build lock or pin object.time_waited_micro: 5787", "scope": "global", "metric_type": 1 @@ -28428,6 +31012,7 @@ "dbms": 19, "name": "global.system_event.index (re)build lock or pin object.time_waited_micro_fg", "vartype": 2, + "default": "5787", "summary": "system_event.index (re)build lock or pin object.time_waited_micro_fg: 5787", "scope": "global", "metric_type": 1 @@ -28439,6 +31024,7 @@ "dbms": 19, "name": "global.system_event.index (re)build lock or pin object.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.index (re)build lock or pin object.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -28450,6 +31036,7 @@ "dbms": 19, "name": "global.system_event.index (re)build lock or pin object.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.index (re)build lock or pin object.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -28461,6 +31048,7 @@ "dbms": 19, "name": "global.system_event.index (re)build lock or pin object.total_waits", "vartype": 2, + "default": "306", "summary": "system_event.index (re)build lock or pin object.total_waits: 306", "scope": "global", "metric_type": 1 @@ -28472,6 +31060,7 @@ "dbms": 19, "name": "global.system_event.index (re)build lock or pin object.total_waits_fg", "vartype": 2, + "default": "306", "summary": "system_event.index (re)build lock or pin object.total_waits_fg: 306", "scope": "global", "metric_type": 1 @@ -28483,6 +31072,7 @@ "dbms": 19, "name": "global.system_event.index (re)build lock or pin object.wait_class", "vartype": 1, + "default": "Administrative", "summary": "system_event.index (re)build lock or pin object.wait_class: Administrative", "scope": "global", "metric_type": 2 @@ -28494,9 +31084,10 @@ "dbms": 19, "name": "global.system_event.index (re)build lock or pin object.wait_class#", "vartype": 2, + "default": "3", "summary": "system_event.index (re)build lock or pin object.wait_class#: 3", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -28505,6 +31096,7 @@ "dbms": 19, "name": "global.system_event.index (re)build lock or pin object.wait_class_id", "vartype": 2, + "default": "4166625743", "summary": "system_event.index (re)build lock or pin object.wait_class_id: 4166625743", "scope": "global", "metric_type": 1 @@ -28516,6 +31108,7 @@ "dbms": 19, "name": "global.system_event.instance state change.average_wait", "vartype": 3, + "default": "0.01", "summary": "system_event.instance state change.average_wait: 0.01", "scope": "global", "metric_type": 3 @@ -28527,6 +31120,7 @@ "dbms": 19, "name": "global.system_event.instance state change.average_wait_fg", "vartype": 3, + "default": "0.01", "summary": "system_event.instance state change.average_wait_fg: 0.01", "scope": "global", "metric_type": 3 @@ -28538,6 +31132,7 @@ "dbms": 19, "name": "global.system_event.instance state change.con_id", "vartype": 2, + "default": "0", "summary": "system_event.instance state change.con_id: 0", "scope": "global", "metric_type": 1 @@ -28549,6 +31144,7 @@ "dbms": 19, "name": "global.system_event.instance state change.event_id", "vartype": 2, + "default": "1525267497", "summary": "system_event.instance state change.event_id: 1525267497", "scope": "global", "metric_type": 1 @@ -28560,6 +31156,7 @@ "dbms": 19, "name": "global.system_event.instance state change.time_waited", "vartype": 2, + "default": "0", "summary": "system_event.instance state change.time_waited: 0", "scope": "global", "metric_type": 1 @@ -28571,6 +31168,7 @@ "dbms": 19, "name": "global.system_event.instance state change.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.instance state change.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -28582,6 +31180,7 @@ "dbms": 19, "name": "global.system_event.instance state change.time_waited_micro", "vartype": 2, + "default": "360", "summary": "system_event.instance state change.time_waited_micro: 360", "scope": "global", "metric_type": 1 @@ -28593,6 +31192,7 @@ "dbms": 19, "name": "global.system_event.instance state change.time_waited_micro_fg", "vartype": 2, + "default": "360", "summary": "system_event.instance state change.time_waited_micro_fg: 360", "scope": "global", "metric_type": 1 @@ -28604,6 +31204,7 @@ "dbms": 19, "name": "global.system_event.instance state change.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.instance state change.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -28615,6 +31216,7 @@ "dbms": 19, "name": "global.system_event.instance state change.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.instance state change.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -28626,6 +31228,7 @@ "dbms": 19, "name": "global.system_event.instance state change.total_waits", "vartype": 2, + "default": "3", "summary": "system_event.instance state change.total_waits: 3", "scope": "global", "metric_type": 1 @@ -28637,6 +31240,7 @@ "dbms": 19, "name": "global.system_event.instance state change.total_waits_fg", "vartype": 2, + "default": "3", "summary": "system_event.instance state change.total_waits_fg: 3", "scope": "global", "metric_type": 1 @@ -28648,6 +31252,7 @@ "dbms": 19, "name": "global.system_event.instance state change.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.instance state change.wait_class: Other", "scope": "global", "metric_type": 2 @@ -28659,9 +31264,10 @@ "dbms": 19, "name": "global.system_event.instance state change.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.instance state change.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -28670,6 +31276,7 @@ "dbms": 19, "name": "global.system_event.instance state change.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.instance state change.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -28681,6 +31288,7 @@ "dbms": 19, "name": "global.system_event.kksfbc child completion.average_wait", "vartype": 3, + "default": "5.14", "summary": "system_event.kksfbc child completion.average_wait: 5.14", "scope": "global", "metric_type": 3 @@ -28692,6 +31300,7 @@ "dbms": 19, "name": "global.system_event.kksfbc child completion.average_wait_fg", "vartype": 3, + "default": "5.14", "summary": "system_event.kksfbc child completion.average_wait_fg: 5.14", "scope": "global", "metric_type": 3 @@ -28703,6 +31312,7 @@ "dbms": 19, "name": "global.system_event.kksfbc child completion.con_id", "vartype": 2, + "default": "0", "summary": "system_event.kksfbc child completion.con_id: 0", "scope": "global", "metric_type": 1 @@ -28714,6 +31324,7 @@ "dbms": 19, "name": "global.system_event.kksfbc child completion.event_id", "vartype": 2, + "default": "2679325", "summary": "system_event.kksfbc child completion.event_id: 2679325", "scope": "global", "metric_type": 1 @@ -28725,6 +31336,7 @@ "dbms": 19, "name": "global.system_event.kksfbc child completion.time_waited", "vartype": 2, + "default": "10", "summary": "system_event.kksfbc child completion.time_waited: 10", "scope": "global", "metric_type": 1 @@ -28736,6 +31348,7 @@ "dbms": 19, "name": "global.system_event.kksfbc child completion.time_waited_fg", "vartype": 2, + "default": "10", "summary": "system_event.kksfbc child completion.time_waited_fg: 10", "scope": "global", "metric_type": 1 @@ -28747,6 +31360,7 @@ "dbms": 19, "name": "global.system_event.kksfbc child completion.time_waited_micro", "vartype": 2, + "default": "102744", "summary": "system_event.kksfbc child completion.time_waited_micro: 102744", "scope": "global", "metric_type": 1 @@ -28758,6 +31372,7 @@ "dbms": 19, "name": "global.system_event.kksfbc child completion.time_waited_micro_fg", "vartype": 2, + "default": "102744", "summary": "system_event.kksfbc child completion.time_waited_micro_fg: 102744", "scope": "global", "metric_type": 1 @@ -28769,6 +31384,7 @@ "dbms": 19, "name": "global.system_event.kksfbc child completion.total_timeouts", "vartype": 2, + "default": "2", "summary": "system_event.kksfbc child completion.total_timeouts: 2", "scope": "global", "metric_type": 1 @@ -28780,6 +31396,7 @@ "dbms": 19, "name": "global.system_event.kksfbc child completion.total_timeouts_fg", "vartype": 2, + "default": "2", "summary": "system_event.kksfbc child completion.total_timeouts_fg: 2", "scope": "global", "metric_type": 1 @@ -28791,6 +31408,7 @@ "dbms": 19, "name": "global.system_event.kksfbc child completion.total_waits", "vartype": 2, + "default": "2", "summary": "system_event.kksfbc child completion.total_waits: 2", "scope": "global", "metric_type": 1 @@ -28802,6 +31420,7 @@ "dbms": 19, "name": "global.system_event.kksfbc child completion.total_waits_fg", "vartype": 2, + "default": "2", "summary": "system_event.kksfbc child completion.total_waits_fg: 2", "scope": "global", "metric_type": 1 @@ -28813,6 +31432,7 @@ "dbms": 19, "name": "global.system_event.kksfbc child completion.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.kksfbc child completion.wait_class: Other", "scope": "global", "metric_type": 2 @@ -28824,9 +31444,10 @@ "dbms": 19, "name": "global.system_event.kksfbc child completion.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.kksfbc child completion.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -28835,6 +31456,7 @@ "dbms": 19, "name": "global.system_event.kksfbc child completion.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.kksfbc child completion.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -28846,6 +31468,7 @@ "dbms": 19, "name": "global.system_event.ksv master wait.average_wait", "vartype": 3, + "default": "0.04", "summary": "system_event.ksv master wait.average_wait: 0.04", "scope": "global", "metric_type": 3 @@ -28857,6 +31480,7 @@ "dbms": 19, "name": "global.system_event.ksv master wait.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.ksv master wait.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -28868,6 +31492,7 @@ "dbms": 19, "name": "global.system_event.ksv master wait.con_id", "vartype": 2, + "default": "0", "summary": "system_event.ksv master wait.con_id: 0", "scope": "global", "metric_type": 1 @@ -28879,6 +31504,7 @@ "dbms": 19, "name": "global.system_event.ksv master wait.event_id", "vartype": 2, + "default": "1510356050", "summary": "system_event.ksv master wait.event_id: 1510356050", "scope": "global", "metric_type": 1 @@ -28890,6 +31516,7 @@ "dbms": 19, "name": "global.system_event.ksv master wait.time_waited", "vartype": 2, + "default": "1", "summary": "system_event.ksv master wait.time_waited: 1", "scope": "global", "metric_type": 1 @@ -28901,6 +31528,7 @@ "dbms": 19, "name": "global.system_event.ksv master wait.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.ksv master wait.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -28912,6 +31540,7 @@ "dbms": 19, "name": "global.system_event.ksv master wait.time_waited_micro", "vartype": 2, + "default": "5538", "summary": "system_event.ksv master wait.time_waited_micro: 5538", "scope": "global", "metric_type": 1 @@ -28923,6 +31552,7 @@ "dbms": 19, "name": "global.system_event.ksv master wait.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.ksv master wait.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -28934,6 +31564,7 @@ "dbms": 19, "name": "global.system_event.ksv master wait.total_timeouts", "vartype": 2, + "default": "15", "summary": "system_event.ksv master wait.total_timeouts: 15", "scope": "global", "metric_type": 1 @@ -28945,6 +31576,7 @@ "dbms": 19, "name": "global.system_event.ksv master wait.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.ksv master wait.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -28956,6 +31588,7 @@ "dbms": 19, "name": "global.system_event.ksv master wait.total_waits", "vartype": 2, + "default": "15", "summary": "system_event.ksv master wait.total_waits: 15", "scope": "global", "metric_type": 1 @@ -28967,6 +31600,7 @@ "dbms": 19, "name": "global.system_event.ksv master wait.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.ksv master wait.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -28978,6 +31612,7 @@ "dbms": 19, "name": "global.system_event.ksv master wait.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.ksv master wait.wait_class: Other", "scope": "global", "metric_type": 2 @@ -28989,9 +31624,10 @@ "dbms": 19, "name": "global.system_event.ksv master wait.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.ksv master wait.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -29000,6 +31636,7 @@ "dbms": 19, "name": "global.system_event.ksv master wait.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.ksv master wait.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -29011,6 +31648,7 @@ "dbms": 19, "name": "global.system_event.latch free.average_wait", "vartype": 3, + "default": "1.34", "summary": "system_event.latch free.average_wait: 1.34", "scope": "global", "metric_type": 3 @@ -29022,6 +31660,7 @@ "dbms": 19, "name": "global.system_event.latch free.average_wait_fg", "vartype": 3, + "default": "0.06", "summary": "system_event.latch free.average_wait_fg: 0.06", "scope": "global", "metric_type": 3 @@ -29033,6 +31672,7 @@ "dbms": 19, "name": "global.system_event.latch free.con_id", "vartype": 2, + "default": "0", "summary": "system_event.latch free.con_id: 0", "scope": "global", "metric_type": 1 @@ -29044,6 +31684,7 @@ "dbms": 19, "name": "global.system_event.latch free.event_id", "vartype": 2, + "default": "3474287957", "summary": "system_event.latch free.event_id: 3474287957", "scope": "global", "metric_type": 1 @@ -29055,6 +31696,7 @@ "dbms": 19, "name": "global.system_event.latch free.time_waited", "vartype": 2, + "default": "16", "summary": "system_event.latch free.time_waited: 16", "scope": "global", "metric_type": 1 @@ -29066,6 +31708,7 @@ "dbms": 19, "name": "global.system_event.latch free.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.latch free.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -29077,6 +31720,7 @@ "dbms": 19, "name": "global.system_event.latch free.time_waited_micro", "vartype": 2, + "default": "161208", "summary": "system_event.latch free.time_waited_micro: 161208", "scope": "global", "metric_type": 1 @@ -29088,6 +31732,7 @@ "dbms": 19, "name": "global.system_event.latch free.time_waited_micro_fg", "vartype": 2, + "default": "1175", "summary": "system_event.latch free.time_waited_micro_fg: 1175", "scope": "global", "metric_type": 1 @@ -29099,6 +31744,7 @@ "dbms": 19, "name": "global.system_event.latch free.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.latch free.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -29110,6 +31756,7 @@ "dbms": 19, "name": "global.system_event.latch free.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.latch free.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -29121,6 +31768,7 @@ "dbms": 19, "name": "global.system_event.latch free.total_waits", "vartype": 2, + "default": "12", "summary": "system_event.latch free.total_waits: 12", "scope": "global", "metric_type": 1 @@ -29132,6 +31780,7 @@ "dbms": 19, "name": "global.system_event.latch free.total_waits_fg", "vartype": 2, + "default": "2", "summary": "system_event.latch free.total_waits_fg: 2", "scope": "global", "metric_type": 1 @@ -29143,6 +31792,7 @@ "dbms": 19, "name": "global.system_event.latch free.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.latch free.wait_class: Other", "scope": "global", "metric_type": 2 @@ -29154,9 +31804,10 @@ "dbms": 19, "name": "global.system_event.latch free.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.latch free.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -29165,6 +31816,7 @@ "dbms": 19, "name": "global.system_event.latch free.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.latch free.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -29176,6 +31828,7 @@ "dbms": 19, "name": "global.system_event.latch: cache buffers chains.average_wait", "vartype": 3, + "default": "0.07", "summary": "system_event.latch: cache buffers chains.average_wait: 0.07", "scope": "global", "metric_type": 3 @@ -29187,6 +31840,7 @@ "dbms": 19, "name": "global.system_event.latch: cache buffers chains.average_wait_fg", "vartype": 3, + "default": "0.03", "summary": "system_event.latch: cache buffers chains.average_wait_fg: 0.03", "scope": "global", "metric_type": 3 @@ -29198,6 +31852,7 @@ "dbms": 19, "name": "global.system_event.latch: cache buffers chains.con_id", "vartype": 2, + "default": "0", "summary": "system_event.latch: cache buffers chains.con_id: 0", "scope": "global", "metric_type": 1 @@ -29209,6 +31864,7 @@ "dbms": 19, "name": "global.system_event.latch: cache buffers chains.event_id", "vartype": 2, + "default": "2779959231", "summary": "system_event.latch: cache buffers chains.event_id: 2779959231", "scope": "global", "metric_type": 1 @@ -29220,6 +31876,7 @@ "dbms": 19, "name": "global.system_event.latch: cache buffers chains.time_waited", "vartype": 2, + "default": "1", "summary": "system_event.latch: cache buffers chains.time_waited: 1", "scope": "global", "metric_type": 1 @@ -29231,6 +31888,7 @@ "dbms": 19, "name": "global.system_event.latch: cache buffers chains.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.latch: cache buffers chains.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -29242,6 +31900,7 @@ "dbms": 19, "name": "global.system_event.latch: cache buffers chains.time_waited_micro", "vartype": 2, + "default": "12398", "summary": "system_event.latch: cache buffers chains.time_waited_micro: 12398", "scope": "global", "metric_type": 1 @@ -29253,6 +31912,7 @@ "dbms": 19, "name": "global.system_event.latch: cache buffers chains.time_waited_micro_fg", "vartype": 2, + "default": "4505", "summary": "system_event.latch: cache buffers chains.time_waited_micro_fg: 4505", "scope": "global", "metric_type": 1 @@ -29264,6 +31924,7 @@ "dbms": 19, "name": "global.system_event.latch: cache buffers chains.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.latch: cache buffers chains.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -29275,6 +31936,7 @@ "dbms": 19, "name": "global.system_event.latch: cache buffers chains.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.latch: cache buffers chains.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -29286,6 +31948,7 @@ "dbms": 19, "name": "global.system_event.latch: cache buffers chains.total_waits", "vartype": 2, + "default": "19", "summary": "system_event.latch: cache buffers chains.total_waits: 19", "scope": "global", "metric_type": 1 @@ -29297,6 +31960,7 @@ "dbms": 19, "name": "global.system_event.latch: cache buffers chains.total_waits_fg", "vartype": 2, + "default": "18", "summary": "system_event.latch: cache buffers chains.total_waits_fg: 18", "scope": "global", "metric_type": 1 @@ -29308,6 +31972,7 @@ "dbms": 19, "name": "global.system_event.latch: cache buffers chains.wait_class", "vartype": 1, + "default": "Concurrency", "summary": "system_event.latch: cache buffers chains.wait_class: Concurrency", "scope": "global", "metric_type": 2 @@ -29319,9 +31984,10 @@ "dbms": 19, "name": "global.system_event.latch: cache buffers chains.wait_class#", "vartype": 2, + "default": "4", "summary": "system_event.latch: cache buffers chains.wait_class#: 4", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -29330,6 +31996,7 @@ "dbms": 19, "name": "global.system_event.latch: cache buffers chains.wait_class_id", "vartype": 2, + "default": "3875070507", "summary": "system_event.latch: cache buffers chains.wait_class_id: 3875070507", "scope": "global", "metric_type": 1 @@ -29341,6 +32008,7 @@ "dbms": 19, "name": "global.system_event.latch: cache buffers lru chain.average_wait", "vartype": 3, + "default": "0.01", "summary": "system_event.latch: cache buffers lru chain.average_wait: 0.01", "scope": "global", "metric_type": 3 @@ -29352,6 +32020,7 @@ "dbms": 19, "name": "global.system_event.latch: cache buffers lru chain.average_wait_fg", "vartype": 3, + "default": "0.01", "summary": "system_event.latch: cache buffers lru chain.average_wait_fg: 0.01", "scope": "global", "metric_type": 3 @@ -29363,6 +32032,7 @@ "dbms": 19, "name": "global.system_event.latch: cache buffers lru chain.con_id", "vartype": 2, + "default": "0", "summary": "system_event.latch: cache buffers lru chain.con_id: 0", "scope": "global", "metric_type": 1 @@ -29374,6 +32044,7 @@ "dbms": 19, "name": "global.system_event.latch: cache buffers lru chain.event_id", "vartype": 2, + "default": "3401628503", "summary": "system_event.latch: cache buffers lru chain.event_id: 3401628503", "scope": "global", "metric_type": 1 @@ -29385,6 +32056,7 @@ "dbms": 19, "name": "global.system_event.latch: cache buffers lru chain.time_waited", "vartype": 2, + "default": "0", "summary": "system_event.latch: cache buffers lru chain.time_waited: 0", "scope": "global", "metric_type": 1 @@ -29396,6 +32068,7 @@ "dbms": 19, "name": "global.system_event.latch: cache buffers lru chain.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.latch: cache buffers lru chain.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -29407,6 +32080,7 @@ "dbms": 19, "name": "global.system_event.latch: cache buffers lru chain.time_waited_micro", "vartype": 2, + "default": "354", "summary": "system_event.latch: cache buffers lru chain.time_waited_micro: 354", "scope": "global", "metric_type": 1 @@ -29418,6 +32092,7 @@ "dbms": 19, "name": "global.system_event.latch: cache buffers lru chain.time_waited_micro_fg", "vartype": 2, + "default": "354", "summary": "system_event.latch: cache buffers lru chain.time_waited_micro_fg: 354", "scope": "global", "metric_type": 1 @@ -29429,6 +32104,7 @@ "dbms": 19, "name": "global.system_event.latch: cache buffers lru chain.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.latch: cache buffers lru chain.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -29440,6 +32116,7 @@ "dbms": 19, "name": "global.system_event.latch: cache buffers lru chain.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.latch: cache buffers lru chain.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -29451,6 +32128,7 @@ "dbms": 19, "name": "global.system_event.latch: cache buffers lru chain.total_waits", "vartype": 2, + "default": "4", "summary": "system_event.latch: cache buffers lru chain.total_waits: 4", "scope": "global", "metric_type": 1 @@ -29462,6 +32140,7 @@ "dbms": 19, "name": "global.system_event.latch: cache buffers lru chain.total_waits_fg", "vartype": 2, + "default": "4", "summary": "system_event.latch: cache buffers lru chain.total_waits_fg: 4", "scope": "global", "metric_type": 1 @@ -29473,6 +32152,7 @@ "dbms": 19, "name": "global.system_event.latch: cache buffers lru chain.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.latch: cache buffers lru chain.wait_class: Other", "scope": "global", "metric_type": 2 @@ -29484,9 +32164,10 @@ "dbms": 19, "name": "global.system_event.latch: cache buffers lru chain.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.latch: cache buffers lru chain.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -29495,6 +32176,7 @@ "dbms": 19, "name": "global.system_event.latch: cache buffers lru chain.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.latch: cache buffers lru chain.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -29506,6 +32188,7 @@ "dbms": 19, "name": "global.system_event.latch: call allocation.average_wait", "vartype": 3, + "default": "0.03", "summary": "system_event.latch: call allocation.average_wait: 0.03", "scope": "global", "metric_type": 3 @@ -29517,6 +32200,7 @@ "dbms": 19, "name": "global.system_event.latch: call allocation.average_wait_fg", "vartype": 3, + "default": "0.03", "summary": "system_event.latch: call allocation.average_wait_fg: 0.03", "scope": "global", "metric_type": 3 @@ -29528,6 +32212,7 @@ "dbms": 19, "name": "global.system_event.latch: call allocation.con_id", "vartype": 2, + "default": "0", "summary": "system_event.latch: call allocation.con_id: 0", "scope": "global", "metric_type": 1 @@ -29539,6 +32224,7 @@ "dbms": 19, "name": "global.system_event.latch: call allocation.event_id", "vartype": 2, + "default": "139039345", "summary": "system_event.latch: call allocation.event_id: 139039345", "scope": "global", "metric_type": 1 @@ -29550,6 +32236,7 @@ "dbms": 19, "name": "global.system_event.latch: call allocation.time_waited", "vartype": 2, + "default": "0", "summary": "system_event.latch: call allocation.time_waited: 0", "scope": "global", "metric_type": 1 @@ -29561,6 +32248,7 @@ "dbms": 19, "name": "global.system_event.latch: call allocation.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.latch: call allocation.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -29572,6 +32260,7 @@ "dbms": 19, "name": "global.system_event.latch: call allocation.time_waited_micro", "vartype": 2, + "default": "2352", "summary": "system_event.latch: call allocation.time_waited_micro: 2352", "scope": "global", "metric_type": 1 @@ -29583,6 +32272,7 @@ "dbms": 19, "name": "global.system_event.latch: call allocation.time_waited_micro_fg", "vartype": 2, + "default": "2256", "summary": "system_event.latch: call allocation.time_waited_micro_fg: 2256", "scope": "global", "metric_type": 1 @@ -29594,6 +32284,7 @@ "dbms": 19, "name": "global.system_event.latch: call allocation.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.latch: call allocation.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -29605,6 +32296,7 @@ "dbms": 19, "name": "global.system_event.latch: call allocation.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.latch: call allocation.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -29616,6 +32308,7 @@ "dbms": 19, "name": "global.system_event.latch: call allocation.total_waits", "vartype": 2, + "default": "9", "summary": "system_event.latch: call allocation.total_waits: 9", "scope": "global", "metric_type": 1 @@ -29627,6 +32320,7 @@ "dbms": 19, "name": "global.system_event.latch: call allocation.total_waits_fg", "vartype": 2, + "default": "8", "summary": "system_event.latch: call allocation.total_waits_fg: 8", "scope": "global", "metric_type": 1 @@ -29638,6 +32332,7 @@ "dbms": 19, "name": "global.system_event.latch: call allocation.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.latch: call allocation.wait_class: Other", "scope": "global", "metric_type": 2 @@ -29649,9 +32344,10 @@ "dbms": 19, "name": "global.system_event.latch: call allocation.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.latch: call allocation.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -29660,6 +32356,7 @@ "dbms": 19, "name": "global.system_event.latch: call allocation.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.latch: call allocation.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -29671,6 +32368,7 @@ "dbms": 19, "name": "global.system_event.latch: enqueue hash chains.average_wait", "vartype": 3, + "default": "0.01", "summary": "system_event.latch: enqueue hash chains.average_wait: 0.01", "scope": "global", "metric_type": 3 @@ -29682,6 +32380,7 @@ "dbms": 19, "name": "global.system_event.latch: enqueue hash chains.average_wait_fg", "vartype": 3, + "default": "0.01", "summary": "system_event.latch: enqueue hash chains.average_wait_fg: 0.01", "scope": "global", "metric_type": 3 @@ -29693,6 +32392,7 @@ "dbms": 19, "name": "global.system_event.latch: enqueue hash chains.con_id", "vartype": 2, + "default": "0", "summary": "system_event.latch: enqueue hash chains.con_id: 0", "scope": "global", "metric_type": 1 @@ -29704,6 +32404,7 @@ "dbms": 19, "name": "global.system_event.latch: enqueue hash chains.event_id", "vartype": 2, + "default": "1847483002", "summary": "system_event.latch: enqueue hash chains.event_id: 1847483002", "scope": "global", "metric_type": 1 @@ -29715,6 +32416,7 @@ "dbms": 19, "name": "global.system_event.latch: enqueue hash chains.time_waited", "vartype": 2, + "default": "0", "summary": "system_event.latch: enqueue hash chains.time_waited: 0", "scope": "global", "metric_type": 1 @@ -29726,6 +32428,7 @@ "dbms": 19, "name": "global.system_event.latch: enqueue hash chains.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.latch: enqueue hash chains.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -29737,6 +32440,7 @@ "dbms": 19, "name": "global.system_event.latch: enqueue hash chains.time_waited_micro", "vartype": 2, + "default": "104", "summary": "system_event.latch: enqueue hash chains.time_waited_micro: 104", "scope": "global", "metric_type": 1 @@ -29748,6 +32452,7 @@ "dbms": 19, "name": "global.system_event.latch: enqueue hash chains.time_waited_micro_fg", "vartype": 2, + "default": "104", "summary": "system_event.latch: enqueue hash chains.time_waited_micro_fg: 104", "scope": "global", "metric_type": 1 @@ -29759,6 +32464,7 @@ "dbms": 19, "name": "global.system_event.latch: enqueue hash chains.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.latch: enqueue hash chains.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -29770,6 +32476,7 @@ "dbms": 19, "name": "global.system_event.latch: enqueue hash chains.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.latch: enqueue hash chains.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -29781,6 +32488,7 @@ "dbms": 19, "name": "global.system_event.latch: enqueue hash chains.total_waits", "vartype": 2, + "default": "1", "summary": "system_event.latch: enqueue hash chains.total_waits: 1", "scope": "global", "metric_type": 1 @@ -29792,6 +32500,7 @@ "dbms": 19, "name": "global.system_event.latch: enqueue hash chains.total_waits_fg", "vartype": 2, + "default": "1", "summary": "system_event.latch: enqueue hash chains.total_waits_fg: 1", "scope": "global", "metric_type": 1 @@ -29803,6 +32512,7 @@ "dbms": 19, "name": "global.system_event.latch: enqueue hash chains.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.latch: enqueue hash chains.wait_class: Other", "scope": "global", "metric_type": 2 @@ -29814,9 +32524,10 @@ "dbms": 19, "name": "global.system_event.latch: enqueue hash chains.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.latch: enqueue hash chains.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -29825,6 +32536,7 @@ "dbms": 19, "name": "global.system_event.latch: enqueue hash chains.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.latch: enqueue hash chains.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -29836,6 +32548,7 @@ "dbms": 19, "name": "global.system_event.latch: in memory undo latch.average_wait", "vartype": 3, + "default": "0.01", "summary": "system_event.latch: in memory undo latch.average_wait: 0.01", "scope": "global", "metric_type": 3 @@ -29847,6 +32560,7 @@ "dbms": 19, "name": "global.system_event.latch: in memory undo latch.average_wait_fg", "vartype": 3, + "default": "0.01", "summary": "system_event.latch: in memory undo latch.average_wait_fg: 0.01", "scope": "global", "metric_type": 3 @@ -29858,6 +32572,7 @@ "dbms": 19, "name": "global.system_event.latch: in memory undo latch.con_id", "vartype": 2, + "default": "0", "summary": "system_event.latch: in memory undo latch.con_id: 0", "scope": "global", "metric_type": 1 @@ -29869,6 +32584,7 @@ "dbms": 19, "name": "global.system_event.latch: in memory undo latch.event_id", "vartype": 2, + "default": "1394127552", "summary": "system_event.latch: in memory undo latch.event_id: 1394127552", "scope": "global", "metric_type": 1 @@ -29880,6 +32596,7 @@ "dbms": 19, "name": "global.system_event.latch: in memory undo latch.time_waited", "vartype": 2, + "default": "1", "summary": "system_event.latch: in memory undo latch.time_waited: 1", "scope": "global", "metric_type": 1 @@ -29891,6 +32608,7 @@ "dbms": 19, "name": "global.system_event.latch: in memory undo latch.time_waited_fg", "vartype": 2, + "default": "1", "summary": "system_event.latch: in memory undo latch.time_waited_fg: 1", "scope": "global", "metric_type": 1 @@ -29902,6 +32620,7 @@ "dbms": 19, "name": "global.system_event.latch: in memory undo latch.time_waited_micro", "vartype": 2, + "default": "5831", "summary": "system_event.latch: in memory undo latch.time_waited_micro: 5831", "scope": "global", "metric_type": 1 @@ -29913,6 +32632,7 @@ "dbms": 19, "name": "global.system_event.latch: in memory undo latch.time_waited_micro_fg", "vartype": 2, + "default": "5831", "summary": "system_event.latch: in memory undo latch.time_waited_micro_fg: 5831", "scope": "global", "metric_type": 1 @@ -29924,6 +32644,7 @@ "dbms": 19, "name": "global.system_event.latch: in memory undo latch.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.latch: in memory undo latch.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -29935,6 +32656,7 @@ "dbms": 19, "name": "global.system_event.latch: in memory undo latch.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.latch: in memory undo latch.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -29946,6 +32668,7 @@ "dbms": 19, "name": "global.system_event.latch: in memory undo latch.total_waits", "vartype": 2, + "default": "52", "summary": "system_event.latch: in memory undo latch.total_waits: 52", "scope": "global", "metric_type": 1 @@ -29957,6 +32680,7 @@ "dbms": 19, "name": "global.system_event.latch: in memory undo latch.total_waits_fg", "vartype": 2, + "default": "52", "summary": "system_event.latch: in memory undo latch.total_waits_fg: 52", "scope": "global", "metric_type": 1 @@ -29968,6 +32692,7 @@ "dbms": 19, "name": "global.system_event.latch: in memory undo latch.wait_class", "vartype": 1, + "default": "Concurrency", "summary": "system_event.latch: in memory undo latch.wait_class: Concurrency", "scope": "global", "metric_type": 2 @@ -29979,9 +32704,10 @@ "dbms": 19, "name": "global.system_event.latch: in memory undo latch.wait_class#", "vartype": 2, + "default": "4", "summary": "system_event.latch: in memory undo latch.wait_class#: 4", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -29990,6 +32716,7 @@ "dbms": 19, "name": "global.system_event.latch: in memory undo latch.wait_class_id", "vartype": 2, + "default": "3875070507", "summary": "system_event.latch: in memory undo latch.wait_class_id: 3875070507", "scope": "global", "metric_type": 1 @@ -30001,6 +32728,7 @@ "dbms": 19, "name": "global.system_event.latch: redo allocation.average_wait", "vartype": 3, + "default": "0.06", "summary": "system_event.latch: redo allocation.average_wait: 0.06", "scope": "global", "metric_type": 3 @@ -30012,6 +32740,7 @@ "dbms": 19, "name": "global.system_event.latch: redo allocation.average_wait_fg", "vartype": 3, + "default": "0.02", "summary": "system_event.latch: redo allocation.average_wait_fg: 0.02", "scope": "global", "metric_type": 3 @@ -30023,6 +32752,7 @@ "dbms": 19, "name": "global.system_event.latch: redo allocation.con_id", "vartype": 2, + "default": "0", "summary": "system_event.latch: redo allocation.con_id: 0", "scope": "global", "metric_type": 1 @@ -30034,6 +32764,7 @@ "dbms": 19, "name": "global.system_event.latch: redo allocation.event_id", "vartype": 2, + "default": "266850936", "summary": "system_event.latch: redo allocation.event_id: 266850936", "scope": "global", "metric_type": 1 @@ -30045,6 +32776,7 @@ "dbms": 19, "name": "global.system_event.latch: redo allocation.time_waited", "vartype": 2, + "default": "1", "summary": "system_event.latch: redo allocation.time_waited: 1", "scope": "global", "metric_type": 1 @@ -30056,6 +32788,7 @@ "dbms": 19, "name": "global.system_event.latch: redo allocation.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.latch: redo allocation.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -30067,6 +32800,7 @@ "dbms": 19, "name": "global.system_event.latch: redo allocation.time_waited_micro", "vartype": 2, + "default": "6281", "summary": "system_event.latch: redo allocation.time_waited_micro: 6281", "scope": "global", "metric_type": 1 @@ -30078,6 +32812,7 @@ "dbms": 19, "name": "global.system_event.latch: redo allocation.time_waited_micro_fg", "vartype": 2, + "default": "470", "summary": "system_event.latch: redo allocation.time_waited_micro_fg: 470", "scope": "global", "metric_type": 1 @@ -30089,6 +32824,7 @@ "dbms": 19, "name": "global.system_event.latch: redo allocation.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.latch: redo allocation.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -30100,6 +32836,7 @@ "dbms": 19, "name": "global.system_event.latch: redo allocation.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.latch: redo allocation.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -30111,6 +32848,7 @@ "dbms": 19, "name": "global.system_event.latch: redo allocation.total_waits", "vartype": 2, + "default": "10", "summary": "system_event.latch: redo allocation.total_waits: 10", "scope": "global", "metric_type": 1 @@ -30122,6 +32860,7 @@ "dbms": 19, "name": "global.system_event.latch: redo allocation.total_waits_fg", "vartype": 2, + "default": "3", "summary": "system_event.latch: redo allocation.total_waits_fg: 3", "scope": "global", "metric_type": 1 @@ -30133,6 +32872,7 @@ "dbms": 19, "name": "global.system_event.latch: redo allocation.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.latch: redo allocation.wait_class: Other", "scope": "global", "metric_type": 2 @@ -30144,9 +32884,10 @@ "dbms": 19, "name": "global.system_event.latch: redo allocation.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.latch: redo allocation.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -30155,6 +32896,7 @@ "dbms": 19, "name": "global.system_event.latch: redo allocation.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.latch: redo allocation.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -30166,6 +32908,7 @@ "dbms": 19, "name": "global.system_event.latch: session allocation.average_wait", "vartype": 3, + "default": "8.02", "summary": "system_event.latch: session allocation.average_wait: 8.02", "scope": "global", "metric_type": 3 @@ -30177,6 +32920,7 @@ "dbms": 19, "name": "global.system_event.latch: session allocation.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.latch: session allocation.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -30188,6 +32932,7 @@ "dbms": 19, "name": "global.system_event.latch: session allocation.con_id", "vartype": 2, + "default": "0", "summary": "system_event.latch: session allocation.con_id: 0", "scope": "global", "metric_type": 1 @@ -30199,6 +32944,7 @@ "dbms": 19, "name": "global.system_event.latch: session allocation.event_id", "vartype": 2, + "default": "2900750527", "summary": "system_event.latch: session allocation.event_id: 2900750527", "scope": "global", "metric_type": 1 @@ -30210,6 +32956,7 @@ "dbms": 19, "name": "global.system_event.latch: session allocation.time_waited", "vartype": 2, + "default": "8", "summary": "system_event.latch: session allocation.time_waited: 8", "scope": "global", "metric_type": 1 @@ -30221,6 +32968,7 @@ "dbms": 19, "name": "global.system_event.latch: session allocation.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.latch: session allocation.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -30232,6 +32980,7 @@ "dbms": 19, "name": "global.system_event.latch: session allocation.time_waited_micro", "vartype": 2, + "default": "80244", "summary": "system_event.latch: session allocation.time_waited_micro: 80244", "scope": "global", "metric_type": 1 @@ -30243,6 +32992,7 @@ "dbms": 19, "name": "global.system_event.latch: session allocation.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.latch: session allocation.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -30254,6 +33004,7 @@ "dbms": 19, "name": "global.system_event.latch: session allocation.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.latch: session allocation.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -30265,6 +33016,7 @@ "dbms": 19, "name": "global.system_event.latch: session allocation.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.latch: session allocation.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -30276,6 +33028,7 @@ "dbms": 19, "name": "global.system_event.latch: session allocation.total_waits", "vartype": 2, + "default": "1", "summary": "system_event.latch: session allocation.total_waits: 1", "scope": "global", "metric_type": 1 @@ -30287,6 +33040,7 @@ "dbms": 19, "name": "global.system_event.latch: session allocation.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.latch: session allocation.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -30298,6 +33052,7 @@ "dbms": 19, "name": "global.system_event.latch: session allocation.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.latch: session allocation.wait_class: Other", "scope": "global", "metric_type": 2 @@ -30309,9 +33064,10 @@ "dbms": 19, "name": "global.system_event.latch: session allocation.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.latch: session allocation.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -30320,6 +33076,7 @@ "dbms": 19, "name": "global.system_event.latch: session allocation.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.latch: session allocation.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -30331,6 +33088,7 @@ "dbms": 19, "name": "global.system_event.latch: shared pool.average_wait", "vartype": 3, + "default": "0.18", "summary": "system_event.latch: shared pool.average_wait: 0.18", "scope": "global", "metric_type": 3 @@ -30342,6 +33100,7 @@ "dbms": 19, "name": "global.system_event.latch: shared pool.average_wait_fg", "vartype": 3, + "default": "0.08", "summary": "system_event.latch: shared pool.average_wait_fg: 0.08", "scope": "global", "metric_type": 3 @@ -30353,6 +33112,7 @@ "dbms": 19, "name": "global.system_event.latch: shared pool.con_id", "vartype": 2, + "default": "0", "summary": "system_event.latch: shared pool.con_id: 0", "scope": "global", "metric_type": 1 @@ -30364,6 +33124,7 @@ "dbms": 19, "name": "global.system_event.latch: shared pool.event_id", "vartype": 2, + "default": "2696347763", "summary": "system_event.latch: shared pool.event_id: 2696347763", "scope": "global", "metric_type": 1 @@ -30375,6 +33136,7 @@ "dbms": 19, "name": "global.system_event.latch: shared pool.time_waited", "vartype": 2, + "default": "12", "summary": "system_event.latch: shared pool.time_waited: 12", "scope": "global", "metric_type": 1 @@ -30386,6 +33148,7 @@ "dbms": 19, "name": "global.system_event.latch: shared pool.time_waited_fg", "vartype": 2, + "default": "1", "summary": "system_event.latch: shared pool.time_waited_fg: 1", "scope": "global", "metric_type": 1 @@ -30397,6 +33160,7 @@ "dbms": 19, "name": "global.system_event.latch: shared pool.time_waited_micro", "vartype": 2, + "default": "118032", "summary": "system_event.latch: shared pool.time_waited_micro: 118032", "scope": "global", "metric_type": 1 @@ -30408,6 +33172,7 @@ "dbms": 19, "name": "global.system_event.latch: shared pool.time_waited_micro_fg", "vartype": 2, + "default": "10404", "summary": "system_event.latch: shared pool.time_waited_micro_fg: 10404", "scope": "global", "metric_type": 1 @@ -30419,6 +33184,7 @@ "dbms": 19, "name": "global.system_event.latch: shared pool.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.latch: shared pool.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -30430,6 +33196,7 @@ "dbms": 19, "name": "global.system_event.latch: shared pool.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.latch: shared pool.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -30441,6 +33208,7 @@ "dbms": 19, "name": "global.system_event.latch: shared pool.total_waits", "vartype": 2, + "default": "66", "summary": "system_event.latch: shared pool.total_waits: 66", "scope": "global", "metric_type": 1 @@ -30452,6 +33220,7 @@ "dbms": 19, "name": "global.system_event.latch: shared pool.total_waits_fg", "vartype": 2, + "default": "13", "summary": "system_event.latch: shared pool.total_waits_fg: 13", "scope": "global", "metric_type": 1 @@ -30463,6 +33232,7 @@ "dbms": 19, "name": "global.system_event.latch: shared pool.wait_class", "vartype": 1, + "default": "Concurrency", "summary": "system_event.latch: shared pool.wait_class: Concurrency", "scope": "global", "metric_type": 2 @@ -30474,9 +33244,10 @@ "dbms": 19, "name": "global.system_event.latch: shared pool.wait_class#", "vartype": 2, + "default": "4", "summary": "system_event.latch: shared pool.wait_class#: 4", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -30485,6 +33256,7 @@ "dbms": 19, "name": "global.system_event.latch: shared pool.wait_class_id", "vartype": 2, + "default": "3875070507", "summary": "system_event.latch: shared pool.wait_class_id: 3875070507", "scope": "global", "metric_type": 1 @@ -30496,6 +33268,7 @@ "dbms": 19, "name": "global.system_event.lgwr all worker groups.average_wait", "vartype": 3, + "default": "0.15", "summary": "system_event.lgwr all worker groups.average_wait: 0.15", "scope": "global", "metric_type": 3 @@ -30507,6 +33280,7 @@ "dbms": 19, "name": "global.system_event.lgwr all worker groups.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.lgwr all worker groups.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -30518,6 +33292,7 @@ "dbms": 19, "name": "global.system_event.lgwr all worker groups.con_id", "vartype": 2, + "default": "0", "summary": "system_event.lgwr all worker groups.con_id: 0", "scope": "global", "metric_type": 1 @@ -30529,6 +33304,7 @@ "dbms": 19, "name": "global.system_event.lgwr all worker groups.event_id", "vartype": 2, + "default": "1249397642", "summary": "system_event.lgwr all worker groups.event_id: 1249397642", "scope": "global", "metric_type": 1 @@ -30540,6 +33316,7 @@ "dbms": 19, "name": "global.system_event.lgwr all worker groups.time_waited", "vartype": 2, + "default": "76", "summary": "system_event.lgwr all worker groups.time_waited: 76", "scope": "global", "metric_type": 1 @@ -30551,6 +33328,7 @@ "dbms": 19, "name": "global.system_event.lgwr all worker groups.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.lgwr all worker groups.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -30562,6 +33340,7 @@ "dbms": 19, "name": "global.system_event.lgwr all worker groups.time_waited_micro", "vartype": 2, + "default": "764268", "summary": "system_event.lgwr all worker groups.time_waited_micro: 764268", "scope": "global", "metric_type": 1 @@ -30573,6 +33352,7 @@ "dbms": 19, "name": "global.system_event.lgwr all worker groups.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.lgwr all worker groups.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -30584,6 +33364,7 @@ "dbms": 19, "name": "global.system_event.lgwr all worker groups.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.lgwr all worker groups.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -30595,6 +33376,7 @@ "dbms": 19, "name": "global.system_event.lgwr all worker groups.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.lgwr all worker groups.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -30606,6 +33388,7 @@ "dbms": 19, "name": "global.system_event.lgwr all worker groups.total_waits", "vartype": 2, + "default": "522", "summary": "system_event.lgwr all worker groups.total_waits: 522", "scope": "global", "metric_type": 1 @@ -30617,6 +33400,7 @@ "dbms": 19, "name": "global.system_event.lgwr all worker groups.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.lgwr all worker groups.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -30628,6 +33412,7 @@ "dbms": 19, "name": "global.system_event.lgwr all worker groups.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.lgwr all worker groups.wait_class: Other", "scope": "global", "metric_type": 2 @@ -30639,9 +33424,10 @@ "dbms": 19, "name": "global.system_event.lgwr all worker groups.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.lgwr all worker groups.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -30650,6 +33436,7 @@ "dbms": 19, "name": "global.system_event.lgwr all worker groups.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.lgwr all worker groups.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -30661,6 +33448,7 @@ "dbms": 19, "name": "global.system_event.lgwr any worker group.average_wait", "vartype": 3, + "default": "0.05", "summary": "system_event.lgwr any worker group.average_wait: 0.05", "scope": "global", "metric_type": 3 @@ -30672,6 +33460,7 @@ "dbms": 19, "name": "global.system_event.lgwr any worker group.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.lgwr any worker group.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -30683,6 +33472,7 @@ "dbms": 19, "name": "global.system_event.lgwr any worker group.con_id", "vartype": 2, + "default": "0", "summary": "system_event.lgwr any worker group.con_id: 0", "scope": "global", "metric_type": 1 @@ -30694,6 +33484,7 @@ "dbms": 19, "name": "global.system_event.lgwr any worker group.event_id", "vartype": 2, + "default": "1793502753", "summary": "system_event.lgwr any worker group.event_id: 1793502753", "scope": "global", "metric_type": 1 @@ -30705,6 +33496,7 @@ "dbms": 19, "name": "global.system_event.lgwr any worker group.time_waited", "vartype": 2, + "default": "8", "summary": "system_event.lgwr any worker group.time_waited: 8", "scope": "global", "metric_type": 1 @@ -30716,6 +33508,7 @@ "dbms": 19, "name": "global.system_event.lgwr any worker group.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.lgwr any worker group.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -30727,6 +33520,7 @@ "dbms": 19, "name": "global.system_event.lgwr any worker group.time_waited_micro", "vartype": 2, + "default": "78343", "summary": "system_event.lgwr any worker group.time_waited_micro: 78343", "scope": "global", "metric_type": 1 @@ -30738,6 +33532,7 @@ "dbms": 19, "name": "global.system_event.lgwr any worker group.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.lgwr any worker group.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -30749,6 +33544,7 @@ "dbms": 19, "name": "global.system_event.lgwr any worker group.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.lgwr any worker group.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -30760,6 +33556,7 @@ "dbms": 19, "name": "global.system_event.lgwr any worker group.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.lgwr any worker group.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -30771,6 +33568,7 @@ "dbms": 19, "name": "global.system_event.lgwr any worker group.total_waits", "vartype": 2, + "default": "145", "summary": "system_event.lgwr any worker group.total_waits: 145", "scope": "global", "metric_type": 1 @@ -30782,6 +33580,7 @@ "dbms": 19, "name": "global.system_event.lgwr any worker group.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.lgwr any worker group.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -30793,6 +33592,7 @@ "dbms": 19, "name": "global.system_event.lgwr any worker group.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.lgwr any worker group.wait_class: Other", "scope": "global", "metric_type": 2 @@ -30804,9 +33604,10 @@ "dbms": 19, "name": "global.system_event.lgwr any worker group.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.lgwr any worker group.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -30815,6 +33616,7 @@ "dbms": 19, "name": "global.system_event.lgwr any worker group.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.lgwr any worker group.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -30826,6 +33628,7 @@ "dbms": 19, "name": "global.system_event.lgwr wait for redo copy.average_wait", "vartype": 3, + "default": "0.01", "summary": "system_event.lgwr wait for redo copy.average_wait: 0.01", "scope": "global", "metric_type": 3 @@ -30837,6 +33640,7 @@ "dbms": 19, "name": "global.system_event.lgwr wait for redo copy.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.lgwr wait for redo copy.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -30848,6 +33652,7 @@ "dbms": 19, "name": "global.system_event.lgwr wait for redo copy.con_id", "vartype": 2, + "default": "0", "summary": "system_event.lgwr wait for redo copy.con_id: 0", "scope": "global", "metric_type": 1 @@ -30859,6 +33664,7 @@ "dbms": 19, "name": "global.system_event.lgwr wait for redo copy.event_id", "vartype": 2, + "default": "4266849434", "summary": "system_event.lgwr wait for redo copy.event_id: 4266849434", "scope": "global", "metric_type": 1 @@ -30870,6 +33676,7 @@ "dbms": 19, "name": "global.system_event.lgwr wait for redo copy.time_waited", "vartype": 2, + "default": "0", "summary": "system_event.lgwr wait for redo copy.time_waited: 0", "scope": "global", "metric_type": 1 @@ -30881,6 +33688,7 @@ "dbms": 19, "name": "global.system_event.lgwr wait for redo copy.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.lgwr wait for redo copy.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -30892,6 +33700,7 @@ "dbms": 19, "name": "global.system_event.lgwr wait for redo copy.time_waited_micro", "vartype": 2, + "default": "358", "summary": "system_event.lgwr wait for redo copy.time_waited_micro: 358", "scope": "global", "metric_type": 1 @@ -30903,6 +33712,7 @@ "dbms": 19, "name": "global.system_event.lgwr wait for redo copy.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.lgwr wait for redo copy.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -30914,6 +33724,7 @@ "dbms": 19, "name": "global.system_event.lgwr wait for redo copy.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.lgwr wait for redo copy.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -30925,6 +33736,7 @@ "dbms": 19, "name": "global.system_event.lgwr wait for redo copy.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.lgwr wait for redo copy.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -30936,6 +33748,7 @@ "dbms": 19, "name": "global.system_event.lgwr wait for redo copy.total_waits", "vartype": 2, + "default": "4", "summary": "system_event.lgwr wait for redo copy.total_waits: 4", "scope": "global", "metric_type": 1 @@ -30947,6 +33760,7 @@ "dbms": 19, "name": "global.system_event.lgwr wait for redo copy.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.lgwr wait for redo copy.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -30958,6 +33772,7 @@ "dbms": 19, "name": "global.system_event.lgwr wait for redo copy.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.lgwr wait for redo copy.wait_class: Other", "scope": "global", "metric_type": 2 @@ -30969,9 +33784,10 @@ "dbms": 19, "name": "global.system_event.lgwr wait for redo copy.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.lgwr wait for redo copy.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -30980,6 +33796,7 @@ "dbms": 19, "name": "global.system_event.lgwr wait for redo copy.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.lgwr wait for redo copy.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -30991,6 +33808,7 @@ "dbms": 19, "name": "global.system_event.lgwr worker group idle.average_wait", "vartype": 3, + "default": "3.94", "summary": "system_event.lgwr worker group idle.average_wait: 3.94", "scope": "global", "metric_type": 3 @@ -31002,6 +33820,7 @@ "dbms": 19, "name": "global.system_event.lgwr worker group idle.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.lgwr worker group idle.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -31013,6 +33832,7 @@ "dbms": 19, "name": "global.system_event.lgwr worker group idle.con_id", "vartype": 2, + "default": "0", "summary": "system_event.lgwr worker group idle.con_id: 0", "scope": "global", "metric_type": 1 @@ -31024,6 +33844,7 @@ "dbms": 19, "name": "global.system_event.lgwr worker group idle.event_id", "vartype": 2, + "default": "91842589", "summary": "system_event.lgwr worker group idle.event_id: 91842589", "scope": "global", "metric_type": 1 @@ -31035,6 +33856,7 @@ "dbms": 19, "name": "global.system_event.lgwr worker group idle.time_waited", "vartype": 2, + "default": "10372", "summary": "system_event.lgwr worker group idle.time_waited: 10372", "scope": "global", "metric_type": 1 @@ -31046,6 +33868,7 @@ "dbms": 19, "name": "global.system_event.lgwr worker group idle.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.lgwr worker group idle.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -31057,6 +33880,7 @@ "dbms": 19, "name": "global.system_event.lgwr worker group idle.time_waited_micro", "vartype": 2, + "default": "103715939", "summary": "system_event.lgwr worker group idle.time_waited_micro: 103715939", "scope": "global", "metric_type": 1 @@ -31068,6 +33892,7 @@ "dbms": 19, "name": "global.system_event.lgwr worker group idle.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.lgwr worker group idle.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -31079,6 +33904,7 @@ "dbms": 19, "name": "global.system_event.lgwr worker group idle.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.lgwr worker group idle.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -31090,6 +33916,7 @@ "dbms": 19, "name": "global.system_event.lgwr worker group idle.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.lgwr worker group idle.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -31101,6 +33928,7 @@ "dbms": 19, "name": "global.system_event.lgwr worker group idle.total_waits", "vartype": 2, + "default": "2633", "summary": "system_event.lgwr worker group idle.total_waits: 2633", "scope": "global", "metric_type": 1 @@ -31112,6 +33940,7 @@ "dbms": 19, "name": "global.system_event.lgwr worker group idle.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.lgwr worker group idle.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -31123,6 +33952,7 @@ "dbms": 19, "name": "global.system_event.lgwr worker group idle.wait_class", "vartype": 1, + "default": "Idle", "summary": "system_event.lgwr worker group idle.wait_class: Idle", "scope": "global", "metric_type": 2 @@ -31134,9 +33964,10 @@ "dbms": 19, "name": "global.system_event.lgwr worker group idle.wait_class#", "vartype": 2, + "default": "6", "summary": "system_event.lgwr worker group idle.wait_class#: 6", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -31145,6 +33976,7 @@ "dbms": 19, "name": "global.system_event.lgwr worker group idle.wait_class_id", "vartype": 2, + "default": "2723168908", "summary": "system_event.lgwr worker group idle.wait_class_id: 2723168908", "scope": "global", "metric_type": 1 @@ -31156,6 +33988,7 @@ "dbms": 19, "name": "global.system_event.lgwr worker group ordering.average_wait", "vartype": 3, + "default": "0.03", "summary": "system_event.lgwr worker group ordering.average_wait: 0.03", "scope": "global", "metric_type": 3 @@ -31167,6 +34000,7 @@ "dbms": 19, "name": "global.system_event.lgwr worker group ordering.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.lgwr worker group ordering.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -31178,6 +34012,7 @@ "dbms": 19, "name": "global.system_event.lgwr worker group ordering.con_id", "vartype": 2, + "default": "0", "summary": "system_event.lgwr worker group ordering.con_id: 0", "scope": "global", "metric_type": 1 @@ -31189,6 +34024,7 @@ "dbms": 19, "name": "global.system_event.lgwr worker group ordering.event_id", "vartype": 2, + "default": "3116432628", "summary": "system_event.lgwr worker group ordering.event_id: 3116432628", "scope": "global", "metric_type": 1 @@ -31200,6 +34036,7 @@ "dbms": 19, "name": "global.system_event.lgwr worker group ordering.time_waited", "vartype": 2, + "default": "2", "summary": "system_event.lgwr worker group ordering.time_waited: 2", "scope": "global", "metric_type": 1 @@ -31211,6 +34048,7 @@ "dbms": 19, "name": "global.system_event.lgwr worker group ordering.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.lgwr worker group ordering.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -31222,6 +34060,7 @@ "dbms": 19, "name": "global.system_event.lgwr worker group ordering.time_waited_micro", "vartype": 2, + "default": "19429", "summary": "system_event.lgwr worker group ordering.time_waited_micro: 19429", "scope": "global", "metric_type": 1 @@ -31233,6 +34072,7 @@ "dbms": 19, "name": "global.system_event.lgwr worker group ordering.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.lgwr worker group ordering.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -31244,6 +34084,7 @@ "dbms": 19, "name": "global.system_event.lgwr worker group ordering.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.lgwr worker group ordering.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -31255,6 +34096,7 @@ "dbms": 19, "name": "global.system_event.lgwr worker group ordering.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.lgwr worker group ordering.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -31266,6 +34108,7 @@ "dbms": 19, "name": "global.system_event.lgwr worker group ordering.total_waits", "vartype": 2, + "default": "56", "summary": "system_event.lgwr worker group ordering.total_waits: 56", "scope": "global", "metric_type": 1 @@ -31277,6 +34120,7 @@ "dbms": 19, "name": "global.system_event.lgwr worker group ordering.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.lgwr worker group ordering.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -31288,6 +34132,7 @@ "dbms": 19, "name": "global.system_event.lgwr worker group ordering.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.lgwr worker group ordering.wait_class: Other", "scope": "global", "metric_type": 2 @@ -31299,9 +34144,10 @@ "dbms": 19, "name": "global.system_event.lgwr worker group ordering.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.lgwr worker group ordering.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -31310,6 +34156,7 @@ "dbms": 19, "name": "global.system_event.lgwr worker group ordering.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.lgwr worker group ordering.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -31321,6 +34168,7 @@ "dbms": 19, "name": "global.system_event.library cache load lock.average_wait", "vartype": 3, + "default": "0.57", "summary": "system_event.library cache load lock.average_wait: 0.57", "scope": "global", "metric_type": 3 @@ -31332,6 +34180,7 @@ "dbms": 19, "name": "global.system_event.library cache load lock.average_wait_fg", "vartype": 3, + "default": "0.04", "summary": "system_event.library cache load lock.average_wait_fg: 0.04", "scope": "global", "metric_type": 3 @@ -31343,6 +34192,7 @@ "dbms": 19, "name": "global.system_event.library cache load lock.con_id", "vartype": 2, + "default": "0", "summary": "system_event.library cache load lock.con_id: 0", "scope": "global", "metric_type": 1 @@ -31354,6 +34204,7 @@ "dbms": 19, "name": "global.system_event.library cache load lock.event_id", "vartype": 2, + "default": "2952162927", "summary": "system_event.library cache load lock.event_id: 2952162927", "scope": "global", "metric_type": 1 @@ -31365,6 +34216,7 @@ "dbms": 19, "name": "global.system_event.library cache load lock.time_waited", "vartype": 2, + "default": "6", "summary": "system_event.library cache load lock.time_waited: 6", "scope": "global", "metric_type": 1 @@ -31376,6 +34228,7 @@ "dbms": 19, "name": "global.system_event.library cache load lock.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.library cache load lock.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -31387,6 +34240,7 @@ "dbms": 19, "name": "global.system_event.library cache load lock.time_waited_micro", "vartype": 2, + "default": "56634", "summary": "system_event.library cache load lock.time_waited_micro: 56634", "scope": "global", "metric_type": 1 @@ -31398,6 +34252,7 @@ "dbms": 19, "name": "global.system_event.library cache load lock.time_waited_micro_fg", "vartype": 2, + "default": "2484", "summary": "system_event.library cache load lock.time_waited_micro_fg: 2484", "scope": "global", "metric_type": 1 @@ -31409,6 +34264,7 @@ "dbms": 19, "name": "global.system_event.library cache load lock.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.library cache load lock.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -31420,6 +34276,7 @@ "dbms": 19, "name": "global.system_event.library cache load lock.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.library cache load lock.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -31431,6 +34288,7 @@ "dbms": 19, "name": "global.system_event.library cache load lock.total_waits", "vartype": 2, + "default": "10", "summary": "system_event.library cache load lock.total_waits: 10", "scope": "global", "metric_type": 1 @@ -31442,6 +34300,7 @@ "dbms": 19, "name": "global.system_event.library cache load lock.total_waits_fg", "vartype": 2, + "default": "7", "summary": "system_event.library cache load lock.total_waits_fg: 7", "scope": "global", "metric_type": 1 @@ -31453,6 +34312,7 @@ "dbms": 19, "name": "global.system_event.library cache load lock.wait_class", "vartype": 1, + "default": "Concurrency", "summary": "system_event.library cache load lock.wait_class: Concurrency", "scope": "global", "metric_type": 2 @@ -31464,9 +34324,10 @@ "dbms": 19, "name": "global.system_event.library cache load lock.wait_class#", "vartype": 2, + "default": "4", "summary": "system_event.library cache load lock.wait_class#: 4", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -31475,6 +34336,7 @@ "dbms": 19, "name": "global.system_event.library cache load lock.wait_class_id", "vartype": 2, + "default": "3875070507", "summary": "system_event.library cache load lock.wait_class_id: 3875070507", "scope": "global", "metric_type": 1 @@ -31486,6 +34348,7 @@ "dbms": 19, "name": "global.system_event.library cache lock.average_wait", "vartype": 3, + "default": "0.03", "summary": "system_event.library cache lock.average_wait: 0.03", "scope": "global", "metric_type": 3 @@ -31497,6 +34360,7 @@ "dbms": 19, "name": "global.system_event.library cache lock.average_wait_fg", "vartype": 3, + "default": "0.03", "summary": "system_event.library cache lock.average_wait_fg: 0.03", "scope": "global", "metric_type": 3 @@ -31508,6 +34372,7 @@ "dbms": 19, "name": "global.system_event.library cache lock.con_id", "vartype": 2, + "default": "0", "summary": "system_event.library cache lock.con_id: 0", "scope": "global", "metric_type": 1 @@ -31519,6 +34384,7 @@ "dbms": 19, "name": "global.system_event.library cache lock.event_id", "vartype": 2, + "default": "916468430", "summary": "system_event.library cache lock.event_id: 916468430", "scope": "global", "metric_type": 1 @@ -31530,6 +34396,7 @@ "dbms": 19, "name": "global.system_event.library cache lock.time_waited", "vartype": 2, + "default": "0", "summary": "system_event.library cache lock.time_waited: 0", "scope": "global", "metric_type": 1 @@ -31541,6 +34408,7 @@ "dbms": 19, "name": "global.system_event.library cache lock.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.library cache lock.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -31552,6 +34420,7 @@ "dbms": 19, "name": "global.system_event.library cache lock.time_waited_micro", "vartype": 2, + "default": "627", "summary": "system_event.library cache lock.time_waited_micro: 627", "scope": "global", "metric_type": 1 @@ -31563,6 +34432,7 @@ "dbms": 19, "name": "global.system_event.library cache lock.time_waited_micro_fg", "vartype": 2, + "default": "627", "summary": "system_event.library cache lock.time_waited_micro_fg: 627", "scope": "global", "metric_type": 1 @@ -31574,6 +34444,7 @@ "dbms": 19, "name": "global.system_event.library cache lock.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.library cache lock.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -31585,6 +34456,7 @@ "dbms": 19, "name": "global.system_event.library cache lock.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.library cache lock.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -31596,6 +34468,7 @@ "dbms": 19, "name": "global.system_event.library cache lock.total_waits", "vartype": 2, + "default": "2", "summary": "system_event.library cache lock.total_waits: 2", "scope": "global", "metric_type": 1 @@ -31607,6 +34480,7 @@ "dbms": 19, "name": "global.system_event.library cache lock.total_waits_fg", "vartype": 2, + "default": "2", "summary": "system_event.library cache lock.total_waits_fg: 2", "scope": "global", "metric_type": 1 @@ -31618,6 +34492,7 @@ "dbms": 19, "name": "global.system_event.library cache lock.wait_class", "vartype": 1, + "default": "Concurrency", "summary": "system_event.library cache lock.wait_class: Concurrency", "scope": "global", "metric_type": 2 @@ -31629,9 +34504,10 @@ "dbms": 19, "name": "global.system_event.library cache lock.wait_class#", "vartype": 2, + "default": "4", "summary": "system_event.library cache lock.wait_class#: 4", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -31640,6 +34516,7 @@ "dbms": 19, "name": "global.system_event.library cache lock.wait_class_id", "vartype": 2, + "default": "3875070507", "summary": "system_event.library cache lock.wait_class_id: 3875070507", "scope": "global", "metric_type": 1 @@ -31651,6 +34528,7 @@ "dbms": 19, "name": "global.system_event.library cache: bucket mutex x.average_wait", "vartype": 2, + "default": "0", "summary": "system_event.library cache: bucket mutex x.average_wait: 0", "scope": "global", "metric_type": 3 @@ -31662,6 +34540,7 @@ "dbms": 19, "name": "global.system_event.library cache: bucket mutex x.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.library cache: bucket mutex x.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -31673,6 +34552,7 @@ "dbms": 19, "name": "global.system_event.library cache: bucket mutex x.con_id", "vartype": 2, + "default": "0", "summary": "system_event.library cache: bucket mutex x.con_id: 0", "scope": "global", "metric_type": 1 @@ -31684,6 +34564,7 @@ "dbms": 19, "name": "global.system_event.library cache: bucket mutex x.event_id", "vartype": 2, + "default": "2601513493", "summary": "system_event.library cache: bucket mutex x.event_id: 2601513493", "scope": "global", "metric_type": 1 @@ -31695,6 +34576,7 @@ "dbms": 19, "name": "global.system_event.library cache: bucket mutex x.time_waited", "vartype": 2, + "default": "0", "summary": "system_event.library cache: bucket mutex x.time_waited: 0", "scope": "global", "metric_type": 1 @@ -31706,6 +34588,7 @@ "dbms": 19, "name": "global.system_event.library cache: bucket mutex x.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.library cache: bucket mutex x.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -31717,6 +34600,7 @@ "dbms": 19, "name": "global.system_event.library cache: bucket mutex x.time_waited_micro", "vartype": 2, + "default": "96", "summary": "system_event.library cache: bucket mutex x.time_waited_micro: 96", "scope": "global", "metric_type": 1 @@ -31728,6 +34612,7 @@ "dbms": 19, "name": "global.system_event.library cache: bucket mutex x.time_waited_micro_fg", "vartype": 2, + "default": "96", "summary": "system_event.library cache: bucket mutex x.time_waited_micro_fg: 96", "scope": "global", "metric_type": 1 @@ -31739,6 +34624,7 @@ "dbms": 19, "name": "global.system_event.library cache: bucket mutex x.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.library cache: bucket mutex x.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -31750,6 +34636,7 @@ "dbms": 19, "name": "global.system_event.library cache: bucket mutex x.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.library cache: bucket mutex x.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -31761,6 +34648,7 @@ "dbms": 19, "name": "global.system_event.library cache: bucket mutex x.total_waits", "vartype": 2, + "default": "2", "summary": "system_event.library cache: bucket mutex x.total_waits: 2", "scope": "global", "metric_type": 1 @@ -31772,6 +34660,7 @@ "dbms": 19, "name": "global.system_event.library cache: bucket mutex x.total_waits_fg", "vartype": 2, + "default": "2", "summary": "system_event.library cache: bucket mutex x.total_waits_fg: 2", "scope": "global", "metric_type": 1 @@ -31783,6 +34672,7 @@ "dbms": 19, "name": "global.system_event.library cache: bucket mutex x.wait_class", "vartype": 1, + "default": "Concurrency", "summary": "system_event.library cache: bucket mutex x.wait_class: Concurrency", "scope": "global", "metric_type": 2 @@ -31794,9 +34684,10 @@ "dbms": 19, "name": "global.system_event.library cache: bucket mutex x.wait_class#", "vartype": 2, + "default": "4", "summary": "system_event.library cache: bucket mutex x.wait_class#: 4", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -31805,6 +34696,7 @@ "dbms": 19, "name": "global.system_event.library cache: bucket mutex x.wait_class_id", "vartype": 2, + "default": "3875070507", "summary": "system_event.library cache: bucket mutex x.wait_class_id: 3875070507", "scope": "global", "metric_type": 1 @@ -31816,6 +34708,7 @@ "dbms": 19, "name": "global.system_event.library cache: mutex x.average_wait", "vartype": 3, + "default": "0.07", "summary": "system_event.library cache: mutex x.average_wait: 0.07", "scope": "global", "metric_type": 3 @@ -31827,6 +34720,7 @@ "dbms": 19, "name": "global.system_event.library cache: mutex x.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.library cache: mutex x.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -31838,6 +34732,7 @@ "dbms": 19, "name": "global.system_event.library cache: mutex x.con_id", "vartype": 2, + "default": "0", "summary": "system_event.library cache: mutex x.con_id: 0", "scope": "global", "metric_type": 1 @@ -31849,6 +34744,7 @@ "dbms": 19, "name": "global.system_event.library cache: mutex x.event_id", "vartype": 2, + "default": "1646780882", "summary": "system_event.library cache: mutex x.event_id: 1646780882", "scope": "global", "metric_type": 1 @@ -31860,6 +34756,7 @@ "dbms": 19, "name": "global.system_event.library cache: mutex x.time_waited", "vartype": 2, + "default": "1", "summary": "system_event.library cache: mutex x.time_waited: 1", "scope": "global", "metric_type": 1 @@ -31871,6 +34768,7 @@ "dbms": 19, "name": "global.system_event.library cache: mutex x.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.library cache: mutex x.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -31882,6 +34780,7 @@ "dbms": 19, "name": "global.system_event.library cache: mutex x.time_waited_micro", "vartype": 2, + "default": "9256", "summary": "system_event.library cache: mutex x.time_waited_micro: 9256", "scope": "global", "metric_type": 1 @@ -31893,6 +34792,7 @@ "dbms": 19, "name": "global.system_event.library cache: mutex x.time_waited_micro_fg", "vartype": 2, + "default": "351", "summary": "system_event.library cache: mutex x.time_waited_micro_fg: 351", "scope": "global", "metric_type": 1 @@ -31904,6 +34804,7 @@ "dbms": 19, "name": "global.system_event.library cache: mutex x.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.library cache: mutex x.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -31915,6 +34816,7 @@ "dbms": 19, "name": "global.system_event.library cache: mutex x.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.library cache: mutex x.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -31926,6 +34828,7 @@ "dbms": 19, "name": "global.system_event.library cache: mutex x.total_waits", "vartype": 2, + "default": "14", "summary": "system_event.library cache: mutex x.total_waits: 14", "scope": "global", "metric_type": 1 @@ -31937,6 +34840,7 @@ "dbms": 19, "name": "global.system_event.library cache: mutex x.total_waits_fg", "vartype": 2, + "default": "12", "summary": "system_event.library cache: mutex x.total_waits_fg: 12", "scope": "global", "metric_type": 1 @@ -31948,6 +34852,7 @@ "dbms": 19, "name": "global.system_event.library cache: mutex x.wait_class", "vartype": 1, + "default": "Concurrency", "summary": "system_event.library cache: mutex x.wait_class: Concurrency", "scope": "global", "metric_type": 2 @@ -31959,9 +34864,10 @@ "dbms": 19, "name": "global.system_event.library cache: mutex x.wait_class#", "vartype": 2, + "default": "4", "summary": "system_event.library cache: mutex x.wait_class#: 4", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -31970,6 +34876,7 @@ "dbms": 19, "name": "global.system_event.library cache: mutex x.wait_class_id", "vartype": 2, + "default": "3875070507", "summary": "system_event.library cache: mutex x.wait_class_id: 3875070507", "scope": "global", "metric_type": 1 @@ -31981,6 +34888,7 @@ "dbms": 19, "name": "global.system_event.log file parallel write.average_wait", "vartype": 3, + "default": "0.12", "summary": "system_event.log file parallel write.average_wait: 0.12", "scope": "global", "metric_type": 3 @@ -31992,6 +34900,7 @@ "dbms": 19, "name": "global.system_event.log file parallel write.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.log file parallel write.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -32003,6 +34912,7 @@ "dbms": 19, "name": "global.system_event.log file parallel write.con_id", "vartype": 2, + "default": "0", "summary": "system_event.log file parallel write.con_id: 0", "scope": "global", "metric_type": 1 @@ -32014,6 +34924,7 @@ "dbms": 19, "name": "global.system_event.log file parallel write.event_id", "vartype": 2, + "default": "3999721902", "summary": "system_event.log file parallel write.event_id: 3999721902", "scope": "global", "metric_type": 1 @@ -32025,6 +34936,7 @@ "dbms": 19, "name": "global.system_event.log file parallel write.time_waited", "vartype": 2, + "default": "308", "summary": "system_event.log file parallel write.time_waited: 308", "scope": "global", "metric_type": 1 @@ -32036,6 +34948,7 @@ "dbms": 19, "name": "global.system_event.log file parallel write.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.log file parallel write.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -32047,6 +34960,7 @@ "dbms": 19, "name": "global.system_event.log file parallel write.time_waited_micro", "vartype": 2, + "default": "3078142", "summary": "system_event.log file parallel write.time_waited_micro: 3078142", "scope": "global", "metric_type": 1 @@ -32058,6 +34972,7 @@ "dbms": 19, "name": "global.system_event.log file parallel write.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.log file parallel write.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -32069,6 +34984,7 @@ "dbms": 19, "name": "global.system_event.log file parallel write.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.log file parallel write.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -32080,6 +34996,7 @@ "dbms": 19, "name": "global.system_event.log file parallel write.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.log file parallel write.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -32091,6 +35008,7 @@ "dbms": 19, "name": "global.system_event.log file parallel write.total_waits", "vartype": 2, + "default": "2659", "summary": "system_event.log file parallel write.total_waits: 2659", "scope": "global", "metric_type": 1 @@ -32102,6 +35020,7 @@ "dbms": 19, "name": "global.system_event.log file parallel write.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.log file parallel write.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -32113,6 +35032,7 @@ "dbms": 19, "name": "global.system_event.log file parallel write.wait_class", "vartype": 1, + "default": "System I/O", "summary": "system_event.log file parallel write.wait_class: System I/O", "scope": "global", "metric_type": 2 @@ -32124,9 +35044,10 @@ "dbms": 19, "name": "global.system_event.log file parallel write.wait_class#", "vartype": 2, + "default": "9", "summary": "system_event.log file parallel write.wait_class#: 9", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -32135,6 +35056,7 @@ "dbms": 19, "name": "global.system_event.log file parallel write.wait_class_id", "vartype": 2, + "default": "4108307767", "summary": "system_event.log file parallel write.wait_class_id: 4108307767", "scope": "global", "metric_type": 1 @@ -32146,6 +35068,7 @@ "dbms": 19, "name": "global.system_event.log file sequential read.average_wait", "vartype": 2, + "default": "0", "summary": "system_event.log file sequential read.average_wait: 0", "scope": "global", "metric_type": 3 @@ -32157,6 +35080,7 @@ "dbms": 19, "name": "global.system_event.log file sequential read.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.log file sequential read.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -32168,6 +35092,7 @@ "dbms": 19, "name": "global.system_event.log file sequential read.con_id", "vartype": 2, + "default": "0", "summary": "system_event.log file sequential read.con_id: 0", "scope": "global", "metric_type": 1 @@ -32179,6 +35104,7 @@ "dbms": 19, "name": "global.system_event.log file sequential read.event_id", "vartype": 2, + "default": "549236675", "summary": "system_event.log file sequential read.event_id: 549236675", "scope": "global", "metric_type": 1 @@ -32190,6 +35116,7 @@ "dbms": 19, "name": "global.system_event.log file sequential read.time_waited", "vartype": 2, + "default": "0", "summary": "system_event.log file sequential read.time_waited: 0", "scope": "global", "metric_type": 1 @@ -32201,6 +35128,7 @@ "dbms": 19, "name": "global.system_event.log file sequential read.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.log file sequential read.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -32212,6 +35140,7 @@ "dbms": 19, "name": "global.system_event.log file sequential read.time_waited_micro", "vartype": 2, + "default": "45", "summary": "system_event.log file sequential read.time_waited_micro: 45", "scope": "global", "metric_type": 1 @@ -32223,6 +35152,7 @@ "dbms": 19, "name": "global.system_event.log file sequential read.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.log file sequential read.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -32234,6 +35164,7 @@ "dbms": 19, "name": "global.system_event.log file sequential read.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.log file sequential read.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -32245,6 +35176,7 @@ "dbms": 19, "name": "global.system_event.log file sequential read.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.log file sequential read.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -32256,6 +35188,7 @@ "dbms": 19, "name": "global.system_event.log file sequential read.total_waits", "vartype": 2, + "default": "4", "summary": "system_event.log file sequential read.total_waits: 4", "scope": "global", "metric_type": 1 @@ -32267,6 +35200,7 @@ "dbms": 19, "name": "global.system_event.log file sequential read.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.log file sequential read.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -32278,6 +35212,7 @@ "dbms": 19, "name": "global.system_event.log file sequential read.wait_class", "vartype": 1, + "default": "System I/O", "summary": "system_event.log file sequential read.wait_class: System I/O", "scope": "global", "metric_type": 2 @@ -32289,9 +35224,10 @@ "dbms": 19, "name": "global.system_event.log file sequential read.wait_class#", "vartype": 2, + "default": "9", "summary": "system_event.log file sequential read.wait_class#: 9", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -32300,6 +35236,7 @@ "dbms": 19, "name": "global.system_event.log file sequential read.wait_class_id", "vartype": 2, + "default": "4108307767", "summary": "system_event.log file sequential read.wait_class_id: 4108307767", "scope": "global", "metric_type": 1 @@ -32311,6 +35248,7 @@ "dbms": 19, "name": "global.system_event.log file single write.average_wait", "vartype": 3, + "default": "0.06", "summary": "system_event.log file single write.average_wait: 0.06", "scope": "global", "metric_type": 3 @@ -32322,6 +35260,7 @@ "dbms": 19, "name": "global.system_event.log file single write.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.log file single write.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -32333,6 +35272,7 @@ "dbms": 19, "name": "global.system_event.log file single write.con_id", "vartype": 2, + "default": "0", "summary": "system_event.log file single write.con_id: 0", "scope": "global", "metric_type": 1 @@ -32344,6 +35284,7 @@ "dbms": 19, "name": "global.system_event.log file single write.event_id", "vartype": 2, + "default": "215477332", "summary": "system_event.log file single write.event_id: 215477332", "scope": "global", "metric_type": 1 @@ -32355,6 +35296,7 @@ "dbms": 19, "name": "global.system_event.log file single write.time_waited", "vartype": 2, + "default": "0", "summary": "system_event.log file single write.time_waited: 0", "scope": "global", "metric_type": 1 @@ -32366,6 +35308,7 @@ "dbms": 19, "name": "global.system_event.log file single write.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.log file single write.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -32377,6 +35320,7 @@ "dbms": 19, "name": "global.system_event.log file single write.time_waited_micro", "vartype": 2, + "default": "2353", "summary": "system_event.log file single write.time_waited_micro: 2353", "scope": "global", "metric_type": 1 @@ -32388,6 +35332,7 @@ "dbms": 19, "name": "global.system_event.log file single write.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.log file single write.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -32399,6 +35344,7 @@ "dbms": 19, "name": "global.system_event.log file single write.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.log file single write.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -32410,6 +35356,7 @@ "dbms": 19, "name": "global.system_event.log file single write.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.log file single write.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -32421,6 +35368,7 @@ "dbms": 19, "name": "global.system_event.log file single write.total_waits", "vartype": 2, + "default": "4", "summary": "system_event.log file single write.total_waits: 4", "scope": "global", "metric_type": 1 @@ -32432,6 +35380,7 @@ "dbms": 19, "name": "global.system_event.log file single write.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.log file single write.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -32443,6 +35392,7 @@ "dbms": 19, "name": "global.system_event.log file single write.wait_class", "vartype": 1, + "default": "System I/O", "summary": "system_event.log file single write.wait_class: System I/O", "scope": "global", "metric_type": 2 @@ -32454,9 +35404,10 @@ "dbms": 19, "name": "global.system_event.log file single write.wait_class#", "vartype": 2, + "default": "9", "summary": "system_event.log file single write.wait_class#: 9", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -32465,6 +35416,7 @@ "dbms": 19, "name": "global.system_event.log file single write.wait_class_id", "vartype": 2, + "default": "4108307767", "summary": "system_event.log file single write.wait_class_id: 4108307767", "scope": "global", "metric_type": 1 @@ -32476,6 +35428,7 @@ "dbms": 19, "name": "global.system_event.log file sync.average_wait", "vartype": 3, + "default": "0.16", "summary": "system_event.log file sync.average_wait: 0.16", "scope": "global", "metric_type": 3 @@ -32487,6 +35440,7 @@ "dbms": 19, "name": "global.system_event.log file sync.average_wait_fg", "vartype": 3, + "default": "0.16", "summary": "system_event.log file sync.average_wait_fg: 0.16", "scope": "global", "metric_type": 3 @@ -32498,6 +35452,7 @@ "dbms": 19, "name": "global.system_event.log file sync.con_id", "vartype": 2, + "default": "0", "summary": "system_event.log file sync.con_id: 0", "scope": "global", "metric_type": 1 @@ -32509,6 +35464,7 @@ "dbms": 19, "name": "global.system_event.log file sync.event_id", "vartype": 2, + "default": "1328744198", "summary": "system_event.log file sync.event_id: 1328744198", "scope": "global", "metric_type": 1 @@ -32520,6 +35476,7 @@ "dbms": 19, "name": "global.system_event.log file sync.time_waited", "vartype": 2, + "default": "357", "summary": "system_event.log file sync.time_waited: 357", "scope": "global", "metric_type": 1 @@ -32531,6 +35488,7 @@ "dbms": 19, "name": "global.system_event.log file sync.time_waited_fg", "vartype": 2, + "default": "357", "summary": "system_event.log file sync.time_waited_fg: 357", "scope": "global", "metric_type": 1 @@ -32542,6 +35500,7 @@ "dbms": 19, "name": "global.system_event.log file sync.time_waited_micro", "vartype": 2, + "default": "3574351", "summary": "system_event.log file sync.time_waited_micro: 3574351", "scope": "global", "metric_type": 1 @@ -32553,6 +35512,7 @@ "dbms": 19, "name": "global.system_event.log file sync.time_waited_micro_fg", "vartype": 2, + "default": "3573417", "summary": "system_event.log file sync.time_waited_micro_fg: 3573417", "scope": "global", "metric_type": 1 @@ -32564,6 +35524,7 @@ "dbms": 19, "name": "global.system_event.log file sync.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.log file sync.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -32575,6 +35536,7 @@ "dbms": 19, "name": "global.system_event.log file sync.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.log file sync.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -32586,6 +35548,7 @@ "dbms": 19, "name": "global.system_event.log file sync.total_waits", "vartype": 2, + "default": "2200", "summary": "system_event.log file sync.total_waits: 2200", "scope": "global", "metric_type": 1 @@ -32597,6 +35560,7 @@ "dbms": 19, "name": "global.system_event.log file sync.total_waits_fg", "vartype": 2, + "default": "2199", "summary": "system_event.log file sync.total_waits_fg: 2199", "scope": "global", "metric_type": 1 @@ -32608,6 +35572,7 @@ "dbms": 19, "name": "global.system_event.log file sync.wait_class", "vartype": 1, + "default": "Commit", "summary": "system_event.log file sync.wait_class: Commit", "scope": "global", "metric_type": 2 @@ -32619,9 +35584,10 @@ "dbms": 19, "name": "global.system_event.log file sync.wait_class#", "vartype": 2, + "default": "5", "summary": "system_event.log file sync.wait_class#: 5", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -32630,6 +35596,7 @@ "dbms": 19, "name": "global.system_event.log file sync.wait_class_id", "vartype": 2, + "default": "3386400367", "summary": "system_event.log file sync.wait_class_id: 3386400367", "scope": "global", "metric_type": 1 @@ -32641,6 +35608,7 @@ "dbms": 19, "name": "global.system_event.lreg timer.average_wait", "vartype": 3, + "default": "222.73", "summary": "system_event.lreg timer.average_wait: 222.73", "scope": "global", "metric_type": 3 @@ -32652,6 +35620,7 @@ "dbms": 19, "name": "global.system_event.lreg timer.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.lreg timer.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -32663,6 +35632,7 @@ "dbms": 19, "name": "global.system_event.lreg timer.con_id", "vartype": 2, + "default": "0", "summary": "system_event.lreg timer.con_id: 0", "scope": "global", "metric_type": 1 @@ -32674,6 +35644,7 @@ "dbms": 19, "name": "global.system_event.lreg timer.event_id", "vartype": 2, + "default": "3113908805", "summary": "system_event.lreg timer.event_id: 3113908805", "scope": "global", "metric_type": 1 @@ -32685,6 +35656,7 @@ "dbms": 19, "name": "global.system_event.lreg timer.time_waited", "vartype": 2, + "default": "5346", "summary": "system_event.lreg timer.time_waited: 5346", "scope": "global", "metric_type": 1 @@ -32696,6 +35668,7 @@ "dbms": 19, "name": "global.system_event.lreg timer.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.lreg timer.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -32707,6 +35680,7 @@ "dbms": 19, "name": "global.system_event.lreg timer.time_waited_micro", "vartype": 2, + "default": "53456079", "summary": "system_event.lreg timer.time_waited_micro: 53456079", "scope": "global", "metric_type": 1 @@ -32718,6 +35692,7 @@ "dbms": 19, "name": "global.system_event.lreg timer.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.lreg timer.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -32729,6 +35704,7 @@ "dbms": 19, "name": "global.system_event.lreg timer.total_timeouts", "vartype": 2, + "default": "16", "summary": "system_event.lreg timer.total_timeouts: 16", "scope": "global", "metric_type": 1 @@ -32740,6 +35716,7 @@ "dbms": 19, "name": "global.system_event.lreg timer.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.lreg timer.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -32751,6 +35728,7 @@ "dbms": 19, "name": "global.system_event.lreg timer.total_waits", "vartype": 2, + "default": "24", "summary": "system_event.lreg timer.total_waits: 24", "scope": "global", "metric_type": 1 @@ -32762,6 +35740,7 @@ "dbms": 19, "name": "global.system_event.lreg timer.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.lreg timer.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -32773,6 +35752,7 @@ "dbms": 19, "name": "global.system_event.lreg timer.wait_class", "vartype": 1, + "default": "Idle", "summary": "system_event.lreg timer.wait_class: Idle", "scope": "global", "metric_type": 2 @@ -32784,9 +35764,10 @@ "dbms": 19, "name": "global.system_event.lreg timer.wait_class#", "vartype": 2, + "default": "6", "summary": "system_event.lreg timer.wait_class#: 6", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -32795,6 +35776,7 @@ "dbms": 19, "name": "global.system_event.lreg timer.wait_class_id", "vartype": 2, + "default": "2723168908", "summary": "system_event.lreg timer.wait_class_id: 2723168908", "scope": "global", "metric_type": 1 @@ -32806,6 +35788,7 @@ "dbms": 19, "name": "global.system_event.ofs idle.average_wait", "vartype": 3, + "default": "271.17", "summary": "system_event.ofs idle.average_wait: 271.17", "scope": "global", "metric_type": 3 @@ -32817,6 +35800,7 @@ "dbms": 19, "name": "global.system_event.ofs idle.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.ofs idle.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -32828,6 +35812,7 @@ "dbms": 19, "name": "global.system_event.ofs idle.con_id", "vartype": 2, + "default": "0", "summary": "system_event.ofs idle.con_id: 0", "scope": "global", "metric_type": 1 @@ -32839,6 +35824,7 @@ "dbms": 19, "name": "global.system_event.ofs idle.event_id", "vartype": 2, + "default": "1048659203", "summary": "system_event.ofs idle.event_id: 1048659203", "scope": "global", "metric_type": 1 @@ -32850,6 +35836,7 @@ "dbms": 19, "name": "global.system_event.ofs idle.time_waited", "vartype": 2, + "default": "5152", "summary": "system_event.ofs idle.time_waited: 5152", "scope": "global", "metric_type": 1 @@ -32861,6 +35848,7 @@ "dbms": 19, "name": "global.system_event.ofs idle.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.ofs idle.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -32872,6 +35860,7 @@ "dbms": 19, "name": "global.system_event.ofs idle.time_waited_micro", "vartype": 2, + "default": "51522108", "summary": "system_event.ofs idle.time_waited_micro: 51522108", "scope": "global", "metric_type": 1 @@ -32883,6 +35872,7 @@ "dbms": 19, "name": "global.system_event.ofs idle.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.ofs idle.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -32894,6 +35884,7 @@ "dbms": 19, "name": "global.system_event.ofs idle.total_timeouts", "vartype": 2, + "default": "16", "summary": "system_event.ofs idle.total_timeouts: 16", "scope": "global", "metric_type": 1 @@ -32905,6 +35896,7 @@ "dbms": 19, "name": "global.system_event.ofs idle.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.ofs idle.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -32916,6 +35908,7 @@ "dbms": 19, "name": "global.system_event.ofs idle.total_waits", "vartype": 2, + "default": "19", "summary": "system_event.ofs idle.total_waits: 19", "scope": "global", "metric_type": 1 @@ -32927,6 +35920,7 @@ "dbms": 19, "name": "global.system_event.ofs idle.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.ofs idle.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -32938,6 +35932,7 @@ "dbms": 19, "name": "global.system_event.ofs idle.wait_class", "vartype": 1, + "default": "Idle", "summary": "system_event.ofs idle.wait_class: Idle", "scope": "global", "metric_type": 2 @@ -32949,9 +35944,10 @@ "dbms": 19, "name": "global.system_event.ofs idle.wait_class#", "vartype": 2, + "default": "6", "summary": "system_event.ofs idle.wait_class#: 6", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -32960,6 +35956,7 @@ "dbms": 19, "name": "global.system_event.ofs idle.wait_class_id", "vartype": 2, + "default": "2723168908", "summary": "system_event.ofs idle.wait_class_id: 2723168908", "scope": "global", "metric_type": 1 @@ -32971,6 +35968,7 @@ "dbms": 19, "name": "global.system_event.ofs operation completion.average_wait", "vartype": 3, + "default": "0.02", "summary": "system_event.ofs operation completion.average_wait: 0.02", "scope": "global", "metric_type": 3 @@ -32982,6 +35980,7 @@ "dbms": 19, "name": "global.system_event.ofs operation completion.average_wait_fg", "vartype": 3, + "default": "0.02", "summary": "system_event.ofs operation completion.average_wait_fg: 0.02", "scope": "global", "metric_type": 3 @@ -32993,6 +35992,7 @@ "dbms": 19, "name": "global.system_event.ofs operation completion.con_id", "vartype": 2, + "default": "0", "summary": "system_event.ofs operation completion.con_id: 0", "scope": "global", "metric_type": 1 @@ -33004,6 +36004,7 @@ "dbms": 19, "name": "global.system_event.ofs operation completion.event_id", "vartype": 2, + "default": "303766224", "summary": "system_event.ofs operation completion.event_id: 303766224", "scope": "global", "metric_type": 1 @@ -33015,6 +36016,7 @@ "dbms": 19, "name": "global.system_event.ofs operation completion.time_waited", "vartype": 2, + "default": "0", "summary": "system_event.ofs operation completion.time_waited: 0", "scope": "global", "metric_type": 1 @@ -33026,6 +36028,7 @@ "dbms": 19, "name": "global.system_event.ofs operation completion.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.ofs operation completion.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -33037,6 +36040,7 @@ "dbms": 19, "name": "global.system_event.ofs operation completion.time_waited_micro", "vartype": 2, + "default": "235", "summary": "system_event.ofs operation completion.time_waited_micro: 235", "scope": "global", "metric_type": 1 @@ -33048,6 +36052,7 @@ "dbms": 19, "name": "global.system_event.ofs operation completion.time_waited_micro_fg", "vartype": 2, + "default": "235", "summary": "system_event.ofs operation completion.time_waited_micro_fg: 235", "scope": "global", "metric_type": 1 @@ -33059,6 +36064,7 @@ "dbms": 19, "name": "global.system_event.ofs operation completion.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.ofs operation completion.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -33070,6 +36076,7 @@ "dbms": 19, "name": "global.system_event.ofs operation completion.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.ofs operation completion.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -33081,6 +36088,7 @@ "dbms": 19, "name": "global.system_event.ofs operation completion.total_waits", "vartype": 2, + "default": "1", "summary": "system_event.ofs operation completion.total_waits: 1", "scope": "global", "metric_type": 1 @@ -33092,6 +36100,7 @@ "dbms": 19, "name": "global.system_event.ofs operation completion.total_waits_fg", "vartype": 2, + "default": "1", "summary": "system_event.ofs operation completion.total_waits_fg: 1", "scope": "global", "metric_type": 1 @@ -33103,6 +36112,7 @@ "dbms": 19, "name": "global.system_event.ofs operation completion.wait_class", "vartype": 1, + "default": "Administrative", "summary": "system_event.ofs operation completion.wait_class: Administrative", "scope": "global", "metric_type": 2 @@ -33114,9 +36124,10 @@ "dbms": 19, "name": "global.system_event.ofs operation completion.wait_class#", "vartype": 2, + "default": "3", "summary": "system_event.ofs operation completion.wait_class#: 3", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -33125,6 +36136,7 @@ "dbms": 19, "name": "global.system_event.ofs operation completion.wait_class_id", "vartype": 2, + "default": "4166625743", "summary": "system_event.ofs operation completion.wait_class_id: 4166625743", "scope": "global", "metric_type": 1 @@ -33136,6 +36148,7 @@ "dbms": 19, "name": "global.system_event.oracle thread bootstrap.average_wait", "vartype": 3, + "default": "3.18", "summary": "system_event.oracle thread bootstrap.average_wait: 3.18", "scope": "global", "metric_type": 3 @@ -33147,6 +36160,7 @@ "dbms": 19, "name": "global.system_event.oracle thread bootstrap.average_wait_fg", "vartype": 3, + "default": "4.96", "summary": "system_event.oracle thread bootstrap.average_wait_fg: 4.96", "scope": "global", "metric_type": 3 @@ -33158,6 +36172,7 @@ "dbms": 19, "name": "global.system_event.oracle thread bootstrap.con_id", "vartype": 2, + "default": "0", "summary": "system_event.oracle thread bootstrap.con_id: 0", "scope": "global", "metric_type": 1 @@ -33169,6 +36184,7 @@ "dbms": 19, "name": "global.system_event.oracle thread bootstrap.event_id", "vartype": 2, + "default": "4097944222", "summary": "system_event.oracle thread bootstrap.event_id: 4097944222", "scope": "global", "metric_type": 1 @@ -33180,6 +36196,7 @@ "dbms": 19, "name": "global.system_event.oracle thread bootstrap.time_waited", "vartype": 2, + "default": "257", "summary": "system_event.oracle thread bootstrap.time_waited: 257", "scope": "global", "metric_type": 1 @@ -33191,6 +36208,7 @@ "dbms": 19, "name": "global.system_event.oracle thread bootstrap.time_waited_fg", "vartype": 2, + "default": "149", "summary": "system_event.oracle thread bootstrap.time_waited_fg: 149", "scope": "global", "metric_type": 1 @@ -33202,6 +36220,7 @@ "dbms": 19, "name": "global.system_event.oracle thread bootstrap.time_waited_micro", "vartype": 2, + "default": "2571975", "summary": "system_event.oracle thread bootstrap.time_waited_micro: 2571975", "scope": "global", "metric_type": 1 @@ -33213,6 +36232,7 @@ "dbms": 19, "name": "global.system_event.oracle thread bootstrap.time_waited_micro_fg", "vartype": 2, + "default": "1486865", "summary": "system_event.oracle thread bootstrap.time_waited_micro_fg: 1486865", "scope": "global", "metric_type": 1 @@ -33224,6 +36244,7 @@ "dbms": 19, "name": "global.system_event.oracle thread bootstrap.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.oracle thread bootstrap.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -33235,6 +36256,7 @@ "dbms": 19, "name": "global.system_event.oracle thread bootstrap.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.oracle thread bootstrap.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -33246,6 +36268,7 @@ "dbms": 19, "name": "global.system_event.oracle thread bootstrap.total_waits", "vartype": 2, + "default": "81", "summary": "system_event.oracle thread bootstrap.total_waits: 81", "scope": "global", "metric_type": 1 @@ -33257,6 +36280,7 @@ "dbms": 19, "name": "global.system_event.oracle thread bootstrap.total_waits_fg", "vartype": 2, + "default": "30", "summary": "system_event.oracle thread bootstrap.total_waits_fg: 30", "scope": "global", "metric_type": 1 @@ -33268,6 +36292,7 @@ "dbms": 19, "name": "global.system_event.oracle thread bootstrap.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.oracle thread bootstrap.wait_class: Other", "scope": "global", "metric_type": 2 @@ -33279,9 +36304,10 @@ "dbms": 19, "name": "global.system_event.oracle thread bootstrap.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.oracle thread bootstrap.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -33290,6 +36316,7 @@ "dbms": 19, "name": "global.system_event.oracle thread bootstrap.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.oracle thread bootstrap.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -33301,6 +36328,7 @@ "dbms": 19, "name": "global.system_event.os thread creation.average_wait", "vartype": 3, + "default": "0.28", "summary": "system_event.os thread creation.average_wait: 0.28", "scope": "global", "metric_type": 3 @@ -33312,6 +36340,7 @@ "dbms": 19, "name": "global.system_event.os thread creation.average_wait_fg", "vartype": 3, + "default": "0.12", "summary": "system_event.os thread creation.average_wait_fg: 0.12", "scope": "global", "metric_type": 3 @@ -33323,6 +36352,7 @@ "dbms": 19, "name": "global.system_event.os thread creation.con_id", "vartype": 2, + "default": "0", "summary": "system_event.os thread creation.con_id: 0", "scope": "global", "metric_type": 1 @@ -33334,6 +36364,7 @@ "dbms": 19, "name": "global.system_event.os thread creation.event_id", "vartype": 2, + "default": "2423447952", "summary": "system_event.os thread creation.event_id: 2423447952", "scope": "global", "metric_type": 1 @@ -33345,6 +36376,7 @@ "dbms": 19, "name": "global.system_event.os thread creation.time_waited", "vartype": 2, + "default": "24", "summary": "system_event.os thread creation.time_waited: 24", "scope": "global", "metric_type": 1 @@ -33356,6 +36388,7 @@ "dbms": 19, "name": "global.system_event.os thread creation.time_waited_fg", "vartype": 2, + "default": "1", "summary": "system_event.os thread creation.time_waited_fg: 1", "scope": "global", "metric_type": 1 @@ -33367,6 +36400,7 @@ "dbms": 19, "name": "global.system_event.os thread creation.time_waited_micro", "vartype": 2, + "default": "235885", "summary": "system_event.os thread creation.time_waited_micro: 235885", "scope": "global", "metric_type": 1 @@ -33378,6 +36412,7 @@ "dbms": 19, "name": "global.system_event.os thread creation.time_waited_micro_fg", "vartype": 2, + "default": "5825", "summary": "system_event.os thread creation.time_waited_micro_fg: 5825", "scope": "global", "metric_type": 1 @@ -33389,6 +36424,7 @@ "dbms": 19, "name": "global.system_event.os thread creation.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.os thread creation.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -33400,6 +36436,7 @@ "dbms": 19, "name": "global.system_event.os thread creation.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.os thread creation.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -33411,6 +36448,7 @@ "dbms": 19, "name": "global.system_event.os thread creation.total_waits", "vartype": 2, + "default": "83", "summary": "system_event.os thread creation.total_waits: 83", "scope": "global", "metric_type": 1 @@ -33422,6 +36460,7 @@ "dbms": 19, "name": "global.system_event.os thread creation.total_waits_fg", "vartype": 2, + "default": "5", "summary": "system_event.os thread creation.total_waits_fg: 5", "scope": "global", "metric_type": 1 @@ -33433,6 +36472,7 @@ "dbms": 19, "name": "global.system_event.os thread creation.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.os thread creation.wait_class: Other", "scope": "global", "metric_type": 2 @@ -33444,9 +36484,10 @@ "dbms": 19, "name": "global.system_event.os thread creation.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.os thread creation.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -33455,6 +36496,7 @@ "dbms": 19, "name": "global.system_event.os thread creation.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.os thread creation.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -33466,6 +36508,7 @@ "dbms": 19, "name": "global.system_event.parameter file i/o.average_wait", "vartype": 3, + "default": "0.04", "summary": "system_event.parameter file i/o.average_wait: 0.04", "scope": "global", "metric_type": 3 @@ -33477,6 +36520,7 @@ "dbms": 19, "name": "global.system_event.parameter file i/o.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.parameter file i/o.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -33488,6 +36532,7 @@ "dbms": 19, "name": "global.system_event.parameter file i/o.con_id", "vartype": 2, + "default": "0", "summary": "system_event.parameter file i/o.con_id: 0", "scope": "global", "metric_type": 1 @@ -33499,6 +36544,7 @@ "dbms": 19, "name": "global.system_event.parameter file i/o.event_id", "vartype": 2, + "default": "1179235204", "summary": "system_event.parameter file i/o.event_id: 1179235204", "scope": "global", "metric_type": 1 @@ -33510,6 +36556,7 @@ "dbms": 19, "name": "global.system_event.parameter file i/o.time_waited", "vartype": 2, + "default": "4", "summary": "system_event.parameter file i/o.time_waited: 4", "scope": "global", "metric_type": 1 @@ -33521,6 +36568,7 @@ "dbms": 19, "name": "global.system_event.parameter file i/o.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.parameter file i/o.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -33532,6 +36580,7 @@ "dbms": 19, "name": "global.system_event.parameter file i/o.time_waited_micro", "vartype": 2, + "default": "40164", "summary": "system_event.parameter file i/o.time_waited_micro: 40164", "scope": "global", "metric_type": 1 @@ -33543,6 +36592,7 @@ "dbms": 19, "name": "global.system_event.parameter file i/o.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.parameter file i/o.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -33554,6 +36604,7 @@ "dbms": 19, "name": "global.system_event.parameter file i/o.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.parameter file i/o.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -33565,6 +36616,7 @@ "dbms": 19, "name": "global.system_event.parameter file i/o.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.parameter file i/o.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -33576,6 +36628,7 @@ "dbms": 19, "name": "global.system_event.parameter file i/o.total_waits", "vartype": 2, + "default": "96", "summary": "system_event.parameter file i/o.total_waits: 96", "scope": "global", "metric_type": 1 @@ -33587,6 +36640,7 @@ "dbms": 19, "name": "global.system_event.parameter file i/o.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.parameter file i/o.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -33598,6 +36652,7 @@ "dbms": 19, "name": "global.system_event.parameter file i/o.wait_class", "vartype": 1, + "default": "User I/O", "summary": "system_event.parameter file i/o.wait_class: User I/O", "scope": "global", "metric_type": 2 @@ -33609,9 +36664,10 @@ "dbms": 19, "name": "global.system_event.parameter file i/o.wait_class#", "vartype": 2, + "default": "8", "summary": "system_event.parameter file i/o.wait_class#: 8", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -33620,6 +36676,7 @@ "dbms": 19, "name": "global.system_event.parameter file i/o.wait_class_id", "vartype": 2, + "default": "1740759767", "summary": "system_event.parameter file i/o.wait_class_id: 1740759767", "scope": "global", "metric_type": 1 @@ -33631,6 +36688,7 @@ "dbms": 19, "name": "global.system_event.pga memory operation.average_wait", "vartype": 2, + "default": "0", "summary": "system_event.pga memory operation.average_wait: 0", "scope": "global", "metric_type": 3 @@ -33642,6 +36700,7 @@ "dbms": 19, "name": "global.system_event.pga memory operation.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.pga memory operation.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -33653,6 +36712,7 @@ "dbms": 19, "name": "global.system_event.pga memory operation.con_id", "vartype": 2, + "default": "0", "summary": "system_event.pga memory operation.con_id: 0", "scope": "global", "metric_type": 1 @@ -33664,6 +36724,7 @@ "dbms": 19, "name": "global.system_event.pga memory operation.event_id", "vartype": 2, + "default": "1800992443", "summary": "system_event.pga memory operation.event_id: 1800992443", "scope": "global", "metric_type": 1 @@ -33675,6 +36736,7 @@ "dbms": 19, "name": "global.system_event.pga memory operation.time_waited", "vartype": 2, + "default": "5", "summary": "system_event.pga memory operation.time_waited: 5", "scope": "global", "metric_type": 1 @@ -33686,6 +36748,7 @@ "dbms": 19, "name": "global.system_event.pga memory operation.time_waited_fg", "vartype": 2, + "default": "2", "summary": "system_event.pga memory operation.time_waited_fg: 2", "scope": "global", "metric_type": 1 @@ -33697,6 +36760,7 @@ "dbms": 19, "name": "global.system_event.pga memory operation.time_waited_micro", "vartype": 2, + "default": "53279", "summary": "system_event.pga memory operation.time_waited_micro: 53279", "scope": "global", "metric_type": 1 @@ -33708,6 +36772,7 @@ "dbms": 19, "name": "global.system_event.pga memory operation.time_waited_micro_fg", "vartype": 2, + "default": "21469", "summary": "system_event.pga memory operation.time_waited_micro_fg: 21469", "scope": "global", "metric_type": 1 @@ -33719,6 +36784,7 @@ "dbms": 19, "name": "global.system_event.pga memory operation.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.pga memory operation.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -33730,6 +36796,7 @@ "dbms": 19, "name": "global.system_event.pga memory operation.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.pga memory operation.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -33741,6 +36808,7 @@ "dbms": 19, "name": "global.system_event.pga memory operation.total_waits", "vartype": 2, + "default": "2118", "summary": "system_event.pga memory operation.total_waits: 2118", "scope": "global", "metric_type": 1 @@ -33752,6 +36820,7 @@ "dbms": 19, "name": "global.system_event.pga memory operation.total_waits_fg", "vartype": 2, + "default": "672", "summary": "system_event.pga memory operation.total_waits_fg: 672", "scope": "global", "metric_type": 1 @@ -33763,6 +36832,7 @@ "dbms": 19, "name": "global.system_event.pga memory operation.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.pga memory operation.wait_class: Other", "scope": "global", "metric_type": 2 @@ -33774,9 +36844,10 @@ "dbms": 19, "name": "global.system_event.pga memory operation.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.pga memory operation.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -33785,6 +36856,7 @@ "dbms": 19, "name": "global.system_event.pga memory operation.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.pga memory operation.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -33796,6 +36868,7 @@ "dbms": 19, "name": "global.system_event.pman timer.average_wait", "vartype": 3, + "default": "281.22", "summary": "system_event.pman timer.average_wait: 281.22", "scope": "global", "metric_type": 3 @@ -33807,6 +36880,7 @@ "dbms": 19, "name": "global.system_event.pman timer.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.pman timer.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -33818,6 +36892,7 @@ "dbms": 19, "name": "global.system_event.pman timer.con_id", "vartype": 2, + "default": "0", "summary": "system_event.pman timer.con_id: 0", "scope": "global", "metric_type": 1 @@ -33829,6 +36904,7 @@ "dbms": 19, "name": "global.system_event.pman timer.event_id", "vartype": 2, + "default": "635602798", "summary": "system_event.pman timer.event_id: 635602798", "scope": "global", "metric_type": 1 @@ -33840,6 +36916,7 @@ "dbms": 19, "name": "global.system_event.pman timer.time_waited", "vartype": 2, + "default": "5343", "summary": "system_event.pman timer.time_waited: 5343", "scope": "global", "metric_type": 1 @@ -33851,6 +36928,7 @@ "dbms": 19, "name": "global.system_event.pman timer.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.pman timer.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -33862,6 +36940,7 @@ "dbms": 19, "name": "global.system_event.pman timer.time_waited_micro", "vartype": 2, + "default": "53432288", "summary": "system_event.pman timer.time_waited_micro: 53432288", "scope": "global", "metric_type": 1 @@ -33873,6 +36952,7 @@ "dbms": 19, "name": "global.system_event.pman timer.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.pman timer.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -33884,6 +36964,7 @@ "dbms": 19, "name": "global.system_event.pman timer.total_timeouts", "vartype": 2, + "default": "17", "summary": "system_event.pman timer.total_timeouts: 17", "scope": "global", "metric_type": 1 @@ -33895,6 +36976,7 @@ "dbms": 19, "name": "global.system_event.pman timer.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.pman timer.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -33906,6 +36988,7 @@ "dbms": 19, "name": "global.system_event.pman timer.total_waits", "vartype": 2, + "default": "19", "summary": "system_event.pman timer.total_waits: 19", "scope": "global", "metric_type": 1 @@ -33917,6 +37000,7 @@ "dbms": 19, "name": "global.system_event.pman timer.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.pman timer.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -33928,6 +37012,7 @@ "dbms": 19, "name": "global.system_event.pman timer.wait_class", "vartype": 1, + "default": "Idle", "summary": "system_event.pman timer.wait_class: Idle", "scope": "global", "metric_type": 2 @@ -33939,9 +37024,10 @@ "dbms": 19, "name": "global.system_event.pman timer.wait_class#", "vartype": 2, + "default": "6", "summary": "system_event.pman timer.wait_class#: 6", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -33950,6 +37036,7 @@ "dbms": 19, "name": "global.system_event.pman timer.wait_class_id", "vartype": 2, + "default": "2723168908", "summary": "system_event.pman timer.wait_class_id: 2723168908", "scope": "global", "metric_type": 1 @@ -33961,6 +37048,7 @@ "dbms": 19, "name": "global.system_event.pmon timer.average_wait", "vartype": 3, + "default": "287.97", "summary": "system_event.pmon timer.average_wait: 287.97", "scope": "global", "metric_type": 3 @@ -33972,6 +37060,7 @@ "dbms": 19, "name": "global.system_event.pmon timer.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.pmon timer.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -33983,6 +37072,7 @@ "dbms": 19, "name": "global.system_event.pmon timer.con_id", "vartype": 2, + "default": "0", "summary": "system_event.pmon timer.con_id: 0", "scope": "global", "metric_type": 1 @@ -33994,6 +37084,7 @@ "dbms": 19, "name": "global.system_event.pmon timer.event_id", "vartype": 2, + "default": "3539483025", "summary": "system_event.pmon timer.event_id: 3539483025", "scope": "global", "metric_type": 1 @@ -34005,6 +37096,7 @@ "dbms": 19, "name": "global.system_event.pmon timer.time_waited", "vartype": 2, + "default": "10943", "summary": "system_event.pmon timer.time_waited: 10943", "scope": "global", "metric_type": 1 @@ -34016,6 +37108,7 @@ "dbms": 19, "name": "global.system_event.pmon timer.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.pmon timer.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -34027,6 +37120,7 @@ "dbms": 19, "name": "global.system_event.pmon timer.time_waited_micro", "vartype": 2, + "default": "109429243", "summary": "system_event.pmon timer.time_waited_micro: 109429243", "scope": "global", "metric_type": 1 @@ -34038,6 +37132,7 @@ "dbms": 19, "name": "global.system_event.pmon timer.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.pmon timer.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -34049,6 +37144,7 @@ "dbms": 19, "name": "global.system_event.pmon timer.total_timeouts", "vartype": 2, + "default": "34", "summary": "system_event.pmon timer.total_timeouts: 34", "scope": "global", "metric_type": 1 @@ -34060,6 +37156,7 @@ "dbms": 19, "name": "global.system_event.pmon timer.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.pmon timer.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -34071,6 +37168,7 @@ "dbms": 19, "name": "global.system_event.pmon timer.total_waits", "vartype": 2, + "default": "38", "summary": "system_event.pmon timer.total_waits: 38", "scope": "global", "metric_type": 1 @@ -34082,6 +37180,7 @@ "dbms": 19, "name": "global.system_event.pmon timer.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.pmon timer.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -34093,6 +37192,7 @@ "dbms": 19, "name": "global.system_event.pmon timer.wait_class", "vartype": 1, + "default": "Idle", "summary": "system_event.pmon timer.wait_class: Idle", "scope": "global", "metric_type": 2 @@ -34104,9 +37204,10 @@ "dbms": 19, "name": "global.system_event.pmon timer.wait_class#", "vartype": 2, + "default": "6", "summary": "system_event.pmon timer.wait_class#: 6", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -34115,6 +37216,7 @@ "dbms": 19, "name": "global.system_event.pmon timer.wait_class_id", "vartype": 2, + "default": "2723168908", "summary": "system_event.pmon timer.wait_class_id: 2723168908", "scope": "global", "metric_type": 1 @@ -34126,6 +37228,7 @@ "dbms": 19, "name": "global.system_event.px deq credit: need buffer.average_wait", "vartype": 3, + "default": "0.04", "summary": "system_event.px deq credit: need buffer.average_wait: 0.04", "scope": "global", "metric_type": 3 @@ -34137,6 +37240,7 @@ "dbms": 19, "name": "global.system_event.px deq credit: need buffer.average_wait_fg", "vartype": 3, + "default": "0.04", "summary": "system_event.px deq credit: need buffer.average_wait_fg: 0.04", "scope": "global", "metric_type": 3 @@ -34148,6 +37252,7 @@ "dbms": 19, "name": "global.system_event.px deq credit: need buffer.con_id", "vartype": 2, + "default": "0", "summary": "system_event.px deq credit: need buffer.con_id: 0", "scope": "global", "metric_type": 1 @@ -34159,6 +37264,7 @@ "dbms": 19, "name": "global.system_event.px deq credit: need buffer.event_id", "vartype": 2, + "default": "2267953574", "summary": "system_event.px deq credit: need buffer.event_id: 2267953574", "scope": "global", "metric_type": 1 @@ -34170,6 +37276,7 @@ "dbms": 19, "name": "global.system_event.px deq credit: need buffer.time_waited", "vartype": 2, + "default": "0", "summary": "system_event.px deq credit: need buffer.time_waited: 0", "scope": "global", "metric_type": 1 @@ -34181,6 +37288,7 @@ "dbms": 19, "name": "global.system_event.px deq credit: need buffer.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.px deq credit: need buffer.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -34192,6 +37300,7 @@ "dbms": 19, "name": "global.system_event.px deq credit: need buffer.time_waited_micro", "vartype": 2, + "default": "1258", "summary": "system_event.px deq credit: need buffer.time_waited_micro: 1258", "scope": "global", "metric_type": 1 @@ -34203,6 +37312,7 @@ "dbms": 19, "name": "global.system_event.px deq credit: need buffer.time_waited_micro_fg", "vartype": 2, + "default": "1258", "summary": "system_event.px deq credit: need buffer.time_waited_micro_fg: 1258", "scope": "global", "metric_type": 1 @@ -34214,6 +37324,7 @@ "dbms": 19, "name": "global.system_event.px deq credit: need buffer.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.px deq credit: need buffer.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -34225,6 +37336,7 @@ "dbms": 19, "name": "global.system_event.px deq credit: need buffer.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.px deq credit: need buffer.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -34236,6 +37348,7 @@ "dbms": 19, "name": "global.system_event.px deq credit: need buffer.total_waits", "vartype": 2, + "default": "3", "summary": "system_event.px deq credit: need buffer.total_waits: 3", "scope": "global", "metric_type": 1 @@ -34247,6 +37360,7 @@ "dbms": 19, "name": "global.system_event.px deq credit: need buffer.total_waits_fg", "vartype": 2, + "default": "3", "summary": "system_event.px deq credit: need buffer.total_waits_fg: 3", "scope": "global", "metric_type": 1 @@ -34258,6 +37372,7 @@ "dbms": 19, "name": "global.system_event.px deq credit: need buffer.wait_class", "vartype": 1, + "default": "Idle", "summary": "system_event.px deq credit: need buffer.wait_class: Idle", "scope": "global", "metric_type": 2 @@ -34269,9 +37384,10 @@ "dbms": 19, "name": "global.system_event.px deq credit: need buffer.wait_class#", "vartype": 2, + "default": "6", "summary": "system_event.px deq credit: need buffer.wait_class#: 6", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -34280,6 +37396,7 @@ "dbms": 19, "name": "global.system_event.px deq credit: need buffer.wait_class_id", "vartype": 2, + "default": "2723168908", "summary": "system_event.px deq credit: need buffer.wait_class_id: 2723168908", "scope": "global", "metric_type": 1 @@ -34291,6 +37408,7 @@ "dbms": 19, "name": "global.system_event.px deq credit: send blkd.average_wait", "vartype": 3, + "default": "0.03", "summary": "system_event.px deq credit: send blkd.average_wait: 0.03", "scope": "global", "metric_type": 3 @@ -34302,6 +37420,7 @@ "dbms": 19, "name": "global.system_event.px deq credit: send blkd.average_wait_fg", "vartype": 3, + "default": "0.03", "summary": "system_event.px deq credit: send blkd.average_wait_fg: 0.03", "scope": "global", "metric_type": 3 @@ -34313,6 +37432,7 @@ "dbms": 19, "name": "global.system_event.px deq credit: send blkd.con_id", "vartype": 2, + "default": "0", "summary": "system_event.px deq credit: send blkd.con_id: 0", "scope": "global", "metric_type": 1 @@ -34324,6 +37444,7 @@ "dbms": 19, "name": "global.system_event.px deq credit: send blkd.event_id", "vartype": 2, + "default": "2610814049", "summary": "system_event.px deq credit: send blkd.event_id: 2610814049", "scope": "global", "metric_type": 1 @@ -34335,6 +37456,7 @@ "dbms": 19, "name": "global.system_event.px deq credit: send blkd.time_waited", "vartype": 2, + "default": "1", "summary": "system_event.px deq credit: send blkd.time_waited: 1", "scope": "global", "metric_type": 1 @@ -34346,6 +37468,7 @@ "dbms": 19, "name": "global.system_event.px deq credit: send blkd.time_waited_fg", "vartype": 2, + "default": "1", "summary": "system_event.px deq credit: send blkd.time_waited_fg: 1", "scope": "global", "metric_type": 1 @@ -34357,6 +37480,7 @@ "dbms": 19, "name": "global.system_event.px deq credit: send blkd.time_waited_micro", "vartype": 2, + "default": "14589", "summary": "system_event.px deq credit: send blkd.time_waited_micro: 14589", "scope": "global", "metric_type": 1 @@ -34368,6 +37492,7 @@ "dbms": 19, "name": "global.system_event.px deq credit: send blkd.time_waited_micro_fg", "vartype": 2, + "default": "13756", "summary": "system_event.px deq credit: send blkd.time_waited_micro_fg: 13756", "scope": "global", "metric_type": 1 @@ -34379,6 +37504,7 @@ "dbms": 19, "name": "global.system_event.px deq credit: send blkd.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.px deq credit: send blkd.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -34390,6 +37516,7 @@ "dbms": 19, "name": "global.system_event.px deq credit: send blkd.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.px deq credit: send blkd.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -34401,6 +37528,7 @@ "dbms": 19, "name": "global.system_event.px deq credit: send blkd.total_waits", "vartype": 2, + "default": "42", "summary": "system_event.px deq credit: send blkd.total_waits: 42", "scope": "global", "metric_type": 1 @@ -34412,6 +37540,7 @@ "dbms": 19, "name": "global.system_event.px deq credit: send blkd.total_waits_fg", "vartype": 2, + "default": "40", "summary": "system_event.px deq credit: send blkd.total_waits_fg: 40", "scope": "global", "metric_type": 1 @@ -34423,6 +37552,7 @@ "dbms": 19, "name": "global.system_event.px deq credit: send blkd.wait_class", "vartype": 1, + "default": "Idle", "summary": "system_event.px deq credit: send blkd.wait_class: Idle", "scope": "global", "metric_type": 2 @@ -34434,9 +37564,10 @@ "dbms": 19, "name": "global.system_event.px deq credit: send blkd.wait_class#", "vartype": 2, + "default": "6", "summary": "system_event.px deq credit: send blkd.wait_class#: 6", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -34445,6 +37576,7 @@ "dbms": 19, "name": "global.system_event.px deq credit: send blkd.wait_class_id", "vartype": 2, + "default": "2723168908", "summary": "system_event.px deq credit: send blkd.wait_class_id: 2723168908", "scope": "global", "metric_type": 1 @@ -34456,6 +37588,7 @@ "dbms": 19, "name": "global.system_event.px deq: execute reply.average_wait", "vartype": 3, + "default": "0.16", "summary": "system_event.px deq: execute reply.average_wait: 0.16", "scope": "global", "metric_type": 3 @@ -34467,6 +37600,7 @@ "dbms": 19, "name": "global.system_event.px deq: execute reply.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.px deq: execute reply.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -34478,6 +37612,7 @@ "dbms": 19, "name": "global.system_event.px deq: execute reply.con_id", "vartype": 2, + "default": "0", "summary": "system_event.px deq: execute reply.con_id: 0", "scope": "global", "metric_type": 1 @@ -34489,6 +37624,7 @@ "dbms": 19, "name": "global.system_event.px deq: execute reply.event_id", "vartype": 2, + "default": "2599037852", "summary": "system_event.px deq: execute reply.event_id: 2599037852", "scope": "global", "metric_type": 1 @@ -34500,6 +37636,7 @@ "dbms": 19, "name": "global.system_event.px deq: execute reply.time_waited", "vartype": 2, + "default": "31", "summary": "system_event.px deq: execute reply.time_waited: 31", "scope": "global", "metric_type": 1 @@ -34511,6 +37648,7 @@ "dbms": 19, "name": "global.system_event.px deq: execute reply.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.px deq: execute reply.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -34522,6 +37660,7 @@ "dbms": 19, "name": "global.system_event.px deq: execute reply.time_waited_micro", "vartype": 2, + "default": "310581", "summary": "system_event.px deq: execute reply.time_waited_micro: 310581", "scope": "global", "metric_type": 1 @@ -34533,6 +37672,7 @@ "dbms": 19, "name": "global.system_event.px deq: execute reply.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.px deq: execute reply.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -34544,6 +37684,7 @@ "dbms": 19, "name": "global.system_event.px deq: execute reply.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.px deq: execute reply.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -34555,6 +37696,7 @@ "dbms": 19, "name": "global.system_event.px deq: execute reply.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.px deq: execute reply.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -34566,6 +37708,7 @@ "dbms": 19, "name": "global.system_event.px deq: execute reply.total_waits", "vartype": 2, + "default": "200", "summary": "system_event.px deq: execute reply.total_waits: 200", "scope": "global", "metric_type": 1 @@ -34577,6 +37720,7 @@ "dbms": 19, "name": "global.system_event.px deq: execute reply.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.px deq: execute reply.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -34588,6 +37732,7 @@ "dbms": 19, "name": "global.system_event.px deq: execute reply.wait_class", "vartype": 1, + "default": "Idle", "summary": "system_event.px deq: execute reply.wait_class: Idle", "scope": "global", "metric_type": 2 @@ -34599,9 +37744,10 @@ "dbms": 19, "name": "global.system_event.px deq: execute reply.wait_class#", "vartype": 2, + "default": "6", "summary": "system_event.px deq: execute reply.wait_class#: 6", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -34610,6 +37756,7 @@ "dbms": 19, "name": "global.system_event.px deq: execute reply.wait_class_id", "vartype": 2, + "default": "2723168908", "summary": "system_event.px deq: execute reply.wait_class_id: 2723168908", "scope": "global", "metric_type": 1 @@ -34621,6 +37768,7 @@ "dbms": 19, "name": "global.system_event.px deq: execution msg.average_wait", "vartype": 3, + "default": "0.36", "summary": "system_event.px deq: execution msg.average_wait: 0.36", "scope": "global", "metric_type": 3 @@ -34632,6 +37780,7 @@ "dbms": 19, "name": "global.system_event.px deq: execution msg.average_wait_fg", "vartype": 3, + "default": "0.36", "summary": "system_event.px deq: execution msg.average_wait_fg: 0.36", "scope": "global", "metric_type": 3 @@ -34643,6 +37792,7 @@ "dbms": 19, "name": "global.system_event.px deq: execution msg.con_id", "vartype": 2, + "default": "0", "summary": "system_event.px deq: execution msg.con_id: 0", "scope": "global", "metric_type": 1 @@ -34654,6 +37804,7 @@ "dbms": 19, "name": "global.system_event.px deq: execution msg.event_id", "vartype": 2, + "default": "98582416", "summary": "system_event.px deq: execution msg.event_id: 98582416", "scope": "global", "metric_type": 1 @@ -34665,6 +37816,7 @@ "dbms": 19, "name": "global.system_event.px deq: execution msg.time_waited", "vartype": 2, + "default": "83", "summary": "system_event.px deq: execution msg.time_waited: 83", "scope": "global", "metric_type": 1 @@ -34676,6 +37828,7 @@ "dbms": 19, "name": "global.system_event.px deq: execution msg.time_waited_fg", "vartype": 2, + "default": "83", "summary": "system_event.px deq: execution msg.time_waited_fg: 83", "scope": "global", "metric_type": 1 @@ -34687,6 +37840,7 @@ "dbms": 19, "name": "global.system_event.px deq: execution msg.time_waited_micro", "vartype": 2, + "default": "831513", "summary": "system_event.px deq: execution msg.time_waited_micro: 831513", "scope": "global", "metric_type": 1 @@ -34698,6 +37852,7 @@ "dbms": 19, "name": "global.system_event.px deq: execution msg.time_waited_micro_fg", "vartype": 2, + "default": "831513", "summary": "system_event.px deq: execution msg.time_waited_micro_fg: 831513", "scope": "global", "metric_type": 1 @@ -34709,6 +37864,7 @@ "dbms": 19, "name": "global.system_event.px deq: execution msg.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.px deq: execution msg.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -34720,6 +37876,7 @@ "dbms": 19, "name": "global.system_event.px deq: execution msg.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.px deq: execution msg.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -34731,6 +37888,7 @@ "dbms": 19, "name": "global.system_event.px deq: execution msg.total_waits", "vartype": 2, + "default": "228", "summary": "system_event.px deq: execution msg.total_waits: 228", "scope": "global", "metric_type": 1 @@ -34742,6 +37900,7 @@ "dbms": 19, "name": "global.system_event.px deq: execution msg.total_waits_fg", "vartype": 2, + "default": "228", "summary": "system_event.px deq: execution msg.total_waits_fg: 228", "scope": "global", "metric_type": 1 @@ -34753,6 +37912,7 @@ "dbms": 19, "name": "global.system_event.px deq: execution msg.wait_class", "vartype": 1, + "default": "Idle", "summary": "system_event.px deq: execution msg.wait_class: Idle", "scope": "global", "metric_type": 2 @@ -34764,9 +37924,10 @@ "dbms": 19, "name": "global.system_event.px deq: execution msg.wait_class#", "vartype": 2, + "default": "6", "summary": "system_event.px deq: execution msg.wait_class#: 6", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -34775,6 +37936,7 @@ "dbms": 19, "name": "global.system_event.px deq: execution msg.wait_class_id", "vartype": 2, + "default": "2723168908", "summary": "system_event.px deq: execution msg.wait_class_id: 2723168908", "scope": "global", "metric_type": 1 @@ -34786,6 +37948,7 @@ "dbms": 19, "name": "global.system_event.px deq: join ack.average_wait", "vartype": 3, + "default": "0.07", "summary": "system_event.px deq: join ack.average_wait: 0.07", "scope": "global", "metric_type": 3 @@ -34797,6 +37960,7 @@ "dbms": 19, "name": "global.system_event.px deq: join ack.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.px deq: join ack.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -34808,6 +37972,7 @@ "dbms": 19, "name": "global.system_event.px deq: join ack.con_id", "vartype": 2, + "default": "0", "summary": "system_event.px deq: join ack.con_id: 0", "scope": "global", "metric_type": 1 @@ -34819,6 +37984,7 @@ "dbms": 19, "name": "global.system_event.px deq: join ack.event_id", "vartype": 2, + "default": "4205438796", "summary": "system_event.px deq: join ack.event_id: 4205438796", "scope": "global", "metric_type": 1 @@ -34830,6 +37996,7 @@ "dbms": 19, "name": "global.system_event.px deq: join ack.time_waited", "vartype": 2, + "default": "3", "summary": "system_event.px deq: join ack.time_waited: 3", "scope": "global", "metric_type": 1 @@ -34841,6 +38008,7 @@ "dbms": 19, "name": "global.system_event.px deq: join ack.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.px deq: join ack.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -34852,6 +38020,7 @@ "dbms": 19, "name": "global.system_event.px deq: join ack.time_waited_micro", "vartype": 2, + "default": "29607", "summary": "system_event.px deq: join ack.time_waited_micro: 29607", "scope": "global", "metric_type": 1 @@ -34863,6 +38032,7 @@ "dbms": 19, "name": "global.system_event.px deq: join ack.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.px deq: join ack.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -34874,6 +38044,7 @@ "dbms": 19, "name": "global.system_event.px deq: join ack.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.px deq: join ack.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -34885,6 +38056,7 @@ "dbms": 19, "name": "global.system_event.px deq: join ack.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.px deq: join ack.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -34896,6 +38068,7 @@ "dbms": 19, "name": "global.system_event.px deq: join ack.total_waits", "vartype": 2, + "default": "44", "summary": "system_event.px deq: join ack.total_waits: 44", "scope": "global", "metric_type": 1 @@ -34907,6 +38080,7 @@ "dbms": 19, "name": "global.system_event.px deq: join ack.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.px deq: join ack.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -34918,6 +38092,7 @@ "dbms": 19, "name": "global.system_event.px deq: join ack.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.px deq: join ack.wait_class: Other", "scope": "global", "metric_type": 2 @@ -34929,9 +38104,10 @@ "dbms": 19, "name": "global.system_event.px deq: join ack.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.px deq: join ack.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -34940,6 +38116,7 @@ "dbms": 19, "name": "global.system_event.px deq: join ack.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.px deq: join ack.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -34951,6 +38128,7 @@ "dbms": 19, "name": "global.system_event.px deq: parse reply.average_wait", "vartype": 3, + "default": "0.62", "summary": "system_event.px deq: parse reply.average_wait: 0.62", "scope": "global", "metric_type": 3 @@ -34962,6 +38140,7 @@ "dbms": 19, "name": "global.system_event.px deq: parse reply.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.px deq: parse reply.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -34973,6 +38152,7 @@ "dbms": 19, "name": "global.system_event.px deq: parse reply.con_id", "vartype": 2, + "default": "0", "summary": "system_event.px deq: parse reply.con_id: 0", "scope": "global", "metric_type": 1 @@ -34984,6 +38164,7 @@ "dbms": 19, "name": "global.system_event.px deq: parse reply.event_id", "vartype": 2, + "default": "4255662421", "summary": "system_event.px deq: parse reply.event_id: 4255662421", "scope": "global", "metric_type": 1 @@ -34995,6 +38176,7 @@ "dbms": 19, "name": "global.system_event.px deq: parse reply.time_waited", "vartype": 2, + "default": "27", "summary": "system_event.px deq: parse reply.time_waited: 27", "scope": "global", "metric_type": 1 @@ -35006,6 +38188,7 @@ "dbms": 19, "name": "global.system_event.px deq: parse reply.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.px deq: parse reply.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -35017,6 +38200,7 @@ "dbms": 19, "name": "global.system_event.px deq: parse reply.time_waited_micro", "vartype": 2, + "default": "272367", "summary": "system_event.px deq: parse reply.time_waited_micro: 272367", "scope": "global", "metric_type": 1 @@ -35028,6 +38212,7 @@ "dbms": 19, "name": "global.system_event.px deq: parse reply.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.px deq: parse reply.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -35039,6 +38224,7 @@ "dbms": 19, "name": "global.system_event.px deq: parse reply.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.px deq: parse reply.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -35050,6 +38236,7 @@ "dbms": 19, "name": "global.system_event.px deq: parse reply.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.px deq: parse reply.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -35061,6 +38248,7 @@ "dbms": 19, "name": "global.system_event.px deq: parse reply.total_waits", "vartype": 2, + "default": "44", "summary": "system_event.px deq: parse reply.total_waits: 44", "scope": "global", "metric_type": 1 @@ -35072,6 +38260,7 @@ "dbms": 19, "name": "global.system_event.px deq: parse reply.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.px deq: parse reply.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -35083,6 +38272,7 @@ "dbms": 19, "name": "global.system_event.px deq: parse reply.wait_class", "vartype": 1, + "default": "Idle", "summary": "system_event.px deq: parse reply.wait_class: Idle", "scope": "global", "metric_type": 2 @@ -35094,9 +38284,10 @@ "dbms": 19, "name": "global.system_event.px deq: parse reply.wait_class#", "vartype": 2, + "default": "6", "summary": "system_event.px deq: parse reply.wait_class#: 6", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -35105,6 +38296,7 @@ "dbms": 19, "name": "global.system_event.px deq: parse reply.wait_class_id", "vartype": 2, + "default": "2723168908", "summary": "system_event.px deq: parse reply.wait_class_id: 2723168908", "scope": "global", "metric_type": 1 @@ -35116,6 +38308,7 @@ "dbms": 19, "name": "global.system_event.px deq: signal ack ext.average_wait", "vartype": 3, + "default": "0.06", "summary": "system_event.px deq: signal ack ext.average_wait: 0.06", "scope": "global", "metric_type": 3 @@ -35127,6 +38320,7 @@ "dbms": 19, "name": "global.system_event.px deq: signal ack ext.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.px deq: signal ack ext.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -35138,6 +38332,7 @@ "dbms": 19, "name": "global.system_event.px deq: signal ack ext.con_id", "vartype": 2, + "default": "0", "summary": "system_event.px deq: signal ack ext.con_id: 0", "scope": "global", "metric_type": 1 @@ -35149,6 +38344,7 @@ "dbms": 19, "name": "global.system_event.px deq: signal ack ext.event_id", "vartype": 2, + "default": "1974015973", "summary": "system_event.px deq: signal ack ext.event_id: 1974015973", "scope": "global", "metric_type": 1 @@ -35160,6 +38356,7 @@ "dbms": 19, "name": "global.system_event.px deq: signal ack ext.time_waited", "vartype": 2, + "default": "3", "summary": "system_event.px deq: signal ack ext.time_waited: 3", "scope": "global", "metric_type": 1 @@ -35171,6 +38368,7 @@ "dbms": 19, "name": "global.system_event.px deq: signal ack ext.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.px deq: signal ack ext.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -35182,6 +38380,7 @@ "dbms": 19, "name": "global.system_event.px deq: signal ack ext.time_waited_micro", "vartype": 2, + "default": "28067", "summary": "system_event.px deq: signal ack ext.time_waited_micro: 28067", "scope": "global", "metric_type": 1 @@ -35193,6 +38392,7 @@ "dbms": 19, "name": "global.system_event.px deq: signal ack ext.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.px deq: signal ack ext.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -35204,6 +38404,7 @@ "dbms": 19, "name": "global.system_event.px deq: signal ack ext.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.px deq: signal ack ext.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -35215,6 +38416,7 @@ "dbms": 19, "name": "global.system_event.px deq: signal ack ext.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.px deq: signal ack ext.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -35226,6 +38428,7 @@ "dbms": 19, "name": "global.system_event.px deq: signal ack ext.total_waits", "vartype": 2, + "default": "44", "summary": "system_event.px deq: signal ack ext.total_waits: 44", "scope": "global", "metric_type": 1 @@ -35237,6 +38440,7 @@ "dbms": 19, "name": "global.system_event.px deq: signal ack ext.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.px deq: signal ack ext.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -35248,6 +38452,7 @@ "dbms": 19, "name": "global.system_event.px deq: signal ack ext.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.px deq: signal ack ext.wait_class: Other", "scope": "global", "metric_type": 2 @@ -35259,9 +38464,10 @@ "dbms": 19, "name": "global.system_event.px deq: signal ack ext.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.px deq: signal ack ext.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -35270,6 +38476,7 @@ "dbms": 19, "name": "global.system_event.px deq: signal ack ext.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.px deq: signal ack ext.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -35281,6 +38488,7 @@ "dbms": 19, "name": "global.system_event.px deq: slave session stats.average_wait", "vartype": 3, + "default": "0.06", "summary": "system_event.px deq: slave session stats.average_wait: 0.06", "scope": "global", "metric_type": 3 @@ -35292,6 +38500,7 @@ "dbms": 19, "name": "global.system_event.px deq: slave session stats.average_wait_fg", "vartype": 3, + "default": "0.11", "summary": "system_event.px deq: slave session stats.average_wait_fg: 0.11", "scope": "global", "metric_type": 3 @@ -35303,6 +38512,7 @@ "dbms": 19, "name": "global.system_event.px deq: slave session stats.con_id", "vartype": 2, + "default": "0", "summary": "system_event.px deq: slave session stats.con_id: 0", "scope": "global", "metric_type": 1 @@ -35314,6 +38524,7 @@ "dbms": 19, "name": "global.system_event.px deq: slave session stats.event_id", "vartype": 2, + "default": "2306891574", "summary": "system_event.px deq: slave session stats.event_id: 2306891574", "scope": "global", "metric_type": 1 @@ -35325,6 +38536,7 @@ "dbms": 19, "name": "global.system_event.px deq: slave session stats.time_waited", "vartype": 2, + "default": "6", "summary": "system_event.px deq: slave session stats.time_waited: 6", "scope": "global", "metric_type": 1 @@ -35336,6 +38548,7 @@ "dbms": 19, "name": "global.system_event.px deq: slave session stats.time_waited_fg", "vartype": 2, + "default": "5", "summary": "system_event.px deq: slave session stats.time_waited_fg: 5", "scope": "global", "metric_type": 1 @@ -35347,6 +38560,7 @@ "dbms": 19, "name": "global.system_event.px deq: slave session stats.time_waited_micro", "vartype": 2, + "default": "56029", "summary": "system_event.px deq: slave session stats.time_waited_micro: 56029", "scope": "global", "metric_type": 1 @@ -35358,6 +38572,7 @@ "dbms": 19, "name": "global.system_event.px deq: slave session stats.time_waited_micro_fg", "vartype": 2, + "default": "47417", "summary": "system_event.px deq: slave session stats.time_waited_micro_fg: 47417", "scope": "global", "metric_type": 1 @@ -35369,6 +38584,7 @@ "dbms": 19, "name": "global.system_event.px deq: slave session stats.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.px deq: slave session stats.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -35380,6 +38596,7 @@ "dbms": 19, "name": "global.system_event.px deq: slave session stats.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.px deq: slave session stats.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -35391,6 +38608,7 @@ "dbms": 19, "name": "global.system_event.px deq: slave session stats.total_waits", "vartype": 2, + "default": "88", "summary": "system_event.px deq: slave session stats.total_waits: 88", "scope": "global", "metric_type": 1 @@ -35402,6 +38620,7 @@ "dbms": 19, "name": "global.system_event.px deq: slave session stats.total_waits_fg", "vartype": 2, + "default": "44", "summary": "system_event.px deq: slave session stats.total_waits_fg: 44", "scope": "global", "metric_type": 1 @@ -35413,6 +38632,7 @@ "dbms": 19, "name": "global.system_event.px deq: slave session stats.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.px deq: slave session stats.wait_class: Other", "scope": "global", "metric_type": 2 @@ -35424,9 +38644,10 @@ "dbms": 19, "name": "global.system_event.px deq: slave session stats.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.px deq: slave session stats.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -35435,6 +38656,7 @@ "dbms": 19, "name": "global.system_event.px deq: slave session stats.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.px deq: slave session stats.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -35446,6 +38668,7 @@ "dbms": 19, "name": "global.system_event.px deq: table q normal.average_wait", "vartype": 3, + "default": "0.43", "summary": "system_event.px deq: table q normal.average_wait: 0.43", "scope": "global", "metric_type": 3 @@ -35457,6 +38680,7 @@ "dbms": 19, "name": "global.system_event.px deq: table q normal.average_wait_fg", "vartype": 3, + "default": "0.43", "summary": "system_event.px deq: table q normal.average_wait_fg: 0.43", "scope": "global", "metric_type": 3 @@ -35468,6 +38692,7 @@ "dbms": 19, "name": "global.system_event.px deq: table q normal.con_id", "vartype": 2, + "default": "0", "summary": "system_event.px deq: table q normal.con_id: 0", "scope": "global", "metric_type": 1 @@ -35479,6 +38704,7 @@ "dbms": 19, "name": "global.system_event.px deq: table q normal.event_id", "vartype": 2, + "default": "799271425", "summary": "system_event.px deq: table q normal.event_id: 799271425", "scope": "global", "metric_type": 1 @@ -35490,6 +38716,7 @@ "dbms": 19, "name": "global.system_event.px deq: table q normal.time_waited", "vartype": 2, + "default": "18", "summary": "system_event.px deq: table q normal.time_waited: 18", "scope": "global", "metric_type": 1 @@ -35501,6 +38728,7 @@ "dbms": 19, "name": "global.system_event.px deq: table q normal.time_waited_fg", "vartype": 2, + "default": "18", "summary": "system_event.px deq: table q normal.time_waited_fg: 18", "scope": "global", "metric_type": 1 @@ -35512,6 +38740,7 @@ "dbms": 19, "name": "global.system_event.px deq: table q normal.time_waited_micro", "vartype": 2, + "default": "182397", "summary": "system_event.px deq: table q normal.time_waited_micro: 182397", "scope": "global", "metric_type": 1 @@ -35523,6 +38752,7 @@ "dbms": 19, "name": "global.system_event.px deq: table q normal.time_waited_micro_fg", "vartype": 2, + "default": "182397", "summary": "system_event.px deq: table q normal.time_waited_micro_fg: 182397", "scope": "global", "metric_type": 1 @@ -35534,6 +38764,7 @@ "dbms": 19, "name": "global.system_event.px deq: table q normal.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.px deq: table q normal.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -35545,6 +38776,7 @@ "dbms": 19, "name": "global.system_event.px deq: table q normal.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.px deq: table q normal.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -35556,6 +38788,7 @@ "dbms": 19, "name": "global.system_event.px deq: table q normal.total_waits", "vartype": 2, + "default": "42", "summary": "system_event.px deq: table q normal.total_waits: 42", "scope": "global", "metric_type": 1 @@ -35567,6 +38800,7 @@ "dbms": 19, "name": "global.system_event.px deq: table q normal.total_waits_fg", "vartype": 2, + "default": "42", "summary": "system_event.px deq: table q normal.total_waits_fg: 42", "scope": "global", "metric_type": 1 @@ -35578,6 +38812,7 @@ "dbms": 19, "name": "global.system_event.px deq: table q normal.wait_class", "vartype": 1, + "default": "Idle", "summary": "system_event.px deq: table q normal.wait_class: Idle", "scope": "global", "metric_type": 2 @@ -35589,9 +38824,10 @@ "dbms": 19, "name": "global.system_event.px deq: table q normal.wait_class#", "vartype": 2, + "default": "6", "summary": "system_event.px deq: table q normal.wait_class#: 6", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -35600,6 +38836,7 @@ "dbms": 19, "name": "global.system_event.px deq: table q normal.wait_class_id", "vartype": 2, + "default": "2723168908", "summary": "system_event.px deq: table q normal.wait_class_id: 2723168908", "scope": "global", "metric_type": 1 @@ -35611,6 +38848,7 @@ "dbms": 19, "name": "global.system_event.px deq: table q sample.average_wait", "vartype": 3, + "default": "0.8", "summary": "system_event.px deq: table q sample.average_wait: 0.8", "scope": "global", "metric_type": 3 @@ -35622,6 +38860,7 @@ "dbms": 19, "name": "global.system_event.px deq: table q sample.average_wait_fg", "vartype": 3, + "default": "0.8", "summary": "system_event.px deq: table q sample.average_wait_fg: 0.8", "scope": "global", "metric_type": 3 @@ -35633,6 +38872,7 @@ "dbms": 19, "name": "global.system_event.px deq: table q sample.con_id", "vartype": 2, + "default": "0", "summary": "system_event.px deq: table q sample.con_id: 0", "scope": "global", "metric_type": 1 @@ -35644,6 +38884,7 @@ "dbms": 19, "name": "global.system_event.px deq: table q sample.event_id", "vartype": 2, + "default": "1062854067", "summary": "system_event.px deq: table q sample.event_id: 1062854067", "scope": "global", "metric_type": 1 @@ -35655,6 +38896,7 @@ "dbms": 19, "name": "global.system_event.px deq: table q sample.time_waited", "vartype": 2, + "default": "5", "summary": "system_event.px deq: table q sample.time_waited: 5", "scope": "global", "metric_type": 1 @@ -35666,6 +38908,7 @@ "dbms": 19, "name": "global.system_event.px deq: table q sample.time_waited_fg", "vartype": 2, + "default": "5", "summary": "system_event.px deq: table q sample.time_waited_fg: 5", "scope": "global", "metric_type": 1 @@ -35677,6 +38920,7 @@ "dbms": 19, "name": "global.system_event.px deq: table q sample.time_waited_micro", "vartype": 2, + "default": "48247", "summary": "system_event.px deq: table q sample.time_waited_micro: 48247", "scope": "global", "metric_type": 1 @@ -35688,6 +38932,7 @@ "dbms": 19, "name": "global.system_event.px deq: table q sample.time_waited_micro_fg", "vartype": 2, + "default": "48247", "summary": "system_event.px deq: table q sample.time_waited_micro_fg: 48247", "scope": "global", "metric_type": 1 @@ -35699,6 +38944,7 @@ "dbms": 19, "name": "global.system_event.px deq: table q sample.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.px deq: table q sample.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -35710,6 +38956,7 @@ "dbms": 19, "name": "global.system_event.px deq: table q sample.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.px deq: table q sample.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -35721,6 +38968,7 @@ "dbms": 19, "name": "global.system_event.px deq: table q sample.total_waits", "vartype": 2, + "default": "6", "summary": "system_event.px deq: table q sample.total_waits: 6", "scope": "global", "metric_type": 1 @@ -35732,6 +38980,7 @@ "dbms": 19, "name": "global.system_event.px deq: table q sample.total_waits_fg", "vartype": 2, + "default": "6", "summary": "system_event.px deq: table q sample.total_waits_fg: 6", "scope": "global", "metric_type": 1 @@ -35743,6 +38992,7 @@ "dbms": 19, "name": "global.system_event.px deq: table q sample.wait_class", "vartype": 1, + "default": "Idle", "summary": "system_event.px deq: table q sample.wait_class: Idle", "scope": "global", "metric_type": 2 @@ -35754,9 +39004,10 @@ "dbms": 19, "name": "global.system_event.px deq: table q sample.wait_class#", "vartype": 2, + "default": "6", "summary": "system_event.px deq: table q sample.wait_class#: 6", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -35765,6 +39016,7 @@ "dbms": 19, "name": "global.system_event.px deq: table q sample.wait_class_id", "vartype": 2, + "default": "2723168908", "summary": "system_event.px deq: table q sample.wait_class_id: 2723168908", "scope": "global", "metric_type": 1 @@ -35776,6 +39028,7 @@ "dbms": 19, "name": "global.system_event.px idle wait.average_wait", "vartype": 3, + "default": "1003.8", "summary": "system_event.px idle wait.average_wait: 1003.8", "scope": "global", "metric_type": 3 @@ -35787,6 +39040,7 @@ "dbms": 19, "name": "global.system_event.px idle wait.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.px idle wait.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -35798,6 +39052,7 @@ "dbms": 19, "name": "global.system_event.px idle wait.con_id", "vartype": 2, + "default": "0", "summary": "system_event.px idle wait.con_id: 0", "scope": "global", "metric_type": 1 @@ -35809,6 +39064,7 @@ "dbms": 19, "name": "global.system_event.px idle wait.event_id", "vartype": 2, + "default": "3382828453", "summary": "system_event.px idle wait.event_id: 3382828453", "scope": "global", "metric_type": 1 @@ -35820,6 +39076,7 @@ "dbms": 19, "name": "global.system_event.px idle wait.time_waited", "vartype": 2, + "default": "54205", "summary": "system_event.px idle wait.time_waited: 54205", "scope": "global", "metric_type": 1 @@ -35831,6 +39088,7 @@ "dbms": 19, "name": "global.system_event.px idle wait.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.px idle wait.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -35842,6 +39100,7 @@ "dbms": 19, "name": "global.system_event.px idle wait.time_waited_micro", "vartype": 2, + "default": "542053787", "summary": "system_event.px idle wait.time_waited_micro: 542053787", "scope": "global", "metric_type": 1 @@ -35853,6 +39112,7 @@ "dbms": 19, "name": "global.system_event.px idle wait.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.px idle wait.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -35864,6 +39124,7 @@ "dbms": 19, "name": "global.system_event.px idle wait.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.px idle wait.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -35875,6 +39136,7 @@ "dbms": 19, "name": "global.system_event.px idle wait.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.px idle wait.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -35886,6 +39148,7 @@ "dbms": 19, "name": "global.system_event.px idle wait.total_waits", "vartype": 2, + "default": "54", "summary": "system_event.px idle wait.total_waits: 54", "scope": "global", "metric_type": 1 @@ -35897,6 +39160,7 @@ "dbms": 19, "name": "global.system_event.px idle wait.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.px idle wait.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -35908,6 +39172,7 @@ "dbms": 19, "name": "global.system_event.px idle wait.wait_class", "vartype": 1, + "default": "Idle", "summary": "system_event.px idle wait.wait_class: Idle", "scope": "global", "metric_type": 2 @@ -35919,9 +39184,10 @@ "dbms": 19, "name": "global.system_event.px idle wait.wait_class#", "vartype": 2, + "default": "6", "summary": "system_event.px idle wait.wait_class#: 6", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -35930,6 +39196,7 @@ "dbms": 19, "name": "global.system_event.px idle wait.wait_class_id", "vartype": 2, + "default": "2723168908", "summary": "system_event.px idle wait.wait_class_id: 2723168908", "scope": "global", "metric_type": 1 @@ -35941,6 +39208,7 @@ "dbms": 19, "name": "global.system_event.px qref latch.average_wait", "vartype": 3, + "default": "0.03", "summary": "system_event.px qref latch.average_wait: 0.03", "scope": "global", "metric_type": 3 @@ -35952,6 +39220,7 @@ "dbms": 19, "name": "global.system_event.px qref latch.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.px qref latch.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -35963,6 +39232,7 @@ "dbms": 19, "name": "global.system_event.px qref latch.con_id", "vartype": 2, + "default": "0", "summary": "system_event.px qref latch.con_id: 0", "scope": "global", "metric_type": 1 @@ -35974,6 +39244,7 @@ "dbms": 19, "name": "global.system_event.px qref latch.event_id", "vartype": 2, + "default": "175758063", "summary": "system_event.px qref latch.event_id: 175758063", "scope": "global", "metric_type": 1 @@ -35985,6 +39256,7 @@ "dbms": 19, "name": "global.system_event.px qref latch.time_waited", "vartype": 2, + "default": "0", "summary": "system_event.px qref latch.time_waited: 0", "scope": "global", "metric_type": 1 @@ -35996,6 +39268,7 @@ "dbms": 19, "name": "global.system_event.px qref latch.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.px qref latch.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -36007,6 +39280,7 @@ "dbms": 19, "name": "global.system_event.px qref latch.time_waited_micro", "vartype": 2, + "default": "338", "summary": "system_event.px qref latch.time_waited_micro: 338", "scope": "global", "metric_type": 1 @@ -36018,6 +39292,7 @@ "dbms": 19, "name": "global.system_event.px qref latch.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.px qref latch.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -36029,6 +39304,7 @@ "dbms": 19, "name": "global.system_event.px qref latch.total_timeouts", "vartype": 2, + "default": "1", "summary": "system_event.px qref latch.total_timeouts: 1", "scope": "global", "metric_type": 1 @@ -36040,6 +39316,7 @@ "dbms": 19, "name": "global.system_event.px qref latch.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.px qref latch.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -36051,6 +39328,7 @@ "dbms": 19, "name": "global.system_event.px qref latch.total_waits", "vartype": 2, + "default": "1", "summary": "system_event.px qref latch.total_waits: 1", "scope": "global", "metric_type": 1 @@ -36062,6 +39340,7 @@ "dbms": 19, "name": "global.system_event.px qref latch.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.px qref latch.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -36073,6 +39352,7 @@ "dbms": 19, "name": "global.system_event.px qref latch.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.px qref latch.wait_class: Other", "scope": "global", "metric_type": 2 @@ -36084,9 +39364,10 @@ "dbms": 19, "name": "global.system_event.px qref latch.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.px qref latch.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -36095,6 +39376,7 @@ "dbms": 19, "name": "global.system_event.px qref latch.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.px qref latch.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -36106,6 +39388,7 @@ "dbms": 19, "name": "global.system_event.rdbms ipc message.average_wait", "vartype": 3, + "default": "11.33", "summary": "system_event.rdbms ipc message.average_wait: 11.33", "scope": "global", "metric_type": 3 @@ -36117,6 +39400,7 @@ "dbms": 19, "name": "global.system_event.rdbms ipc message.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.rdbms ipc message.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -36128,6 +39412,7 @@ "dbms": 19, "name": "global.system_event.rdbms ipc message.con_id", "vartype": 2, + "default": "0", "summary": "system_event.rdbms ipc message.con_id: 0", "scope": "global", "metric_type": 1 @@ -36139,6 +39424,7 @@ "dbms": 19, "name": "global.system_event.rdbms ipc message.event_id", "vartype": 2, + "default": "866018717", "summary": "system_event.rdbms ipc message.event_id: 866018717", "scope": "global", "metric_type": 1 @@ -36150,6 +39436,7 @@ "dbms": 19, "name": "global.system_event.rdbms ipc message.time_waited", "vartype": 2, + "default": "69870", "summary": "system_event.rdbms ipc message.time_waited: 69870", "scope": "global", "metric_type": 1 @@ -36161,6 +39448,7 @@ "dbms": 19, "name": "global.system_event.rdbms ipc message.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.rdbms ipc message.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -36172,6 +39460,7 @@ "dbms": 19, "name": "global.system_event.rdbms ipc message.time_waited_micro", "vartype": 2, + "default": "698701652", "summary": "system_event.rdbms ipc message.time_waited_micro: 698701652", "scope": "global", "metric_type": 1 @@ -36183,6 +39472,7 @@ "dbms": 19, "name": "global.system_event.rdbms ipc message.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.rdbms ipc message.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -36194,6 +39484,7 @@ "dbms": 19, "name": "global.system_event.rdbms ipc message.total_timeouts", "vartype": 2, + "default": "503", "summary": "system_event.rdbms ipc message.total_timeouts: 503", "scope": "global", "metric_type": 1 @@ -36205,6 +39496,7 @@ "dbms": 19, "name": "global.system_event.rdbms ipc message.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.rdbms ipc message.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -36216,6 +39508,7 @@ "dbms": 19, "name": "global.system_event.rdbms ipc message.total_waits", "vartype": 2, + "default": "6169", "summary": "system_event.rdbms ipc message.total_waits: 6169", "scope": "global", "metric_type": 1 @@ -36227,6 +39520,7 @@ "dbms": 19, "name": "global.system_event.rdbms ipc message.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.rdbms ipc message.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -36238,6 +39532,7 @@ "dbms": 19, "name": "global.system_event.rdbms ipc message.wait_class", "vartype": 1, + "default": "Idle", "summary": "system_event.rdbms ipc message.wait_class: Idle", "scope": "global", "metric_type": 2 @@ -36249,9 +39544,10 @@ "dbms": 19, "name": "global.system_event.rdbms ipc message.wait_class#", "vartype": 2, + "default": "6", "summary": "system_event.rdbms ipc message.wait_class#: 6", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -36260,6 +39556,7 @@ "dbms": 19, "name": "global.system_event.rdbms ipc message.wait_class_id", "vartype": 2, + "default": "2723168908", "summary": "system_event.rdbms ipc message.wait_class_id: 2723168908", "scope": "global", "metric_type": 1 @@ -36271,6 +39568,7 @@ "dbms": 19, "name": "global.system_event.rdbms ipc reply.average_wait", "vartype": 3, + "default": "0.17", "summary": "system_event.rdbms ipc reply.average_wait: 0.17", "scope": "global", "metric_type": 3 @@ -36282,6 +39580,7 @@ "dbms": 19, "name": "global.system_event.rdbms ipc reply.average_wait_fg", "vartype": 3, + "default": "0.17", "summary": "system_event.rdbms ipc reply.average_wait_fg: 0.17", "scope": "global", "metric_type": 3 @@ -36293,6 +39592,7 @@ "dbms": 19, "name": "global.system_event.rdbms ipc reply.con_id", "vartype": 2, + "default": "0", "summary": "system_event.rdbms ipc reply.con_id: 0", "scope": "global", "metric_type": 1 @@ -36304,6 +39604,7 @@ "dbms": 19, "name": "global.system_event.rdbms ipc reply.event_id", "vartype": 2, + "default": "2587381521", "summary": "system_event.rdbms ipc reply.event_id: 2587381521", "scope": "global", "metric_type": 1 @@ -36315,6 +39616,7 @@ "dbms": 19, "name": "global.system_event.rdbms ipc reply.time_waited", "vartype": 2, + "default": "3", "summary": "system_event.rdbms ipc reply.time_waited: 3", "scope": "global", "metric_type": 1 @@ -36326,6 +39628,7 @@ "dbms": 19, "name": "global.system_event.rdbms ipc reply.time_waited_fg", "vartype": 2, + "default": "3", "summary": "system_event.rdbms ipc reply.time_waited_fg: 3", "scope": "global", "metric_type": 1 @@ -36337,6 +39640,7 @@ "dbms": 19, "name": "global.system_event.rdbms ipc reply.time_waited_micro", "vartype": 2, + "default": "28513", "summary": "system_event.rdbms ipc reply.time_waited_micro: 28513", "scope": "global", "metric_type": 1 @@ -36348,6 +39652,7 @@ "dbms": 19, "name": "global.system_event.rdbms ipc reply.time_waited_micro_fg", "vartype": 2, + "default": "28513", "summary": "system_event.rdbms ipc reply.time_waited_micro_fg: 28513", "scope": "global", "metric_type": 1 @@ -36359,6 +39664,7 @@ "dbms": 19, "name": "global.system_event.rdbms ipc reply.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.rdbms ipc reply.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -36370,6 +39676,7 @@ "dbms": 19, "name": "global.system_event.rdbms ipc reply.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.rdbms ipc reply.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -36381,6 +39688,7 @@ "dbms": 19, "name": "global.system_event.rdbms ipc reply.total_waits", "vartype": 2, + "default": "17", "summary": "system_event.rdbms ipc reply.total_waits: 17", "scope": "global", "metric_type": 1 @@ -36392,6 +39700,7 @@ "dbms": 19, "name": "global.system_event.rdbms ipc reply.total_waits_fg", "vartype": 2, + "default": "17", "summary": "system_event.rdbms ipc reply.total_waits_fg: 17", "scope": "global", "metric_type": 1 @@ -36403,6 +39712,7 @@ "dbms": 19, "name": "global.system_event.rdbms ipc reply.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.rdbms ipc reply.wait_class: Other", "scope": "global", "metric_type": 2 @@ -36414,9 +39724,10 @@ "dbms": 19, "name": "global.system_event.rdbms ipc reply.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.rdbms ipc reply.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -36425,6 +39736,7 @@ "dbms": 19, "name": "global.system_event.rdbms ipc reply.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.rdbms ipc reply.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -36436,6 +39748,7 @@ "dbms": 19, "name": "global.system_event.read by other session.average_wait", "vartype": 3, + "default": "0.04", "summary": "system_event.read by other session.average_wait: 0.04", "scope": "global", "metric_type": 3 @@ -36447,6 +39760,7 @@ "dbms": 19, "name": "global.system_event.read by other session.average_wait_fg", "vartype": 3, + "default": "0.04", "summary": "system_event.read by other session.average_wait_fg: 0.04", "scope": "global", "metric_type": 3 @@ -36458,6 +39772,7 @@ "dbms": 19, "name": "global.system_event.read by other session.con_id", "vartype": 2, + "default": "0", "summary": "system_event.read by other session.con_id: 0", "scope": "global", "metric_type": 1 @@ -36469,6 +39784,7 @@ "dbms": 19, "name": "global.system_event.read by other session.event_id", "vartype": 2, + "default": "3056446529", "summary": "system_event.read by other session.event_id: 3056446529", "scope": "global", "metric_type": 1 @@ -36480,6 +39796,7 @@ "dbms": 19, "name": "global.system_event.read by other session.time_waited", "vartype": 2, + "default": "0", "summary": "system_event.read by other session.time_waited: 0", "scope": "global", "metric_type": 1 @@ -36491,6 +39808,7 @@ "dbms": 19, "name": "global.system_event.read by other session.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.read by other session.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -36502,6 +39820,7 @@ "dbms": 19, "name": "global.system_event.read by other session.time_waited_micro", "vartype": 2, + "default": "1066", "summary": "system_event.read by other session.time_waited_micro: 1066", "scope": "global", "metric_type": 1 @@ -36513,6 +39832,7 @@ "dbms": 19, "name": "global.system_event.read by other session.time_waited_micro_fg", "vartype": 2, + "default": "1066", "summary": "system_event.read by other session.time_waited_micro_fg: 1066", "scope": "global", "metric_type": 1 @@ -36524,6 +39844,7 @@ "dbms": 19, "name": "global.system_event.read by other session.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.read by other session.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -36535,6 +39856,7 @@ "dbms": 19, "name": "global.system_event.read by other session.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.read by other session.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -36546,6 +39868,7 @@ "dbms": 19, "name": "global.system_event.read by other session.total_waits", "vartype": 2, + "default": "3", "summary": "system_event.read by other session.total_waits: 3", "scope": "global", "metric_type": 1 @@ -36557,6 +39880,7 @@ "dbms": 19, "name": "global.system_event.read by other session.total_waits_fg", "vartype": 2, + "default": "3", "summary": "system_event.read by other session.total_waits_fg: 3", "scope": "global", "metric_type": 1 @@ -36568,6 +39892,7 @@ "dbms": 19, "name": "global.system_event.read by other session.wait_class", "vartype": 1, + "default": "User I/O", "summary": "system_event.read by other session.wait_class: User I/O", "scope": "global", "metric_type": 2 @@ -36579,9 +39904,10 @@ "dbms": 19, "name": "global.system_event.read by other session.wait_class#", "vartype": 2, + "default": "8", "summary": "system_event.read by other session.wait_class#: 8", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -36590,6 +39916,7 @@ "dbms": 19, "name": "global.system_event.read by other session.wait_class_id", "vartype": 2, + "default": "1740759767", "summary": "system_event.read by other session.wait_class_id: 1740759767", "scope": "global", "metric_type": 1 @@ -36601,6 +39928,7 @@ "dbms": 19, "name": "global.system_event.reliable message.average_wait", "vartype": 3, + "default": "0.28", "summary": "system_event.reliable message.average_wait: 0.28", "scope": "global", "metric_type": 3 @@ -36612,6 +39940,7 @@ "dbms": 19, "name": "global.system_event.reliable message.average_wait_fg", "vartype": 3, + "default": "0.28", "summary": "system_event.reliable message.average_wait_fg: 0.28", "scope": "global", "metric_type": 3 @@ -36623,6 +39952,7 @@ "dbms": 19, "name": "global.system_event.reliable message.con_id", "vartype": 2, + "default": "0", "summary": "system_event.reliable message.con_id: 0", "scope": "global", "metric_type": 1 @@ -36634,6 +39964,7 @@ "dbms": 19, "name": "global.system_event.reliable message.event_id", "vartype": 2, + "default": "906644781", "summary": "system_event.reliable message.event_id: 906644781", "scope": "global", "metric_type": 1 @@ -36645,6 +39976,7 @@ "dbms": 19, "name": "global.system_event.reliable message.time_waited", "vartype": 2, + "default": "0", "summary": "system_event.reliable message.time_waited: 0", "scope": "global", "metric_type": 1 @@ -36656,6 +39988,7 @@ "dbms": 19, "name": "global.system_event.reliable message.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.reliable message.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -36667,6 +40000,7 @@ "dbms": 19, "name": "global.system_event.reliable message.time_waited_micro", "vartype": 2, + "default": "2809", "summary": "system_event.reliable message.time_waited_micro: 2809", "scope": "global", "metric_type": 1 @@ -36678,6 +40012,7 @@ "dbms": 19, "name": "global.system_event.reliable message.time_waited_micro_fg", "vartype": 2, + "default": "2809", "summary": "system_event.reliable message.time_waited_micro_fg: 2809", "scope": "global", "metric_type": 1 @@ -36689,6 +40024,7 @@ "dbms": 19, "name": "global.system_event.reliable message.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.reliable message.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -36700,6 +40036,7 @@ "dbms": 19, "name": "global.system_event.reliable message.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.reliable message.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -36711,6 +40048,7 @@ "dbms": 19, "name": "global.system_event.reliable message.total_waits", "vartype": 2, + "default": "1", "summary": "system_event.reliable message.total_waits: 1", "scope": "global", "metric_type": 1 @@ -36722,6 +40060,7 @@ "dbms": 19, "name": "global.system_event.reliable message.total_waits_fg", "vartype": 2, + "default": "1", "summary": "system_event.reliable message.total_waits_fg: 1", "scope": "global", "metric_type": 1 @@ -36733,6 +40072,7 @@ "dbms": 19, "name": "global.system_event.reliable message.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.reliable message.wait_class: Other", "scope": "global", "metric_type": 2 @@ -36744,9 +40084,10 @@ "dbms": 19, "name": "global.system_event.reliable message.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.reliable message.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -36755,6 +40096,7 @@ "dbms": 19, "name": "global.system_event.reliable message.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.reliable message.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -36766,6 +40108,7 @@ "dbms": 19, "name": "global.system_event.resmgr:plan change.average_wait", "vartype": 3, + "default": "4.43", "summary": "system_event.resmgr:plan change.average_wait: 4.43", "scope": "global", "metric_type": 3 @@ -36777,6 +40120,7 @@ "dbms": 19, "name": "global.system_event.resmgr:plan change.average_wait_fg", "vartype": 3, + "default": "4.43", "summary": "system_event.resmgr:plan change.average_wait_fg: 4.43", "scope": "global", "metric_type": 3 @@ -36788,6 +40132,7 @@ "dbms": 19, "name": "global.system_event.resmgr:plan change.con_id", "vartype": 2, + "default": "0", "summary": "system_event.resmgr:plan change.con_id: 0", "scope": "global", "metric_type": 1 @@ -36799,6 +40144,7 @@ "dbms": 19, "name": "global.system_event.resmgr:plan change.event_id", "vartype": 2, + "default": "3804628168", "summary": "system_event.resmgr:plan change.event_id: 3804628168", "scope": "global", "metric_type": 1 @@ -36810,6 +40156,7 @@ "dbms": 19, "name": "global.system_event.resmgr:plan change.time_waited", "vartype": 2, + "default": "13", "summary": "system_event.resmgr:plan change.time_waited: 13", "scope": "global", "metric_type": 1 @@ -36821,6 +40168,7 @@ "dbms": 19, "name": "global.system_event.resmgr:plan change.time_waited_fg", "vartype": 2, + "default": "13", "summary": "system_event.resmgr:plan change.time_waited_fg: 13", "scope": "global", "metric_type": 1 @@ -36832,6 +40180,7 @@ "dbms": 19, "name": "global.system_event.resmgr:plan change.time_waited_micro", "vartype": 2, + "default": "132781", "summary": "system_event.resmgr:plan change.time_waited_micro: 132781", "scope": "global", "metric_type": 1 @@ -36843,6 +40192,7 @@ "dbms": 19, "name": "global.system_event.resmgr:plan change.time_waited_micro_fg", "vartype": 2, + "default": "132781", "summary": "system_event.resmgr:plan change.time_waited_micro_fg: 132781", "scope": "global", "metric_type": 1 @@ -36854,6 +40204,7 @@ "dbms": 19, "name": "global.system_event.resmgr:plan change.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.resmgr:plan change.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -36865,6 +40216,7 @@ "dbms": 19, "name": "global.system_event.resmgr:plan change.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.resmgr:plan change.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -36876,6 +40228,7 @@ "dbms": 19, "name": "global.system_event.resmgr:plan change.total_waits", "vartype": 2, + "default": "3", "summary": "system_event.resmgr:plan change.total_waits: 3", "scope": "global", "metric_type": 1 @@ -36887,6 +40240,7 @@ "dbms": 19, "name": "global.system_event.resmgr:plan change.total_waits_fg", "vartype": 2, + "default": "3", "summary": "system_event.resmgr:plan change.total_waits_fg: 3", "scope": "global", "metric_type": 1 @@ -36898,6 +40252,7 @@ "dbms": 19, "name": "global.system_event.resmgr:plan change.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.resmgr:plan change.wait_class: Other", "scope": "global", "metric_type": 2 @@ -36909,9 +40264,10 @@ "dbms": 19, "name": "global.system_event.resmgr:plan change.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.resmgr:plan change.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -36920,6 +40276,7 @@ "dbms": 19, "name": "global.system_event.resmgr:plan change.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.resmgr:plan change.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -36931,6 +40288,7 @@ "dbms": 19, "name": "global.system_event.row cache mutex.average_wait", "vartype": 3, + "default": "0.34", "summary": "system_event.row cache mutex.average_wait: 0.34", "scope": "global", "metric_type": 3 @@ -36942,6 +40300,7 @@ "dbms": 19, "name": "global.system_event.row cache mutex.average_wait_fg", "vartype": 3, + "default": "0.61", "summary": "system_event.row cache mutex.average_wait_fg: 0.61", "scope": "global", "metric_type": 3 @@ -36953,6 +40312,7 @@ "dbms": 19, "name": "global.system_event.row cache mutex.con_id", "vartype": 2, + "default": "0", "summary": "system_event.row cache mutex.con_id: 0", "scope": "global", "metric_type": 1 @@ -36964,6 +40324,7 @@ "dbms": 19, "name": "global.system_event.row cache mutex.event_id", "vartype": 2, + "default": "306610566", "summary": "system_event.row cache mutex.event_id: 306610566", "scope": "global", "metric_type": 1 @@ -36975,6 +40336,7 @@ "dbms": 19, "name": "global.system_event.row cache mutex.time_waited", "vartype": 2, + "default": "3", "summary": "system_event.row cache mutex.time_waited: 3", "scope": "global", "metric_type": 1 @@ -36986,6 +40348,7 @@ "dbms": 19, "name": "global.system_event.row cache mutex.time_waited_fg", "vartype": 2, + "default": "1", "summary": "system_event.row cache mutex.time_waited_fg: 1", "scope": "global", "metric_type": 1 @@ -36997,6 +40360,7 @@ "dbms": 19, "name": "global.system_event.row cache mutex.time_waited_micro", "vartype": 2, + "default": "30528", "summary": "system_event.row cache mutex.time_waited_micro: 30528", "scope": "global", "metric_type": 1 @@ -37008,6 +40372,7 @@ "dbms": 19, "name": "global.system_event.row cache mutex.time_waited_micro_fg", "vartype": 2, + "default": "12180", "summary": "system_event.row cache mutex.time_waited_micro_fg: 12180", "scope": "global", "metric_type": 1 @@ -37019,6 +40384,7 @@ "dbms": 19, "name": "global.system_event.row cache mutex.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.row cache mutex.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -37030,6 +40396,7 @@ "dbms": 19, "name": "global.system_event.row cache mutex.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.row cache mutex.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -37041,6 +40408,7 @@ "dbms": 19, "name": "global.system_event.row cache mutex.total_waits", "vartype": 2, + "default": "9", "summary": "system_event.row cache mutex.total_waits: 9", "scope": "global", "metric_type": 1 @@ -37052,6 +40420,7 @@ "dbms": 19, "name": "global.system_event.row cache mutex.total_waits_fg", "vartype": 2, + "default": "2", "summary": "system_event.row cache mutex.total_waits_fg: 2", "scope": "global", "metric_type": 1 @@ -37063,6 +40432,7 @@ "dbms": 19, "name": "global.system_event.row cache mutex.wait_class", "vartype": 1, + "default": "Concurrency", "summary": "system_event.row cache mutex.wait_class: Concurrency", "scope": "global", "metric_type": 2 @@ -37074,9 +40444,10 @@ "dbms": 19, "name": "global.system_event.row cache mutex.wait_class#", "vartype": 2, + "default": "4", "summary": "system_event.row cache mutex.wait_class#: 4", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -37085,6 +40456,7 @@ "dbms": 19, "name": "global.system_event.row cache mutex.wait_class_id", "vartype": 2, + "default": "3875070507", "summary": "system_event.row cache mutex.wait_class_id: 3875070507", "scope": "global", "metric_type": 1 @@ -37096,6 +40468,7 @@ "dbms": 19, "name": "global.system_event.shared server idle wait.average_wait", "vartype": 3, + "default": "3230.4", "summary": "system_event.shared server idle wait.average_wait: 3230.4", "scope": "global", "metric_type": 3 @@ -37107,6 +40480,7 @@ "dbms": 19, "name": "global.system_event.shared server idle wait.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.shared server idle wait.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -37118,6 +40492,7 @@ "dbms": 19, "name": "global.system_event.shared server idle wait.con_id", "vartype": 2, + "default": "0", "summary": "system_event.shared server idle wait.con_id: 0", "scope": "global", "metric_type": 1 @@ -37129,6 +40504,7 @@ "dbms": 19, "name": "global.system_event.shared server idle wait.event_id", "vartype": 2, + "default": "1786390478", "summary": "system_event.shared server idle wait.event_id: 1786390478", "scope": "global", "metric_type": 1 @@ -37140,6 +40516,7 @@ "dbms": 19, "name": "global.system_event.shared server idle wait.time_waited", "vartype": 2, + "default": "6461", "summary": "system_event.shared server idle wait.time_waited: 6461", "scope": "global", "metric_type": 1 @@ -37151,6 +40528,7 @@ "dbms": 19, "name": "global.system_event.shared server idle wait.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.shared server idle wait.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -37162,6 +40540,7 @@ "dbms": 19, "name": "global.system_event.shared server idle wait.time_waited_micro", "vartype": 2, + "default": "64608017", "summary": "system_event.shared server idle wait.time_waited_micro: 64608017", "scope": "global", "metric_type": 1 @@ -37173,6 +40552,7 @@ "dbms": 19, "name": "global.system_event.shared server idle wait.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.shared server idle wait.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -37184,6 +40564,7 @@ "dbms": 19, "name": "global.system_event.shared server idle wait.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.shared server idle wait.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -37195,6 +40576,7 @@ "dbms": 19, "name": "global.system_event.shared server idle wait.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.shared server idle wait.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -37206,6 +40588,7 @@ "dbms": 19, "name": "global.system_event.shared server idle wait.total_waits", "vartype": 2, + "default": "2", "summary": "system_event.shared server idle wait.total_waits: 2", "scope": "global", "metric_type": 1 @@ -37217,6 +40600,7 @@ "dbms": 19, "name": "global.system_event.shared server idle wait.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.shared server idle wait.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -37228,6 +40612,7 @@ "dbms": 19, "name": "global.system_event.shared server idle wait.wait_class", "vartype": 1, + "default": "Idle", "summary": "system_event.shared server idle wait.wait_class: Idle", "scope": "global", "metric_type": 2 @@ -37239,9 +40624,10 @@ "dbms": 19, "name": "global.system_event.shared server idle wait.wait_class#", "vartype": 2, + "default": "6", "summary": "system_event.shared server idle wait.wait_class#: 6", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -37250,6 +40636,7 @@ "dbms": 19, "name": "global.system_event.shared server idle wait.wait_class_id", "vartype": 2, + "default": "2723168908", "summary": "system_event.shared server idle wait.wait_class_id: 2723168908", "scope": "global", "metric_type": 1 @@ -37261,6 +40648,7 @@ "dbms": 19, "name": "global.system_event.smon timer.average_wait", "vartype": 3, + "default": "174.21", "summary": "system_event.smon timer.average_wait: 174.21", "scope": "global", "metric_type": 3 @@ -37272,6 +40660,7 @@ "dbms": 19, "name": "global.system_event.smon timer.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.smon timer.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -37283,6 +40672,7 @@ "dbms": 19, "name": "global.system_event.smon timer.con_id", "vartype": 2, + "default": "0", "summary": "system_event.smon timer.con_id: 0", "scope": "global", "metric_type": 1 @@ -37294,6 +40684,7 @@ "dbms": 19, "name": "global.system_event.smon timer.event_id", "vartype": 2, + "default": "1403232821", "summary": "system_event.smon timer.event_id: 1403232821", "scope": "global", "metric_type": 1 @@ -37305,6 +40696,7 @@ "dbms": 19, "name": "global.system_event.smon timer.time_waited", "vartype": 2, + "default": "2265", "summary": "system_event.smon timer.time_waited: 2265", "scope": "global", "metric_type": 1 @@ -37316,6 +40708,7 @@ "dbms": 19, "name": "global.system_event.smon timer.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.smon timer.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -37327,6 +40720,7 @@ "dbms": 19, "name": "global.system_event.smon timer.time_waited_micro", "vartype": 2, + "default": "22647628", "summary": "system_event.smon timer.time_waited_micro: 22647628", "scope": "global", "metric_type": 1 @@ -37338,6 +40732,7 @@ "dbms": 19, "name": "global.system_event.smon timer.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.smon timer.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -37349,6 +40744,7 @@ "dbms": 19, "name": "global.system_event.smon timer.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.smon timer.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -37360,6 +40756,7 @@ "dbms": 19, "name": "global.system_event.smon timer.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.smon timer.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -37371,6 +40768,7 @@ "dbms": 19, "name": "global.system_event.smon timer.total_waits", "vartype": 2, + "default": "13", "summary": "system_event.smon timer.total_waits: 13", "scope": "global", "metric_type": 1 @@ -37382,6 +40780,7 @@ "dbms": 19, "name": "global.system_event.smon timer.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.smon timer.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -37393,6 +40792,7 @@ "dbms": 19, "name": "global.system_event.smon timer.wait_class", "vartype": 1, + "default": "Idle", "summary": "system_event.smon timer.wait_class: Idle", "scope": "global", "metric_type": 2 @@ -37404,9 +40804,10 @@ "dbms": 19, "name": "global.system_event.smon timer.wait_class#", "vartype": 2, + "default": "6", "summary": "system_event.smon timer.wait_class#: 6", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -37415,6 +40816,7 @@ "dbms": 19, "name": "global.system_event.smon timer.wait_class_id", "vartype": 2, + "default": "2723168908", "summary": "system_event.smon timer.wait_class_id: 2723168908", "scope": "global", "metric_type": 1 @@ -37426,6 +40828,7 @@ "dbms": 19, "name": "global.system_event.space manager: slave idle wait.average_wait", "vartype": 3, + "default": "280.45", "summary": "system_event.space manager: slave idle wait.average_wait: 280.45", "scope": "global", "metric_type": 3 @@ -37437,6 +40840,7 @@ "dbms": 19, "name": "global.system_event.space manager: slave idle wait.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.space manager: slave idle wait.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -37448,6 +40852,7 @@ "dbms": 19, "name": "global.system_event.space manager: slave idle wait.con_id", "vartype": 2, + "default": "0", "summary": "system_event.space manager: slave idle wait.con_id: 0", "scope": "global", "metric_type": 1 @@ -37459,6 +40864,7 @@ "dbms": 19, "name": "global.system_event.space manager: slave idle wait.event_id", "vartype": 2, + "default": "2942611488", "summary": "system_event.space manager: slave idle wait.event_id: 2942611488", "scope": "global", "metric_type": 1 @@ -37470,6 +40876,7 @@ "dbms": 19, "name": "global.system_event.space manager: slave idle wait.time_waited", "vartype": 2, + "default": "22997", "summary": "system_event.space manager: slave idle wait.time_waited: 22997", "scope": "global", "metric_type": 1 @@ -37481,6 +40888,7 @@ "dbms": 19, "name": "global.system_event.space manager: slave idle wait.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.space manager: slave idle wait.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -37492,6 +40900,7 @@ "dbms": 19, "name": "global.system_event.space manager: slave idle wait.time_waited_micro", "vartype": 2, + "default": "229966524", "summary": "system_event.space manager: slave idle wait.time_waited_micro: 229966524", "scope": "global", "metric_type": 1 @@ -37503,6 +40912,7 @@ "dbms": 19, "name": "global.system_event.space manager: slave idle wait.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.space manager: slave idle wait.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -37514,6 +40924,7 @@ "dbms": 19, "name": "global.system_event.space manager: slave idle wait.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.space manager: slave idle wait.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -37525,6 +40936,7 @@ "dbms": 19, "name": "global.system_event.space manager: slave idle wait.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.space manager: slave idle wait.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -37536,6 +40948,7 @@ "dbms": 19, "name": "global.system_event.space manager: slave idle wait.total_waits", "vartype": 2, + "default": "82", "summary": "system_event.space manager: slave idle wait.total_waits: 82", "scope": "global", "metric_type": 1 @@ -37547,6 +40960,7 @@ "dbms": 19, "name": "global.system_event.space manager: slave idle wait.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.space manager: slave idle wait.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -37558,6 +40972,7 @@ "dbms": 19, "name": "global.system_event.space manager: slave idle wait.wait_class", "vartype": 1, + "default": "Idle", "summary": "system_event.space manager: slave idle wait.wait_class: Idle", "scope": "global", "metric_type": 2 @@ -37569,9 +40984,10 @@ "dbms": 19, "name": "global.system_event.space manager: slave idle wait.wait_class#", "vartype": 2, + "default": "6", "summary": "system_event.space manager: slave idle wait.wait_class#: 6", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -37580,6 +40996,7 @@ "dbms": 19, "name": "global.system_event.space manager: slave idle wait.wait_class_id", "vartype": 2, + "default": "2723168908", "summary": "system_event.space manager: slave idle wait.wait_class_id: 2723168908", "scope": "global", "metric_type": 1 @@ -37591,6 +41008,7 @@ "dbms": 19, "name": "global.system_event.sql*net message from client.average_wait", "vartype": 3, + "default": "0.11", "summary": "system_event.sql*net message from client.average_wait: 0.11", "scope": "global", "metric_type": 3 @@ -37602,6 +41020,7 @@ "dbms": 19, "name": "global.system_event.sql*net message from client.average_wait_fg", "vartype": 3, + "default": "0.11", "summary": "system_event.sql*net message from client.average_wait_fg: 0.11", "scope": "global", "metric_type": 3 @@ -37613,6 +41032,7 @@ "dbms": 19, "name": "global.system_event.sql*net message from client.con_id", "vartype": 2, + "default": "0", "summary": "system_event.sql*net message from client.con_id: 0", "scope": "global", "metric_type": 1 @@ -37624,6 +41044,7 @@ "dbms": 19, "name": "global.system_event.sql*net message from client.event_id", "vartype": 2, + "default": "1421975091", "summary": "system_event.sql*net message from client.event_id: 1421975091", "scope": "global", "metric_type": 1 @@ -37635,6 +41056,7 @@ "dbms": 19, "name": "global.system_event.sql*net message from client.time_waited", "vartype": 2, + "default": "5213", "summary": "system_event.sql*net message from client.time_waited: 5213", "scope": "global", "metric_type": 1 @@ -37646,6 +41068,7 @@ "dbms": 19, "name": "global.system_event.sql*net message from client.time_waited_fg", "vartype": 2, + "default": "5181", "summary": "system_event.sql*net message from client.time_waited_fg: 5181", "scope": "global", "metric_type": 1 @@ -37657,6 +41080,7 @@ "dbms": 19, "name": "global.system_event.sql*net message from client.time_waited_micro", "vartype": 2, + "default": "52125691", "summary": "system_event.sql*net message from client.time_waited_micro: 52125691", "scope": "global", "metric_type": 1 @@ -37668,6 +41092,7 @@ "dbms": 19, "name": "global.system_event.sql*net message from client.time_waited_micro_fg", "vartype": 2, + "default": "51808508", "summary": "system_event.sql*net message from client.time_waited_micro_fg: 51808508", "scope": "global", "metric_type": 1 @@ -37679,6 +41104,7 @@ "dbms": 19, "name": "global.system_event.sql*net message from client.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.sql*net message from client.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -37690,6 +41116,7 @@ "dbms": 19, "name": "global.system_event.sql*net message from client.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.sql*net message from client.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -37701,6 +41128,7 @@ "dbms": 19, "name": "global.system_event.sql*net message from client.total_waits", "vartype": 2, + "default": "48442", "summary": "system_event.sql*net message from client.total_waits: 48442", "scope": "global", "metric_type": 1 @@ -37712,6 +41140,7 @@ "dbms": 19, "name": "global.system_event.sql*net message from client.total_waits_fg", "vartype": 2, + "default": "48402", "summary": "system_event.sql*net message from client.total_waits_fg: 48402", "scope": "global", "metric_type": 1 @@ -37723,6 +41152,7 @@ "dbms": 19, "name": "global.system_event.sql*net message from client.wait_class", "vartype": 1, + "default": "Idle", "summary": "system_event.sql*net message from client.wait_class: Idle", "scope": "global", "metric_type": 2 @@ -37734,9 +41164,10 @@ "dbms": 19, "name": "global.system_event.sql*net message from client.wait_class#", "vartype": 2, + "default": "6", "summary": "system_event.sql*net message from client.wait_class#: 6", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -37745,6 +41176,7 @@ "dbms": 19, "name": "global.system_event.sql*net message from client.wait_class_id", "vartype": 2, + "default": "2723168908", "summary": "system_event.sql*net message from client.wait_class_id: 2723168908", "scope": "global", "metric_type": 1 @@ -37756,6 +41188,7 @@ "dbms": 19, "name": "global.system_event.sql*net message to client.average_wait", "vartype": 2, + "default": "0", "summary": "system_event.sql*net message to client.average_wait: 0", "scope": "global", "metric_type": 3 @@ -37767,6 +41200,7 @@ "dbms": 19, "name": "global.system_event.sql*net message to client.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.sql*net message to client.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -37778,6 +41212,7 @@ "dbms": 19, "name": "global.system_event.sql*net message to client.con_id", "vartype": 2, + "default": "0", "summary": "system_event.sql*net message to client.con_id: 0", "scope": "global", "metric_type": 1 @@ -37789,6 +41224,7 @@ "dbms": 19, "name": "global.system_event.sql*net message to client.event_id", "vartype": 2, + "default": "2067390145", "summary": "system_event.sql*net message to client.event_id: 2067390145", "scope": "global", "metric_type": 1 @@ -37800,6 +41236,7 @@ "dbms": 19, "name": "global.system_event.sql*net message to client.time_waited", "vartype": 2, + "default": "116", "summary": "system_event.sql*net message to client.time_waited: 116", "scope": "global", "metric_type": 1 @@ -37811,6 +41248,7 @@ "dbms": 19, "name": "global.system_event.sql*net message to client.time_waited_fg", "vartype": 2, + "default": "116", "summary": "system_event.sql*net message to client.time_waited_fg: 116", "scope": "global", "metric_type": 1 @@ -37822,6 +41260,7 @@ "dbms": 19, "name": "global.system_event.sql*net message to client.time_waited_micro", "vartype": 2, + "default": "1163442", "summary": "system_event.sql*net message to client.time_waited_micro: 1163442", "scope": "global", "metric_type": 1 @@ -37833,6 +41272,7 @@ "dbms": 19, "name": "global.system_event.sql*net message to client.time_waited_micro_fg", "vartype": 2, + "default": "1163109", "summary": "system_event.sql*net message to client.time_waited_micro_fg: 1163109", "scope": "global", "metric_type": 1 @@ -37844,6 +41284,7 @@ "dbms": 19, "name": "global.system_event.sql*net message to client.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.sql*net message to client.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -37855,6 +41296,7 @@ "dbms": 19, "name": "global.system_event.sql*net message to client.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.sql*net message to client.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -37866,6 +41308,7 @@ "dbms": 19, "name": "global.system_event.sql*net message to client.total_waits", "vartype": 2, + "default": "48435", "summary": "system_event.sql*net message to client.total_waits: 48435", "scope": "global", "metric_type": 1 @@ -37877,6 +41320,7 @@ "dbms": 19, "name": "global.system_event.sql*net message to client.total_waits_fg", "vartype": 2, + "default": "48404", "summary": "system_event.sql*net message to client.total_waits_fg: 48404", "scope": "global", "metric_type": 1 @@ -37888,6 +41332,7 @@ "dbms": 19, "name": "global.system_event.sql*net message to client.wait_class", "vartype": 1, + "default": "Network", "summary": "system_event.sql*net message to client.wait_class: Network", "scope": "global", "metric_type": 2 @@ -37899,9 +41344,10 @@ "dbms": 19, "name": "global.system_event.sql*net message to client.wait_class#", "vartype": 2, + "default": "7", "summary": "system_event.sql*net message to client.wait_class#: 7", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -37910,6 +41356,7 @@ "dbms": 19, "name": "global.system_event.sql*net message to client.wait_class_id", "vartype": 2, + "default": "2000153315", "summary": "system_event.sql*net message to client.wait_class_id: 2000153315", "scope": "global", "metric_type": 1 @@ -37921,6 +41368,7 @@ "dbms": 19, "name": "global.system_event.streams aq: qmn coordinator idle wait.average_wait", "vartype": 3, + "default": "468.24", "summary": "system_event.streams aq: qmn coordinator idle wait.average_wait: 468.24", "scope": "global", "metric_type": 3 @@ -37932,6 +41380,7 @@ "dbms": 19, "name": "global.system_event.streams aq: qmn coordinator idle wait.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.streams aq: qmn coordinator idle wait.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -37943,6 +41392,7 @@ "dbms": 19, "name": "global.system_event.streams aq: qmn coordinator idle wait.con_id", "vartype": 2, + "default": "0", "summary": "system_event.streams aq: qmn coordinator idle wait.con_id: 0", "scope": "global", "metric_type": 1 @@ -37954,6 +41404,7 @@ "dbms": 19, "name": "global.system_event.streams aq: qmn coordinator idle wait.event_id", "vartype": 2, + "default": "989870553", "summary": "system_event.streams aq: qmn coordinator idle wait.event_id: 989870553", "scope": "global", "metric_type": 1 @@ -37965,6 +41416,7 @@ "dbms": 19, "name": "global.system_event.streams aq: qmn coordinator idle wait.time_waited", "vartype": 2, + "default": "2809", "summary": "system_event.streams aq: qmn coordinator idle wait.time_waited: 2809", "scope": "global", "metric_type": 1 @@ -37976,6 +41428,7 @@ "dbms": 19, "name": "global.system_event.streams aq: qmn coordinator idle wait.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.streams aq: qmn coordinator idle wait.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -37987,6 +41440,7 @@ "dbms": 19, "name": "global.system_event.streams aq: qmn coordinator idle wait.time_waited_micro", "vartype": 2, + "default": "28094113", "summary": "system_event.streams aq: qmn coordinator idle wait.time_waited_micro: 28094113", "scope": "global", "metric_type": 1 @@ -37998,6 +41452,7 @@ "dbms": 19, "name": "global.system_event.streams aq: qmn coordinator idle wait.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.streams aq: qmn coordinator idle wait.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -38009,6 +41464,7 @@ "dbms": 19, "name": "global.system_event.streams aq: qmn coordinator idle wait.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.streams aq: qmn coordinator idle wait.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -38020,6 +41476,7 @@ "dbms": 19, "name": "global.system_event.streams aq: qmn coordinator idle wait.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.streams aq: qmn coordinator idle wait.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -38031,6 +41488,7 @@ "dbms": 19, "name": "global.system_event.streams aq: qmn coordinator idle wait.total_waits", "vartype": 2, + "default": "6", "summary": "system_event.streams aq: qmn coordinator idle wait.total_waits: 6", "scope": "global", "metric_type": 1 @@ -38042,6 +41500,7 @@ "dbms": 19, "name": "global.system_event.streams aq: qmn coordinator idle wait.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.streams aq: qmn coordinator idle wait.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -38053,6 +41512,7 @@ "dbms": 19, "name": "global.system_event.streams aq: qmn coordinator idle wait.wait_class", "vartype": 1, + "default": "Idle", "summary": "system_event.streams aq: qmn coordinator idle wait.wait_class: Idle", "scope": "global", "metric_type": 2 @@ -38064,9 +41524,10 @@ "dbms": 19, "name": "global.system_event.streams aq: qmn coordinator idle wait.wait_class#", "vartype": 2, + "default": "6", "summary": "system_event.streams aq: qmn coordinator idle wait.wait_class#: 6", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -38075,6 +41536,7 @@ "dbms": 19, "name": "global.system_event.streams aq: qmn coordinator idle wait.wait_class_id", "vartype": 2, + "default": "2723168908", "summary": "system_event.streams aq: qmn coordinator idle wait.wait_class_id: 2723168908", "scope": "global", "metric_type": 1 @@ -38086,6 +41548,7 @@ "dbms": 19, "name": "global.system_event.streams aq: qmn slave idle wait.average_wait", "vartype": 3, + "default": "759.28", "summary": "system_event.streams aq: qmn slave idle wait.average_wait: 759.28", "scope": "global", "metric_type": 3 @@ -38097,6 +41560,7 @@ "dbms": 19, "name": "global.system_event.streams aq: qmn slave idle wait.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.streams aq: qmn slave idle wait.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -38108,6 +41572,7 @@ "dbms": 19, "name": "global.system_event.streams aq: qmn slave idle wait.con_id", "vartype": 2, + "default": "0", "summary": "system_event.streams aq: qmn slave idle wait.con_id: 0", "scope": "global", "metric_type": 1 @@ -38119,6 +41584,7 @@ "dbms": 19, "name": "global.system_event.streams aq: qmn slave idle wait.event_id", "vartype": 2, + "default": "1830121438", "summary": "system_event.streams aq: qmn slave idle wait.event_id: 1830121438", "scope": "global", "metric_type": 1 @@ -38130,6 +41596,7 @@ "dbms": 19, "name": "global.system_event.streams aq: qmn slave idle wait.time_waited", "vartype": 2, + "default": "8352", "summary": "system_event.streams aq: qmn slave idle wait.time_waited: 8352", "scope": "global", "metric_type": 1 @@ -38141,6 +41608,7 @@ "dbms": 19, "name": "global.system_event.streams aq: qmn slave idle wait.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.streams aq: qmn slave idle wait.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -38152,6 +41620,7 @@ "dbms": 19, "name": "global.system_event.streams aq: qmn slave idle wait.time_waited_micro", "vartype": 2, + "default": "83521171", "summary": "system_event.streams aq: qmn slave idle wait.time_waited_micro: 83521171", "scope": "global", "metric_type": 1 @@ -38163,6 +41632,7 @@ "dbms": 19, "name": "global.system_event.streams aq: qmn slave idle wait.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.streams aq: qmn slave idle wait.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -38174,6 +41644,7 @@ "dbms": 19, "name": "global.system_event.streams aq: qmn slave idle wait.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.streams aq: qmn slave idle wait.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -38185,6 +41656,7 @@ "dbms": 19, "name": "global.system_event.streams aq: qmn slave idle wait.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.streams aq: qmn slave idle wait.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -38196,6 +41668,7 @@ "dbms": 19, "name": "global.system_event.streams aq: qmn slave idle wait.total_waits", "vartype": 2, + "default": "11", "summary": "system_event.streams aq: qmn slave idle wait.total_waits: 11", "scope": "global", "metric_type": 1 @@ -38207,6 +41680,7 @@ "dbms": 19, "name": "global.system_event.streams aq: qmn slave idle wait.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.streams aq: qmn slave idle wait.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -38218,6 +41692,7 @@ "dbms": 19, "name": "global.system_event.streams aq: qmn slave idle wait.wait_class", "vartype": 1, + "default": "Idle", "summary": "system_event.streams aq: qmn slave idle wait.wait_class: Idle", "scope": "global", "metric_type": 2 @@ -38229,9 +41704,10 @@ "dbms": 19, "name": "global.system_event.streams aq: qmn slave idle wait.wait_class#", "vartype": 2, + "default": "6", "summary": "system_event.streams aq: qmn slave idle wait.wait_class#: 6", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -38240,6 +41716,7 @@ "dbms": 19, "name": "global.system_event.streams aq: qmn slave idle wait.wait_class_id", "vartype": 2, + "default": "2723168908", "summary": "system_event.streams aq: qmn slave idle wait.wait_class_id: 2723168908", "scope": "global", "metric_type": 1 @@ -38251,6 +41728,7 @@ "dbms": 19, "name": "global.system_event.streams aq: waiting for time management or cleanup tasks.average_wait", "vartype": 3, + "default": "1510.72", "summary": "system_event.streams aq: waiting for time management or cleanup tasks.average_wait: 1510.72", "scope": "global", "metric_type": 3 @@ -38262,6 +41740,7 @@ "dbms": 19, "name": "global.system_event.streams aq: waiting for time management or cleanup tasks.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.streams aq: waiting for time management or cleanup tasks.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -38273,6 +41752,7 @@ "dbms": 19, "name": "global.system_event.streams aq: waiting for time management or cleanup tasks.con_id", "vartype": 2, + "default": "0", "summary": "system_event.streams aq: waiting for time management or cleanup tasks.con_id: 0", "scope": "global", "metric_type": 1 @@ -38284,6 +41764,7 @@ "dbms": 19, "name": "global.system_event.streams aq: waiting for time management or cleanup tasks.event_id", "vartype": 2, + "default": "3702640206", "summary": "system_event.streams aq: waiting for time management or cleanup tasks.event_id: 3702640206", "scope": "global", "metric_type": 1 @@ -38295,6 +41776,7 @@ "dbms": 19, "name": "global.system_event.streams aq: waiting for time management or cleanup tasks.time_waited", "vartype": 2, + "default": "1511", "summary": "system_event.streams aq: waiting for time management or cleanup tasks.time_waited: 1511", "scope": "global", "metric_type": 1 @@ -38306,6 +41788,7 @@ "dbms": 19, "name": "global.system_event.streams aq: waiting for time management or cleanup tasks.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.streams aq: waiting for time management or cleanup tasks.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -38317,6 +41800,7 @@ "dbms": 19, "name": "global.system_event.streams aq: waiting for time management or cleanup tasks.time_waited_micro", "vartype": 2, + "default": "15107209", "summary": "system_event.streams aq: waiting for time management or cleanup tasks.time_waited_micro: 15107209", "scope": "global", "metric_type": 1 @@ -38328,6 +41812,7 @@ "dbms": 19, "name": "global.system_event.streams aq: waiting for time management or cleanup tasks.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.streams aq: waiting for time management or cleanup tasks.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -38339,6 +41824,7 @@ "dbms": 19, "name": "global.system_event.streams aq: waiting for time management or cleanup tasks.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.streams aq: waiting for time management or cleanup tasks.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -38350,6 +41836,7 @@ "dbms": 19, "name": "global.system_event.streams aq: waiting for time management or cleanup tasks.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.streams aq: waiting for time management or cleanup tasks.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -38361,6 +41848,7 @@ "dbms": 19, "name": "global.system_event.streams aq: waiting for time management or cleanup tasks.total_waits", "vartype": 2, + "default": "1", "summary": "system_event.streams aq: waiting for time management or cleanup tasks.total_waits: 1", "scope": "global", "metric_type": 1 @@ -38372,6 +41860,7 @@ "dbms": 19, "name": "global.system_event.streams aq: waiting for time management or cleanup tasks.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.streams aq: waiting for time management or cleanup tasks.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -38383,6 +41872,7 @@ "dbms": 19, "name": "global.system_event.streams aq: waiting for time management or cleanup tasks.wait_class", "vartype": 1, + "default": "Idle", "summary": "system_event.streams aq: waiting for time management or cleanup tasks.wait_class: Idle", "scope": "global", "metric_type": 2 @@ -38394,9 +41884,10 @@ "dbms": 19, "name": "global.system_event.streams aq: waiting for time management or cleanup tasks.wait_class#", "vartype": 2, + "default": "6", "summary": "system_event.streams aq: waiting for time management or cleanup tasks.wait_class#: 6", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -38405,6 +41896,7 @@ "dbms": 19, "name": "global.system_event.streams aq: waiting for time management or cleanup tasks.wait_class_id", "vartype": 2, + "default": "2723168908", "summary": "system_event.streams aq: waiting for time management or cleanup tasks.wait_class_id: 2723168908", "scope": "global", "metric_type": 1 @@ -38416,6 +41908,7 @@ "dbms": 19, "name": "global.system_event.utl_file i/o.average_wait", "vartype": 2, + "default": "0", "summary": "system_event.utl_file i/o.average_wait: 0", "scope": "global", "metric_type": 3 @@ -38427,6 +41920,7 @@ "dbms": 19, "name": "global.system_event.utl_file i/o.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.utl_file i/o.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -38438,6 +41932,7 @@ "dbms": 19, "name": "global.system_event.utl_file i/o.con_id", "vartype": 2, + "default": "0", "summary": "system_event.utl_file i/o.con_id: 0", "scope": "global", "metric_type": 1 @@ -38449,6 +41944,7 @@ "dbms": 19, "name": "global.system_event.utl_file i/o.event_id", "vartype": 2, + "default": "2804400934", "summary": "system_event.utl_file i/o.event_id: 2804400934", "scope": "global", "metric_type": 1 @@ -38460,6 +41956,7 @@ "dbms": 19, "name": "global.system_event.utl_file i/o.time_waited", "vartype": 2, + "default": "0", "summary": "system_event.utl_file i/o.time_waited: 0", "scope": "global", "metric_type": 1 @@ -38471,6 +41968,7 @@ "dbms": 19, "name": "global.system_event.utl_file i/o.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.utl_file i/o.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -38482,6 +41980,7 @@ "dbms": 19, "name": "global.system_event.utl_file i/o.time_waited_micro", "vartype": 2, + "default": "290", "summary": "system_event.utl_file i/o.time_waited_micro: 290", "scope": "global", "metric_type": 1 @@ -38493,6 +41992,7 @@ "dbms": 19, "name": "global.system_event.utl_file i/o.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.utl_file i/o.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -38504,6 +42004,7 @@ "dbms": 19, "name": "global.system_event.utl_file i/o.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.utl_file i/o.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -38515,6 +42016,7 @@ "dbms": 19, "name": "global.system_event.utl_file i/o.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.utl_file i/o.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -38526,6 +42028,7 @@ "dbms": 19, "name": "global.system_event.utl_file i/o.total_waits", "vartype": 2, + "default": "14", "summary": "system_event.utl_file i/o.total_waits: 14", "scope": "global", "metric_type": 1 @@ -38537,6 +42040,7 @@ "dbms": 19, "name": "global.system_event.utl_file i/o.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.utl_file i/o.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -38548,6 +42052,7 @@ "dbms": 19, "name": "global.system_event.utl_file i/o.wait_class", "vartype": 1, + "default": "User I/O", "summary": "system_event.utl_file i/o.wait_class: User I/O", "scope": "global", "metric_type": 2 @@ -38559,9 +42064,10 @@ "dbms": 19, "name": "global.system_event.utl_file i/o.wait_class#", "vartype": 2, + "default": "8", "summary": "system_event.utl_file i/o.wait_class#: 8", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -38570,6 +42076,7 @@ "dbms": 19, "name": "global.system_event.utl_file i/o.wait_class_id", "vartype": 2, + "default": "1740759767", "summary": "system_event.utl_file i/o.wait_class_id: 1740759767", "scope": "global", "metric_type": 1 @@ -38581,6 +42088,7 @@ "dbms": 19, "name": "global.system_event.vkrm idle.average_wait", "vartype": 2, + "default": "4516", "summary": "system_event.vkrm idle.average_wait: 4516", "scope": "global", "metric_type": 3 @@ -38592,6 +42100,7 @@ "dbms": 19, "name": "global.system_event.vkrm idle.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.vkrm idle.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -38603,6 +42112,7 @@ "dbms": 19, "name": "global.system_event.vkrm idle.con_id", "vartype": 2, + "default": "0", "summary": "system_event.vkrm idle.con_id: 0", "scope": "global", "metric_type": 1 @@ -38614,6 +42124,7 @@ "dbms": 19, "name": "global.system_event.vkrm idle.event_id", "vartype": 2, + "default": "58311103", "summary": "system_event.vkrm idle.event_id: 58311103", "scope": "global", "metric_type": 1 @@ -38625,6 +42136,7 @@ "dbms": 19, "name": "global.system_event.vkrm idle.time_waited", "vartype": 2, + "default": "4516", "summary": "system_event.vkrm idle.time_waited: 4516", "scope": "global", "metric_type": 1 @@ -38636,6 +42148,7 @@ "dbms": 19, "name": "global.system_event.vkrm idle.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.vkrm idle.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -38647,6 +42160,7 @@ "dbms": 19, "name": "global.system_event.vkrm idle.time_waited_micro", "vartype": 2, + "default": "45159974", "summary": "system_event.vkrm idle.time_waited_micro: 45159974", "scope": "global", "metric_type": 1 @@ -38658,6 +42172,7 @@ "dbms": 19, "name": "global.system_event.vkrm idle.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.vkrm idle.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -38669,6 +42184,7 @@ "dbms": 19, "name": "global.system_event.vkrm idle.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.vkrm idle.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -38680,6 +42196,7 @@ "dbms": 19, "name": "global.system_event.vkrm idle.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.vkrm idle.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -38691,6 +42208,7 @@ "dbms": 19, "name": "global.system_event.vkrm idle.total_waits", "vartype": 2, + "default": "1", "summary": "system_event.vkrm idle.total_waits: 1", "scope": "global", "metric_type": 1 @@ -38702,6 +42220,7 @@ "dbms": 19, "name": "global.system_event.vkrm idle.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.vkrm idle.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -38713,6 +42232,7 @@ "dbms": 19, "name": "global.system_event.vkrm idle.wait_class", "vartype": 1, + "default": "Idle", "summary": "system_event.vkrm idle.wait_class: Idle", "scope": "global", "metric_type": 2 @@ -38724,9 +42244,10 @@ "dbms": 19, "name": "global.system_event.vkrm idle.wait_class#", "vartype": 2, + "default": "6", "summary": "system_event.vkrm idle.wait_class#: 6", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -38735,6 +42256,7 @@ "dbms": 19, "name": "global.system_event.vkrm idle.wait_class_id", "vartype": 2, + "default": "2723168908", "summary": "system_event.vkrm idle.wait_class_id: 2723168908", "scope": "global", "metric_type": 1 @@ -38746,6 +42268,7 @@ "dbms": 19, "name": "global.system_event.wait for unread message on broadcast channel.average_wait", "vartype": 3, + "default": "104.04", "summary": "system_event.wait for unread message on broadcast channel.average_wait: 104.04", "scope": "global", "metric_type": 3 @@ -38757,6 +42280,7 @@ "dbms": 19, "name": "global.system_event.wait for unread message on broadcast channel.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.wait for unread message on broadcast channel.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -38768,6 +42292,7 @@ "dbms": 19, "name": "global.system_event.wait for unread message on broadcast channel.con_id", "vartype": 2, + "default": "0", "summary": "system_event.wait for unread message on broadcast channel.con_id: 0", "scope": "global", "metric_type": 1 @@ -38779,6 +42304,7 @@ "dbms": 19, "name": "global.system_event.wait for unread message on broadcast channel.event_id", "vartype": 2, + "default": "218649935", "summary": "system_event.wait for unread message on broadcast channel.event_id: 218649935", "scope": "global", "metric_type": 1 @@ -38790,6 +42316,7 @@ "dbms": 19, "name": "global.system_event.wait for unread message on broadcast channel.time_waited", "vartype": 2, + "default": "5410", "summary": "system_event.wait for unread message on broadcast channel.time_waited: 5410", "scope": "global", "metric_type": 1 @@ -38801,6 +42328,7 @@ "dbms": 19, "name": "global.system_event.wait for unread message on broadcast channel.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.wait for unread message on broadcast channel.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -38812,6 +42340,7 @@ "dbms": 19, "name": "global.system_event.wait for unread message on broadcast channel.time_waited_micro", "vartype": 2, + "default": "54102753", "summary": "system_event.wait for unread message on broadcast channel.time_waited_micro: 54102753", "scope": "global", "metric_type": 1 @@ -38823,6 +42352,7 @@ "dbms": 19, "name": "global.system_event.wait for unread message on broadcast channel.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.wait for unread message on broadcast channel.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -38834,6 +42364,7 @@ "dbms": 19, "name": "global.system_event.wait for unread message on broadcast channel.total_timeouts", "vartype": 2, + "default": "52", "summary": "system_event.wait for unread message on broadcast channel.total_timeouts: 52", "scope": "global", "metric_type": 1 @@ -38845,6 +42376,7 @@ "dbms": 19, "name": "global.system_event.wait for unread message on broadcast channel.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.wait for unread message on broadcast channel.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -38856,6 +42388,7 @@ "dbms": 19, "name": "global.system_event.wait for unread message on broadcast channel.total_waits", "vartype": 2, + "default": "52", "summary": "system_event.wait for unread message on broadcast channel.total_waits: 52", "scope": "global", "metric_type": 1 @@ -38867,6 +42400,7 @@ "dbms": 19, "name": "global.system_event.wait for unread message on broadcast channel.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.wait for unread message on broadcast channel.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -38878,6 +42412,7 @@ "dbms": 19, "name": "global.system_event.wait for unread message on broadcast channel.wait_class", "vartype": 1, + "default": "Idle", "summary": "system_event.wait for unread message on broadcast channel.wait_class: Idle", "scope": "global", "metric_type": 2 @@ -38889,9 +42424,10 @@ "dbms": 19, "name": "global.system_event.wait for unread message on broadcast channel.wait_class#", "vartype": 2, + "default": "6", "summary": "system_event.wait for unread message on broadcast channel.wait_class#: 6", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -38900,6 +42436,7 @@ "dbms": 19, "name": "global.system_event.wait for unread message on broadcast channel.wait_class_id", "vartype": 2, + "default": "2723168908", "summary": "system_event.wait for unread message on broadcast channel.wait_class_id: 2723168908", "scope": "global", "metric_type": 1 @@ -38911,6 +42448,7 @@ "dbms": 19, "name": "global.system_event.wait list latch free.average_wait", "vartype": 3, + "default": "0.13", "summary": "system_event.wait list latch free.average_wait: 0.13", "scope": "global", "metric_type": 3 @@ -38922,6 +42460,7 @@ "dbms": 19, "name": "global.system_event.wait list latch free.average_wait_fg", "vartype": 2, + "default": "0", "summary": "system_event.wait list latch free.average_wait_fg: 0", "scope": "global", "metric_type": 3 @@ -38933,6 +42472,7 @@ "dbms": 19, "name": "global.system_event.wait list latch free.con_id", "vartype": 2, + "default": "0", "summary": "system_event.wait list latch free.con_id: 0", "scope": "global", "metric_type": 1 @@ -38944,6 +42484,7 @@ "dbms": 19, "name": "global.system_event.wait list latch free.event_id", "vartype": 2, + "default": "2530878290", "summary": "system_event.wait list latch free.event_id: 2530878290", "scope": "global", "metric_type": 1 @@ -38955,6 +42496,7 @@ "dbms": 19, "name": "global.system_event.wait list latch free.time_waited", "vartype": 2, + "default": "0", "summary": "system_event.wait list latch free.time_waited: 0", "scope": "global", "metric_type": 1 @@ -38966,6 +42508,7 @@ "dbms": 19, "name": "global.system_event.wait list latch free.time_waited_fg", "vartype": 2, + "default": "0", "summary": "system_event.wait list latch free.time_waited_fg: 0", "scope": "global", "metric_type": 1 @@ -38977,6 +42520,7 @@ "dbms": 19, "name": "global.system_event.wait list latch free.time_waited_micro", "vartype": 2, + "default": "3892", "summary": "system_event.wait list latch free.time_waited_micro: 3892", "scope": "global", "metric_type": 1 @@ -38988,6 +42532,7 @@ "dbms": 19, "name": "global.system_event.wait list latch free.time_waited_micro_fg", "vartype": 2, + "default": "0", "summary": "system_event.wait list latch free.time_waited_micro_fg: 0", "scope": "global", "metric_type": 1 @@ -38999,6 +42544,7 @@ "dbms": 19, "name": "global.system_event.wait list latch free.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.wait list latch free.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -39010,6 +42556,7 @@ "dbms": 19, "name": "global.system_event.wait list latch free.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.wait list latch free.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -39021,6 +42568,7 @@ "dbms": 19, "name": "global.system_event.wait list latch free.total_waits", "vartype": 2, + "default": "3", "summary": "system_event.wait list latch free.total_waits: 3", "scope": "global", "metric_type": 1 @@ -39032,6 +42580,7 @@ "dbms": 19, "name": "global.system_event.wait list latch free.total_waits_fg", "vartype": 2, + "default": "0", "summary": "system_event.wait list latch free.total_waits_fg: 0", "scope": "global", "metric_type": 1 @@ -39043,6 +42592,7 @@ "dbms": 19, "name": "global.system_event.wait list latch free.wait_class", "vartype": 1, + "default": "Other", "summary": "system_event.wait list latch free.wait_class: Other", "scope": "global", "metric_type": 2 @@ -39054,9 +42604,10 @@ "dbms": 19, "name": "global.system_event.wait list latch free.wait_class#", "vartype": 2, + "default": "0", "summary": "system_event.wait list latch free.wait_class#: 0", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -39065,6 +42616,7 @@ "dbms": 19, "name": "global.system_event.wait list latch free.wait_class_id", "vartype": 2, + "default": "1893977003", "summary": "system_event.wait list latch free.wait_class_id: 1893977003", "scope": "global", "metric_type": 1 @@ -39076,6 +42628,7 @@ "dbms": 19, "name": "global.system_event.watchdog main loop.average_wait", "vartype": 3, + "default": "297.37", "summary": "system_event.watchdog main loop.average_wait: 297.37", "scope": "global", "metric_type": 3 @@ -39087,6 +42640,7 @@ "dbms": 19, "name": "global.system_event.watchdog main loop.average_wait_fg", "vartype": 3, + "default": "297.37", "summary": "system_event.watchdog main loop.average_wait_fg: 297.37", "scope": "global", "metric_type": 3 @@ -39098,6 +42652,7 @@ "dbms": 19, "name": "global.system_event.watchdog main loop.con_id", "vartype": 2, + "default": "0", "summary": "system_event.watchdog main loop.con_id: 0", "scope": "global", "metric_type": 1 @@ -39109,6 +42664,7 @@ "dbms": 19, "name": "global.system_event.watchdog main loop.event_id", "vartype": 2, + "default": "2748706322", "summary": "system_event.watchdog main loop.event_id: 2748706322", "scope": "global", "metric_type": 1 @@ -39120,6 +42676,7 @@ "dbms": 19, "name": "global.system_event.watchdog main loop.time_waited", "vartype": 2, + "default": "10705", "summary": "system_event.watchdog main loop.time_waited: 10705", "scope": "global", "metric_type": 1 @@ -39131,6 +42688,7 @@ "dbms": 19, "name": "global.system_event.watchdog main loop.time_waited_fg", "vartype": 2, + "default": "10705", "summary": "system_event.watchdog main loop.time_waited_fg: 10705", "scope": "global", "metric_type": 1 @@ -39142,6 +42700,7 @@ "dbms": 19, "name": "global.system_event.watchdog main loop.time_waited_micro", "vartype": 2, + "default": "107054093", "summary": "system_event.watchdog main loop.time_waited_micro: 107054093", "scope": "global", "metric_type": 1 @@ -39153,6 +42712,7 @@ "dbms": 19, "name": "global.system_event.watchdog main loop.time_waited_micro_fg", "vartype": 2, + "default": "107054093", "summary": "system_event.watchdog main loop.time_waited_micro_fg: 107054093", "scope": "global", "metric_type": 1 @@ -39164,6 +42724,7 @@ "dbms": 19, "name": "global.system_event.watchdog main loop.total_timeouts", "vartype": 2, + "default": "0", "summary": "system_event.watchdog main loop.total_timeouts: 0", "scope": "global", "metric_type": 1 @@ -39175,6 +42736,7 @@ "dbms": 19, "name": "global.system_event.watchdog main loop.total_timeouts_fg", "vartype": 2, + "default": "0", "summary": "system_event.watchdog main loop.total_timeouts_fg: 0", "scope": "global", "metric_type": 1 @@ -39186,6 +42748,7 @@ "dbms": 19, "name": "global.system_event.watchdog main loop.total_waits", "vartype": 2, + "default": "36", "summary": "system_event.watchdog main loop.total_waits: 36", "scope": "global", "metric_type": 1 @@ -39197,6 +42760,7 @@ "dbms": 19, "name": "global.system_event.watchdog main loop.total_waits_fg", "vartype": 2, + "default": "36", "summary": "system_event.watchdog main loop.total_waits_fg: 36", "scope": "global", "metric_type": 1 @@ -39208,6 +42772,7 @@ "dbms": 19, "name": "global.system_event.watchdog main loop.wait_class", "vartype": 1, + "default": "Idle", "summary": "system_event.watchdog main loop.wait_class: Idle", "scope": "global", "metric_type": 2 @@ -39219,9 +42784,10 @@ "dbms": 19, "name": "global.system_event.watchdog main loop.wait_class#", "vartype": 2, + "default": "6", "summary": "system_event.watchdog main loop.wait_class#: 6", "scope": "global", - "metric_type": 1 + "metric_type": 3 }, "model": "website.MetricCatalog" }, @@ -39230,6 +42796,7 @@ "dbms": 19, "name": "global.system_event.watchdog main loop.wait_class_id", "vartype": 2, + "default": "2723168908", "summary": "system_event.watchdog main loop.wait_class_id: 2723168908", "scope": "global", "metric_type": 1 diff --git a/server/website/website/fixtures/postgres-96_metrics.json b/server/website/website/fixtures/postgres-96_metrics.json index 52b1157..4330bdf 100644 --- a/server/website/website/fixtures/postgres-96_metrics.json +++ b/server/website/website/fixtures/postgres-96_metrics.json @@ -1,1014 +1,1106 @@ [ { "fields": { - "dbms": 1, - "name": "pg_stat_archiver.failed_count", - "summary": "Number of failed attempts for archiving WAL files", - "vartype": 2, - "metric_type": 1, - "scope": "global" - }, + "dbms": 1, + "default": null, + "scope": "global", + "vartype": 2, + "name": "pg_stat_archiver.failed_count", + "summary": "Number of failed attempts for archiving WAL files", + "metric_type": 1 + }, "model": "website.MetricCatalog" - }, + }, { - "fields": { - "dbms": 1, - "name": "pg_stat_archiver.archived_count", - "summary": "Number of WAL files that have been successfully archived", - "vartype": 2, - "metric_type": 1, - "scope": "global" - }, + "fields": { + "dbms": 1, + "default": null, + "scope": "global", + "vartype": 2, + "name": "pg_stat_archiver.archived_count", + "summary": "Number of WAL files that have been successfully archived", + "metric_type": 1 + }, "model": "website.MetricCatalog" - }, + }, { - "fields": { - "dbms": 1, - "name": "pg_stat_archiver.stats_reset", - "summary": "Time at which these statistics were last reset", - "vartype": 6, - "metric_type": 2, - "scope": "global" - }, + "fields": { + "dbms": 1, + "default": null, + "scope": "global", + "vartype": 6, + "name": "pg_stat_archiver.stats_reset", + "summary": "Time at which these statistics were last reset", + "metric_type": 2 + }, "model": "website.MetricCatalog" - }, + }, { - "fields": { - "dbms": 1, - "name": "pg_stat_archiver.last_archived_time", - "summary": "Time of the last successful archive operation", - "vartype": 6, - "metric_type": 2, - "scope": "global" - }, + "fields": { + "dbms": 1, + "default": null, + "scope": "global", + "vartype": 6, + "name": "pg_stat_archiver.last_archived_time", + "summary": "Time of the last successful archive operation", + "metric_type": 2 + }, "model": "website.MetricCatalog" - }, + }, { - "fields": { - "dbms": 1, - "name": "pg_stat_archiver.last_failed_time", - "summary": "Time of the last failed archival operation", - "vartype": 6, - "metric_type": 2, - "scope": "global" - }, + "fields": { + "dbms": 1, + "default": null, + "scope": "global", + "vartype": 6, + "name": "pg_stat_archiver.last_failed_time", + "summary": "Time of the last failed archival operation", + "metric_type": 2 + }, "model": "website.MetricCatalog" - }, + }, { - "fields": { - "dbms": 1, - "name": "pg_stat_archiver.last_failed_wal", - "summary": "Name of the WAL file of the last failed archival operation", - "vartype": 1, - "metric_type": 2, - "scope": "global" - }, + "fields": { + "dbms": 1, + "default": null, + "scope": "global", + "vartype": 1, + "name": "pg_stat_archiver.last_failed_wal", + "summary": "Name of the WAL file of the last failed archival operation", + "metric_type": 2 + }, "model": "website.MetricCatalog" - }, + }, { - "fields": { - "dbms": 1, - "name": "pg_stat_archiver.last_archived_wal", - "summary": "Name of the last WAL file successfully archived", - "vartype": 1, - "metric_type": 2, - "scope": "global" - }, + "fields": { + "dbms": 1, + "default": null, + "scope": "global", + "vartype": 1, + "name": "pg_stat_archiver.last_archived_wal", + "summary": "Name of the last WAL file successfully archived", + "metric_type": 2 + }, "model": "website.MetricCatalog" - }, + }, { - "fields": { - "dbms": 1, - "name": "pg_stat_bgwriter.buffers_backend", - "summary": "Number of buffers written directly by a backend", - "vartype": 2, - "metric_type": 1, - "scope": "global" - }, + "fields": { + "dbms": 1, + "default": null, + "scope": "global", + "vartype": 2, + "name": "pg_stat_bgwriter.buffers_backend", + "summary": "Number of buffers written directly by a backend", + "metric_type": 1 + }, "model": "website.MetricCatalog" - }, + }, { - "fields": { - "dbms": 1, - "name": "pg_stat_bgwriter.checkpoints_timed", - "summary": "Number of scheduled checkpoints that have been performed", - "vartype": 2, - "metric_type": 1, - "scope": "global" - }, + "fields": { + "dbms": 1, + "default": null, + "scope": "global", + "vartype": 2, + "name": "pg_stat_bgwriter.checkpoints_timed", + "summary": "Number of scheduled checkpoints that have been performed", + "metric_type": 1 + }, "model": "website.MetricCatalog" - }, + }, { "fields": { - "dbms": 1, - "name": "pg_stat_bgwriter.buffers_alloc", - "summary": "Number of buffers allocated", - "vartype": 2, - "metric_type": 1, - "scope": "global" - }, + "dbms": 1, + "default": null, + "scope": "global", + "vartype": 2, + "name": "pg_stat_bgwriter.buffers_alloc", + "summary": "Number of buffers allocated", + "metric_type": 1 + }, "model": "website.MetricCatalog" - }, + }, { "fields": { - "dbms": 1, - "name": "pg_stat_bgwriter.buffers_clean", - "summary": "Number of buffers written by the background writer", - "vartype": 2, - "metric_type": 1, - "scope": "global" - }, + "dbms": 1, + "default": null, + "scope": "global", + "vartype": 2, + "name": "pg_stat_bgwriter.buffers_clean", + "summary": "Number of buffers written by the background writer", + "metric_type": 1 + }, "model": "website.MetricCatalog" - }, + }, { "fields": { - "dbms": 1, - "name": "pg_stat_bgwriter.buffers_backend_fsync", - "summary": "Number of times a backend had to execute its own fsync call (normally the background writer handles those even when the backend does its own write)", - "vartype": 2, - "metric_type": 1, - "scope": "global" - }, + "dbms": 1, + "default": null, + "scope": "global", + "vartype": 2, + "name": "pg_stat_bgwriter.buffers_backend_fsync", + "summary": "Number of times a backend had to execute its own fsync call (normally the background writer handles those even when the backend does its own write)", + "metric_type": 1 + }, "model": "website.MetricCatalog" - }, + }, { "fields": { - "dbms": 1, - "name": "pg_stat_bgwriter.checkpoint_sync_time", - "summary": "\"Total amount of time that has been spent in the portion of checkpoint processing where files are synchronized to disk, in milliseconds\"", - "vartype": 2, - "metric_type": 1, - "scope": "global" - }, + "dbms": 1, + "default": null, + "scope": "global", + "vartype": 2, + "name": "pg_stat_bgwriter.checkpoint_sync_time", + "summary": "\"Total amount of time that has been spent in the portion of checkpoint processing where files are synchronized to disk, in milliseconds\"", + "metric_type": 1 + }, "model": "website.MetricCatalog" - }, + }, { "fields": { - "dbms": 1, - "name": "pg_stat_bgwriter.checkpoints_req", - "summary": "Number of requested checkpoints that have been performed", - "vartype": 2, - "metric_type": 1, - "scope": "global" - }, + "dbms": 1, + "default": null, + "scope": "global", + "vartype": 2, + "name": "pg_stat_bgwriter.checkpoints_req", + "summary": "Number of requested checkpoints that have been performed", + "metric_type": 1 + }, "model": "website.MetricCatalog" - }, + }, { "fields": { - "dbms": 1, - "name": "pg_stat_bgwriter.checkpoint_write_time", - "summary": "\"Total amount of time that has been spent in the portion of checkpoint processing where files are written to disk, in milliseconds\"", - "vartype": 2, - "metric_type": 1, - "scope": "global" - }, + "dbms": 1, + "default": null, + "scope": "global", + "vartype": 2, + "name": "pg_stat_bgwriter.checkpoint_write_time", + "summary": "\"Total amount of time that has been spent in the portion of checkpoint processing where files are written to disk, in milliseconds\"", + "metric_type": 1 + }, "model": "website.MetricCatalog" - }, + }, { "fields": { - "dbms": 1, - "name": "pg_stat_bgwriter.maxwritten_clean", - "summary": "Number of times the background writer stopped a cleaning scan because it had written too many buffers", - "vartype": 2, - "metric_type": 1, - "scope": "global" - }, + "dbms": 1, + "default": null, + "scope": "global", + "vartype": 2, + "name": "pg_stat_bgwriter.maxwritten_clean", + "summary": "Number of times the background writer stopped a cleaning scan because it had written too many buffers", + "metric_type": 1 + }, "model": "website.MetricCatalog" - }, + }, { "fields": { - "dbms": 1, - "name": "pg_stat_bgwriter.buffers_checkpoint", - "summary": "Number of buffers written during checkpoints", - "vartype": 2, - "metric_type": 1, - "scope": "global" - }, + "dbms": 1, + "default": null, + "scope": "global", + "vartype": 2, + "name": "pg_stat_bgwriter.buffers_checkpoint", + "summary": "Number of buffers written during checkpoints", + "metric_type": 1 + }, "model": "website.MetricCatalog" - }, + }, { "fields": { - "dbms": 1, - "name": "pg_stat_bgwriter.stats_reset", - "summary": "Time at which these statistics were last reset", - "vartype": 6, - "metric_type": 2, - "scope": "global" - }, + "dbms": 1, + "default": null, + "scope": "global", + "vartype": 6, + "name": "pg_stat_bgwriter.stats_reset", + "summary": "Time at which these statistics were last reset", + "metric_type": 2 + }, "model": "website.MetricCatalog" - }, + }, { "fields": { - "dbms": 1, - "name": "pg_stat_database.numbackends", - "summary": "Number of backends currently connected to this database. This is the only column in this view that returns a value reflecting current state; all other columns return the accumulated values since the last reset.", - "vartype": 2, - "metric_type": 2, - "scope": "database" - }, + "dbms": 1, + "default": null, + "scope": "database", + "vartype": 2, + "name": "pg_stat_database.numbackends", + "summary": "Number of backends currently connected to this database. This is the only column in this view that returns a value reflecting current state; all other columns return the accumulated values since the last reset.", + "metric_type": 2 + }, "model": "website.MetricCatalog" - }, + }, { "fields": { - "dbms": 1, - "name": "pg_stat_database.datname", - "summary": "Name of this database", - "vartype": 1, - "metric_type": 2, - "scope": "database" - }, + "dbms": 1, + "default": null, + "scope": "database", + "vartype": 1, + "name": "pg_stat_database.datname", + "summary": "Name of this database", + "metric_type": 2 + }, "model": "website.MetricCatalog" - }, + }, { "fields": { - "dbms": 1, - "name": "pg_stat_database.blks_read", - "summary": "Number of disk blocks read in this database", - "vartype": 2, - "metric_type": 1, - "scope": "database" - }, + "dbms": 1, + "default": null, + "scope": "database", + "vartype": 2, + "name": "pg_stat_database.blks_read", + "summary": "Number of disk blocks read in this database", + "metric_type": 1 + }, "model": "website.MetricCatalog" - }, + }, { "fields": { - "dbms": 1, - "name": "pg_stat_database.deadlocks", - "summary": "Number of deadlocks detected in this database", - "vartype": 2, - "metric_type": 1, - "scope": "database" - }, + "dbms": 1, + "default": null, + "scope": "database", + "vartype": 2, + "name": "pg_stat_database.deadlocks", + "summary": "Number of deadlocks detected in this database", + "metric_type": 1 + }, "model": "website.MetricCatalog" - }, + }, { "fields": { - "dbms": 1, - "name": "pg_stat_database.tup_fetched", - "summary": "Number of rows fetched by queries in this database", - "vartype": 2, - "metric_type": 1, - "scope": "database" - }, + "dbms": 1, + "default": null, + "scope": "database", + "vartype": 2, + "name": "pg_stat_database.tup_fetched", + "summary": "Number of rows fetched by queries in this database", + "metric_type": 1 + }, "model": "website.MetricCatalog" - }, + }, { "fields": { - "dbms": 1, - "name": "pg_stat_database.tup_updated", - "summary": "Number of rows updated by queries in this database", - "vartype": 2, - "metric_type": 1, - "scope": "database" - }, + "dbms": 1, + "default": null, + "scope": "database", + "vartype": 2, + "name": "pg_stat_database.tup_updated", + "summary": "Number of rows updated by queries in this database", + "metric_type": 1 + }, "model": "website.MetricCatalog" - }, + }, { "fields": { - "dbms": 1, - "name": "pg_stat_database.stats_reset", - "summary": "Time at which these statistics were last reset", - "vartype": 6, - "metric_type": 2, - "scope": "database" - }, + "dbms": 1, + "default": null, + "scope": "database", + "vartype": 6, + "name": "pg_stat_database.stats_reset", + "summary": "Time at which these statistics were last reset", + "metric_type": 2 + }, "model": "website.MetricCatalog" - }, + }, { "fields": { - "dbms": 1, - "name": "pg_stat_database.tup_inserted", - "summary": "Number of rows inserted by queries in this database", - "vartype": 2, - "metric_type": 1, - "scope": "database" - }, + "dbms": 1, + "default": null, + "scope": "database", + "vartype": 2, + "name": "pg_stat_database.tup_inserted", + "summary": "Number of rows inserted by queries in this database", + "metric_type": 1 + }, "model": "website.MetricCatalog" - }, + }, { "fields": { - "dbms": 1, - "name": "pg_stat_database.datid", - "summary": "OID of a database", - "vartype": 2, - "metric_type": 2, - "scope": "database" - }, + "dbms": 1, + "default": null, + "scope": "database", + "vartype": 2, + "name": "pg_stat_database.datid", + "summary": "OID of a database", + "metric_type": 2 + }, "model": "website.MetricCatalog" - }, + }, { "fields": { - "dbms": 1, - "name": "pg_stat_database.xact_commit", - "summary": "Number of transactions in this database that have been committed", - "vartype": 2, - "metric_type": 1, - "scope": "database" - }, + "dbms": 1, + "default": null, + "scope": "database", + "vartype": 2, + "name": "pg_stat_database.xact_commit", + "summary": "Number of transactions in this database that have been committed", + "metric_type": 1 + }, "model": "website.MetricCatalog" - }, + }, { "fields": { - "dbms": 1, - "name": "pg_stat_database.tup_deleted", - "summary": "Number of rows deleted by queries in this database", - "vartype": 2, - "metric_type": 1, - "scope": "database" - }, + "dbms": 1, + "default": null, + "scope": "database", + "vartype": 2, + "name": "pg_stat_database.tup_deleted", + "summary": "Number of rows deleted by queries in this database", + "metric_type": 1 + }, "model": "website.MetricCatalog" - }, + }, { "fields": { - "dbms": 1, - "name": "pg_stat_database.blk_read_time", - "summary": "\"Time spent reading data file blocks by backends in this database, in milliseconds\"", - "vartype": 3, - "metric_type": 1, - "scope": "database" - }, + "dbms": 1, + "default": null, + "scope": "database", + "vartype": 2, + "name": "pg_stat_database.blk_read_time", + "summary": "\"Time spent reading data file blocks by backends in this database, in milliseconds\"", + "metric_type": 1 + }, "model": "website.MetricCatalog" - }, + }, { "fields": { - "dbms": 1, - "name": "pg_stat_database.xact_rollback", - "summary": "Number of transactions in this database that have been rolled back", - "vartype": 2, - "metric_type": 1, - "scope": "database" - }, + "dbms": 1, + "default": null, + "scope": "database", + "vartype": 2, + "name": "pg_stat_database.xact_rollback", + "summary": "Number of transactions in this database that have been rolled back", + "metric_type": 1 + }, "model": "website.MetricCatalog" - }, + }, { "fields": { - "dbms": 1, - "name": "pg_stat_database.conflicts", - "summary": "\"Number of queries canceled due to conflicts with recovery in this database. (Conflicts occur only on standby servers; see pg_stat_database_conflicts for details.)\"", - "vartype": 2, - "metric_type": 1, - "scope": "database" - }, + "dbms": 1, + "default": null, + "scope": "database", + "vartype": 2, + "name": "pg_stat_database.conflicts", + "summary": "\"Number of queries canceled due to conflicts with recovery in this database. (Conflicts occur only on standby servers; see pg_stat_database_conflicts for details.)\"", + "metric_type": 1 + }, "model": "website.MetricCatalog" - }, + }, { "fields": { - "dbms": 1, - "name": "pg_stat_database.blks_hit", - "summary": "\"Number of times disk blocks were found already in the buffer cache, so that a read was not necessary (this only includes hits in the PostgreSQL buffer cache, not the operating system's file system cache)\"", - "vartype": 2, - "metric_type": 1, - "scope": "database" - }, + "dbms": 1, + "default": null, + "scope": "database", + "vartype": 2, + "name": "pg_stat_database.blks_hit", + "summary": "\"Number of times disk blocks were found already in the buffer cache, so that a read was not necessary (this only includes hits in the PostgreSQL buffer cache, not the operating system's file system cache)\"", + "metric_type": 1 + }, "model": "website.MetricCatalog" - }, + }, { "fields": { - "dbms": 1, - "name": "pg_stat_database.tup_returned", - "summary": "Number of rows returned by queries in this database", - "vartype": 2, - "metric_type": 1, - "scope": "database" - }, + "dbms": 1, + "default": null, + "scope": "database", + "vartype": 2, + "name": "pg_stat_database.tup_returned", + "summary": "Number of rows returned by queries in this database", + "metric_type": 1 + }, "model": "website.MetricCatalog" - }, + }, { "fields": { - "dbms": 1, - "name": "pg_stat_database.temp_files", - "summary": "\"Number of temporary files created by queries in this database. All temporary files are counted, regardless of why the temporary file was created (e.g., sorting or hashing), and regardless of the log_temp_files setting.\"", - "vartype": 2, - "metric_type": 1, - "scope": "database" - }, + "dbms": 1, + "default": null, + "scope": "database", + "vartype": 2, + "name": "pg_stat_database.temp_files", + "summary": "\"Number of temporary files created by queries in this database. All temporary files are counted, regardless of why the temporary file was created (e.g., sorting or hashing), and regardless of the log_temp_files setting.\"", + "metric_type": 1 + }, "model": "website.MetricCatalog" - }, + }, { "fields": { - "dbms": 1, - "name": "pg_stat_database.blk_write_time", - "summary": "\"Time spent writing data file blocks by backends in this database, in milliseconds\"", - "vartype": 3, - "metric_type": 1, - "scope": "database" - }, + "dbms": 1, + "default": null, + "scope": "database", + "vartype": 2, + "name": "pg_stat_database.blk_write_time", + "summary": "\"Time spent writing data file blocks by backends in this database, in milliseconds\"", + "metric_type": 1 + }, "model": "website.MetricCatalog" - }, + }, { "fields": { - "dbms": 1, - "name": "pg_stat_database.temp_bytes", - "summary": "\"Total amount of data written to temporary files by queries in this database. All temporary files are counted, regardless of why the temporary file was created, and regardless of the log_temp_files setting.\"", - "vartype": 2, - "metric_type": 1, - "scope": "database" - }, + "dbms": 1, + "default": null, + "scope": "database", + "vartype": 2, + "name": "pg_stat_database.temp_bytes", + "summary": "\"Total amount of data written to temporary files by queries in this database. All temporary files are counted, regardless of why the temporary file was created, and regardless of the log_temp_files setting.\"", + "metric_type": 1 + }, "model": "website.MetricCatalog" - }, + }, { "fields": { - "dbms": 1, - "name": "pg_stat_database_conflicts.datname", - "summary": "Name of this database", - "vartype": 1, - "metric_type": 2, - "scope": "database" - }, + "dbms": 1, + "default": null, + "scope": "database", + "vartype": 1, + "name": "pg_stat_database_conflicts.datname", + "summary": "Name of this database", + "metric_type": 2 + }, "model": "website.MetricCatalog" - }, + }, { "fields": { - "dbms": 1, - "name": "pg_stat_database_conflicts.confl_deadlock", - "summary": "Number of queries in this database that have been canceled due to deadlocks", - "vartype": 2, - "metric_type": 1, - "scope": "database" - }, + "dbms": 1, + "default": null, + "scope": "database", + "vartype": 2, + "name": "pg_stat_database_conflicts.confl_deadlock", + "summary": "Number of queries in this database that have been canceled due to deadlocks", + "metric_type": 1 + }, "model": "website.MetricCatalog" - }, + }, { "fields": { - "dbms": 1, - "name": "pg_stat_database_conflicts.confl_bufferpin", - "summary": "Number of queries in this database that have been canceled due to pinned buffers", - "vartype": 2, - "metric_type": 1, - "scope": "database" - }, + "dbms": 1, + "default": null, + "scope": "database", + "vartype": 2, + "name": "pg_stat_database_conflicts.confl_bufferpin", + "summary": "Number of queries in this database that have been canceled due to pinned buffers", + "metric_type": 1 + }, "model": "website.MetricCatalog" - }, + }, { "fields": { - "dbms": 1, - "name": "pg_stat_database_conflicts.datid", - "summary": "OID of a database", - "vartype": 2, - "metric_type": 2, - "scope": "database" - }, + "dbms": 1, + "default": null, + "scope": "database", + "vartype": 2, + "name": "pg_stat_database_conflicts.datid", + "summary": "OID of a database", + "metric_type": 2 + }, "model": "website.MetricCatalog" - }, + }, { "fields": { - "dbms": 1, - "name": "pg_stat_database_conflicts.confl_tablespace", - "summary": "Number of queries in this database that have been canceled due to dropped tablespaces", - "vartype": 2, - "metric_type": 1, - "scope": "database" - }, + "dbms": 1, + "default": null, + "scope": "database", + "vartype": 2, + "name": "pg_stat_database_conflicts.confl_tablespace", + "summary": "Number of queries in this database that have been canceled due to dropped tablespaces", + "metric_type": 1 + }, "model": "website.MetricCatalog" - }, + }, { "fields": { - "dbms": 1, - "name": "pg_stat_database_conflicts.confl_lock", - "summary": "Number of queries in this database that have been canceled due to lock timeouts", - "vartype": 2, - "metric_type": 1, - "scope": "database" - }, + "dbms": 1, + "default": null, + "scope": "database", + "vartype": 2, + "name": "pg_stat_database_conflicts.confl_lock", + "summary": "Number of queries in this database that have been canceled due to lock timeouts", + "metric_type": 1 + }, "model": "website.MetricCatalog" - }, + }, { "fields": { - "dbms": 1, - "name": "pg_stat_database_conflicts.confl_snapshot", - "summary": "Number of queries in this database that have been canceled due to old snapshots", - "vartype": 2, - "metric_type": 1, - "scope": "database" - }, + "dbms": 1, + "default": null, + "scope": "database", + "vartype": 2, + "name": "pg_stat_database_conflicts.confl_snapshot", + "summary": "Number of queries in this database that have been canceled due to old snapshots", + "metric_type": 1 + }, "model": "website.MetricCatalog" - }, + }, { "fields": { - "dbms": 1, - "name": "pg_stat_user_indexes.indexrelid", - "summary": "OID of this index", - "vartype": 2, - "metric_type": 2, - "scope": "index" - }, + "dbms": 1, + "default": null, + "scope": "index", + "vartype": 2, + "name": "pg_stat_user_indexes.indexrelid", + "summary": "OID of this index", + "metric_type": 2 + }, "model": "website.MetricCatalog" - }, + }, { "fields": { - "dbms": 1, - "name": "pg_stat_user_indexes.relid", - "summary": "OID of the table for this index", - "vartype": 2, - "metric_type": 2, - "scope": "index" - }, + "dbms": 1, + "default": null, + "scope": "index", + "vartype": 2, + "name": "pg_stat_user_indexes.relid", + "summary": "OID of the table for this index", + "metric_type": 2 + }, "model": "website.MetricCatalog" - }, + }, { "fields": { - "dbms": 1, - "name": "pg_stat_user_indexes.indexrelname", - "summary": "Name of this index", - "vartype": 1, - "metric_type": 2, - "scope": "index" - }, + "dbms": 1, + "default": null, + "scope": "index", + "vartype": 1, + "name": "pg_stat_user_indexes.indexrelname", + "summary": "Name of this index", + "metric_type": 2 + }, "model": "website.MetricCatalog" - }, + }, { "fields": { - "dbms": 1, - "name": "pg_stat_user_indexes.relname", - "summary": "Name of the table for this index", - "vartype": 1, - "metric_type": 2, - "scope": "index" - }, + "dbms": 1, + "default": null, + "scope": "index", + "vartype": 1, + "name": "pg_stat_user_indexes.relname", + "summary": "Name of the table for this index", + "metric_type": 2 + }, "model": "website.MetricCatalog" - }, + }, { "fields": { - "dbms": 1, - "name": "pg_stat_user_indexes.idx_tup_fetch", - "summary": "Number of live table rows fetched by simple index scans using this index", - "vartype": 2, - "metric_type": 1, - "scope": "index" - }, + "dbms": 1, + "default": null, + "scope": "index", + "vartype": 2, + "name": "pg_stat_user_indexes.idx_tup_fetch", + "summary": "Number of live table rows fetched by simple index scans using this index", + "metric_type": 1 + }, "model": "website.MetricCatalog" - }, + }, { "fields": { - "dbms": 1, - "name": "pg_stat_user_indexes.idx_tup_read", - "summary": "Number of index entries returned by scans on this index", - "vartype": 2, - "metric_type": 1, - "scope": "index" - }, + "dbms": 1, + "default": null, + "scope": "index", + "vartype": 2, + "name": "pg_stat_user_indexes.idx_tup_read", + "summary": "Number of index entries returned by scans on this index", + "metric_type": 1 + }, "model": "website.MetricCatalog" - }, + }, { "fields": { - "dbms": 1, - "name": "pg_stat_user_indexes.idx_scan", - "summary": "Number of index scans initiated on this index", - "vartype": 2, - "metric_type": 1, - "scope": "index" - }, + "dbms": 1, + "default": null, + "scope": "index", + "vartype": 2, + "name": "pg_stat_user_indexes.idx_scan", + "summary": "Number of index scans initiated on this index", + "metric_type": 1 + }, "model": "website.MetricCatalog" - }, + }, { "fields": { - "dbms": 1, - "name": "pg_stat_user_indexes.schemaname", - "summary": "Name of the schema this index is in", - "vartype": 1, - "metric_type": 2, - "scope": "index" - }, + "dbms": 1, + "default": null, + "scope": "index", + "vartype": 1, + "name": "pg_stat_user_indexes.schemaname", + "summary": "Name of the schema this index is in", + "metric_type": 2 + }, "model": "website.MetricCatalog" - }, + }, { "fields": { - "dbms": 1, - "name": "pg_stat_user_tables.last_vacuum", - "summary": "Last time at which this table was manually vacuumed (not counting VACUUM FULL)", - "vartype": 6, - "metric_type": 2, - "scope": "table" - }, + "dbms": 1, + "default": null, + "scope": "table", + "vartype": 6, + "name": "pg_stat_user_tables.last_vacuum", + "summary": "Last time at which this table was manually vacuumed (not counting VACUUM FULL)", + "metric_type": 2 + }, "model": "website.MetricCatalog" - }, + }, { "fields": { - "dbms": 1, - "name": "pg_stat_user_tables.n_tup_ins", - "summary": "Number of rows inserted", - "vartype": 2, - "metric_type": 1, - "scope": "table" - }, + "dbms": 1, + "default": null, + "scope": "table", + "vartype": 2, + "name": "pg_stat_user_tables.n_tup_ins", + "summary": "Number of rows inserted", + "metric_type": 1 + }, "model": "website.MetricCatalog" - }, + }, { "fields": { - "dbms": 1, - "name": "pg_stat_user_tables.n_dead_tup", - "summary": "Estimated number of dead rows", - "vartype": 2, - "metric_type": 3, - "scope": "table" - }, + "dbms": 1, + "default": null, + "scope": "table", + "vartype": 2, + "name": "pg_stat_user_tables.n_dead_tup", + "summary": "Estimated number of dead rows", + "metric_type": 1 + }, "model": "website.MetricCatalog" - }, + }, { "fields": { - "dbms": 1, - "name": "pg_stat_user_tables.last_analyze", - "summary": "Last time at which this table was manually analyzed", - "vartype": 6, - "metric_type": 2, - "scope": "table" - }, + "dbms": 1, + "default": null, + "scope": "table", + "vartype": 6, + "name": "pg_stat_user_tables.last_analyze", + "summary": "Last time at which this table was manually analyzed", + "metric_type": 2 + }, "model": "website.MetricCatalog" - }, + }, { "fields": { - "dbms": 1, - "name": "pg_stat_user_tables.idx_tup_fetch", - "summary": "Number of live rows fetched by index scans", - "vartype": 2, - "metric_type": 1, - "scope": "table" - }, + "dbms": 1, + "default": null, + "scope": "table", + "vartype": 2, + "name": "pg_stat_user_tables.idx_tup_fetch", + "summary": "Number of live rows fetched by index scans", + "metric_type": 1 + }, "model": "website.MetricCatalog" - }, + }, { "fields": { - "dbms": 1, - "name": "pg_stat_user_tables.n_tup_upd", - "summary": "Number of rows updated", - "vartype": 2, - "metric_type": 1, - "scope": "table" - }, + "dbms": 1, + "default": null, + "scope": "table", + "vartype": 2, + "name": "pg_stat_user_tables.n_tup_upd", + "summary": "Number of rows updated", + "metric_type": 1 + }, "model": "website.MetricCatalog" - }, + }, { "fields": { - "dbms": 1, - "name": "pg_stat_user_tables.schemaname", - "summary": "Name of the schema that this table is in", - "vartype": 1, - "metric_type": 2, - "scope": "table" - }, + "dbms": 1, + "default": null, + "scope": "table", + "vartype": 1, + "name": "pg_stat_user_tables.schemaname", + "summary": "Name of the schema that this table is in", + "metric_type": 2 + }, "model": "website.MetricCatalog" - }, + }, { "fields": { - "dbms": 1, - "name": "pg_stat_user_tables.seq_tup_read", - "summary": "Number of live rows fetched by sequential scans", - "vartype": 2, - "metric_type": 1, - "scope": "table" - }, + "dbms": 1, + "default": null, + "scope": "table", + "vartype": 2, + "name": "pg_stat_user_tables.seq_tup_read", + "summary": "Number of live rows fetched by sequential scans", + "metric_type": 1 + }, "model": "website.MetricCatalog" - }, + }, { "fields": { - "dbms": 1, - "name": "pg_stat_user_tables.vacuum_count", - "summary": "Number of times this table has been manually vacuumed (not counting VACUUM FULL)", - "vartype": 2, - "metric_type": 1, - "scope": "table" - }, + "dbms": 1, + "default": null, + "scope": "table", + "vartype": 2, + "name": "pg_stat_user_tables.vacuum_count", + "summary": "Number of times this table has been manually vacuumed (not counting VACUUM FULL)", + "metric_type": 1 + }, "model": "website.MetricCatalog" - }, + }, { "fields": { - "dbms": 1, - "name": "pg_stat_user_tables.n_mod_since_analyze", - "summary": "Estimated number of rows modified since this table was last analyzed", - "vartype": 2, - "metric_type": 3, - "scope": "table" - }, + "dbms": 1, + "default": null, + "scope": "table", + "vartype": 2, + "name": "pg_stat_user_tables.n_mod_since_analyze", + "summary": "Estimated number of rows modified since this table was last analyzed", + "metric_type": 1 + }, "model": "website.MetricCatalog" - }, + }, { "fields": { - "dbms": 1, - "name": "pg_stat_user_tables.n_tup_del", - "summary": "Number of rows deleted", - "vartype": 2, - "metric_type": 1, - "scope": "table" - }, + "dbms": 1, + "default": null, + "scope": "table", + "vartype": 2, + "name": "pg_stat_user_tables.n_tup_del", + "summary": "Number of rows deleted", + "metric_type": 1 + }, "model": "website.MetricCatalog" - }, + }, { "fields": { - "dbms": 1, - "name": "pg_stat_user_tables.last_autovacuum", - "summary": "Last time at which this table was vacuumed by the autovacuum daemon", - "vartype": 6, - "metric_type": 2, - "scope": "table" - }, + "dbms": 1, + "default": null, + "scope": "table", + "vartype": 6, + "name": "pg_stat_user_tables.last_autovacuum", + "summary": "Last time at which this table was vacuumed by the autovacuum daemon", + "metric_type": 2 + }, "model": "website.MetricCatalog" - }, + }, { "fields": { - "dbms": 1, - "name": "pg_stat_user_tables.seq_scan", - "summary": "Number of sequential scans initiated on this table", - "vartype": 2, - "metric_type": 1, - "scope": "table" - }, + "dbms": 1, + "default": null, + "scope": "table", + "vartype": 2, + "name": "pg_stat_user_tables.seq_scan", + "summary": "Number of sequential scans initiated on this table", + "metric_type": 1 + }, "model": "website.MetricCatalog" - }, + }, { "fields": { - "dbms": 1, - "name": "pg_stat_user_tables.relid", - "summary": "OID of a table", - "vartype": 2, - "metric_type": 2, - "scope": "table" - }, + "dbms": 1, + "default": null, + "scope": "table", + "vartype": 2, + "name": "pg_stat_user_tables.relid", + "summary": "OID of a table", + "metric_type": 2 + }, "model": "website.MetricCatalog" - }, + }, { "fields": { - "dbms": 1, - "name": "pg_stat_user_tables.n_tup_hot_upd", - "summary": "\"Number of rows HOT updated (i.e., with no separate index update required)\"", - "vartype": 2, - "metric_type": 1, - "scope": "table" - }, + "dbms": 1, + "default": null, + "scope": "table", + "vartype": 2, + "name": "pg_stat_user_tables.n_tup_hot_upd", + "summary": "\"Number of rows HOT updated (i.e., with no separate index update required)\"", + "metric_type": 1 + }, "model": "website.MetricCatalog" - }, + }, { "fields": { - "dbms": 1, - "name": "pg_stat_user_tables.autoanalyze_count", - "summary": "Number of times this table has been analyzed by the autovacuum daemon", - "vartype": 2, - "metric_type": 1, - "scope": "table" - }, + "dbms": 1, + "default": null, + "scope": "table", + "vartype": 2, + "name": "pg_stat_user_tables.autoanalyze_count", + "summary": "Number of times this table has been analyzed by the autovacuum daemon", + "metric_type": 1 + }, "model": "website.MetricCatalog" - }, + }, { "fields": { - "dbms": 1, - "name": "pg_stat_user_tables.n_live_tup", - "summary": "Estimated number of live rows", - "vartype": 2, - "metric_type": 3, - "scope": "table" - }, + "dbms": 1, + "default": null, + "scope": "table", + "vartype": 2, + "name": "pg_stat_user_tables.n_live_tup", + "summary": "Estimated number of live rows", + "metric_type": 1 + }, "model": "website.MetricCatalog" - }, + }, { "fields": { - "dbms": 1, - "name": "pg_stat_user_tables.relname", - "summary": "Name of this table", - "vartype": 1, - "metric_type": 2, - "scope": "table" - }, + "dbms": 1, + "default": null, + "scope": "table", + "vartype": 1, + "name": "pg_stat_user_tables.relname", + "summary": "Name of this table", + "metric_type": 2 + }, "model": "website.MetricCatalog" - }, + }, { "fields": { - "dbms": 1, - "name": "pg_stat_user_tables.last_autoanalyze", - "summary": "Last time at which this table was analyzed by the autovacuum daemon", - "vartype": 6, - "metric_type": 2, - "scope": "table" - }, + "dbms": 1, + "default": null, + "scope": "table", + "vartype": 6, + "name": "pg_stat_user_tables.last_autoanalyze", + "summary": "Last time at which this table was analyzed by the autovacuum daemon", + "metric_type": 2 + }, "model": "website.MetricCatalog" - }, + }, { "fields": { - "dbms": 1, - "name": "pg_stat_user_tables.idx_scan", - "summary": "Number of index scans initiated on this table", - "vartype": 2, - "metric_type": 1, - "scope": "table" - }, + "dbms": 1, + "default": null, + "scope": "table", + "vartype": 2, + "name": "pg_stat_user_tables.idx_scan", + "summary": "Number of index scans initiated on this table", + "metric_type": 1 + }, "model": "website.MetricCatalog" - }, + }, { "fields": { - "dbms": 1, - "name": "pg_stat_user_tables.autovacuum_count", - "summary": "Number of times this table has been vacuumed by the autovacuum daemon", - "vartype": 2, - "metric_type": 1, - "scope": "table" - }, + "dbms": 1, + "default": null, + "scope": "table", + "vartype": 2, + "name": "pg_stat_user_tables.autovacuum_count", + "summary": "Number of times this table has been vacuumed by the autovacuum daemon", + "metric_type": 1 + }, "model": "website.MetricCatalog" - }, + }, { "fields": { - "dbms": 1, - "name": "pg_stat_user_tables.analyze_count", - "summary": "Number of times this table has been manually analyzed", - "vartype": 2, - "metric_type": 1, - "scope": "table" - }, + "dbms": 1, + "default": null, + "scope": "table", + "vartype": 2, + "name": "pg_stat_user_tables.analyze_count", + "summary": "Number of times this table has been manually analyzed", + "metric_type": 1 + }, "model": "website.MetricCatalog" - }, + }, { "fields": { - "dbms": 1, - "name": "pg_statio_user_indexes.indexrelid", - "summary": "OID of this index", - "vartype": 2, - "metric_type": 2, - "scope": "index" - }, + "dbms": 1, + "default": null, + "scope": "index", + "vartype": 2, + "name": "pg_statio_user_indexes.indexrelid", + "summary": "OID of this index", + "metric_type": 2 + }, "model": "website.MetricCatalog" - }, + }, { "fields": { - "dbms": 1, - "name": "pg_statio_user_indexes.relid", - "summary": "OID of the table for this index", - "vartype": 2, - "metric_type": 2, - "scope": "index" - }, + "dbms": 1, + "default": null, + "scope": "index", + "vartype": 2, + "name": "pg_statio_user_indexes.relid", + "summary": "OID of the table for this index", + "metric_type": 2 + }, "model": "website.MetricCatalog" - }, + }, { "fields": { - "dbms": 1, - "name": "pg_statio_user_indexes.indexrelname", - "summary": "Name of this index", - "vartype": 1, - "metric_type": 2, - "scope": "index" - }, + "dbms": 1, + "default": null, + "scope": "index", + "vartype": 1, + "name": "pg_statio_user_indexes.indexrelname", + "summary": "Name of this index", + "metric_type": 2 + }, "model": "website.MetricCatalog" - }, + }, { "fields": { - "dbms": 1, - "name": "pg_statio_user_indexes.idx_blks_hit", - "summary": "Number of buffer hits in this index", - "vartype": 2, - "metric_type": 1, - "scope": "index" - }, + "dbms": 1, + "default": null, + "scope": "index", + "vartype": 2, + "name": "pg_statio_user_indexes.idx_blks_hit", + "summary": "Number of buffer hits in this index", + "metric_type": 1 + }, "model": "website.MetricCatalog" - }, + }, { "fields": { - "dbms": 1, - "name": "pg_statio_user_indexes.relname", - "summary": "Name of the table for this index", - "vartype": 1, - "metric_type": 2, - "scope": "index" - }, + "dbms": 1, + "default": null, + "scope": "index", + "vartype": 1, + "name": "pg_statio_user_indexes.relname", + "summary": "Name of the table for this index", + "metric_type": 2 + }, "model": "website.MetricCatalog" - }, + }, { "fields": { - "dbms": 1, - "name": "pg_statio_user_indexes.idx_blks_read", - "summary": "Number of disk blocks read from this index", - "vartype": 2, - "metric_type": 1, - "scope": "index" - }, + "dbms": 1, + "default": null, + "scope": "index", + "vartype": 2, + "name": "pg_statio_user_indexes.idx_blks_read", + "summary": "Number of disk blocks read from this index", + "metric_type": 1 + }, "model": "website.MetricCatalog" - }, + }, { "fields": { - "dbms": 1, - "name": "pg_statio_user_indexes.schemaname", - "summary": "Name of the schema this index is in", - "vartype": 1, - "metric_type": 2, - "scope": "index" - }, + "dbms": 1, + "default": null, + "scope": "index", + "vartype": 1, + "name": "pg_statio_user_indexes.schemaname", + "summary": "Name of the schema this index is in", + "metric_type": 2 + }, "model": "website.MetricCatalog" - }, + }, { "fields": { - "dbms": 1, - "name": "pg_statio_user_tables.relid", - "summary": "OID of a table", - "vartype": 2, - "metric_type": 2, - "scope": "table" - }, + "dbms": 1, + "default": null, + "scope": "table", + "vartype": 2, + "name": "pg_statio_user_tables.relid", + "summary": "OID of a table", + "metric_type": 2 + }, "model": "website.MetricCatalog" - }, + }, { "fields": { - "dbms": 1, - "name": "pg_statio_user_tables.heap_blks_hit", - "summary": "Number of buffer hits in this table", - "vartype": 2, - "metric_type": 1, - "scope": "table" - }, + "dbms": 1, + "default": null, + "scope": "table", + "vartype": 2, + "name": "pg_statio_user_tables.heap_blks_hit", + "summary": "Number of buffer hits in this table", + "metric_type": 1 + }, "model": "website.MetricCatalog" - }, + }, { "fields": { - "dbms": 1, - "name": "pg_statio_user_tables.tidx_blks_read", - "summary": "Number of disk blocks read from this table's TOAST table index (if any)", - "vartype": 2, - "metric_type": 1, - "scope": "table" - }, - "model": "website.MetricCatalog" - }, + "dbms": 1, + "default": null, + "scope": "table", + "vartype": 2, + "name": "pg_statio_user_tables.tidx_blks_read", + "summary": "Number of disk blocks read from this table's TOAST table index (if any)", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, { "fields": { - "dbms": 1, - "name": "pg_statio_user_tables.tidx_blks_hit", - "summary": "Number of buffer hits in this table's TOAST table index (if any)", - "vartype": 2, - "metric_type": 1, - "scope": "table" - }, - "model": "website.MetricCatalog" - }, + "dbms": 1, + "default": null, + "scope": "table", + "vartype": 2, + "name": "pg_statio_user_tables.tidx_blks_hit", + "summary": "Number of buffer hits in this table's TOAST table index (if any)", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, { "fields": { - "dbms": 1, - "name": "pg_statio_user_tables.toast_blks_hit", - "summary": "Number of buffer hits in this table's TOAST table (if any)", - "vartype": 2, - "metric_type": 1, - "scope": "table" - }, - "model": "website.MetricCatalog" - }, + "dbms": 1, + "default": null, + "scope": "table", + "vartype": 2, + "name": "pg_statio_user_tables.toast_blks_hit", + "summary": "Number of buffer hits in this table's TOAST table (if any)", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, { "fields": { - "dbms": 1, - "name": "pg_statio_user_tables.idx_blks_hit", - "summary": "Number of buffer hits in all indexes on this table", - "vartype": 2, - "metric_type": 1, - "scope": "table" - }, - "model": "website.MetricCatalog" - }, + "dbms": 1, + "default": null, + "scope": "table", + "vartype": 2, + "name": "pg_statio_user_tables.idx_blks_hit", + "summary": "Number of buffer hits in all indexes on this table", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, { "fields": { - "dbms": 1, - "name": "pg_statio_user_tables.relname", - "summary": "Name of this table", - "vartype": 1, - "metric_type": 2, - "scope": "table" - }, - "model": "website.MetricCatalog" - }, + "dbms": 1, + "default": null, + "scope": "table", + "vartype": 1, + "name": "pg_statio_user_tables.relname", + "summary": "Name of this table", + "metric_type": 2 + }, + "model": "website.MetricCatalog" + }, { "fields": { - "dbms": 1, - "name": "pg_statio_user_tables.toast_blks_read", - "summary": "Number of disk blocks read from this table's TOAST table (if any)", - "vartype": 2, - "metric_type": 1, - "scope": "table" - }, - "model": "website.MetricCatalog" - }, + "dbms": 1, + "default": null, + "scope": "table", + "vartype": 2, + "name": "pg_statio_user_tables.toast_blks_read", + "summary": "Number of disk blocks read from this table's TOAST table (if any)", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, { "fields": { - "dbms": 1, - "name": "pg_statio_user_tables.idx_blks_read", - "summary": "Number of disk blocks read from all indexes on this table", - "vartype": 2, - "metric_type": 1, - "scope": "table" - }, - "model": "website.MetricCatalog" - }, + "dbms": 1, + "default": null, + "scope": "table", + "vartype": 2, + "name": "pg_statio_user_tables.idx_blks_read", + "summary": "Number of disk blocks read from all indexes on this table", + "metric_type": 1 + }, + "model": "website.MetricCatalog" + }, { "fields": { - "dbms": 1, - "name": "pg_statio_user_tables.schemaname", - "summary": "Name of the schema that this table is in", - "vartype": 1, - "metric_type": 2, - "scope": "table" - }, - "model": "website.MetricCatalog" - }, + "dbms": 1, + "default": null, + "scope": "table", + "vartype": 1, + "name": "pg_statio_user_tables.schemaname", + "summary": "Name of the schema that this table is in", + "metric_type": 2 + }, + "model": "website.MetricCatalog" + }, { "fields": { - "dbms": 1, - "name": "pg_statio_user_tables.heap_blks_read", - "summary": "Number of disk blocks read from this table", - "vartype": 2, - "metric_type": 1, - "scope": "table" - }, + "dbms": 1, + "default": null, + "scope": "table", + "vartype": 2, + "name": "pg_statio_user_tables.heap_blks_read", + "summary": "Number of disk blocks read from this table", + "metric_type": 1 + }, "model": "website.MetricCatalog" } -] +] \ No newline at end of file diff --git a/server/website/website/migrations/0001_initial.py b/server/website/website/migrations/0001_initial.py index c85e027..2287462 100644 --- a/server/website/website/migrations/0001_initial.py +++ b/server/website/website/migrations/0001_initial.py @@ -97,6 +97,7 @@ class Migration(migrations.Migration): ('id', models.AutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')), ('name', models.CharField(max_length=128)), ('vartype', models.IntegerField(choices=[(1, 'STRING'), (2, 'INTEGER'), (3, 'REAL'), (4, 'BOOL'), (5, 'ENUM'), (6, 'TIMESTAMP')])), + ('default', models.CharField(max_length=32, null=True)), ('summary', models.TextField(null=True, verbose_name='description')), ('scope', models.CharField(max_length=16)), ('metric_type', models.IntegerField(choices=[(1, 'COUNTER'), (2, 'INFO'), (3, 'STATISTICS')])), diff --git a/server/website/website/models.py b/server/website/website/models.py index d5ef652..19088fe 100644 --- a/server/website/website/models.py +++ b/server/website/website/models.py @@ -92,6 +92,7 @@ class MetricCatalog(BaseModel): dbms = models.ForeignKey(DBMSCatalog) name = models.CharField(max_length=128) vartype = models.IntegerField(choices=VarType.choices()) + default = models.CharField(max_length=32, null=True) summary = models.TextField(null=True, verbose_name='description') scope = models.CharField(max_length=16) metric_type = models.IntegerField(choices=MetricType.choices()) @@ -291,9 +292,9 @@ class SessionKnobManager(models.Manager): knob = KnobCatalog.objects.get(name=session_knob.name, dbms=session.dbms) knob.tunable = session_knob.tunable if knob.vartype in (VarType.INTEGER, VarType.REAL): - if knob.minval is None or session_knob.minval < float(knob.minval): + if knob.minval is None or float(session_knob.minval) < float(knob.minval): knob.minval = session_knob.minval - if knob.maxval is None or session_knob.maxval > float(knob.maxval): + if knob.maxval is None or float(session_knob.maxval) > float(knob.maxval): knob.maxval = session_knob.maxval knob.save() elif disable_others: diff --git a/server/website/website/views.py b/server/website/website/views.py index 87acd02..9b0db00 100644 --- a/server/website/website/views.py +++ b/server/website/website/views.py @@ -657,6 +657,17 @@ def handle_result_files(session, files, execution_times=None): # We tag the metric as invalid, so later they will be set to the worst result metric_data.name = 'default_' + metric_data.name metric_data.save() + if 'transaction_counter' in numeric_metric_dict.keys(): + # Normalize metrics by the amount of work + first_metric = MetricData.objects.filter(session=session).first() + first_metric_data = JSONUtil.loads(first_metric.data) + first_transaction_counter = first_metric_data['transaction_counter'] + transaction_counter = numeric_metric_dict['transaction_counter'] + ratio = transaction_counter / first_transaction_counter + for name in numeric_metric_dict.keys(): + numeric_metric_dict[name] = numeric_metric_dict[name] / ratio + metric_data.data = JSONUtil.dumps(numeric_metric_dict) + metric_data.save() # Create a new workload if this one does not already exist workload = Workload.objects.create_workload(