From 8743c0c2b12e26655d7ece4cb47366e0000de2de Mon Sep 17 00:00:00 2001 From: DongshengYang Date: Thu, 3 Oct 2019 18:19:41 -0400 Subject: [PATCH] support oracle v12 in ottertune server --- .../oracleScripts/oracle_pfile_example.ora | 33 + .../oracle/create_knob_settings.py | 8 +- .../knob_settings/oracle/oracle12.txt | 3340 ++ .../oracle/{oracle.txt => oracle19.txt} | 0 .../oracle/create_metric_settings.py | 8 +- .../metric_settings/oracle/oracle12.txt | 2295 + .../oracle/{oracle.txt => oracle19.txt} | 0 .../website/fixtures/dbms_catalog.json | 110 +- .../fixtures/oracle-12_knobs.json} | 8240 ++- .../fixtures/oracle-12_metrics.json} | 41967 ++++++++-------- .../website/fixtures/oracle-19_knobs.json | 8229 +++ .../website/fixtures/oracle-19_metrics.json | 22123 ++++++++ .../migrations/0004_load_initial_data.py | 6 +- server/website/website/tasks/async_tasks.py | 5 +- 14 files changed, 59908 insertions(+), 26456 deletions(-) create mode 100755 client/driver/oracleScripts/oracle_pfile_example.ora create mode 100644 server/website/script/fixture_generators/knob_settings/oracle/oracle12.txt rename server/website/script/fixture_generators/knob_settings/oracle/{oracle.txt => oracle19.txt} (100%) create mode 100644 server/website/script/fixture_generators/metric_settings/oracle/oracle12.txt rename server/website/script/fixture_generators/metric_settings/oracle/{oracle.txt => oracle19.txt} (100%) rename server/website/{script/fixture_generators/knob_settings/oracle/oracle_knobs.json => website/fixtures/oracle-12_knobs.json} (74%) rename server/website/{script/fixture_generators/metric_settings/oracle/oracle_metrics.json => website/fixtures/oracle-12_metrics.json} (64%) create mode 100644 server/website/website/fixtures/oracle-19_knobs.json create mode 100644 server/website/website/fixtures/oracle-19_metrics.json diff --git a/client/driver/oracleScripts/oracle_pfile_example.ora b/client/driver/oracleScripts/oracle_pfile_example.ora new file mode 100755 index 0000000..2d3e720 --- /dev/null +++ b/client/driver/oracleScripts/oracle_pfile_example.ora @@ -0,0 +1,33 @@ +ORCL.__data_transfer_cache_size=0 +ORCL.__db_cache_size=16039018496 +ORCL.__inmemory_ext_roarea=0 +ORCL.__inmemory_ext_rwarea=0 +ORCL.__java_pool_size=268435456 +ORCL.__large_pool_size=1140850688 +ORCL.__oracle_base='/opt/oracle'#ORACLE_BASE set from environment +ORCL.__pga_aggregate_target=6777995264 +ORCL.__sga_target=20266876928 +ORCL.__shared_io_pool_size=536870912 +ORCL.__shared_pool_size=2214592512 +ORCL.__streams_pool_size=0 +*.audit_file_dest='/opt/oracle/admin/ORCL/adump' +*.audit_sys_operations=false +*.audit_trail='none' +*.compatible='12.2.0' +*.control_files='/opt/oracle/oradata/ORCL/control01.ctl' +*.db_block_size=8192 +*.db_name='ORCL' +*.diagnostic_dest='/opt/oracle' +*.dispatchers='(PROTOCOL=TCP) (SERVICE=ORCLXDB)' +*.enable_pluggable_database=true +*.nls_language='AMERICAN' +*.nls_territory='AMERICA' +*.open_cursors=400 +*.pga_aggregate_target=6434m +*.processes=2560 +*.remote_login_passwordfile='EXCLUSIVE' +*.sga_target=19302m +*.undo_tablespace='UNDOTBS1' + +# configurations recommended by ottertune: +*.log_buffer = 817730432 diff --git a/server/website/script/fixture_generators/knob_settings/oracle/create_knob_settings.py b/server/website/script/fixture_generators/knob_settings/oracle/create_knob_settings.py index a6b5aed..7b959a9 100644 --- a/server/website/script/fixture_generators/knob_settings/oracle/create_knob_settings.py +++ b/server/website/script/fixture_generators/knob_settings/oracle/create_knob_settings.py @@ -158,7 +158,7 @@ def set_field(fields): def main(): final_metrics = [] - with open('oracle.txt', 'r') as f: + with open('oracle12.txt', 'r') as f: num = 0 lines = f.readlines() @@ -186,7 +186,7 @@ def main(): elif num == 2: fields['summary'] = line fields['scope'] = 'global' - fields['dbms'] = 18 # oracle + fields['dbms'] = 12 # oracle fields['category'] = '' fields['enumvals'] = None fields['context'] = '' @@ -201,9 +201,9 @@ def main(): entry['fields'] = fields final_metrics.append(entry) num = (num + 1) % 3 - with open('oracle_knobs.json', 'w') as f: + with open('oracle-12_knobs.json', 'w') as f: json.dump(final_metrics, f, indent=4) - shutil.copy("oracle_knobs.json", "../../../../website/fixtures/oracle_knobs.json") + shutil.copy("oracle-12_knobs.json", "../../../../website/fixtures/oracle-12_knobs.json") if __name__ == '__main__': diff --git a/server/website/script/fixture_generators/knob_settings/oracle/oracle12.txt b/server/website/script/fixture_generators/knob_settings/oracle/oracle12.txt new file mode 100644 index 0000000..6ee963e --- /dev/null +++ b/server/website/script/fixture_generators/knob_settings/oracle/oracle12.txt @@ -0,0 +1,3340 @@ +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +lock_name_space + 2 +lock name space used for generating lock names for standby/clone database + +processes + 3 +user processes + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + +sessions + 3 +user and system sessions + +timed_statistics + 1 + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +maintain internal timing statistics + +timed_os_statistics + 3 +internal os statistic gathering interval in seconds + +resource_limit + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + 1 +master switch for resource limit + +license_max_sessions + 3 +maximum number of non-system user sessions allowed + + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +license_sessions_warning + 3 +warning level for number of non-system user sessions + +long_module_action + 1 +Use longer module and action + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + +standby_db_preserve_states + 2 +Preserve state cross standby role transition + +instance_abort_delay_time + 3 + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +time to delay an internal initiated abort (in seconds) + +cpu_count + 3 +number of CPUs for this instance + +instance_groups + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + 2 +list of instance group names + +event + 2 +debug event control - default null string + + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +sga_max_size + 6 +max total SGA size + +use_large_pages + 2 +Use large pages if available (TRUE/FALSE/ONLY) + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + +pre_page_sga + 1 +pre-page sga for process + +shared_memory_address + 3 + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +SGA starting address (low order 32-bits on 64-bit platforms) + +hi_shared_memory_address + 3 +SGA starting address (high order 32-bits on 64-bit platforms) + +lock_sga + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + 1 +Lock entire SGA in physical memory + +processor_group_name + 2 +Name of the processor group that this instance should run in. + + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +allow_group_access_to_sga + 1 +Allow read access for SGA to users of Oracle owner group + +sga_min_size + 6 +Minimum, guaranteed size of PDB's SGA + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + +shared_pool_size + 6 +size in bytes of shared pool + +large_pool_size + 6 + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +size in bytes of large pool + +java_pool_size + 6 +size in bytes of java pool + +streams_pool_size + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + 6 +size in bytes of the streams pool + +shared_pool_reserved_size + 6 +size in bytes of reserved area of shared pool + + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +java_soft_sessionspace_limit + 3 +warning limit on size in bytes of a Java sessionspace + +java_max_sessionspace_size + 3 +max allowed size in bytes of a Java sessionspace + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + +pga_aggregate_limit + 6 +limit of aggregate PGA memory for the instance or PDB + +spfile + 2 + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +server parameter file + +instance_type + 2 +type of instance to be executed + +uniform_log_timestamp_format + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + 1 +use uniform timestamp formats vs pre-12.2 formats + +nls_language + 2 +NLS language name + + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +nls_territory + 2 +NLS territory name + +nls_sort + 2 +NLS linguistic definition name + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + +nls_date_language + 2 +NLS date language name + +nls_date_format + 2 + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +NLS Oracle date format + +nls_currency + 2 +NLS local currency symbol + +nls_numeric_characters + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + 2 +NLS numeric characters + +nls_iso_currency + 2 +NLS ISO currency territory name + + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +nls_calendar + 2 +NLS calendar system name + +nls_time_format + 2 +time format + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + +nls_timestamp_format + 2 +time stamp format + +nls_time_tz_format + 2 + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +time with timezone format + +nls_timestamp_tz_format + 2 +timestamp with timezone format + +nls_dual_currency + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + 2 +Dual currency symbol + +nls_comp + 2 +NLS comparison + + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +nls_length_semantics + 2 +create columns using byte or char semantics by default + +nls_nchar_conv_excp + 2 +NLS raise an exception instead of allowing implicit conversion + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + +disk_asynch_io + 1 +Use asynch I/O for random access devices + +tape_asynch_io + 1 + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +Use asynch I/O requests for tape devices + +dbwr_io_slaves + 3 +DBWR I/O slaves + +backup_tape_io_slaves + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + 1 +BACKUP Tape I/O slaves + +fileio_network_adapters + 2 +Network Adapters for File I/O + + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +filesystemio_options + 2 +IO operations on filesystem files + +dnfs_batch_size + 3 +Max number of dNFS asynch I/O requests queued per session + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + +clonedb + 1 +clone database + +instant_restore + 1 + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +instant repopulation of datafiles + +ofs_threads + 3 +Number of OFS threads + +resource_manager_cpu_allocation + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + 3 +Resource Manager CPU allocation + +resource_manager_plan + 2 +resource mgr top plan + + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +db_performance_profile + 2 +Database performance category + +max_iops + 3 +MAX IO per second + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + +max_mbps + 3 +MAX MB per second + +max_idle_time + 3 + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +maximum session idle time in minutes + +cluster_interconnects + 2 +interconnects for RAC use + +exafusion_enabled + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + 3 +Enable Exafusion + +file_mapping + 1 +enable file mapping + + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +max_datapump_jobs_per_pdb + 3 +maximum number of concurrent Data Pump Jobs per PDB + +service_names + 2 +service names supported by the instance + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + +threaded_execution + 1 +Threaded Execution Mode + +clonedb_dir + 2 + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +CloneDB Directory + +enable_dnfs_dispatcher + 1 +Enable DNFS Dispatcher + +gcs_server_processes + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + 3 +number of background gcs server processes to start + +active_instance_count + 3 +number of active instances in the cluster database + + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +instance_mode + 2 +indicates whether the instance read-only or read-write or read-mostly + +sga_target + 6 +Target size of SGA + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + +memory_target + 6 +Target size of Oracle SGA and PGA memory + +memory_max_target + 6 + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +Max size for Memory Target + +control_files + 2 +control file names list + +db_file_name_convert + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + 2 +datafile name convert patterns and strings for standby/clone db + +log_file_name_convert + 2 +logfile name convert patterns and strings for standby/clone db + + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +control_file_record_keep_time + 3 +control file record keep time in days + +db_block_buffers + 3 +Number of database blocks cached in memory + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + +db_block_checksum + 2 +store checksum in db blocks and check during reads + +db_ultra_safe + 2 + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +Sets defaults for other parameters that control protection levels + +db_block_size + 3 +Size of database block in bytes + +db_cache_size + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + 6 +Size of DEFAULT buffer pool for standard block size buffers + +db_2k_cache_size + 6 +Size of cache for 2K buffers + + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +db_4k_cache_size + 6 +Size of cache for 4K buffers + +db_8k_cache_size + 6 +Size of cache for 8K buffers + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + +db_16k_cache_size + 6 +Size of cache for 16K buffers + +db_32k_cache_size + 6 + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +Size of cache for 32K buffers + +db_keep_cache_size + 6 +Size of KEEP buffer pool for standard block size buffers + +db_recycle_cache_size + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + 6 +Size of RECYCLE buffer pool for standard block size buffers + +db_big_table_cache_percent_target + 2 +Big table cache target size in percentage + + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +encrypt_new_tablespaces + 2 +whether to encrypt newly created tablespaces + +db_writer_processes + 3 +number of background database writer processes to start + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + +buffer_pool_keep + 2 +Number of database blocks/latches in keep buffer pool + +buffer_pool_recycle + 2 + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +Number of database blocks/latches in recycle buffer pool + +db_flash_cache_file + 2 +flash cache file for default block size + +db_flash_cache_size + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + 6 +flash cache size for db_flash_cache_file + +db_cache_advice + 2 +Buffer cache sizing advisory + + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +compatible + 2 +Database will be completely compatible with this software version + +log_archive_dest_1 + 2 +archival destination #1 text string + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + +log_archive_dest_2 + 2 +archival destination #2 text string + +log_archive_dest_3 + 2 + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +archival destination #3 text string + +log_archive_dest_4 + 2 +archival destination #4 text string + +log_archive_dest_5 + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + 2 +archival destination #5 text string + +log_archive_dest_6 + 2 +archival destination #6 text string + + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +log_archive_dest_7 + 2 +archival destination #7 text string + +log_archive_dest_8 + 2 +archival destination #8 text string + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + +log_archive_dest_9 + 2 +archival destination #9 text string + +log_archive_dest_10 + 2 + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +archival destination #10 text string + +log_archive_dest_11 + 2 +archival destination #11 text string + +log_archive_dest_12 + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + 2 +archival destination #12 text string + +log_archive_dest_13 + 2 +archival destination #13 text string + + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +log_archive_dest_14 + 2 +archival destination #14 text string + +log_archive_dest_15 + 2 +archival destination #15 text string + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + +log_archive_dest_16 + 2 +archival destination #16 text string + +log_archive_dest_17 + 2 + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +archival destination #17 text string + +log_archive_dest_18 + 2 +archival destination #18 text string + +log_archive_dest_19 + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + 2 +archival destination #19 text string + +log_archive_dest_20 + 2 +archival destination #20 text string + + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +log_archive_dest_21 + 2 +archival destination #21 text string + +log_archive_dest_22 + 2 +archival destination #22 text string + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + +log_archive_dest_23 + 2 +archival destination #23 text string + +log_archive_dest_24 + 2 + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +archival destination #24 text string + +log_archive_dest_25 + 2 +archival destination #25 text string + +log_archive_dest_26 + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + 2 +archival destination #26 text string + +log_archive_dest_27 + 2 +archival destination #27 text string + + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +log_archive_dest_28 + 2 +archival destination #28 text string + +log_archive_dest_29 + 2 +archival destination #29 text string + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + +log_archive_dest_30 + 2 +archival destination #30 text string + +log_archive_dest_31 + 2 + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +archival destination #31 text string + +log_archive_dest_state_1 + 2 +archival destination #1 state text string + +log_archive_dest_state_2 + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + 2 +archival destination #2 state text string + +log_archive_dest_state_3 + 2 +archival destination #3 state text string + + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +log_archive_dest_state_4 + 2 +archival destination #4 state text string + +log_archive_dest_state_5 + 2 +archival destination #5 state text string + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + +log_archive_dest_state_6 + 2 +archival destination #6 state text string + +log_archive_dest_state_7 + 2 + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +archival destination #7 state text string + +log_archive_dest_state_8 + 2 +archival destination #8 state text string + +log_archive_dest_state_9 + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + 2 +archival destination #9 state text string + +log_archive_dest_state_10 + 2 +archival destination #10 state text string + + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +log_archive_dest_state_11 + 2 +archival destination #11 state text string + +log_archive_dest_state_12 + 2 +archival destination #12 state text string + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + +log_archive_dest_state_13 + 2 +archival destination #13 state text string + +log_archive_dest_state_14 + 2 + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +archival destination #14 state text string + +log_archive_dest_state_15 + 2 +archival destination #15 state text string + +log_archive_dest_state_16 + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + 2 +archival destination #16 state text string + +log_archive_dest_state_17 + 2 +archival destination #17 state text string + + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +log_archive_dest_state_18 + 2 +archival destination #18 state text string + +log_archive_dest_state_19 + 2 +archival destination #19 state text string + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + +log_archive_dest_state_20 + 2 +archival destination #20 state text string + +log_archive_dest_state_21 + 2 + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +archival destination #21 state text string + +log_archive_dest_state_22 + 2 +archival destination #22 state text string + +log_archive_dest_state_23 + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + 2 +archival destination #23 state text string + +log_archive_dest_state_24 + 2 +archival destination #24 state text string + + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +log_archive_dest_state_25 + 2 +archival destination #25 state text string + +log_archive_dest_state_26 + 2 +archival destination #26 state text string + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + +log_archive_dest_state_27 + 2 +archival destination #27 state text string + +log_archive_dest_state_28 + 2 + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +archival destination #28 state text string + +log_archive_dest_state_29 + 2 +archival destination #29 state text string + +log_archive_dest_state_30 + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + 2 +archival destination #30 state text string + +log_archive_dest_state_31 + 2 +archival destination #31 state text string + + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +log_archive_start + 1 +start archival process on SGA initialization + +log_archive_dest + 2 +archival destination text string + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + +log_archive_duplex_dest + 2 +duplex archival destination text string + +log_archive_min_succeed_dest + 3 + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +minimum number of archive destinations that must succeed + +standby_archive_dest + 2 +standby database archivelog destination text string + +fal_client + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + 2 +FAL client + +fal_server + 2 +FAL server list + + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +log_archive_trace + 3 +Establish archivelog operation tracing level + +data_guard_sync_latency + 3 +Data Guard SYNC latency + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + +log_archive_config + 2 +log archive config + +log_archive_format + 2 + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +archival destination format + +redo_transport_user + 2 +Data Guard transport user when using password file + +log_archive_max_processes + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + 3 +maximum number of active ARCH processes + +log_buffer + 6 +redo circular buffer size + + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +log_checkpoint_interval + 3 +# redo blocks checkpoint threshold + +log_checkpoint_timeout + 3 +Maximum time interval between checkpoints in seconds + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + +archive_lag_target + 3 +Maximum number of seconds of redos the standby could lose + +db_files + 3 + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +max allowable # db files + +db_file_multiblock_read_count + 3 +db block to be read each IO + +read_only_open_delayed + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + 1 +if TRUE delay opening of read only files until first access + +cluster_database + 1 +if TRUE startup in cluster database mode + + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +cluster_database_instances + 3 +number of instances to use for sizing cluster db SGA structures + +db_create_file_dest + 2 +default database location + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + +db_create_online_log_dest_1 + 2 +online log/controlfile destination #1 + +db_create_online_log_dest_2 + 2 + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +online log/controlfile destination #2 + +db_create_online_log_dest_3 + 2 +online log/controlfile destination #3 + +db_create_online_log_dest_4 + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + 2 +online log/controlfile destination #4 + +db_create_online_log_dest_5 + 2 +online log/controlfile destination #5 + + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +db_recovery_file_dest + 2 +default database recovery file location + +db_recovery_file_dest_size + 6 +database recovery files size limit + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + +standby_file_management + 2 +if auto then files are created/dropped automatically on standby + +db_unrecoverable_scn_tracking + 1 + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +Track nologging SCN in controlfile + +thread + 3 +Redo thread to mount + +enabled_PDBs_on_standby + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + 2 +List of Enabled PDB patterns + +fast_start_io_target + 3 +Upper bound on recovery reads + + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +fast_start_mttr_target + 3 +MTTR target in seconds + +log_checkpoints_to_alert + 1 +log checkpoint begin/end to alert file + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + +db_lost_write_protect + 2 +enable lost write detection + +recovery_parallelism + 3 + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +number of server processes to use for parallel recovery + +enable_goldengate_replication + 1 +goldengate replication enabled + +inmemory_adg_enabled + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + 1 +Enable IMC support on ADG + +db_flashback_retention_target + 3 +Maximum Flashback Database log retention time in minutes. + + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +data_transfer_cache_size + 6 +Size of data transfer cache + +dml_locks + 3 +dml locks - one for each table modified in a transaction + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + +replication_dependency_tracking + 1 +tracking dependency for Replication parallel propagation + +transactions + 3 + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +max. number of concurrent active transactions + +transactions_per_rollback_segment + 3 +number of active transactions per rollback segment + +temp_undo_enabled + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + 1 +is temporary undo enabled + +rollback_segments + 2 +undo segment list + + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +undo_management + 2 +instance runs in SMU mode if TRUE, else in RBU mode + +undo_tablespace + 2 +use/switch undo tablespace + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + +undo_retention + 3 +undo retention in seconds + +fast_start_parallel_rollback + 2 + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +max number of parallel recovery slaves that may be used + +resumable_timeout + 3 +set resumable_timeout + +instance_number + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + 3 +instance number + +heat_map + 2 +ILM Heatmap Tracking + + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +inmemory_size + 6 +size in bytes of in-memory area + +db_block_checking + 2 +header checking and data and index block checking + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + +recyclebin + 2 +recyclebin processing + +db_index_compression_inheritance + 2 + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +options for table or tablespace level compression inheritance + +db_securefile + 2 +permit securefile storage during lob creation + +inmemory_clause_default + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + 2 +Default in-memory clause for new tables + +inmemory_force + 2 +Force tables to be in-memory or not + + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +inmemory_query + 2 +Specifies whether in-memory queries are allowed + +inmemory_expressions_usage + 2 +Controls which In-Memory Expressions are populated in-memory + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + +inmemory_virtual_columns + 2 +Controls which user-defined virtual columns are stored in-memory + +inmemory_max_populate_servers + 3 + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +maximum inmemory populate servers + +inmemory_trickle_repopulate_servers_percent + 3 +inmemory trickle repopulate servers percent + +create_stored_outlines + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + 2 +create stored outlines for DML statements + +serial_reuse + 2 +reuse the frame segments + + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +ldap_directory_access + 2 +RDBMS's LDAP access option + +ldap_directory_sysauth + 2 +OID usage parameter + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + +os_roles + 1 +retrieve roles from the operating system + +rdbms_server_dn + 2 + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +RDBMS's Distinguished Name + +remote_os_authent + 1 +allow non-secure remote clients to use auto-logon accounts + +remote_os_roles + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + 1 +allow non-secure remote clients to use os roles + +sec_case_sensitive_logon + 1 +case sensitive password enabled for logon + + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +O7_DICTIONARY_ACCESSIBILITY + 1 +Version 7 Dictionary Accessibility Support + +remote_login_passwordfile + 2 +password file usage parameter + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + +license_max_users + 3 +maximum number of named users that can be created in the database + +audit_sys_operations + 1 + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +enable sys auditing + +DBFIPS_140 + 1 +Enable use of crypographic libraries in FIPS mode, public + +one_step_plugin_for_pdb_with_tde + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + 1 +Facilitate one-step plugin for PDB with TDE encrypted data + +external_keystore_credential_location + 2 +external keystore credential location + + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +unified_audit_sga_queue_size + 3 +Size of Unified audit SGA Queue + +db_domain + 2 +directory part of global database name stored with CREATE DATABASE + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + +global_names + 1 +enforce that database links have same name as remote database + +distributed_lock_timeout + 3 + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +number of seconds a distributed transaction waits for a lock + +commit_point_strength + 3 +Bias this node has toward not preparing in a two-phase commit + +global_txn_processes + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + 3 +number of background global transaction processes to start + +instance_name + 2 +instance name supported by the instance + + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +dispatchers + 2 +specifications of dispatchers + +shared_servers + 3 +number of shared servers to start up + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + +max_shared_servers + 3 +max number of shared servers + +max_dispatchers + 3 + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +max number of dispatchers + +circuits + 3 +max number of circuits + +shared_server_sessions + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + 3 +max number of shared server sessions + +local_listener + 2 +local listener + + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +remote_listener + 2 +remote listener + +listener_networks + 2 +listener registration networks + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + +use_dedicated_broker + 1 +Use dedicated connection broker + +connection_brokers + 2 + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +connection brokers specification + +cursor_space_for_time + 1 +use more memory in order to get faster execution + +session_cached_cursors + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + 3 +Number of cursors to cache in a session. + +remote_dependencies_mode + 2 +remote-procedure-call dependencies mode parameter + + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +utl_file_dir + 2 +utl_file accessible directories list + +smtp_out_server + 2 +utl_smtp server and port configuration parameter + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + +plsql_v2_compatibility + 1 +PL/SQL version 2.x compatibility flag + +plsql_warnings + 2 + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +PL/SQL compiler warnings settings + +plsql_code_type + 2 +PL/SQL code-type + +plsql_debug + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + 1 +PL/SQL debug + +plsql_optimize_level + 3 +PL/SQL optimize level + + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +plsql_ccflags + 2 +PL/SQL ccflags + +plscope_settings + 2 +plscope_settings controls the compile time collection, cross reference, and stor + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +age of PL/SQL source code identifier and SQL statement data + +permit_92_wrap_format + 1 +allow 9.2 or older wrap format in PL/SQL + +java_jit_enabled + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + 1 +Java VM JIT enabled + +java_restrict + 2 +Restrict Java VM Access + + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +job_queue_processes + 3 +maximum number of job queue slave processes + +parallel_min_percent + 3 +minimum percent of threads required for parallel query + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + +create_bitmap_area_size + 3 +size of create bitmap buffer for bitmap index + +bitmap_merge_area_size + 3 + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +maximum memory allow for BITMAP MERGE + +cursor_sharing + 2 +cursor sharing mode + +result_cache_mode + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + 2 +result cache operator usage mode + +parallel_min_servers + 3 +minimum parallel query servers per instance + + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +parallel_max_servers + 3 +maximum parallel query servers per instance + +parallel_instance_group + 2 +instance group to use for all parallel operations + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + +parallel_execution_message_size + 3 +message buffer size for parallel execution + +hash_area_size + 3 + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +size of in-memory hash work area + +result_cache_max_size + 6 +maximum amount of memory to be used by the cache + +result_cache_max_result + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + 3 +maximum result size as percent of cache size + +result_cache_remote_expiration + 3 +maximum life time (min) for any result using a remote object + + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +shadow_core_dump + 2 +Core Size for Shadow Processes + +background_core_dump + 2 +Core Size for Background Processes + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + +background_dump_dest + 2 +Detached process dump directory + +user_dump_dest + 2 + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +User process dump directory + +core_dump_dest + 2 +Core dump directory + +audit_file_dest + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + 2 +Directory in which auditing files are to reside + +audit_syslog_level + 2 +Syslog facility and level + + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +resource_manage_goldengate + 1 +goldengate resource manager enabled + +object_cache_optimal_size + 3 +optimal size of the user session's object cache in bytes + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + +object_cache_max_size_percent + 3 +percentage of maximum size over optimal of the user session's object cache + +session_max_open_files + 3 + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +maximum number of open files allowed per session + +open_links + 3 +max # open links per session + +open_links_per_instance + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + 3 +max # open links per instance + +commit_write + 2 +transaction commit log write behaviour + + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +commit_wait + 2 +transaction commit log wait behaviour + +commit_logging + 2 +transaction commit log write behaviour + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + +optimizer_features_enable + 2 +optimizer plan compatibility parameter + +fixed_date + 2 + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +fixed SYSDATE value + +audit_trail + 2 +enable system auditing + +sort_area_size + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + 3 +size of in-memory sort work area + +sort_area_retained_size + 3 +size of in-memory sort work area retained between fetch calls + + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +cell_offload_processing + 1 +enable SQL processing offload to cells + +cell_offload_decryption + 1 +enable SQL processing offload of encrypted data to cells + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + +cell_offload_parameters + 2 +Additional cell offload parameters + +cell_offload_compaction + 2 + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +Cell packet compaction strategy + +cell_offload_plan_display + 2 +Cell offload explain plan display + +db_name + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + 2 +database name specified in CREATE DATABASE + +db_unique_name + 2 +Database Unique Name + + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +open_cursors + 3 +max # cursors per session + +ifile + 4 +include file in init.ora + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + +sql_trace + 1 +enable SQL trace + +os_authent_prefix + 2 + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +prefix for auto-logon accounts + +optimizer_mode + 2 +optimizer mode + +sql92_security + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + 1 +require select privilege for searched update/delete + +blank_trimming + 1 +blank trimming semantics parameter + + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +star_transformation_enabled + 2 +enable the use of star transformation + +parallel_degree_policy + 2 +policy used to compute the degree of parallelism (MANUAL/LIMITED/AUTO/ADAPTIVE) + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + +parallel_adaptive_multi_user + 1 +enable adaptive setting of degree for multiple user streams + +parallel_threads_per_cpu + 3 + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +number of parallel execution threads per CPU + +optimizer_index_cost_adj + 3 +optimizer index cost adjustment + +optimizer_index_caching + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + 3 +optimizer percent index caching + +query_rewrite_enabled + 2 +allow rewrite of queries using materialized views if enabled + + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +query_rewrite_integrity + 2 +perform rewrite using materialized views with desired integrity + +pga_aggregate_target + 6 +Target size for the aggregate PGA memory consumed by the instance + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + +workarea_size_policy + 2 +policy used to size SQL working areas (MANUAL/AUTO) + +optimizer_dynamic_sampling + 3 + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +optimizer dynamic sampling + +statistics_level + 2 +statistics level + +cursor_bind_capture_destination + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + 2 +Allowed destination for captured bind variables + +skip_unusable_indexes + 1 +skip unusable indexes if set to TRUE + + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +optimizer_secure_view_merging + 1 +optimizer secure view merging and predicate pushdown/movearound + +ddl_lock_timeout + 3 +timeout to restrict the time that ddls wait for dml lock + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + +deferred_segment_creation + 1 +defer segment creation to first insert + +optimizer_use_pending_statistics + 1 + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +Control whether to use optimizer pending statistics + +optimizer_capture_sql_plan_baselines + 1 +automatic capture of SQL plan baselines for repeatable statements + +optimizer_use_sql_plan_baselines + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + 1 +use of SQL plan baselines for captured sql statements + +parallel_min_time_threshold + 2 +threshold above which a plan is a candidate for parallelization (in seconds) + + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +parallel_degree_limit + 2 +limit placed on degree of parallelism + +parallel_force_local + 1 +force single instance execution + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + +optimizer_use_invisible_indexes + 1 +Usage of invisible indexes (TRUE/FALSE) + +dst_upgrade_insert_conv + 1 + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +Enables/Disables internal conversions during DST upgrade + +parallel_servers_target + 3 +instance target in terms of number of parallel servers + +max_string_size + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + 2 +controls maximum size of VARCHAR2, NVARCHAR2, and RAW types in SQL + +optimizer_adaptive_reporting_only + 1 +use reporting-only mode for adaptive optimizations + + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +optimizer_adaptive_plans + 1 +controls all types of adaptive plans + +optimizer_inmemory_aware + 1 +optimizer in-memory columnar awareness + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + +cursor_invalidation + 2 +default for DDL cursor invalidation semantics + +approx_for_aggregation + 1 + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +Replace exact aggregation with approximate aggregation + +approx_for_count_distinct + 1 +Replace count distinct with approx_count_distinct + +approx_for_percentile + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + 2 +Replace percentile_* with approx_percentile + +optimizer_adaptive_statistics + 1 +controls all types of adaptive statistics + + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +sec_protocol_error_trace_action + 2 +TTC protocol error action + +sec_protocol_error_further_action + 2 +TTC protocol error continue action + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + +sec_max_failed_login_attempts + 3 +maximum number of failed login attempts on a connection + +sec_return_server_release_banner + 1 + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +whether the server retruns the complete version information + +enable_ddl_logging + 1 +enable ddl logging + +client_result_cache_size + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + 6 +client result cache max size in bytes + +client_result_cache_lag + 6 +client result cache maximum lag in milliseconds + + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +outbound_dblink_protocols + 2 +Outbound DBLINK Protocols allowed + +allow_global_dblinks + 1 +LDAP lookup for DBLINKS + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + +aq_tm_processes + 3 +number of AQ Time Managers to start + +hs_autoregister + 1 + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +enable automatic server DD updates in HS agent self-registration + +xml_db_events + 2 +are XML DB events enabled + +dg_broker_start + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + 1 +start Data Guard broker (DMON process) + +dg_broker_config_file1 + 2 +data guard broker configuration file #1 + + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +dg_broker_config_file2 + 2 +data guard broker configuration file #2 + +olap_page_pool_size + 6 +size of the olap page pool in bytes + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + +asm_diskstring + 2 +disk set locations for discovery + +asm_preferred_read_failure_groups + 2 + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +preferred read failure groups + +asm_diskgroups + 2 +disk groups to mount automatically + +asm_power_limit + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + 3 +number of parallel relocations for disk rebalancing + +asm_io_processes + 3 +number of I/O processes per domain in the ASM IOSERVER instance + + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +control_management_pack_access + 2 +declares which manageability packs are enabled + +awr_pdb_autoflush_enabled + 1 +Enable/Disable AWR automatic PDB flushing + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + +awr_snapshot_time_offset + 3 +Setting for AWR Snapshot Time Offset + +sqltune_category + 2 + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +Category qualifier for applying hintsets + +autotask_max_active_pdbs + 3 +Setting for Autotask Maximum Maintenance PDBs + +enable_automatic_maintenance_pdb + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + 1 +Enable/Disable Automated Maintenance for Non-Root PDB + +spatial_vector_acceleration + 1 +enable spatial vector acceleration + + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +diagnostic_dest + 2 +diagnostic base directory + +tracefile_identifier + 2 +trace file custom identifier + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + +max_dump_file_size + 2 +Maximum size (in bytes) of dump file + +trace_enabled + 1 + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +enable in memory tracing + +cell_offloadgroup_name + 2 +Set the offload group name + +enable_pluggable_database + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + 1 +Enable Pluggable Database + +pdb_os_credential + 2 +pluggable database OS credential to bind + + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +pdb_file_name_convert + 2 +PDB file name convert patterns and strings for create cdb/pdb + +noncdb_compatible + 1 +Non-CDB Compatible + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + +common_user_prefix + 2 +Enforce restriction on a prefix of a Common User/Role/Profile name + +target_pdbs + 3 + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +Parameter is a hint to adjust certain attributes of the CDB + +max_pdbs + 3 +max number of pdbs allowed in CDB or Application ROOT + +cdb_cluster + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + 1 +if TRUE startup in CDB Cluster mode + +cdb_cluster_name + 2 +CDB Cluster name + + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +remote_recovery_file_dest + 2 +default remote database recovery file location for refresh/relocate + +disable_pdb_feature + 6 +Disable features + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + +containers_parallel_degree + 3 +Parallel degree for a CONTAINERS() query + +default_sharing + 2 + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- +Default sharing clause + +pdb_lockdown + 2 +pluggable database lockdown profile + +shrd_dupl_table_refresh_rate + +NAME +-------------------------------------------------------------------------------- + TYPE +---------- +DESCRIPTION +-------------------------------------------------------------------------------- + 3 +duplicated table refresh rate (in seconds) diff --git a/server/website/script/fixture_generators/knob_settings/oracle/oracle.txt b/server/website/script/fixture_generators/knob_settings/oracle/oracle19.txt similarity index 100% rename from server/website/script/fixture_generators/knob_settings/oracle/oracle.txt rename to server/website/script/fixture_generators/knob_settings/oracle/oracle19.txt 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 8897983..5604e9c 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 @@ -9,7 +9,7 @@ import shutil def main(): final_metrics = [] - with open('oracle.txt', 'r') as f: + with open('oracle12.txt', 'r') as f: odd = 0 entry = {} fields = {} @@ -31,12 +31,12 @@ def main(): fields['metric_type'] = 3 # stat if fields['name'] == "global.user commits": fields['metric_type'] = 1 # counter - fields['dbms'] = 18 # oracle + fields['dbms'] = 12 # oracle entry['fields'] = fields final_metrics.append(entry) - with open('oracle_metrics.json', 'w') as f: + with open('oracle-12_metrics.json', 'w') as f: json.dump(final_metrics, f, indent=4) - shutil.copy('oracle_metrics.json', '../../../../website/fixtures/oracle_metrics.json') + shutil.copy('oracle-12_metrics.json', '../../../../website/fixtures/oracle-12_metrics.json') if __name__ == '__main__': diff --git a/server/website/script/fixture_generators/metric_settings/oracle/oracle12.txt b/server/website/script/fixture_generators/metric_settings/oracle/oracle12.txt new file mode 100644 index 0000000..74da096 --- /dev/null +++ b/server/website/script/fixture_generators/metric_settings/oracle/oracle12.txt @@ -0,0 +1,2295 @@ +NAME +---------------------------------------------------------------- +OS CPU Qt wait time +Requests to/from client +logons cumulative +logons current +opened cursors cumulative +opened cursors current +user commits +user rollbacks +user calls +recursive calls +recursive cpu usage + +NAME +---------------------------------------------------------------- +pinned cursors current +user logons cumulative +user logouts cumulative +session logical reads +session logical reads in local numa group +session logical reads in remote numa group +session stored procedure space +CPU used when call started +CPU used by this session +DB time +CPU used by LWTs for this session + +NAME +---------------------------------------------------------------- +DB time of LWTs for this session +cluster wait time +concurrency wait time +application wait time +user I/O wait time +scheduler wait time +non-idle wait time +non-idle wait count +in call idle wait time +session connect time +process last non-idle time + +NAME +---------------------------------------------------------------- +session uga memory +session uga memory max +messages sent +messages received +background timeouts +remote Oradebug requests +session pga memory +session pga memory max +recursive system API invocations +enqueue timeouts +enqueue waits + +NAME +---------------------------------------------------------------- +enqueue deadlocks +enqueue requests +enqueue conversions +enqueue releases +global enqueue gets sync +global enqueue gets async +global enqueue get time +global enqueue releases +physical read total IO requests +physical read total multi block requests +physical read requests optimized + +NAME +---------------------------------------------------------------- +physical read total bytes optimized +physical read partial requests +physical read total bytes +physical write requests optimized +physical write total bytes optimized +cell writes to flash cache +cell overwrites in flash cache +cell partial writes in flash cache +physical write total IO requests +physical write total multi block requests +physical write total bytes + +NAME +---------------------------------------------------------------- +cell physical IO interconnect bytes +spare statistic 1 +spare statistic 2 +spare statistic 3 +spare statistic 4 +spare statistic 5 +spare statistic 6 +spare statistic 7 +spare statistic 8 +spare statistic 9 +spare statistic 10 + +NAME +---------------------------------------------------------------- +spare statistic 11 +spare statistic 12 +spare statistic 13 +spare statistic 14 +spare statistic 15 +spare statistic 16 +spare statistic 17 +spare statistic 18 +spare statistic 19 +spare statistic 20 +spare statistic 21 + +NAME +---------------------------------------------------------------- +spare statistic 22 +spare statistic 23 +spare statistic 24 +spare statistic 25 +spare statistic 26 +spare statistic 27 +spare statistic 28 +spare statistic 29 +spare statistic 30 +spare statistic 31 +spare statistic 32 + +NAME +---------------------------------------------------------------- +spare statistic 33 +spare statistic 34 +spare statistic 35 +spare statistic 36 +spare statistic 37 +spare statistic 38 +spare statistic 39 +spare statistic 40 +IPC CPU used by this session +physical read snap IO requests base +physical read snap IO requests copy + +NAME +---------------------------------------------------------------- +physical read snap IO requests no data +physical read snap bytes base +physical read snap bytes copy +physical write snap IO requests new allocations +gcs messages sent +ges messages sent +global enqueue CPU used by this session +gcs read-mostly lock grants +gcs anti-locks created +gcs read-mostly lock failures +gcs affinity lock grants + +NAME +---------------------------------------------------------------- +gcs affinity lock failures +ka messages sent +ka grants received +ka local messages received +ka local message waits +ka wait due to timeout +ka wait due to trigger +ka wait calls suppressed +ka wait calls for invalid kga +ka wait calls attempted +ka wait calls other + +NAME +---------------------------------------------------------------- +max cf enq hold time +total cf enq hold time +total number of cf enq holders +db block gets +db block gets from cache +db block gets from cache (fastpath) +db block gets direct +consistent gets +consistent gets from cache +consistent gets pin +consistent gets pin (fastpath) + +NAME +---------------------------------------------------------------- +consistent gets examination +consistent gets examination (fastpath) +consistent gets direct +fastpath consistent get quota limit +logical read bytes from cache +physical reads +physical reads cache +physical read flash cache hits +physical reads direct +physical read IO requests +physical read bytes + +NAME +---------------------------------------------------------------- +db block changes +consistent changes +recovery blocks read +recovery blocks read for lost write detection +recovery blocks skipped lost write checks +physical writes +physical writes direct +physical writes from cache +physical write IO requests +flash cache inserts +physical reads direct temporary tablespace + +NAME +---------------------------------------------------------------- +physical writes direct temporary tablespace +physical write bytes +flash cache eviction: invalidated +flash cache eviction: buffer pinned +flash cache eviction: aged out +flash cache insert skip: not current +flash cache insert skip: DBWR overloaded +flash cache insert skip: exists +flash cache insert skip: not useful +flash cache insert skip: modification +flash cache insert skip: corrupt + +NAME +---------------------------------------------------------------- +db corrupt blocks detected +db corrupt blocks recovered +session referenced a buffer on dram +session referenced a buffer on xmem +physical writes non checkpoint +summed dirty queue length +DBWR checkpoint buffers written +DBWR thread checkpoint buffers written +DBWR tablespace checkpoint buffers written +DBWR parallel query checkpoint buffers written +DBWR object drop buffers written + +NAME +---------------------------------------------------------------- +DBWR transaction table writes +DBWR undo block writes +DBWR revisited being-written buffer +DBWR lru scans +DBWR checkpoints +DBWR fusion writes +prefetch clients - keep +prefetch clients - recycle +prefetch clients - default +prefetch clients - 2k +prefetch clients - 4k + +NAME +---------------------------------------------------------------- +prefetch clients - 8k +prefetch clients - 16k +prefetch clients - 32k +BPS commit wait +BPS redo wait +BPS session wait +change write time +exchange deadlocks +free buffer requested +dirty buffers inspected +pinned buffers inspected + +NAME +---------------------------------------------------------------- +hot buffers moved to head of LRU +free buffer inspected +commit cleanout failures: write disabled +commit cleanout failures: block lost +commit cleanout failures: cannot pin +commit cleanout failures: hot backup in progress +commit cleanout failures: buffer being written +commit cleanout failures: callback failure +commit cleanout failures: delayed log +commit cleanout failures: flashback +commit cleanouts + +NAME +---------------------------------------------------------------- +commit cleanouts successfully completed +saved cleanout failures: write disabled +saved cleanout failures: cannot pin +saved cleanout failures: hot backup in progress +saved cleanout failures: buffer being written +saved cleanout failures: callback failure +saved cleanout failures: flashback +saved cleanout failures: delayed log +saved cleanouts +saved cleanouts successfully completed +recovery array reads + +NAME +---------------------------------------------------------------- +recovery array read time +CR blocks created +current blocks converted for CR +switch current to new buffer +switch current caused by our pin +write clones created in foreground +write clones created in background +write clones created for recovery +checkpoint clones created for ADG recovery +recovery block gets from cache +physical reads cache prefetch + +NAME +---------------------------------------------------------------- +physical reads prefetch warmup +prefetched blocks aged out before use +prefetch warmup blocks aged out before use +prefetch warmup blocks flushed out before use +physical reads retry corrupt +physical reads direct (lob) +physical writes direct (lob) +cold recycle reads +shared hash latch upgrades - no wait +shared hash latch upgrades - wait +physical reads for flashback new + +NAME +---------------------------------------------------------------- +flashback cache read optimizations for block new +flashback direct read optimizations for block new +flashback securefile cache read optimizations for block new +flashback securefile direct read optimizations for block new +physical reads cache for securefile flashback block new +physical reads direct for securefile flashback block new +blocks encrypted +blocks decrypted +data warehousing scanned objects +data warehousing scanned blocks +data warehousing scanned blocks - memory + +NAME +---------------------------------------------------------------- +data warehousing scanned blocks - flash +data warehousing scanned blocks - disk +data warehousing scanned blocks - offload +data warehousing evicted objects +data warehousing evicted objects - cooling +data warehousing evicted objects - replace +data warehousing cooling action +dram clean buffers available and above threshold +dram clean buffers available and is requested +xmem clean buffers available and used +xmem clean buffers not available so switch to main + +NAME +---------------------------------------------------------------- +xmem buffer switch needed but no free dram buffer +xmem: dram enforced but no free buffer +calls to kcmgcs +calls to kcmgrs +calls to kcmgas +SCN increments due to another database +calls to get snapshot scn: kcmgss +redo blocks read for recovery +redo k-bytes read for recovery +redo k-bytes read for terminal recovery +Streaming Stall Reap + +NAME +---------------------------------------------------------------- +Streaming No-Stall Reap +redo entries +redo size +redo entries for lost write detection +redo size for lost write detection +redo size for direct writes +redo buffer allocation retries +redo wastage +redo write active strands +redo writes +redo writes (group 0) + +NAME +---------------------------------------------------------------- +redo writes (group 1) +redo writes (group 2) +redo writes (group 3) +redo writes (group 4) +redo writes (group 5) +redo writes (group 6) +redo writes (group 7) +redo writes adaptive all +redo writes adaptive worker +redo blocks written +redo blocks written (group 0) + +NAME +---------------------------------------------------------------- +redo blocks written (group 1) +redo blocks written (group 2) +redo blocks written (group 3) +redo blocks written (group 4) +redo blocks written (group 5) +redo blocks written (group 6) +redo blocks written (group 7) +redo write size count ( 4KB) +redo write size count ( 8KB) +redo write size count ( 16KB) +redo write size count ( 32KB) + +NAME +---------------------------------------------------------------- +redo write size count ( 64KB) +redo write size count ( 128KB) +redo write size count ( 256KB) +redo write size count ( 512KB) +redo write size count (1024KB) +redo write size count (inf) +redo write time +redo write time (usec) +redo write worker delay (usec) +redo write worker delay count +redo blocks checksummed by FG (exclusive) + +NAME +---------------------------------------------------------------- +redo blocks checksummed by LGWR +redo log space requests +redo log space wait time +redo ordering marks +redo subscn max counts +redo write broadcast ack time +redo write broadcast ack count +redo write broadcast lgwr post count +redo synch time +redo synch time (usec) +redo synch time overhead (usec) + +NAME +---------------------------------------------------------------- +redo synch time overhead count ( 2ms) +redo synch time overhead count ( 8ms) +redo synch time overhead count ( 32ms) +redo synch time overhead count (128ms) +redo synch time overhead count (inf) +redo synch writes +redo synch long waits +redo write gather time +redo write schedule time +redo write issue time +redo write finish time + +NAME +---------------------------------------------------------------- +redo write total time +redo synch poll writes +redo synch polls +redo write info find +redo write info find fail +file io service time +file io wait time +gc cr blocks served +gc cr block flush time +gc cr blocks flushed +gc cr block build time + +NAME +---------------------------------------------------------------- +gc cr blocks built +gc read time waited +gc read waits +gc read wait failures +gc read wait timeouts +gc current blocks served +gc current block pin time +gc current blocks pinned +gc current block flush time +gc current blocks flushed +gc cr blocks received + +NAME +---------------------------------------------------------------- +gc cr block receive time +gc current blocks received +gc current block receive time +gc ka grants received +gc ka grant receive time +gc cr multiblock grants received +gc cr multiblock grant time +gc status messages received +gc status messages sent +gc cluster flash cache reads served +gc cluster flash cache reads received + +NAME +---------------------------------------------------------------- +gc cluster flash cache received read time +gc cluster flash cache reads failure +gc flash cache reads served +gc flash cache served read time +gc local grants +gc remote grants +gc kbytes sent +gc kbytes saved +gc blocks compressed +gc merge pi fg +gc merge pi bg + +NAME +---------------------------------------------------------------- +gc cleanout saved +gc cleanout applied +gc cleanout no space +gc reader bypass grants +gc reader bypass waits +gc blocks lost +gc claim blocks lost +gc blocks corrupt +gc send failures +undo block recovery disk reads skipped +gc CPU used by this session + +NAME +---------------------------------------------------------------- +gc force cr read cr +gc force cr read current +gc current blocks received with BPS +gc current blocks served with BPS +gc cr blocks received with BPS +gc cr blocks served with BPS +gc BPS array full +gc cr bypass requests +gc cr anti locks created +gc cr anti locks expanded +gc cr anti locks shrunk + +NAME +---------------------------------------------------------------- +gc index split wait timeouts +gc index split too many slots +gc index split too many segments +gc index split slot collisions +gc IM grants +gc IM blocks invalidated +gc IM expands +gc IM shrinks +gc flashback wait +total number of slots +Effective IO time + +NAME +---------------------------------------------------------------- +Number of read IOs issued +background checkpoints started +background checkpoints completed +BA files created count +BA files deleted count +BA file bytes allocated +BA au bytes allocated +BA file bytes deleted +BA non-flash bytes requested +BA flash bytes requested +BA bytes for file maps + +NAME +---------------------------------------------------------------- +BA bytes read from flash +BA bytes read from disk +BA count when 10% of buckets in pb +BA count when 25% of buckets in pb +BA count when 50% of buckets in pb +BA count when 75% of buckets in pb +BA count when 90% of buckets in pb +BA count - borrowed from other node +BA count - searched in pb +BA count - total allocation requests +BA count - unable to short circuit in idn + +NAME +---------------------------------------------------------------- +BA count - short circuit in idn +BA count - cache miss +BA count - cache denied +BA spare statistic 1 +BA spare statistic 2 +BA spare statistic 3 +BA spare statistic 4 +BA spare statistic 5 +BA spare statistic 6 +BA spare statistic 7 +BA spare statistic 8 + +NAME +---------------------------------------------------------------- +BA spare statistic 9 +BA spare statistic 10 +BA spare statistic 11 +BA spare statistic 12 +ADG parselock X get attempts +ADG parselock X get successes +ADG global flush +ADG segment statistics defer invalidation +ADG influx scn advance +ADG query scn advance +read-only violation count + +NAME +---------------------------------------------------------------- +flashback log writes +flashback log write bytes +redo KB read +redo KB read (memory) +redo KB read for transport +redo KB read (memory) for transport +redo non-durable records skipped +cell physical IO bytes saved during optimized file creation +cell physical IO bytes saved during optimized RMAN file restore +cell physical IO bytes eligible for predicate offload +cell physical IO bytes eligible for smart IOs + +NAME +---------------------------------------------------------------- +cell physical IO bytes saved by columnar cache +cell physical IO bytes saved by storage index +cell physical IO bytes sent directly to DB node to balance CPU +cell num bytes in passthru due to quarantine +cell smart IO session cache lookups +cell smart IO session cache hits +cell smart IO session cache soft misses +cell smart IO session cache hard misses +cell smart IO session cache hwm +cell num smart IO sessions in rdbms block IO due to user +cell num smart IO sessions in rdbms block IO due to open fail + +NAME +---------------------------------------------------------------- +cell num smart IO sessions in rdbms block IO due to no cell mem +cell num smart IO sessions in rdbms block IO due to big payload +cell num smart IO sessions using passthru mode due to user +cell num smart IO sessions using passthru mode due to cellsrv +cell num smart IO sessions using passthru mode due to timezone +cell num smart file creation sessions using rdbms block IO mode +cell num block IOs due to a file instant restore in progress +cell physical IO interconnect bytes returned by smart scan +cell num bytes in passthru during predicate offload +cell num bytes in block IO during predicate offload +cell num fast response sessions + +NAME +---------------------------------------------------------------- +cell num fast response sessions continuing to smart scan +cell num smartio automem buffer allocation attempts +cell num smartio automem buffer allocation failures +cell num smartio transient cell failures +cell num smartio permanent cell failures +cell num bytes of IO reissued due to relocation +cell physical write bytes saved by smart file initialization +cell XT granules requested for predicate offload +cell XT granule bytes requested for predicate offload +cell interconnect bytes returned by XT smart scan +cell XT granule predicate offload retries + +NAME +---------------------------------------------------------------- +cell XT granule IO bytes saved by storage index +cell num map elem cancellation +cell statistics spare1 +cell statistics spare2 +cell statistics spare3 +cell statistics spare4 +cell statistics spare5 +cell statistics spare6 +Batched IO vector read count +Batched IO vector block count +Batched IO single block count + +NAME +---------------------------------------------------------------- +Batched IO zero block count +Batched IO block miss count +Batched IO double miss count +Batched IO (full) vector count +Batched IO (space) vector count +Batched IO (bound) vector count +Batched IO same unit count +Batched IO buffer defrag count +Batched IO slow jump count +shared io pool buffer get success +shared io pool buffer get failure + +NAME +---------------------------------------------------------------- +physical reads for data transfer +recovery marker +recovery cvmap unavailable +recovery recieve buffer unavailable +recovery local buffer unavailable +recovery local buffer freed +recovery remote buffer received +recovery remote buffer sent +recovery logmerger catchup +temp space allocated (bytes) +serializable aborts + +NAME +---------------------------------------------------------------- +transaction lock foreground requests +transaction lock foreground wait time +transaction lock background gets +transaction lock background get time +undo change vector size +txn cache local read hits +txn cache local read misses +txn cache local loscn read misses +txn cache remote loscn read misses +txn cache local writes +txn cache local usn hash write misses + +NAME +---------------------------------------------------------------- +txn cache local usn hash read misses +txn cache remote usn hash read misses +txn cache remote read hits +txn cache remote read misses +txn cache remote writes +txn cache remote active read misses +txn cache local ac read misses +txn cache redo sync reads +txn cache remote copy hits +txn cache remote copy misses +txn cache remote ts/inst mismatch + +NAME +---------------------------------------------------------------- +txn cache remote proc misses +txn cache local proc misses +txn cache upper bound misses +txn cache local preset misses +txn cache local slot misses +txn cache remote slot misses +txn cache local seq num misses +txn cache remote seq num misses +txn cache local empty slot misses +txn cache remote empty slot misses +txn cache local sync commit scn misses + +NAME +---------------------------------------------------------------- +txn cache remote sync commit scn misses +txn cache remote read msg sent +txn cache remote fetch double pass +txn cache remote prefetch count +txn cache lookup usn exceeds max +txn cache lookup slot exceeds max +txn cache lookup fail read even version +txn cache lookup conflicting write exact +txn cache lookup conflicting write uppper +txn cache init usn slot mismatch +txn cache init usn exceeds max + +NAME +---------------------------------------------------------------- +txn cache write usn exceeds max +txn cache write slot mismatch +transaction tables consistent reads - undo records applied +transaction tables consistent read rollbacks +data blocks consistent reads - undo records applied +no work - consistent read gets +cleanouts only - consistent read gets +rollbacks only - consistent read gets +cleanouts and rollbacks - consistent read gets +RowCR attempts +RowCR hits + +NAME +---------------------------------------------------------------- +RowCR - row contention +RowCR - resume +rollback changes - undo records applied +transaction rollbacks +immediate (CURRENT) block cleanout applications +immediate (CR) block cleanout applications +deferred (CURRENT) block cleanout applications +commit txn count during cleanout +active txn count during cleanout +cleanout - number of ktugct calls +immediate CR cleanouts (index blocks) + +NAME +---------------------------------------------------------------- +deferred CUR cleanouts (index blocks) +Commit SCN cached +Cached Commit SCN referenced +Block Cleanout Optim referenced +blocks cleaned out using minact +min active SCN optimization applied on CR +auto extends on undo tablespace +drop segment calls in space pressure +total number of undo segments dropped +doubling up with imu segment +tune down retentions in space pressure + +NAME +---------------------------------------------------------------- +steps of tune down ret. in space pressure +space was found by tune down +space was not found by tune down +commit batch/immediate requested +commit batch requested +commit immediate requested +commit batch/immediate performed +commit batch performed +commit immediate performed +commit wait/nowait requested +commit nowait requested + +NAME +---------------------------------------------------------------- +commit wait requested +commit wait/nowait performed +commit nowait performed +commit wait performed +global undo segment hints helped +global undo segment hints were stale +local undo segment hints helped +local undo segment hints were stale +undo segment header was pinned +IMU commits +IMU Flushes + +NAME +---------------------------------------------------------------- +IMU contention +IMU recursive-transaction flush +IMU undo retention flush +IMU ktichg flush +IMU bind flushes +IMU mbu flush +IMU pool not allocated +IMU CR rollbacks +IMU undo allocation size +IMU Redo allocation size +IMU- failed to get a private strand + +NAME +---------------------------------------------------------------- +Misses for writing mapping +tracked transactions +foreground propagated tracked transactions +slave propagated tracked transactions +large tracked transactions +very large tracked transactions +fbda woken up +tracked rows +CLI Flush +CLI BG attempt Flush +CLI Client Flush + +NAME +---------------------------------------------------------------- +CLI Imm Wrt +CLI Buf Wrt +CLI Thru Wrt +CLI Prvtz Lob +CLI SGA Alloc +CLI BG ENQ +CLI BG Fls done +CLI Flstask create +CLI bytes fls to table +CLI bytes fls to ext +Heatmap SegLevel - Write + +NAME +---------------------------------------------------------------- +Heatmap SegLevel - Full Table Scan +Heatmap SegLevel - IndexLookup +Heatmap SegLevel - TableLookup +Heatmap SegLevel - Flush +Heatmap SegLevel - Segments flushed +IM populate blocks invalid +IM populate transactions check +IM populate undo segheader rollback +IM populate undo records applied +IM populate transactions active +IM populate checkpoint time (ms) + +NAME +---------------------------------------------------------------- +IM populate direct read time (ms) +IM populate cache read time (ms) +IM repopulate blocks invalid +IM repopulate transactions check +IM repopulate undo segheader rollback +IM repopulate undo records applied +IM repopulate transactions active +IM repopulate transactions copied +IM repopulate previous SMU invalid +IM repopulate checkpoints +IM repopulate optimized + +NAME +---------------------------------------------------------------- +IM repopulate old SMU nil +IM repopulate invalid rows +IM repopulate invalid blks +IM repopulate blocks now valid +IM repopulate optimized RAC/downgrade +IM repopulate invalidation transfer time +IM scan CUs rollback +IM scan CUs no rollback +IM scan CUs undo records applied +IM scan CUs cleanout +IM scan CUs no cleanout + +NAME +---------------------------------------------------------------- +IM scan journal cleanout +IM scan journal no cleanout +IM scan journal +IM scan rows journal total +IM scan found invalid CU +IM repopulate smu colmap used +IM scan smu colmap hit +IM scan smu colmap miss due to inserts +IM scan smu colmap miss due to deletes +IM scan smu colmap miss due to invalid blocks +IM scan smu colmap miss due to update + +NAME +---------------------------------------------------------------- +IM scan smu colmap miss due to untracked changes +IM scan CUs low query scn +IM scan CUs notfound dbclose +IM scan CUs notfound lob +IM scan CUs notfound +IM scan CUs invisible smu +IM scan CUs ref-invis smu +IM scan CUs drop-invis smu +IM scan CUs previous +IM scan CUs lowscn no previous +IM scan CUs wait notvis + +NAME +---------------------------------------------------------------- +IM scan CUs wait notvis (doublebuffer) +IM scan CUs previous current +IM scan CUs current +IM scan CUs maxretry done +IM scan CUs no imcu +IM transactions +IM transactions rows journaled +IM transactions rows invalidated +IM transactions downgrade +IM transactions blocks invalidated +IM transactions CU cleanout + +NAME +---------------------------------------------------------------- +IM transactions journal cleanout +IM transactions found invalid CU +IM transactions self-cleanout no active +IM populate no checkpoint +IM transactions full cleanout +IM transaction rows array-journal calls +IM transaction rows array-journaled +IM transaction wait ref-smu +IM transactions CUs invalid +IM rac blocks invalid +IM rac CUs invalid + +NAME +---------------------------------------------------------------- +IM populate via direct reads +IM repopulate via direct reads +IM ADG registration failure (quiesce) +IM ADG registration attempts +IM scan CUs CR cache hit +IM scan CUs CR cache miss +IM scan CUs CR Incremental +IM scan CUs CR skipped large rowids +IM scan CUs readlist creation accumulated time +IM scan CUs readlist creation accumulated time (CR) +IM scan CUs readlist creation number + +NAME +---------------------------------------------------------------- +IM scan CUs readlist creation number (CR) +IM scan uncommitted PJ granule +IM repopulate (ADG) transactions copied +IM transactions block change blocks already invalid +IM txn zzzz spare1 +IM txn zzzz spare2 +IM txn zzzz spare3 +IM txn zzzz spare4 +IM txn zzzz spare5 +IM ADG corrupt undo blocks seen +IM ADG inv pdb due to corrupt undo + +NAME +---------------------------------------------------------------- +IM ADG inv all due to corrupt undo +IM ADG blocks in flush +IM ADG redo records seen +IM ADG non-IMC transactions +IM ADG number of query scn moves +IM ADG time for query scn moves (ms) +IM ADG transactions flushed +IM ADG transactions compiled for flush +IM ADG nothing to flush +IM ADG invalidated pdb partial transaction +IM ADG invalidated pdb DDL + +NAME +---------------------------------------------------------------- +IM ADG invalidated object DDL +IM ADG invalidated all objects +IM ADG commit nodes added +IM ADG commit nodes freed +IM ADG commit journal destroy +IM ADG commit journal emptied +IM ADG journal sort +IM ADG granule split +segment dispenser load tasks +segment dispenser load empty +segment dispenser allocations + +NAME +---------------------------------------------------------------- +segment cfs allocations +segment chunks allocation from dispenser +segment total chunk allocation +TBS Extension: tasks created +TBS Extension: tasks executed +TBS Extension: files extended +TBS Extension: bytes extended +GDR: Active ranges cleared +GDR: Active blocks cleared +GDR: Inactive ranges cleared +GDR: Inactive blocks cleared + +NAME +---------------------------------------------------------------- +GDR: Unused ranges cleared +GDR: Unused blocks cleared +GDR: Total segments processed +GDR: Total segments skipped +GDR: Total blocks skipped +GDR: Total files processed +total number of times SMON posted +SMON posted for undo segment recovery +SMON posted for txn recovery for other instances +SMON posted for instance recovery +SMON posted for undo segment shrink + +NAME +---------------------------------------------------------------- +SMON posted for dropping temp segment +KTFB alloc req +KTFB alloc space (block) +KTFB alloc time (ms) +KTFB free req +KTFB free space (block) +KTFB free time (ms) +KTFB apply req +KTFB apply time (ms) +KTFB commit req +KTFB commit time (ms) + +NAME +---------------------------------------------------------------- +KTFB alloc myinst +KTFB alloc steal +KTFB alloc search FFB +segment prealloc tasks +segment prealloc ops +segment prealloc bytes +segment prealloc time (ms) +segment prealloc ufs2cfs bytes +Heatmap BlkLevel Tracked +Heatmap BlkLevel Not Tracked - Memory +Heatmap BlkLevel Not Updated - Repeat + +NAME +---------------------------------------------------------------- +Heatmap BlkLevel Flushed +Heatmap BlkLevel Flushed to SYSAUX +Heatmap BlkLevel Flushed to BF +Heatmap BlkLevel Ranges Flushed +Heatmap BlkLevel Ranges Skipped +Heatmap BlkLevel Flush Task Create +Heatmap Blklevel Flush Task Count +IM default area resized +IM space CU extents allocated +IM space SMU extents allocated +IM space CU bytes allocated + +NAME +---------------------------------------------------------------- +IM space SMU bytes allocated +IM space CU creations initiated +IM space SMU creations initiated +IM space CU creations committed +IM space SMU creations committed +IM space private journal extents allocated +IM space ADG extents allocated +IM space private journal bytes allocated +IM space ADG bytes allocated +IM space shared journal extents allocated +IM space shared journal bytes allocated + +NAME +---------------------------------------------------------------- +IM space CU extents freed +IM space SMU extents freed +IM space CU bytes freed +IM space SMU bytes freed +IM space private journal extents freed +IM space ADG journal extents freed +IM space private journal bytes freed +IM space ADG bytes freed +IM space shared journal extents freed +IM space shared journal bytes freed +IM space segments allocated + +NAME +---------------------------------------------------------------- +IM space private journal segments allocated +IM space ADG segments allocated +IM space shared journal segments allocated +IM space segments freed +IM space private journal segments freed +IM space ADG segments freed +IM space shared journal segments freed +ASSM gsp:use space reservation +ASSM gsp:Alignment unavailable in space res +ASSM gsp:space reservation success +ASSM gsp:blocks requested by space reservation + +NAME +---------------------------------------------------------------- +ASSM gsp:blocks provided by space reservation +ASSM gsp:blocks rejected by access layer callback +ASSM gsp:get free block +ASSM gsp:get free critical block +ASSM gsp:get free data block +ASSM gsp:get free lob block +ASSM gsp:get free index block +ASSM cbk:blocks examined +ASSM cbk:blocks rejected +ASSM cbk:blocks accepted +ASSM cbk:blocks marked full + +NAME +---------------------------------------------------------------- +ASSM gsp:L1 bitmaps examined +ASSM gsp:L2 bitmaps examined +ASSM gsp:L3 bitmaps examined +ASSM gsp:L2 bitmap full +ASSM gsp:Search all +ASSM gsp:Search hint +ASSM gsp:Search steal +ASSM gsp:bump HWM +ASSM gsp:reject db +ASSM gsp:reject L1 +ASSM gsp:reject L2 + +NAME +---------------------------------------------------------------- +ASSM gsp:reject L3 +ASSM gsp:Optimized reject DB +ASSM gsp:Optimized reject l1 +ASSM gsp:Optimized reject l2 +ASSM gsp:good hint +ASSM gsp:Optimized index block rejects +ASSM gsp:Optimized data block rejects +ASSM gsp:add extent +ASSM wasted db state change +ASSM bg: segment fix monitor +ASSM fg: submit segment fix task + +NAME +---------------------------------------------------------------- +ASSM bg:mark segment for fix +ASSM bg:create segment fix task +ASSM bg:slave fix one segment +ASSM bg:slave compress block +ASSM bg:slave fix state +ASSM rsv:fill reserve +ASSM rsv:alloc from reserve +ASSM rsv:alloc from reserve fail +ASSM rsv:alloc from reserve succ +ASSM rsv:clear reserve +table scans (short tables) + +NAME +---------------------------------------------------------------- +table scans (long tables) +table scans (rowid ranges) +table scans (IM) +table scans (cache partitions) +table scans (direct read) +table scan rows gotten +table scan rs1 +table scan rs2 +table scan disk non-IMC rows gotten +table scan disk IMC fallback +table scan blocks gotten + +NAME +---------------------------------------------------------------- +table fetch by rowid +table fetch continued row +cluster key scans +cluster key scan block gets +rows fetched via callback +cell scans +cell blocks processed by cache layer +cell blocks processed by txn layer +cell blocks processed by data layer +cell blocks processed by index layer +cell filtered blocks failed block check + +NAME +---------------------------------------------------------------- +cell commit cache queries +cell transactions found in commit cache +cell blocks helped by commit cache +cell blocks helped by minscn optimization +cell chained rows skipped +cell chained rows processed +cell chained row pieces fetched +cell chained rows rejected +error count cleared by cell +cell blocks sent +cell blocks pivoted + +NAME +---------------------------------------------------------------- +cell IO uncompressed bytes +cell scan CUs pcode aggregation pushdown +cell scan rows pcode aggregated +cell scan CUs pcode selective done +cell scan CUs pcode pred evaled +cell scan CUs pcode pred evaled using rowsets +cell simulated physical IO bytes eligible for predicate offload +cell simulated physical IO bytes returned by predicate offload +queue update without cp update +index crx upgrade (prefetch) +index crx upgrade (found) + +NAME +---------------------------------------------------------------- +index crx upgrade (positioned) +index cmph dm, split for cu migrate row +index cmph dm, cu migrate row +index cmph dm, insert unpurge CU row +index cmpl ro, prefix change at block +index cmpl ro, prefix no change at block +index cmpl ro, blocks not compressed +index cmpl ro, reorg avoid load new block +index cmpl ro, reorg avoid split +index cmpl co, prefix mismatch +index split cancel wait noclean + +NAME +---------------------------------------------------------------- +index split cancel wait clean +index split cancel op set +leaf node splits +leaf node 90-10 splits +index cmph sp, leaf recompress +index cmph sp, leaf norecomp nospace +index cmph sp, leaf norecomp negcomp +index cmph sp, leaf norecomp oversize +index cmph sp, leaf norecomp zerocur +index cmph sp, leaf norecomp limit +index cmph sp, leaf norecomp notry + +NAME +---------------------------------------------------------------- +index cmph sp, leaf 90_10 failed +branch node splits +root node splits +failed probes on index block reclamation +recursive aborts on index block reclamation +index reclamation/extension switch +lob reads +lob writes +lob writes unaligned +cell index scans +index fast full scans (full) + +NAME +---------------------------------------------------------------- +index fast full scans (rowid ranges) +index fast full scans (direct read) +index fetch by key +index scans kdiixs1 +index cmph sc, ffs decomp buffers +index cmph sc, ffs decomp buffers rows avail +index cmph sc, ffs decomp buffers rows used +index cmph sc, ffs decomp failures +index cmph sc, ffs decomp buffers released and found valid +queue splits +queue flush + +NAME +---------------------------------------------------------------- +queue position update +queue single row +queue ocp pages +queue qno pages +heap block compress +HSC OLTP Space Saving +HSC OLTP Compressed Blocks +HSC IDL Compressed Blocks +HSC Compressed Segment Block Changes +HSC Heap Segment Block Changes +HSC OLTP Non Compressible Blocks + +NAME +---------------------------------------------------------------- +HSC OLTP positive compression +HSC OLTP negative compression +HSC OLTP recursive compression +HSC OLTP inline compression +HSC OLTP partial compression +HSC OLTP Drop Column +HSC OLTP Compression skipped rows +HSC OLTP compression block checked +Heap Segment Array Inserts +Heap Segment Array Updates +HSC OLTP Compression wide compressed row pieces + +NAME +---------------------------------------------------------------- +securefile allocation bytes +securefile allocation chunks +securefile direct read bytes +securefile direct write bytes +securefile direct read ops +securefile direct write ops +securefile inode read time +securefile inode write time +securefile inode ioreap time +securefile inode lhb redo +securefile inode itree redo + +NAME +---------------------------------------------------------------- +securefile bytes non-transformed +securefile number of non-transformed flushes +securefile bytes encrypted +securefile bytes cleartext +securefile compressed bytes +securefile uncompressed bytes +securefile bytes deduplicated +securefile create dedup set +securefile destroy dedup set +securefile add dedupd lob to set +securefile rmv from dedup set + +NAME +---------------------------------------------------------------- +securefile reject deduplication +securefile dedup prefix hash match +securefile number of flushes +securefile dedup flush too low +securefile dedup callback oper final +securefile dedup hash collision +securefile dedup fits inline +securefile dedup wapp cache miss +HCC load direct CUs +HCC load conventional CUs +HCC load direct CUs query low + +NAME +---------------------------------------------------------------- +HCC load direct CUs query high +HCC load direct CUs archive high +HCC load direct CUs archive low +HCC load conventional CUs query low +HCC load conventional CUs query high +HCC load conventional CUs archive high +HCC load conventional CUs archive low +HCC load direct bytes compressed +HCC load conventional bytes compressed +HCC load direct bytes uncompressed +HCC load conventional bytes uncompressed + +NAME +---------------------------------------------------------------- +HCC load direct rows +HCC load conventional rows +HCC load direct rows not compressed +HCC load conventional rows not compressed +HCC load direct CUs row pieces +HCC load conventional CUs row pieces +HCC scan rdbms CUs decompressed +HCC scan cell CUs decompressed +HCC scan rdbms CUs query low +HCC scan cell CUs query low +HCC scan rdbms CUs query high + +NAME +---------------------------------------------------------------- +HCC scan cell CUs query high +HCC scan rdbms CUs archive high +HCC scan cell CUs archive high +HCC scan rdbms CUs archive low +HCC scan cell CUs archive low +HCC scan rdbms bytes compressed +HCC scan cell bytes compressed +HCC scan rdbms bytes decompressed +HCC scan cell bytes decompressed +HCC scan rdbms CUs columns accessed +HCC scan cell CUs columns accessed + +NAME +---------------------------------------------------------------- +HCC scan rdbms columns theoretical max +HCC scan cell columns theoretical max +HCC scan rdbms rows +HCC scan cell rows +HCC scan rdbms CUs row pieces accessed +HCC scan cell CUs row pieces accessed +HCC scan rdbms CUs row pieces total +HCC scan cell CUs row pieces total +HCC scan rdbms CUs decompression time +HCC scan cell CUs decompression time +HCC DML CUs + +NAME +---------------------------------------------------------------- +HCC scan rdbms CUs normal +HCC scan rdbms CUs turbo +HCC fetch by rowid CUs +HCC analyze table CUs +HCC block dump CUs +HCC block check CUs +HCC analyzer calls +HCC usage ZFS +HCC usage pillar +HCC usage cloud +HCC DML conventional + +NAME +---------------------------------------------------------------- +cellmemory IM scan CUs processed for query +cellmemory IM scan CUs processed for capacity +cellmemory IM scan CUs processed no memcompress +cellmemory IM load CUs for query +cellmemory IM load CUs for capacity +cellmemory IM load CUs no memcompress +cellmemory IM scan CUs rejected for query +cellmemory IM scan CUs rejected for capacity +cellmemory IM scan CUs rejected no memcompress +cellmemory IM scan stat 1 +cellmemory IM scan stat 2 + +NAME +---------------------------------------------------------------- +cellmemory IM scan stat 3 +cellmemory IM scan stat 4 +cellmemory IM scan stat 5 +HCC block compressions completed +HCC block compressions attempted +HCC scan rdbms CUs predicates received +HCC scan cell CUs predicates received +HCC scan rdbms CUs predicates optimized +HCC scan cell CUs predicates optimized +HCC scan rdbms CUs predicates applied +HCC scan cell CUs predicates applied + +NAME +---------------------------------------------------------------- +HCC scan rdbms CUs optimized read +HCC scan cell CUs optimized read +HCC scan rdbms CUs pruned +HCC scan cell CUs pruned +HCC scan cell CUs sent uncompressed +HCC scan cell CUs sent compressed +HCC scan cell CUs sent head piece +HCC scan cell CUs processed for uncompressed +HCC scan cell CUs processed for compressed +HCC scan CUs pcode selective done +SecureFiles DBFS Link Operations + +NAME +---------------------------------------------------------------- +SecureFiles Move to DBFS Link +SecureFiles Copy from DBFS Link +SecureFiles Get DBFS Link Reference +SecureFiles Put DBFS Link Reference +SecureFiles Implicit Copy from DBFS Link +SecureFiles DBFS Link streaming reads +SecureFiles DBFS Link Overwrites +IM populate segments requested +IM prepopulate segments requested +IM repopulate segments requested +IM populate segments + +NAME +---------------------------------------------------------------- +IM prepopulate segments +IM repopulate segments +IM populate CUs requested +IM prepopulate CUs requested +IM repopulate CUs requested +IM repopulate (trickle) CUs requested +IM repopulate (scan) CUs requested +IM repopulate (incremental) CUs requested +IM repopulate (doublebuffering) CUs requested +IM repopulate (incremental) CUs old CU unavailable +IM repopulate (incremental) CUs old CU empty + +NAME +---------------------------------------------------------------- +IM repopulate (incremental) CUs old CU defchg +IM populate CUs resubmitted +IM prepopulate CUs resubmitted +IM repopulate CUs resubmitted +IM repopulate (trickle) CUs resubmitted +IM repopulate (scan) CUs resubmitted +IM populate CUs not +IM prepopulate CUs not +IM repopulate CUs not +IM repopulate (trickle) CUs not +IM repopulate (scan) CUs not + +NAME +---------------------------------------------------------------- +IM populate CUs nop +IM prepopulate CUs nop +IM repopulate CUs nop +IM repopulate (trickle) CUs nop +IM repopulate (scan) CUs nop +IM populate CUs no blocks +IM prepopulate CUs no blocks +IM populate CUs +IM prepopulate CUs +IM repopulate CUs +IM repopulate (trickle) CUs + +NAME +---------------------------------------------------------------- +IM repopulate (scan) CUs +IM repopulate (incremental) CUs +IM repopulate (doublebuffering) CUs +IM repopulate (incremental) CUs using population +IM populate bytes from storage +IM prepopulate bytes from storage +IM repopulate bytes from storage +IM repopulate (trickle) bytes from storage +IM repopulate due to row threshold hit +IM repopulate due to block threshold hit +IM populate accumulated time (ms) + +NAME +---------------------------------------------------------------- +IM populate segments wall clock time (ms) +IM prepopulate accumulated time (ms) +IM repopulate accumulated time (ms) +IM repopulate (trickle) accumulated time (ms) +IM repopulate read time (ms) +IM populate buffer direct read time (ms) +IM populate CUs empty +IM repopulate CUs empty +IM prepopulate CUs empty +IM repopulate (trickle) CUs empty +IM populate CUs columns + +NAME +---------------------------------------------------------------- +IM prepopulate CUs columns +IM repopulate CUs columns +IM repopulate (trickle) CUs columns +IM populate bytes in-memory data +IM prepopulate bytes in-memory data +IM repopulate bytes in-memory data +IM repopulate (trickle) bytes in-memory data +IM populate bytes uncompressed data +IM prepopulate bytes uncompressed data +IM repopulate bytes uncompressed data +IM repopulate (trickle) bytes uncompressed data + +NAME +---------------------------------------------------------------- +IM populate rows +IM prepopulate rows +IM repopulate rows +IM repopulate (trickle) rows +IM populate CUs chain pieces +IM prepopulate CUs chain pieces +IM repopulate CUs chain pieces +IM repopulate (trickle) CUs chain pieces +IM populate CUs no memcompress +IM prepopulate CUs no memcompress +IM repopulate CUs no memcompress + +NAME +---------------------------------------------------------------- +IM repopulate (trickle) CUs no memcompress +IM populate CUs memcompress for dml +IM prepopulate CUs memcompress for dml +IM repopulate CUs memcompress for dml +IM repopulate (trickle) CUs memcompress for dml +IM populate CUs memcompress for query low +IM prepopulate CUs memcompress for query low +IM repopulate CUs memcompress for query low +IM repopulate (trickle) CUs memcompress for query low +IM populate CUs memcompress for query high +IM prepopulate CUs memcompress for query high + +NAME +---------------------------------------------------------------- +IM repopulate CUs memcompress for query high +IM repopulate (trickle) CUs memcompress for query high +IM populate CUs memcompress for capacity low +IM prepopulate CUs memcompress for capacity low +IM repopulate CUs memcompress for capacity low +IM repopulate (trickle) CUs memcompress for capacity low +IM populate CUs memcompress for capacity high +IM prepopulate CUs memcompress for capacity high +IM repopulate CUs memcompress for capacity high +IM repopulate (trickle) CUs memcompress for capacity high +IM scan CUs pcode aggregation pushdown + +NAME +---------------------------------------------------------------- +IM scan rows pcode aggregated +IM scan CUs pcode selective done +IM scan CUs pcode pred evaled +IM scan CUs pcode pred evaled using rowsets +IM scan CUs pcode aggregation IME +IM scan dict engine results stored +IM scan dict engine results reused +IM faststart read data accumulated time (ms) +IM faststart read CUs problems +IM faststart read headers accumulated time (ms) +IM faststart read accumulated time (ms) + +NAME +---------------------------------------------------------------- +IM faststart read verify accumulated time (ms) +IM faststart read CUs requested +IM faststart read CUs +IM faststart read CUs not accessible +IM faststart read bytes +IM faststart read CUs incompatible +IM faststart read CUs invalid +IM faststart write bytes +IM faststart write CUs +IM faststart write CUs requested +IM faststart write CUs problems + +NAME +---------------------------------------------------------------- +IM faststart write accumulated time (ms) +IM faststart write CUs encryption mismatch +IM faststart write CUs evicted +IM faststart write CUs too dirty +IM faststart write deferred CUs requested +IM faststart write deferred CUs +IM faststart write deferred accumulated (ms) +IM faststart write deferred timeouts +IM faststart write deferred CUs not found +IM faststart coordinator accumulated time (ms) +IM faststart coordinator cycle aborts + +NAME +---------------------------------------------------------------- +IM faststart coordinator cycle overruns +IM faststart coordinator runs +IM faststart coordinator throttle down +IM faststart coordinator task submitted priority p1 +IM faststart coordinator task submitted priority p2 +IM faststart coordinator task submitted priority p3 +IM faststart coordinator task priority p1 to p2 +IM faststart coordinator task priority p2 extended +IM faststart coordinator task priority p2 to p3 +IM faststart coordinator scheduler restarted +IM faststart delete CUs problem + +NAME +---------------------------------------------------------------- +IM populate EUs requested +IM populate EUs +IM prepopulate EUs requested +IM prepopulate EUs +IM repopulate EUs requested +IM repopulate EUs +IM repopulate (incremental) EUs requested +IM repopulate (incremental) EUs +IM repopulate (trickle) EUs requested +IM repopulate (trickle) EUs +IM repopulate (scan) EUs requested + +NAME +---------------------------------------------------------------- +IM repopulate (scan) EUs +IM populate EUs accumulated time (ms) +IM prepopulate EUs accumulated time (ms) +IM repopulate EUs accumulated time (ms) +IM repopulate (trickle) EUs accumulated time (ms) +IM populate EUs columns +IM prepopulate EUs columns +IM repopulate EUs columns +IM repopulate (trickle) EUs columns +IM populate bytes in-memory EU data +IM prepopulate bytes in-memory EU data + +NAME +---------------------------------------------------------------- +IM repopulate bytes in-memory EU data +IM repopulate (trickle) bytes in-memory EU data +IM populate bytes uncompressed EU data +IM prepopulate bytes uncompressed EU data +IM repopulate bytes uncompressed EU data +IM repopulate (trickle) bytes uncompressed EU data +IM populate EUs no memcompress +IM prepopulate EUs no memcompress +IM repopulate EUs no memcompress +IM repopulate (trickle) EUs no memcompress +IM populate EUs memcompress for dml + +NAME +---------------------------------------------------------------- +IM prepopulate EUs memcompress for dml +IM repopulate EUs memcompress for dml +IM repopulate (trickle) EUs memcompress for dml +IM populate EUs memcompress for query low +IM prepopulate EUs memcompress for query low +IM repopulate EUs memcompress for query low +IM repopulate (trickle) EUs memcompress for query low +IM populate EUs memcompress for query high +IM prepopulate EUs memcompress for query high +IM repopulate EUs memcompress for query high +IM repopulate (trickle) EUs memcompress for query high + +NAME +---------------------------------------------------------------- +IM populate EUs memcompress for capacity low +IM prepopulate EUs memcompress for capacity low +IM repopulate EUs memcompress for capacity low +IM repopulate (trickle) EUs memcompress for capacity low +IM populate EUs memcompress for capacity high +IM prepopulate EUs memcompress for capacity high +IM repopulate EUs memcompress for capacity high +IM repopulate (trickle) EUs memcompress for capacity high +IM scan CUs no memcompress +IM scan CUs memcompress for dml +IM scan CUs memcompress for query low + +NAME +---------------------------------------------------------------- +IM scan CUs memcompress for query high +IM scan CUs memcompress for capacity low +IM scan CUs memcompress for capacity high +IM scan EUs no memcompress +IM scan EUs memcompress for dml +IM scan EUs memcompress for query low +IM scan EUs memcompress for query high +IM scan EUs memcompress for capacity low +IM scan EUs memcompress for capacity high +IM scan CUs doublebuffering +session logical reads - IM + +NAME +---------------------------------------------------------------- +IM scan segments disk +IM scan bytes in-memory +IM scan bytes uncompressed +IM scan CUs columns accessed +IM scan CUs columns decompressed +IM scan CUs columns theoretical max +IM scan EU bytes in-memory +IM scan EU bytes uncompressed +IM scan EUs columns accessed +IM scan EUs columns decompressed +IM scan EUs columns theoretical max + +NAME +---------------------------------------------------------------- +IM scan EU rows +IM scan rows +IM simd compare calls +IM simd decode calls +IM simd rle burst calls +IM simd set membership calls +IM simd bloom filter calls +IM simd decode unpack calls +IM simd decode symbol calls +IM simd compare selective calls +IM simd decode selective calls + +NAME +---------------------------------------------------------------- +IM simd rle burst selective calls +IM simd set membership selective calls +IM simd bloom filter selective calls +IM simd decode unpack selective calls +IM simd decode symbol selective calls +IM simd compare HW offload calls +IM simd decode HW offload calls +IM simd rle burst HW offload calls +IM simd set membership HW offload calls +IM simd decode unpack HW offload calls +IM hpk spare1 + +NAME +---------------------------------------------------------------- +IM hpk spare2 +IM hpk spare3 +IM hpk spare4 +IM hpk spare5 +IM hpk spare6 +IM scan rows valid +IM scan rows range excluded +IM scan rows discontinuous +IM scan rows excluded +IM scan rows optimized +IM scan rows projected + +NAME +---------------------------------------------------------------- +IM scan rows cache +IM scan blocks cache +IM scan fetches journal +IM scan rows journal +IM fetches by rowid from journal +IM scan CUs split pieces +IM scan EUs split pieces +IM repopulate (incremental) total rows +IM repopulate (trickle incremental) total rows +IM repopulate (incremental) fetched rows +IM repopulate (trickle incremental) fetched rows + +NAME +---------------------------------------------------------------- +IM repopulate (incremental) valid CU rows +IM repopulate (trickle incremental) valid CU rows +IM repopulate (incremental) invalid CU rows +IM repopulate (trickle incremental) invalid CU rows +IM repopulate (incremental) CUs columns +IM repopulate (trickle incremental) CUs columns +IM repopulate (incremental) CUs columns dict reused +IM repopulate (trickle incremental) CUs columns dict reused +IM repopulate (incremental) CUs columns reused +IM repopulate (trickle incremental) CUs columns reused +IM repopulate (incremental) CU blocks + +NAME +---------------------------------------------------------------- +IM repopulate (trickle incremental) CU blocks +IM repopulate (incremental) blocks read +IM repopulate (trickle incremental) blocks read +IM repopulate (incremental) modified blocks +IM repopulate (trickle incremental) modified blocks +IM repopulate (incremental) CUs valid columns optimized +IM repopulate (trickle incremental) CUs valid columns optimized +IM populate SMU/DLM locks fail +IM repopulate SMU/DLM locks fail +IM populate no contiguous inmemory space +IM repopulate no contiguous inmemory space + +NAME +---------------------------------------------------------------- +IM populate no space in PGA +IM repopulate no space in PGA +IM scan CUs predicates received +IM scan CUs predicates applied +IM scan CUs predicates optimized +IM scan CUs optimized read +IM scan CUs pruned +IM scan segments minmax eligible +IM fetches by rowid from IMCU +IM fetches by rowid from disk +IM fetches by rowid from fetch list + +NAME +---------------------------------------------------------------- +IM fetches by rowid row invalid in IMCU +IM scan CUs column not in memory +IM scan CUs invalid +IM scan invalid all blocks +IM scan CUs invalid or missing revert to on disk extent +IM scan CUs failed to reget pin +IM scan CUs invalid (all rows are invalid) +IM scan (dynamic) rows +IM scan (dynamic) multi-threaded scans +IM scan (dynamic) max degree +IM scan (dynamic) tasks processed by thread + +NAME +---------------------------------------------------------------- +IM scan (dynamic) tasks processed by parent +IM scan (dynamic) rs2 rowsets +IM scan (dynamic) spare1 +IM scan (dynamic) spare2 +IM split CUs requested +IM split CUs +IM split get smaller CUs +IM split fail no space +IM split CU too small +IM split fail +IM zzzz spare1 + +NAME +---------------------------------------------------------------- +IM zzzz spare2 +IM zzzz spare3 +IM zzzz spare4 +IM zzzz spare5 +IM zzzz spare6 +IM zzzz spare7 +IM zzzz spare8 +IM zzzz spare9 +IM zzzz spare10 +IM zzzz spare11 +IM zzzz spare12 + +NAME +---------------------------------------------------------------- +IM zzzz spare13 +IM zzzz spare14 +IM zzzz spare15 +IM zzzz spare16 +IM zzzz spare17 +IM zzzz spare18 +IM zzzz spare19 +IM zzzz spare20 +IM SubCU-MM bytes allocated +IM SubCU-Hist bytes allocated +IM SubCU-IndEnc bytes allocated + +NAME +---------------------------------------------------------------- +IM SubCU-InvIdx bytes allocated +IM SubCU-MM CUs +IM SubCU-Hist CUs +IM SubCU-IndEnc CUs +IM SubCU-InvIdx CUs +IM SubCU-MM CUs Examined +IM SubCU-MM CUs Selected +IM SubCU-MM SubCUs Eliminated +IM SubCU-MM SubCUs in Selected CUs +IM SubCU-Hist CUs Examined +IM SubCU-Hist CUs Selected + +NAME +---------------------------------------------------------------- +IM SubCU-Hist SubCUs Eliminated +IM SubCU-Hist SubCUs in Selected CUs +IM SubCU-InvIdx CUs Examined +IM SubCU-InvIdx CUs Selected +index cmph ld, CU under-est +index cmph ld, CU fit, add rows +index cmph ld, CU fit +index cmph ld, CU over-est +index cmph ld, retry in over-est +index cmph ld, CU negative comp +index cmph ld, lf blks flushed + +NAME +---------------------------------------------------------------- +index cmph ld, lf blks w/o CU +index cmph ld, lf blks w/o unc r +index cmph ld, lf blks w/ und CU +index cmph ld, rows compressed +index cmph ld, rows uncompressed +index cmph ld, infinite loop +index cmph cu, uncomp sentinels +index cmph sp, leaf recomp fewer ucs +index cmph sp, leaf recomp zero ucs +index cmph dm, cu lock expand +index cmph dm, split for cu lock expand + +NAME +---------------------------------------------------------------- +index cmph dm, purge dummy CU +index cmph sp, recomp localmem0 +index cmph sp, recomp localmem1 +index cmph sp, recomp localmem2 +index cmph sp, recomp localmem3 +index cmph sp, recomp localmem4 +index cmph sp, recomp localmem5 +index cmph sp, recomp buf0 +index cmph sp, recomp buf1 +index cmph sp, recomp buf2 +index cmph sp, recomp buf3 + +NAME +---------------------------------------------------------------- +index cmph sp, recomp buf4 +index cmph sp, recomp buf5 +sql area purged +sql area evicted +CCursor + sql area evicted +No. of Encrypt ops +No. of Decrypt ops +No. of XS Sessions Created +No. of XS Sessions Attached +No. of Namespaces Created +No. of User Callbacks Executed + +NAME +---------------------------------------------------------------- +No. of Roles Enabled or Disabled +No. of Principal Cache Misses +No. of Principal Invalidations +Number of NONE redactions +Number of FULL redactions +Number of PARTIAL redactions +Number of FORMAT_PRESERVING redactions +Number of RANDOM redactions +Number of REGEXP redactions +Number of NULLIFY redactions +Number of REGEXP_WIDTH redactions + +NAME +---------------------------------------------------------------- +DX/BB enqueue lock foreground requests +DX/BB enqueue lock foreground wait time +DX/BB enqueue lock background gets +DX/BB enqueue lock background get time +Clusterwide global transactions +Clusterwide global transactions spanning RAC nodes +Forwarded 2PC commands across RAC nodes +GTX processes spawned by autotune +GTX processes stopped by autotune +session cursor cache hits +session cursor cache count + +NAME +---------------------------------------------------------------- +cursor reload failures +java call heap total size +java call heap total size max +java call heap used size +java call heap used size max +java call heap live size +java call heap live size max +java call heap object count +java call heap object count max +java call heap live object count +java call heap live object count max + +NAME +---------------------------------------------------------------- +java call heap gc count +java call heap collected count +java call heap collected bytes +java session heap used size +java session heap used size max +java session heap live size +java session heap live size max +java session heap object count +java session heap object count max +java session heap live object count +java session heap live object count max + +NAME +---------------------------------------------------------------- +java session heap gc count +java session heap collected count +java session heap collected bytes +cursor authentications +queries parallelized +DML statements parallelized +DDL statements parallelized +DFO trees parallelized +Parallel operations not downgraded +Parallel operations downgraded to serial +Parallel operations downgraded 75 to 99 pct + +NAME +---------------------------------------------------------------- +Parallel operations downgraded 50 to 75 pct +Parallel operations downgraded 25 to 50 pct +Parallel operations downgraded 1 to 25 pct +PX local messages sent +PX local messages recv'd +PX remote messages sent +PX remote messages recv'd +buffer is pinned count +buffer is not pinned count +no buffer to keep pinned count +workarea memory allocated + +NAME +---------------------------------------------------------------- +workarea executions - optimal +workarea executions - onepass +workarea executions - multipass +key vector CUs filtered +key vector CUs min/max filtered +key vector CU codes processed +key vector rows processed by value +key vector rows processed by code +key vector CUs processed using cached packed numbers +key vector rows filtered +key vector filtered on cell + +NAME +---------------------------------------------------------------- +key vector probed on cell +key vectors sent to cell +key vectors sent to cell in lite mode due to layout +key vectors sent to cell in lite mode due to quota +key vector serializations for cell +key vector serializations in lite mode for cell +key vector queries +key vectors created +key vectors created (simple layout) +key vectors created (indirect layout) +key vectors created (offset layout) + +NAME +---------------------------------------------------------------- +key vectors created (doubly indirect layout) +key vectors created (hash layout) +key vectors created (bit wide) +key vectors created (nibble wide) +key vectors created (byte wide) +key vectors created (2 byte wide) +key vectors created (4 byte wide) +key vectors bypassed +key vector stubs created +key vector cas merge locking retrial +key vector cas merge abort + +NAME +---------------------------------------------------------------- +key vector cas merge operations +key vector non cas merge operations +key vector dgk batch parcels +key vector dgk range parcels +vector group by operations sent to cell +vector group by operations not sent to cell due to key vector +vector group by operations not sent to cell due to cardinality +vector group by rows processed on cell +vector group by rows returned by cell +vector group by used +vector group by rowsources adapted + +NAME +---------------------------------------------------------------- +vector group by accumspace cardinality +vector group by accumspace size +vector group by out of line rows +vector group by out of line size +vector group by string allocations size +vector group by string allocations +vector group by string resizes +vector group by rowsets processed on cell +vector encoded rows +vector encoded rows decoded +vector encoded row operations + +NAME +---------------------------------------------------------------- +vector encoded rowsets +vector encoded rowsets decoded +vector encoded rowset operations +vector encoded arithmetic exceptions +LOB table id lookup cache misses +parse time cpu +parse time elapsed +parse count (total) +parse count (hard) +parse count (failures) +parse count (describe) + +NAME +---------------------------------------------------------------- +frame signature mismatch +execute count +bytes sent via SQL*Net to client +bytes received via SQL*Net from client +SQL*Net roundtrips to/from client +bytes sent via SQL*Net to dblink +bytes received via SQL*Net from dblink +SQL*Net roundtrips to/from dblink +bytes via SQL*Net vector to client +bytes via SQL*Net vector from client +bytes via SQL*Net vector to dblink + +NAME +---------------------------------------------------------------- +bytes via SQL*Net vector from dblink +sorts (memory) +sorts (disk) +sorts (rows) +OTC commit optimization attempts +OTC commit optimization hits +OTC commit optimization failure - setup +OLAP Paging Manager Cache Hit +OLAP Paging Manager Cache Miss +OLAP Paging Manager New Page +OLAP Paging Manager Cache Write + +NAME +---------------------------------------------------------------- +OLAP Session Cache Hit +OLAP Session Cache Miss +OLAP Aggregate Function Calc +OLAP Aggregate Function Precompute +OLAP Aggregate Function Logical NA +OLAP Paging Manager Pool Size +OLAP Import Rows Pushed +OLAP Import Rows Loaded +OLAP Row Source Rows Processed +OLAP Engine Calls +OLAP Temp Segments + +NAME +---------------------------------------------------------------- +OLAP Temp Segment Read +OLAP Perm LOB Read +OLAP Paging Manager Cache Changed Page +OLAP Fast Limit +OLAP GID Limit +OLAP Unique Key Attribute Limit +OLAP INHIER Limit +OLAP Full Limit +OLAP Custom Member Limit +OLAP Row Id Limit +OLAP Limit Time + +NAME +---------------------------------------------------------------- +OLAP Row Load Time +cell flash cache read hits +cell flash cache read hits for controlfile reads +cell flash cache read hits for smart IO +Workload Capture: size (in bytes) of recording +Workload Capture: dbtime +Workload Capture: user calls +Workload Capture: user calls flushed +Workload Capture: unreplayable user calls +Workload Capture: user txns +Workload Capture: user logins + +NAME +---------------------------------------------------------------- +Workload Capture: unsupported user calls +Workload Capture: errors +Workload Capture: PL/SQL user subcalls +Workload Capture: PL/SQL user calls +Workload Capture: PL/SQL subcall size of recording +Workload Capture: PL/SQL dbtime +Workload Replay: dbtime +Workload Replay: network time +Workload Replay: think time +Workload Replay: time gain +Workload Replay: time loss + +NAME +---------------------------------------------------------------- +Workload Replay: user calls +Workload Replay: deadlocks resolved +Workload Replay: PL/SQL user calls +Workload Replay: PL/SQL user subcalls +Workload Replay: PL/SQL dbtime +cell physical write IO bytes eligible for offload +cell physical write IO host network bytes written during offloa +cell logical write IO requests +cell logical write IO requests eligible for offload +backup pieces compressed locally +backup data compressed locally + +NAME +---------------------------------------------------------------- +backup compressed data written locally +backup piece local processing time +backup pieces compressed remotely +backup data compressed remotely +backup compressed data written remotely +backup piece remote processing time +OS User time used +OS System time used +OS Maximum resident set size +OS Integral shared text size +OS Integral unshared data size + +NAME +---------------------------------------------------------------- +OS Integral unshared stack size +OS Page reclaims +OS Page faults +OS Swaps +OS Block input operations +OS Block output operations +OS Socket messages sent +OS Socket messages received +OS Signals received +OS Voluntary context switches +OS Involuntary context switches diff --git a/server/website/script/fixture_generators/metric_settings/oracle/oracle.txt b/server/website/script/fixture_generators/metric_settings/oracle/oracle19.txt similarity index 100% rename from server/website/script/fixture_generators/metric_settings/oracle/oracle.txt rename to server/website/script/fixture_generators/metric_settings/oracle/oracle19.txt diff --git a/server/website/website/fixtures/dbms_catalog.json b/server/website/website/fixtures/dbms_catalog.json index 2f16c1d..bde4f21 100644 --- a/server/website/website/fixtures/dbms_catalog.json +++ b/server/website/website/fixtures/dbms_catalog.json @@ -1,51 +1,59 @@ -[ - { - "model":"website.DBMSCatalog", - "pk":2, - "fields":{ - "type":2, - "version":"9.2" - } - }, - { - "model":"website.DBMSCatalog", - "pk":3, - "fields":{ - "type":2, - "version":"9.3" - } - }, - { - "model":"website.DBMSCatalog", - "pk":4, - "fields":{ - "type":2, - "version":"9.4" - } - }, - { - "model":"website.DBMSCatalog", - "pk":1, - "fields":{ - "type":2, - "version":"9.6" - } - }, - { - "model":"website.DBMSCatalog", - "pk":9, - "fields":{ - "type":9, - "version":"5.6" - } - }, - { - "model":"website.DBMSCatalog", - "pk":18, - "fields":{ - "type":4, - "version":"19.0.0.0.0" - } - } - -] +[ + { + "model":"website.DBMSCatalog", + "pk":2, + "fields":{ + "type":2, + "version":"9.2" + } + }, + { + "model":"website.DBMSCatalog", + "pk":3, + "fields":{ + "type":2, + "version":"9.3" + } + }, + { + "model":"website.DBMSCatalog", + "pk":4, + "fields":{ + "type":2, + "version":"9.4" + } + }, + { + "model":"website.DBMSCatalog", + "pk":1, + "fields":{ + "type":2, + "version":"9.6" + } + }, + { + "model":"website.DBMSCatalog", + "pk":9, + "fields":{ + "type":9, + "version":"5.6" + } + }, + { + "model":"website.DBMSCatalog", + "pk":12, + "fields":{ + "type":4, + "version":"12.2.0.1.0" + } + }, + { + "model":"website.DBMSCatalog", + "pk":19, + "fields":{ + "type":4, + "version":"19.0.0.0.0" + } + } + +] diff --git a/server/website/script/fixture_generators/knob_settings/oracle/oracle_knobs.json b/server/website/website/fixtures/oracle-12_knobs.json similarity index 74% rename from server/website/script/fixture_generators/knob_settings/oracle/oracle_knobs.json rename to server/website/website/fixtures/oracle-12_knobs.json index f378252..cc619df 100644 --- a/server/website/script/fixture_generators/knob_settings/oracle/oracle_knobs.json +++ b/server/website/website/fixtures/oracle-12_knobs.json @@ -1,8228 +1,7924 @@ [ { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.lock_name_space", "tunable": false, - "scope": "global", - "default": "", "summary": "lock name space used for generating lock names for standby/clone database", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, "name": "global.processes", "tunable": false, - "scope": "global", - "default": 0, "summary": "user processes", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 2, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": 0, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, "name": "global.sessions", "tunable": false, - "scope": "global", - "default": 0, "summary": "user and system sessions", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 2, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": 0, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 4, - "unit": 3, "name": "global.timed_statistics", "tunable": false, - "scope": "global", - "default": false, "summary": "maintain internal timing statistics", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 4, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": false, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, "name": "global.timed_os_statistics", "tunable": false, - "scope": "global", - "default": 0, "summary": "internal os statistic gathering interval in seconds", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 2, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": 0, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 4, - "unit": 3, "name": "global.resource_limit", "tunable": false, - "scope": "global", - "default": false, "summary": "master switch for resource limit", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 4, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": false, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, "name": "global.license_max_sessions", "tunable": false, - "scope": "global", - "default": 0, "summary": "maximum number of non-system user sessions allowed", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 2, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": 0, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, "name": "global.license_sessions_warning", "tunable": false, - "scope": "global", - "default": 0, "summary": "warning level for number of non-system user sessions", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 2, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": 0, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 4, - "unit": 3, "name": "global.long_module_action", "tunable": false, - "scope": "global", - "default": false, "summary": "Use longer module and action", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 4, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": false, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.standby_db_preserve_states", "tunable": false, - "scope": "global", - "default": "", "summary": "Preserve state cross standby role transition", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, "name": "global.instance_abort_delay_time", "tunable": false, - "scope": "global", - "default": 0, "summary": "time to delay an internal initiated abort (in seconds)", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 2, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": 0, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, "name": "global.cpu_count", "tunable": false, - "scope": "global", - "default": 0, "summary": "number of CPUs for this instance", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 2, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": 0, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.instance_groups", "tunable": false, - "scope": "global", - "default": "", "summary": "list of instance group names", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.event", "tunable": false, - "scope": "global", - "default": "", "summary": "debug event control - default null string", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": 0, - "vartype": 2, - "unit": 3, "name": "global.sga_max_size", "tunable": false, - "scope": "global", - "default": 0, "summary": "max total SGA size", "maxval": 33000000000, - "description": "", - "dbms": 18, + "vartype": 2, + "category": "", "enumvals": null, - "category": "" + "minval": 0, + "dbms": 12, + "scope": "global", + "default": 0, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.use_large_pages", "tunable": false, - "scope": "global", - "default": "", "summary": "Use large pages if available (TRUE/FALSE/ONLY)", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 4, - "unit": 3, "name": "global.pre_page_sga", "tunable": false, - "scope": "global", - "default": false, "summary": "pre-page sga for process", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 4, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": false, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, "name": "global.shared_memory_address", "tunable": false, - "scope": "global", - "default": 0, "summary": "SGA starting address (low order 32-bits on 64-bit platforms)", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 2, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": 0, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, "name": "global.hi_shared_memory_address", "tunable": false, - "scope": "global", - "default": 0, "summary": "SGA starting address (high order 32-bits on 64-bit platforms)", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 2, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": 0, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 4, - "unit": 3, "name": "global.lock_sga", "tunable": false, - "scope": "global", - "default": false, "summary": "Lock entire SGA in physical memory", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 4, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": false, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.processor_group_name", "tunable": false, - "scope": "global", - "default": "", "summary": "Name of the processor group that this instance should run in.", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 4, - "unit": 3, "name": "global.allow_group_access_to_sga", "tunable": false, - "scope": "global", - "default": false, "summary": "Allow read access for SGA to users of Oracle owner group", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 4, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": false, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, "name": "global.sga_min_size", "tunable": false, - "scope": "global", - "default": 0, "summary": "Minimum, guaranteed size of PDB's SGA", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 2, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": 0, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": 0, - "vartype": 2, - "unit": 3, "name": "global.shared_pool_size", "tunable": true, - "scope": "global", - "default": 1000000000, "summary": "size in bytes of shared pool", "maxval": 4000000000, - "description": "", - "dbms": 18, + "vartype": 2, + "category": "", "enumvals": null, - "category": "" + "minval": 0, + "dbms": 12, + "scope": "global", + "default": 1000000000, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": 0, - "vartype": 2, - "unit": 3, "name": "global.large_pool_size", "tunable": true, - "scope": "global", - "default": 500000000, "summary": "size in bytes of large pool", "maxval": 2000000000, - "description": "", - "dbms": 18, + "vartype": 2, + "category": "", "enumvals": null, - "category": "" + "minval": 0, + "dbms": 12, + "scope": "global", + "default": 500000000, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, "name": "global.java_pool_size", "tunable": false, - "scope": "global", - "default": 0, "summary": "size in bytes of java pool", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 2, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": 0, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": 0, - "vartype": 2, - "unit": 3, "name": "global.streams_pool_size", "tunable": true, - "scope": "global", - "default": 20000000, "summary": "size in bytes of the streams pool", "maxval": 4000000000, - "description": "", - "dbms": 18, + "vartype": 2, + "category": "", "enumvals": null, - "category": "" + "minval": 0, + "dbms": 12, + "scope": "global", + "default": 20000000, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, "name": "global.shared_pool_reserved_size", "tunable": false, - "scope": "global", - "default": 0, "summary": "size in bytes of reserved area of shared pool", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 2, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": 0, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, "name": "global.java_soft_sessionspace_limit", "tunable": false, - "scope": "global", - "default": 0, "summary": "warning limit on size in bytes of a Java sessionspace", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 2, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": 0, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, "name": "global.java_max_sessionspace_size", "tunable": false, - "scope": "global", - "default": 0, "summary": "max allowed size in bytes of a Java sessionspace", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 2, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": 0, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, "name": "global.pga_aggregate_limit", "tunable": false, - "scope": "global", - "default": 0, "summary": "limit of aggregate PGA memory for the instance or PDB", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 2, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": 0, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.spfile", "tunable": false, - "scope": "global", - "default": "", "summary": "server parameter file", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.instance_type", "tunable": false, - "scope": "global", - "default": "", "summary": "type of instance to be executed", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 4, - "unit": 3, "name": "global.uniform_log_timestamp_format", "tunable": false, - "scope": "global", - "default": false, "summary": "use uniform timestamp formats vs pre-12.2 formats", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 4, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": false, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.nls_language", "tunable": false, - "scope": "global", - "default": "", "summary": "NLS language name", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.nls_territory", "tunable": false, - "scope": "global", - "default": "", "summary": "NLS territory name", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.nls_sort", "tunable": false, - "scope": "global", - "default": "", "summary": "NLS linguistic definition name", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.nls_date_language", "tunable": false, - "scope": "global", - "default": "", "summary": "NLS date language name", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.nls_date_format", "tunable": false, - "scope": "global", - "default": "", "summary": "NLS Oracle date format", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.nls_currency", "tunable": false, - "scope": "global", - "default": "", "summary": "NLS local currency symbol", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.nls_numeric_characters", "tunable": false, - "scope": "global", - "default": "", "summary": "NLS numeric characters", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.nls_iso_currency", "tunable": false, - "scope": "global", - "default": "", "summary": "NLS ISO currency territory name", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.nls_calendar", "tunable": false, - "scope": "global", - "default": "", "summary": "NLS calendar system name", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.nls_time_format", "tunable": false, - "scope": "global", - "default": "", "summary": "time format", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.nls_timestamp_format", "tunable": false, - "scope": "global", - "default": "", "summary": "time stamp format", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.nls_time_tz_format", "tunable": false, - "scope": "global", - "default": "", "summary": "time with timezone format", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.nls_timestamp_tz_format", "tunable": false, - "scope": "global", - "default": "", "summary": "timestamp with timezone format", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.nls_dual_currency", "tunable": false, - "scope": "global", - "default": "", "summary": "Dual currency symbol", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.nls_comp", "tunable": false, - "scope": "global", - "default": "", "summary": "NLS comparison", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.nls_length_semantics", "tunable": false, - "scope": "global", - "default": "", "summary": "create columns using byte or char semantics by default", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.nls_nchar_conv_excp", "tunable": false, - "scope": "global", - "default": "", "summary": "NLS raise an exception instead of allowing implicit conversion", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 5, - "unit": 3, "name": "global.disk_asynch_io", "tunable": true, - "scope": "global", - "default": "TRUE", "summary": "Use asynch I/O for random access devices", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 5, + "category": "", "enumvals": "TRUE,FALSE", - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "TRUE", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 4, - "unit": 3, "name": "global.tape_asynch_io", "tunable": false, - "scope": "global", - "default": false, "summary": "Use asynch I/O requests for tape devices", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 4, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": false, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, "name": "global.dbwr_io_slaves", "tunable": false, - "scope": "global", - "default": 0, "summary": "DBWR I/O slaves", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 2, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": 0, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 4, - "unit": 3, "name": "global.backup_tape_io_slaves", "tunable": false, - "scope": "global", - "default": false, "summary": "BACKUP Tape I/O slaves", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 4, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": false, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.fileio_network_adapters", "tunable": false, - "scope": "global", - "default": "", "summary": "Network Adapters for File I/O", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.filesystemio_options", "tunable": false, - "scope": "global", - "default": "", "summary": "IO operations on filesystem files", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, "name": "global.dnfs_batch_size", "tunable": false, - "scope": "global", - "default": 0, "summary": "Max number of dNFS asynch I/O requests queued per session", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 2, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": 0, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 4, - "unit": 3, "name": "global.clonedb", "tunable": false, - "scope": "global", - "default": false, "summary": "clone database", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 4, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": false, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 4, - "unit": 3, "name": "global.instant_restore", "tunable": false, - "scope": "global", - "default": false, "summary": "instant repopulation of datafiles", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 4, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": false, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, "name": "global.ofs_threads", "tunable": false, - "scope": "global", - "default": 0, "summary": "Number of OFS threads", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 2, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": 0, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, "name": "global.resource_manager_cpu_allocation", "tunable": false, - "scope": "global", - "default": 0, "summary": "Resource Manager CPU allocation", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 2, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": 0, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.resource_manager_plan", "tunable": false, - "scope": "global", - "default": "", "summary": "resource mgr top plan", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.db_performance_profile", "tunable": false, - "scope": "global", - "default": "", "summary": "Database performance category", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, "name": "global.max_iops", "tunable": false, - "scope": "global", - "default": 0, "summary": "MAX IO per second", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 2, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": 0, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, "name": "global.max_mbps", "tunable": false, - "scope": "global", - "default": 0, "summary": "MAX MB per second", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 2, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": 0, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, "name": "global.max_idle_time", "tunable": false, - "scope": "global", - "default": 0, "summary": "maximum session idle time in minutes", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 2, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": 0, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.cluster_interconnects", "tunable": false, - "scope": "global", - "default": "", "summary": "interconnects for RAC use", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, "name": "global.exafusion_enabled", "tunable": false, - "scope": "global", - "default": 0, "summary": "Enable Exafusion", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 2, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": 0, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 4, - "unit": 3, "name": "global.file_mapping", "tunable": false, - "scope": "global", - "default": false, "summary": "enable file mapping", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 4, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": false, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, "name": "global.max_datapump_jobs_per_pdb", "tunable": false, - "scope": "global", - "default": 0, "summary": "maximum number of concurrent Data Pump Jobs per PDB", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 2, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": 0, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.service_names", "tunable": false, - "scope": "global", - "default": "", "summary": "service names supported by the instance", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 4, - "unit": 3, "name": "global.threaded_execution", "tunable": false, - "scope": "global", - "default": false, "summary": "Threaded Execution Mode", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 4, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": false, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.clonedb_dir", "tunable": false, - "scope": "global", - "default": "", "summary": "CloneDB Directory", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 4, - "unit": 3, "name": "global.enable_dnfs_dispatcher", "tunable": false, - "scope": "global", - "default": false, "summary": "Enable DNFS Dispatcher", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 4, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": false, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, "name": "global.gcs_server_processes", "tunable": false, - "scope": "global", - "default": 0, "summary": "number of background gcs server processes to start", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 2, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": 0, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, "name": "global.active_instance_count", "tunable": false, - "scope": "global", - "default": 0, "summary": "number of active instances in the cluster database", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 2, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": 0, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.instance_mode", "tunable": false, - "scope": "global", - "default": "", "summary": "indicates whether the instance read-only or read-write or read-mostly", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": 0, - "vartype": 2, - "unit": 3, "name": "global.sga_target", "tunable": false, - "scope": "global", - "default": 0, "summary": "Target size of SGA", "maxval": 33000000000, - "description": "", - "dbms": 18, + "vartype": 2, + "category": "", "enumvals": null, - "category": "" + "minval": 0, + "dbms": 12, + "scope": "global", + "default": 0, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": 0, - "vartype": 2, - "unit": 3, "name": "global.memory_target", "tunable": false, - "scope": "global", - "default": 0, "summary": "Target size of Oracle SGA and PGA memory", "maxval": 33000000000, - "description": "", - "dbms": 18, + "vartype": 2, + "category": "", "enumvals": null, - "category": "" + "minval": 0, + "dbms": 12, + "scope": "global", + "default": 0, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": 0, - "vartype": 2, - "unit": 3, "name": "global.memory_max_target", "tunable": false, - "scope": "global", - "default": 0, "summary": "Max size for Memory Target", "maxval": 33000000000, - "description": "", - "dbms": 18, + "vartype": 2, + "category": "", "enumvals": null, - "category": "" + "minval": 0, + "dbms": 12, + "scope": "global", + "default": 0, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.control_files", "tunable": false, - "scope": "global", - "default": "", "summary": "control file names list", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.db_file_name_convert", "tunable": false, - "scope": "global", - "default": "", "summary": "datafile name convert patterns and strings for standby/clone db", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.log_file_name_convert", "tunable": false, - "scope": "global", - "default": "", "summary": "logfile name convert patterns and strings for standby/clone db", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, "name": "global.control_file_record_keep_time", "tunable": false, - "scope": "global", - "default": 0, "summary": "control file record keep time in days", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 2, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": 0, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, "name": "global.db_block_buffers", "tunable": false, - "scope": "global", - "default": 0, "summary": "Number of database blocks cached in memory", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 2, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": 0, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.db_block_checksum", "tunable": false, - "scope": "global", - "default": "", "summary": "store checksum in db blocks and check during reads", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.db_ultra_safe", "tunable": false, - "scope": "global", - "default": "", "summary": "Sets defaults for other parameters that control protection levels", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, "name": "global.db_block_size", "tunable": false, - "scope": "global", - "default": 0, "summary": "Size of database block in bytes", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 2, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": 0, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": 0, - "vartype": 2, - "unit": 3, "name": "global.db_cache_size", "tunable": true, + "summary": "Size of DEFAULT buffer pool for standard block size buffers", + "maxval": 25000000000, + "vartype": 2, + "category": "", + "enumvals": null, + "minval": 0, + "dbms": 12, "scope": "global", "default": 4000000000, - "summary": "Size of DEFAULT buffer pool for standard block size buffers", - "maxval": 24000000000, + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, "name": "global.db_2k_cache_size", "tunable": false, - "scope": "global", - "default": 0, "summary": "Size of cache for 2K buffers", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 2, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": 0, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, "name": "global.db_4k_cache_size", "tunable": false, - "scope": "global", - "default": 0, "summary": "Size of cache for 4K buffers", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 2, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": 0, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, "name": "global.db_8k_cache_size", "tunable": false, - "scope": "global", - "default": 0, "summary": "Size of cache for 8K buffers", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 2, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": 0, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, "name": "global.db_16k_cache_size", "tunable": false, - "scope": "global", - "default": 0, "summary": "Size of cache for 16K buffers", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 2, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": 0, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, "name": "global.db_32k_cache_size", "tunable": false, - "scope": "global", - "default": 0, "summary": "Size of cache for 32K buffers", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 2, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": 0, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": 0, - "vartype": 2, - "unit": 3, "name": "global.db_keep_cache_size", "tunable": false, - "scope": "global", - "default": 500000000, "summary": "Size of KEEP buffer pool for standard block size buffers", "maxval": 2000000000, - "description": "", - "dbms": 18, - "enumvals": null, - "category": "" - }, - "model": "website.KnobCatalog" - }, - { - "fields": { - "context": "", - "minval": 0, "vartype": 2, - "unit": 3, - "name": "global.db_recycle_cache_size", - "tunable": false, + "category": "", + "enumvals": null, + "minval": 0, + "dbms": 12, "scope": "global", "default": 500000000, + "context": "", + "description": "", + "unit": 3 + }, + "model": "website.KnobCatalog" + }, + { + "fields": { + "name": "global.db_recycle_cache_size", + "tunable": false, "summary": "Size of RECYCLE buffer pool for standard block size buffers", "maxval": 2000000000, - "description": "", - "dbms": 18, - "enumvals": null, - "category": "" - }, - "model": "website.KnobCatalog" - }, - { - "fields": { - "context": "", - "minval": null, "vartype": 2, - "unit": 3, - "name": "global.memoptimize_pool_size", - "tunable": false, - "scope": "global", - "default": 0, - "summary": "Size of cache for imoltp buffers", - "maxval": null, - "description": "", - "dbms": 18, + "category": "", "enumvals": null, - "category": "" + "minval": 0, + "dbms": 12, + "scope": "global", + "default": 500000000, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.db_big_table_cache_percent_target", "tunable": false, - "scope": "global", - "default": "", "summary": "Big table cache target size in percentage", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.encrypt_new_tablespaces", "tunable": false, - "scope": "global", - "default": "", "summary": "whether to encrypt newly created tablespaces", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, "name": "global.db_writer_processes", "tunable": false, - "scope": "global", - "default": 0, "summary": "number of background database writer processes to start", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 2, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": 0, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.buffer_pool_keep", "tunable": false, - "scope": "global", - "default": "", "summary": "Number of database blocks/latches in keep buffer pool", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.buffer_pool_recycle", "tunable": false, - "scope": "global", - "default": "", "summary": "Number of database blocks/latches in recycle buffer pool", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.db_flash_cache_file", "tunable": false, - "scope": "global", - "default": "", "summary": "flash cache file for default block size", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, "name": "global.db_flash_cache_size", "tunable": false, - "scope": "global", - "default": 0, "summary": "flash cache size for db_flash_cache_file", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 2, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": 0, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.db_cache_advice", "tunable": false, - "scope": "global", - "default": "", "summary": "Buffer cache sizing advisory", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.compatible", "tunable": false, - "scope": "global", - "default": "", "summary": "Database will be completely compatible with this software version", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.log_archive_dest_1", "tunable": false, - "scope": "global", - "default": "", "summary": "archival destination #1 text string", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.log_archive_dest_2", "tunable": false, - "scope": "global", - "default": "", "summary": "archival destination #2 text string", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.log_archive_dest_3", "tunable": false, - "scope": "global", - "default": "", "summary": "archival destination #3 text string", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.log_archive_dest_4", "tunable": false, - "scope": "global", - "default": "", "summary": "archival destination #4 text string", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.log_archive_dest_5", "tunable": false, - "scope": "global", - "default": "", "summary": "archival destination #5 text string", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.log_archive_dest_6", "tunable": false, - "scope": "global", - "default": "", "summary": "archival destination #6 text string", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.log_archive_dest_7", "tunable": false, - "scope": "global", - "default": "", "summary": "archival destination #7 text string", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.log_archive_dest_8", "tunable": false, - "scope": "global", - "default": "", "summary": "archival destination #8 text string", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.log_archive_dest_9", "tunable": false, - "scope": "global", - "default": "", "summary": "archival destination #9 text string", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.log_archive_dest_10", "tunable": false, - "scope": "global", - "default": "", "summary": "archival destination #10 text string", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.log_archive_dest_11", "tunable": false, - "scope": "global", - "default": "", "summary": "archival destination #11 text string", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.log_archive_dest_12", "tunable": false, - "scope": "global", - "default": "", "summary": "archival destination #12 text string", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.log_archive_dest_13", "tunable": false, - "scope": "global", - "default": "", "summary": "archival destination #13 text string", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.log_archive_dest_14", "tunable": false, - "scope": "global", - "default": "", "summary": "archival destination #14 text string", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.log_archive_dest_15", "tunable": false, - "scope": "global", - "default": "", "summary": "archival destination #15 text string", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.log_archive_dest_16", "tunable": false, - "scope": "global", - "default": "", "summary": "archival destination #16 text string", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.log_archive_dest_17", "tunable": false, - "scope": "global", - "default": "", "summary": "archival destination #17 text string", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.log_archive_dest_18", "tunable": false, - "scope": "global", - "default": "", "summary": "archival destination #18 text string", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.log_archive_dest_19", "tunable": false, - "scope": "global", - "default": "", "summary": "archival destination #19 text string", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.log_archive_dest_20", "tunable": false, - "scope": "global", - "default": "", "summary": "archival destination #20 text string", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.log_archive_dest_21", "tunable": false, - "scope": "global", - "default": "", "summary": "archival destination #21 text string", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.log_archive_dest_22", "tunable": false, - "scope": "global", - "default": "", "summary": "archival destination #22 text string", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.log_archive_dest_23", "tunable": false, - "scope": "global", - "default": "", "summary": "archival destination #23 text string", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.log_archive_dest_24", "tunable": false, - "scope": "global", - "default": "", "summary": "archival destination #24 text string", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.log_archive_dest_25", "tunable": false, - "scope": "global", - "default": "", "summary": "archival destination #25 text string", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.log_archive_dest_26", "tunable": false, - "scope": "global", - "default": "", "summary": "archival destination #26 text string", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.log_archive_dest_27", "tunable": false, - "scope": "global", - "default": "", "summary": "archival destination #27 text string", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.log_archive_dest_28", "tunable": false, - "scope": "global", - "default": "", "summary": "archival destination #28 text string", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.log_archive_dest_29", "tunable": false, - "scope": "global", - "default": "", "summary": "archival destination #29 text string", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.log_archive_dest_30", "tunable": false, - "scope": "global", - "default": "", "summary": "archival destination #30 text string", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.log_archive_dest_31", "tunable": false, - "scope": "global", - "default": "", "summary": "archival destination #31 text string", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.log_archive_dest_state_1", "tunable": false, - "scope": "global", - "default": "", "summary": "archival destination #1 state text string", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.log_archive_dest_state_2", "tunable": false, - "scope": "global", - "default": "", "summary": "archival destination #2 state text string", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.log_archive_dest_state_3", "tunable": false, - "scope": "global", - "default": "", "summary": "archival destination #3 state text string", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.log_archive_dest_state_4", "tunable": false, - "scope": "global", - "default": "", "summary": "archival destination #4 state text string", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.log_archive_dest_state_5", "tunable": false, - "scope": "global", - "default": "", "summary": "archival destination #5 state text string", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.log_archive_dest_state_6", "tunable": false, - "scope": "global", - "default": "", "summary": "archival destination #6 state text string", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.log_archive_dest_state_7", "tunable": false, - "scope": "global", - "default": "", "summary": "archival destination #7 state text string", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.log_archive_dest_state_8", "tunable": false, - "scope": "global", - "default": "", "summary": "archival destination #8 state text string", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.log_archive_dest_state_9", "tunable": false, - "scope": "global", - "default": "", "summary": "archival destination #9 state text string", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.log_archive_dest_state_10", "tunable": false, - "scope": "global", - "default": "", "summary": "archival destination #10 state text string", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.log_archive_dest_state_11", "tunable": false, - "scope": "global", - "default": "", "summary": "archival destination #11 state text string", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.log_archive_dest_state_12", "tunable": false, - "scope": "global", - "default": "", "summary": "archival destination #12 state text string", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.log_archive_dest_state_13", "tunable": false, - "scope": "global", - "default": "", "summary": "archival destination #13 state text string", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.log_archive_dest_state_14", "tunable": false, - "scope": "global", - "default": "", "summary": "archival destination #14 state text string", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.log_archive_dest_state_15", "tunable": false, - "scope": "global", - "default": "", "summary": "archival destination #15 state text string", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.log_archive_dest_state_16", "tunable": false, - "scope": "global", - "default": "", "summary": "archival destination #16 state text string", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.log_archive_dest_state_17", "tunable": false, - "scope": "global", - "default": "", "summary": "archival destination #17 state text string", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.log_archive_dest_state_18", "tunable": false, - "scope": "global", - "default": "", "summary": "archival destination #18 state text string", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.log_archive_dest_state_19", "tunable": false, - "scope": "global", - "default": "", "summary": "archival destination #19 state text string", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.log_archive_dest_state_20", "tunable": false, - "scope": "global", - "default": "", "summary": "archival destination #20 state text string", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.log_archive_dest_state_21", "tunable": false, - "scope": "global", - "default": "", "summary": "archival destination #21 state text string", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.log_archive_dest_state_22", "tunable": false, - "scope": "global", - "default": "", "summary": "archival destination #22 state text string", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.log_archive_dest_state_23", "tunable": false, - "scope": "global", - "default": "", "summary": "archival destination #23 state text string", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.log_archive_dest_state_24", "tunable": false, - "scope": "global", - "default": "", "summary": "archival destination #24 state text string", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.log_archive_dest_state_25", "tunable": false, - "scope": "global", - "default": "", "summary": "archival destination #25 state text string", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.log_archive_dest_state_26", "tunable": false, - "scope": "global", - "default": "", "summary": "archival destination #26 state text string", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.log_archive_dest_state_27", "tunable": false, - "scope": "global", - "default": "", "summary": "archival destination #27 state text string", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.log_archive_dest_state_28", "tunable": false, - "scope": "global", - "default": "", "summary": "archival destination #28 state text string", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.log_archive_dest_state_29", "tunable": false, - "scope": "global", - "default": "", "summary": "archival destination #29 state text string", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.log_archive_dest_state_30", "tunable": false, - "scope": "global", - "default": "", "summary": "archival destination #30 state text string", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.log_archive_dest_state_31", "tunable": false, - "scope": "global", - "default": "", "summary": "archival destination #31 state text string", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 4, - "unit": 3, "name": "global.log_archive_start", "tunable": false, - "scope": "global", - "default": false, "summary": "start archival process on SGA initialization", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 4, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": false, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.log_archive_dest", "tunable": false, - "scope": "global", - "default": "", "summary": "archival destination text string", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.log_archive_duplex_dest", "tunable": false, - "scope": "global", - "default": "", "summary": "duplex archival destination text string", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, "name": "global.log_archive_min_succeed_dest", "tunable": false, - "scope": "global", - "default": 0, "summary": "minimum number of archive destinations that must succeed", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 2, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": 0, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, + "name": "global.standby_archive_dest", + "tunable": false, + "summary": "standby database archivelog destination text string", + "maxval": null, "vartype": 1, - "unit": 3, + "category": "", + "enumvals": null, + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 + }, + "model": "website.KnobCatalog" + }, + { + "fields": { "name": "global.fal_client", "tunable": false, - "scope": "global", - "default": "", "summary": "FAL client", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.fal_server", "tunable": false, - "scope": "global", - "default": "", "summary": "FAL server list", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, "name": "global.log_archive_trace", "tunable": false, + "summary": "Establish archivelog operation tracing level", + "maxval": null, + "vartype": 2, + "category": "", + "enumvals": null, + "minval": null, + "dbms": 12, "scope": "global", "default": 0, - "summary": "Establish archive operation tracing level", - "maxval": null, + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, "name": "global.data_guard_sync_latency", "tunable": false, - "scope": "global", - "default": 0, "summary": "Data Guard SYNC latency", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 2, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": 0, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.log_archive_config", "tunable": false, - "scope": "global", - "default": "", "summary": "log archive config", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.log_archive_format", "tunable": false, - "scope": "global", - "default": "", "summary": "archival destination format", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.redo_transport_user", "tunable": false, - "scope": "global", - "default": "", "summary": "Data Guard transport user when using password file", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, "name": "global.log_archive_max_processes", "tunable": false, - "scope": "global", - "default": 0, "summary": "maximum number of active ARCH processes", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 2, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": 0, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": 0, - "vartype": 2, - "unit": 3, "name": "global.log_buffer", "tunable": true, - "scope": "global", - "default": 50000000, "summary": "redo circular buffer size", "maxval": 2000000000, - "description": "", - "dbms": 18, + "vartype": 2, + "category": "", "enumvals": null, - "category": "" + "minval": 0, + "dbms": 12, + "scope": "global", + "default": 50000000, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, "name": "global.log_checkpoint_interval", "tunable": false, - "scope": "global", - "default": 0, "summary": "# redo blocks checkpoint threshold", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 2, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": 0, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, "name": "global.log_checkpoint_timeout", "tunable": false, - "scope": "global", - "default": 0, "summary": "Maximum time interval between checkpoints in seconds", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 2, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": 0, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, "name": "global.archive_lag_target", "tunable": false, - "scope": "global", - "default": 0, "summary": "Maximum number of seconds of redos the standby could lose", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 2, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": 0, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, "name": "global.db_files", "tunable": false, - "scope": "global", - "default": 0, "summary": "max allowable # db files", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 2, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": 0, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": 64, - "vartype": 2, - "unit": 3, "name": "global.db_file_multiblock_read_count", "tunable": false, - "scope": "global", - "default": 128, "summary": "db block to be read each IO", "maxval": 256, - "description": "", - "dbms": 18, + "vartype": 2, + "category": "", "enumvals": null, - "category": "" + "minval": 64, + "dbms": 12, + "scope": "global", + "default": 128, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 4, - "unit": 3, "name": "global.read_only_open_delayed", "tunable": false, - "scope": "global", - "default": false, "summary": "if TRUE delay opening of read only files until first access", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 4, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": false, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 4, - "unit": 3, "name": "global.cluster_database", "tunable": false, - "scope": "global", - "default": false, "summary": "if TRUE startup in cluster database mode", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 4, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": false, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, "name": "global.cluster_database_instances", "tunable": false, - "scope": "global", - "default": 0, "summary": "number of instances to use for sizing cluster db SGA structures", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 2, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": 0, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.db_create_file_dest", "tunable": false, - "scope": "global", - "default": "", "summary": "default database location", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.db_create_online_log_dest_1", "tunable": false, - "scope": "global", - "default": "", "summary": "online log/controlfile destination #1", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.db_create_online_log_dest_2", "tunable": false, - "scope": "global", - "default": "", "summary": "online log/controlfile destination #2", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.db_create_online_log_dest_3", "tunable": false, - "scope": "global", - "default": "", "summary": "online log/controlfile destination #3", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.db_create_online_log_dest_4", "tunable": false, - "scope": "global", - "default": "", "summary": "online log/controlfile destination #4", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.db_create_online_log_dest_5", "tunable": false, - "scope": "global", - "default": "", "summary": "online log/controlfile destination #5", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.db_recovery_file_dest", "tunable": false, - "scope": "global", - "default": "", "summary": "default database recovery file location", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, "name": "global.db_recovery_file_dest_size", "tunable": false, - "scope": "global", - "default": 0, "summary": "database recovery files size limit", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 2, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": 0, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.standby_file_management", "tunable": false, - "scope": "global", - "default": "", "summary": "if auto then files are created/dropped automatically on standby", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 4, - "unit": 3, "name": "global.db_unrecoverable_scn_tracking", "tunable": false, - "scope": "global", - "default": false, "summary": "Track nologging SCN in controlfile", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 4, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": false, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, "name": "global.thread", "tunable": false, - "scope": "global", - "default": 0, "summary": "Redo thread to mount", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 2, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": 0, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.enabled_PDBs_on_standby", "tunable": false, - "scope": "global", - "default": "", "summary": "List of Enabled PDB patterns", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, "name": "global.fast_start_io_target", "tunable": false, - "scope": "global", - "default": 0, "summary": "Upper bound on recovery reads", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 2, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": 0, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, "name": "global.fast_start_mttr_target", "tunable": false, - "scope": "global", - "default": 0, "summary": "MTTR target in seconds", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 2, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": 0, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 4, - "unit": 3, "name": "global.log_checkpoints_to_alert", "tunable": false, - "scope": "global", - "default": false, "summary": "log checkpoint begin/end to alert file", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 4, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": false, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.db_lost_write_protect", "tunable": false, - "scope": "global", - "default": "", "summary": "enable lost write detection", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, "name": "global.recovery_parallelism", "tunable": false, - "scope": "global", - "default": 0, "summary": "number of server processes to use for parallel recovery", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 2, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": 0, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 4, - "unit": 3, "name": "global.enable_goldengate_replication", "tunable": false, - "scope": "global", - "default": false, "summary": "goldengate replication enabled", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 4, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": false, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 4, - "unit": 3, "name": "global.inmemory_adg_enabled", "tunable": false, - "scope": "global", - "default": false, "summary": "Enable IMC support on ADG", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 4, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": false, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, "name": "global.db_flashback_retention_target", "tunable": false, - "scope": "global", - "default": 0, "summary": "Maximum Flashback Database log retention time in minutes.", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 2, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": 0, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, "name": "global.data_transfer_cache_size", "tunable": false, - "scope": "global", - "default": 0, "summary": "Size of data transfer cache", "maxval": null, - "description": "", - "dbms": 18, - "enumvals": null, - "category": "" - }, - "model": "website.KnobCatalog" - }, - { - "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, - "name": "global.adg_account_info_tracking", - "tunable": false, - "scope": "global", - "default": "", - "summary": "ADG user account info tracked in standby(LOCAL) or in Primary(GLOBAL)", - "maxval": null, - "description": "", - "dbms": 18, - "enumvals": null, - "category": "" - }, - "model": "website.KnobCatalog" - }, - { - "fields": { - "context": "", - "minval": null, "vartype": 2, - "unit": 3, + "category": "", + "enumvals": null, + "minval": null, + "dbms": 12, + "scope": "global", + "default": 0, + "context": "", + "description": "", + "unit": 3 + }, + "model": "website.KnobCatalog" + }, + { + "fields": { "name": "global.dml_locks", "tunable": false, - "scope": "global", - "default": 0, "summary": "dml locks - one for each table modified in a transaction", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 2, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": 0, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 4, - "unit": 3, "name": "global.replication_dependency_tracking", "tunable": false, - "scope": "global", - "default": false, "summary": "tracking dependency for Replication parallel propagation", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 4, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": false, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, "name": "global.transactions", "tunable": false, - "scope": "global", - "default": 0, "summary": "max. number of concurrent active transactions", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 2, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": 0, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, "name": "global.transactions_per_rollback_segment", "tunable": false, - "scope": "global", - "default": 0, "summary": "number of active transactions per rollback segment", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 2, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": 0, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 4, - "unit": 3, "name": "global.temp_undo_enabled", "tunable": false, - "scope": "global", - "default": false, "summary": "is temporary undo enabled", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 4, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": false, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.rollback_segments", "tunable": false, - "scope": "global", - "default": "", "summary": "undo segment list", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.undo_management", "tunable": false, - "scope": "global", - "default": "", "summary": "instance runs in SMU mode if TRUE, else in RBU mode", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.undo_tablespace", "tunable": false, - "scope": "global", - "default": "", "summary": "use/switch undo tablespace", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, "name": "global.undo_retention", "tunable": false, - "scope": "global", - "default": 0, "summary": "undo retention in seconds", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 2, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": 0, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.fast_start_parallel_rollback", "tunable": false, - "scope": "global", - "default": "", "summary": "max number of parallel recovery slaves that may be used", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, "name": "global.resumable_timeout", "tunable": false, - "scope": "global", - "default": 0, "summary": "set resumable_timeout", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 2, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": 0, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, "name": "global.instance_number", "tunable": false, - "scope": "global", - "default": 0, "summary": "instance number", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 2, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": 0, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.heat_map", "tunable": false, - "scope": "global", - "default": "", "summary": "ILM Heatmap Tracking", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, "name": "global.inmemory_size", "tunable": false, - "scope": "global", - "default": 0, "summary": "size in bytes of in-memory area", "maxval": null, - "description": "", - "dbms": 18, - "enumvals": null, - "category": "" - }, - "model": "website.KnobCatalog" - }, - { - "fields": { - "context": "", - "minval": null, "vartype": 2, - "unit": 3, - "name": "global.inmemory_xmem_size", - "tunable": false, + "category": "", + "enumvals": null, + "minval": null, + "dbms": 12, "scope": "global", "default": 0, - "summary": "size in bytes of in-memory xmem area", - "maxval": null, + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, - "name": "global.inmemory_prefer_xmem_memcompress", - "tunable": false, - "scope": "global", - "default": "", - "summary": "Prefer to store tables with given memcompress levels in xmem", - "maxval": null, - "description": "", - "dbms": 18, - "enumvals": null, - "category": "" - }, - "model": "website.KnobCatalog" - }, - { - "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, - "name": "global.inmemory_prefer_xmem_priority", - "tunable": false, - "scope": "global", - "default": "", - "summary": "Prefer to store tables with given priority levels in xmem", - "maxval": null, - "description": "", - "dbms": 18, - "enumvals": null, - "category": "" - }, - "model": "website.KnobCatalog" - }, - { - "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.db_block_checking", "tunable": false, - "scope": "global", - "default": "", "summary": "header checking and data and index block checking", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.recyclebin", "tunable": false, - "scope": "global", - "default": "", "summary": "recyclebin processing", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.db_index_compression_inheritance", "tunable": false, - "scope": "global", - "default": "", "summary": "options for table or tablespace level compression inheritance", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.db_securefile", "tunable": false, - "scope": "global", - "default": "", "summary": "permit securefile storage during lob creation", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.inmemory_clause_default", "tunable": false, - "scope": "global", - "default": "", "summary": "Default in-memory clause for new tables", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.inmemory_force", "tunable": false, - "scope": "global", - "default": "", "summary": "Force tables to be in-memory or not", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.inmemory_query", "tunable": false, - "scope": "global", - "default": "", "summary": "Specifies whether in-memory queries are allowed", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.inmemory_expressions_usage", "tunable": false, - "scope": "global", - "default": "", "summary": "Controls which In-Memory Expressions are populated in-memory", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.inmemory_virtual_columns", "tunable": false, - "scope": "global", - "default": "", "summary": "Controls which user-defined virtual columns are stored in-memory", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, "name": "global.inmemory_max_populate_servers", "tunable": false, - "scope": "global", - "default": 0, "summary": "maximum inmemory populate servers", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 2, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": 0, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, "name": "global.inmemory_trickle_repopulate_servers_percent", "tunable": false, - "scope": "global", - "default": 0, "summary": "inmemory trickle repopulate servers percent", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 2, + "category": "", "enumvals": null, - "category": "" - }, - "model": "website.KnobCatalog" - }, - { - "fields": { - "context": "", "minval": null, - "vartype": 1, - "unit": 3, - "name": "global.inmemory_optimized_arithmetic", - "tunable": false, + "dbms": 12, "scope": "global", - "default": "", - "summary": "Controls whether or not DSBs are stored in-memory", - "maxval": null, + "default": 0, + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, - "name": "global.inmemory_automatic_level", - "tunable": false, - "scope": "global", - "default": "", - "summary": "Enable Automatic In-Memory management", - "maxval": null, - "description": "", - "dbms": 18, - "enumvals": null, - "category": "" - }, - "model": "website.KnobCatalog" - }, - { - "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.create_stored_outlines", "tunable": false, - "scope": "global", - "default": "", "summary": "create stored outlines for DML statements", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.serial_reuse", "tunable": false, - "scope": "global", - "default": "", "summary": "reuse the frame segments", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.ldap_directory_access", "tunable": false, - "scope": "global", - "default": "", "summary": "RDBMS's LDAP access option", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.ldap_directory_sysauth", "tunable": false, - "scope": "global", - "default": "", "summary": "OID usage parameter", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 4, - "unit": 3, "name": "global.os_roles", "tunable": false, - "scope": "global", - "default": false, "summary": "retrieve roles from the operating system", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 4, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": false, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.rdbms_server_dn", "tunable": false, - "scope": "global", - "default": "", "summary": "RDBMS's Distinguished Name", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 4, - "unit": 3, "name": "global.remote_os_authent", "tunable": false, - "scope": "global", - "default": false, "summary": "allow non-secure remote clients to use auto-logon accounts", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 4, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": false, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 4, - "unit": 3, "name": "global.remote_os_roles", "tunable": false, - "scope": "global", - "default": false, "summary": "allow non-secure remote clients to use os roles", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 4, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": false, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 4, - "unit": 3, "name": "global.sec_case_sensitive_logon", "tunable": false, - "scope": "global", - "default": false, "summary": "case sensitive password enabled for logon", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 4, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": false, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 4, - "unit": 3, "name": "global.O7_DICTIONARY_ACCESSIBILITY", "tunable": false, - "scope": "global", - "default": false, "summary": "Version 7 Dictionary Accessibility Support", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 4, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": false, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.remote_login_passwordfile", "tunable": false, - "scope": "global", - "default": "", "summary": "password file usage parameter", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, "name": "global.license_max_users", "tunable": false, - "scope": "global", - "default": 0, "summary": "maximum number of named users that can be created in the database", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 2, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": 0, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 4, - "unit": 3, "name": "global.audit_sys_operations", "tunable": false, - "scope": "global", - "default": false, "summary": "enable sys auditing", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 4, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": false, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 4, - "unit": 3, "name": "global.DBFIPS_140", "tunable": false, - "scope": "global", - "default": false, "summary": "Enable use of crypographic libraries in FIPS mode, public", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 4, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": false, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 4, - "unit": 3, "name": "global.one_step_plugin_for_pdb_with_tde", "tunable": false, - "scope": "global", - "default": false, "summary": "Facilitate one-step plugin for PDB with TDE encrypted data", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 4, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": false, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.external_keystore_credential_location", "tunable": false, - "scope": "global", - "default": "", "summary": "external keystore credential location", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, "name": "global.unified_audit_sga_queue_size", "tunable": false, - "scope": "global", - "default": 0, "summary": "Size of Unified audit SGA Queue", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 2, + "category": "", "enumvals": null, - "category": "" - }, - "model": "website.KnobCatalog" - }, - { - "fields": { - "context": "", "minval": null, - "vartype": 1, - "unit": 3, - "name": "global.wallet_root", - "tunable": false, + "dbms": 12, "scope": "global", - "default": "", - "summary": "wallet root instance initialization parameter", - "maxval": null, + "default": 0, + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, - "name": "global.tde_configuration", - "tunable": false, - "scope": "global", - "default": "", - "summary": "Per-PDB configuration for Transparent Data Encryption", - "maxval": null, - "description": "", - "dbms": 18, - "enumvals": null, - "category": "" - }, - "model": "website.KnobCatalog" - }, - { - "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.db_domain", "tunable": false, - "scope": "global", - "default": "", "summary": "directory part of global database name stored with CREATE DATABASE", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 4, - "unit": 3, "name": "global.global_names", "tunable": false, - "scope": "global", - "default": false, "summary": "enforce that database links have same name as remote database", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 4, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": false, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, "name": "global.distributed_lock_timeout", "tunable": false, - "scope": "global", - "default": 0, "summary": "number of seconds a distributed transaction waits for a lock", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 2, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": 0, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, "name": "global.commit_point_strength", "tunable": false, - "scope": "global", - "default": 0, "summary": "Bias this node has toward not preparing in a two-phase commit", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 2, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": 0, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, "name": "global.global_txn_processes", "tunable": false, - "scope": "global", - "default": 0, "summary": "number of background global transaction processes to start", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 2, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": 0, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.instance_name", "tunable": false, - "scope": "global", - "default": "", "summary": "instance name supported by the instance", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.dispatchers", "tunable": false, - "scope": "global", - "default": "", "summary": "specifications of dispatchers", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, "name": "global.shared_servers", "tunable": false, - "scope": "global", - "default": 0, "summary": "number of shared servers to start up", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 2, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": 0, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, "name": "global.max_shared_servers", "tunable": false, - "scope": "global", - "default": 0, "summary": "max number of shared servers", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 2, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": 0, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, "name": "global.max_dispatchers", "tunable": false, - "scope": "global", - "default": 0, "summary": "max number of dispatchers", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 2, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": 0, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, "name": "global.circuits", "tunable": false, - "scope": "global", - "default": 0, "summary": "max number of circuits", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 2, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": 0, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, "name": "global.shared_server_sessions", "tunable": false, - "scope": "global", - "default": 0, "summary": "max number of shared server sessions", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 2, + "category": "", "enumvals": null, - "category": "" - }, - "model": "website.KnobCatalog" - }, - { - "fields": { - "context": "", "minval": null, - "vartype": 4, - "unit": 3, - "name": "global.use_dedicated_broker", - "tunable": false, + "dbms": 12, "scope": "global", - "default": false, - "summary": "Use dedicated connection broker", - "maxval": null, + "default": 0, + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, - "name": "global.connection_brokers", - "tunable": false, - "scope": "global", - "default": "", - "summary": "connection brokers specification", - "maxval": null, - "description": "", - "dbms": 18, - "enumvals": null, - "category": "" - }, - "model": "website.KnobCatalog" - }, - { - "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.local_listener", "tunable": false, - "scope": "global", - "default": "", "summary": "local listener", "maxval": null, - "description": "", - "dbms": 18, - "enumvals": null, - "category": "" - }, - "model": "website.KnobCatalog" - }, - { - "fields": { - "context": "", - "minval": null, "vartype": 1, - "unit": 3, - "name": "global.forward_listener", - "tunable": false, + "category": "", + "enumvals": null, + "minval": null, + "dbms": 12, "scope": "global", "default": "", - "summary": "forward listener", - "maxval": null, + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.remote_listener", "tunable": false, - "scope": "global", - "default": "", "summary": "remote listener", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.listener_networks", "tunable": false, - "scope": "global", - "default": "", "summary": "listener registration networks", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, + "name": "global.use_dedicated_broker", + "tunable": false, + "summary": "Use dedicated connection broker", + "maxval": null, "vartype": 4, - "unit": 3, + "category": "", + "enumvals": null, + "minval": null, + "dbms": 12, + "scope": "global", + "default": false, + "context": "", + "description": "", + "unit": 3 + }, + "model": "website.KnobCatalog" + }, + { + "fields": { + "name": "global.connection_brokers", + "tunable": false, + "summary": "connection brokers specification", + "maxval": null, + "vartype": 1, + "category": "", + "enumvals": null, + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 + }, + "model": "website.KnobCatalog" + }, + { + "fields": { "name": "global.cursor_space_for_time", "tunable": false, - "scope": "global", - "default": false, "summary": "use more memory in order to get faster execution", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 4, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": false, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, "name": "global.session_cached_cursors", "tunable": false, - "scope": "global", - "default": 0, "summary": "Number of cursors to cache in a session.", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 2, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": 0, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.remote_dependencies_mode", "tunable": false, - "scope": "global", - "default": "", "summary": "remote-procedure-call dependencies mode parameter", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, + "name": "global.utl_file_dir", + "tunable": false, + "summary": "utl_file accessible directories list", + "maxval": null, "vartype": 1, - "unit": 3, + "category": "", + "enumvals": null, + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 + }, + "model": "website.KnobCatalog" + }, + { + "fields": { "name": "global.smtp_out_server", "tunable": false, - "scope": "global", - "default": "", "summary": "utl_smtp server and port configuration parameter", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 4, - "unit": 3, "name": "global.plsql_v2_compatibility", "tunable": false, - "scope": "global", - "default": false, "summary": "PL/SQL version 2.x compatibility flag", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 4, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": false, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.plsql_warnings", "tunable": false, - "scope": "global", - "default": "", "summary": "PL/SQL compiler warnings settings", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.plsql_code_type", "tunable": false, - "scope": "global", - "default": "", "summary": "PL/SQL code-type", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 4, - "unit": 3, "name": "global.plsql_debug", "tunable": false, - "scope": "global", - "default": false, "summary": "PL/SQL debug", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 4, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": false, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, "name": "global.plsql_optimize_level", "tunable": false, - "scope": "global", - "default": 0, "summary": "PL/SQL optimize level", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 2, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": 0, + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.plsql_ccflags", "tunable": false, - "scope": "global", - "default": "", "summary": "PL/SQL ccflags", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, "name": "global.plscope_settings", "tunable": false, + "summary": "plscope_settings controls the compile time collection, cross reference, and stor", + "maxval": null, + "vartype": 1, + "category": "", + "enumvals": null, + "minval": null, + "dbms": 12, "scope": "global", "default": "", - "summary": "plscope_settings", - "maxval": null, + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 4, - "unit": 3, - "name": "global.permit_92_wrap_format", + "name": "global.age of PL/SQL source code identifier and SQL statement data", "tunable": false, - "scope": "global", - "default": false, - "summary": "allow 9.2 or older wrap format in PL/SQL", + "summary": "1", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 4, - "unit": 3, - "name": "global.java_jit_enabled", + "name": "global.allow 9.2 or older wrap format in PL/SQL", "tunable": false, - "scope": "global", - "default": false, - "summary": "Java VM JIT enabled", + "summary": "1", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, - "name": "global.java_restrict", + "name": "global.Java VM JIT enabled", "tunable": false, + "summary": "2", + "maxval": null, + "vartype": 1, + "category": "", + "enumvals": null, + "minval": null, + "dbms": 12, "scope": "global", "default": "", - "summary": "Restrict Java VM Access", - "maxval": null, + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, - "name": "global.job_queue_processes", + "name": "global.Restrict Java VM Access", "tunable": false, - "scope": "global", - "default": 0, - "summary": "maximum number of job queue slave processes", + "summary": "3", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, - "name": "global.parallel_min_percent", + "name": "global.maximum number of job queue slave processes", "tunable": false, - "scope": "global", - "default": 0, - "summary": "minimum percent of threads required for parallel query", + "summary": "3", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": 0, - "vartype": 2, - "unit": 3, - "name": "global.create_bitmap_area_size", - "tunable": true, + "name": "global.minimum percent of threads required for parallel query", + "tunable": false, + "summary": "3", + "maxval": null, + "vartype": 1, + "category": "", + "enumvals": null, + "minval": null, + "dbms": 12, "scope": "global", - "default": 0, - "summary": "size of create bitmap buffer for bitmap index", - "maxval": 5000000000, + "default": "", + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": 0, - "vartype": 2, - "unit": 3, - "name": "global.bitmap_merge_area_size", - "tunable": true, + "name": "global.size of create bitmap buffer for bitmap index", + "tunable": false, + "summary": "3", + "maxval": null, + "vartype": 1, + "category": "", + "enumvals": null, + "minval": null, + "dbms": 12, "scope": "global", - "default": 0, - "summary": "maximum memory allow for BITMAP MERGE", - "maxval": 5000000000, + "default": "", + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, - "name": "global.cursor_sharing", + "name": "global.maximum memory allow for BITMAP MERGE", "tunable": false, + "summary": "2", + "maxval": null, + "vartype": 1, + "category": "", + "enumvals": null, + "minval": null, + "dbms": 12, "scope": "global", "default": "", - "summary": "cursor sharing mode", - "maxval": null, + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, - "name": "global.result_cache_mode", + "name": "global.cursor sharing mode", "tunable": false, + "summary": "2", + "maxval": null, + "vartype": 1, + "category": "", + "enumvals": null, + "minval": null, + "dbms": 12, "scope": "global", "default": "", - "summary": "result cache operator usage mode", - "maxval": null, + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, - "name": "global.parallel_min_servers", + "name": "global.result cache operator usage mode", "tunable": false, - "scope": "global", - "default": 0, - "summary": "minimum parallel query servers per instance", + "summary": "3", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, - "name": "global.parallel_max_servers", + "name": "global.minimum parallel query servers per instance", "tunable": false, - "scope": "global", - "default": 0, - "summary": "maximum parallel query servers per instance", + "summary": "3", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, - "name": "global.parallel_instance_group", + "name": "global.maximum parallel query servers per instance", "tunable": false, + "summary": "2", + "maxval": null, + "vartype": 1, + "category": "", + "enumvals": null, + "minval": null, + "dbms": 12, "scope": "global", "default": "", - "summary": "instance group to use for all parallel operations", - "maxval": null, + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, - "name": "global.parallel_execution_message_size", + "name": "global.instance group to use for all parallel operations", "tunable": false, - "scope": "global", - "default": 0, - "summary": "message buffer size for parallel execution", + "summary": "3", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": 0, - "vartype": 2, - "unit": 3, - "name": "global.hash_area_size", - "tunable": true, + "name": "global.message buffer size for parallel execution", + "tunable": false, + "summary": "3", + "maxval": null, + "vartype": 1, + "category": "", + "enumvals": null, + "minval": null, + "dbms": 12, "scope": "global", - "default": 0, - "summary": "size of in-memory hash work area", - "maxval": 3000000000, + "default": "", + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, - "name": "global.private_temp_table_prefix", + "name": "global.size of in-memory hash work area", "tunable": false, + "summary": "6", + "maxval": null, + "vartype": 1, + "category": "", + "enumvals": null, + "minval": null, + "dbms": 12, "scope": "global", "default": "", - "summary": "Private temporary table prefix", - "maxval": null, + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, - "name": "global.result_cache_max_size", + "name": "global.maximum amount of memory to be used by the cache", "tunable": false, - "scope": "global", - "default": 0, - "summary": "maximum amount of memory to be used by the cache", + "summary": "3", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, - "name": "global.result_cache_max_result", + "name": "global.maximum result size as percent of cache size", "tunable": false, - "scope": "global", - "default": 0, - "summary": "maximum result size as percent of cache size", + "summary": "3", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, - "name": "global.result_cache_remote_expiration", + "name": "global.maximum life time (min) for any result using a remote object", "tunable": false, - "scope": "global", - "default": 0, - "summary": "maximum life time (min) for any result using a remote object", + "summary": "2", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, - "name": "global.shadow_core_dump", + "name": "global.Core Size for Shadow Processes", "tunable": false, + "summary": "2", + "maxval": null, + "vartype": 1, + "category": "", + "enumvals": null, + "minval": null, + "dbms": 12, "scope": "global", "default": "", - "summary": "Core Size for Shadow Processes", - "maxval": null, + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, - "name": "global.background_core_dump", + "name": "global.Core Size for Background Processes", "tunable": false, + "summary": "2", + "maxval": null, + "vartype": 1, + "category": "", + "enumvals": null, + "minval": null, + "dbms": 12, "scope": "global", "default": "", - "summary": "Core Size for Background Processes", - "maxval": null, + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, - "name": "global.background_dump_dest", + "name": "global.Detached process dump directory", "tunable": false, + "summary": "2", + "maxval": null, + "vartype": 1, + "category": "", + "enumvals": null, + "minval": null, + "dbms": 12, "scope": "global", "default": "", - "summary": "Detached process dump directory", - "maxval": null, + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, - "name": "global.user_dump_dest", + "name": "global.User process dump directory", "tunable": false, + "summary": "2", + "maxval": null, + "vartype": 1, + "category": "", + "enumvals": null, + "minval": null, + "dbms": 12, "scope": "global", "default": "", - "summary": "User process dump directory", - "maxval": null, + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, - "name": "global.core_dump_dest", + "name": "global.Core dump directory", "tunable": false, + "summary": "2", + "maxval": null, + "vartype": 1, + "category": "", + "enumvals": null, + "minval": null, + "dbms": 12, "scope": "global", "default": "", - "summary": "Core dump directory", - "maxval": null, + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, - "name": "global.audit_file_dest", + "name": "global.Directory in which auditing files are to reside", "tunable": false, + "summary": "2", + "maxval": null, + "vartype": 1, + "category": "", + "enumvals": null, + "minval": null, + "dbms": 12, "scope": "global", "default": "", - "summary": "Directory in which auditing files are to reside", - "maxval": null, + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, - "name": "global.audit_syslog_level", + "name": "global.Syslog facility and level", "tunable": false, + "summary": "1", + "maxval": null, + "vartype": 1, + "category": "", + "enumvals": null, + "minval": null, + "dbms": 12, "scope": "global", "default": "", - "summary": "Syslog facility and level", - "maxval": null, + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, - "name": "global.unified_audit_systemlog", + "name": "global.goldengate resource manager enabled", "tunable": false, + "summary": "3", + "maxval": null, + "vartype": 1, + "category": "", + "enumvals": null, + "minval": null, + "dbms": 12, "scope": "global", "default": "", - "summary": "Syslog facility and level for Unified Audit", - "maxval": null, + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 4, - "unit": 3, - "name": "global.resource_manage_goldengate", + "name": "global.optimal size of the user session's object cache in bytes", "tunable": false, - "scope": "global", - "default": false, - "summary": "goldengate resource manager enabled", + "summary": "3", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, - "name": "global.object_cache_optimal_size", + "name": "global.percentage of maximum size over optimal of the user session's object cache", "tunable": false, - "scope": "global", - "default": 0, - "summary": "optimal size of the user session's object cache in bytes", + "summary": "3", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, - "name": "global.object_cache_max_size_percent", + "name": "global.maximum number of open files allowed per session", "tunable": false, - "scope": "global", - "default": 0, - "summary": "percentage of maximum size over optimal of the user session's object cache", + "summary": "3", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, - "name": "global.session_max_open_files", + "name": "global.max # open links per session", "tunable": false, - "scope": "global", - "default": 0, - "summary": "maximum number of open files allowed per session", + "summary": "3", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, - "name": "global.open_links", + "name": "global.max # open links per instance", "tunable": false, - "scope": "global", - "default": 0, - "summary": "max # open links per session", + "summary": "2", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, - "name": "global.open_links_per_instance", + "name": "global.transaction commit log write behaviour", "tunable": false, - "scope": "global", - "default": 0, - "summary": "max # open links per instance", + "summary": "2", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, - "name": "global.commit_write", + "name": "global.transaction commit log wait behaviour", "tunable": false, + "summary": "2", + "maxval": null, + "vartype": 1, + "category": "", + "enumvals": null, + "minval": null, + "dbms": 12, "scope": "global", "default": "", - "summary": "transaction commit log write behaviour", - "maxval": null, + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, - "name": "global.commit_wait", + "name": "global.transaction commit log write behaviour", "tunable": false, + "summary": "2", + "maxval": null, + "vartype": 1, + "category": "", + "enumvals": null, + "minval": null, + "dbms": 12, "scope": "global", "default": "", - "summary": "transaction commit log wait behaviour", - "maxval": null, + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, - "name": "global.commit_logging", + "name": "global.optimizer plan compatibility parameter", "tunable": false, + "summary": "2", + "maxval": null, + "vartype": 1, + "category": "", + "enumvals": null, + "minval": null, + "dbms": 12, "scope": "global", "default": "", - "summary": "transaction commit log write behaviour", - "maxval": null, + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, - "name": "global.optimizer_features_enable", + "name": "global.fixed SYSDATE value", "tunable": false, + "summary": "2", + "maxval": null, + "vartype": 1, + "category": "", + "enumvals": null, + "minval": null, + "dbms": 12, "scope": "global", "default": "", - "summary": "optimizer plan compatibility parameter", - "maxval": null, + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, - "name": "global.fixed_date", + "name": "global.enable system auditing", "tunable": false, + "summary": "3", + "maxval": null, + "vartype": 1, + "category": "", + "enumvals": null, + "minval": null, + "dbms": 12, "scope": "global", "default": "", - "summary": "fixed SYSDATE value", - "maxval": null, + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, - "name": "global.audit_trail", + "name": "global.size of in-memory sort work area", "tunable": false, + "summary": "3", + "maxval": null, + "vartype": 1, + "category": "", + "enumvals": null, + "minval": null, + "dbms": 12, "scope": "global", "default": "", - "summary": "enable system auditing", - "maxval": null, + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": 0, - "vartype": 2, - "unit": 3, - "name": "global.sort_area_size", - "tunable": true, + "name": "global.size of in-memory sort work area retained between fetch calls", + "tunable": false, + "summary": "1", + "maxval": null, + "vartype": 1, + "category": "", + "enumvals": null, + "minval": null, + "dbms": 12, "scope": "global", - "default": 0, - "summary": "size of in-memory sort work area", - "maxval": 3000000000, + "default": "", + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, - "name": "global.sort_area_retained_size", + "name": "global.enable SQL processing offload to cells", "tunable": false, - "scope": "global", - "default": 0, - "summary": "size of in-memory sort work area retained between fetch calls", + "summary": "1", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 4, - "unit": 3, - "name": "global.cell_offload_processing", + "name": "global.enable SQL processing offload of encrypted data to cells", "tunable": false, - "scope": "global", - "default": false, - "summary": "enable SQL processing offload to cells", + "summary": "2", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 4, - "unit": 3, - "name": "global.cell_offload_decryption", + "name": "global.Additional cell offload parameters", "tunable": false, - "scope": "global", - "default": false, - "summary": "enable SQL processing offload of encrypted data to cells", + "summary": "2", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, - "name": "global.cell_offload_parameters", + "name": "global.Cell packet compaction strategy", "tunable": false, + "summary": "2", + "maxval": null, + "vartype": 1, + "category": "", + "enumvals": null, + "minval": null, + "dbms": 12, "scope": "global", "default": "", - "summary": "Additional cell offload parameters", - "maxval": null, + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, - "name": "global.cell_offload_compaction", + "name": "global.Cell offload explain plan display", "tunable": false, + "summary": "2", + "maxval": null, + "vartype": 1, + "category": "", + "enumvals": null, + "minval": null, + "dbms": 12, "scope": "global", "default": "", - "summary": "Cell packet compaction strategy", - "maxval": null, + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, - "name": "global.cell_offload_plan_display", + "name": "global.database name specified in CREATE DATABASE", "tunable": false, + "summary": "2", + "maxval": null, + "vartype": 1, + "category": "", + "enumvals": null, + "minval": null, + "dbms": 12, "scope": "global", "default": "", - "summary": "Cell offload explain plan display", - "maxval": null, + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, - "name": "global.db_name", + "name": "global.Database Unique Name", "tunable": false, + "summary": "3", + "maxval": null, + "vartype": 1, + "category": "", + "enumvals": null, + "minval": null, + "dbms": 12, "scope": "global", "default": "", - "summary": "database name specified in CREATE DATABASE", - "maxval": null, + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, - "name": "global.db_unique_name", + "name": "global.max # cursors per session", "tunable": false, + "summary": "4", + "maxval": null, + "vartype": 1, + "category": "", + "enumvals": null, + "minval": null, + "dbms": 12, "scope": "global", "default": "", - "summary": "Database Unique Name", - "maxval": null, + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": 200, - "vartype": 2, - "unit": 3, - "name": "global.open_cursors", + "name": "global.include file in init.ora", "tunable": false, + "summary": "1", + "maxval": null, + "vartype": 1, + "category": "", + "enumvals": null, + "minval": null, + "dbms": 12, "scope": "global", - "default": 300, - "summary": "max # cursors per session", - "maxval": 400, + "default": "", + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, - "name": "global.ifile", + "name": "global.enable SQL trace", "tunable": false, + "summary": "2", + "maxval": null, + "vartype": 1, + "category": "", + "enumvals": null, + "minval": null, + "dbms": 12, "scope": "global", "default": "", - "summary": "include file in init.ora", - "maxval": null, + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 4, - "unit": 3, - "name": "global.sql_trace", + "name": "global.prefix for auto-logon accounts", "tunable": false, - "scope": "global", - "default": false, - "summary": "enable SQL trace", + "summary": "2", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, - "name": "global.os_authent_prefix", + "name": "global.optimizer mode", "tunable": false, + "summary": "1", + "maxval": null, + "vartype": 1, + "category": "", + "enumvals": null, + "minval": null, + "dbms": 12, "scope": "global", "default": "", - "summary": "prefix for auto-logon accounts", - "maxval": null, + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, - "name": "global.optimizer_mode", + "name": "global.require select privilege for searched update/delete", "tunable": false, + "summary": "1", + "maxval": null, + "vartype": 1, + "category": "", + "enumvals": null, + "minval": null, + "dbms": 12, "scope": "global", "default": "", - "summary": "optimizer mode", - "maxval": null, + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 4, - "unit": 3, - "name": "global.sql92_security", + "name": "global.blank trimming semantics parameter", "tunable": false, - "scope": "global", - "default": false, - "summary": "require select privilege for searched update/delete", + "summary": "2", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 4, - "unit": 3, - "name": "global.blank_trimming", + "name": "global.enable the use of star transformation", "tunable": false, - "scope": "global", - "default": false, - "summary": "blank trimming semantics parameter", + "summary": "2", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, - "name": "global.star_transformation_enabled", + "name": "global.policy used to compute the degree of parallelism (MANUAL/LIMITED/AUTO/ADAPTIVE)", "tunable": false, + "summary": "1", + "maxval": null, + "vartype": 1, + "category": "", + "enumvals": null, + "minval": null, + "dbms": 12, "scope": "global", "default": "", - "summary": "enable the use of star transformation", - "maxval": null, + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, - "name": "global.parallel_degree_policy", + "name": "global.enable adaptive setting of degree for multiple user streams", "tunable": false, + "summary": "3", + "maxval": null, + "vartype": 1, + "category": "", + "enumvals": null, + "minval": null, + "dbms": 12, "scope": "global", "default": "", - "summary": "policy used to compute the degree of parallelism (MANUAL/LIMITED/AUTO/ADAPTIVE)", - "maxval": null, + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 4, - "unit": 3, - "name": "global.parallel_adaptive_multi_user", + "name": "global.number of parallel execution threads per CPU", "tunable": false, - "scope": "global", - "default": false, - "summary": "enable adaptive setting of degree for multiple user streams", + "summary": "3", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, - "name": "global.parallel_threads_per_cpu", + "name": "global.optimizer index cost adjustment", "tunable": false, - "scope": "global", - "default": 0, - "summary": "number of parallel execution threads per CPU", + "summary": "3", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": 1, - "vartype": 2, - "unit": 3, - "name": "global.optimizer_index_cost_adj", + "name": "global.optimizer percent index caching", "tunable": false, + "summary": "2", + "maxval": null, + "vartype": 1, + "category": "", + "enumvals": null, + "minval": null, + "dbms": 12, "scope": "global", - "default": 100, - "summary": "optimizer index cost adjustment", - "maxval": 10000, + "default": "", + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, - "name": "global.optimizer_index_caching", + "name": "global.allow rewrite of queries using materialized views if enabled", "tunable": false, - "scope": "global", - "default": 0, - "summary": "optimizer percent index caching", + "summary": "2", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, - "name": "global.query_rewrite_enabled", + "name": "global.perform rewrite using materialized views with desired integrity", "tunable": false, + "summary": "6", + "maxval": null, + "vartype": 1, + "category": "", + "enumvals": null, + "minval": null, + "dbms": 12, "scope": "global", "default": "", - "summary": "allow rewrite of queries using materialized views if enabled", - "maxval": null, + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, - "name": "global.query_rewrite_integrity", + "name": "global.Target size for the aggregate PGA memory consumed by the instance", "tunable": false, + "summary": "2", + "maxval": null, + "vartype": 1, + "category": "", + "enumvals": null, + "minval": null, + "dbms": 12, "scope": "global", "default": "", - "summary": "perform rewrite using materialized views with desired integrity", - "maxval": null, + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": 0, - "vartype": 2, - "unit": 3, - "name": "global.pga_aggregate_target", + "name": "global.policy used to size SQL working areas (MANUAL/AUTO)", "tunable": false, + "summary": "3", + "maxval": null, + "vartype": 1, + "category": "", + "enumvals": null, + "minval": null, + "dbms": 12, "scope": "global", - "default": 0, - "summary": "Target size for the aggregate PGA memory consumed by the instance", - "maxval": 33000000000, + "default": "", + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, - "name": "global.workarea_size_policy", + "name": "global.optimizer dynamic sampling", "tunable": false, + "summary": "2", + "maxval": null, + "vartype": 1, + "category": "", + "enumvals": null, + "minval": null, + "dbms": 12, "scope": "global", "default": "", - "summary": "policy used to size SQL working areas (MANUAL/AUTO)", - "maxval": null, + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, - "name": "global.optimizer_dynamic_sampling", + "name": "global.statistics level", "tunable": false, - "scope": "global", - "default": 0, - "summary": "optimizer dynamic sampling", + "summary": "2", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, - "name": "global.statistics_level", + "name": "global.Allowed destination for captured bind variables", "tunable": false, + "summary": "1", + "maxval": null, + "vartype": 1, + "category": "", + "enumvals": null, + "minval": null, + "dbms": 12, "scope": "global", "default": "", - "summary": "statistics level", - "maxval": null, + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, - "name": "global.cursor_bind_capture_destination", + "name": "global.skip unusable indexes if set to TRUE", "tunable": false, + "summary": "1", + "maxval": null, + "vartype": 1, + "category": "", + "enumvals": null, + "minval": null, + "dbms": 12, "scope": "global", "default": "", - "summary": "Allowed destination for captured bind variables", - "maxval": null, + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 4, - "unit": 3, - "name": "global.skip_unusable_indexes", + "name": "global.optimizer secure view merging and predicate pushdown/movearound", "tunable": false, - "scope": "global", - "default": false, - "summary": "skip unusable indexes if set to TRUE", + "summary": "3", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 4, - "unit": 3, - "name": "global.optimizer_ignore_hints", + "name": "global.timeout to restrict the time that ddls wait for dml lock", "tunable": false, - "scope": "global", - "default": false, - "summary": "enables the embedded hints to be ignored", + "summary": "1", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 4, - "unit": 3, - "name": "global.optimizer_secure_view_merging", + "name": "global.defer segment creation to first insert", "tunable": false, - "scope": "global", - "default": false, - "summary": "optimizer secure view merging and predicate pushdown/movearound", + "summary": "1", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, - "name": "global.ddl_lock_timeout", + "name": "global.Control whether to use optimizer pending statistics", "tunable": false, - "scope": "global", - "default": 0, - "summary": "timeout to restrict the time that ddls wait for dml lock", + "summary": "1", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 4, - "unit": 3, - "name": "global.deferred_segment_creation", + "name": "global.automatic capture of SQL plan baselines for repeatable statements", "tunable": false, - "scope": "global", - "default": false, - "summary": "defer segment creation to first insert", + "summary": "1", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 4, - "unit": 3, - "name": "global.optimizer_use_pending_statistics", + "name": "global.use of SQL plan baselines for captured sql statements", "tunable": false, - "scope": "global", - "default": false, - "summary": "Control whether to use optimizer pending statistics", + "summary": "2", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 4, - "unit": 3, - "name": "global.optimizer_capture_sql_plan_baselines", + "name": "global.threshold above which a plan is a candidate for parallelization (in seconds)", "tunable": false, - "scope": "global", - "default": false, - "summary": "automatic capture of SQL plan baselines for repeatable statements", + "summary": "2", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 4, - "unit": 3, - "name": "global.optimizer_use_sql_plan_baselines", + "name": "global.limit placed on degree of parallelism", "tunable": false, - "scope": "global", - "default": true, - "summary": "use of SQL plan baselines for captured sql statements", + "summary": "1", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, - "name": "global.parallel_min_time_threshold", + "name": "global.force single instance execution", "tunable": false, + "summary": "1", + "maxval": null, + "vartype": 1, + "category": "", + "enumvals": null, + "minval": null, + "dbms": 12, "scope": "global", "default": "", - "summary": "threshold above which a plan is a candidate for parallelization (in seconds)", - "maxval": null, + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, - "name": "global.parallel_degree_limit", + "name": "global.Usage of invisible indexes (TRUE/FALSE)", "tunable": false, + "summary": "1", + "maxval": null, + "vartype": 1, + "category": "", + "enumvals": null, + "minval": null, + "dbms": 12, "scope": "global", "default": "", - "summary": "limit placed on degree of parallelism", - "maxval": null, + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 4, - "unit": 3, - "name": "global.parallel_force_local", + "name": "global.Enables/Disables internal conversions during DST upgrade", "tunable": false, - "scope": "global", - "default": false, - "summary": "force single instance execution", + "summary": "3", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" - }, - "model": "website.KnobCatalog" - }, - { - "fields": { - "context": "", "minval": null, - "vartype": 4, - "unit": 3, - "name": "global.optimizer_use_invisible_indexes", - "tunable": false, + "dbms": 12, "scope": "global", - "default": false, - "summary": "Usage of invisible indexes (TRUE/FALSE)", - "maxval": null, + "default": "", + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 4, - "unit": 3, - "name": "global.dst_upgrade_insert_conv", + "name": "global.instance target in terms of number of parallel servers", "tunable": false, - "scope": "global", - "default": false, - "summary": "Enables/Disables internal conversions during DST upgrade", + "summary": "2", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" - }, - "model": "website.KnobCatalog" - }, - { - "fields": { - "context": "", "minval": null, - "vartype": 2, - "unit": 3, - "name": "global.parallel_servers_target", - "tunable": false, + "dbms": 12, "scope": "global", - "default": 0, - "summary": "instance target in terms of number of parallel servers", - "maxval": null, + "default": "", + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, - "name": "global.max_string_size", + "name": "global.controls maximum size of VARCHAR2, NVARCHAR2, and RAW types in SQL", "tunable": false, + "summary": "1", + "maxval": null, + "vartype": 1, + "category": "", + "enumvals": null, + "minval": null, + "dbms": 12, "scope": "global", "default": "", - "summary": "controls maximum size of VARCHAR2, NVARCHAR2, and RAW types in SQL", - "maxval": null, + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 4, - "unit": 3, - "name": "global.optimizer_adaptive_reporting_only", + "name": "global.use reporting-only mode for adaptive optimizations", "tunable": false, - "scope": "global", - "default": false, - "summary": "use reporting-only mode for adaptive optimizations", + "summary": "1", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" - }, - "model": "website.KnobCatalog" - }, - { - "fields": { - "context": "", "minval": null, - "vartype": 4, - "unit": 3, - "name": "global.optimizer_adaptive_plans", - "tunable": false, + "dbms": 12, "scope": "global", - "default": false, - "summary": "controls all types of adaptive plans", - "maxval": null, + "default": "", + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 4, - "unit": 3, - "name": "global.optimizer_inmemory_aware", + "name": "global.controls all types of adaptive plans", "tunable": false, - "scope": "global", - "default": false, - "summary": "optimizer in-memory columnar awareness", + "summary": "1", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" - }, - "model": "website.KnobCatalog" - }, - { - "fields": { - "context": "", "minval": null, - "vartype": 1, - "unit": 3, - "name": "global.cursor_invalidation", - "tunable": false, + "dbms": 12, "scope": "global", "default": "", - "summary": "default for DDL cursor invalidation semantics", - "maxval": null, + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 4, - "unit": 3, - "name": "global.approx_for_aggregation", + "name": "global.optimizer in-memory columnar awareness", "tunable": false, - "scope": "global", - "default": false, - "summary": "Replace exact aggregation with approximate aggregation", + "summary": "2", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" - }, - "model": "website.KnobCatalog" - }, - { - "fields": { - "context": "", "minval": null, - "vartype": 4, - "unit": 3, - "name": "global.approx_for_count_distinct", - "tunable": false, + "dbms": 12, "scope": "global", - "default": false, - "summary": "Replace count distinct with approx_count_distinct", - "maxval": null, + "default": "", + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, - "name": "global.approx_for_percentile", + "name": "global.default for DDL cursor invalidation semantics", "tunable": false, + "summary": "1", + "maxval": null, + "vartype": 1, + "category": "", + "enumvals": null, + "minval": null, + "dbms": 12, "scope": "global", "default": "", - "summary": "Replace percentile_* with approx_percentile", - "maxval": null, + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 4, - "unit": 3, - "name": "global.optimizer_adaptive_statistics", + "name": "global.Replace exact aggregation with approximate aggregation", "tunable": false, - "scope": "global", - "default": false, - "summary": "controls all types of adaptive statistics", + "summary": "1", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" - }, - "model": "website.KnobCatalog" - }, - { - "fields": { - "context": "", "minval": null, - "vartype": 4, - "unit": 3, - "name": "global.optimizer_ignore_parallel_hints", - "tunable": false, + "dbms": 12, "scope": "global", - "default": false, - "summary": "enables embedded parallel hints to be ignored", - "maxval": null, + "default": "", + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, - "name": "global.parallel_min_degree", + "name": "global.Replace count distinct with approx_count_distinct", "tunable": false, + "summary": "2", + "maxval": null, + "vartype": 1, + "category": "", + "enumvals": null, + "minval": null, + "dbms": 12, "scope": "global", "default": "", - "summary": "controls the minimum DOP computed by Auto DOP", - "maxval": null, + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, - "name": "global.sec_protocol_error_trace_action", + "name": "global.Replace percentile_* with approx_percentile", "tunable": false, + "summary": "1", + "maxval": null, + "vartype": 1, + "category": "", + "enumvals": null, + "minval": null, + "dbms": 12, "scope": "global", "default": "", - "summary": "TTC protocol error action", - "maxval": null, + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, - "name": "global.sec_protocol_error_further_action", + "name": "global.controls all types of adaptive statistics", "tunable": false, + "summary": "2", + "maxval": null, + "vartype": 1, + "category": "", + "enumvals": null, + "minval": null, + "dbms": 12, "scope": "global", "default": "", - "summary": "TTC protocol error continue action", - "maxval": null, + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, - "name": "global.sec_max_failed_login_attempts", + "name": "global.TTC protocol error action", "tunable": false, - "scope": "global", - "default": 0, - "summary": "maximum number of failed login attempts on a connection", + "summary": "2", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" - }, - "model": "website.KnobCatalog" - }, - { - "fields": { - "context": "", "minval": null, - "vartype": 4, - "unit": 3, - "name": "global.sec_return_server_release_banner", - "tunable": false, + "dbms": 12, "scope": "global", - "default": false, - "summary": "whether the server retruns the complete version information", - "maxval": null, + "default": "", + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 4, - "unit": 3, - "name": "global.enable_ddl_logging", + "name": "global.TTC protocol error continue action", "tunable": false, - "scope": "global", - "default": false, - "summary": "enable ddl logging", + "summary": "3", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" - }, - "model": "website.KnobCatalog" - }, - { - "fields": { - "context": "", "minval": null, - "vartype": 2, - "unit": 3, - "name": "global.client_result_cache_size", - "tunable": false, + "dbms": 12, "scope": "global", - "default": 0, - "summary": "client result cache max size in bytes", - "maxval": null, + "default": "", + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, - "name": "global.client_result_cache_lag", + "name": "global.maximum number of failed login attempts on a connection", "tunable": false, - "scope": "global", - "default": 0, - "summary": "client result cache maximum lag in milliseconds", + "summary": "1", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, - "name": "global.outbound_dblink_protocols", + "name": "global.whether the server retruns the complete version information", "tunable": false, + "summary": "1", + "maxval": null, + "vartype": 1, + "category": "", + "enumvals": null, + "minval": null, + "dbms": 12, "scope": "global", "default": "", - "summary": "Outbound DBLINK Protocols allowed", - "maxval": null, + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 4, - "unit": 3, - "name": "global.allow_global_dblinks", + "name": "global.enable ddl logging", "tunable": false, - "scope": "global", - "default": false, - "summary": "LDAP lookup for DBLINKS", + "summary": "6", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, - "name": "global.aq_tm_processes", + "name": "global.client result cache max size in bytes", "tunable": false, - "scope": "global", - "default": 0, - "summary": "number of AQ Time Managers to start", + "summary": "6", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 4, - "unit": 3, - "name": "global.hs_autoregister", + "name": "global.client result cache maximum lag in milliseconds", "tunable": false, - "scope": "global", - "default": false, - "summary": "enable automatic server DD updates in HS agent self-registration", + "summary": "2", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, - "name": "global.xml_db_events", + "name": "global.Outbound DBLINK Protocols allowed", "tunable": false, + "summary": "1", + "maxval": null, + "vartype": 1, + "category": "", + "enumvals": null, + "minval": null, + "dbms": 12, "scope": "global", "default": "", - "summary": "are XML DB events enabled", - "maxval": null, + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 4, - "unit": 3, - "name": "global.dg_broker_start", + "name": "global.LDAP lookup for DBLINKS", "tunable": false, - "scope": "global", - "default": false, - "summary": "start Data Guard broker (DMON process)", + "summary": "3", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, - "name": "global.dg_broker_config_file1", + "name": "global.number of AQ Time Managers to start", "tunable": false, + "summary": "1", + "maxval": null, + "vartype": 1, + "category": "", + "enumvals": null, + "minval": null, + "dbms": 12, "scope": "global", "default": "", - "summary": "data guard broker configuration file #1", - "maxval": null, + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, - "name": "global.dg_broker_config_file2", + "name": "global.enable automatic server DD updates in HS agent self-registration", "tunable": false, + "summary": "2", + "maxval": null, + "vartype": 1, + "category": "", + "enumvals": null, + "minval": null, + "dbms": 12, "scope": "global", "default": "", - "summary": "data guard broker configuration file #2", - "maxval": null, + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, - "name": "global.olap_page_pool_size", + "name": "global.are XML DB events enabled", "tunable": false, - "scope": "global", - "default": 0, - "summary": "size of the olap page pool in bytes", + "summary": "1", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, - "name": "global.asm_diskstring", + "name": "global.start Data Guard broker (DMON process)", "tunable": false, + "summary": "2", + "maxval": null, + "vartype": 1, + "category": "", + "enumvals": null, + "minval": null, + "dbms": 12, "scope": "global", "default": "", - "summary": "disk set locations for discovery", - "maxval": null, + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, - "name": "global.asm_preferred_read_failure_groups", + "name": "global.data guard broker configuration file #1", "tunable": false, + "summary": "2", + "maxval": null, + "vartype": 1, + "category": "", + "enumvals": null, + "minval": null, + "dbms": 12, "scope": "global", "default": "", - "summary": "preferred read failure groups", - "maxval": null, + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, - "name": "global.control_management_pack_access", + "name": "global.data guard broker configuration file #2", "tunable": false, + "summary": "6", + "maxval": null, + "vartype": 1, + "category": "", + "enumvals": null, + "minval": null, + "dbms": 12, "scope": "global", "default": "", - "summary": "declares which manageability packs are enabled", - "maxval": null, + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 4, - "unit": 3, - "name": "global.awr_pdb_autoflush_enabled", + "name": "global.size of the olap page pool in bytes", "tunable": false, - "scope": "global", - "default": false, - "summary": "Enable/Disable AWR automatic PDB flushing", + "summary": "2", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, - "name": "global.awr_pdb_max_parallel_slaves", + "name": "global.disk set locations for discovery", "tunable": false, - "scope": "global", - "default": 0, - "summary": "maximum concurrent AWR PDB MMON slaves per instance", + "summary": "2", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, - "name": "global.awr_snapshot_time_offset", + "name": "global.preferred read failure groups", "tunable": false, - "scope": "global", - "default": 0, - "summary": "Setting for AWR Snapshot Time Offset", + "summary": "2", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, - "name": "global.sqltune_category", + "name": "global.disk groups to mount automatically", "tunable": false, + "summary": "3", + "maxval": null, + "vartype": 1, + "category": "", + "enumvals": null, + "minval": null, + "dbms": 12, "scope": "global", "default": "", - "summary": "Category qualifier for applying hintsets", - "maxval": null, + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, - "name": "global.autotask_max_active_pdbs", + "name": "global.number of parallel relocations for disk rebalancing", "tunable": false, - "scope": "global", - "default": 0, - "summary": "Setting for Autotask Maximum Maintenance PDBs", + "summary": "3", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 4, - "unit": 3, - "name": "global.enable_automatic_maintenance_pdb", + "name": "global.number of I/O processes per domain in the ASM IOSERVER instance", "tunable": false, - "scope": "global", - "default": false, - "summary": "Enable/Disable Automated Maintenance for Non-Root PDB", + "summary": "2", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", + "name": "global.declares which manageability packs are enabled", + "tunable": false, + "summary": "1", + "maxval": null, + "vartype": 1, + "category": "", + "enumvals": null, "minval": null, - "vartype": 4, - "unit": 3, - "name": "global.spatial_vector_acceleration", - "tunable": false, + "dbms": 12, "scope": "global", - "default": false, - "summary": "enable spatial vector acceleration", - "maxval": null, + "default": "", + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, - "name": "global.diagnostic_dest", + "name": "global.Enable/Disable AWR automatic PDB flushing", "tunable": false, + "summary": "3", + "maxval": null, + "vartype": 1, + "category": "", + "enumvals": null, + "minval": null, + "dbms": 12, "scope": "global", "default": "", - "summary": "diagnostic base directory", - "maxval": null, + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, - "name": "global.tracefile_identifier", + "name": "global.Setting for AWR Snapshot Time Offset", "tunable": false, + "summary": "2", + "maxval": null, + "vartype": 1, + "category": "", + "enumvals": null, + "minval": null, + "dbms": 12, "scope": "global", "default": "", - "summary": "trace file custom identifier", - "maxval": null, + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, - "name": "global.max_dump_file_size", + "name": "global.Category qualifier for applying hintsets", "tunable": false, + "summary": "3", + "maxval": null, + "vartype": 1, + "category": "", + "enumvals": null, + "minval": null, + "dbms": 12, "scope": "global", "default": "", - "summary": "Maximum size (in bytes) of dump file", - "maxval": null, + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 4, - "unit": 3, - "name": "global.trace_enabled", + "name": "global.Setting for Autotask Maximum Maintenance PDBs", "tunable": false, - "scope": "global", - "default": false, - "summary": "enable in memory tracing", + "summary": "1", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, - "name": "global.cell_offloadgroup_name", + "name": "global.Enable/Disable Automated Maintenance for Non-Root PDB", "tunable": false, + "summary": "1", + "maxval": null, + "vartype": 1, + "category": "", + "enumvals": null, + "minval": null, + "dbms": 12, "scope": "global", "default": "", - "summary": "Set the offload group name", - "maxval": null, + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 4, - "unit": 3, - "name": "global.enable_pluggable_database", + "name": "global.enable spatial vector acceleration", "tunable": false, - "scope": "global", - "default": false, - "summary": "Enable Pluggable Database", + "summary": "2", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, - "name": "global.pdb_os_credential", + "name": "global.diagnostic base directory", "tunable": false, + "summary": "2", + "maxval": null, + "vartype": 1, + "category": "", + "enumvals": null, + "minval": null, + "dbms": 12, "scope": "global", "default": "", - "summary": "pluggable database OS credential to bind", - "maxval": null, + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, - "name": "global.pdb_file_name_convert", + "name": "global.trace file custom identifier", "tunable": false, + "summary": "2", + "maxval": null, + "vartype": 1, + "category": "", + "enumvals": null, + "minval": null, + "dbms": 12, "scope": "global", "default": "", - "summary": "PDB file name convert patterns and strings for create cdb/pdb", - "maxval": null, + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 4, - "unit": 3, - "name": "global.noncdb_compatible", + "name": "global.Maximum size (in bytes) of dump file", "tunable": false, - "scope": "global", - "default": false, - "summary": "Non-CDB Compatible", + "summary": "1", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, - "name": "global.common_user_prefix", + "name": "global.enable in memory tracing", "tunable": false, + "summary": "2", + "maxval": null, + "vartype": 1, + "category": "", + "enumvals": null, + "minval": null, + "dbms": 12, "scope": "global", "default": "", - "summary": "Enforce restriction on a prefix of a Common User/Role/Profile name", - "maxval": null, + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, - "name": "global.target_pdbs", + "name": "global.Set the offload group name", "tunable": false, - "scope": "global", - "default": 0, - "summary": "Parameter is a hint to adjust certain attributes of the CDB", + "summary": "1", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, - "name": "global.max_pdbs", + "name": "global.Enable Pluggable Database", "tunable": false, - "scope": "global", - "default": 0, - "summary": "max number of pdbs allowed in CDB or Application ROOT", + "summary": "2", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 4, - "unit": 3, - "name": "global.cdb_cluster", + "name": "global.pluggable database OS credential to bind", "tunable": false, - "scope": "global", - "default": false, - "summary": "if TRUE startup in CDB Cluster mode", + "summary": "2", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, - "name": "global.cdb_cluster_name", + "name": "global.PDB file name convert patterns and strings for create cdb/pdb", "tunable": false, + "summary": "1", + "maxval": null, + "vartype": 1, + "category": "", + "enumvals": null, + "minval": null, + "dbms": 12, "scope": "global", "default": "", - "summary": "CDB Cluster name", - "maxval": null, + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, - "name": "global.standby_pdb_source_file_directory", + "name": "global.Non-CDB Compatible", "tunable": false, + "summary": "2", + "maxval": null, + "vartype": 1, + "category": "", + "enumvals": null, + "minval": null, + "dbms": 12, "scope": "global", "default": "", - "summary": "standby source file directory location", - "maxval": null, + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, - "name": "global.standby_pdb_source_file_dblink", + "name": "global.Enforce restriction on a prefix of a Common User/Role/Profile name", "tunable": false, + "summary": "3", + "maxval": null, + "vartype": 1, + "category": "", + "enumvals": null, + "minval": null, + "dbms": 12, "scope": "global", "default": "", - "summary": "database link to standby source files", - "maxval": null, + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, - "name": "global.remote_recovery_file_dest", + "name": "global.Parameter is a hint to adjust certain attributes of the CDB", "tunable": false, + "summary": "3", + "maxval": null, + "vartype": 1, + "category": "", + "enumvals": null, + "minval": null, + "dbms": 12, "scope": "global", "default": "", - "summary": "default remote database recovery file location for refresh/relocate", - "maxval": null, + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, - "name": "global.disable_pdb_feature", + "name": "global.max number of pdbs allowed in CDB or Application ROOT", "tunable": false, - "scope": "global", - "default": 0, - "summary": "Disable features", + "summary": "1", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, - "name": "global.containers_parallel_degree", + "name": "global.if TRUE startup in CDB Cluster mode", "tunable": false, - "scope": "global", - "default": 0, - "summary": "Parallel degree for a CONTAINERS() query", + "summary": "2", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, - "name": "global.default_sharing", + "name": "global.CDB Cluster name", "tunable": false, + "summary": "2", + "maxval": null, + "vartype": 1, + "category": "", + "enumvals": null, + "minval": null, + "dbms": 12, "scope": "global", "default": "", - "summary": "Default sharing clause", - "maxval": null, + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, - "name": "global.pdb_lockdown", + "name": "global.default remote database recovery file location for refresh/relocate", "tunable": false, + "summary": "6", + "maxval": null, + "vartype": 1, + "category": "", + "enumvals": null, + "minval": null, + "dbms": 12, "scope": "global", "default": "", - "summary": "pluggable database lockdown profile", - "maxval": null, + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, - "name": "global.pdb_template", + "name": "global.Disable features", "tunable": false, + "summary": "3", + "maxval": null, + "vartype": 1, + "category": "", + "enumvals": null, + "minval": null, + "dbms": 12, "scope": "global", "default": "", - "summary": "PDB template", - "maxval": null, + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 2, - "unit": 3, - "name": "global.shrd_dupl_table_refresh_rate", + "name": "global.Parallel degree for a CONTAINERS() query", "tunable": false, - "scope": "global", - "default": 0, - "summary": "duplicated table refresh rate (in seconds)", + "summary": "2", "maxval": null, - "description": "", - "dbms": 18, + "vartype": 1, + "category": "", "enumvals": null, - "category": "" + "minval": null, + "dbms": 12, + "scope": "global", + "default": "", + "context": "", + "description": "", + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, - "name": "global.multishard_query_data_consistency", + "name": "global.Default sharing clause", "tunable": false, + "summary": "2", + "maxval": null, + "vartype": 1, + "category": "", + "enumvals": null, + "minval": null, + "dbms": 12, "scope": "global", "default": "", - "summary": "consistency setting for multishard queries", - "maxval": null, + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" }, { "fields": { - "context": "", - "minval": null, - "vartype": 1, - "unit": 3, - "name": "global.multishard_query_partial_results", + "name": "global.pluggable database lockdown profile", "tunable": false, + "summary": "3", + "maxval": null, + "vartype": 1, + "category": "", + "enumvals": null, + "minval": null, + "dbms": 12, "scope": "global", "default": "", - "summary": "enable partial results for multishard queries", - "maxval": null, + "context": "", "description": "", - "dbms": 18, - "enumvals": null, - "category": "" + "unit": 3 }, "model": "website.KnobCatalog" } diff --git a/server/website/script/fixture_generators/metric_settings/oracle/oracle_metrics.json b/server/website/website/fixtures/oracle-12_metrics.json similarity index 64% rename from server/website/script/fixture_generators/metric_settings/oracle/oracle_metrics.json rename to server/website/website/fixtures/oracle-12_metrics.json index f5c2f6f..74bfae7 100644 --- a/server/website/script/fixture_generators/metric_settings/oracle/oracle_metrics.json +++ b/server/website/website/fixtures/oracle-12_metrics.json @@ -1,22123 +1,19846 @@ -[ - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.OS CPU Qt wait time", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "OS CPU Qt wait time" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.Requests to/from client", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "Requests to/from client" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.logons cumulative", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "logons cumulative" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.logons current", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "logons current" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.opened cursors cumulative", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "opened cursors cumulative" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.opened cursors current", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "opened cursors current" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 1, - "name": "global.user commits", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "user commits" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.user rollbacks", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "user rollbacks" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.user calls", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "user calls" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.recursive calls", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "recursive calls" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.recursive cpu usage", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "recursive cpu usage" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.pinned cursors current", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "pinned cursors current" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.user logons cumulative", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "user logons cumulative" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.user logouts cumulative", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "user logouts cumulative" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.session logical reads", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "session logical reads" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.session logical reads in local numa group", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "session logical reads in local numa group" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.session logical reads in remote numa group", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "session logical reads in remote numa group" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.session stored procedure space", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "session stored procedure space" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.CPU used when call started", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "CPU used when call started" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.CPU used by this session", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "CPU used by this session" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.DB time", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "DB time" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.CPU used by LWTs for this session", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "CPU used by LWTs for this session" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.DB time of LWTs for this session", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "DB time of LWTs for this session" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cluster wait time", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cluster wait time" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.concurrency wait time", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "concurrency wait time" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.application wait time", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "application wait time" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.user I/O wait time", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "user I/O wait time" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.scheduler wait time", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "scheduler wait time" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.non-idle wait time", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "non-idle wait time" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.non-idle wait count", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "non-idle wait count" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.in call idle wait time", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "in call idle wait time" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.session connect time", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "session connect time" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.process last non-idle time", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "process last non-idle time" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.session uga memory", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "session uga memory" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.session uga memory max", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "session uga memory max" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.messages sent", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "messages sent" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.messages received", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "messages received" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.background timeouts", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "background timeouts" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.remote Oradebug requests", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "remote Oradebug requests" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.session pga memory", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "session pga memory" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.session pga memory max", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "session pga memory max" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.recursive system API invocations", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "recursive system API invocations" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.enqueue timeouts", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "enqueue timeouts" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.enqueue waits", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "enqueue waits" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.enqueue deadlocks", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "enqueue deadlocks" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.enqueue requests", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "enqueue requests" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.enqueue conversions", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "enqueue conversions" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.enqueue releases", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "enqueue releases" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.global enqueue gets sync", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "global enqueue gets sync" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.global enqueue gets async", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "global enqueue gets async" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.global enqueue get time", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "global enqueue get time" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.global enqueue releases", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "global enqueue releases" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.physical read total IO requests", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "physical read total IO requests" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.physical read total multi block requests", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "physical read total multi block requests" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.physical read requests optimized", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "physical read requests optimized" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.physical read total bytes optimized", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "physical read total bytes optimized" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.physical read partial requests", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "physical read partial requests" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.physical read total bytes", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "physical read total bytes" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.physical write requests optimized", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "physical write requests optimized" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.physical write total bytes optimized", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "physical write total bytes optimized" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell writes to flash cache", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell writes to flash cache" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell overwrites in flash cache", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell overwrites in flash cache" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell partial writes in flash cache", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell partial writes in flash cache" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell writes to flash cache for temp IO", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell writes to flash cache for temp IO" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.physical write total IO requests", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "physical write total IO requests" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.physical write total multi block requests", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "physical write total multi block requests" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.physical write total bytes", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "physical write total bytes" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell physical IO interconnect bytes", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell physical IO interconnect bytes" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.spare statistic 1", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "spare statistic 1" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.spare statistic 2", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "spare statistic 2" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.spare statistic 3", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "spare statistic 3" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.spare statistic 4", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "spare statistic 4" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.spare statistic 5", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "spare statistic 5" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.spare statistic 6", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "spare statistic 6" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.spare statistic 7", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "spare statistic 7" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.spare statistic 8", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "spare statistic 8" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.spare statistic 9", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "spare statistic 9" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.spare statistic 10", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "spare statistic 10" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.spare statistic 11", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "spare statistic 11" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.spare statistic 12", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "spare statistic 12" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.spare statistic 13", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "spare statistic 13" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.spare statistic 14", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "spare statistic 14" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.spare statistic 15", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "spare statistic 15" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.spare statistic 16", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "spare statistic 16" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.spare statistic 17", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "spare statistic 17" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.spare statistic 18", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "spare statistic 18" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.spare statistic 19", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "spare statistic 19" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.spare statistic 20", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "spare statistic 20" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.spare statistic 21", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "spare statistic 21" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.spare statistic 22", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "spare statistic 22" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.spare statistic 23", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "spare statistic 23" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.spare statistic 24", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "spare statistic 24" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.spare statistic 25", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "spare statistic 25" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.spare statistic 26", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "spare statistic 26" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.spare statistic 27", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "spare statistic 27" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.spare statistic 28", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "spare statistic 28" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.spare statistic 29", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "spare statistic 29" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.spare statistic 30", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "spare statistic 30" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.spare statistic 31", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "spare statistic 31" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.spare statistic 32", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "spare statistic 32" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.spare statistic 33", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "spare statistic 33" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.spare statistic 34", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "spare statistic 34" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.spare statistic 35", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "spare statistic 35" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.spare statistic 36", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "spare statistic 36" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.spare statistic 37", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "spare statistic 37" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.spare statistic 38", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "spare statistic 38" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.spare statistic 39", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "spare statistic 39" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.spare statistic 40", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "spare statistic 40" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IPC CPU used by this session", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IPC CPU used by this session" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.physical read snap IO requests base", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "physical read snap IO requests base" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.physical read snap IO requests copy", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "physical read snap IO requests copy" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.physical read snap IO requests no data", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "physical read snap IO requests no data" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.physical read snap bytes base", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "physical read snap bytes base" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.physical read snap bytes copy", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "physical read snap bytes copy" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.physical write snap IO requests new allocations", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "physical write snap IO requests new allocations" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.gcs messages sent", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "gcs messages sent" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.ges messages sent", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "ges messages sent" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.global enqueue CPU used by this session", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "global enqueue CPU used by this session" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.gcs data block access records", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "gcs data block access records" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.gcs data block access record drops", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "gcs data block access record drops" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.gcs stats management (SCM) process posts", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "gcs stats management (SCM) process posts" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.gcs read-mostly lock grants", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "gcs read-mostly lock grants" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.gcs anti-locks created", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "gcs anti-locks created" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.gcs read-mostly lock failures", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "gcs read-mostly lock failures" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.gcs affinity lock grants", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "gcs affinity lock grants" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.gcs affinity lock failures", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "gcs affinity lock failures" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.ka messages sent", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "ka messages sent" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.ka grants received", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "ka grants received" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.ka local messages received", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "ka local messages received" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.ka local message waits", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "ka local message waits" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.ka wait due to timeout", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "ka wait due to timeout" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.ka wait due to trigger", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "ka wait due to trigger" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.ka wait calls suppressed", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "ka wait calls suppressed" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.ka wait calls for invalid kga", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "ka wait calls for invalid kga" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.ka wait calls attempted", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "ka wait calls attempted" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.ka wait calls other", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "ka wait calls other" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.max cf enq hold time", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "max cf enq hold time" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.total cf enq hold time", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "total cf enq hold time" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.total number of cf enq holders", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "total number of cf enq holders" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.db block gets", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "db block gets" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.db block gets from cache", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "db block gets from cache" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.db block gets from cache (fastpath)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "db block gets from cache (fastpath)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.db block gets direct", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "db block gets direct" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.consistent gets", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "consistent gets" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.consistent gets from cache", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "consistent gets from cache" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.consistent gets pin", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "consistent gets pin" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.consistent gets pin (fastpath)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "consistent gets pin (fastpath)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.consistent gets examination", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "consistent gets examination" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.consistent gets examination (fastpath)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "consistent gets examination (fastpath)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.consistent gets direct", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "consistent gets direct" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.fastpath consistent get quota limit", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "fastpath consistent get quota limit" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.logical read bytes from cache", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "logical read bytes from cache" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.physical reads", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "physical reads" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.physical reads cache", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "physical reads cache" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.physical read flash cache hits", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "physical read flash cache hits" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.physical reads direct", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "physical reads direct" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.physical read IO requests", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "physical read IO requests" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.physical read bytes", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "physical read bytes" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.db block changes", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "db block changes" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.consistent changes", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "consistent changes" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.recovery blocks read", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "recovery blocks read" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.recovery blocks read for lost write detection", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "recovery blocks read for lost write detection" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.recovery blocks skipped lost write checks", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "recovery blocks skipped lost write checks" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.physical writes", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "physical writes" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.physical writes direct", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "physical writes direct" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.physical writes from cache", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "physical writes from cache" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.physical write IO requests", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "physical write IO requests" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.flash cache inserts", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "flash cache inserts" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.physical reads direct temporary tablespace", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "physical reads direct temporary tablespace" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.physical writes direct temporary tablespace", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "physical writes direct temporary tablespace" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.physical write bytes", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "physical write bytes" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.flash cache eviction: invalidated", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "flash cache eviction: invalidated" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.flash cache eviction: buffer pinned", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "flash cache eviction: buffer pinned" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.flash cache eviction: aged out", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "flash cache eviction: aged out" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.flash cache insert skip: not current", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "flash cache insert skip: not current" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.flash cache insert skip: DBWR overloaded", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "flash cache insert skip: DBWR overloaded" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.flash cache insert skip: exists", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "flash cache insert skip: exists" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.flash cache insert skip: not useful", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "flash cache insert skip: not useful" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.flash cache insert skip: modification", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "flash cache insert skip: modification" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.flash cache insert skip: corrupt", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "flash cache insert skip: corrupt" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.db corrupt blocks detected", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "db corrupt blocks detected" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.db corrupt blocks recovered", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "db corrupt blocks recovered" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.session referenced a buffer on dram", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "session referenced a buffer on dram" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.session referenced a buffer on xmem", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "session referenced a buffer on xmem" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.physical writes non checkpoint", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "physical writes non checkpoint" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.summed dirty queue length", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "summed dirty queue length" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.DBWR checkpoint buffers written", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "DBWR checkpoint buffers written" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.DBWR thread checkpoint buffers written", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "DBWR thread checkpoint buffers written" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.DBWR tablespace checkpoint buffers written", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "DBWR tablespace checkpoint buffers written" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.DBWR parallel query checkpoint buffers written", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "DBWR parallel query checkpoint buffers written" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.DBWR object drop buffers written", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "DBWR object drop buffers written" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.DBWR transaction table writes", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "DBWR transaction table writes" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.DBWR undo block writes", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "DBWR undo block writes" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.DBWR revisited being-written buffer", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "DBWR revisited being-written buffer" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.DBWR lru scans", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "DBWR lru scans" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.DBWR checkpoints", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "DBWR checkpoints" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.DBWR fusion writes", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "DBWR fusion writes" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.prefetch clients - keep", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "prefetch clients - keep" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.prefetch clients - recycle", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "prefetch clients - recycle" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.prefetch clients - default", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "prefetch clients - default" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.prefetch clients - 2k", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "prefetch clients - 2k" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.prefetch clients - 4k", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "prefetch clients - 4k" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.prefetch clients - 8k", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "prefetch clients - 8k" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.prefetch clients - 16k", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "prefetch clients - 16k" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.prefetch clients - 32k", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "prefetch clients - 32k" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.BPS commit wait", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "BPS commit wait" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.BPS redo wait", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "BPS redo wait" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.BPS session wait", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "BPS session wait" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.change write time", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "change write time" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.exchange deadlocks", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "exchange deadlocks" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.free buffer requested", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "free buffer requested" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.dirty buffers inspected", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "dirty buffers inspected" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.pinned buffers inspected", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "pinned buffers inspected" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.hot buffers moved to head of LRU", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "hot buffers moved to head of LRU" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.free buffer inspected", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "free buffer inspected" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.commit cleanout failures: write disabled", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "commit cleanout failures: write disabled" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.commit cleanout failures: block lost", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "commit cleanout failures: block lost" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.commit cleanout failures: cannot pin", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "commit cleanout failures: cannot pin" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.commit cleanout failures: hot backup in progress", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "commit cleanout failures: hot backup in progress" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.commit cleanout failures: buffer being written", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "commit cleanout failures: buffer being written" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.commit cleanout failures: callback failure", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "commit cleanout failures: callback failure" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.commit cleanout failures: delayed log", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "commit cleanout failures: delayed log" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.commit cleanout failures: flashback", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "commit cleanout failures: flashback" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.commit cleanouts", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "commit cleanouts" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.commit cleanouts successfully completed", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "commit cleanouts successfully completed" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.saved cleanout failures: write disabled", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "saved cleanout failures: write disabled" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.saved cleanout failures: cannot pin", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "saved cleanout failures: cannot pin" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.saved cleanout failures: hot backup in progress", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "saved cleanout failures: hot backup in progress" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.saved cleanout failures: buffer being written", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "saved cleanout failures: buffer being written" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.saved cleanout failures: callback failure", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "saved cleanout failures: callback failure" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.saved cleanout failures: flashback", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "saved cleanout failures: flashback" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.saved cleanout failures: delayed log", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "saved cleanout failures: delayed log" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.saved cleanouts", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "saved cleanouts" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.saved cleanouts successfully completed", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "saved cleanouts successfully completed" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.recovery array reads", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "recovery array reads" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.recovery array read time", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "recovery array read time" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.CR blocks created", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "CR blocks created" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.private CR blocks created", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "private CR blocks created" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.current blocks converted for CR", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "current blocks converted for CR" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.switch current to new buffer", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "switch current to new buffer" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.switch current caused by our pin", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "switch current caused by our pin" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.write clones created in foreground", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "write clones created in foreground" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.write clones created in background", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "write clones created in background" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.write clones created for recovery", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "write clones created for recovery" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.checkpoint clones created for ADG recovery", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "checkpoint clones created for ADG recovery" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.recovery block gets from cache", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "recovery block gets from cache" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.physical reads cache prefetch", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "physical reads cache prefetch" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.physical reads prefetch warmup", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "physical reads prefetch warmup" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.prefetched blocks aged out before use", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "prefetched blocks aged out before use" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.prefetch warmup blocks aged out before use", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "prefetch warmup blocks aged out before use" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.prefetch warmup blocks flushed out before use", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "prefetch warmup blocks flushed out before use" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.physical reads retry corrupt", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "physical reads retry corrupt" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.physical reads direct (lob)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "physical reads direct (lob)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.physical writes direct (lob)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "physical writes direct (lob)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cold recycle reads", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cold recycle reads" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.shared hash latch upgrades - no wait", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "shared hash latch upgrades - no wait" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.shared hash latch upgrades - wait", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "shared hash latch upgrades - wait" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.physical reads for flashback new", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "physical reads for flashback new" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.flashback cache read optimizations for block new", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "flashback cache read optimizations for block new" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.flashback direct read optimizations for block new", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "flashback direct read optimizations for block new" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.flashback securefile cache read optimizations for block new", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "flashback securefile cache read optimizations for block new" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.flashback securefile direct read optimizations for block new", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "flashback securefile direct read optimizations for block new" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.physical reads cache for securefile flashback block new", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "physical reads cache for securefile flashback block new" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.physical reads direct for securefile flashback block new", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "physical reads direct for securefile flashback block new" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.blocks encrypted", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "blocks encrypted" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.blocks decrypted", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "blocks decrypted" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.data warehousing scanned objects", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "data warehousing scanned objects" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.data warehousing scanned blocks", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "data warehousing scanned blocks" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.data warehousing scanned blocks - memory", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "data warehousing scanned blocks - memory" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.data warehousing scanned blocks - flash", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "data warehousing scanned blocks - flash" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.data warehousing scanned blocks - disk", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "data warehousing scanned blocks - disk" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.data warehousing scanned blocks - offload", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "data warehousing scanned blocks - offload" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.data warehousing evicted objects", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "data warehousing evicted objects" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.data warehousing evicted objects - cooling", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "data warehousing evicted objects - cooling" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.data warehousing evicted objects - replace", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "data warehousing evicted objects - replace" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.data warehousing cooling action", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "data warehousing cooling action" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.dram clean buffers available and above threshold", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "dram clean buffers available and above threshold" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.dram clean buffers available and is requested", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "dram clean buffers available and is requested" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.xmem clean buffers available and used", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "xmem clean buffers available and used" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.xmem clean buffers not available so switch to main", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "xmem clean buffers not available so switch to main" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.xmem buffer switch needed but no free dram buffer", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "xmem buffer switch needed but no free dram buffer" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.xmem: dram enforced but no free buffer", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "xmem: dram enforced but no free buffer" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.calls to kcmgcs", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "calls to kcmgcs" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.calls to kcmgrs", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "calls to kcmgrs" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.calls to kcmgas", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "calls to kcmgas" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.SCN increments due to another database", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "SCN increments due to another database" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.calls to get snapshot scn: kcmgss", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "calls to get snapshot scn: kcmgss" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo blocks read for recovery", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo blocks read for recovery" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo k-bytes read for recovery", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo k-bytes read for recovery" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo k-bytes read for terminal recovery", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo k-bytes read for terminal recovery" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.Streaming Stall Reap", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "Streaming Stall Reap" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.Streaming No-Stall Reap", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "Streaming No-Stall Reap" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo entries", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo entries" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo size", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo size" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo entries for lost write detection", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo entries for lost write detection" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo size for lost write detection", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo size for lost write detection" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo size for direct writes", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo size for direct writes" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo buffer allocation retries", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo buffer allocation retries" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo wastage", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo wastage" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo write active strands", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo write active strands" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo writes", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo writes" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo writes (group 0)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo writes (group 0)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo writes (group 1)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo writes (group 1)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo writes (group 2)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo writes (group 2)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo writes (group 3)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo writes (group 3)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo writes (group 4)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo writes (group 4)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo writes (group 5)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo writes (group 5)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo writes (group 6)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo writes (group 6)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo writes (group 7)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo writes (group 7)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo writes adaptive all", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo writes adaptive all" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo writes adaptive worker", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo writes adaptive worker" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo writes coalesced", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo writes coalesced" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo blocks written", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo blocks written" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo blocks written (group 0)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo blocks written (group 0)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo blocks written (group 1)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo blocks written (group 1)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo blocks written (group 2)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo blocks written (group 2)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo blocks written (group 3)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo blocks written (group 3)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo blocks written (group 4)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo blocks written (group 4)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo blocks written (group 5)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo blocks written (group 5)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo blocks written (group 6)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo blocks written (group 6)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo blocks written (group 7)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo blocks written (group 7)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo write size count ( 4KB)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo write size count ( 4KB)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo write size count ( 8KB)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo write size count ( 8KB)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo write size count ( 16KB)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo write size count ( 16KB)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo write size count ( 32KB)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo write size count ( 32KB)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo write size count ( 64KB)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo write size count ( 64KB)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo write size count ( 128KB)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo write size count ( 128KB)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo write size count ( 256KB)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo write size count ( 256KB)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo write size count ( 512KB)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo write size count ( 512KB)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo write size count (1024KB)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo write size count (1024KB)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo write size count (inf)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo write size count (inf)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo write time", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo write time" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo write time (usec)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo write time (usec)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo write worker delay (usec)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo write worker delay (usec)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo write worker delay count", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo write worker delay count" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo blocks checksummed by FG (exclusive)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo blocks checksummed by FG (exclusive)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo blocks checksummed by LGWR", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo blocks checksummed by LGWR" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo log space requests", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo log space requests" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo log space wait time", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo log space wait time" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo ordering marks", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo ordering marks" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo subscn max counts", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo subscn max counts" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo write broadcast ack time", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo write broadcast ack time" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo write broadcast ack count", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo write broadcast ack count" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo write broadcast lgwr post count", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo write broadcast lgwr post count" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo synch time", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo synch time" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo synch time (usec)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo synch time (usec)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo synch time overhead (usec)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo synch time overhead (usec)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo synch time overhead count ( 2ms)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo synch time overhead count ( 2ms)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo synch time overhead count ( 8ms)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo synch time overhead count ( 8ms)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo synch time overhead count ( 32ms)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo synch time overhead count ( 32ms)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo synch time overhead count (128ms)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo synch time overhead count (128ms)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo synch time overhead count (inf)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo synch time overhead count (inf)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo synch fast poll sleep count", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo synch fast poll sleep count" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo synch fast poll sleep (usec)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo synch fast poll sleep (usec)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo synch fast poll sleep (20us)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo synch fast poll sleep (20us)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo synch fast poll sleep (40us)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo synch fast poll sleep (40us)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo synch fast poll sleep (60us)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo synch fast poll sleep (60us)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo synch fast poll sleep (80us)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo synch fast poll sleep (80us)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo synch fast poll sleep (100us)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo synch fast poll sleep (100us)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo synch fast poll sleep (120us)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo synch fast poll sleep (120us)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo synch fast poll sleep (160us)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo synch fast poll sleep (160us)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo synch fast poll sleep (240us)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo synch fast poll sleep (240us)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo synch fast poll sleep (400us)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo synch fast poll sleep (400us)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo synch fast poll sleep (720us)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo synch fast poll sleep (720us)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo synch fast poll sleep (inf)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo synch fast poll sleep (inf)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo synch fast poll sleep o/h (usec)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo synch fast poll sleep o/h (usec)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo synch fast poll sleep o/h (20us)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo synch fast poll sleep o/h (20us)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo synch fast poll sleep o/h (40us)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo synch fast poll sleep o/h (40us)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo synch fast poll sleep o/h (60us)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo synch fast poll sleep o/h (60us)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo synch fast poll sleep o/h (80us)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo synch fast poll sleep o/h (80us)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo synch fast poll sleep o/h (100us)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo synch fast poll sleep o/h (100us)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo synch fast poll sleep o/h (120us)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo synch fast poll sleep o/h (120us)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo synch fast poll sleep o/h (160us)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo synch fast poll sleep o/h (160us)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo synch fast poll sleep o/h (240us)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo synch fast poll sleep o/h (240us)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo synch fast poll sleep o/h (400us)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo synch fast poll sleep o/h (400us)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo synch fast poll sleep o/h (720us)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo synch fast poll sleep o/h (720us)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo synch fast poll sleep o/h (inf)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo synch fast poll sleep o/h (inf)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo synch fast poll spin count", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo synch fast poll spin count" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo synch fast poll spin (usec)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo synch fast poll spin (usec)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo synch fast poll spin (20us)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo synch fast poll spin (20us)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo synch fast poll spin (40us)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo synch fast poll spin (40us)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo synch fast poll spin (60us)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo synch fast poll spin (60us)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo synch fast poll spin (80us)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo synch fast poll spin (80us)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo synch fast poll spin (100us)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo synch fast poll spin (100us)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo synch fast poll spin (120us)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo synch fast poll spin (120us)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo synch fast poll spin (160us)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo synch fast poll spin (160us)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo synch fast poll spin (240us)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo synch fast poll spin (240us)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo synch fast poll spin (400us)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo synch fast poll spin (400us)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo synch fast poll spin (720us)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo synch fast poll spin (720us)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo synch fast poll spin (inf)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo synch fast poll spin (inf)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo synch fast poll backoff count", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo synch fast poll backoff count" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo synch fast poll backoff (usec)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo synch fast poll backoff (usec)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo synch fast poll backoff (20us)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo synch fast poll backoff (20us)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo synch fast poll backoff (40us)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo synch fast poll backoff (40us)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo synch fast poll backoff (60us)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo synch fast poll backoff (60us)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo synch fast poll backoff (80us)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo synch fast poll backoff (80us)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo synch fast poll backoff (100us)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo synch fast poll backoff (100us)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo synch fast poll backoff (120us)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo synch fast poll backoff (120us)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo synch fast poll backoff (160us)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo synch fast poll backoff (160us)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo synch fast poll backoff (240us)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo synch fast poll backoff (240us)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo synch fast poll backoff (400us)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo synch fast poll backoff (400us)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo synch fast poll backoff (720us)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo synch fast poll backoff (720us)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo synch fast poll backoff (inf)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo synch fast poll backoff (inf)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo synch fast poll backoff o/h (usec)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo synch fast poll backoff o/h (usec)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo synch fast poll backoff o/h (20us)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo synch fast poll backoff o/h (20us)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo synch fast poll backoff o/h (40us)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo synch fast poll backoff o/h (40us)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo synch fast poll backoff o/h (60us)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo synch fast poll backoff o/h (60us)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo synch fast poll backoff o/h (80us)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo synch fast poll backoff o/h (80us)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo synch fast poll backoff o/h (100us)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo synch fast poll backoff o/h (100us)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo synch fast poll backoff o/h (120us)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo synch fast poll backoff o/h (120us)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo synch fast poll backoff o/h (160us)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo synch fast poll backoff o/h (160us)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo synch fast poll backoff o/h (240us)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo synch fast poll backoff o/h (240us)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo synch fast poll backoff o/h (400us)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo synch fast poll backoff o/h (400us)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo synch fast poll backoff o/h (720us)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo synch fast poll backoff o/h (720us)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo synch fast poll backoff o/h (inf)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo synch fast poll backoff o/h (inf)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo synch writes", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo synch writes" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo synch long waits", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo synch long waits" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo write gather time", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo write gather time" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo write schedule time", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo write schedule time" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo write issue time", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo write issue time" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo write finish time", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo write finish time" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo write total time", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo write total time" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo synch poll writes", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo synch poll writes" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo synch polls", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo synch polls" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo write info find", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo write info find" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo write info find fail", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo write info find fail" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.file io service time", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "file io service time" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.file io wait time", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "file io wait time" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.gc cr blocks served", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "gc cr blocks served" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.gc cr block flush time", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "gc cr block flush time" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.gc cr blocks flushed", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "gc cr blocks flushed" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.gc cr block build time", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "gc cr block build time" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.gc cr blocks built", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "gc cr blocks built" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.gc read time waited", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "gc read time waited" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.gc read waits", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "gc read waits" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.gc read wait failures", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "gc read wait failures" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.gc read wait timeouts", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "gc read wait timeouts" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.gc current blocks served", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "gc current blocks served" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.gc current block pin time", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "gc current block pin time" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.gc current blocks pinned", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "gc current blocks pinned" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.gc current block flush time", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "gc current block flush time" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.gc current blocks flushed", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "gc current blocks flushed" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.gc cr blocks received", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "gc cr blocks received" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.gc cr block receive time", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "gc cr block receive time" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.gc current blocks received", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "gc current blocks received" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.gc current block receive time", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "gc current block receive time" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.gc undo block disk read", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "gc undo block disk read" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.gc ka grants received", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "gc ka grants received" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.gc ka grant receive time", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "gc ka grant receive time" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.gc cr multiblock grants received", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "gc cr multiblock grants received" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.gc cr multiblock grant time", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "gc cr multiblock grant time" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.gc status messages received", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "gc status messages received" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.gc status messages sent", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "gc status messages sent" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.gc cluster flash cache reads served", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "gc cluster flash cache reads served" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.gc cluster flash cache reads received", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "gc cluster flash cache reads received" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.gc cluster flash cache received read time", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "gc cluster flash cache received read time" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.gc cluster flash cache reads failure", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "gc cluster flash cache reads failure" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.gc flash cache reads served", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "gc flash cache reads served" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.gc flash cache served read time", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "gc flash cache served read time" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.gc local grants", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "gc local grants" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.gc remote grants", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "gc remote grants" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.gc kbytes sent", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "gc kbytes sent" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.gc kbytes saved", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "gc kbytes saved" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.gc blocks compressed", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "gc blocks compressed" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.gc merge pi fg", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "gc merge pi fg" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.gc merge pi bg", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "gc merge pi bg" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.gc cleanout saved", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "gc cleanout saved" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.gc cleanout applied", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "gc cleanout applied" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.gc cleanout no space", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "gc cleanout no space" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.gc reader bypass grants", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "gc reader bypass grants" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.gc reader bypass waits", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "gc reader bypass waits" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.gc blocks lost", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "gc blocks lost" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.gc claim blocks lost", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "gc claim blocks lost" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.gc blocks corrupt", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "gc blocks corrupt" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.gc send failures", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "gc send failures" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.undo block recovery disk reads skipped", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "undo block recovery disk reads skipped" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.gc force cr read cr", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "gc force cr read cr" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.gc force cr read current", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "gc force cr read current" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.gc no change made", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "gc no change made" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.gc current blocks received with BPS", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "gc current blocks received with BPS" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.gc current blocks served with BPS", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "gc current blocks served with BPS" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.gc cr blocks received with BPS", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "gc cr blocks received with BPS" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.gc cr blocks served with BPS", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "gc cr blocks served with BPS" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.gc BPS array full", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "gc BPS array full" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.gc cr bypass requests", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "gc cr bypass requests" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.gc cr anti locks created", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "gc cr anti locks created" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.gc cr anti locks expanded", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "gc cr anti locks expanded" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.gc cr anti locks shrunk", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "gc cr anti locks shrunk" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.gc index split wait timeouts", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "gc index split wait timeouts" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.gc index split too many slots", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "gc index split too many slots" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.gc index split too many segments", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "gc index split too many segments" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.gc index split slot collisions", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "gc index split slot collisions" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.gc IM grants", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "gc IM grants" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.gc IM blocks invalidated", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "gc IM blocks invalidated" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.gc IM expands", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "gc IM expands" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.gc IM shrinks", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "gc IM shrinks" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.gc remote read failure", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "gc remote read failure" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.gc remote bucket being modified", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "gc remote bucket being modified" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.gc remote bucket checksum failure", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "gc remote bucket checksum failure" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.gc remote bucket full", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "gc remote bucket full" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.gc remote block read", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "gc remote block read" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.gc remote disk read", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "gc remote disk read" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.gc remote block being modified", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "gc remote block being modified" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.total number of slots", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "total number of slots" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.Effective IO time", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "Effective IO time" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.Number of read IOs issued", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "Number of read IOs issued" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.background checkpoints started", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "background checkpoints started" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.background checkpoints completed", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "background checkpoints completed" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.BA files created count", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "BA files created count" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.BA files deleted count", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "BA files deleted count" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.BA file bytes allocated", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "BA file bytes allocated" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.BA au bytes allocated", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "BA au bytes allocated" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.BA file bytes deleted", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "BA file bytes deleted" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.BA non-flash bytes requested", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "BA non-flash bytes requested" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.BA flash bytes requested", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "BA flash bytes requested" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.BA bytes for file maps", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "BA bytes for file maps" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.BA bytes read from flash", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "BA bytes read from flash" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.BA bytes read from disk", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "BA bytes read from disk" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.BA count when 10% of buckets in pb", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "BA count when 10% of buckets in pb" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.BA count when 25% of buckets in pb", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "BA count when 25% of buckets in pb" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.BA count when 50% of buckets in pb", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "BA count when 50% of buckets in pb" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.BA count when 75% of buckets in pb", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "BA count when 75% of buckets in pb" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.BA count when 90% of buckets in pb", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "BA count when 90% of buckets in pb" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.BA count - borrowed from other node", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "BA count - borrowed from other node" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.BA count - searched in pb", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "BA count - searched in pb" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.BA count - total allocation requests", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "BA count - total allocation requests" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.BA count - unable to short circuit in idn", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "BA count - unable to short circuit in idn" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.BA count - short circuit in idn", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "BA count - short circuit in idn" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.BA count - cache miss", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "BA count - cache miss" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.BA count - cache denied", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "BA count - cache denied" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.BA spare statistic 1", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "BA spare statistic 1" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.BA spare statistic 2", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "BA spare statistic 2" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.BA spare statistic 3", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "BA spare statistic 3" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.BA spare statistic 4", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "BA spare statistic 4" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.ADG parselock X get attempts", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "ADG parselock X get attempts" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.ADG parselock X get successes", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "ADG parselock X get successes" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.ADG global flush", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "ADG global flush" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.ADG objectlock get attempts", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "ADG objectlock get attempts" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.ADG objectlock get successes", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "ADG objectlock get successes" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.ADG objectlock timeout retries", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "ADG objectlock timeout retries" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.ADG objectlock fallbacks", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "ADG objectlock fallbacks" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.ADG objectlock exceed limit", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "ADG objectlock exceed limit" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.ADG objectlock PDB switch fail", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "ADG objectlock PDB switch fail" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.ADG segment statistics defer invalidation", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "ADG segment statistics defer invalidation" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.ADG influx scn advance", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "ADG influx scn advance" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.ADG query scn advance", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "ADG query scn advance" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.read-only violation count", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "read-only violation count" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.flashback log writes", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "flashback log writes" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.flashback log write bytes", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "flashback log write bytes" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo KB read", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo KB read" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo KB read (memory)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo KB read (memory)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo KB read for transport", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo KB read for transport" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo KB read (memory) for transport", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo KB read (memory) for transport" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.redo non-durable records skipped", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "redo non-durable records skipped" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell physical IO bytes saved during optimized file creation", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell physical IO bytes saved during optimized file creation" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell physical IO bytes saved during optimized RMAN file restore", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell physical IO bytes saved during optimized RMAN file restore" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell physical IO bytes eligible for predicate offload", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell physical IO bytes eligible for predicate offload" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell physical IO bytes eligible for smart IOs", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell physical IO bytes eligible for smart IOs" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell physical IO bytes saved by columnar cache", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell physical IO bytes saved by columnar cache" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell physical IO bytes saved by storage index", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell physical IO bytes saved by storage index" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell physical IO bytes sent directly to DB node to balance CPU", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell physical IO bytes sent directly to DB node to balance CPU" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell physical IO bytes processed for IM capacity", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell physical IO bytes processed for IM capacity" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell physical IO bytes processed for IM query", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell physical IO bytes processed for IM query" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell physical IO bytes processed for no memcompress", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell physical IO bytes processed for no memcompress" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell num bytes in passthru due to quarantine", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell num bytes in passthru due to quarantine" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell smart IO session cache lookups", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell smart IO session cache lookups" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell smart IO session cache hits", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell smart IO session cache hits" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell smart IO session cache soft misses", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell smart IO session cache soft misses" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell smart IO session cache hard misses", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell smart IO session cache hard misses" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell smart IO session cache hwm", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell smart IO session cache hwm" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell num smart IO sessions in rdbms block IO due to user", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell num smart IO sessions in rdbms block IO due to user" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell num smart IO sessions in rdbms block IO due to open fail", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell num smart IO sessions in rdbms block IO due to open fail" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell num smart IO sessions in rdbms block IO due to no cell mem", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell num smart IO sessions in rdbms block IO due to no cell mem" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell num smart IO sessions in rdbms block IO due to big payload", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell num smart IO sessions in rdbms block IO due to big payload" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell num smart IO sessions using passthru mode due to user", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell num smart IO sessions using passthru mode due to user" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell num smart IO sessions using passthru mode due to cellsrv", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell num smart IO sessions using passthru mode due to cellsrv" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell num smart IO sessions using passthru mode due to timezone", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell num smart IO sessions using passthru mode due to timezone" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell num smart file creation sessions using rdbms block IO mode", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell num smart file creation sessions using rdbms block IO mode" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell num block IOs due to a file instant restore in progress", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell num block IOs due to a file instant restore in progress" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell physical IO interconnect bytes returned by smart scan", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell physical IO interconnect bytes returned by smart scan" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell num bytes in passthru during predicate offload", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell num bytes in passthru during predicate offload" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell num bytes in block IO during predicate offload", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell num bytes in block IO during predicate offload" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell num fast response sessions", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell num fast response sessions" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell num fast response sessions continuing to smart scan", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell num fast response sessions continuing to smart scan" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell num smartio automem buffer allocation attempts", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell num smartio automem buffer allocation attempts" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell num smartio automem buffer allocation failures", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell num smartio automem buffer allocation failures" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell num smartio transient cell failures", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell num smartio transient cell failures" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell num smartio permanent cell failures", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell num smartio permanent cell failures" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell num bytes of IO reissued due to relocation", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell num bytes of IO reissued due to relocation" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell physical write bytes saved by smart file initialization", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell physical write bytes saved by smart file initialization" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell XT granules requested for predicate offload", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell XT granules requested for predicate offload" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell XT granule bytes requested for predicate offload", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell XT granule bytes requested for predicate offload" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell interconnect bytes returned by XT smart scan", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell interconnect bytes returned by XT smart scan" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell XT granule predicate offload retries", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell XT granule predicate offload retries" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell XT granule IO bytes saved by storage index", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell XT granule IO bytes saved by storage index" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell num map elem cancellation", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell num map elem cancellation" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell statistics spare1", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell statistics spare1" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell XT granule IO bytes saved by HDFS tbs extent map scan", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell XT granule IO bytes saved by HDFS tbs extent map scan" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.Batched IO vector read count", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "Batched IO vector read count" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.Batched IO vector block count", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "Batched IO vector block count" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.Batched IO single block count", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "Batched IO single block count" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.Batched IO zero block count", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "Batched IO zero block count" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.Batched IO block miss count", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "Batched IO block miss count" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.Batched IO double miss count", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "Batched IO double miss count" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.Batched IO (full) vector count", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "Batched IO (full) vector count" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.Batched IO (space) vector count", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "Batched IO (space) vector count" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.Batched IO (bound) vector count", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "Batched IO (bound) vector count" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.Batched IO same unit count", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "Batched IO same unit count" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.Batched IO buffer defrag count", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "Batched IO buffer defrag count" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.Batched IO slow jump count", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "Batched IO slow jump count" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.shared io pool buffer get success", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "shared io pool buffer get success" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.shared io pool buffer get failure", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "shared io pool buffer get failure" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.physical reads for data transfer", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "physical reads for data transfer" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.data blocks sent for data transfer", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "data blocks sent for data transfer" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.data transfer blocks logged to redo", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "data transfer blocks logged to redo" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.recovery marker", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "recovery marker" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.recovery cvmap unavailable", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "recovery cvmap unavailable" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.recovery recieve buffer unavailable", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "recovery recieve buffer unavailable" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.recovery imc influx scn lagging", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "recovery imc influx scn lagging" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.recovery local buffer freed", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "recovery local buffer freed" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.recovery remote buffer received", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "recovery remote buffer received" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.recovery remote buffer sent", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "recovery remote buffer sent" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.recovery logmerger catchup", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "recovery logmerger catchup" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.temp space allocated (bytes)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "temp space allocated (bytes)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.serializable aborts", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "serializable aborts" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.transaction lock foreground requests", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "transaction lock foreground requests" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.transaction lock foreground wait time", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "transaction lock foreground wait time" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.transaction lock background gets", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "transaction lock background gets" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.transaction lock background get time", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "transaction lock background get time" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.undo change vector size", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "undo change vector size" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.txn cache local read hits", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "txn cache local read hits" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.txn cache local read misses", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "txn cache local read misses" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.txn cache local loscn read misses", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "txn cache local loscn read misses" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.txn cache remote loscn read misses", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "txn cache remote loscn read misses" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.txn cache local writes", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "txn cache local writes" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.txn cache local usn hash write misses", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "txn cache local usn hash write misses" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.txn cache local usn hash read misses", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "txn cache local usn hash read misses" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.txn cache remote usn hash read misses", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "txn cache remote usn hash read misses" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.txn cache remote read hits", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "txn cache remote read hits" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.txn cache remote read misses", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "txn cache remote read misses" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.txn cache remote writes", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "txn cache remote writes" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.txn cache remote active read misses", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "txn cache remote active read misses" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.txn cache local ac read misses", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "txn cache local ac read misses" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.txn cache redo sync reads", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "txn cache redo sync reads" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.txn cache remote copy hits", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "txn cache remote copy hits" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.txn cache remote copy misses", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "txn cache remote copy misses" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.txn cache remote ts/inst mismatch", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "txn cache remote ts/inst mismatch" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.txn cache remote proc misses", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "txn cache remote proc misses" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.txn cache local proc misses", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "txn cache local proc misses" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.txn cache upper bound misses", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "txn cache upper bound misses" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.txn cache local preset misses", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "txn cache local preset misses" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.txn cache local slot misses", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "txn cache local slot misses" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.txn cache remote slot misses", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "txn cache remote slot misses" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.txn cache local seq num misses", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "txn cache local seq num misses" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.txn cache remote seq num misses", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "txn cache remote seq num misses" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.txn cache local empty slot misses", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "txn cache local empty slot misses" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.txn cache remote empty slot misses", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "txn cache remote empty slot misses" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.txn cache local sync commit scn misses", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "txn cache local sync commit scn misses" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.txn cache remote sync commit scn misses", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "txn cache remote sync commit scn misses" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.txn cache remote read msg sent", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "txn cache remote read msg sent" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.txn cache remote fetch double pass", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "txn cache remote fetch double pass" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.txn cache remote prefetch count", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "txn cache remote prefetch count" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.txn cache lookup usn exceeds max", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "txn cache lookup usn exceeds max" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.txn cache lookup slot exceeds max", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "txn cache lookup slot exceeds max" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.txn cache lookup fail read even version", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "txn cache lookup fail read even version" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.txn cache lookup conflicting write exact", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "txn cache lookup conflicting write exact" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.txn cache lookup conflicting write uppper", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "txn cache lookup conflicting write uppper" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.txn cache init usn slot mismatch", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "txn cache init usn slot mismatch" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.txn cache init usn exceeds max", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "txn cache init usn exceeds max" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.txn cache write usn exceeds max", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "txn cache write usn exceeds max" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.txn cache write slot mismatch", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "txn cache write slot mismatch" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.transaction tables consistent reads - undo records applied", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "transaction tables consistent reads - undo records applied" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.transaction tables consistent read rollbacks", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "transaction tables consistent read rollbacks" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.data blocks consistent reads - undo records applied", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "data blocks consistent reads - undo records applied" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.no work - consistent read gets", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "no work - consistent read gets" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cleanouts only - consistent read gets", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cleanouts only - consistent read gets" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.rollbacks only - consistent read gets", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "rollbacks only - consistent read gets" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cleanouts and rollbacks - consistent read gets", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cleanouts and rollbacks - consistent read gets" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.RowCR attempts", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "RowCR attempts" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.RowCR hits", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "RowCR hits" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.RowCR - row contention", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "RowCR - row contention" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.RowCR - resume", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "RowCR - resume" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.rollback changes - undo records applied", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "rollback changes - undo records applied" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.transaction rollbacks", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "transaction rollbacks" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.immediate (CURRENT) block cleanout applications", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "immediate (CURRENT) block cleanout applications" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.immediate (CR) block cleanout applications", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "immediate (CR) block cleanout applications" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.deferred (CURRENT) block cleanout applications", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "deferred (CURRENT) block cleanout applications" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.commit txn count during cleanout", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "commit txn count during cleanout" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.active txn count during cleanout", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "active txn count during cleanout" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cleanout - number of ktugct calls", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cleanout - number of ktugct calls" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.immediate CR cleanouts (index blocks)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "immediate CR cleanouts (index blocks)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.deferred CUR cleanouts (index blocks)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "deferred CUR cleanouts (index blocks)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.Commit SCN cached", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "Commit SCN cached" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.Cached Commit SCN referenced", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "Cached Commit SCN referenced" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.Block Cleanout Optim referenced", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "Block Cleanout Optim referenced" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.blocks cleaned out using minact", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "blocks cleaned out using minact" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.min active SCN optimization applied on CR", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "min active SCN optimization applied on CR" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.auto extends on undo tablespace", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "auto extends on undo tablespace" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.drop segment calls in space pressure", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "drop segment calls in space pressure" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.total number of undo segments dropped", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "total number of undo segments dropped" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.doubling up with imu segment", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "doubling up with imu segment" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.tune down retentions in space pressure", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "tune down retentions in space pressure" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.steps of tune down ret. in space pressure", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "steps of tune down ret. in space pressure" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.space was found by tune down", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "space was found by tune down" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.space was not found by tune down", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "space was not found by tune down" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.commit batch/immediate requested", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "commit batch/immediate requested" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.commit batch requested", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "commit batch requested" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.commit immediate requested", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "commit immediate requested" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.commit batch/immediate performed", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "commit batch/immediate performed" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.commit batch performed", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "commit batch performed" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.commit immediate performed", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "commit immediate performed" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.commit wait/nowait requested", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "commit wait/nowait requested" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.commit nowait requested", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "commit nowait requested" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.commit wait requested", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "commit wait requested" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.commit wait/nowait performed", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "commit wait/nowait performed" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.commit nowait performed", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "commit nowait performed" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.commit wait performed", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "commit wait performed" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.global undo segment hints helped", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "global undo segment hints helped" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.global undo segment hints were stale", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "global undo segment hints were stale" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.local undo segment hints helped", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "local undo segment hints helped" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.local undo segment hints were stale", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "local undo segment hints were stale" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.undo segment header was pinned", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "undo segment header was pinned" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.KTURMA CPU Time (usec)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "KTURMA CPU Time (usec)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.KTURMA RMA Ops", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "KTURMA RMA Ops" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.KTURMA XID Lookups", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "KTURMA XID Lookups" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IMU commits", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IMU commits" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IMU Flushes", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IMU Flushes" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IMU contention", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IMU contention" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IMU recursive-transaction flush", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IMU recursive-transaction flush" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IMU undo retention flush", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IMU undo retention flush" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IMU ktichg flush", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IMU ktichg flush" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IMU bind flushes", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IMU bind flushes" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IMU mbu flush", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IMU mbu flush" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IMU pool not allocated", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IMU pool not allocated" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IMU CR rollbacks", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IMU CR rollbacks" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IMU undo allocation size", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IMU undo allocation size" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IMU Redo allocation size", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IMU Redo allocation size" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IMU- failed to get a private strand", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IMU- failed to get a private strand" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.Misses for writing mapping", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "Misses for writing mapping" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.tracked transactions", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "tracked transactions" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.foreground propagated tracked transactions", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "foreground propagated tracked transactions" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.slave propagated tracked transactions", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "slave propagated tracked transactions" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.large tracked transactions", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "large tracked transactions" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.very large tracked transactions", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "very large tracked transactions" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.fbda woken up", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "fbda woken up" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.tracked rows", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "tracked rows" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.CLI Flush", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "CLI Flush" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.CLI BG attempt Flush", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "CLI BG attempt Flush" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.CLI Client Flush", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "CLI Client Flush" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.CLI Imm Wrt", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "CLI Imm Wrt" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.CLI Buf Wrt", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "CLI Buf Wrt" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.CLI Thru Wrt", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "CLI Thru Wrt" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.CLI Prvtz Lob", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "CLI Prvtz Lob" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.CLI SGA Alloc", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "CLI SGA Alloc" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.CLI BG ENQ", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "CLI BG ENQ" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.CLI BG Fls done", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "CLI BG Fls done" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.CLI Flstask create", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "CLI Flstask create" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.CLI bytes fls to table", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "CLI bytes fls to table" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.CLI bytes fls to ext", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "CLI bytes fls to ext" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.Heatmap SegLevel - Write", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "Heatmap SegLevel - Write" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.Heatmap SegLevel - Full Table Scan", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "Heatmap SegLevel - Full Table Scan" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.Heatmap SegLevel - IndexLookup", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "Heatmap SegLevel - IndexLookup" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.Heatmap SegLevel - TableLookup", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "Heatmap SegLevel - TableLookup" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.Heatmap SegLevel - Flush", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "Heatmap SegLevel - Flush" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.Heatmap SegLevel - Segments flushed", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "Heatmap SegLevel - Segments flushed" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM populate blocks invalid", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM populate blocks invalid" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM populate transactions check", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM populate transactions check" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM populate undo segheader rollback", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM populate undo segheader rollback" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM populate undo records applied", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM populate undo records applied" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM populate transactions active", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM populate transactions active" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM populate checkpoint time (ms)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM populate checkpoint time (ms)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM populate direct read time (ms)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM populate direct read time (ms)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM populate cache read time (ms)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM populate cache read time (ms)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate blocks invalid", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate blocks invalid" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate transactions check", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate transactions check" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate undo segheader rollback", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate undo segheader rollback" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate undo records applied", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate undo records applied" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate transactions active", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate transactions active" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate transactions copied", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate transactions copied" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate previous SMU invalid", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate previous SMU invalid" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate checkpoints", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate checkpoints" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate optimized", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate optimized" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate old SMU nil", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate old SMU nil" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate invalid rows", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate invalid rows" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate invalid blks", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate invalid blks" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate blocks now valid", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate blocks now valid" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate optimized RAC/downgrade", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate optimized RAC/downgrade" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate invalidation transfer time", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate invalidation transfer time" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan CUs rollback", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan CUs rollback" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan CUs no rollback", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan CUs no rollback" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan CUs undo records applied", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan CUs undo records applied" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan CUs cleanout", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan CUs cleanout" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan CUs no cleanout", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan CUs no cleanout" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan journal cleanout", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan journal cleanout" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan journal no cleanout", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan journal no cleanout" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan journal", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan journal" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan rows journal total", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan rows journal total" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan found invalid CU", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan found invalid CU" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate smu colmap used", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate smu colmap used" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan smu colmap hit", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan smu colmap hit" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan smu colmap miss due to inserts", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan smu colmap miss due to inserts" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan smu colmap miss due to deletes", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan smu colmap miss due to deletes" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan smu colmap miss due to invalid blocks", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan smu colmap miss due to invalid blocks" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan smu colmap miss due to update", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan smu colmap miss due to update" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan fine grain colmap hit", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan fine grain colmap hit" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan fine grain colmap miss due to inserts", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan fine grain colmap miss due to inserts" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan fine grain colmap miss due to deletes", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan fine grain colmap miss due to deletes" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan fine grain colmap miss due to invalid blocks", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan fine grain colmap miss due to invalid blocks" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan fine grain colmap miss due to update", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan fine grain colmap miss due to update" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan smu colmap miss due to untracked changes", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan smu colmap miss due to untracked changes" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan CUs low query scn", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan CUs low query scn" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan CUs notfound dbclose", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan CUs notfound dbclose" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan CUs notfound lob", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan CUs notfound lob" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan CUs notfound", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan CUs notfound" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan CUs invisible smu", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan CUs invisible smu" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan CUs ref-invis smu", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan CUs ref-invis smu" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan CUs drop-invis smu", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan CUs drop-invis smu" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan CUs previous", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan CUs previous" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan CUs lowscn no previous", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan CUs lowscn no previous" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan CUs wait notvis", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan CUs wait notvis" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan CUs wait notvis (doublebuffer)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan CUs wait notvis (doublebuffer)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan CUs previous current", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan CUs previous current" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan CUs current", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan CUs current" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan CUs maxretry done", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan CUs maxretry done" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan CUs no imcu", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan CUs no imcu" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM transactions", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM transactions" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM transactions rows journaled", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM transactions rows journaled" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM transactions rows invalidated", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM transactions rows invalidated" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM transactions downgrade", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM transactions downgrade" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM transactions blocks invalidated", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM transactions blocks invalidated" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM transactions CU cleanout", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM transactions CU cleanout" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM transactions journal cleanout", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM transactions journal cleanout" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM transactions found invalid CU", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM transactions found invalid CU" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM transactions self-cleanout no active", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM transactions self-cleanout no active" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM populate no checkpoint", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM populate no checkpoint" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM transactions full cleanout", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM transactions full cleanout" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM transaction rows array-journal calls", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM transaction rows array-journal calls" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM transaction rows array-journaled", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM transaction rows array-journaled" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM transaction wait ref-smu", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM transaction wait ref-smu" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM transactions CUs invalid", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM transactions CUs invalid" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM rac blocks invalid", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM rac blocks invalid" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM rac CUs invalid", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM rac CUs invalid" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM populate via direct reads", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM populate via direct reads" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate via direct reads", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate via direct reads" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM ADG registration failure (quiesce)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM ADG registration failure (quiesce)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM ADG registration attempts", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM ADG registration attempts" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan CUs CR cache hit", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan CUs CR cache hit" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan CUs CR cache miss", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan CUs CR cache miss" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan CUs CR Incremental", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan CUs CR Incremental" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan CUs CR skipped large rowids", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan CUs CR skipped large rowids" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan CUs readlist creation accumulated time", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan CUs readlist creation accumulated time" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan CUs readlist creation accumulated time (CR)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan CUs readlist creation accumulated time (CR)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan CUs readlist creation number", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan CUs readlist creation number" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan CUs readlist creation number (CR)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan CUs readlist creation number (CR)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan uncommitted PJ granule", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan uncommitted PJ granule" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate (ADG) transactions copied", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate (ADG) transactions copied" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM transactions block change blocks already invalid", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM transactions block change blocks already invalid" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM delta populate delta-SMU not created", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM delta populate delta-SMU not created" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan delta - only base scan", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan delta - only base scan" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan delta - previous delta scan", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan delta - previous delta scan" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan delta - current delta scan", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan delta - current delta scan" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan delta - double delta scan", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan delta - double delta scan" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan delta - double delta scan due to failure", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan delta - double delta scan due to failure" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM SMU Patch accumulated time", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM SMU Patch accumulated time" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM SMU Patch accumulated time (CR)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM SMU Patch accumulated time (CR)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM SMU Patch accumulated time (RAC Locks)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM SMU Patch accumulated time (RAC Locks)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM SMU Patch total jobs", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM SMU Patch total jobs" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM SMU Patch total blocks patched", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM SMU Patch total blocks patched" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM SMU Patch total rows patched", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM SMU Patch total rows patched" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM ADG corrupt undo blocks seen", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM ADG corrupt undo blocks seen" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM ADG inv pdb due to corrupt undo", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM ADG inv pdb due to corrupt undo" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM ADG inv all due to corrupt undo", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM ADG inv all due to corrupt undo" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM ADG blocks in flush", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM ADG blocks in flush" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM ADG redo records seen", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM ADG redo records seen" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM ADG non-IMC transactions", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM ADG non-IMC transactions" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM ADG number of query scn moves", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM ADG number of query scn moves" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM ADG time for query scn moves (ms)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM ADG time for query scn moves (ms)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM ADG transactions flushed", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM ADG transactions flushed" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM ADG transactions compiled for flush", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM ADG transactions compiled for flush" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM ADG nothing to flush", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM ADG nothing to flush" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM ADG invalidated pdb partial transaction", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM ADG invalidated pdb partial transaction" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM ADG invalidated pdb DDL", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM ADG invalidated pdb DDL" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM ADG invalidated object DDL", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM ADG invalidated object DDL" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM ADG invalidated all objects", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM ADG invalidated all objects" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM ADG commit nodes added", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM ADG commit nodes added" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM ADG commit nodes freed", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM ADG commit nodes freed" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM ADG commit journal destroy", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM ADG commit journal destroy" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM ADG commit journal emptied", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM ADG commit journal emptied" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM ADG journal sort", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM ADG journal sort" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM ADG granule split", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM ADG granule split" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.segment dispenser load tasks", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "segment dispenser load tasks" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.segment dispenser load empty", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "segment dispenser load empty" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.segment dispenser allocations", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "segment dispenser allocations" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.segment cfs allocations", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "segment cfs allocations" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.segment chunks allocation from dispenser", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "segment chunks allocation from dispenser" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.segment total chunk allocation", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "segment total chunk allocation" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.TBS Extension: tasks created", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "TBS Extension: tasks created" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.TBS Extension: tasks executed", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "TBS Extension: tasks executed" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.TBS Extension: files extended", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "TBS Extension: files extended" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.TBS Extension: bytes extended", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "TBS Extension: bytes extended" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.GDR: Active ranges cleared", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "GDR: Active ranges cleared" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.GDR: Active blocks cleared", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "GDR: Active blocks cleared" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.GDR: Inactive ranges cleared", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "GDR: Inactive ranges cleared" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.GDR: Inactive blocks cleared", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "GDR: Inactive blocks cleared" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.GDR: Unused ranges cleared", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "GDR: Unused ranges cleared" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.GDR: Unused blocks cleared", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "GDR: Unused blocks cleared" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.GDR: Total segments processed", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "GDR: Total segments processed" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.GDR: Total segments skipped", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "GDR: Total segments skipped" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.GDR: Total blocks skipped", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "GDR: Total blocks skipped" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.GDR: Total files processed", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "GDR: Total files processed" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.total number of times SMON posted", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "total number of times SMON posted" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.SMON posted for undo segment recovery", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "SMON posted for undo segment recovery" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.SMON posted for txn recovery for other instances", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "SMON posted for txn recovery for other instances" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.SMON posted for instance recovery", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "SMON posted for instance recovery" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.SMON posted for undo segment shrink", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "SMON posted for undo segment shrink" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.SMON posted for dropping temp segment", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "SMON posted for dropping temp segment" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.KTFB alloc req", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "KTFB alloc req" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.KTFB alloc space (block)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "KTFB alloc space (block)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.KTFB alloc time (ms)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "KTFB alloc time (ms)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.KTFB free req", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "KTFB free req" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.KTFB free space (block)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "KTFB free space (block)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.KTFB free time (ms)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "KTFB free time (ms)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.KTFB apply req", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "KTFB apply req" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.KTFB apply time (ms)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "KTFB apply time (ms)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.KTFB commit req", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "KTFB commit req" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.KTFB commit time (ms)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "KTFB commit time (ms)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.KTFB alloc myinst", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "KTFB alloc myinst" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.KTFB alloc steal", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "KTFB alloc steal" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.KTFB alloc search FFB", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "KTFB alloc search FFB" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.segment prealloc tasks", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "segment prealloc tasks" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.segment prealloc ops", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "segment prealloc ops" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.segment prealloc bytes", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "segment prealloc bytes" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.segment prealloc time (ms)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "segment prealloc time (ms)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.segment prealloc ufs2cfs bytes", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "segment prealloc ufs2cfs bytes" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.Heatmap BlkLevel Tracked", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "Heatmap BlkLevel Tracked" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.Heatmap BlkLevel Not Tracked - Memory", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "Heatmap BlkLevel Not Tracked - Memory" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.Heatmap BlkLevel Not Updated - Repeat", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "Heatmap BlkLevel Not Updated - Repeat" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.Heatmap BlkLevel Flushed", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "Heatmap BlkLevel Flushed" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.Heatmap BlkLevel Flushed to SYSAUX", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "Heatmap BlkLevel Flushed to SYSAUX" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.Heatmap BlkLevel Flushed to BF", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "Heatmap BlkLevel Flushed to BF" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.Heatmap BlkLevel Ranges Flushed", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "Heatmap BlkLevel Ranges Flushed" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.Heatmap BlkLevel Ranges Skipped", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "Heatmap BlkLevel Ranges Skipped" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.Heatmap BlkLevel Flush Task Create", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "Heatmap BlkLevel Flush Task Create" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.Heatmap Blklevel Flush Task Count", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "Heatmap Blklevel Flush Task Count" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM default area resized", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM default area resized" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM space CU extents allocated", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM space CU extents allocated" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM space SMU extents allocated", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM space SMU extents allocated" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM space CU bytes allocated", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM space CU bytes allocated" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM space SMU bytes allocated", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM space SMU bytes allocated" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM space CU creations initiated", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM space CU creations initiated" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM space SMU creations initiated", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM space SMU creations initiated" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM space CU creations committed", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM space CU creations committed" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM space SMU creations committed", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM space SMU creations committed" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM space private journal extents allocated", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM space private journal extents allocated" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM space ADG extents allocated", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM space ADG extents allocated" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM space private journal bytes allocated", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM space private journal bytes allocated" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM space ADG bytes allocated", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM space ADG bytes allocated" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM space shared journal extents allocated", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM space shared journal extents allocated" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM space shared journal bytes allocated", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM space shared journal bytes allocated" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM space CU extents freed", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM space CU extents freed" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM space SMU extents freed", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM space SMU extents freed" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM space CU bytes freed", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM space CU bytes freed" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM space SMU bytes freed", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM space SMU bytes freed" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM space private journal extents freed", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM space private journal extents freed" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM space ADG journal extents freed", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM space ADG journal extents freed" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM space private journal bytes freed", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM space private journal bytes freed" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM space ADG bytes freed", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM space ADG bytes freed" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM space shared journal extents freed", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM space shared journal extents freed" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM space shared journal bytes freed", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM space shared journal bytes freed" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM space segments allocated", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM space segments allocated" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM space private journal segments allocated", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM space private journal segments allocated" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM space ADG segments allocated", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM space ADG segments allocated" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM space shared journal segments allocated", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM space shared journal segments allocated" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM space segments freed", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM space segments freed" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM space private journal segments freed", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM space private journal segments freed" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM space ADG segments freed", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM space ADG segments freed" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM space shared journal segments freed", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM space shared journal segments freed" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.ASSM gsp:use space reservation", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "ASSM gsp:use space reservation" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.ASSM gsp:Alignment unavailable in space res", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "ASSM gsp:Alignment unavailable in space res" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.ASSM gsp:space reservation success", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "ASSM gsp:space reservation success" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.ASSM gsp:blocks requested by space reservation", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "ASSM gsp:blocks requested by space reservation" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.ASSM gsp:blocks provided by space reservation", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "ASSM gsp:blocks provided by space reservation" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.ASSM gsp:blocks rejected by access layer callback", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "ASSM gsp:blocks rejected by access layer callback" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.ASSM gsp:get free block", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "ASSM gsp:get free block" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.ASSM gsp:get free critical block", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "ASSM gsp:get free critical block" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.ASSM gsp:get free data block", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "ASSM gsp:get free data block" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.ASSM gsp:get free lob block", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "ASSM gsp:get free lob block" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.ASSM gsp:get free index block", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "ASSM gsp:get free index block" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.ASSM cbk:blocks examined", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "ASSM cbk:blocks examined" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.ASSM cbk:blocks rejected", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "ASSM cbk:blocks rejected" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.ASSM cbk:blocks accepted", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "ASSM cbk:blocks accepted" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.ASSM cbk:blocks marked full", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "ASSM cbk:blocks marked full" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.ASSM gsp:L1 bitmaps examined", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "ASSM gsp:L1 bitmaps examined" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.ASSM gsp:L2 bitmaps examined", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "ASSM gsp:L2 bitmaps examined" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.ASSM gsp:L3 bitmaps examined", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "ASSM gsp:L3 bitmaps examined" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.ASSM gsp:L2 bitmap full", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "ASSM gsp:L2 bitmap full" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.ASSM gsp:Search all", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "ASSM gsp:Search all" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.ASSM gsp:Search hint", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "ASSM gsp:Search hint" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.ASSM gsp:Search steal", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "ASSM gsp:Search steal" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.ASSM gsp:bump HWM", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "ASSM gsp:bump HWM" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.ASSM gsp:reject db", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "ASSM gsp:reject db" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.ASSM gsp:reject L1", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "ASSM gsp:reject L1" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.ASSM gsp:reject L2", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "ASSM gsp:reject L2" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.ASSM gsp:reject L3", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "ASSM gsp:reject L3" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.ASSM gsp:Optimized reject DB", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "ASSM gsp:Optimized reject DB" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.ASSM gsp:Optimized reject l1", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "ASSM gsp:Optimized reject l1" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.ASSM gsp:Optimized reject l2", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "ASSM gsp:Optimized reject l2" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.ASSM gsp:good hint", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "ASSM gsp:good hint" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.ASSM gsp:Optimized index block rejects", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "ASSM gsp:Optimized index block rejects" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.ASSM gsp:Optimized data block rejects", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "ASSM gsp:Optimized data block rejects" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.ASSM gsp:add extent", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "ASSM gsp:add extent" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.ASSM wasted db state change", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "ASSM wasted db state change" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.ASSM bg: segment fix monitor", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "ASSM bg: segment fix monitor" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.ASSM fg: submit segment fix task", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "ASSM fg: submit segment fix task" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.ASSM bg:mark segment for fix", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "ASSM bg:mark segment for fix" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.ASSM bg:create segment fix task", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "ASSM bg:create segment fix task" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.ASSM bg:slave fix one segment", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "ASSM bg:slave fix one segment" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.ASSM bg:slave compress block", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "ASSM bg:slave compress block" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.ASSM bg:slave fix state", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "ASSM bg:slave fix state" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.ASSM rsv:fill reserve", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "ASSM rsv:fill reserve" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.ASSM rsv:alloc from reserve", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "ASSM rsv:alloc from reserve" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.ASSM rsv:alloc from reserve fail", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "ASSM rsv:alloc from reserve fail" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.ASSM rsv:alloc from reserve succ", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "ASSM rsv:alloc from reserve succ" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.ASSM rsv:clear reserve", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "ASSM rsv:clear reserve" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.table scans (short tables)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "table scans (short tables)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.table scans (long tables)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "table scans (long tables)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.table scans (rowid ranges)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "table scans (rowid ranges)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.table scans (IM)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "table scans (IM)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.table scans (cache partitions)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "table scans (cache partitions)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.table scans (direct read)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "table scans (direct read)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.table scan rows gotten", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "table scan rows gotten" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.table scan rs1", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "table scan rs1" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.table scan rs2", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "table scan rs2" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.table scan disk non-IMC rows gotten", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "table scan disk non-IMC rows gotten" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.table scan disk IMC fallback", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "table scan disk IMC fallback" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.table scan blocks gotten", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "table scan blocks gotten" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.table fetch by rowid", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "table fetch by rowid" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.table fetch continued row", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "table fetch continued row" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cluster key scans", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cluster key scans" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cluster key scan block gets", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cluster key scan block gets" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.rows fetched via callback", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "rows fetched via callback" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell scans", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell scans" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell blocks processed by cache layer", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell blocks processed by cache layer" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell blocks processed by txn layer", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell blocks processed by txn layer" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell blocks processed by data layer", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell blocks processed by data layer" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell blocks processed by index layer", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell blocks processed by index layer" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell filtered blocks failed block check", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell filtered blocks failed block check" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell commit cache queries", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell commit cache queries" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell transactions found in commit cache", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell transactions found in commit cache" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell blocks helped by commit cache", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell blocks helped by commit cache" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell blocks helped by minscn optimization", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell blocks helped by minscn optimization" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell chained rows skipped", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell chained rows skipped" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell chained rows processed", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell chained rows processed" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell chained row pieces fetched", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell chained row pieces fetched" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell chained rows rejected", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell chained rows rejected" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.error count cleared by cell", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "error count cleared by cell" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell blocks sent", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell blocks sent" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell blocks pivoted", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell blocks pivoted" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell blocks returned by data layer", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell blocks returned by data layer" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell blocks returned by index layer", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell blocks returned by index layer" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell index blocks sent", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell index blocks sent" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell IO uncompressed bytes", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell IO uncompressed bytes" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell scan CUs pcode aggregation pushdown", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell scan CUs pcode aggregation pushdown" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell scan rows pcode aggregated", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell scan rows pcode aggregated" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell scan CUs pcode selective done", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell scan CUs pcode selective done" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell scan CUs pcode pred evaled", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell scan CUs pcode pred evaled" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell scan CUs pcode pred evaled using rowsets", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell scan CUs pcode pred evaled using rowsets" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell simulated physical IO bytes eligible for predicate offload", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell simulated physical IO bytes eligible for predicate offload" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell simulated physical IO bytes returned by predicate offload", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell simulated physical IO bytes returned by predicate offload" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.queue update without cp update", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "queue update without cp update" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.index crx upgrade (prefetch)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "index crx upgrade (prefetch)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.index crx upgrade (found)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "index crx upgrade (found)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.index crx upgrade (positioned)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "index crx upgrade (positioned)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.index cmph dm, split for cu migrate row", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "index cmph dm, split for cu migrate row" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.index cmph dm, cu migrate row", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "index cmph dm, cu migrate row" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.index cmph dm, insert unpurge CU row", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "index cmph dm, insert unpurge CU row" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.index cmpl ro, prefix change at block", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "index cmpl ro, prefix change at block" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.index cmpl ro, prefix no change at block", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "index cmpl ro, prefix no change at block" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.index cmpl ro, blocks not compressed", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "index cmpl ro, blocks not compressed" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.index cmpl ro, reorg avoid load new block", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "index cmpl ro, reorg avoid load new block" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.index cmpl ro, reorg avoid split", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "index cmpl ro, reorg avoid split" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.index cmpl co, prefix mismatch", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "index cmpl co, prefix mismatch" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.index split cancel wait noclean", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "index split cancel wait noclean" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.index split cancel wait clean", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "index split cancel wait clean" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.index split cancel op set", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "index split cancel op set" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.index crx state invalidation", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "index crx state invalidation" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.leaf node splits", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "leaf node splits" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.leaf node 90-10 splits", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "leaf node 90-10 splits" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.index cmph sp, leaf recompress", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "index cmph sp, leaf recompress" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.index cmph sp, leaf norecomp nospace", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "index cmph sp, leaf norecomp nospace" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.index cmph sp, leaf norecomp negcomp", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "index cmph sp, leaf norecomp negcomp" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.index cmph sp, leaf norecomp oversize", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "index cmph sp, leaf norecomp oversize" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.index cmph sp, leaf norecomp zerocur", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "index cmph sp, leaf norecomp zerocur" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.index cmph sp, leaf norecomp limit", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "index cmph sp, leaf norecomp limit" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.index cmph sp, leaf norecomp notry", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "index cmph sp, leaf norecomp notry" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.index cmph sp, deci norecomp max limit", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "index cmph sp, deci norecomp max limit" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.index cmph sp, deci norecomp donotrecomp bit", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "index cmph sp, deci norecomp donotrecomp bit" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.index cmph sp, deci norecomp cusz threshold", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "index cmph sp, deci norecomp cusz threshold" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.index cmph sp, deci recomp free purge", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "index cmph sp, deci recomp free purge" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.index cmph sp, leaf 90_10 failed", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "index cmph sp, leaf 90_10 failed" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.branch node splits", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "branch node splits" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.root node splits", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "root node splits" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.failed probes on index block reclamation", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "failed probes on index block reclamation" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.recursive aborts on index block reclamation", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "recursive aborts on index block reclamation" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.index reclamation/extension switch", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "index reclamation/extension switch" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.lob reads", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "lob reads" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.lob writes", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "lob writes" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.lob writes unaligned", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "lob writes unaligned" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell index scans", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell index scans" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.index fast full scans (full)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "index fast full scans (full)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.index fast full scans (rowid ranges)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "index fast full scans (rowid ranges)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.index fast full scans (direct read)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "index fast full scans (direct read)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.index fetch by key", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "index fetch by key" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.index range scans", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "index range scans" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.index cmph sc, ffs decomp buffers", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "index cmph sc, ffs decomp buffers" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.index cmph sc, ffs decomp buffers rows avail", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "index cmph sc, ffs decomp buffers rows avail" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.index cmph sc, ffs decomp buffers rows used", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "index cmph sc, ffs decomp buffers rows used" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.index cmph sc, ffs decomp failures", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "index cmph sc, ffs decomp failures" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.index cmph sc, ffs decomp buffers released and found valid", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "index cmph sc, ffs decomp buffers released and found valid" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.queue splits", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "queue splits" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.queue flush", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "queue flush" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.queue position update", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "queue position update" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.queue single row", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "queue single row" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.queue ocp pages", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "queue ocp pages" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.queue qno pages", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "queue qno pages" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.heap block compress", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "heap block compress" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HSC OLTP Space Saving", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HSC OLTP Space Saving" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HSC OLTP Compressed Blocks", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HSC OLTP Compressed Blocks" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HSC IDL Compressed Blocks", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HSC IDL Compressed Blocks" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HSC Compressed Segment Block Changes", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HSC Compressed Segment Block Changes" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HSC Heap Segment Block Changes", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HSC Heap Segment Block Changes" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HSC OLTP Non Compressible Blocks", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HSC OLTP Non Compressible Blocks" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HSC OLTP positive compression", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HSC OLTP positive compression" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HSC OLTP negative compression", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HSC OLTP negative compression" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HSC OLTP recursive compression", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HSC OLTP recursive compression" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HSC OLTP inline compression", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HSC OLTP inline compression" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HSC OLTP partial compression", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HSC OLTP partial compression" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HSC OLTP Drop Column", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HSC OLTP Drop Column" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HSC OLTP Compression skipped rows", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HSC OLTP Compression skipped rows" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HSC OLTP compression block checked", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HSC OLTP compression block checked" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.Heap Segment Array Inserts", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "Heap Segment Array Inserts" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.Heap Segment Array Updates", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "Heap Segment Array Updates" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HSC OLTP Compression wide compressed row pieces", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HSC OLTP Compression wide compressed row pieces" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.Heap Segment Array Deletes", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "Heap Segment Array Deletes" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.securefile allocation bytes", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "securefile allocation bytes" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.securefile allocation chunks", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "securefile allocation chunks" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.securefile direct read bytes", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "securefile direct read bytes" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.securefile direct write bytes", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "securefile direct write bytes" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.securefile direct read ops", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "securefile direct read ops" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.securefile direct write ops", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "securefile direct write ops" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.securefile inode read time", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "securefile inode read time" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.securefile inode write time", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "securefile inode write time" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.securefile inode ioreap time", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "securefile inode ioreap time" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.securefile inode lhb redo", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "securefile inode lhb redo" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.securefile inode itree redo", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "securefile inode itree redo" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.securefile bytes non-transformed", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "securefile bytes non-transformed" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.securefile number of non-transformed flushes", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "securefile number of non-transformed flushes" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.securefile bytes encrypted", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "securefile bytes encrypted" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.securefile bytes cleartext", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "securefile bytes cleartext" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.securefile compressed bytes", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "securefile compressed bytes" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.securefile uncompressed bytes", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "securefile uncompressed bytes" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.securefile bytes deduplicated", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "securefile bytes deduplicated" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.securefile create dedup set", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "securefile create dedup set" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.securefile destroy dedup set", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "securefile destroy dedup set" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.securefile add dedupd lob to set", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "securefile add dedupd lob to set" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.securefile rmv from dedup set", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "securefile rmv from dedup set" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.securefile reject deduplication", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "securefile reject deduplication" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.securefile dedup prefix hash match", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "securefile dedup prefix hash match" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.securefile number of flushes", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "securefile number of flushes" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.securefile dedup flush too low", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "securefile dedup flush too low" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.securefile dedup callback oper final", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "securefile dedup callback oper final" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.securefile dedup hash collision", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "securefile dedup hash collision" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.securefile dedup fits inline", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "securefile dedup fits inline" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.securefile dedup wapp cache miss", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "securefile dedup wapp cache miss" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HCC load direct CUs", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HCC load direct CUs" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HCC load conventional CUs", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HCC load conventional CUs" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HCC load direct CUs query low", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HCC load direct CUs query low" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HCC load direct CUs query high", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HCC load direct CUs query high" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HCC load direct CUs archive high", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HCC load direct CUs archive high" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HCC load direct CUs archive low", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HCC load direct CUs archive low" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HCC load conventional CUs query low", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HCC load conventional CUs query low" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HCC load conventional CUs query high", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HCC load conventional CUs query high" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HCC load conventional CUs archive high", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HCC load conventional CUs archive high" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HCC load conventional CUs archive low", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HCC load conventional CUs archive low" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HCC load conventional CUs tail blk enhanced", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HCC load conventional CUs tail blk enhanced" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HCC load direct bytes compressed", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HCC load direct bytes compressed" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HCC load conventional bytes compressed", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HCC load conventional bytes compressed" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HCC load direct bytes uncompressed", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HCC load direct bytes uncompressed" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HCC load conventional bytes uncompressed", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HCC load conventional bytes uncompressed" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HCC load direct rows", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HCC load direct rows" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HCC load conventional rows", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HCC load conventional rows" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HCC load direct rows not compressed", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HCC load direct rows not compressed" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HCC load conventional rows not compressed", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HCC load conventional rows not compressed" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HCC load direct CUs row pieces", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HCC load direct CUs row pieces" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HCC load conventional CUs row pieces", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HCC load conventional CUs row pieces" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HCC scan rdbms CUs decompressed", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HCC scan rdbms CUs decompressed" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HCC scan cell CUs decompressed", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HCC scan cell CUs decompressed" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HCC scan rdbms CUs query low", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HCC scan rdbms CUs query low" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HCC scan cell CUs query low", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HCC scan cell CUs query low" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HCC scan rdbms CUs query high", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HCC scan rdbms CUs query high" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HCC scan cell CUs query high", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HCC scan cell CUs query high" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HCC scan rdbms CUs archive high", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HCC scan rdbms CUs archive high" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HCC scan cell CUs archive high", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HCC scan cell CUs archive high" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HCC scan rdbms CUs archive low", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HCC scan rdbms CUs archive low" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HCC scan cell CUs archive low", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HCC scan cell CUs archive low" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HCC scan rdbms bytes compressed", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HCC scan rdbms bytes compressed" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HCC scan cell bytes compressed", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HCC scan cell bytes compressed" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HCC scan rdbms bytes decompressed", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HCC scan rdbms bytes decompressed" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HCC scan cell bytes decompressed", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HCC scan cell bytes decompressed" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HCC scan rdbms CUs columns accessed", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HCC scan rdbms CUs columns accessed" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HCC scan cell CUs columns accessed", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HCC scan cell CUs columns accessed" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.scan rdbms pivoted columns accessed", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "scan rdbms pivoted columns accessed" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HCC scan rdbms columns theoretical max", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HCC scan rdbms columns theoretical max" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HCC scan cell columns theoretical max", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HCC scan cell columns theoretical max" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.scan rdbms pivoted columns theoretical max", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "scan rdbms pivoted columns theoretical max" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HCC scan rdbms rows", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HCC scan rdbms rows" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HCC scan cell rows", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HCC scan cell rows" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.scan rdbms pivoted rows", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "scan rdbms pivoted rows" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HCC scan rdbms CUs row pieces accessed", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HCC scan rdbms CUs row pieces accessed" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HCC scan cell CUs row pieces accessed", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HCC scan cell CUs row pieces accessed" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HCC scan rdbms CUs row pieces total", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HCC scan rdbms CUs row pieces total" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HCC scan cell CUs row pieces total", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HCC scan cell CUs row pieces total" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HCC scan rdbms CUs decompression time", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HCC scan rdbms CUs decompression time" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HCC scan cell CUs decompression time", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HCC scan cell CUs decompression time" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HCC DML CUs", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HCC DML CUs" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HCC scan rdbms CUs normal", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HCC scan rdbms CUs normal" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HCC scan rdbms CUs turbo", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HCC scan rdbms CUs turbo" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.scan rdbms pivoted blocks", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "scan rdbms pivoted blocks" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HCC fetch by rowid CUs", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HCC fetch by rowid CUs" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HCC analyze table CUs", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HCC analyze table CUs" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HCC block dump CUs", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HCC block dump CUs" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HCC block check CUs", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HCC block check CUs" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HCC analyzer calls", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HCC analyzer calls" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HCC usage ZFS", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HCC usage ZFS" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HCC usage pillar", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HCC usage pillar" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HCC usage cloud", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HCC usage cloud" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HCC DML conventional", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HCC DML conventional" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cellmemory IM scan CUs processed for query", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cellmemory IM scan CUs processed for query" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cellmemory IM scan CUs processed for capacity", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cellmemory IM scan CUs processed for capacity" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cellmemory IM scan CUs processed no memcompress", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cellmemory IM scan CUs processed no memcompress" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cellmemory IM load CUs for query", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cellmemory IM load CUs for query" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cellmemory IM load CUs for capacity", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cellmemory IM load CUs for capacity" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cellmemory IM load CUs no memcompress", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cellmemory IM load CUs no memcompress" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cellmemory IM scan CUs rejected for query", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cellmemory IM scan CUs rejected for query" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cellmemory IM scan CUs rejected for capacity", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cellmemory IM scan CUs rejected for capacity" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cellmemory IM scan CUs rejected no memcompress", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cellmemory IM scan CUs rejected no memcompress" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cellmemory IM scan stat 1", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cellmemory IM scan stat 1" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cellmemory IM scan stat 2", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cellmemory IM scan stat 2" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cellmemory IM scan stat 3", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cellmemory IM scan stat 3" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cellmemory IM scan stat 4", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cellmemory IM scan stat 4" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cellmemory IM scan stat 5", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cellmemory IM scan stat 5" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HCC block compressions completed", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HCC block compressions completed" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HCC block compressions attempted", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HCC block compressions attempted" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HCC scan rdbms CUs predicates received", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HCC scan rdbms CUs predicates received" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HCC scan cell CUs predicates received", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HCC scan cell CUs predicates received" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HCC scan rdbms CUs predicates optimized", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HCC scan rdbms CUs predicates optimized" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HCC scan cell CUs predicates optimized", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HCC scan cell CUs predicates optimized" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HCC scan rdbms CUs predicates applied", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HCC scan rdbms CUs predicates applied" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HCC scan cell CUs predicates applied", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HCC scan cell CUs predicates applied" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HCC scan rdbms CUs optimized read", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HCC scan rdbms CUs optimized read" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HCC scan cell CUs optimized read", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HCC scan cell CUs optimized read" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HCC scan rdbms CUs pruned", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HCC scan rdbms CUs pruned" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HCC scan cell CUs pruned", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HCC scan cell CUs pruned" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HCC scan cell CUs sent uncompressed", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HCC scan cell CUs sent uncompressed" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HCC scan cell CUs sent compressed", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HCC scan cell CUs sent compressed" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HCC scan cell CUs sent head piece", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HCC scan cell CUs sent head piece" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HCC scan cell CUs processed for uncompressed", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HCC scan cell CUs processed for uncompressed" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HCC scan cell CUs processed for compressed", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HCC scan cell CUs processed for compressed" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HCC scan CUs pcode aggregation pushdown", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HCC scan CUs pcode aggregation pushdown" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HCC scan rows pcode aggregated", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HCC scan rows pcode aggregated" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HCC scan CUs pcode selective done", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HCC scan CUs pcode selective done" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HCC scan CUs pcode pred evaled", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HCC scan CUs pcode pred evaled" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.HCC scan CUs pcode pred evaled using rowsets", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "HCC scan CUs pcode pred evaled using rowsets" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.SecureFiles DBFS Link Operations", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "SecureFiles DBFS Link Operations" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.SecureFiles Move to DBFS Link", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "SecureFiles Move to DBFS Link" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.SecureFiles Copy from DBFS Link", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "SecureFiles Copy from DBFS Link" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.SecureFiles Get DBFS Link Reference", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "SecureFiles Get DBFS Link Reference" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.SecureFiles Put DBFS Link Reference", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "SecureFiles Put DBFS Link Reference" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.SecureFiles Implicit Copy from DBFS Link", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "SecureFiles Implicit Copy from DBFS Link" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.SecureFiles DBFS Link streaming reads", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "SecureFiles DBFS Link streaming reads" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.SecureFiles DBFS Link Overwrites", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "SecureFiles DBFS Link Overwrites" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM populate segments requested", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM populate segments requested" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM prepopulate segments requested", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM prepopulate segments requested" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate segments requested", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate segments requested" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM populate process killed", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM populate process killed" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM populate segments", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM populate segments" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM prepopulate segments", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM prepopulate segments" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate segments", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate segments" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM populate CUs requested", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM populate CUs requested" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM prepopulate CUs requested", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM prepopulate CUs requested" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate CUs requested", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate CUs requested" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate (trickle) CUs requested", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate (trickle) CUs requested" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate (scan) CUs requested", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate (scan) CUs requested" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate (incremental) CUs requested", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate (incremental) CUs requested" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate (doublebuffering) CUs requested", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate (doublebuffering) CUs requested" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate (incremental) CUs old CU unavailable", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate (incremental) CUs old CU unavailable" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate (incremental) CUs old CU empty", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate (incremental) CUs old CU empty" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate (incremental) CUs old CU defchg", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate (incremental) CUs old CU defchg" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM populate CUs resubmitted", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM populate CUs resubmitted" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM prepopulate CUs resubmitted", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM prepopulate CUs resubmitted" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate CUs resubmitted", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate CUs resubmitted" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate (trickle) CUs resubmitted", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate (trickle) CUs resubmitted" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate (scan) CUs resubmitted", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate (scan) CUs resubmitted" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM populate CUs not", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM populate CUs not" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM prepopulate CUs not", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM prepopulate CUs not" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate CUs not", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate CUs not" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate (trickle) CUs not", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate (trickle) CUs not" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate (scan) CUs not", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate (scan) CUs not" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM populate CUs nop", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM populate CUs nop" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM prepopulate CUs nop", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM prepopulate CUs nop" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate CUs nop", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate CUs nop" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate (trickle) CUs nop", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate (trickle) CUs nop" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate (scan) CUs nop", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate (scan) CUs nop" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM populate CUs no blocks", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM populate CUs no blocks" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM prepopulate CUs no blocks", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM prepopulate CUs no blocks" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM populate CUs", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM populate CUs" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM prepopulate CUs", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM prepopulate CUs" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate CUs", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate CUs" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate (trickle) CUs", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate (trickle) CUs" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate (scan) CUs", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate (scan) CUs" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate (incremental) CUs", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate (incremental) CUs" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate (doublebuffering) CUs", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate (doublebuffering) CUs" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate (incremental) CUs using population", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate (incremental) CUs using population" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate (delta) CUs requested", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate (delta) CUs requested" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate (delta) CUs resubmitted", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate (delta) CUs resubmitted" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate (delta) CUs", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate (delta) CUs" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate (delta) due to row-based formula", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate (delta) due to row-based formula" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate (delta) due to block-based formula", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate (delta) due to block-based formula" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM populate bytes from storage", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM populate bytes from storage" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM prepopulate bytes from storage", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM prepopulate bytes from storage" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate bytes from storage", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate bytes from storage" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate (trickle) bytes from storage", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate (trickle) bytes from storage" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate due to row threshold hit", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate due to row threshold hit" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate due to block threshold hit", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate due to block threshold hit" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM populate accumulated time (ms)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM populate accumulated time (ms)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM populate segments wall clock time (ms)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM populate segments wall clock time (ms)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM prepopulate accumulated time (ms)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM prepopulate accumulated time (ms)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate accumulated time (ms)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate accumulated time (ms)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate (trickle) accumulated time (ms)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate (trickle) accumulated time (ms)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate (delta) accumulated time (ms)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate (delta) accumulated time (ms)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate read time (ms)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate read time (ms)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM populate buffer direct read time (ms)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM populate buffer direct read time (ms)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM populate external table read time (ms)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM populate external table read time (ms)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM populate CUs empty", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM populate CUs empty" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate CUs empty", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate CUs empty" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM prepopulate CUs empty", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM prepopulate CUs empty" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate (trickle) CUs empty", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate (trickle) CUs empty" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate (delta) CUs empty", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate (delta) CUs empty" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM populate CUs columns", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM populate CUs columns" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM prepopulate CUs columns", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM prepopulate CUs columns" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate CUs columns", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate CUs columns" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate (trickle) CUs columns", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate (trickle) CUs columns" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM populate bytes in-memory data", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM populate bytes in-memory data" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM prepopulate bytes in-memory data", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM prepopulate bytes in-memory data" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate bytes in-memory data", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate bytes in-memory data" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate (trickle) bytes in-memory data", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate (trickle) bytes in-memory data" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM populate bytes uncompressed data", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM populate bytes uncompressed data" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM prepopulate bytes uncompressed data", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM prepopulate bytes uncompressed data" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate bytes uncompressed data", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate bytes uncompressed data" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate (trickle) bytes uncompressed data", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate (trickle) bytes uncompressed data" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM populate rows", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM populate rows" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM prepopulate rows", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM prepopulate rows" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate rows", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate rows" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate (trickle) rows", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate (trickle) rows" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM populate CUs chain pieces", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM populate CUs chain pieces" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM prepopulate CUs chain pieces", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM prepopulate CUs chain pieces" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate CUs chain pieces", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate CUs chain pieces" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate (trickle) CUs chain pieces", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate (trickle) CUs chain pieces" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM populate CUs no memcompress", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM populate CUs no memcompress" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM prepopulate CUs no memcompress", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM prepopulate CUs no memcompress" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate CUs no memcompress", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate CUs no memcompress" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate (trickle) CUs no memcompress", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate (trickle) CUs no memcompress" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM populate CUs memcompress for dml", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM populate CUs memcompress for dml" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM prepopulate CUs memcompress for dml", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM prepopulate CUs memcompress for dml" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate CUs memcompress for dml", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate CUs memcompress for dml" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate (trickle) CUs memcompress for dml", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate (trickle) CUs memcompress for dml" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM populate CUs memcompress for query low", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM populate CUs memcompress for query low" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM prepopulate CUs memcompress for query low", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM prepopulate CUs memcompress for query low" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate CUs memcompress for query low", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate CUs memcompress for query low" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate (trickle) CUs memcompress for query low", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate (trickle) CUs memcompress for query low" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM populate CUs memcompress for query high", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM populate CUs memcompress for query high" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM prepopulate CUs memcompress for query high", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM prepopulate CUs memcompress for query high" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate CUs memcompress for query high", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate CUs memcompress for query high" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate (trickle) CUs memcompress for query high", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate (trickle) CUs memcompress for query high" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM populate CUs memcompress for capacity low", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM populate CUs memcompress for capacity low" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM prepopulate CUs memcompress for capacity low", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM prepopulate CUs memcompress for capacity low" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate CUs memcompress for capacity low", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate CUs memcompress for capacity low" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate (trickle) CUs memcompress for capacity low", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate (trickle) CUs memcompress for capacity low" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM populate CUs memcompress for capacity high", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM populate CUs memcompress for capacity high" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM prepopulate CUs memcompress for capacity high", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM prepopulate CUs memcompress for capacity high" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate CUs memcompress for capacity high", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate CUs memcompress for capacity high" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate (trickle) CUs memcompress for capacity high", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate (trickle) CUs memcompress for capacity high" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM XT populate rows", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM XT populate rows" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM XT populate CUs", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM XT populate CUs" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM XT populate segments", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM XT populate segments" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM XT populate empty CU created", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM XT populate empty CU created" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan CUs pcode aggregation pushdown", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan CUs pcode aggregation pushdown" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan rows pcode aggregated", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan rows pcode aggregated" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan CUs pcode selective done", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan CUs pcode selective done" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan CUs pcode pred evaled", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan CUs pcode pred evaled" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan CUs pcode pred evaled using rowsets", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan CUs pcode pred evaled using rowsets" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan CUs pcode aggregation IME", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan CUs pcode aggregation IME" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan CUs skip IME base IM col", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan CUs skip IME base IM col" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan CUs skip IME long varchar lob col", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan CUs skip IME long varchar lob col" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan dict engine results stored", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan dict engine results stored" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan dict engine results reused", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan dict engine results reused" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM faststart read data accumulated time (ms)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM faststart read data accumulated time (ms)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM faststart read CUs problems", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM faststart read CUs problems" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM faststart read headers accumulated time (ms)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM faststart read headers accumulated time (ms)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM faststart read accumulated time (ms)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM faststart read accumulated time (ms)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM faststart read verify accumulated time (ms)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM faststart read verify accumulated time (ms)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM faststart read CUs requested", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM faststart read CUs requested" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM faststart read CUs", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM faststart read CUs" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM faststart read CUs not accessible", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM faststart read CUs not accessible" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM faststart read bytes", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM faststart read bytes" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM faststart read CUs incompatible", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM faststart read CUs incompatible" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM faststart read CUs invalid", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM faststart read CUs invalid" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM faststart write bytes", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM faststart write bytes" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM faststart write CUs", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM faststart write CUs" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM faststart write CUs requested", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM faststart write CUs requested" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM faststart write CUs problems", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM faststart write CUs problems" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM faststart write accumulated time (ms)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM faststart write accumulated time (ms)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM faststart write CUs encryption mismatch", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM faststart write CUs encryption mismatch" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM faststart write CUs evicted", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM faststart write CUs evicted" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM faststart write CUs too dirty", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM faststart write CUs too dirty" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM faststart write deferred CUs requested", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM faststart write deferred CUs requested" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM faststart write deferred CUs", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM faststart write deferred CUs" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM faststart write deferred accumulated (ms)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM faststart write deferred accumulated (ms)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM faststart write deferred timeouts", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM faststart write deferred timeouts" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM faststart write deferred CUs not found", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM faststart write deferred CUs not found" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM faststart write slave starts requested", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM faststart write slave starts requested" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM faststart write slave starts", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM faststart write slave starts" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM faststart coordinator accumulated time (ms)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM faststart coordinator accumulated time (ms)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM faststart coordinator cycle aborts", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM faststart coordinator cycle aborts" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM faststart coordinator cycle overruns", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM faststart coordinator cycle overruns" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM faststart coordinator runs", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM faststart coordinator runs" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM faststart coordinator throttle down", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM faststart coordinator throttle down" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM faststart coordinator task submitted priority p1", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM faststart coordinator task submitted priority p1" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM faststart coordinator task submitted priority p2", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM faststart coordinator task submitted priority p2" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM faststart coordinator task submitted priority p3", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM faststart coordinator task submitted priority p3" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM faststart coordinator task priority p1 to p2", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM faststart coordinator task priority p1 to p2" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM faststart coordinator task priority p2 extended", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM faststart coordinator task priority p2 extended" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM faststart coordinator task priority p2 to p3", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM faststart coordinator task priority p2 to p3" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM faststart coordinator scheduler restarted", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM faststart coordinator scheduler restarted" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM faststart delete CUs problem", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM faststart delete CUs problem" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM populate EUs requested", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM populate EUs requested" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM populate EUs", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM populate EUs" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM prepopulate EUs requested", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM prepopulate EUs requested" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM prepopulate EUs", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM prepopulate EUs" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate EUs requested", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate EUs requested" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate EUs", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate EUs" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate (incremental) EUs requested", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate (incremental) EUs requested" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate (incremental) EUs", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate (incremental) EUs" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate (trickle) EUs requested", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate (trickle) EUs requested" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate (trickle) EUs", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate (trickle) EUs" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate (scan) EUs requested", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate (scan) EUs requested" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate (scan) EUs", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate (scan) EUs" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM populate EUs accumulated time (ms)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM populate EUs accumulated time (ms)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM prepopulate EUs accumulated time (ms)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM prepopulate EUs accumulated time (ms)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate EUs accumulated time (ms)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate EUs accumulated time (ms)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate (trickle) EUs accumulated time (ms)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate (trickle) EUs accumulated time (ms)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM populate EUs columns", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM populate EUs columns" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM prepopulate EUs columns", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM prepopulate EUs columns" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate EUs columns", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate EUs columns" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate (trickle) EUs columns", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate (trickle) EUs columns" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM populate bytes in-memory EU data", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM populate bytes in-memory EU data" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM prepopulate bytes in-memory EU data", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM prepopulate bytes in-memory EU data" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate bytes in-memory EU data", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate bytes in-memory EU data" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate (trickle) bytes in-memory EU data", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate (trickle) bytes in-memory EU data" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM populate bytes uncompressed EU data", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM populate bytes uncompressed EU data" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM prepopulate bytes uncompressed EU data", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM prepopulate bytes uncompressed EU data" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate bytes uncompressed EU data", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate bytes uncompressed EU data" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate (trickle) bytes uncompressed EU data", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate (trickle) bytes uncompressed EU data" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM populate EUs no memcompress", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM populate EUs no memcompress" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM prepopulate EUs no memcompress", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM prepopulate EUs no memcompress" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate EUs no memcompress", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate EUs no memcompress" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate (trickle) EUs no memcompress", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate (trickle) EUs no memcompress" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM populate EUs memcompress for dml", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM populate EUs memcompress for dml" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM prepopulate EUs memcompress for dml", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM prepopulate EUs memcompress for dml" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate EUs memcompress for dml", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate EUs memcompress for dml" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate (trickle) EUs memcompress for dml", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate (trickle) EUs memcompress for dml" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM populate EUs memcompress for query low", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM populate EUs memcompress for query low" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM prepopulate EUs memcompress for query low", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM prepopulate EUs memcompress for query low" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate EUs memcompress for query low", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate EUs memcompress for query low" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate (trickle) EUs memcompress for query low", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate (trickle) EUs memcompress for query low" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM populate EUs memcompress for query high", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM populate EUs memcompress for query high" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM prepopulate EUs memcompress for query high", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM prepopulate EUs memcompress for query high" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate EUs memcompress for query high", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate EUs memcompress for query high" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate (trickle) EUs memcompress for query high", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate (trickle) EUs memcompress for query high" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM populate EUs memcompress for capacity low", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM populate EUs memcompress for capacity low" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM prepopulate EUs memcompress for capacity low", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM prepopulate EUs memcompress for capacity low" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate EUs memcompress for capacity low", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate EUs memcompress for capacity low" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate (trickle) EUs memcompress for capacity low", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate (trickle) EUs memcompress for capacity low" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM populate EUs memcompress for capacity high", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM populate EUs memcompress for capacity high" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM prepopulate EUs memcompress for capacity high", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM prepopulate EUs memcompress for capacity high" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate EUs memcompress for capacity high", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate EUs memcompress for capacity high" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate (trickle) EUs memcompress for capacity high", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate (trickle) EUs memcompress for capacity high" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan CUs no memcompress", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan CUs no memcompress" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan CUs memcompress for dml", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan CUs memcompress for dml" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan CUs memcompress for query low", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan CUs memcompress for query low" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan CUs memcompress for query high", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan CUs memcompress for query high" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan CUs memcompress for capacity low", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan CUs memcompress for capacity low" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan CUs memcompress for capacity high", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan CUs memcompress for capacity high" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan EUs no memcompress", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan EUs no memcompress" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan EUs memcompress for dml", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan EUs memcompress for dml" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan EUs memcompress for query low", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan EUs memcompress for query low" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan EUs memcompress for query high", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan EUs memcompress for query high" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan EUs memcompress for capacity low", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan EUs memcompress for capacity low" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan EUs memcompress for capacity high", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan EUs memcompress for capacity high" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan CUs doublebuffering", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan CUs doublebuffering" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan CUs delta", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan CUs delta" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.session logical reads - IM", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "session logical reads - IM" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan segments disk", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan segments disk" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan bytes in-memory", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan bytes in-memory" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan bytes uncompressed", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan bytes uncompressed" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan CUs columns accessed", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan CUs columns accessed" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan CUs columns decompressed", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan CUs columns decompressed" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan CUs columns theoretical max", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan CUs columns theoretical max" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan EU bytes in-memory", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan EU bytes in-memory" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan EU bytes uncompressed", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan EU bytes uncompressed" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan EUs columns accessed", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan EUs columns accessed" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan EUs columns decompressed", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan EUs columns decompressed" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan EUs columns theoretical max", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan EUs columns theoretical max" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan EU rows", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan EU rows" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan rows", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan rows" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM simd compare calls", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM simd compare calls" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM simd decode calls", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM simd decode calls" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM simd rle burst calls", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM simd rle burst calls" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM simd set membership calls", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM simd set membership calls" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM simd bloom filter calls", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM simd bloom filter calls" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM simd xlate filter calls", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM simd xlate filter calls" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM simd decode unpack calls", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM simd decode unpack calls" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM simd decode symbol calls", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM simd decode symbol calls" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM simd compare selective calls", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM simd compare selective calls" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM simd decode selective calls", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM simd decode selective calls" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM simd rle burst selective calls", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM simd rle burst selective calls" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM simd set membership selective calls", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM simd set membership selective calls" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM simd bloom filter selective calls", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM simd bloom filter selective calls" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM simd xlate filter selective calls", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM simd xlate filter selective calls" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM simd decode unpack selective calls", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM simd decode unpack selective calls" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM simd decode symbol selective calls", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM simd decode symbol selective calls" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM simd compare HW offload calls", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM simd compare HW offload calls" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM simd decode HW offload calls", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM simd decode HW offload calls" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM simd rle burst HW offload calls", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM simd rle burst HW offload calls" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM simd set membership HW offload calls", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM simd set membership HW offload calls" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM simd decode unpack HW offload calls", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM simd decode unpack HW offload calls" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan rows valid", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan rows valid" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan rows delta", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan rows delta" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan rows range excluded", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan rows range excluded" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan rows discontinuous", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan rows discontinuous" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan rows excluded", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan rows excluded" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan rows optimized", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan rows optimized" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan rows projected", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan rows projected" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan rows cache delta exists", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan rows cache delta exists" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan rows cache populate", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan rows cache populate" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan rows cache no delta", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan rows cache no delta" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan blocks cache", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan blocks cache" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan fetches journal", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan fetches journal" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan rows journal", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan rows journal" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan CUs split pieces", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan CUs split pieces" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan EUs split pieces", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan EUs split pieces" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate (incremental) total rows", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate (incremental) total rows" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate (trickle incremental) total rows", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate (trickle incremental) total rows" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate (incremental) fetched rows", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate (incremental) fetched rows" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate (trickle incremental) fetched rows", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate (trickle incremental) fetched rows" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate (incremental) valid CU rows", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate (incremental) valid CU rows" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate (trickle incremental) valid CU rows", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate (trickle incremental) valid CU rows" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate (incremental) invalid CU rows", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate (incremental) invalid CU rows" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate (trickle incremental) invalid CU rows", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate (trickle incremental) invalid CU rows" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate (incremental) CUs columns", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate (incremental) CUs columns" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate (trickle incremental) CUs columns", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate (trickle incremental) CUs columns" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate (incremental) CUs columns dict reused", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate (incremental) CUs columns dict reused" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate (trickle incremental) CUs columns dict reused", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate (trickle incremental) CUs columns dict reused" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate (incremental) CUs columns reused", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate (incremental) CUs columns reused" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate (trickle incremental) CUs columns reused", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate (trickle incremental) CUs columns reused" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate (incremental) CU blocks", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate (incremental) CU blocks" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate (trickle incremental) CU blocks", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate (trickle incremental) CU blocks" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate (incremental) blocks read", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate (incremental) blocks read" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate (trickle incremental) blocks read", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate (trickle incremental) blocks read" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate (incremental) modified blocks", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate (incremental) modified blocks" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate (trickle incremental) modified blocks", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate (trickle incremental) modified blocks" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate (incremental) CUs valid columns optimized", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate (incremental) CUs valid columns optimized" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate (trickle incremental) CUs valid columns optimized", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate (trickle incremental) CUs valid columns optimized" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM populate SMU/DLM locks fail", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM populate SMU/DLM locks fail" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate SMU/DLM locks fail", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate SMU/DLM locks fail" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM populate no contiguous inmemory space", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM populate no contiguous inmemory space" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate no contiguous inmemory space", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate no contiguous inmemory space" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM populate no space in PGA", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM populate no space in PGA" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate no space in PGA", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate no space in PGA" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM populate so cleanup", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM populate so cleanup" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate so cleanup", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate so cleanup" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM delta so cleanup", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM delta so cleanup" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan CUs predicates received", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan CUs predicates received" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan CUs predicates applied", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan CUs predicates applied" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan CUs predicates optimized", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan CUs predicates optimized" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan CUs optimized read", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan CUs optimized read" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan CUs pruned", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan CUs pruned" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan CUs delta pruned", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan CUs delta pruned" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan segments minmax eligible", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan segments minmax eligible" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM fetches by rowid from IMCU", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM fetches by rowid from IMCU" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM fetches by rowid from disk", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM fetches by rowid from disk" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM fetches by rowid from fetch list", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM fetches by rowid from fetch list" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM fetches by rowid row invalid in IMCU", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM fetches by rowid row invalid in IMCU" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan CUs column not in memory", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan CUs column not in memory" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan extents invalid", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan extents invalid" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan invalid all blocks", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan invalid all blocks" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan CUs invalid or missing revert to on disk extent", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan CUs invalid or missing revert to on disk extent" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan CUs failed to reget pin", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan CUs failed to reget pin" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan CUs no rows valid", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan CUs no rows valid" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan (dynamic) rows", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan (dynamic) rows" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan (dynamic) multi-threaded scans", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan (dynamic) multi-threaded scans" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan (dynamic) max degree", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan (dynamic) max degree" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan (dynamic) pending tasks", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan (dynamic) pending tasks" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan (dynamic) executing tasks", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan (dynamic) executing tasks" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan (dynamic) task execution time", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan (dynamic) task execution time" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan (dynamic) task submission time", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan (dynamic) task submission time" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan (dynamic) task reap time", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan (dynamic) task reap time" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan (dynamic) tasks processed by thread", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan (dynamic) tasks processed by thread" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan (dynamic) tasks processed by parent", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan (dynamic) tasks processed by parent" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM scan (dynamic) rs2 rowsets", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM scan (dynamic) rs2 rowsets" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM split CUs requested", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM split CUs requested" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM split CUs", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM split CUs" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM split get smaller CUs", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM split get smaller CUs" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM split fail no space", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM split fail no space" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM split CU too small", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM split CU too small" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM split fail", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM split fail" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM zzzz spare1", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM zzzz spare1" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM zzzz spare2", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM zzzz spare2" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM SubCU-MM bytes allocated", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM SubCU-MM bytes allocated" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM SubCU-InvIdx bytes allocated", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM SubCU-InvIdx bytes allocated" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM SubCU-MM CUs", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM SubCU-MM CUs" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM SubCU-InvIdx CUs", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM SubCU-InvIdx CUs" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM SubCU-MM CUs Examined", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM SubCU-MM CUs Examined" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM SubCU-MM CUs Selected", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM SubCU-MM CUs Selected" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM SubCU-MM SubCUs Eliminated", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM SubCU-MM SubCUs Eliminated" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM SubCU-MM SubCUs in Selected CUs", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM SubCU-MM SubCUs in Selected CUs" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM SubCU-Hist SubCUs Eliminated", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM SubCU-Hist SubCUs Eliminated" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM SubCU-Hist SubCUs in Selected CUs", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM SubCU-Hist SubCUs in Selected CUs" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM SubCU-InvIdx CUs Examined", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM SubCU-InvIdx CUs Examined" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM SubCU-InvIdx CUs Selected", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM SubCU-InvIdx CUs Selected" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM prepopulate CUs requested hwm", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM prepopulate CUs requested hwm" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM populate CUs requested hwm", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM populate CUs requested hwm" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM prepopulate CUs hwm", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM prepopulate CUs hwm" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM populate CUs hwm", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM populate CUs hwm" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM repopulate CUs req cleandelta", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM repopulate CUs req cleandelta" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM CUs hwm expanded", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM CUs hwm expanded" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM CUs hwm mismatch drop", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM CUs hwm mismatch drop" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.IM CUs hwm dropped", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "IM CUs hwm dropped" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.index cmph ld, CU under-est", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "index cmph ld, CU under-est" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.index cmph ld, CU fit, add rows", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "index cmph ld, CU fit, add rows" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.index cmph ld, CU fit", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "index cmph ld, CU fit" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.index cmph ld, CU over-est", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "index cmph ld, CU over-est" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.index cmph ld, retry in over-est", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "index cmph ld, retry in over-est" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.index cmph ld, CU negative comp", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "index cmph ld, CU negative comp" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.index cmph ld, lf blks flushed", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "index cmph ld, lf blks flushed" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.index cmph ld, lf blks w/o CU", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "index cmph ld, lf blks w/o CU" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.index cmph ld, lf blks w/o unc r", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "index cmph ld, lf blks w/o unc r" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.index cmph ld, lf blks w/ und CU", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "index cmph ld, lf blks w/ und CU" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.index cmph ld, rows compressed", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "index cmph ld, rows compressed" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.index cmph ld, rows uncompressed", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "index cmph ld, rows uncompressed" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.index cmph ld, infinite loop", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "index cmph ld, infinite loop" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.index cmph ld, CU cmp subcol prefix", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "index cmph ld, CU cmp subcol prefix" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.index cmph ld, CU cmp prefix rows", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "index cmph ld, CU cmp prefix rows" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.index cmph ld, CU cmp rowdir", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "index cmph ld, CU cmp rowdir" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.index cmph ld, CU cmp prowdir", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "index cmph ld, CU cmp prowdir" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.index cmph ld, CU cmp dedup keys", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "index cmph ld, CU cmp dedup keys" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.index cmph ld, CU cols prefix comp", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "index cmph ld, CU cols prefix comp" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.index cmph ld, CU cols suffix comp", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "index cmph ld, CU cols suffix comp" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.index cmph ld, CU cols length comp", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "index cmph ld, CU cols length comp" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.index cmph ld, CU cols fixed length", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "index cmph ld, CU cols fixed length" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.index cmph ld, CU cols list comp", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "index cmph ld, CU cols list comp" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.index cmph ld, CU cols bitmap comp", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "index cmph ld, CU cols bitmap comp" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.index cmph ld, CU cols cmp special length", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "index cmph ld, CU cols cmp special length" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.index cmph ld, CU cols special length", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "index cmph ld, CU cols special length" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.index cmph ld, CU cols symtab comp", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "index cmph ld, CU cols symtab comp" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.index cmph ld, CU cols prefix lenval", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "index cmph ld, CU cols prefix lenval" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.index cmph cu, uncomp sentinels", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "index cmph cu, uncomp sentinels" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.index cmph sp, leaf recomp fewer ucs", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "index cmph sp, leaf recomp fewer ucs" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.index cmph sp, leaf recomp zero ucs", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "index cmph sp, leaf recomp zero ucs" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.index cmph dm, cu lock expand", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "index cmph dm, cu lock expand" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.index cmph dm, split for cu lock expand", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "index cmph dm, split for cu lock expand" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.index cmph dm, purge dummy CU", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "index cmph dm, purge dummy CU" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.memopt r fail to pin buffer", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "memopt r fail to pin buffer" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.memopt r entries deleted", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "memopt r entries deleted" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.memopt r lookups", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "memopt r lookups" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.memopt r hits", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "memopt r hits" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.memopt r misses", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "memopt r misses" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.memopt r tag collisions", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "memopt r tag collisions" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.memopt r lookup skipped deleted rows", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "memopt r lookup skipped deleted rows" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.memopt r lookup skipped locked rows", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "memopt r lookup skipped locked rows" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.memopt r lookup skipped chained rows", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "memopt r lookup skipped chained rows" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.memopt r failed reads on buckets", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "memopt r failed reads on buckets" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.memopt r failed reads on blocks", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "memopt r failed reads on blocks" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.memopt r lookup detected CR buffer", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "memopt r lookup detected CR buffer" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.memopt r puts", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "memopt r puts" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.memopt r puts:buckets full", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "memopt r puts:buckets full" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.memopt r successful puts", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "memopt r successful puts" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.memopt r successful puts:with evictions", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "memopt r successful puts:with evictions" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.memopt r successful puts:with cuckoo", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "memopt r successful puts:with cuckoo" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.memopt r successful puts:cuckoo deadend", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "memopt r successful puts:cuckoo deadend" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.memopt r successful puts:max cuckoo", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "memopt r successful puts:max cuckoo" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.memopt r failed puts", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "memopt r failed puts" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.memopt r failed puts:bucket in flux", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "memopt r failed puts:bucket in flux" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.memopt r failed puts:no space", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "memopt r failed puts:no space" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.memopt r populate tasks accepted", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "memopt r populate tasks accepted" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.memopt r populate tasks not accepted", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "memopt r populate tasks not accepted" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.memopt r populate skipped locked rows", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "memopt r populate skipped locked rows" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.memopt r populate skipped deleted rows", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "memopt r populate skipped deleted rows" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.memopt r populate skipped chained rows", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "memopt r populate skipped chained rows" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.memopt r rows populated", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "memopt r rows populated" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.memopt r populate", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "memopt r populate" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.memopt r blocks populated", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "memopt r blocks populated" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.memopt r failed to get tbs drop EQ", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "memopt r failed to get tbs drop EQ" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.memopt r failed to get tbs offline EQ", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "memopt r failed to get tbs offline EQ" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.memopt r failed to get segment drop EQ", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "memopt r failed to get segment drop EQ" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.memopt r repopulate tasks accepted", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "memopt r repopulate tasks accepted" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.memopt r repopulate tasks not accepted", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "memopt r repopulate tasks not accepted" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.memopt r repopulate", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "memopt r repopulate" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.memopt r rows repopulated", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "memopt r rows repopulated" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.memopt r blocks repopulated", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "memopt r blocks repopulated" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.memopt r repopulate skipped locked rows", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "memopt r repopulate skipped locked rows" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.memopt r repopulate skipped deleted rows", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "memopt r repopulate skipped deleted rows" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.memopt r repopulate skipped chained rows", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "memopt r repopulate skipped chained rows" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.memopt r repopulate invalidated entries", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "memopt r repopulate invalidated entries" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.memopt r cleanup", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "memopt r cleanup" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.memopt r NO IM tasks accepted", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "memopt r NO IM tasks accepted" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.memopt r NO IM tasks not accepted", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "memopt r NO IM tasks not accepted" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.memopt r DROP IM tasks accepted", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "memopt r DROP IM tasks accepted" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.memopt r DROP IM tasks not accepted", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "memopt r DROP IM tasks not accepted" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.memopt w buffer gets", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "memopt w buffer gets" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.memopt w rows written", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "memopt w rows written" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.memopt w rows flushed", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "memopt w rows flushed" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.memopt w flush tasks", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "memopt w flush tasks" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.memopt w flush tasks deferred", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "memopt w flush tasks deferred" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.memopt w buffer miss space", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "memopt w buffer miss space" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.memopt w buffer miss latch", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "memopt w buffer miss latch" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.memopt w buffer miss waits", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "memopt w buffer miss waits" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.memopt w buffer miss spc nolatch", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "memopt w buffer miss spc nolatch" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.memopt w buffer miss wait unq", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "memopt w buffer miss wait unq" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.memopt w buffer gotcur", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "memopt w buffer gotcur" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.memopt w buffer miss spc unq nolat", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "memopt w buffer miss spc unq nolat" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.memopt w buffer miss nobuf", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "memopt w buffer miss nobuf" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.memopt w buffer hit bucket 0", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "memopt w buffer hit bucket 0" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.memopt w buffer wake post", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "memopt w buffer wake post" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.memopt w drain sleep work", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "memopt w drain sleep work" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.memopt w drain sleep", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "memopt w drain sleep" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.memopt w drain sleep wake post", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "memopt w drain sleep wake post" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.sql area purged", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "sql area purged" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.sql area evicted", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "sql area evicted" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.CCursor + sql area evicted", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "CCursor + sql area evicted" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.No. of Encrypt ops", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "No. of Encrypt ops" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.No. of Decrypt ops", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "No. of Decrypt ops" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.No. of XS Sessions Created", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "No. of XS Sessions Created" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.No. of XS Sessions Attached", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "No. of XS Sessions Attached" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.No. of Namespaces Created", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "No. of Namespaces Created" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.No. of User Callbacks Executed", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "No. of User Callbacks Executed" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.No. of Roles Enabled or Disabled", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "No. of Roles Enabled or Disabled" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.No. of Principal Cache Misses", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "No. of Principal Cache Misses" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.No. of Principal Invalidations", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "No. of Principal Invalidations" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.Number of NONE redactions", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "Number of NONE redactions" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.Number of FULL redactions", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "Number of FULL redactions" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.Number of PARTIAL redactions", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "Number of PARTIAL redactions" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.Number of FORMAT_PRESERVING redactions", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "Number of FORMAT_PRESERVING redactions" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.Number of RANDOM redactions", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "Number of RANDOM redactions" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.Number of REGEXP redactions", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "Number of REGEXP redactions" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.Number of NULLIFY redactions", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "Number of NULLIFY redactions" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.Number of REGEXP_WIDTH redactions", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "Number of REGEXP_WIDTH redactions" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.DX/BB enqueue lock foreground requests", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "DX/BB enqueue lock foreground requests" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.DX/BB enqueue lock foreground wait time", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "DX/BB enqueue lock foreground wait time" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.DX/BB enqueue lock background gets", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "DX/BB enqueue lock background gets" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.DX/BB enqueue lock background get time", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "DX/BB enqueue lock background get time" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.Clusterwide global transactions", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "Clusterwide global transactions" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.Clusterwide global transactions spanning RAC nodes", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "Clusterwide global transactions spanning RAC nodes" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.Forwarded 2PC commands across RAC nodes", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "Forwarded 2PC commands across RAC nodes" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.GTX processes spawned by autotune", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "GTX processes spawned by autotune" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.GTX processes stopped by autotune", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "GTX processes stopped by autotune" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.session cursor cache hits", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "session cursor cache hits" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.session cursor cache count", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "session cursor cache count" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cursor reload failures", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cursor reload failures" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.DML statements retried", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "DML statements retried" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.java call heap total size", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "java call heap total size" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.java call heap total size max", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "java call heap total size max" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.java call heap used size", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "java call heap used size" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.java call heap used size max", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "java call heap used size max" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.java call heap live size", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "java call heap live size" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.java call heap live size max", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "java call heap live size max" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.java call heap object count", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "java call heap object count" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.java call heap object count max", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "java call heap object count max" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.java call heap live object count", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "java call heap live object count" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.java call heap live object count max", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "java call heap live object count max" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.java call heap gc count", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "java call heap gc count" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.java call heap collected count", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "java call heap collected count" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.java call heap collected bytes", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "java call heap collected bytes" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.java session heap used size", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "java session heap used size" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.java session heap used size max", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "java session heap used size max" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.java session heap live size", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "java session heap live size" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.java session heap live size max", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "java session heap live size max" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.java session heap object count", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "java session heap object count" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.java session heap object count max", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "java session heap object count max" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.java session heap live object count", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "java session heap live object count" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.java session heap live object count max", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "java session heap live object count max" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.java session heap gc count", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "java session heap gc count" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.java session heap collected count", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "java session heap collected count" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.java session heap collected bytes", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "java session heap collected bytes" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cursor authentications", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cursor authentications" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.queries parallelized", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "queries parallelized" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.DML statements parallelized", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "DML statements parallelized" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.DDL statements parallelized", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "DDL statements parallelized" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.DFO trees parallelized", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "DFO trees parallelized" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.Parallel operations not downgraded", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "Parallel operations not downgraded" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.Parallel operations downgraded to serial", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "Parallel operations downgraded to serial" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.Parallel operations downgraded 75 to 99 pct", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "Parallel operations downgraded 75 to 99 pct" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.Parallel operations downgraded 50 to 75 pct", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "Parallel operations downgraded 50 to 75 pct" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.Parallel operations downgraded 25 to 50 pct", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "Parallel operations downgraded 25 to 50 pct" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.Parallel operations downgraded 1 to 25 pct", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "Parallel operations downgraded 1 to 25 pct" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.PX local messages sent", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "PX local messages sent" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.PX local messages recv'd", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "PX local messages recv'd" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.PX remote messages sent", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "PX remote messages sent" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.PX remote messages recv'd", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "PX remote messages recv'd" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.buffer is pinned count", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "buffer is pinned count" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.buffer is not pinned count", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "buffer is not pinned count" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.no buffer to keep pinned count", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "no buffer to keep pinned count" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.workarea memory allocated", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "workarea memory allocated" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.workarea executions - optimal", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "workarea executions - optimal" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.workarea executions - onepass", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "workarea executions - onepass" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.workarea executions - multipass", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "workarea executions - multipass" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.key vector CUs filtered", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "key vector CUs filtered" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.key vector CUs min/max filtered", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "key vector CUs min/max filtered" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.key vector CU codes processed", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "key vector CU codes processed" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.key vector rows processed by value", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "key vector rows processed by value" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.key vector rows processed by code", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "key vector rows processed by code" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.key vector CUs processed using cached integer join keys", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "key vector CUs processed using cached integer join keys" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.key vector rows filtered", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "key vector rows filtered" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.key vector filtered on cell", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "key vector filtered on cell" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.key vector probed on cell", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "key vector probed on cell" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.key vectors sent to cell", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "key vectors sent to cell" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.key vectors sent to cell in lite mode due to layout", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "key vectors sent to cell in lite mode due to layout" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.key vectors sent to cell in lite mode due to quota", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "key vectors sent to cell in lite mode due to quota" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.key vector serializations for cell", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "key vector serializations for cell" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.key vector serializations in lite mode for cell", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "key vector serializations in lite mode for cell" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.key vector queries", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "key vector queries" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.key vectors created", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "key vectors created" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.key vectors created (simple layout)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "key vectors created (simple layout)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.key vectors created (indirect layout)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "key vectors created (indirect layout)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.key vectors created (offset layout)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "key vectors created (offset layout)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.key vectors created (doubly indirect layout)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "key vectors created (doubly indirect layout)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.key vectors created (hash layout)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "key vectors created (hash layout)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.key vectors created (paged)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "key vectors created (paged)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.key vectors created (bit wide)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "key vectors created (bit wide)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.key vectors created (nibble wide)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "key vectors created (nibble wide)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.key vectors created (byte wide)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "key vectors created (byte wide)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.key vectors created (2 byte wide)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "key vectors created (2 byte wide)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.key vectors created (4 byte wide)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "key vectors created (4 byte wide)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.key vectors created with payload", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "key vectors created with payload" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.key vectors bypassed", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "key vectors bypassed" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.key vector stubs created", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "key vector stubs created" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.key vector cas merge locking retrial", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "key vector cas merge locking retrial" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.key vector cas merge abort", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "key vector cas merge abort" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.key vector cas merge operations", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "key vector cas merge operations" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.key vector non cas merge operations", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "key vector non cas merge operations" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.key vector dgk batch parcels", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "key vector dgk batch parcels" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.key vector dgk range parcels", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "key vector dgk range parcels" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.key vector hash probes", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "key vector hash probes" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.key vector hash inserts", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "key vector hash inserts" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.key vector hash cells scanned", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "key vector hash cells scanned" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.key vector hash locks encountered", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "key vector hash locks encountered" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.key vector hash copied encountered", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "key vector hash copied encountered" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.key vector efilters created", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "key vector efilters created" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.vector group by operations sent to cell", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "vector group by operations sent to cell" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.vector group by operations not sent to cell due to key vector", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "vector group by operations not sent to cell due to key vector" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.vector group by operations not sent to cell due to cardinality", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "vector group by operations not sent to cell due to cardinality" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.vector group by rows processed on cell", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "vector group by rows processed on cell" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.vector group by rows returned by cell", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "vector group by rows returned by cell" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.vector group by used", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "vector group by used" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.vector group by rowsources adapted", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "vector group by rowsources adapted" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.vector group by accumspace cardinality", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "vector group by accumspace cardinality" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.vector group by accumspace size", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "vector group by accumspace size" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.vector group by out of line rows", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "vector group by out of line rows" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.vector group by out of line size", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "vector group by out of line size" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.vector group by string allocations size", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "vector group by string allocations size" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.vector group by string allocations", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "vector group by string allocations" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.vector group by string resizes", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "vector group by string resizes" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.vector group by rowsets processed on cell", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "vector group by rowsets processed on cell" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.vector encoded rows", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "vector encoded rows" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.vector encoded rows decoded", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "vector encoded rows decoded" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.vector encoded row operations", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "vector encoded row operations" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.vector encoded rowsets", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "vector encoded rowsets" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.vector encoded rowsets decoded", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "vector encoded rowsets decoded" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.vector encoded rowset operations", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "vector encoded rowset operations" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.vector encoded arithmetic exceptions", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "vector encoded arithmetic exceptions" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.vector encoded adaptively disabled", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "vector encoded adaptively disabled" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.LOB table id lookup cache misses", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "LOB table id lookup cache misses" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.parse time cpu", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "parse time cpu" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.parse time elapsed", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "parse time elapsed" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.parse count (total)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "parse count (total)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.parse count (hard)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "parse count (hard)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.parse count (failures)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "parse count (failures)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.parse count (describe)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "parse count (describe)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.frame signature mismatch", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "frame signature mismatch" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.execute count", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "execute count" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.bytes sent via SQL*Net to client", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "bytes sent via SQL*Net to client" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.bytes received via SQL*Net from client", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "bytes received via SQL*Net from client" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.SQL*Net roundtrips to/from client", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "SQL*Net roundtrips to/from client" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.bytes sent via SQL*Net to dblink", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "bytes sent via SQL*Net to dblink" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.bytes received via SQL*Net from dblink", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "bytes received via SQL*Net from dblink" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.SQL*Net roundtrips to/from dblink", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "SQL*Net roundtrips to/from dblink" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.bytes via SQL*Net vector to client", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "bytes via SQL*Net vector to client" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.bytes via SQL*Net vector from client", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "bytes via SQL*Net vector from client" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.bytes via SQL*Net vector to dblink", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "bytes via SQL*Net vector to dblink" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.bytes via SQL*Net vector from dblink", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "bytes via SQL*Net vector from dblink" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.sorts (memory)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "sorts (memory)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.sorts (disk)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "sorts (disk)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.sorts (rows)", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "sorts (rows)" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.OTC commit optimization attempts", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "OTC commit optimization attempts" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.OTC commit optimization hits", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "OTC commit optimization hits" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.OTC commit optimization failure - setup", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "OTC commit optimization failure - setup" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cumulative begin requests", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cumulative begin requests" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cumulative end requests", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cumulative end requests" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cumulative user calls in requests", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cumulative user calls in requests" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cumulative user calls protected by Application Continuity", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cumulative user calls protected by Application Continuity" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.OLAP Paging Manager Cache Hit", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "OLAP Paging Manager Cache Hit" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.OLAP Paging Manager Cache Miss", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "OLAP Paging Manager Cache Miss" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.OLAP Paging Manager New Page", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "OLAP Paging Manager New Page" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.OLAP Paging Manager Cache Write", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "OLAP Paging Manager Cache Write" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.OLAP Session Cache Hit", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "OLAP Session Cache Hit" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.OLAP Session Cache Miss", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "OLAP Session Cache Miss" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.OLAP Aggregate Function Calc", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "OLAP Aggregate Function Calc" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.OLAP Aggregate Function Precompute", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "OLAP Aggregate Function Precompute" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.OLAP Aggregate Function Logical NA", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "OLAP Aggregate Function Logical NA" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.OLAP Paging Manager Pool Size", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "OLAP Paging Manager Pool Size" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.OLAP Import Rows Pushed", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "OLAP Import Rows Pushed" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.OLAP Import Rows Loaded", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "OLAP Import Rows Loaded" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.OLAP Row Source Rows Processed", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "OLAP Row Source Rows Processed" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.OLAP Engine Calls", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "OLAP Engine Calls" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.OLAP Temp Segments", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "OLAP Temp Segments" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.OLAP Temp Segment Read", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "OLAP Temp Segment Read" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.OLAP Perm LOB Read", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "OLAP Perm LOB Read" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.OLAP Paging Manager Cache Changed Page", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "OLAP Paging Manager Cache Changed Page" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.OLAP Fast Limit", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "OLAP Fast Limit" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.OLAP GID Limit", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "OLAP GID Limit" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.OLAP Unique Key Attribute Limit", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "OLAP Unique Key Attribute Limit" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.OLAP INHIER Limit", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "OLAP INHIER Limit" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.OLAP Full Limit", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "OLAP Full Limit" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.OLAP Custom Member Limit", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "OLAP Custom Member Limit" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.OLAP Row Id Limit", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "OLAP Row Id Limit" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.OLAP Limit Time", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "OLAP Limit Time" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.OLAP Row Load Time", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "OLAP Row Load Time" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell flash cache read hits", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell flash cache read hits" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell flash cache read hits for controlfile reads", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell flash cache read hits for controlfile reads" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell flash cache read hits for smart IO", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell flash cache read hits for smart IO" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell flash cache read hits for temp IO", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell flash cache read hits for temp IO" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell ram cache read hits", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell ram cache read hits" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell persistent memory IO read requests - local", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell persistent memory IO read requests - local" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell persistent memory IO read requests - remote", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell persistent memory IO read requests - remote" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell persistent memory IO read requests - smart IO", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell persistent memory IO read requests - smart IO" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.Workload Capture: size (in bytes) of recording", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "Workload Capture: size (in bytes) of recording" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.Workload Capture: dbtime", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "Workload Capture: dbtime" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.Workload Capture: user calls", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "Workload Capture: user calls" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.Workload Capture: user calls flushed", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "Workload Capture: user calls flushed" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.Workload Capture: unreplayable user calls", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "Workload Capture: unreplayable user calls" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.Workload Capture: user txns", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "Workload Capture: user txns" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.Workload Capture: user logins", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "Workload Capture: user logins" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.Workload Capture: unsupported user calls", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "Workload Capture: unsupported user calls" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.Workload Capture: errors", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "Workload Capture: errors" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.Workload Capture: PL/SQL user subcalls", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "Workload Capture: PL/SQL user subcalls" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.Workload Capture: PL/SQL user calls", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "Workload Capture: PL/SQL user calls" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.Workload Capture: PL/SQL subcall size of recording", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "Workload Capture: PL/SQL subcall size of recording" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.Workload Capture: PL/SQL dbtime", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "Workload Capture: PL/SQL dbtime" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.Workload Replay: dbtime", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "Workload Replay: dbtime" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.Workload Replay: network time", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "Workload Replay: network time" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.Workload Replay: think time", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "Workload Replay: think time" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.Workload Replay: time gain", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "Workload Replay: time gain" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.Workload Replay: time loss", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "Workload Replay: time loss" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.Workload Replay: user calls", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "Workload Replay: user calls" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.Workload Replay: deadlocks resolved", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "Workload Replay: deadlocks resolved" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.Workload Replay: PL/SQL user calls", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "Workload Replay: PL/SQL user calls" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.Workload Replay: PL/SQL user subcalls", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "Workload Replay: PL/SQL user subcalls" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.Workload Replay: PL/SQL dbtime", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "Workload Replay: PL/SQL dbtime" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell physical write IO bytes eligible for offload", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell physical write IO bytes eligible for offload" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell physical write IO host network bytes written during offloa", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell physical write IO host network bytes written during offloa" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell logical write IO requests", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell logical write IO requests" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.cell logical write IO requests eligible for offload", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "cell logical write IO requests eligible for offload" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.Infiniband HCA Transmit Loadavg", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "Infiniband HCA Transmit Loadavg" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.Infiniband HCA Receive Loadavg", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "Infiniband HCA Receive Loadavg" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.Infiniband HCA Max. Rate", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "Infiniband HCA Max. Rate" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.Infiniband HCA Transmit Data", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "Infiniband HCA Transmit Data" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.Infiniband HCA Receive Data", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "Infiniband HCA Receive Data" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.backup pieces compressed locally", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "backup pieces compressed locally" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.backup data compressed locally", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "backup data compressed locally" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.backup compressed data written locally", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "backup compressed data written locally" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.backup piece local processing time", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "backup piece local processing time" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.backup pieces compressed remotely", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "backup pieces compressed remotely" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.backup data compressed remotely", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "backup data compressed remotely" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.backup compressed data written remotely", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "backup compressed data written remotely" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.backup piece remote processing time", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "backup piece remote processing time" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.OS User time used", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "OS User time used" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.OS System time used", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "OS System time used" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.OS Maximum resident set size", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "OS Maximum resident set size" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.OS Integral shared text size", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "OS Integral shared text size" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.OS Integral unshared data size", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "OS Integral unshared data size" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.OS Integral unshared stack size", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "OS Integral unshared stack size" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.OS Page reclaims", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "OS Page reclaims" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.OS Page faults", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "OS Page faults" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.OS Swaps", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "OS Swaps" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.OS Block input operations", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "OS Block input operations" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.OS Block output operations", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "OS Block output operations" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.OS Socket messages sent", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "OS Socket messages sent" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.OS Socket messages received", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "OS Socket messages received" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.OS Signals received", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "OS Signals received" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.OS Voluntary context switches", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "OS Voluntary context switches" - } - }, - { - "model": "website.MetricCatalog", - "fields": { - "metric_type": 3, - "name": "global.OS Involuntary context switches", - "scope": "global", - "vartype": 2, - "dbms": 18, - "summary": "OS Involuntary context switches" - } - } +[ + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.OS CPU Qt wait time", + "dbms": 12, + "summary": "OS CPU Qt wait time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.Requests to/from client", + "dbms": 12, + "summary": "Requests to/from client" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.logons cumulative", + "dbms": 12, + "summary": "logons cumulative" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.logons current", + "dbms": 12, + "summary": "logons current" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.opened cursors cumulative", + "dbms": 12, + "summary": "opened cursors cumulative" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.opened cursors current", + "dbms": 12, + "summary": "opened cursors current" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 1, + "scope": "global", + "vartype": 2, + "name": "global.user commits", + "dbms": 12, + "summary": "user commits" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.user rollbacks", + "dbms": 12, + "summary": "user rollbacks" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.user calls", + "dbms": 12, + "summary": "user calls" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.recursive calls", + "dbms": 12, + "summary": "recursive calls" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.recursive cpu usage", + "dbms": 12, + "summary": "recursive cpu usage" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.pinned cursors current", + "dbms": 12, + "summary": "pinned cursors current" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.user logons cumulative", + "dbms": 12, + "summary": "user logons cumulative" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.user logouts cumulative", + "dbms": 12, + "summary": "user logouts cumulative" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.session logical reads", + "dbms": 12, + "summary": "session logical reads" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.session logical reads in local numa group", + "dbms": 12, + "summary": "session logical reads in local numa group" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.session logical reads in remote numa group", + "dbms": 12, + "summary": "session logical reads in remote numa group" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.session stored procedure space", + "dbms": 12, + "summary": "session stored procedure space" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.CPU used when call started", + "dbms": 12, + "summary": "CPU used when call started" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.CPU used by this session", + "dbms": 12, + "summary": "CPU used by this session" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.DB time", + "dbms": 12, + "summary": "DB time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.CPU used by LWTs for this session", + "dbms": 12, + "summary": "CPU used by LWTs for this session" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.DB time of LWTs for this session", + "dbms": 12, + "summary": "DB time of LWTs for this session" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cluster wait time", + "dbms": 12, + "summary": "cluster wait time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.concurrency wait time", + "dbms": 12, + "summary": "concurrency wait time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.application wait time", + "dbms": 12, + "summary": "application wait time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.user I/O wait time", + "dbms": 12, + "summary": "user I/O wait time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.scheduler wait time", + "dbms": 12, + "summary": "scheduler wait time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.non-idle wait time", + "dbms": 12, + "summary": "non-idle wait time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.non-idle wait count", + "dbms": 12, + "summary": "non-idle wait count" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.in call idle wait time", + "dbms": 12, + "summary": "in call idle wait time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.session connect time", + "dbms": 12, + "summary": "session connect time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.process last non-idle time", + "dbms": 12, + "summary": "process last non-idle time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.session uga memory", + "dbms": 12, + "summary": "session uga memory" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.session uga memory max", + "dbms": 12, + "summary": "session uga memory max" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.messages sent", + "dbms": 12, + "summary": "messages sent" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.messages received", + "dbms": 12, + "summary": "messages received" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.background timeouts", + "dbms": 12, + "summary": "background timeouts" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.remote Oradebug requests", + "dbms": 12, + "summary": "remote Oradebug requests" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.session pga memory", + "dbms": 12, + "summary": "session pga memory" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.session pga memory max", + "dbms": 12, + "summary": "session pga memory max" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.recursive system API invocations", + "dbms": 12, + "summary": "recursive system API invocations" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.enqueue timeouts", + "dbms": 12, + "summary": "enqueue timeouts" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.enqueue waits", + "dbms": 12, + "summary": "enqueue waits" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.enqueue deadlocks", + "dbms": 12, + "summary": "enqueue deadlocks" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.enqueue requests", + "dbms": 12, + "summary": "enqueue requests" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.enqueue conversions", + "dbms": 12, + "summary": "enqueue conversions" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.enqueue releases", + "dbms": 12, + "summary": "enqueue releases" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.global enqueue gets sync", + "dbms": 12, + "summary": "global enqueue gets sync" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.global enqueue gets async", + "dbms": 12, + "summary": "global enqueue gets async" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.global enqueue get time", + "dbms": 12, + "summary": "global enqueue get time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.global enqueue releases", + "dbms": 12, + "summary": "global enqueue releases" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.physical read total IO requests", + "dbms": 12, + "summary": "physical read total IO requests" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.physical read total multi block requests", + "dbms": 12, + "summary": "physical read total multi block requests" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.physical read requests optimized", + "dbms": 12, + "summary": "physical read requests optimized" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.physical read total bytes optimized", + "dbms": 12, + "summary": "physical read total bytes optimized" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.physical read partial requests", + "dbms": 12, + "summary": "physical read partial requests" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.physical read total bytes", + "dbms": 12, + "summary": "physical read total bytes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.physical write requests optimized", + "dbms": 12, + "summary": "physical write requests optimized" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.physical write total bytes optimized", + "dbms": 12, + "summary": "physical write total bytes optimized" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cell writes to flash cache", + "dbms": 12, + "summary": "cell writes to flash cache" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cell overwrites in flash cache", + "dbms": 12, + "summary": "cell overwrites in flash cache" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cell partial writes in flash cache", + "dbms": 12, + "summary": "cell partial writes in flash cache" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.physical write total IO requests", + "dbms": 12, + "summary": "physical write total IO requests" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.physical write total multi block requests", + "dbms": 12, + "summary": "physical write total multi block requests" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.physical write total bytes", + "dbms": 12, + "summary": "physical write total bytes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cell physical IO interconnect bytes", + "dbms": 12, + "summary": "cell physical IO interconnect bytes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.spare statistic 1", + "dbms": 12, + "summary": "spare statistic 1" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.spare statistic 2", + "dbms": 12, + "summary": "spare statistic 2" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.spare statistic 3", + "dbms": 12, + "summary": "spare statistic 3" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.spare statistic 4", + "dbms": 12, + "summary": "spare statistic 4" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.spare statistic 5", + "dbms": 12, + "summary": "spare statistic 5" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.spare statistic 6", + "dbms": 12, + "summary": "spare statistic 6" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.spare statistic 7", + "dbms": 12, + "summary": "spare statistic 7" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.spare statistic 8", + "dbms": 12, + "summary": "spare statistic 8" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.spare statistic 9", + "dbms": 12, + "summary": "spare statistic 9" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.spare statistic 10", + "dbms": 12, + "summary": "spare statistic 10" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.spare statistic 11", + "dbms": 12, + "summary": "spare statistic 11" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.spare statistic 12", + "dbms": 12, + "summary": "spare statistic 12" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.spare statistic 13", + "dbms": 12, + "summary": "spare statistic 13" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.spare statistic 14", + "dbms": 12, + "summary": "spare statistic 14" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.spare statistic 15", + "dbms": 12, + "summary": "spare statistic 15" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.spare statistic 16", + "dbms": 12, + "summary": "spare statistic 16" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.spare statistic 17", + "dbms": 12, + "summary": "spare statistic 17" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.spare statistic 18", + "dbms": 12, + "summary": "spare statistic 18" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.spare statistic 19", + "dbms": 12, + "summary": "spare statistic 19" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.spare statistic 20", + "dbms": 12, + "summary": "spare statistic 20" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.spare statistic 21", + "dbms": 12, + "summary": "spare statistic 21" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.spare statistic 22", + "dbms": 12, + "summary": "spare statistic 22" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.spare statistic 23", + "dbms": 12, + "summary": "spare statistic 23" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.spare statistic 24", + "dbms": 12, + "summary": "spare statistic 24" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.spare statistic 25", + "dbms": 12, + "summary": "spare statistic 25" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.spare statistic 26", + "dbms": 12, + "summary": "spare statistic 26" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.spare statistic 27", + "dbms": 12, + "summary": "spare statistic 27" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.spare statistic 28", + "dbms": 12, + "summary": "spare statistic 28" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.spare statistic 29", + "dbms": 12, + "summary": "spare statistic 29" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.spare statistic 30", + "dbms": 12, + "summary": "spare statistic 30" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.spare statistic 31", + "dbms": 12, + "summary": "spare statistic 31" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.spare statistic 32", + "dbms": 12, + "summary": "spare statistic 32" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.spare statistic 33", + "dbms": 12, + "summary": "spare statistic 33" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.spare statistic 34", + "dbms": 12, + "summary": "spare statistic 34" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.spare statistic 35", + "dbms": 12, + "summary": "spare statistic 35" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.spare statistic 36", + "dbms": 12, + "summary": "spare statistic 36" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.spare statistic 37", + "dbms": 12, + "summary": "spare statistic 37" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.spare statistic 38", + "dbms": 12, + "summary": "spare statistic 38" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.spare statistic 39", + "dbms": 12, + "summary": "spare statistic 39" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.spare statistic 40", + "dbms": 12, + "summary": "spare statistic 40" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IPC CPU used by this session", + "dbms": 12, + "summary": "IPC CPU used by this session" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.physical read snap IO requests base", + "dbms": 12, + "summary": "physical read snap IO requests base" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.physical read snap IO requests copy", + "dbms": 12, + "summary": "physical read snap IO requests copy" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.physical read snap IO requests no data", + "dbms": 12, + "summary": "physical read snap IO requests no data" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.physical read snap bytes base", + "dbms": 12, + "summary": "physical read snap bytes base" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.physical read snap bytes copy", + "dbms": 12, + "summary": "physical read snap bytes copy" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.physical write snap IO requests new allocations", + "dbms": 12, + "summary": "physical write snap IO requests new allocations" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.gcs messages sent", + "dbms": 12, + "summary": "gcs messages sent" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.ges messages sent", + "dbms": 12, + "summary": "ges messages sent" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.global enqueue CPU used by this session", + "dbms": 12, + "summary": "global enqueue CPU used by this session" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.gcs read-mostly lock grants", + "dbms": 12, + "summary": "gcs read-mostly lock grants" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.gcs anti-locks created", + "dbms": 12, + "summary": "gcs anti-locks created" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.gcs read-mostly lock failures", + "dbms": 12, + "summary": "gcs read-mostly lock failures" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.gcs affinity lock grants", + "dbms": 12, + "summary": "gcs affinity lock grants" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.gcs affinity lock failures", + "dbms": 12, + "summary": "gcs affinity lock failures" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.ka messages sent", + "dbms": 12, + "summary": "ka messages sent" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.ka grants received", + "dbms": 12, + "summary": "ka grants received" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.ka local messages received", + "dbms": 12, + "summary": "ka local messages received" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.ka local message waits", + "dbms": 12, + "summary": "ka local message waits" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.ka wait due to timeout", + "dbms": 12, + "summary": "ka wait due to timeout" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.ka wait due to trigger", + "dbms": 12, + "summary": "ka wait due to trigger" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.ka wait calls suppressed", + "dbms": 12, + "summary": "ka wait calls suppressed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.ka wait calls for invalid kga", + "dbms": 12, + "summary": "ka wait calls for invalid kga" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.ka wait calls attempted", + "dbms": 12, + "summary": "ka wait calls attempted" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.ka wait calls other", + "dbms": 12, + "summary": "ka wait calls other" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.max cf enq hold time", + "dbms": 12, + "summary": "max cf enq hold time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.total cf enq hold time", + "dbms": 12, + "summary": "total cf enq hold time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.total number of cf enq holders", + "dbms": 12, + "summary": "total number of cf enq holders" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.db block gets", + "dbms": 12, + "summary": "db block gets" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.db block gets from cache", + "dbms": 12, + "summary": "db block gets from cache" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.db block gets from cache (fastpath)", + "dbms": 12, + "summary": "db block gets from cache (fastpath)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.db block gets direct", + "dbms": 12, + "summary": "db block gets direct" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.consistent gets", + "dbms": 12, + "summary": "consistent gets" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.consistent gets from cache", + "dbms": 12, + "summary": "consistent gets from cache" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.consistent gets pin", + "dbms": 12, + "summary": "consistent gets pin" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.consistent gets pin (fastpath)", + "dbms": 12, + "summary": "consistent gets pin (fastpath)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.consistent gets examination", + "dbms": 12, + "summary": "consistent gets examination" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.consistent gets examination (fastpath)", + "dbms": 12, + "summary": "consistent gets examination (fastpath)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.consistent gets direct", + "dbms": 12, + "summary": "consistent gets direct" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.fastpath consistent get quota limit", + "dbms": 12, + "summary": "fastpath consistent get quota limit" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.logical read bytes from cache", + "dbms": 12, + "summary": "logical read bytes from cache" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.physical reads", + "dbms": 12, + "summary": "physical reads" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.physical reads cache", + "dbms": 12, + "summary": "physical reads cache" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.physical read flash cache hits", + "dbms": 12, + "summary": "physical read flash cache hits" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.physical reads direct", + "dbms": 12, + "summary": "physical reads direct" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.physical read IO requests", + "dbms": 12, + "summary": "physical read IO requests" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.physical read bytes", + "dbms": 12, + "summary": "physical read bytes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.db block changes", + "dbms": 12, + "summary": "db block changes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.consistent changes", + "dbms": 12, + "summary": "consistent changes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.recovery blocks read", + "dbms": 12, + "summary": "recovery blocks read" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.recovery blocks read for lost write detection", + "dbms": 12, + "summary": "recovery blocks read for lost write detection" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.recovery blocks skipped lost write checks", + "dbms": 12, + "summary": "recovery blocks skipped lost write checks" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.physical writes", + "dbms": 12, + "summary": "physical writes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.physical writes direct", + "dbms": 12, + "summary": "physical writes direct" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.physical writes from cache", + "dbms": 12, + "summary": "physical writes from cache" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.physical write IO requests", + "dbms": 12, + "summary": "physical write IO requests" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.flash cache inserts", + "dbms": 12, + "summary": "flash cache inserts" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.physical reads direct temporary tablespace", + "dbms": 12, + "summary": "physical reads direct temporary tablespace" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.physical writes direct temporary tablespace", + "dbms": 12, + "summary": "physical writes direct temporary tablespace" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.physical write bytes", + "dbms": 12, + "summary": "physical write bytes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.flash cache eviction: invalidated", + "dbms": 12, + "summary": "flash cache eviction: invalidated" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.flash cache eviction: buffer pinned", + "dbms": 12, + "summary": "flash cache eviction: buffer pinned" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.flash cache eviction: aged out", + "dbms": 12, + "summary": "flash cache eviction: aged out" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.flash cache insert skip: not current", + "dbms": 12, + "summary": "flash cache insert skip: not current" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.flash cache insert skip: DBWR overloaded", + "dbms": 12, + "summary": "flash cache insert skip: DBWR overloaded" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.flash cache insert skip: exists", + "dbms": 12, + "summary": "flash cache insert skip: exists" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.flash cache insert skip: not useful", + "dbms": 12, + "summary": "flash cache insert skip: not useful" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.flash cache insert skip: modification", + "dbms": 12, + "summary": "flash cache insert skip: modification" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.flash cache insert skip: corrupt", + "dbms": 12, + "summary": "flash cache insert skip: corrupt" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.db corrupt blocks detected", + "dbms": 12, + "summary": "db corrupt blocks detected" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.db corrupt blocks recovered", + "dbms": 12, + "summary": "db corrupt blocks recovered" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.session referenced a buffer on dram", + "dbms": 12, + "summary": "session referenced a buffer on dram" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.session referenced a buffer on xmem", + "dbms": 12, + "summary": "session referenced a buffer on xmem" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.physical writes non checkpoint", + "dbms": 12, + "summary": "physical writes non checkpoint" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.summed dirty queue length", + "dbms": 12, + "summary": "summed dirty queue length" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.DBWR checkpoint buffers written", + "dbms": 12, + "summary": "DBWR checkpoint buffers written" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.DBWR thread checkpoint buffers written", + "dbms": 12, + "summary": "DBWR thread checkpoint buffers written" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.DBWR tablespace checkpoint buffers written", + "dbms": 12, + "summary": "DBWR tablespace checkpoint buffers written" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.DBWR parallel query checkpoint buffers written", + "dbms": 12, + "summary": "DBWR parallel query checkpoint buffers written" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.DBWR object drop buffers written", + "dbms": 12, + "summary": "DBWR object drop buffers written" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.DBWR transaction table writes", + "dbms": 12, + "summary": "DBWR transaction table writes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.DBWR undo block writes", + "dbms": 12, + "summary": "DBWR undo block writes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.DBWR revisited being-written buffer", + "dbms": 12, + "summary": "DBWR revisited being-written buffer" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.DBWR lru scans", + "dbms": 12, + "summary": "DBWR lru scans" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.DBWR checkpoints", + "dbms": 12, + "summary": "DBWR checkpoints" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.DBWR fusion writes", + "dbms": 12, + "summary": "DBWR fusion writes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.prefetch clients - keep", + "dbms": 12, + "summary": "prefetch clients - keep" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.prefetch clients - recycle", + "dbms": 12, + "summary": "prefetch clients - recycle" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.prefetch clients - default", + "dbms": 12, + "summary": "prefetch clients - default" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.prefetch clients - 2k", + "dbms": 12, + "summary": "prefetch clients - 2k" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.prefetch clients - 4k", + "dbms": 12, + "summary": "prefetch clients - 4k" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.prefetch clients - 8k", + "dbms": 12, + "summary": "prefetch clients - 8k" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.prefetch clients - 16k", + "dbms": 12, + "summary": "prefetch clients - 16k" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.prefetch clients - 32k", + "dbms": 12, + "summary": "prefetch clients - 32k" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.BPS commit wait", + "dbms": 12, + "summary": "BPS commit wait" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.BPS redo wait", + "dbms": 12, + "summary": "BPS redo wait" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.BPS session wait", + "dbms": 12, + "summary": "BPS session wait" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.change write time", + "dbms": 12, + "summary": "change write time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.exchange deadlocks", + "dbms": 12, + "summary": "exchange deadlocks" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.free buffer requested", + "dbms": 12, + "summary": "free buffer requested" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.dirty buffers inspected", + "dbms": 12, + "summary": "dirty buffers inspected" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.pinned buffers inspected", + "dbms": 12, + "summary": "pinned buffers inspected" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.hot buffers moved to head of LRU", + "dbms": 12, + "summary": "hot buffers moved to head of LRU" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.free buffer inspected", + "dbms": 12, + "summary": "free buffer inspected" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.commit cleanout failures: write disabled", + "dbms": 12, + "summary": "commit cleanout failures: write disabled" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.commit cleanout failures: block lost", + "dbms": 12, + "summary": "commit cleanout failures: block lost" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.commit cleanout failures: cannot pin", + "dbms": 12, + "summary": "commit cleanout failures: cannot pin" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.commit cleanout failures: hot backup in progress", + "dbms": 12, + "summary": "commit cleanout failures: hot backup in progress" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.commit cleanout failures: buffer being written", + "dbms": 12, + "summary": "commit cleanout failures: buffer being written" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.commit cleanout failures: callback failure", + "dbms": 12, + "summary": "commit cleanout failures: callback failure" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.commit cleanout failures: delayed log", + "dbms": 12, + "summary": "commit cleanout failures: delayed log" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.commit cleanout failures: flashback", + "dbms": 12, + "summary": "commit cleanout failures: flashback" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.commit cleanouts", + "dbms": 12, + "summary": "commit cleanouts" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.commit cleanouts successfully completed", + "dbms": 12, + "summary": "commit cleanouts successfully completed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.saved cleanout failures: write disabled", + "dbms": 12, + "summary": "saved cleanout failures: write disabled" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.saved cleanout failures: cannot pin", + "dbms": 12, + "summary": "saved cleanout failures: cannot pin" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.saved cleanout failures: hot backup in progress", + "dbms": 12, + "summary": "saved cleanout failures: hot backup in progress" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.saved cleanout failures: buffer being written", + "dbms": 12, + "summary": "saved cleanout failures: buffer being written" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.saved cleanout failures: callback failure", + "dbms": 12, + "summary": "saved cleanout failures: callback failure" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.saved cleanout failures: flashback", + "dbms": 12, + "summary": "saved cleanout failures: flashback" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.saved cleanout failures: delayed log", + "dbms": 12, + "summary": "saved cleanout failures: delayed log" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.saved cleanouts", + "dbms": 12, + "summary": "saved cleanouts" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.saved cleanouts successfully completed", + "dbms": 12, + "summary": "saved cleanouts successfully completed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.recovery array reads", + "dbms": 12, + "summary": "recovery array reads" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.recovery array read time", + "dbms": 12, + "summary": "recovery array read time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.CR blocks created", + "dbms": 12, + "summary": "CR blocks created" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.current blocks converted for CR", + "dbms": 12, + "summary": "current blocks converted for CR" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.switch current to new buffer", + "dbms": 12, + "summary": "switch current to new buffer" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.switch current caused by our pin", + "dbms": 12, + "summary": "switch current caused by our pin" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.write clones created in foreground", + "dbms": 12, + "summary": "write clones created in foreground" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.write clones created in background", + "dbms": 12, + "summary": "write clones created in background" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.write clones created for recovery", + "dbms": 12, + "summary": "write clones created for recovery" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.checkpoint clones created for ADG recovery", + "dbms": 12, + "summary": "checkpoint clones created for ADG recovery" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.recovery block gets from cache", + "dbms": 12, + "summary": "recovery block gets from cache" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.physical reads cache prefetch", + "dbms": 12, + "summary": "physical reads cache prefetch" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.physical reads prefetch warmup", + "dbms": 12, + "summary": "physical reads prefetch warmup" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.prefetched blocks aged out before use", + "dbms": 12, + "summary": "prefetched blocks aged out before use" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.prefetch warmup blocks aged out before use", + "dbms": 12, + "summary": "prefetch warmup blocks aged out before use" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.prefetch warmup blocks flushed out before use", + "dbms": 12, + "summary": "prefetch warmup blocks flushed out before use" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.physical reads retry corrupt", + "dbms": 12, + "summary": "physical reads retry corrupt" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.physical reads direct (lob)", + "dbms": 12, + "summary": "physical reads direct (lob)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.physical writes direct (lob)", + "dbms": 12, + "summary": "physical writes direct (lob)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cold recycle reads", + "dbms": 12, + "summary": "cold recycle reads" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.shared hash latch upgrades - no wait", + "dbms": 12, + "summary": "shared hash latch upgrades - no wait" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.shared hash latch upgrades - wait", + "dbms": 12, + "summary": "shared hash latch upgrades - wait" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.physical reads for flashback new", + "dbms": 12, + "summary": "physical reads for flashback new" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.flashback cache read optimizations for block new", + "dbms": 12, + "summary": "flashback cache read optimizations for block new" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.flashback direct read optimizations for block new", + "dbms": 12, + "summary": "flashback direct read optimizations for block new" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.flashback securefile cache read optimizations for block new", + "dbms": 12, + "summary": "flashback securefile cache read optimizations for block new" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.flashback securefile direct read optimizations for block new", + "dbms": 12, + "summary": "flashback securefile direct read optimizations for block new" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.physical reads cache for securefile flashback block new", + "dbms": 12, + "summary": "physical reads cache for securefile flashback block new" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.physical reads direct for securefile flashback block new", + "dbms": 12, + "summary": "physical reads direct for securefile flashback block new" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.blocks encrypted", + "dbms": 12, + "summary": "blocks encrypted" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.blocks decrypted", + "dbms": 12, + "summary": "blocks decrypted" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.data warehousing scanned objects", + "dbms": 12, + "summary": "data warehousing scanned objects" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.data warehousing scanned blocks", + "dbms": 12, + "summary": "data warehousing scanned blocks" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.data warehousing scanned blocks - memory", + "dbms": 12, + "summary": "data warehousing scanned blocks - memory" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.data warehousing scanned blocks - flash", + "dbms": 12, + "summary": "data warehousing scanned blocks - flash" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.data warehousing scanned blocks - disk", + "dbms": 12, + "summary": "data warehousing scanned blocks - disk" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.data warehousing scanned blocks - offload", + "dbms": 12, + "summary": "data warehousing scanned blocks - offload" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.data warehousing evicted objects", + "dbms": 12, + "summary": "data warehousing evicted objects" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.data warehousing evicted objects - cooling", + "dbms": 12, + "summary": "data warehousing evicted objects - cooling" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.data warehousing evicted objects - replace", + "dbms": 12, + "summary": "data warehousing evicted objects - replace" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.data warehousing cooling action", + "dbms": 12, + "summary": "data warehousing cooling action" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.dram clean buffers available and above threshold", + "dbms": 12, + "summary": "dram clean buffers available and above threshold" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.dram clean buffers available and is requested", + "dbms": 12, + "summary": "dram clean buffers available and is requested" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.xmem clean buffers available and used", + "dbms": 12, + "summary": "xmem clean buffers available and used" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.xmem clean buffers not available so switch to main", + "dbms": 12, + "summary": "xmem clean buffers not available so switch to main" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.xmem buffer switch needed but no free dram buffer", + "dbms": 12, + "summary": "xmem buffer switch needed but no free dram buffer" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.xmem: dram enforced but no free buffer", + "dbms": 12, + "summary": "xmem: dram enforced but no free buffer" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.calls to kcmgcs", + "dbms": 12, + "summary": "calls to kcmgcs" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.calls to kcmgrs", + "dbms": 12, + "summary": "calls to kcmgrs" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.calls to kcmgas", + "dbms": 12, + "summary": "calls to kcmgas" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.SCN increments due to another database", + "dbms": 12, + "summary": "SCN increments due to another database" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.calls to get snapshot scn: kcmgss", + "dbms": 12, + "summary": "calls to get snapshot scn: kcmgss" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.redo blocks read for recovery", + "dbms": 12, + "summary": "redo blocks read for recovery" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.redo k-bytes read for recovery", + "dbms": 12, + "summary": "redo k-bytes read for recovery" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.redo k-bytes read for terminal recovery", + "dbms": 12, + "summary": "redo k-bytes read for terminal recovery" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.Streaming Stall Reap", + "dbms": 12, + "summary": "Streaming Stall Reap" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.Streaming No-Stall Reap", + "dbms": 12, + "summary": "Streaming No-Stall Reap" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.redo entries", + "dbms": 12, + "summary": "redo entries" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.redo size", + "dbms": 12, + "summary": "redo size" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.redo entries for lost write detection", + "dbms": 12, + "summary": "redo entries for lost write detection" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.redo size for lost write detection", + "dbms": 12, + "summary": "redo size for lost write detection" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.redo size for direct writes", + "dbms": 12, + "summary": "redo size for direct writes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.redo buffer allocation retries", + "dbms": 12, + "summary": "redo buffer allocation retries" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.redo wastage", + "dbms": 12, + "summary": "redo wastage" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.redo write active strands", + "dbms": 12, + "summary": "redo write active strands" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.redo writes", + "dbms": 12, + "summary": "redo writes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.redo writes (group 0)", + "dbms": 12, + "summary": "redo writes (group 0)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.redo writes (group 1)", + "dbms": 12, + "summary": "redo writes (group 1)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.redo writes (group 2)", + "dbms": 12, + "summary": "redo writes (group 2)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.redo writes (group 3)", + "dbms": 12, + "summary": "redo writes (group 3)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.redo writes (group 4)", + "dbms": 12, + "summary": "redo writes (group 4)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.redo writes (group 5)", + "dbms": 12, + "summary": "redo writes (group 5)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.redo writes (group 6)", + "dbms": 12, + "summary": "redo writes (group 6)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.redo writes (group 7)", + "dbms": 12, + "summary": "redo writes (group 7)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.redo writes adaptive all", + "dbms": 12, + "summary": "redo writes adaptive all" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.redo writes adaptive worker", + "dbms": 12, + "summary": "redo writes adaptive worker" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.redo blocks written", + "dbms": 12, + "summary": "redo blocks written" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.redo blocks written (group 0)", + "dbms": 12, + "summary": "redo blocks written (group 0)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.redo blocks written (group 1)", + "dbms": 12, + "summary": "redo blocks written (group 1)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.redo blocks written (group 2)", + "dbms": 12, + "summary": "redo blocks written (group 2)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.redo blocks written (group 3)", + "dbms": 12, + "summary": "redo blocks written (group 3)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.redo blocks written (group 4)", + "dbms": 12, + "summary": "redo blocks written (group 4)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.redo blocks written (group 5)", + "dbms": 12, + "summary": "redo blocks written (group 5)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.redo blocks written (group 6)", + "dbms": 12, + "summary": "redo blocks written (group 6)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.redo blocks written (group 7)", + "dbms": 12, + "summary": "redo blocks written (group 7)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.redo write size count ( 4KB)", + "dbms": 12, + "summary": "redo write size count ( 4KB)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.redo write size count ( 8KB)", + "dbms": 12, + "summary": "redo write size count ( 8KB)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.redo write size count ( 16KB)", + "dbms": 12, + "summary": "redo write size count ( 16KB)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.redo write size count ( 32KB)", + "dbms": 12, + "summary": "redo write size count ( 32KB)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.redo write size count ( 64KB)", + "dbms": 12, + "summary": "redo write size count ( 64KB)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.redo write size count ( 128KB)", + "dbms": 12, + "summary": "redo write size count ( 128KB)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.redo write size count ( 256KB)", + "dbms": 12, + "summary": "redo write size count ( 256KB)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.redo write size count ( 512KB)", + "dbms": 12, + "summary": "redo write size count ( 512KB)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.redo write size count (1024KB)", + "dbms": 12, + "summary": "redo write size count (1024KB)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.redo write size count (inf)", + "dbms": 12, + "summary": "redo write size count (inf)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.redo write time", + "dbms": 12, + "summary": "redo write time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.redo write time (usec)", + "dbms": 12, + "summary": "redo write time (usec)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.redo write worker delay (usec)", + "dbms": 12, + "summary": "redo write worker delay (usec)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.redo write worker delay count", + "dbms": 12, + "summary": "redo write worker delay count" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.redo blocks checksummed by FG (exclusive)", + "dbms": 12, + "summary": "redo blocks checksummed by FG (exclusive)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.redo blocks checksummed by LGWR", + "dbms": 12, + "summary": "redo blocks checksummed by LGWR" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.redo log space requests", + "dbms": 12, + "summary": "redo log space requests" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.redo log space wait time", + "dbms": 12, + "summary": "redo log space wait time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.redo ordering marks", + "dbms": 12, + "summary": "redo ordering marks" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.redo subscn max counts", + "dbms": 12, + "summary": "redo subscn max counts" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.redo write broadcast ack time", + "dbms": 12, + "summary": "redo write broadcast ack time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.redo write broadcast ack count", + "dbms": 12, + "summary": "redo write broadcast ack count" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.redo write broadcast lgwr post count", + "dbms": 12, + "summary": "redo write broadcast lgwr post count" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.redo synch time", + "dbms": 12, + "summary": "redo synch time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.redo synch time (usec)", + "dbms": 12, + "summary": "redo synch time (usec)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.redo synch time overhead (usec)", + "dbms": 12, + "summary": "redo synch time overhead (usec)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.redo synch time overhead count ( 2ms)", + "dbms": 12, + "summary": "redo synch time overhead count ( 2ms)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.redo synch time overhead count ( 8ms)", + "dbms": 12, + "summary": "redo synch time overhead count ( 8ms)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.redo synch time overhead count ( 32ms)", + "dbms": 12, + "summary": "redo synch time overhead count ( 32ms)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.redo synch time overhead count (128ms)", + "dbms": 12, + "summary": "redo synch time overhead count (128ms)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.redo synch time overhead count (inf)", + "dbms": 12, + "summary": "redo synch time overhead count (inf)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.redo synch writes", + "dbms": 12, + "summary": "redo synch writes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.redo synch long waits", + "dbms": 12, + "summary": "redo synch long waits" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.redo write gather time", + "dbms": 12, + "summary": "redo write gather time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.redo write schedule time", + "dbms": 12, + "summary": "redo write schedule time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.redo write issue time", + "dbms": 12, + "summary": "redo write issue time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.redo write finish time", + "dbms": 12, + "summary": "redo write finish time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.redo write total time", + "dbms": 12, + "summary": "redo write total time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.redo synch poll writes", + "dbms": 12, + "summary": "redo synch poll writes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.redo synch polls", + "dbms": 12, + "summary": "redo synch polls" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.redo write info find", + "dbms": 12, + "summary": "redo write info find" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.redo write info find fail", + "dbms": 12, + "summary": "redo write info find fail" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.file io service time", + "dbms": 12, + "summary": "file io service time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.file io wait time", + "dbms": 12, + "summary": "file io wait time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.gc cr blocks served", + "dbms": 12, + "summary": "gc cr blocks served" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.gc cr block flush time", + "dbms": 12, + "summary": "gc cr block flush time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.gc cr blocks flushed", + "dbms": 12, + "summary": "gc cr blocks flushed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.gc cr block build time", + "dbms": 12, + "summary": "gc cr block build time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.gc cr blocks built", + "dbms": 12, + "summary": "gc cr blocks built" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.gc read time waited", + "dbms": 12, + "summary": "gc read time waited" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.gc read waits", + "dbms": 12, + "summary": "gc read waits" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.gc read wait failures", + "dbms": 12, + "summary": "gc read wait failures" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.gc read wait timeouts", + "dbms": 12, + "summary": "gc read wait timeouts" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.gc current blocks served", + "dbms": 12, + "summary": "gc current blocks served" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.gc current block pin time", + "dbms": 12, + "summary": "gc current block pin time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.gc current blocks pinned", + "dbms": 12, + "summary": "gc current blocks pinned" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.gc current block flush time", + "dbms": 12, + "summary": "gc current block flush time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.gc current blocks flushed", + "dbms": 12, + "summary": "gc current blocks flushed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.gc cr blocks received", + "dbms": 12, + "summary": "gc cr blocks received" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.gc cr block receive time", + "dbms": 12, + "summary": "gc cr block receive time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.gc current blocks received", + "dbms": 12, + "summary": "gc current blocks received" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.gc current block receive time", + "dbms": 12, + "summary": "gc current block receive time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.gc ka grants received", + "dbms": 12, + "summary": "gc ka grants received" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.gc ka grant receive time", + "dbms": 12, + "summary": "gc ka grant receive time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.gc cr multiblock grants received", + "dbms": 12, + "summary": "gc cr multiblock grants received" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.gc cr multiblock grant time", + "dbms": 12, + "summary": "gc cr multiblock grant time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.gc status messages received", + "dbms": 12, + "summary": "gc status messages received" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.gc status messages sent", + "dbms": 12, + "summary": "gc status messages sent" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.gc cluster flash cache reads served", + "dbms": 12, + "summary": "gc cluster flash cache reads served" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.gc cluster flash cache reads received", + "dbms": 12, + "summary": "gc cluster flash cache reads received" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.gc cluster flash cache received read time", + "dbms": 12, + "summary": "gc cluster flash cache received read time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.gc cluster flash cache reads failure", + "dbms": 12, + "summary": "gc cluster flash cache reads failure" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.gc flash cache reads served", + "dbms": 12, + "summary": "gc flash cache reads served" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.gc flash cache served read time", + "dbms": 12, + "summary": "gc flash cache served read time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.gc local grants", + "dbms": 12, + "summary": "gc local grants" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.gc remote grants", + "dbms": 12, + "summary": "gc remote grants" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.gc kbytes sent", + "dbms": 12, + "summary": "gc kbytes sent" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.gc kbytes saved", + "dbms": 12, + "summary": "gc kbytes saved" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.gc blocks compressed", + "dbms": 12, + "summary": "gc blocks compressed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.gc merge pi fg", + "dbms": 12, + "summary": "gc merge pi fg" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.gc merge pi bg", + "dbms": 12, + "summary": "gc merge pi bg" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.gc cleanout saved", + "dbms": 12, + "summary": "gc cleanout saved" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.gc cleanout applied", + "dbms": 12, + "summary": "gc cleanout applied" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.gc cleanout no space", + "dbms": 12, + "summary": "gc cleanout no space" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.gc reader bypass grants", + "dbms": 12, + "summary": "gc reader bypass grants" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.gc reader bypass waits", + "dbms": 12, + "summary": "gc reader bypass waits" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.gc blocks lost", + "dbms": 12, + "summary": "gc blocks lost" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.gc claim blocks lost", + "dbms": 12, + "summary": "gc claim blocks lost" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.gc blocks corrupt", + "dbms": 12, + "summary": "gc blocks corrupt" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.gc send failures", + "dbms": 12, + "summary": "gc send failures" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.undo block recovery disk reads skipped", + "dbms": 12, + "summary": "undo block recovery disk reads skipped" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.gc CPU used by this session", + "dbms": 12, + "summary": "gc CPU used by this session" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.gc force cr read cr", + "dbms": 12, + "summary": "gc force cr read cr" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.gc force cr read current", + "dbms": 12, + "summary": "gc force cr read current" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.gc current blocks received with BPS", + "dbms": 12, + "summary": "gc current blocks received with BPS" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.gc current blocks served with BPS", + "dbms": 12, + "summary": "gc current blocks served with BPS" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.gc cr blocks received with BPS", + "dbms": 12, + "summary": "gc cr blocks received with BPS" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.gc cr blocks served with BPS", + "dbms": 12, + "summary": "gc cr blocks served with BPS" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.gc BPS array full", + "dbms": 12, + "summary": "gc BPS array full" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.gc cr bypass requests", + "dbms": 12, + "summary": "gc cr bypass requests" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.gc cr anti locks created", + "dbms": 12, + "summary": "gc cr anti locks created" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.gc cr anti locks expanded", + "dbms": 12, + "summary": "gc cr anti locks expanded" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.gc cr anti locks shrunk", + "dbms": 12, + "summary": "gc cr anti locks shrunk" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.gc index split wait timeouts", + "dbms": 12, + "summary": "gc index split wait timeouts" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.gc index split too many slots", + "dbms": 12, + "summary": "gc index split too many slots" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.gc index split too many segments", + "dbms": 12, + "summary": "gc index split too many segments" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.gc index split slot collisions", + "dbms": 12, + "summary": "gc index split slot collisions" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.gc IM grants", + "dbms": 12, + "summary": "gc IM grants" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.gc IM blocks invalidated", + "dbms": 12, + "summary": "gc IM blocks invalidated" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.gc IM expands", + "dbms": 12, + "summary": "gc IM expands" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.gc IM shrinks", + "dbms": 12, + "summary": "gc IM shrinks" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.gc flashback wait", + "dbms": 12, + "summary": "gc flashback wait" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.total number of slots", + "dbms": 12, + "summary": "total number of slots" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.Effective IO time", + "dbms": 12, + "summary": "Effective IO time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.Number of read IOs issued", + "dbms": 12, + "summary": "Number of read IOs issued" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.background checkpoints started", + "dbms": 12, + "summary": "background checkpoints started" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.background checkpoints completed", + "dbms": 12, + "summary": "background checkpoints completed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.BA files created count", + "dbms": 12, + "summary": "BA files created count" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.BA files deleted count", + "dbms": 12, + "summary": "BA files deleted count" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.BA file bytes allocated", + "dbms": 12, + "summary": "BA file bytes allocated" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.BA au bytes allocated", + "dbms": 12, + "summary": "BA au bytes allocated" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.BA file bytes deleted", + "dbms": 12, + "summary": "BA file bytes deleted" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.BA non-flash bytes requested", + "dbms": 12, + "summary": "BA non-flash bytes requested" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.BA flash bytes requested", + "dbms": 12, + "summary": "BA flash bytes requested" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.BA bytes for file maps", + "dbms": 12, + "summary": "BA bytes for file maps" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.BA bytes read from flash", + "dbms": 12, + "summary": "BA bytes read from flash" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.BA bytes read from disk", + "dbms": 12, + "summary": "BA bytes read from disk" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.BA count when 10% of buckets in pb", + "dbms": 12, + "summary": "BA count when 10% of buckets in pb" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.BA count when 25% of buckets in pb", + "dbms": 12, + "summary": "BA count when 25% of buckets in pb" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.BA count when 50% of buckets in pb", + "dbms": 12, + "summary": "BA count when 50% of buckets in pb" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.BA count when 75% of buckets in pb", + "dbms": 12, + "summary": "BA count when 75% of buckets in pb" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.BA count when 90% of buckets in pb", + "dbms": 12, + "summary": "BA count when 90% of buckets in pb" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.BA count - borrowed from other node", + "dbms": 12, + "summary": "BA count - borrowed from other node" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.BA count - searched in pb", + "dbms": 12, + "summary": "BA count - searched in pb" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.BA count - total allocation requests", + "dbms": 12, + "summary": "BA count - total allocation requests" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.BA count - unable to short circuit in idn", + "dbms": 12, + "summary": "BA count - unable to short circuit in idn" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.BA count - short circuit in idn", + "dbms": 12, + "summary": "BA count - short circuit in idn" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.BA count - cache miss", + "dbms": 12, + "summary": "BA count - cache miss" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.BA count - cache denied", + "dbms": 12, + "summary": "BA count - cache denied" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.BA spare statistic 1", + "dbms": 12, + "summary": "BA spare statistic 1" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.BA spare statistic 2", + "dbms": 12, + "summary": "BA spare statistic 2" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.BA spare statistic 3", + "dbms": 12, + "summary": "BA spare statistic 3" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.BA spare statistic 4", + "dbms": 12, + "summary": "BA spare statistic 4" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.BA spare statistic 5", + "dbms": 12, + "summary": "BA spare statistic 5" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.BA spare statistic 6", + "dbms": 12, + "summary": "BA spare statistic 6" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.BA spare statistic 7", + "dbms": 12, + "summary": "BA spare statistic 7" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.BA spare statistic 8", + "dbms": 12, + "summary": "BA spare statistic 8" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.BA spare statistic 9", + "dbms": 12, + "summary": "BA spare statistic 9" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.BA spare statistic 10", + "dbms": 12, + "summary": "BA spare statistic 10" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.BA spare statistic 11", + "dbms": 12, + "summary": "BA spare statistic 11" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.BA spare statistic 12", + "dbms": 12, + "summary": "BA spare statistic 12" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.ADG parselock X get attempts", + "dbms": 12, + "summary": "ADG parselock X get attempts" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.ADG parselock X get successes", + "dbms": 12, + "summary": "ADG parselock X get successes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.ADG global flush", + "dbms": 12, + "summary": "ADG global flush" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.ADG segment statistics defer invalidation", + "dbms": 12, + "summary": "ADG segment statistics defer invalidation" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.ADG influx scn advance", + "dbms": 12, + "summary": "ADG influx scn advance" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.ADG query scn advance", + "dbms": 12, + "summary": "ADG query scn advance" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.read-only violation count", + "dbms": 12, + "summary": "read-only violation count" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.flashback log writes", + "dbms": 12, + "summary": "flashback log writes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.flashback log write bytes", + "dbms": 12, + "summary": "flashback log write bytes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.redo KB read", + "dbms": 12, + "summary": "redo KB read" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.redo KB read (memory)", + "dbms": 12, + "summary": "redo KB read (memory)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.redo KB read for transport", + "dbms": 12, + "summary": "redo KB read for transport" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.redo KB read (memory) for transport", + "dbms": 12, + "summary": "redo KB read (memory) for transport" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.redo non-durable records skipped", + "dbms": 12, + "summary": "redo non-durable records skipped" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cell physical IO bytes saved during optimized file creation", + "dbms": 12, + "summary": "cell physical IO bytes saved during optimized file creation" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cell physical IO bytes saved during optimized RMAN file restore", + "dbms": 12, + "summary": "cell physical IO bytes saved during optimized RMAN file restore" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cell physical IO bytes eligible for predicate offload", + "dbms": 12, + "summary": "cell physical IO bytes eligible for predicate offload" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cell physical IO bytes eligible for smart IOs", + "dbms": 12, + "summary": "cell physical IO bytes eligible for smart IOs" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cell physical IO bytes saved by columnar cache", + "dbms": 12, + "summary": "cell physical IO bytes saved by columnar cache" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cell physical IO bytes saved by storage index", + "dbms": 12, + "summary": "cell physical IO bytes saved by storage index" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cell physical IO bytes sent directly to DB node to balance CPU", + "dbms": 12, + "summary": "cell physical IO bytes sent directly to DB node to balance CPU" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cell num bytes in passthru due to quarantine", + "dbms": 12, + "summary": "cell num bytes in passthru due to quarantine" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cell smart IO session cache lookups", + "dbms": 12, + "summary": "cell smart IO session cache lookups" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cell smart IO session cache hits", + "dbms": 12, + "summary": "cell smart IO session cache hits" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cell smart IO session cache soft misses", + "dbms": 12, + "summary": "cell smart IO session cache soft misses" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cell smart IO session cache hard misses", + "dbms": 12, + "summary": "cell smart IO session cache hard misses" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cell smart IO session cache hwm", + "dbms": 12, + "summary": "cell smart IO session cache hwm" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cell num smart IO sessions in rdbms block IO due to user", + "dbms": 12, + "summary": "cell num smart IO sessions in rdbms block IO due to user" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cell num smart IO sessions in rdbms block IO due to open fail", + "dbms": 12, + "summary": "cell num smart IO sessions in rdbms block IO due to open fail" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cell num smart IO sessions in rdbms block IO due to no cell mem", + "dbms": 12, + "summary": "cell num smart IO sessions in rdbms block IO due to no cell mem" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cell num smart IO sessions in rdbms block IO due to big payload", + "dbms": 12, + "summary": "cell num smart IO sessions in rdbms block IO due to big payload" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cell num smart IO sessions using passthru mode due to user", + "dbms": 12, + "summary": "cell num smart IO sessions using passthru mode due to user" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cell num smart IO sessions using passthru mode due to cellsrv", + "dbms": 12, + "summary": "cell num smart IO sessions using passthru mode due to cellsrv" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cell num smart IO sessions using passthru mode due to timezone", + "dbms": 12, + "summary": "cell num smart IO sessions using passthru mode due to timezone" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cell num smart file creation sessions using rdbms block IO mode", + "dbms": 12, + "summary": "cell num smart file creation sessions using rdbms block IO mode" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cell num block IOs due to a file instant restore in progress", + "dbms": 12, + "summary": "cell num block IOs due to a file instant restore in progress" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cell physical IO interconnect bytes returned by smart scan", + "dbms": 12, + "summary": "cell physical IO interconnect bytes returned by smart scan" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cell num bytes in passthru during predicate offload", + "dbms": 12, + "summary": "cell num bytes in passthru during predicate offload" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cell num bytes in block IO during predicate offload", + "dbms": 12, + "summary": "cell num bytes in block IO during predicate offload" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cell num fast response sessions", + "dbms": 12, + "summary": "cell num fast response sessions" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cell num fast response sessions continuing to smart scan", + "dbms": 12, + "summary": "cell num fast response sessions continuing to smart scan" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cell num smartio automem buffer allocation attempts", + "dbms": 12, + "summary": "cell num smartio automem buffer allocation attempts" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cell num smartio automem buffer allocation failures", + "dbms": 12, + "summary": "cell num smartio automem buffer allocation failures" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cell num smartio transient cell failures", + "dbms": 12, + "summary": "cell num smartio transient cell failures" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cell num smartio permanent cell failures", + "dbms": 12, + "summary": "cell num smartio permanent cell failures" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cell num bytes of IO reissued due to relocation", + "dbms": 12, + "summary": "cell num bytes of IO reissued due to relocation" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cell physical write bytes saved by smart file initialization", + "dbms": 12, + "summary": "cell physical write bytes saved by smart file initialization" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cell XT granules requested for predicate offload", + "dbms": 12, + "summary": "cell XT granules requested for predicate offload" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cell XT granule bytes requested for predicate offload", + "dbms": 12, + "summary": "cell XT granule bytes requested for predicate offload" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cell interconnect bytes returned by XT smart scan", + "dbms": 12, + "summary": "cell interconnect bytes returned by XT smart scan" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cell XT granule predicate offload retries", + "dbms": 12, + "summary": "cell XT granule predicate offload retries" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cell XT granule IO bytes saved by storage index", + "dbms": 12, + "summary": "cell XT granule IO bytes saved by storage index" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cell num map elem cancellation", + "dbms": 12, + "summary": "cell num map elem cancellation" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cell statistics spare1", + "dbms": 12, + "summary": "cell statistics spare1" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cell statistics spare2", + "dbms": 12, + "summary": "cell statistics spare2" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cell statistics spare3", + "dbms": 12, + "summary": "cell statistics spare3" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cell statistics spare4", + "dbms": 12, + "summary": "cell statistics spare4" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cell statistics spare5", + "dbms": 12, + "summary": "cell statistics spare5" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cell statistics spare6", + "dbms": 12, + "summary": "cell statistics spare6" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.Batched IO vector read count", + "dbms": 12, + "summary": "Batched IO vector read count" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.Batched IO vector block count", + "dbms": 12, + "summary": "Batched IO vector block count" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.Batched IO single block count", + "dbms": 12, + "summary": "Batched IO single block count" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.Batched IO zero block count", + "dbms": 12, + "summary": "Batched IO zero block count" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.Batched IO block miss count", + "dbms": 12, + "summary": "Batched IO block miss count" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.Batched IO double miss count", + "dbms": 12, + "summary": "Batched IO double miss count" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.Batched IO (full) vector count", + "dbms": 12, + "summary": "Batched IO (full) vector count" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.Batched IO (space) vector count", + "dbms": 12, + "summary": "Batched IO (space) vector count" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.Batched IO (bound) vector count", + "dbms": 12, + "summary": "Batched IO (bound) vector count" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.Batched IO same unit count", + "dbms": 12, + "summary": "Batched IO same unit count" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.Batched IO buffer defrag count", + "dbms": 12, + "summary": "Batched IO buffer defrag count" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.Batched IO slow jump count", + "dbms": 12, + "summary": "Batched IO slow jump count" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.shared io pool buffer get success", + "dbms": 12, + "summary": "shared io pool buffer get success" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.shared io pool buffer get failure", + "dbms": 12, + "summary": "shared io pool buffer get failure" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.physical reads for data transfer", + "dbms": 12, + "summary": "physical reads for data transfer" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.recovery marker", + "dbms": 12, + "summary": "recovery marker" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.recovery cvmap unavailable", + "dbms": 12, + "summary": "recovery cvmap unavailable" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.recovery recieve buffer unavailable", + "dbms": 12, + "summary": "recovery recieve buffer unavailable" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.recovery local buffer unavailable", + "dbms": 12, + "summary": "recovery local buffer unavailable" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.recovery local buffer freed", + "dbms": 12, + "summary": "recovery local buffer freed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.recovery remote buffer received", + "dbms": 12, + "summary": "recovery remote buffer received" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.recovery remote buffer sent", + "dbms": 12, + "summary": "recovery remote buffer sent" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.recovery logmerger catchup", + "dbms": 12, + "summary": "recovery logmerger catchup" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.temp space allocated (bytes)", + "dbms": 12, + "summary": "temp space allocated (bytes)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.serializable aborts", + "dbms": 12, + "summary": "serializable aborts" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.transaction lock foreground requests", + "dbms": 12, + "summary": "transaction lock foreground requests" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.transaction lock foreground wait time", + "dbms": 12, + "summary": "transaction lock foreground wait time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.transaction lock background gets", + "dbms": 12, + "summary": "transaction lock background gets" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.transaction lock background get time", + "dbms": 12, + "summary": "transaction lock background get time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.undo change vector size", + "dbms": 12, + "summary": "undo change vector size" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.txn cache local read hits", + "dbms": 12, + "summary": "txn cache local read hits" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.txn cache local read misses", + "dbms": 12, + "summary": "txn cache local read misses" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.txn cache local loscn read misses", + "dbms": 12, + "summary": "txn cache local loscn read misses" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.txn cache remote loscn read misses", + "dbms": 12, + "summary": "txn cache remote loscn read misses" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.txn cache local writes", + "dbms": 12, + "summary": "txn cache local writes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.txn cache local usn hash write misses", + "dbms": 12, + "summary": "txn cache local usn hash write misses" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.txn cache local usn hash read misses", + "dbms": 12, + "summary": "txn cache local usn hash read misses" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.txn cache remote usn hash read misses", + "dbms": 12, + "summary": "txn cache remote usn hash read misses" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.txn cache remote read hits", + "dbms": 12, + "summary": "txn cache remote read hits" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.txn cache remote read misses", + "dbms": 12, + "summary": "txn cache remote read misses" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.txn cache remote writes", + "dbms": 12, + "summary": "txn cache remote writes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.txn cache remote active read misses", + "dbms": 12, + "summary": "txn cache remote active read misses" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.txn cache local ac read misses", + "dbms": 12, + "summary": "txn cache local ac read misses" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.txn cache redo sync reads", + "dbms": 12, + "summary": "txn cache redo sync reads" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.txn cache remote copy hits", + "dbms": 12, + "summary": "txn cache remote copy hits" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.txn cache remote copy misses", + "dbms": 12, + "summary": "txn cache remote copy misses" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.txn cache remote ts/inst mismatch", + "dbms": 12, + "summary": "txn cache remote ts/inst mismatch" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.txn cache remote proc misses", + "dbms": 12, + "summary": "txn cache remote proc misses" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.txn cache local proc misses", + "dbms": 12, + "summary": "txn cache local proc misses" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.txn cache upper bound misses", + "dbms": 12, + "summary": "txn cache upper bound misses" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.txn cache local preset misses", + "dbms": 12, + "summary": "txn cache local preset misses" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.txn cache local slot misses", + "dbms": 12, + "summary": "txn cache local slot misses" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.txn cache remote slot misses", + "dbms": 12, + "summary": "txn cache remote slot misses" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.txn cache local seq num misses", + "dbms": 12, + "summary": "txn cache local seq num misses" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.txn cache remote seq num misses", + "dbms": 12, + "summary": "txn cache remote seq num misses" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.txn cache local empty slot misses", + "dbms": 12, + "summary": "txn cache local empty slot misses" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.txn cache remote empty slot misses", + "dbms": 12, + "summary": "txn cache remote empty slot misses" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.txn cache local sync commit scn misses", + "dbms": 12, + "summary": "txn cache local sync commit scn misses" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.txn cache remote sync commit scn misses", + "dbms": 12, + "summary": "txn cache remote sync commit scn misses" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.txn cache remote read msg sent", + "dbms": 12, + "summary": "txn cache remote read msg sent" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.txn cache remote fetch double pass", + "dbms": 12, + "summary": "txn cache remote fetch double pass" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.txn cache remote prefetch count", + "dbms": 12, + "summary": "txn cache remote prefetch count" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.txn cache lookup usn exceeds max", + "dbms": 12, + "summary": "txn cache lookup usn exceeds max" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.txn cache lookup slot exceeds max", + "dbms": 12, + "summary": "txn cache lookup slot exceeds max" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.txn cache lookup fail read even version", + "dbms": 12, + "summary": "txn cache lookup fail read even version" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.txn cache lookup conflicting write exact", + "dbms": 12, + "summary": "txn cache lookup conflicting write exact" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.txn cache lookup conflicting write uppper", + "dbms": 12, + "summary": "txn cache lookup conflicting write uppper" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.txn cache init usn slot mismatch", + "dbms": 12, + "summary": "txn cache init usn slot mismatch" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.txn cache init usn exceeds max", + "dbms": 12, + "summary": "txn cache init usn exceeds max" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.txn cache write usn exceeds max", + "dbms": 12, + "summary": "txn cache write usn exceeds max" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.txn cache write slot mismatch", + "dbms": 12, + "summary": "txn cache write slot mismatch" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.transaction tables consistent reads - undo records applied", + "dbms": 12, + "summary": "transaction tables consistent reads - undo records applied" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.transaction tables consistent read rollbacks", + "dbms": 12, + "summary": "transaction tables consistent read rollbacks" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.data blocks consistent reads - undo records applied", + "dbms": 12, + "summary": "data blocks consistent reads - undo records applied" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.no work - consistent read gets", + "dbms": 12, + "summary": "no work - consistent read gets" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cleanouts only - consistent read gets", + "dbms": 12, + "summary": "cleanouts only - consistent read gets" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.rollbacks only - consistent read gets", + "dbms": 12, + "summary": "rollbacks only - consistent read gets" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cleanouts and rollbacks - consistent read gets", + "dbms": 12, + "summary": "cleanouts and rollbacks - consistent read gets" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.RowCR attempts", + "dbms": 12, + "summary": "RowCR attempts" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.RowCR hits", + "dbms": 12, + "summary": "RowCR hits" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.RowCR - row contention", + "dbms": 12, + "summary": "RowCR - row contention" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.RowCR - resume", + "dbms": 12, + "summary": "RowCR - resume" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.rollback changes - undo records applied", + "dbms": 12, + "summary": "rollback changes - undo records applied" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.transaction rollbacks", + "dbms": 12, + "summary": "transaction rollbacks" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.immediate (CURRENT) block cleanout applications", + "dbms": 12, + "summary": "immediate (CURRENT) block cleanout applications" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.immediate (CR) block cleanout applications", + "dbms": 12, + "summary": "immediate (CR) block cleanout applications" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.deferred (CURRENT) block cleanout applications", + "dbms": 12, + "summary": "deferred (CURRENT) block cleanout applications" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.commit txn count during cleanout", + "dbms": 12, + "summary": "commit txn count during cleanout" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.active txn count during cleanout", + "dbms": 12, + "summary": "active txn count during cleanout" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cleanout - number of ktugct calls", + "dbms": 12, + "summary": "cleanout - number of ktugct calls" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.immediate CR cleanouts (index blocks)", + "dbms": 12, + "summary": "immediate CR cleanouts (index blocks)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.deferred CUR cleanouts (index blocks)", + "dbms": 12, + "summary": "deferred CUR cleanouts (index blocks)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.Commit SCN cached", + "dbms": 12, + "summary": "Commit SCN cached" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.Cached Commit SCN referenced", + "dbms": 12, + "summary": "Cached Commit SCN referenced" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.Block Cleanout Optim referenced", + "dbms": 12, + "summary": "Block Cleanout Optim referenced" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.blocks cleaned out using minact", + "dbms": 12, + "summary": "blocks cleaned out using minact" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.min active SCN optimization applied on CR", + "dbms": 12, + "summary": "min active SCN optimization applied on CR" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.auto extends on undo tablespace", + "dbms": 12, + "summary": "auto extends on undo tablespace" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.drop segment calls in space pressure", + "dbms": 12, + "summary": "drop segment calls in space pressure" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.total number of undo segments dropped", + "dbms": 12, + "summary": "total number of undo segments dropped" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.doubling up with imu segment", + "dbms": 12, + "summary": "doubling up with imu segment" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.tune down retentions in space pressure", + "dbms": 12, + "summary": "tune down retentions in space pressure" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.steps of tune down ret. in space pressure", + "dbms": 12, + "summary": "steps of tune down ret. in space pressure" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.space was found by tune down", + "dbms": 12, + "summary": "space was found by tune down" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.space was not found by tune down", + "dbms": 12, + "summary": "space was not found by tune down" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.commit batch/immediate requested", + "dbms": 12, + "summary": "commit batch/immediate requested" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.commit batch requested", + "dbms": 12, + "summary": "commit batch requested" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.commit immediate requested", + "dbms": 12, + "summary": "commit immediate requested" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.commit batch/immediate performed", + "dbms": 12, + "summary": "commit batch/immediate performed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.commit batch performed", + "dbms": 12, + "summary": "commit batch performed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.commit immediate performed", + "dbms": 12, + "summary": "commit immediate performed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.commit wait/nowait requested", + "dbms": 12, + "summary": "commit wait/nowait requested" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.commit nowait requested", + "dbms": 12, + "summary": "commit nowait requested" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.commit wait requested", + "dbms": 12, + "summary": "commit wait requested" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.commit wait/nowait performed", + "dbms": 12, + "summary": "commit wait/nowait performed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.commit nowait performed", + "dbms": 12, + "summary": "commit nowait performed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.commit wait performed", + "dbms": 12, + "summary": "commit wait performed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.global undo segment hints helped", + "dbms": 12, + "summary": "global undo segment hints helped" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.global undo segment hints were stale", + "dbms": 12, + "summary": "global undo segment hints were stale" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.local undo segment hints helped", + "dbms": 12, + "summary": "local undo segment hints helped" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.local undo segment hints were stale", + "dbms": 12, + "summary": "local undo segment hints were stale" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.undo segment header was pinned", + "dbms": 12, + "summary": "undo segment header was pinned" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IMU commits", + "dbms": 12, + "summary": "IMU commits" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IMU Flushes", + "dbms": 12, + "summary": "IMU Flushes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IMU contention", + "dbms": 12, + "summary": "IMU contention" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IMU recursive-transaction flush", + "dbms": 12, + "summary": "IMU recursive-transaction flush" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IMU undo retention flush", + "dbms": 12, + "summary": "IMU undo retention flush" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IMU ktichg flush", + "dbms": 12, + "summary": "IMU ktichg flush" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IMU bind flushes", + "dbms": 12, + "summary": "IMU bind flushes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IMU mbu flush", + "dbms": 12, + "summary": "IMU mbu flush" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IMU pool not allocated", + "dbms": 12, + "summary": "IMU pool not allocated" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IMU CR rollbacks", + "dbms": 12, + "summary": "IMU CR rollbacks" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IMU undo allocation size", + "dbms": 12, + "summary": "IMU undo allocation size" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IMU Redo allocation size", + "dbms": 12, + "summary": "IMU Redo allocation size" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IMU- failed to get a private strand", + "dbms": 12, + "summary": "IMU- failed to get a private strand" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.Misses for writing mapping", + "dbms": 12, + "summary": "Misses for writing mapping" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.tracked transactions", + "dbms": 12, + "summary": "tracked transactions" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.foreground propagated tracked transactions", + "dbms": 12, + "summary": "foreground propagated tracked transactions" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.slave propagated tracked transactions", + "dbms": 12, + "summary": "slave propagated tracked transactions" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.large tracked transactions", + "dbms": 12, + "summary": "large tracked transactions" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.very large tracked transactions", + "dbms": 12, + "summary": "very large tracked transactions" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.fbda woken up", + "dbms": 12, + "summary": "fbda woken up" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.tracked rows", + "dbms": 12, + "summary": "tracked rows" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.CLI Flush", + "dbms": 12, + "summary": "CLI Flush" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.CLI BG attempt Flush", + "dbms": 12, + "summary": "CLI BG attempt Flush" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.CLI Client Flush", + "dbms": 12, + "summary": "CLI Client Flush" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.CLI Imm Wrt", + "dbms": 12, + "summary": "CLI Imm Wrt" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.CLI Buf Wrt", + "dbms": 12, + "summary": "CLI Buf Wrt" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.CLI Thru Wrt", + "dbms": 12, + "summary": "CLI Thru Wrt" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.CLI Prvtz Lob", + "dbms": 12, + "summary": "CLI Prvtz Lob" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.CLI SGA Alloc", + "dbms": 12, + "summary": "CLI SGA Alloc" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.CLI BG ENQ", + "dbms": 12, + "summary": "CLI BG ENQ" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.CLI BG Fls done", + "dbms": 12, + "summary": "CLI BG Fls done" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.CLI Flstask create", + "dbms": 12, + "summary": "CLI Flstask create" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.CLI bytes fls to table", + "dbms": 12, + "summary": "CLI bytes fls to table" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.CLI bytes fls to ext", + "dbms": 12, + "summary": "CLI bytes fls to ext" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.Heatmap SegLevel - Write", + "dbms": 12, + "summary": "Heatmap SegLevel - Write" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.Heatmap SegLevel - Full Table Scan", + "dbms": 12, + "summary": "Heatmap SegLevel - Full Table Scan" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.Heatmap SegLevel - IndexLookup", + "dbms": 12, + "summary": "Heatmap SegLevel - IndexLookup" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.Heatmap SegLevel - TableLookup", + "dbms": 12, + "summary": "Heatmap SegLevel - TableLookup" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.Heatmap SegLevel - Flush", + "dbms": 12, + "summary": "Heatmap SegLevel - Flush" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.Heatmap SegLevel - Segments flushed", + "dbms": 12, + "summary": "Heatmap SegLevel - Segments flushed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM populate blocks invalid", + "dbms": 12, + "summary": "IM populate blocks invalid" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM populate transactions check", + "dbms": 12, + "summary": "IM populate transactions check" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM populate undo segheader rollback", + "dbms": 12, + "summary": "IM populate undo segheader rollback" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM populate undo records applied", + "dbms": 12, + "summary": "IM populate undo records applied" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM populate transactions active", + "dbms": 12, + "summary": "IM populate transactions active" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM populate checkpoint time (ms)", + "dbms": 12, + "summary": "IM populate checkpoint time (ms)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM populate direct read time (ms)", + "dbms": 12, + "summary": "IM populate direct read time (ms)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM populate cache read time (ms)", + "dbms": 12, + "summary": "IM populate cache read time (ms)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate blocks invalid", + "dbms": 12, + "summary": "IM repopulate blocks invalid" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate transactions check", + "dbms": 12, + "summary": "IM repopulate transactions check" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate undo segheader rollback", + "dbms": 12, + "summary": "IM repopulate undo segheader rollback" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate undo records applied", + "dbms": 12, + "summary": "IM repopulate undo records applied" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate transactions active", + "dbms": 12, + "summary": "IM repopulate transactions active" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate transactions copied", + "dbms": 12, + "summary": "IM repopulate transactions copied" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate previous SMU invalid", + "dbms": 12, + "summary": "IM repopulate previous SMU invalid" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate checkpoints", + "dbms": 12, + "summary": "IM repopulate checkpoints" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate optimized", + "dbms": 12, + "summary": "IM repopulate optimized" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate old SMU nil", + "dbms": 12, + "summary": "IM repopulate old SMU nil" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate invalid rows", + "dbms": 12, + "summary": "IM repopulate invalid rows" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate invalid blks", + "dbms": 12, + "summary": "IM repopulate invalid blks" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate blocks now valid", + "dbms": 12, + "summary": "IM repopulate blocks now valid" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate optimized RAC/downgrade", + "dbms": 12, + "summary": "IM repopulate optimized RAC/downgrade" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate invalidation transfer time", + "dbms": 12, + "summary": "IM repopulate invalidation transfer time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan CUs rollback", + "dbms": 12, + "summary": "IM scan CUs rollback" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan CUs no rollback", + "dbms": 12, + "summary": "IM scan CUs no rollback" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan CUs undo records applied", + "dbms": 12, + "summary": "IM scan CUs undo records applied" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan CUs cleanout", + "dbms": 12, + "summary": "IM scan CUs cleanout" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan CUs no cleanout", + "dbms": 12, + "summary": "IM scan CUs no cleanout" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan journal cleanout", + "dbms": 12, + "summary": "IM scan journal cleanout" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan journal no cleanout", + "dbms": 12, + "summary": "IM scan journal no cleanout" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan journal", + "dbms": 12, + "summary": "IM scan journal" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan rows journal total", + "dbms": 12, + "summary": "IM scan rows journal total" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan found invalid CU", + "dbms": 12, + "summary": "IM scan found invalid CU" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate smu colmap used", + "dbms": 12, + "summary": "IM repopulate smu colmap used" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan smu colmap hit", + "dbms": 12, + "summary": "IM scan smu colmap hit" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan smu colmap miss due to inserts", + "dbms": 12, + "summary": "IM scan smu colmap miss due to inserts" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan smu colmap miss due to deletes", + "dbms": 12, + "summary": "IM scan smu colmap miss due to deletes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan smu colmap miss due to invalid blocks", + "dbms": 12, + "summary": "IM scan smu colmap miss due to invalid blocks" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan smu colmap miss due to update", + "dbms": 12, + "summary": "IM scan smu colmap miss due to update" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan smu colmap miss due to untracked changes", + "dbms": 12, + "summary": "IM scan smu colmap miss due to untracked changes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan CUs low query scn", + "dbms": 12, + "summary": "IM scan CUs low query scn" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan CUs notfound dbclose", + "dbms": 12, + "summary": "IM scan CUs notfound dbclose" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan CUs notfound lob", + "dbms": 12, + "summary": "IM scan CUs notfound lob" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan CUs notfound", + "dbms": 12, + "summary": "IM scan CUs notfound" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan CUs invisible smu", + "dbms": 12, + "summary": "IM scan CUs invisible smu" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan CUs ref-invis smu", + "dbms": 12, + "summary": "IM scan CUs ref-invis smu" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan CUs drop-invis smu", + "dbms": 12, + "summary": "IM scan CUs drop-invis smu" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan CUs previous", + "dbms": 12, + "summary": "IM scan CUs previous" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan CUs lowscn no previous", + "dbms": 12, + "summary": "IM scan CUs lowscn no previous" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan CUs wait notvis", + "dbms": 12, + "summary": "IM scan CUs wait notvis" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan CUs wait notvis (doublebuffer)", + "dbms": 12, + "summary": "IM scan CUs wait notvis (doublebuffer)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan CUs previous current", + "dbms": 12, + "summary": "IM scan CUs previous current" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan CUs current", + "dbms": 12, + "summary": "IM scan CUs current" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan CUs maxretry done", + "dbms": 12, + "summary": "IM scan CUs maxretry done" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan CUs no imcu", + "dbms": 12, + "summary": "IM scan CUs no imcu" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM transactions", + "dbms": 12, + "summary": "IM transactions" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM transactions rows journaled", + "dbms": 12, + "summary": "IM transactions rows journaled" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM transactions rows invalidated", + "dbms": 12, + "summary": "IM transactions rows invalidated" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM transactions downgrade", + "dbms": 12, + "summary": "IM transactions downgrade" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM transactions blocks invalidated", + "dbms": 12, + "summary": "IM transactions blocks invalidated" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM transactions CU cleanout", + "dbms": 12, + "summary": "IM transactions CU cleanout" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM transactions journal cleanout", + "dbms": 12, + "summary": "IM transactions journal cleanout" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM transactions found invalid CU", + "dbms": 12, + "summary": "IM transactions found invalid CU" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM transactions self-cleanout no active", + "dbms": 12, + "summary": "IM transactions self-cleanout no active" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM populate no checkpoint", + "dbms": 12, + "summary": "IM populate no checkpoint" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM transactions full cleanout", + "dbms": 12, + "summary": "IM transactions full cleanout" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM transaction rows array-journal calls", + "dbms": 12, + "summary": "IM transaction rows array-journal calls" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM transaction rows array-journaled", + "dbms": 12, + "summary": "IM transaction rows array-journaled" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM transaction wait ref-smu", + "dbms": 12, + "summary": "IM transaction wait ref-smu" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM transactions CUs invalid", + "dbms": 12, + "summary": "IM transactions CUs invalid" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM rac blocks invalid", + "dbms": 12, + "summary": "IM rac blocks invalid" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM rac CUs invalid", + "dbms": 12, + "summary": "IM rac CUs invalid" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM populate via direct reads", + "dbms": 12, + "summary": "IM populate via direct reads" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate via direct reads", + "dbms": 12, + "summary": "IM repopulate via direct reads" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM ADG registration failure (quiesce)", + "dbms": 12, + "summary": "IM ADG registration failure (quiesce)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM ADG registration attempts", + "dbms": 12, + "summary": "IM ADG registration attempts" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan CUs CR cache hit", + "dbms": 12, + "summary": "IM scan CUs CR cache hit" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan CUs CR cache miss", + "dbms": 12, + "summary": "IM scan CUs CR cache miss" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan CUs CR Incremental", + "dbms": 12, + "summary": "IM scan CUs CR Incremental" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan CUs CR skipped large rowids", + "dbms": 12, + "summary": "IM scan CUs CR skipped large rowids" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan CUs readlist creation accumulated time", + "dbms": 12, + "summary": "IM scan CUs readlist creation accumulated time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan CUs readlist creation accumulated time (CR)", + "dbms": 12, + "summary": "IM scan CUs readlist creation accumulated time (CR)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan CUs readlist creation number", + "dbms": 12, + "summary": "IM scan CUs readlist creation number" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan CUs readlist creation number (CR)", + "dbms": 12, + "summary": "IM scan CUs readlist creation number (CR)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan uncommitted PJ granule", + "dbms": 12, + "summary": "IM scan uncommitted PJ granule" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate (ADG) transactions copied", + "dbms": 12, + "summary": "IM repopulate (ADG) transactions copied" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM transactions block change blocks already invalid", + "dbms": 12, + "summary": "IM transactions block change blocks already invalid" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM txn zzzz spare1", + "dbms": 12, + "summary": "IM txn zzzz spare1" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM txn zzzz spare2", + "dbms": 12, + "summary": "IM txn zzzz spare2" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM txn zzzz spare3", + "dbms": 12, + "summary": "IM txn zzzz spare3" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM txn zzzz spare4", + "dbms": 12, + "summary": "IM txn zzzz spare4" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM txn zzzz spare5", + "dbms": 12, + "summary": "IM txn zzzz spare5" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM ADG corrupt undo blocks seen", + "dbms": 12, + "summary": "IM ADG corrupt undo blocks seen" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM ADG inv pdb due to corrupt undo", + "dbms": 12, + "summary": "IM ADG inv pdb due to corrupt undo" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM ADG inv all due to corrupt undo", + "dbms": 12, + "summary": "IM ADG inv all due to corrupt undo" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM ADG blocks in flush", + "dbms": 12, + "summary": "IM ADG blocks in flush" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM ADG redo records seen", + "dbms": 12, + "summary": "IM ADG redo records seen" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM ADG non-IMC transactions", + "dbms": 12, + "summary": "IM ADG non-IMC transactions" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM ADG number of query scn moves", + "dbms": 12, + "summary": "IM ADG number of query scn moves" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM ADG time for query scn moves (ms)", + "dbms": 12, + "summary": "IM ADG time for query scn moves (ms)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM ADG transactions flushed", + "dbms": 12, + "summary": "IM ADG transactions flushed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM ADG transactions compiled for flush", + "dbms": 12, + "summary": "IM ADG transactions compiled for flush" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM ADG nothing to flush", + "dbms": 12, + "summary": "IM ADG nothing to flush" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM ADG invalidated pdb partial transaction", + "dbms": 12, + "summary": "IM ADG invalidated pdb partial transaction" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM ADG invalidated pdb DDL", + "dbms": 12, + "summary": "IM ADG invalidated pdb DDL" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM ADG invalidated object DDL", + "dbms": 12, + "summary": "IM ADG invalidated object DDL" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM ADG invalidated all objects", + "dbms": 12, + "summary": "IM ADG invalidated all objects" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM ADG commit nodes added", + "dbms": 12, + "summary": "IM ADG commit nodes added" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM ADG commit nodes freed", + "dbms": 12, + "summary": "IM ADG commit nodes freed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM ADG commit journal destroy", + "dbms": 12, + "summary": "IM ADG commit journal destroy" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM ADG commit journal emptied", + "dbms": 12, + "summary": "IM ADG commit journal emptied" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM ADG journal sort", + "dbms": 12, + "summary": "IM ADG journal sort" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM ADG granule split", + "dbms": 12, + "summary": "IM ADG granule split" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.segment dispenser load tasks", + "dbms": 12, + "summary": "segment dispenser load tasks" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.segment dispenser load empty", + "dbms": 12, + "summary": "segment dispenser load empty" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.segment dispenser allocations", + "dbms": 12, + "summary": "segment dispenser allocations" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.segment cfs allocations", + "dbms": 12, + "summary": "segment cfs allocations" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.segment chunks allocation from dispenser", + "dbms": 12, + "summary": "segment chunks allocation from dispenser" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.segment total chunk allocation", + "dbms": 12, + "summary": "segment total chunk allocation" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.TBS Extension: tasks created", + "dbms": 12, + "summary": "TBS Extension: tasks created" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.TBS Extension: tasks executed", + "dbms": 12, + "summary": "TBS Extension: tasks executed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.TBS Extension: files extended", + "dbms": 12, + "summary": "TBS Extension: files extended" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.TBS Extension: bytes extended", + "dbms": 12, + "summary": "TBS Extension: bytes extended" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.GDR: Active ranges cleared", + "dbms": 12, + "summary": "GDR: Active ranges cleared" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.GDR: Active blocks cleared", + "dbms": 12, + "summary": "GDR: Active blocks cleared" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.GDR: Inactive ranges cleared", + "dbms": 12, + "summary": "GDR: Inactive ranges cleared" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.GDR: Inactive blocks cleared", + "dbms": 12, + "summary": "GDR: Inactive blocks cleared" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.GDR: Unused ranges cleared", + "dbms": 12, + "summary": "GDR: Unused ranges cleared" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.GDR: Unused blocks cleared", + "dbms": 12, + "summary": "GDR: Unused blocks cleared" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.GDR: Total segments processed", + "dbms": 12, + "summary": "GDR: Total segments processed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.GDR: Total segments skipped", + "dbms": 12, + "summary": "GDR: Total segments skipped" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.GDR: Total blocks skipped", + "dbms": 12, + "summary": "GDR: Total blocks skipped" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.GDR: Total files processed", + "dbms": 12, + "summary": "GDR: Total files processed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.total number of times SMON posted", + "dbms": 12, + "summary": "total number of times SMON posted" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.SMON posted for undo segment recovery", + "dbms": 12, + "summary": "SMON posted for undo segment recovery" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.SMON posted for txn recovery for other instances", + "dbms": 12, + "summary": "SMON posted for txn recovery for other instances" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.SMON posted for instance recovery", + "dbms": 12, + "summary": "SMON posted for instance recovery" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.SMON posted for undo segment shrink", + "dbms": 12, + "summary": "SMON posted for undo segment shrink" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.SMON posted for dropping temp segment", + "dbms": 12, + "summary": "SMON posted for dropping temp segment" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.KTFB alloc req", + "dbms": 12, + "summary": "KTFB alloc req" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.KTFB alloc space (block)", + "dbms": 12, + "summary": "KTFB alloc space (block)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.KTFB alloc time (ms)", + "dbms": 12, + "summary": "KTFB alloc time (ms)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.KTFB free req", + "dbms": 12, + "summary": "KTFB free req" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.KTFB free space (block)", + "dbms": 12, + "summary": "KTFB free space (block)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.KTFB free time (ms)", + "dbms": 12, + "summary": "KTFB free time (ms)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.KTFB apply req", + "dbms": 12, + "summary": "KTFB apply req" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.KTFB apply time (ms)", + "dbms": 12, + "summary": "KTFB apply time (ms)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.KTFB commit req", + "dbms": 12, + "summary": "KTFB commit req" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.KTFB commit time (ms)", + "dbms": 12, + "summary": "KTFB commit time (ms)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.KTFB alloc myinst", + "dbms": 12, + "summary": "KTFB alloc myinst" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.KTFB alloc steal", + "dbms": 12, + "summary": "KTFB alloc steal" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.KTFB alloc search FFB", + "dbms": 12, + "summary": "KTFB alloc search FFB" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.segment prealloc tasks", + "dbms": 12, + "summary": "segment prealloc tasks" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.segment prealloc ops", + "dbms": 12, + "summary": "segment prealloc ops" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.segment prealloc bytes", + "dbms": 12, + "summary": "segment prealloc bytes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.segment prealloc time (ms)", + "dbms": 12, + "summary": "segment prealloc time (ms)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.segment prealloc ufs2cfs bytes", + "dbms": 12, + "summary": "segment prealloc ufs2cfs bytes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.Heatmap BlkLevel Tracked", + "dbms": 12, + "summary": "Heatmap BlkLevel Tracked" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.Heatmap BlkLevel Not Tracked - Memory", + "dbms": 12, + "summary": "Heatmap BlkLevel Not Tracked - Memory" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.Heatmap BlkLevel Not Updated - Repeat", + "dbms": 12, + "summary": "Heatmap BlkLevel Not Updated - Repeat" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.Heatmap BlkLevel Flushed", + "dbms": 12, + "summary": "Heatmap BlkLevel Flushed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.Heatmap BlkLevel Flushed to SYSAUX", + "dbms": 12, + "summary": "Heatmap BlkLevel Flushed to SYSAUX" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.Heatmap BlkLevel Flushed to BF", + "dbms": 12, + "summary": "Heatmap BlkLevel Flushed to BF" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.Heatmap BlkLevel Ranges Flushed", + "dbms": 12, + "summary": "Heatmap BlkLevel Ranges Flushed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.Heatmap BlkLevel Ranges Skipped", + "dbms": 12, + "summary": "Heatmap BlkLevel Ranges Skipped" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.Heatmap BlkLevel Flush Task Create", + "dbms": 12, + "summary": "Heatmap BlkLevel Flush Task Create" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.Heatmap Blklevel Flush Task Count", + "dbms": 12, + "summary": "Heatmap Blklevel Flush Task Count" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM default area resized", + "dbms": 12, + "summary": "IM default area resized" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM space CU extents allocated", + "dbms": 12, + "summary": "IM space CU extents allocated" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM space SMU extents allocated", + "dbms": 12, + "summary": "IM space SMU extents allocated" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM space CU bytes allocated", + "dbms": 12, + "summary": "IM space CU bytes allocated" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM space SMU bytes allocated", + "dbms": 12, + "summary": "IM space SMU bytes allocated" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM space CU creations initiated", + "dbms": 12, + "summary": "IM space CU creations initiated" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM space SMU creations initiated", + "dbms": 12, + "summary": "IM space SMU creations initiated" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM space CU creations committed", + "dbms": 12, + "summary": "IM space CU creations committed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM space SMU creations committed", + "dbms": 12, + "summary": "IM space SMU creations committed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM space private journal extents allocated", + "dbms": 12, + "summary": "IM space private journal extents allocated" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM space ADG extents allocated", + "dbms": 12, + "summary": "IM space ADG extents allocated" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM space private journal bytes allocated", + "dbms": 12, + "summary": "IM space private journal bytes allocated" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM space ADG bytes allocated", + "dbms": 12, + "summary": "IM space ADG bytes allocated" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM space shared journal extents allocated", + "dbms": 12, + "summary": "IM space shared journal extents allocated" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM space shared journal bytes allocated", + "dbms": 12, + "summary": "IM space shared journal bytes allocated" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM space CU extents freed", + "dbms": 12, + "summary": "IM space CU extents freed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM space SMU extents freed", + "dbms": 12, + "summary": "IM space SMU extents freed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM space CU bytes freed", + "dbms": 12, + "summary": "IM space CU bytes freed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM space SMU bytes freed", + "dbms": 12, + "summary": "IM space SMU bytes freed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM space private journal extents freed", + "dbms": 12, + "summary": "IM space private journal extents freed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM space ADG journal extents freed", + "dbms": 12, + "summary": "IM space ADG journal extents freed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM space private journal bytes freed", + "dbms": 12, + "summary": "IM space private journal bytes freed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM space ADG bytes freed", + "dbms": 12, + "summary": "IM space ADG bytes freed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM space shared journal extents freed", + "dbms": 12, + "summary": "IM space shared journal extents freed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM space shared journal bytes freed", + "dbms": 12, + "summary": "IM space shared journal bytes freed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM space segments allocated", + "dbms": 12, + "summary": "IM space segments allocated" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM space private journal segments allocated", + "dbms": 12, + "summary": "IM space private journal segments allocated" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM space ADG segments allocated", + "dbms": 12, + "summary": "IM space ADG segments allocated" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM space shared journal segments allocated", + "dbms": 12, + "summary": "IM space shared journal segments allocated" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM space segments freed", + "dbms": 12, + "summary": "IM space segments freed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM space private journal segments freed", + "dbms": 12, + "summary": "IM space private journal segments freed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM space ADG segments freed", + "dbms": 12, + "summary": "IM space ADG segments freed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM space shared journal segments freed", + "dbms": 12, + "summary": "IM space shared journal segments freed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.ASSM gsp:use space reservation", + "dbms": 12, + "summary": "ASSM gsp:use space reservation" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.ASSM gsp:Alignment unavailable in space res", + "dbms": 12, + "summary": "ASSM gsp:Alignment unavailable in space res" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.ASSM gsp:space reservation success", + "dbms": 12, + "summary": "ASSM gsp:space reservation success" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.ASSM gsp:blocks requested by space reservation", + "dbms": 12, + "summary": "ASSM gsp:blocks requested by space reservation" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.ASSM gsp:blocks provided by space reservation", + "dbms": 12, + "summary": "ASSM gsp:blocks provided by space reservation" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.ASSM gsp:blocks rejected by access layer callback", + "dbms": 12, + "summary": "ASSM gsp:blocks rejected by access layer callback" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.ASSM gsp:get free block", + "dbms": 12, + "summary": "ASSM gsp:get free block" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.ASSM gsp:get free critical block", + "dbms": 12, + "summary": "ASSM gsp:get free critical block" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.ASSM gsp:get free data block", + "dbms": 12, + "summary": "ASSM gsp:get free data block" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.ASSM gsp:get free lob block", + "dbms": 12, + "summary": "ASSM gsp:get free lob block" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.ASSM gsp:get free index block", + "dbms": 12, + "summary": "ASSM gsp:get free index block" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.ASSM cbk:blocks examined", + "dbms": 12, + "summary": "ASSM cbk:blocks examined" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.ASSM cbk:blocks rejected", + "dbms": 12, + "summary": "ASSM cbk:blocks rejected" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.ASSM cbk:blocks accepted", + "dbms": 12, + "summary": "ASSM cbk:blocks accepted" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.ASSM cbk:blocks marked full", + "dbms": 12, + "summary": "ASSM cbk:blocks marked full" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.ASSM gsp:L1 bitmaps examined", + "dbms": 12, + "summary": "ASSM gsp:L1 bitmaps examined" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.ASSM gsp:L2 bitmaps examined", + "dbms": 12, + "summary": "ASSM gsp:L2 bitmaps examined" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.ASSM gsp:L3 bitmaps examined", + "dbms": 12, + "summary": "ASSM gsp:L3 bitmaps examined" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.ASSM gsp:L2 bitmap full", + "dbms": 12, + "summary": "ASSM gsp:L2 bitmap full" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.ASSM gsp:Search all", + "dbms": 12, + "summary": "ASSM gsp:Search all" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.ASSM gsp:Search hint", + "dbms": 12, + "summary": "ASSM gsp:Search hint" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.ASSM gsp:Search steal", + "dbms": 12, + "summary": "ASSM gsp:Search steal" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.ASSM gsp:bump HWM", + "dbms": 12, + "summary": "ASSM gsp:bump HWM" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.ASSM gsp:reject db", + "dbms": 12, + "summary": "ASSM gsp:reject db" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.ASSM gsp:reject L1", + "dbms": 12, + "summary": "ASSM gsp:reject L1" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.ASSM gsp:reject L2", + "dbms": 12, + "summary": "ASSM gsp:reject L2" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.ASSM gsp:reject L3", + "dbms": 12, + "summary": "ASSM gsp:reject L3" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.ASSM gsp:Optimized reject DB", + "dbms": 12, + "summary": "ASSM gsp:Optimized reject DB" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.ASSM gsp:Optimized reject l1", + "dbms": 12, + "summary": "ASSM gsp:Optimized reject l1" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.ASSM gsp:Optimized reject l2", + "dbms": 12, + "summary": "ASSM gsp:Optimized reject l2" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.ASSM gsp:good hint", + "dbms": 12, + "summary": "ASSM gsp:good hint" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.ASSM gsp:Optimized index block rejects", + "dbms": 12, + "summary": "ASSM gsp:Optimized index block rejects" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.ASSM gsp:Optimized data block rejects", + "dbms": 12, + "summary": "ASSM gsp:Optimized data block rejects" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.ASSM gsp:add extent", + "dbms": 12, + "summary": "ASSM gsp:add extent" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.ASSM wasted db state change", + "dbms": 12, + "summary": "ASSM wasted db state change" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.ASSM bg: segment fix monitor", + "dbms": 12, + "summary": "ASSM bg: segment fix monitor" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.ASSM fg: submit segment fix task", + "dbms": 12, + "summary": "ASSM fg: submit segment fix task" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.ASSM bg:mark segment for fix", + "dbms": 12, + "summary": "ASSM bg:mark segment for fix" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.ASSM bg:create segment fix task", + "dbms": 12, + "summary": "ASSM bg:create segment fix task" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.ASSM bg:slave fix one segment", + "dbms": 12, + "summary": "ASSM bg:slave fix one segment" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.ASSM bg:slave compress block", + "dbms": 12, + "summary": "ASSM bg:slave compress block" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.ASSM bg:slave fix state", + "dbms": 12, + "summary": "ASSM bg:slave fix state" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.ASSM rsv:fill reserve", + "dbms": 12, + "summary": "ASSM rsv:fill reserve" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.ASSM rsv:alloc from reserve", + "dbms": 12, + "summary": "ASSM rsv:alloc from reserve" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.ASSM rsv:alloc from reserve fail", + "dbms": 12, + "summary": "ASSM rsv:alloc from reserve fail" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.ASSM rsv:alloc from reserve succ", + "dbms": 12, + "summary": "ASSM rsv:alloc from reserve succ" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.ASSM rsv:clear reserve", + "dbms": 12, + "summary": "ASSM rsv:clear reserve" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.table scans (short tables)", + "dbms": 12, + "summary": "table scans (short tables)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.table scans (long tables)", + "dbms": 12, + "summary": "table scans (long tables)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.table scans (rowid ranges)", + "dbms": 12, + "summary": "table scans (rowid ranges)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.table scans (IM)", + "dbms": 12, + "summary": "table scans (IM)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.table scans (cache partitions)", + "dbms": 12, + "summary": "table scans (cache partitions)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.table scans (direct read)", + "dbms": 12, + "summary": "table scans (direct read)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.table scan rows gotten", + "dbms": 12, + "summary": "table scan rows gotten" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.table scan rs1", + "dbms": 12, + "summary": "table scan rs1" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.table scan rs2", + "dbms": 12, + "summary": "table scan rs2" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.table scan disk non-IMC rows gotten", + "dbms": 12, + "summary": "table scan disk non-IMC rows gotten" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.table scan disk IMC fallback", + "dbms": 12, + "summary": "table scan disk IMC fallback" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.table scan blocks gotten", + "dbms": 12, + "summary": "table scan blocks gotten" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.table fetch by rowid", + "dbms": 12, + "summary": "table fetch by rowid" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.table fetch continued row", + "dbms": 12, + "summary": "table fetch continued row" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cluster key scans", + "dbms": 12, + "summary": "cluster key scans" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cluster key scan block gets", + "dbms": 12, + "summary": "cluster key scan block gets" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.rows fetched via callback", + "dbms": 12, + "summary": "rows fetched via callback" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cell scans", + "dbms": 12, + "summary": "cell scans" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cell blocks processed by cache layer", + "dbms": 12, + "summary": "cell blocks processed by cache layer" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cell blocks processed by txn layer", + "dbms": 12, + "summary": "cell blocks processed by txn layer" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cell blocks processed by data layer", + "dbms": 12, + "summary": "cell blocks processed by data layer" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cell blocks processed by index layer", + "dbms": 12, + "summary": "cell blocks processed by index layer" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cell filtered blocks failed block check", + "dbms": 12, + "summary": "cell filtered blocks failed block check" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cell commit cache queries", + "dbms": 12, + "summary": "cell commit cache queries" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cell transactions found in commit cache", + "dbms": 12, + "summary": "cell transactions found in commit cache" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cell blocks helped by commit cache", + "dbms": 12, + "summary": "cell blocks helped by commit cache" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cell blocks helped by minscn optimization", + "dbms": 12, + "summary": "cell blocks helped by minscn optimization" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cell chained rows skipped", + "dbms": 12, + "summary": "cell chained rows skipped" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cell chained rows processed", + "dbms": 12, + "summary": "cell chained rows processed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cell chained row pieces fetched", + "dbms": 12, + "summary": "cell chained row pieces fetched" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cell chained rows rejected", + "dbms": 12, + "summary": "cell chained rows rejected" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.error count cleared by cell", + "dbms": 12, + "summary": "error count cleared by cell" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cell blocks sent", + "dbms": 12, + "summary": "cell blocks sent" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cell blocks pivoted", + "dbms": 12, + "summary": "cell blocks pivoted" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cell IO uncompressed bytes", + "dbms": 12, + "summary": "cell IO uncompressed bytes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cell scan CUs pcode aggregation pushdown", + "dbms": 12, + "summary": "cell scan CUs pcode aggregation pushdown" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cell scan rows pcode aggregated", + "dbms": 12, + "summary": "cell scan rows pcode aggregated" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cell scan CUs pcode selective done", + "dbms": 12, + "summary": "cell scan CUs pcode selective done" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cell scan CUs pcode pred evaled", + "dbms": 12, + "summary": "cell scan CUs pcode pred evaled" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cell scan CUs pcode pred evaled using rowsets", + "dbms": 12, + "summary": "cell scan CUs pcode pred evaled using rowsets" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cell simulated physical IO bytes eligible for predicate offload", + "dbms": 12, + "summary": "cell simulated physical IO bytes eligible for predicate offload" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cell simulated physical IO bytes returned by predicate offload", + "dbms": 12, + "summary": "cell simulated physical IO bytes returned by predicate offload" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.queue update without cp update", + "dbms": 12, + "summary": "queue update without cp update" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.index crx upgrade (prefetch)", + "dbms": 12, + "summary": "index crx upgrade (prefetch)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.index crx upgrade (found)", + "dbms": 12, + "summary": "index crx upgrade (found)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.index crx upgrade (positioned)", + "dbms": 12, + "summary": "index crx upgrade (positioned)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.index cmph dm, split for cu migrate row", + "dbms": 12, + "summary": "index cmph dm, split for cu migrate row" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.index cmph dm, cu migrate row", + "dbms": 12, + "summary": "index cmph dm, cu migrate row" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.index cmph dm, insert unpurge CU row", + "dbms": 12, + "summary": "index cmph dm, insert unpurge CU row" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.index cmpl ro, prefix change at block", + "dbms": 12, + "summary": "index cmpl ro, prefix change at block" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.index cmpl ro, prefix no change at block", + "dbms": 12, + "summary": "index cmpl ro, prefix no change at block" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.index cmpl ro, blocks not compressed", + "dbms": 12, + "summary": "index cmpl ro, blocks not compressed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.index cmpl ro, reorg avoid load new block", + "dbms": 12, + "summary": "index cmpl ro, reorg avoid load new block" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.index cmpl ro, reorg avoid split", + "dbms": 12, + "summary": "index cmpl ro, reorg avoid split" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.index cmpl co, prefix mismatch", + "dbms": 12, + "summary": "index cmpl co, prefix mismatch" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.index split cancel wait noclean", + "dbms": 12, + "summary": "index split cancel wait noclean" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.index split cancel wait clean", + "dbms": 12, + "summary": "index split cancel wait clean" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.index split cancel op set", + "dbms": 12, + "summary": "index split cancel op set" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.leaf node splits", + "dbms": 12, + "summary": "leaf node splits" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.leaf node 90-10 splits", + "dbms": 12, + "summary": "leaf node 90-10 splits" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.index cmph sp, leaf recompress", + "dbms": 12, + "summary": "index cmph sp, leaf recompress" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.index cmph sp, leaf norecomp nospace", + "dbms": 12, + "summary": "index cmph sp, leaf norecomp nospace" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.index cmph sp, leaf norecomp negcomp", + "dbms": 12, + "summary": "index cmph sp, leaf norecomp negcomp" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.index cmph sp, leaf norecomp oversize", + "dbms": 12, + "summary": "index cmph sp, leaf norecomp oversize" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.index cmph sp, leaf norecomp zerocur", + "dbms": 12, + "summary": "index cmph sp, leaf norecomp zerocur" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.index cmph sp, leaf norecomp limit", + "dbms": 12, + "summary": "index cmph sp, leaf norecomp limit" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.index cmph sp, leaf norecomp notry", + "dbms": 12, + "summary": "index cmph sp, leaf norecomp notry" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.index cmph sp, leaf 90_10 failed", + "dbms": 12, + "summary": "index cmph sp, leaf 90_10 failed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.branch node splits", + "dbms": 12, + "summary": "branch node splits" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.root node splits", + "dbms": 12, + "summary": "root node splits" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.failed probes on index block reclamation", + "dbms": 12, + "summary": "failed probes on index block reclamation" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.recursive aborts on index block reclamation", + "dbms": 12, + "summary": "recursive aborts on index block reclamation" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.index reclamation/extension switch", + "dbms": 12, + "summary": "index reclamation/extension switch" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.lob reads", + "dbms": 12, + "summary": "lob reads" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.lob writes", + "dbms": 12, + "summary": "lob writes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.lob writes unaligned", + "dbms": 12, + "summary": "lob writes unaligned" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cell index scans", + "dbms": 12, + "summary": "cell index scans" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.index fast full scans (full)", + "dbms": 12, + "summary": "index fast full scans (full)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.index fast full scans (rowid ranges)", + "dbms": 12, + "summary": "index fast full scans (rowid ranges)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.index fast full scans (direct read)", + "dbms": 12, + "summary": "index fast full scans (direct read)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.index fetch by key", + "dbms": 12, + "summary": "index fetch by key" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.index scans kdiixs1", + "dbms": 12, + "summary": "index scans kdiixs1" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.index cmph sc, ffs decomp buffers", + "dbms": 12, + "summary": "index cmph sc, ffs decomp buffers" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.index cmph sc, ffs decomp buffers rows avail", + "dbms": 12, + "summary": "index cmph sc, ffs decomp buffers rows avail" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.index cmph sc, ffs decomp buffers rows used", + "dbms": 12, + "summary": "index cmph sc, ffs decomp buffers rows used" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.index cmph sc, ffs decomp failures", + "dbms": 12, + "summary": "index cmph sc, ffs decomp failures" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.index cmph sc, ffs decomp buffers released and found valid", + "dbms": 12, + "summary": "index cmph sc, ffs decomp buffers released and found valid" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.queue splits", + "dbms": 12, + "summary": "queue splits" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.queue flush", + "dbms": 12, + "summary": "queue flush" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.queue position update", + "dbms": 12, + "summary": "queue position update" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.queue single row", + "dbms": 12, + "summary": "queue single row" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.queue ocp pages", + "dbms": 12, + "summary": "queue ocp pages" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.queue qno pages", + "dbms": 12, + "summary": "queue qno pages" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.heap block compress", + "dbms": 12, + "summary": "heap block compress" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HSC OLTP Space Saving", + "dbms": 12, + "summary": "HSC OLTP Space Saving" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HSC OLTP Compressed Blocks", + "dbms": 12, + "summary": "HSC OLTP Compressed Blocks" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HSC IDL Compressed Blocks", + "dbms": 12, + "summary": "HSC IDL Compressed Blocks" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HSC Compressed Segment Block Changes", + "dbms": 12, + "summary": "HSC Compressed Segment Block Changes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HSC Heap Segment Block Changes", + "dbms": 12, + "summary": "HSC Heap Segment Block Changes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HSC OLTP Non Compressible Blocks", + "dbms": 12, + "summary": "HSC OLTP Non Compressible Blocks" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HSC OLTP positive compression", + "dbms": 12, + "summary": "HSC OLTP positive compression" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HSC OLTP negative compression", + "dbms": 12, + "summary": "HSC OLTP negative compression" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HSC OLTP recursive compression", + "dbms": 12, + "summary": "HSC OLTP recursive compression" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HSC OLTP inline compression", + "dbms": 12, + "summary": "HSC OLTP inline compression" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HSC OLTP partial compression", + "dbms": 12, + "summary": "HSC OLTP partial compression" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HSC OLTP Drop Column", + "dbms": 12, + "summary": "HSC OLTP Drop Column" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HSC OLTP Compression skipped rows", + "dbms": 12, + "summary": "HSC OLTP Compression skipped rows" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HSC OLTP compression block checked", + "dbms": 12, + "summary": "HSC OLTP compression block checked" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.Heap Segment Array Inserts", + "dbms": 12, + "summary": "Heap Segment Array Inserts" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.Heap Segment Array Updates", + "dbms": 12, + "summary": "Heap Segment Array Updates" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HSC OLTP Compression wide compressed row pieces", + "dbms": 12, + "summary": "HSC OLTP Compression wide compressed row pieces" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.securefile allocation bytes", + "dbms": 12, + "summary": "securefile allocation bytes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.securefile allocation chunks", + "dbms": 12, + "summary": "securefile allocation chunks" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.securefile direct read bytes", + "dbms": 12, + "summary": "securefile direct read bytes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.securefile direct write bytes", + "dbms": 12, + "summary": "securefile direct write bytes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.securefile direct read ops", + "dbms": 12, + "summary": "securefile direct read ops" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.securefile direct write ops", + "dbms": 12, + "summary": "securefile direct write ops" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.securefile inode read time", + "dbms": 12, + "summary": "securefile inode read time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.securefile inode write time", + "dbms": 12, + "summary": "securefile inode write time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.securefile inode ioreap time", + "dbms": 12, + "summary": "securefile inode ioreap time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.securefile inode lhb redo", + "dbms": 12, + "summary": "securefile inode lhb redo" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.securefile inode itree redo", + "dbms": 12, + "summary": "securefile inode itree redo" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.securefile bytes non-transformed", + "dbms": 12, + "summary": "securefile bytes non-transformed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.securefile number of non-transformed flushes", + "dbms": 12, + "summary": "securefile number of non-transformed flushes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.securefile bytes encrypted", + "dbms": 12, + "summary": "securefile bytes encrypted" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.securefile bytes cleartext", + "dbms": 12, + "summary": "securefile bytes cleartext" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.securefile compressed bytes", + "dbms": 12, + "summary": "securefile compressed bytes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.securefile uncompressed bytes", + "dbms": 12, + "summary": "securefile uncompressed bytes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.securefile bytes deduplicated", + "dbms": 12, + "summary": "securefile bytes deduplicated" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.securefile create dedup set", + "dbms": 12, + "summary": "securefile create dedup set" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.securefile destroy dedup set", + "dbms": 12, + "summary": "securefile destroy dedup set" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.securefile add dedupd lob to set", + "dbms": 12, + "summary": "securefile add dedupd lob to set" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.securefile rmv from dedup set", + "dbms": 12, + "summary": "securefile rmv from dedup set" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.securefile reject deduplication", + "dbms": 12, + "summary": "securefile reject deduplication" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.securefile dedup prefix hash match", + "dbms": 12, + "summary": "securefile dedup prefix hash match" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.securefile number of flushes", + "dbms": 12, + "summary": "securefile number of flushes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.securefile dedup flush too low", + "dbms": 12, + "summary": "securefile dedup flush too low" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.securefile dedup callback oper final", + "dbms": 12, + "summary": "securefile dedup callback oper final" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.securefile dedup hash collision", + "dbms": 12, + "summary": "securefile dedup hash collision" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.securefile dedup fits inline", + "dbms": 12, + "summary": "securefile dedup fits inline" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.securefile dedup wapp cache miss", + "dbms": 12, + "summary": "securefile dedup wapp cache miss" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HCC load direct CUs", + "dbms": 12, + "summary": "HCC load direct CUs" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HCC load conventional CUs", + "dbms": 12, + "summary": "HCC load conventional CUs" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HCC load direct CUs query low", + "dbms": 12, + "summary": "HCC load direct CUs query low" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HCC load direct CUs query high", + "dbms": 12, + "summary": "HCC load direct CUs query high" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HCC load direct CUs archive high", + "dbms": 12, + "summary": "HCC load direct CUs archive high" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HCC load direct CUs archive low", + "dbms": 12, + "summary": "HCC load direct CUs archive low" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HCC load conventional CUs query low", + "dbms": 12, + "summary": "HCC load conventional CUs query low" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HCC load conventional CUs query high", + "dbms": 12, + "summary": "HCC load conventional CUs query high" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HCC load conventional CUs archive high", + "dbms": 12, + "summary": "HCC load conventional CUs archive high" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HCC load conventional CUs archive low", + "dbms": 12, + "summary": "HCC load conventional CUs archive low" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HCC load direct bytes compressed", + "dbms": 12, + "summary": "HCC load direct bytes compressed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HCC load conventional bytes compressed", + "dbms": 12, + "summary": "HCC load conventional bytes compressed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HCC load direct bytes uncompressed", + "dbms": 12, + "summary": "HCC load direct bytes uncompressed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HCC load conventional bytes uncompressed", + "dbms": 12, + "summary": "HCC load conventional bytes uncompressed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HCC load direct rows", + "dbms": 12, + "summary": "HCC load direct rows" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HCC load conventional rows", + "dbms": 12, + "summary": "HCC load conventional rows" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HCC load direct rows not compressed", + "dbms": 12, + "summary": "HCC load direct rows not compressed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HCC load conventional rows not compressed", + "dbms": 12, + "summary": "HCC load conventional rows not compressed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HCC load direct CUs row pieces", + "dbms": 12, + "summary": "HCC load direct CUs row pieces" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HCC load conventional CUs row pieces", + "dbms": 12, + "summary": "HCC load conventional CUs row pieces" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HCC scan rdbms CUs decompressed", + "dbms": 12, + "summary": "HCC scan rdbms CUs decompressed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HCC scan cell CUs decompressed", + "dbms": 12, + "summary": "HCC scan cell CUs decompressed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HCC scan rdbms CUs query low", + "dbms": 12, + "summary": "HCC scan rdbms CUs query low" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HCC scan cell CUs query low", + "dbms": 12, + "summary": "HCC scan cell CUs query low" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HCC scan rdbms CUs query high", + "dbms": 12, + "summary": "HCC scan rdbms CUs query high" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HCC scan cell CUs query high", + "dbms": 12, + "summary": "HCC scan cell CUs query high" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HCC scan rdbms CUs archive high", + "dbms": 12, + "summary": "HCC scan rdbms CUs archive high" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HCC scan cell CUs archive high", + "dbms": 12, + "summary": "HCC scan cell CUs archive high" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HCC scan rdbms CUs archive low", + "dbms": 12, + "summary": "HCC scan rdbms CUs archive low" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HCC scan cell CUs archive low", + "dbms": 12, + "summary": "HCC scan cell CUs archive low" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HCC scan rdbms bytes compressed", + "dbms": 12, + "summary": "HCC scan rdbms bytes compressed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HCC scan cell bytes compressed", + "dbms": 12, + "summary": "HCC scan cell bytes compressed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HCC scan rdbms bytes decompressed", + "dbms": 12, + "summary": "HCC scan rdbms bytes decompressed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HCC scan cell bytes decompressed", + "dbms": 12, + "summary": "HCC scan cell bytes decompressed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HCC scan rdbms CUs columns accessed", + "dbms": 12, + "summary": "HCC scan rdbms CUs columns accessed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HCC scan cell CUs columns accessed", + "dbms": 12, + "summary": "HCC scan cell CUs columns accessed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HCC scan rdbms columns theoretical max", + "dbms": 12, + "summary": "HCC scan rdbms columns theoretical max" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HCC scan cell columns theoretical max", + "dbms": 12, + "summary": "HCC scan cell columns theoretical max" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HCC scan rdbms rows", + "dbms": 12, + "summary": "HCC scan rdbms rows" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HCC scan cell rows", + "dbms": 12, + "summary": "HCC scan cell rows" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HCC scan rdbms CUs row pieces accessed", + "dbms": 12, + "summary": "HCC scan rdbms CUs row pieces accessed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HCC scan cell CUs row pieces accessed", + "dbms": 12, + "summary": "HCC scan cell CUs row pieces accessed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HCC scan rdbms CUs row pieces total", + "dbms": 12, + "summary": "HCC scan rdbms CUs row pieces total" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HCC scan cell CUs row pieces total", + "dbms": 12, + "summary": "HCC scan cell CUs row pieces total" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HCC scan rdbms CUs decompression time", + "dbms": 12, + "summary": "HCC scan rdbms CUs decompression time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HCC scan cell CUs decompression time", + "dbms": 12, + "summary": "HCC scan cell CUs decompression time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HCC DML CUs", + "dbms": 12, + "summary": "HCC DML CUs" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HCC scan rdbms CUs normal", + "dbms": 12, + "summary": "HCC scan rdbms CUs normal" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HCC scan rdbms CUs turbo", + "dbms": 12, + "summary": "HCC scan rdbms CUs turbo" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HCC fetch by rowid CUs", + "dbms": 12, + "summary": "HCC fetch by rowid CUs" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HCC analyze table CUs", + "dbms": 12, + "summary": "HCC analyze table CUs" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HCC block dump CUs", + "dbms": 12, + "summary": "HCC block dump CUs" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HCC block check CUs", + "dbms": 12, + "summary": "HCC block check CUs" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HCC analyzer calls", + "dbms": 12, + "summary": "HCC analyzer calls" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HCC usage ZFS", + "dbms": 12, + "summary": "HCC usage ZFS" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HCC usage pillar", + "dbms": 12, + "summary": "HCC usage pillar" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HCC usage cloud", + "dbms": 12, + "summary": "HCC usage cloud" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HCC DML conventional", + "dbms": 12, + "summary": "HCC DML conventional" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cellmemory IM scan CUs processed for query", + "dbms": 12, + "summary": "cellmemory IM scan CUs processed for query" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cellmemory IM scan CUs processed for capacity", + "dbms": 12, + "summary": "cellmemory IM scan CUs processed for capacity" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cellmemory IM scan CUs processed no memcompress", + "dbms": 12, + "summary": "cellmemory IM scan CUs processed no memcompress" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cellmemory IM load CUs for query", + "dbms": 12, + "summary": "cellmemory IM load CUs for query" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cellmemory IM load CUs for capacity", + "dbms": 12, + "summary": "cellmemory IM load CUs for capacity" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cellmemory IM load CUs no memcompress", + "dbms": 12, + "summary": "cellmemory IM load CUs no memcompress" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cellmemory IM scan CUs rejected for query", + "dbms": 12, + "summary": "cellmemory IM scan CUs rejected for query" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cellmemory IM scan CUs rejected for capacity", + "dbms": 12, + "summary": "cellmemory IM scan CUs rejected for capacity" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cellmemory IM scan CUs rejected no memcompress", + "dbms": 12, + "summary": "cellmemory IM scan CUs rejected no memcompress" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cellmemory IM scan stat 1", + "dbms": 12, + "summary": "cellmemory IM scan stat 1" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cellmemory IM scan stat 2", + "dbms": 12, + "summary": "cellmemory IM scan stat 2" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cellmemory IM scan stat 3", + "dbms": 12, + "summary": "cellmemory IM scan stat 3" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cellmemory IM scan stat 4", + "dbms": 12, + "summary": "cellmemory IM scan stat 4" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cellmemory IM scan stat 5", + "dbms": 12, + "summary": "cellmemory IM scan stat 5" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HCC block compressions completed", + "dbms": 12, + "summary": "HCC block compressions completed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HCC block compressions attempted", + "dbms": 12, + "summary": "HCC block compressions attempted" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HCC scan rdbms CUs predicates received", + "dbms": 12, + "summary": "HCC scan rdbms CUs predicates received" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HCC scan cell CUs predicates received", + "dbms": 12, + "summary": "HCC scan cell CUs predicates received" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HCC scan rdbms CUs predicates optimized", + "dbms": 12, + "summary": "HCC scan rdbms CUs predicates optimized" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HCC scan cell CUs predicates optimized", + "dbms": 12, + "summary": "HCC scan cell CUs predicates optimized" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HCC scan rdbms CUs predicates applied", + "dbms": 12, + "summary": "HCC scan rdbms CUs predicates applied" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HCC scan cell CUs predicates applied", + "dbms": 12, + "summary": "HCC scan cell CUs predicates applied" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HCC scan rdbms CUs optimized read", + "dbms": 12, + "summary": "HCC scan rdbms CUs optimized read" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HCC scan cell CUs optimized read", + "dbms": 12, + "summary": "HCC scan cell CUs optimized read" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HCC scan rdbms CUs pruned", + "dbms": 12, + "summary": "HCC scan rdbms CUs pruned" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HCC scan cell CUs pruned", + "dbms": 12, + "summary": "HCC scan cell CUs pruned" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HCC scan cell CUs sent uncompressed", + "dbms": 12, + "summary": "HCC scan cell CUs sent uncompressed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HCC scan cell CUs sent compressed", + "dbms": 12, + "summary": "HCC scan cell CUs sent compressed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HCC scan cell CUs sent head piece", + "dbms": 12, + "summary": "HCC scan cell CUs sent head piece" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HCC scan cell CUs processed for uncompressed", + "dbms": 12, + "summary": "HCC scan cell CUs processed for uncompressed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HCC scan cell CUs processed for compressed", + "dbms": 12, + "summary": "HCC scan cell CUs processed for compressed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.HCC scan CUs pcode selective done", + "dbms": 12, + "summary": "HCC scan CUs pcode selective done" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.SecureFiles DBFS Link Operations", + "dbms": 12, + "summary": "SecureFiles DBFS Link Operations" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.SecureFiles Move to DBFS Link", + "dbms": 12, + "summary": "SecureFiles Move to DBFS Link" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.SecureFiles Copy from DBFS Link", + "dbms": 12, + "summary": "SecureFiles Copy from DBFS Link" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.SecureFiles Get DBFS Link Reference", + "dbms": 12, + "summary": "SecureFiles Get DBFS Link Reference" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.SecureFiles Put DBFS Link Reference", + "dbms": 12, + "summary": "SecureFiles Put DBFS Link Reference" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.SecureFiles Implicit Copy from DBFS Link", + "dbms": 12, + "summary": "SecureFiles Implicit Copy from DBFS Link" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.SecureFiles DBFS Link streaming reads", + "dbms": 12, + "summary": "SecureFiles DBFS Link streaming reads" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.SecureFiles DBFS Link Overwrites", + "dbms": 12, + "summary": "SecureFiles DBFS Link Overwrites" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM populate segments requested", + "dbms": 12, + "summary": "IM populate segments requested" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM prepopulate segments requested", + "dbms": 12, + "summary": "IM prepopulate segments requested" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate segments requested", + "dbms": 12, + "summary": "IM repopulate segments requested" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM populate segments", + "dbms": 12, + "summary": "IM populate segments" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM prepopulate segments", + "dbms": 12, + "summary": "IM prepopulate segments" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate segments", + "dbms": 12, + "summary": "IM repopulate segments" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM populate CUs requested", + "dbms": 12, + "summary": "IM populate CUs requested" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM prepopulate CUs requested", + "dbms": 12, + "summary": "IM prepopulate CUs requested" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate CUs requested", + "dbms": 12, + "summary": "IM repopulate CUs requested" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate (trickle) CUs requested", + "dbms": 12, + "summary": "IM repopulate (trickle) CUs requested" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate (scan) CUs requested", + "dbms": 12, + "summary": "IM repopulate (scan) CUs requested" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate (incremental) CUs requested", + "dbms": 12, + "summary": "IM repopulate (incremental) CUs requested" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate (doublebuffering) CUs requested", + "dbms": 12, + "summary": "IM repopulate (doublebuffering) CUs requested" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate (incremental) CUs old CU unavailable", + "dbms": 12, + "summary": "IM repopulate (incremental) CUs old CU unavailable" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate (incremental) CUs old CU empty", + "dbms": 12, + "summary": "IM repopulate (incremental) CUs old CU empty" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate (incremental) CUs old CU defchg", + "dbms": 12, + "summary": "IM repopulate (incremental) CUs old CU defchg" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM populate CUs resubmitted", + "dbms": 12, + "summary": "IM populate CUs resubmitted" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM prepopulate CUs resubmitted", + "dbms": 12, + "summary": "IM prepopulate CUs resubmitted" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate CUs resubmitted", + "dbms": 12, + "summary": "IM repopulate CUs resubmitted" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate (trickle) CUs resubmitted", + "dbms": 12, + "summary": "IM repopulate (trickle) CUs resubmitted" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate (scan) CUs resubmitted", + "dbms": 12, + "summary": "IM repopulate (scan) CUs resubmitted" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM populate CUs not", + "dbms": 12, + "summary": "IM populate CUs not" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM prepopulate CUs not", + "dbms": 12, + "summary": "IM prepopulate CUs not" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate CUs not", + "dbms": 12, + "summary": "IM repopulate CUs not" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate (trickle) CUs not", + "dbms": 12, + "summary": "IM repopulate (trickle) CUs not" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate (scan) CUs not", + "dbms": 12, + "summary": "IM repopulate (scan) CUs not" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM populate CUs nop", + "dbms": 12, + "summary": "IM populate CUs nop" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM prepopulate CUs nop", + "dbms": 12, + "summary": "IM prepopulate CUs nop" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate CUs nop", + "dbms": 12, + "summary": "IM repopulate CUs nop" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate (trickle) CUs nop", + "dbms": 12, + "summary": "IM repopulate (trickle) CUs nop" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate (scan) CUs nop", + "dbms": 12, + "summary": "IM repopulate (scan) CUs nop" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM populate CUs no blocks", + "dbms": 12, + "summary": "IM populate CUs no blocks" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM prepopulate CUs no blocks", + "dbms": 12, + "summary": "IM prepopulate CUs no blocks" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM populate CUs", + "dbms": 12, + "summary": "IM populate CUs" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM prepopulate CUs", + "dbms": 12, + "summary": "IM prepopulate CUs" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate CUs", + "dbms": 12, + "summary": "IM repopulate CUs" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate (trickle) CUs", + "dbms": 12, + "summary": "IM repopulate (trickle) CUs" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate (scan) CUs", + "dbms": 12, + "summary": "IM repopulate (scan) CUs" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate (incremental) CUs", + "dbms": 12, + "summary": "IM repopulate (incremental) CUs" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate (doublebuffering) CUs", + "dbms": 12, + "summary": "IM repopulate (doublebuffering) CUs" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate (incremental) CUs using population", + "dbms": 12, + "summary": "IM repopulate (incremental) CUs using population" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM populate bytes from storage", + "dbms": 12, + "summary": "IM populate bytes from storage" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM prepopulate bytes from storage", + "dbms": 12, + "summary": "IM prepopulate bytes from storage" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate bytes from storage", + "dbms": 12, + "summary": "IM repopulate bytes from storage" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate (trickle) bytes from storage", + "dbms": 12, + "summary": "IM repopulate (trickle) bytes from storage" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate due to row threshold hit", + "dbms": 12, + "summary": "IM repopulate due to row threshold hit" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate due to block threshold hit", + "dbms": 12, + "summary": "IM repopulate due to block threshold hit" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM populate accumulated time (ms)", + "dbms": 12, + "summary": "IM populate accumulated time (ms)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM populate segments wall clock time (ms)", + "dbms": 12, + "summary": "IM populate segments wall clock time (ms)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM prepopulate accumulated time (ms)", + "dbms": 12, + "summary": "IM prepopulate accumulated time (ms)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate accumulated time (ms)", + "dbms": 12, + "summary": "IM repopulate accumulated time (ms)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate (trickle) accumulated time (ms)", + "dbms": 12, + "summary": "IM repopulate (trickle) accumulated time (ms)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate read time (ms)", + "dbms": 12, + "summary": "IM repopulate read time (ms)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM populate buffer direct read time (ms)", + "dbms": 12, + "summary": "IM populate buffer direct read time (ms)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM populate CUs empty", + "dbms": 12, + "summary": "IM populate CUs empty" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate CUs empty", + "dbms": 12, + "summary": "IM repopulate CUs empty" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM prepopulate CUs empty", + "dbms": 12, + "summary": "IM prepopulate CUs empty" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate (trickle) CUs empty", + "dbms": 12, + "summary": "IM repopulate (trickle) CUs empty" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM populate CUs columns", + "dbms": 12, + "summary": "IM populate CUs columns" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM prepopulate CUs columns", + "dbms": 12, + "summary": "IM prepopulate CUs columns" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate CUs columns", + "dbms": 12, + "summary": "IM repopulate CUs columns" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate (trickle) CUs columns", + "dbms": 12, + "summary": "IM repopulate (trickle) CUs columns" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM populate bytes in-memory data", + "dbms": 12, + "summary": "IM populate bytes in-memory data" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM prepopulate bytes in-memory data", + "dbms": 12, + "summary": "IM prepopulate bytes in-memory data" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate bytes in-memory data", + "dbms": 12, + "summary": "IM repopulate bytes in-memory data" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate (trickle) bytes in-memory data", + "dbms": 12, + "summary": "IM repopulate (trickle) bytes in-memory data" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM populate bytes uncompressed data", + "dbms": 12, + "summary": "IM populate bytes uncompressed data" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM prepopulate bytes uncompressed data", + "dbms": 12, + "summary": "IM prepopulate bytes uncompressed data" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate bytes uncompressed data", + "dbms": 12, + "summary": "IM repopulate bytes uncompressed data" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate (trickle) bytes uncompressed data", + "dbms": 12, + "summary": "IM repopulate (trickle) bytes uncompressed data" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM populate rows", + "dbms": 12, + "summary": "IM populate rows" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM prepopulate rows", + "dbms": 12, + "summary": "IM prepopulate rows" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate rows", + "dbms": 12, + "summary": "IM repopulate rows" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate (trickle) rows", + "dbms": 12, + "summary": "IM repopulate (trickle) rows" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM populate CUs chain pieces", + "dbms": 12, + "summary": "IM populate CUs chain pieces" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM prepopulate CUs chain pieces", + "dbms": 12, + "summary": "IM prepopulate CUs chain pieces" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate CUs chain pieces", + "dbms": 12, + "summary": "IM repopulate CUs chain pieces" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate (trickle) CUs chain pieces", + "dbms": 12, + "summary": "IM repopulate (trickle) CUs chain pieces" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM populate CUs no memcompress", + "dbms": 12, + "summary": "IM populate CUs no memcompress" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM prepopulate CUs no memcompress", + "dbms": 12, + "summary": "IM prepopulate CUs no memcompress" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate CUs no memcompress", + "dbms": 12, + "summary": "IM repopulate CUs no memcompress" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate (trickle) CUs no memcompress", + "dbms": 12, + "summary": "IM repopulate (trickle) CUs no memcompress" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM populate CUs memcompress for dml", + "dbms": 12, + "summary": "IM populate CUs memcompress for dml" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM prepopulate CUs memcompress for dml", + "dbms": 12, + "summary": "IM prepopulate CUs memcompress for dml" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate CUs memcompress for dml", + "dbms": 12, + "summary": "IM repopulate CUs memcompress for dml" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate (trickle) CUs memcompress for dml", + "dbms": 12, + "summary": "IM repopulate (trickle) CUs memcompress for dml" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM populate CUs memcompress for query low", + "dbms": 12, + "summary": "IM populate CUs memcompress for query low" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM prepopulate CUs memcompress for query low", + "dbms": 12, + "summary": "IM prepopulate CUs memcompress for query low" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate CUs memcompress for query low", + "dbms": 12, + "summary": "IM repopulate CUs memcompress for query low" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate (trickle) CUs memcompress for query low", + "dbms": 12, + "summary": "IM repopulate (trickle) CUs memcompress for query low" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM populate CUs memcompress for query high", + "dbms": 12, + "summary": "IM populate CUs memcompress for query high" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM prepopulate CUs memcompress for query high", + "dbms": 12, + "summary": "IM prepopulate CUs memcompress for query high" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate CUs memcompress for query high", + "dbms": 12, + "summary": "IM repopulate CUs memcompress for query high" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate (trickle) CUs memcompress for query high", + "dbms": 12, + "summary": "IM repopulate (trickle) CUs memcompress for query high" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM populate CUs memcompress for capacity low", + "dbms": 12, + "summary": "IM populate CUs memcompress for capacity low" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM prepopulate CUs memcompress for capacity low", + "dbms": 12, + "summary": "IM prepopulate CUs memcompress for capacity low" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate CUs memcompress for capacity low", + "dbms": 12, + "summary": "IM repopulate CUs memcompress for capacity low" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate (trickle) CUs memcompress for capacity low", + "dbms": 12, + "summary": "IM repopulate (trickle) CUs memcompress for capacity low" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM populate CUs memcompress for capacity high", + "dbms": 12, + "summary": "IM populate CUs memcompress for capacity high" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM prepopulate CUs memcompress for capacity high", + "dbms": 12, + "summary": "IM prepopulate CUs memcompress for capacity high" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate CUs memcompress for capacity high", + "dbms": 12, + "summary": "IM repopulate CUs memcompress for capacity high" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate (trickle) CUs memcompress for capacity high", + "dbms": 12, + "summary": "IM repopulate (trickle) CUs memcompress for capacity high" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan CUs pcode aggregation pushdown", + "dbms": 12, + "summary": "IM scan CUs pcode aggregation pushdown" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan rows pcode aggregated", + "dbms": 12, + "summary": "IM scan rows pcode aggregated" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan CUs pcode selective done", + "dbms": 12, + "summary": "IM scan CUs pcode selective done" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan CUs pcode pred evaled", + "dbms": 12, + "summary": "IM scan CUs pcode pred evaled" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan CUs pcode pred evaled using rowsets", + "dbms": 12, + "summary": "IM scan CUs pcode pred evaled using rowsets" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan CUs pcode aggregation IME", + "dbms": 12, + "summary": "IM scan CUs pcode aggregation IME" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan dict engine results stored", + "dbms": 12, + "summary": "IM scan dict engine results stored" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan dict engine results reused", + "dbms": 12, + "summary": "IM scan dict engine results reused" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM faststart read data accumulated time (ms)", + "dbms": 12, + "summary": "IM faststart read data accumulated time (ms)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM faststart read CUs problems", + "dbms": 12, + "summary": "IM faststart read CUs problems" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM faststart read headers accumulated time (ms)", + "dbms": 12, + "summary": "IM faststart read headers accumulated time (ms)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM faststart read accumulated time (ms)", + "dbms": 12, + "summary": "IM faststart read accumulated time (ms)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM faststart read verify accumulated time (ms)", + "dbms": 12, + "summary": "IM faststart read verify accumulated time (ms)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM faststart read CUs requested", + "dbms": 12, + "summary": "IM faststart read CUs requested" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM faststart read CUs", + "dbms": 12, + "summary": "IM faststart read CUs" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM faststart read CUs not accessible", + "dbms": 12, + "summary": "IM faststart read CUs not accessible" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM faststart read bytes", + "dbms": 12, + "summary": "IM faststart read bytes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM faststart read CUs incompatible", + "dbms": 12, + "summary": "IM faststart read CUs incompatible" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM faststart read CUs invalid", + "dbms": 12, + "summary": "IM faststart read CUs invalid" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM faststart write bytes", + "dbms": 12, + "summary": "IM faststart write bytes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM faststart write CUs", + "dbms": 12, + "summary": "IM faststart write CUs" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM faststart write CUs requested", + "dbms": 12, + "summary": "IM faststart write CUs requested" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM faststart write CUs problems", + "dbms": 12, + "summary": "IM faststart write CUs problems" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM faststart write accumulated time (ms)", + "dbms": 12, + "summary": "IM faststart write accumulated time (ms)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM faststart write CUs encryption mismatch", + "dbms": 12, + "summary": "IM faststart write CUs encryption mismatch" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM faststart write CUs evicted", + "dbms": 12, + "summary": "IM faststart write CUs evicted" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM faststart write CUs too dirty", + "dbms": 12, + "summary": "IM faststart write CUs too dirty" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM faststart write deferred CUs requested", + "dbms": 12, + "summary": "IM faststart write deferred CUs requested" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM faststart write deferred CUs", + "dbms": 12, + "summary": "IM faststart write deferred CUs" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM faststart write deferred accumulated (ms)", + "dbms": 12, + "summary": "IM faststart write deferred accumulated (ms)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM faststart write deferred timeouts", + "dbms": 12, + "summary": "IM faststart write deferred timeouts" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM faststart write deferred CUs not found", + "dbms": 12, + "summary": "IM faststart write deferred CUs not found" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM faststart coordinator accumulated time (ms)", + "dbms": 12, + "summary": "IM faststart coordinator accumulated time (ms)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM faststart coordinator cycle aborts", + "dbms": 12, + "summary": "IM faststart coordinator cycle aborts" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM faststart coordinator cycle overruns", + "dbms": 12, + "summary": "IM faststart coordinator cycle overruns" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM faststart coordinator runs", + "dbms": 12, + "summary": "IM faststart coordinator runs" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM faststart coordinator throttle down", + "dbms": 12, + "summary": "IM faststart coordinator throttle down" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM faststart coordinator task submitted priority p1", + "dbms": 12, + "summary": "IM faststart coordinator task submitted priority p1" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM faststart coordinator task submitted priority p2", + "dbms": 12, + "summary": "IM faststart coordinator task submitted priority p2" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM faststart coordinator task submitted priority p3", + "dbms": 12, + "summary": "IM faststart coordinator task submitted priority p3" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM faststart coordinator task priority p1 to p2", + "dbms": 12, + "summary": "IM faststart coordinator task priority p1 to p2" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM faststart coordinator task priority p2 extended", + "dbms": 12, + "summary": "IM faststart coordinator task priority p2 extended" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM faststart coordinator task priority p2 to p3", + "dbms": 12, + "summary": "IM faststart coordinator task priority p2 to p3" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM faststart coordinator scheduler restarted", + "dbms": 12, + "summary": "IM faststart coordinator scheduler restarted" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM faststart delete CUs problem", + "dbms": 12, + "summary": "IM faststart delete CUs problem" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM populate EUs requested", + "dbms": 12, + "summary": "IM populate EUs requested" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM populate EUs", + "dbms": 12, + "summary": "IM populate EUs" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM prepopulate EUs requested", + "dbms": 12, + "summary": "IM prepopulate EUs requested" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM prepopulate EUs", + "dbms": 12, + "summary": "IM prepopulate EUs" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate EUs requested", + "dbms": 12, + "summary": "IM repopulate EUs requested" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate EUs", + "dbms": 12, + "summary": "IM repopulate EUs" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate (incremental) EUs requested", + "dbms": 12, + "summary": "IM repopulate (incremental) EUs requested" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate (incremental) EUs", + "dbms": 12, + "summary": "IM repopulate (incremental) EUs" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate (trickle) EUs requested", + "dbms": 12, + "summary": "IM repopulate (trickle) EUs requested" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate (trickle) EUs", + "dbms": 12, + "summary": "IM repopulate (trickle) EUs" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate (scan) EUs requested", + "dbms": 12, + "summary": "IM repopulate (scan) EUs requested" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate (scan) EUs", + "dbms": 12, + "summary": "IM repopulate (scan) EUs" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM populate EUs accumulated time (ms)", + "dbms": 12, + "summary": "IM populate EUs accumulated time (ms)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM prepopulate EUs accumulated time (ms)", + "dbms": 12, + "summary": "IM prepopulate EUs accumulated time (ms)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate EUs accumulated time (ms)", + "dbms": 12, + "summary": "IM repopulate EUs accumulated time (ms)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate (trickle) EUs accumulated time (ms)", + "dbms": 12, + "summary": "IM repopulate (trickle) EUs accumulated time (ms)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM populate EUs columns", + "dbms": 12, + "summary": "IM populate EUs columns" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM prepopulate EUs columns", + "dbms": 12, + "summary": "IM prepopulate EUs columns" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate EUs columns", + "dbms": 12, + "summary": "IM repopulate EUs columns" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate (trickle) EUs columns", + "dbms": 12, + "summary": "IM repopulate (trickle) EUs columns" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM populate bytes in-memory EU data", + "dbms": 12, + "summary": "IM populate bytes in-memory EU data" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM prepopulate bytes in-memory EU data", + "dbms": 12, + "summary": "IM prepopulate bytes in-memory EU data" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate bytes in-memory EU data", + "dbms": 12, + "summary": "IM repopulate bytes in-memory EU data" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate (trickle) bytes in-memory EU data", + "dbms": 12, + "summary": "IM repopulate (trickle) bytes in-memory EU data" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM populate bytes uncompressed EU data", + "dbms": 12, + "summary": "IM populate bytes uncompressed EU data" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM prepopulate bytes uncompressed EU data", + "dbms": 12, + "summary": "IM prepopulate bytes uncompressed EU data" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate bytes uncompressed EU data", + "dbms": 12, + "summary": "IM repopulate bytes uncompressed EU data" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate (trickle) bytes uncompressed EU data", + "dbms": 12, + "summary": "IM repopulate (trickle) bytes uncompressed EU data" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM populate EUs no memcompress", + "dbms": 12, + "summary": "IM populate EUs no memcompress" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM prepopulate EUs no memcompress", + "dbms": 12, + "summary": "IM prepopulate EUs no memcompress" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate EUs no memcompress", + "dbms": 12, + "summary": "IM repopulate EUs no memcompress" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate (trickle) EUs no memcompress", + "dbms": 12, + "summary": "IM repopulate (trickle) EUs no memcompress" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM populate EUs memcompress for dml", + "dbms": 12, + "summary": "IM populate EUs memcompress for dml" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM prepopulate EUs memcompress for dml", + "dbms": 12, + "summary": "IM prepopulate EUs memcompress for dml" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate EUs memcompress for dml", + "dbms": 12, + "summary": "IM repopulate EUs memcompress for dml" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate (trickle) EUs memcompress for dml", + "dbms": 12, + "summary": "IM repopulate (trickle) EUs memcompress for dml" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM populate EUs memcompress for query low", + "dbms": 12, + "summary": "IM populate EUs memcompress for query low" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM prepopulate EUs memcompress for query low", + "dbms": 12, + "summary": "IM prepopulate EUs memcompress for query low" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate EUs memcompress for query low", + "dbms": 12, + "summary": "IM repopulate EUs memcompress for query low" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate (trickle) EUs memcompress for query low", + "dbms": 12, + "summary": "IM repopulate (trickle) EUs memcompress for query low" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM populate EUs memcompress for query high", + "dbms": 12, + "summary": "IM populate EUs memcompress for query high" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM prepopulate EUs memcompress for query high", + "dbms": 12, + "summary": "IM prepopulate EUs memcompress for query high" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate EUs memcompress for query high", + "dbms": 12, + "summary": "IM repopulate EUs memcompress for query high" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate (trickle) EUs memcompress for query high", + "dbms": 12, + "summary": "IM repopulate (trickle) EUs memcompress for query high" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM populate EUs memcompress for capacity low", + "dbms": 12, + "summary": "IM populate EUs memcompress for capacity low" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM prepopulate EUs memcompress for capacity low", + "dbms": 12, + "summary": "IM prepopulate EUs memcompress for capacity low" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate EUs memcompress for capacity low", + "dbms": 12, + "summary": "IM repopulate EUs memcompress for capacity low" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate (trickle) EUs memcompress for capacity low", + "dbms": 12, + "summary": "IM repopulate (trickle) EUs memcompress for capacity low" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM populate EUs memcompress for capacity high", + "dbms": 12, + "summary": "IM populate EUs memcompress for capacity high" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM prepopulate EUs memcompress for capacity high", + "dbms": 12, + "summary": "IM prepopulate EUs memcompress for capacity high" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate EUs memcompress for capacity high", + "dbms": 12, + "summary": "IM repopulate EUs memcompress for capacity high" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate (trickle) EUs memcompress for capacity high", + "dbms": 12, + "summary": "IM repopulate (trickle) EUs memcompress for capacity high" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan CUs no memcompress", + "dbms": 12, + "summary": "IM scan CUs no memcompress" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan CUs memcompress for dml", + "dbms": 12, + "summary": "IM scan CUs memcompress for dml" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan CUs memcompress for query low", + "dbms": 12, + "summary": "IM scan CUs memcompress for query low" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan CUs memcompress for query high", + "dbms": 12, + "summary": "IM scan CUs memcompress for query high" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan CUs memcompress for capacity low", + "dbms": 12, + "summary": "IM scan CUs memcompress for capacity low" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan CUs memcompress for capacity high", + "dbms": 12, + "summary": "IM scan CUs memcompress for capacity high" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan EUs no memcompress", + "dbms": 12, + "summary": "IM scan EUs no memcompress" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan EUs memcompress for dml", + "dbms": 12, + "summary": "IM scan EUs memcompress for dml" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan EUs memcompress for query low", + "dbms": 12, + "summary": "IM scan EUs memcompress for query low" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan EUs memcompress for query high", + "dbms": 12, + "summary": "IM scan EUs memcompress for query high" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan EUs memcompress for capacity low", + "dbms": 12, + "summary": "IM scan EUs memcompress for capacity low" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan EUs memcompress for capacity high", + "dbms": 12, + "summary": "IM scan EUs memcompress for capacity high" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan CUs doublebuffering", + "dbms": 12, + "summary": "IM scan CUs doublebuffering" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.session logical reads - IM", + "dbms": 12, + "summary": "session logical reads - IM" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan segments disk", + "dbms": 12, + "summary": "IM scan segments disk" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan bytes in-memory", + "dbms": 12, + "summary": "IM scan bytes in-memory" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan bytes uncompressed", + "dbms": 12, + "summary": "IM scan bytes uncompressed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan CUs columns accessed", + "dbms": 12, + "summary": "IM scan CUs columns accessed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan CUs columns decompressed", + "dbms": 12, + "summary": "IM scan CUs columns decompressed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan CUs columns theoretical max", + "dbms": 12, + "summary": "IM scan CUs columns theoretical max" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan EU bytes in-memory", + "dbms": 12, + "summary": "IM scan EU bytes in-memory" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan EU bytes uncompressed", + "dbms": 12, + "summary": "IM scan EU bytes uncompressed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan EUs columns accessed", + "dbms": 12, + "summary": "IM scan EUs columns accessed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan EUs columns decompressed", + "dbms": 12, + "summary": "IM scan EUs columns decompressed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan EUs columns theoretical max", + "dbms": 12, + "summary": "IM scan EUs columns theoretical max" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan EU rows", + "dbms": 12, + "summary": "IM scan EU rows" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan rows", + "dbms": 12, + "summary": "IM scan rows" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM simd compare calls", + "dbms": 12, + "summary": "IM simd compare calls" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM simd decode calls", + "dbms": 12, + "summary": "IM simd decode calls" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM simd rle burst calls", + "dbms": 12, + "summary": "IM simd rle burst calls" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM simd set membership calls", + "dbms": 12, + "summary": "IM simd set membership calls" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM simd bloom filter calls", + "dbms": 12, + "summary": "IM simd bloom filter calls" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM simd decode unpack calls", + "dbms": 12, + "summary": "IM simd decode unpack calls" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM simd decode symbol calls", + "dbms": 12, + "summary": "IM simd decode symbol calls" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM simd compare selective calls", + "dbms": 12, + "summary": "IM simd compare selective calls" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM simd decode selective calls", + "dbms": 12, + "summary": "IM simd decode selective calls" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM simd rle burst selective calls", + "dbms": 12, + "summary": "IM simd rle burst selective calls" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM simd set membership selective calls", + "dbms": 12, + "summary": "IM simd set membership selective calls" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM simd bloom filter selective calls", + "dbms": 12, + "summary": "IM simd bloom filter selective calls" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM simd decode unpack selective calls", + "dbms": 12, + "summary": "IM simd decode unpack selective calls" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM simd decode symbol selective calls", + "dbms": 12, + "summary": "IM simd decode symbol selective calls" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM simd compare HW offload calls", + "dbms": 12, + "summary": "IM simd compare HW offload calls" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM simd decode HW offload calls", + "dbms": 12, + "summary": "IM simd decode HW offload calls" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM simd rle burst HW offload calls", + "dbms": 12, + "summary": "IM simd rle burst HW offload calls" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM simd set membership HW offload calls", + "dbms": 12, + "summary": "IM simd set membership HW offload calls" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM simd decode unpack HW offload calls", + "dbms": 12, + "summary": "IM simd decode unpack HW offload calls" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM hpk spare1", + "dbms": 12, + "summary": "IM hpk spare1" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM hpk spare2", + "dbms": 12, + "summary": "IM hpk spare2" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM hpk spare3", + "dbms": 12, + "summary": "IM hpk spare3" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM hpk spare4", + "dbms": 12, + "summary": "IM hpk spare4" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM hpk spare5", + "dbms": 12, + "summary": "IM hpk spare5" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM hpk spare6", + "dbms": 12, + "summary": "IM hpk spare6" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan rows valid", + "dbms": 12, + "summary": "IM scan rows valid" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan rows range excluded", + "dbms": 12, + "summary": "IM scan rows range excluded" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan rows discontinuous", + "dbms": 12, + "summary": "IM scan rows discontinuous" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan rows excluded", + "dbms": 12, + "summary": "IM scan rows excluded" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan rows optimized", + "dbms": 12, + "summary": "IM scan rows optimized" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan rows projected", + "dbms": 12, + "summary": "IM scan rows projected" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan rows cache", + "dbms": 12, + "summary": "IM scan rows cache" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan blocks cache", + "dbms": 12, + "summary": "IM scan blocks cache" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan fetches journal", + "dbms": 12, + "summary": "IM scan fetches journal" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan rows journal", + "dbms": 12, + "summary": "IM scan rows journal" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM fetches by rowid from journal", + "dbms": 12, + "summary": "IM fetches by rowid from journal" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan CUs split pieces", + "dbms": 12, + "summary": "IM scan CUs split pieces" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan EUs split pieces", + "dbms": 12, + "summary": "IM scan EUs split pieces" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate (incremental) total rows", + "dbms": 12, + "summary": "IM repopulate (incremental) total rows" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate (trickle incremental) total rows", + "dbms": 12, + "summary": "IM repopulate (trickle incremental) total rows" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate (incremental) fetched rows", + "dbms": 12, + "summary": "IM repopulate (incremental) fetched rows" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate (trickle incremental) fetched rows", + "dbms": 12, + "summary": "IM repopulate (trickle incremental) fetched rows" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate (incremental) valid CU rows", + "dbms": 12, + "summary": "IM repopulate (incremental) valid CU rows" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate (trickle incremental) valid CU rows", + "dbms": 12, + "summary": "IM repopulate (trickle incremental) valid CU rows" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate (incremental) invalid CU rows", + "dbms": 12, + "summary": "IM repopulate (incremental) invalid CU rows" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate (trickle incremental) invalid CU rows", + "dbms": 12, + "summary": "IM repopulate (trickle incremental) invalid CU rows" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate (incremental) CUs columns", + "dbms": 12, + "summary": "IM repopulate (incremental) CUs columns" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate (trickle incremental) CUs columns", + "dbms": 12, + "summary": "IM repopulate (trickle incremental) CUs columns" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate (incremental) CUs columns dict reused", + "dbms": 12, + "summary": "IM repopulate (incremental) CUs columns dict reused" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate (trickle incremental) CUs columns dict reused", + "dbms": 12, + "summary": "IM repopulate (trickle incremental) CUs columns dict reused" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate (incremental) CUs columns reused", + "dbms": 12, + "summary": "IM repopulate (incremental) CUs columns reused" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate (trickle incremental) CUs columns reused", + "dbms": 12, + "summary": "IM repopulate (trickle incremental) CUs columns reused" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate (incremental) CU blocks", + "dbms": 12, + "summary": "IM repopulate (incremental) CU blocks" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate (trickle incremental) CU blocks", + "dbms": 12, + "summary": "IM repopulate (trickle incremental) CU blocks" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate (incremental) blocks read", + "dbms": 12, + "summary": "IM repopulate (incremental) blocks read" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate (trickle incremental) blocks read", + "dbms": 12, + "summary": "IM repopulate (trickle incremental) blocks read" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate (incremental) modified blocks", + "dbms": 12, + "summary": "IM repopulate (incremental) modified blocks" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate (trickle incremental) modified blocks", + "dbms": 12, + "summary": "IM repopulate (trickle incremental) modified blocks" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate (incremental) CUs valid columns optimized", + "dbms": 12, + "summary": "IM repopulate (incremental) CUs valid columns optimized" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate (trickle incremental) CUs valid columns optimized", + "dbms": 12, + "summary": "IM repopulate (trickle incremental) CUs valid columns optimized" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM populate SMU/DLM locks fail", + "dbms": 12, + "summary": "IM populate SMU/DLM locks fail" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate SMU/DLM locks fail", + "dbms": 12, + "summary": "IM repopulate SMU/DLM locks fail" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM populate no contiguous inmemory space", + "dbms": 12, + "summary": "IM populate no contiguous inmemory space" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate no contiguous inmemory space", + "dbms": 12, + "summary": "IM repopulate no contiguous inmemory space" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM populate no space in PGA", + "dbms": 12, + "summary": "IM populate no space in PGA" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM repopulate no space in PGA", + "dbms": 12, + "summary": "IM repopulate no space in PGA" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan CUs predicates received", + "dbms": 12, + "summary": "IM scan CUs predicates received" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan CUs predicates applied", + "dbms": 12, + "summary": "IM scan CUs predicates applied" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan CUs predicates optimized", + "dbms": 12, + "summary": "IM scan CUs predicates optimized" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan CUs optimized read", + "dbms": 12, + "summary": "IM scan CUs optimized read" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan CUs pruned", + "dbms": 12, + "summary": "IM scan CUs pruned" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan segments minmax eligible", + "dbms": 12, + "summary": "IM scan segments minmax eligible" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM fetches by rowid from IMCU", + "dbms": 12, + "summary": "IM fetches by rowid from IMCU" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM fetches by rowid from disk", + "dbms": 12, + "summary": "IM fetches by rowid from disk" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM fetches by rowid from fetch list", + "dbms": 12, + "summary": "IM fetches by rowid from fetch list" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM fetches by rowid row invalid in IMCU", + "dbms": 12, + "summary": "IM fetches by rowid row invalid in IMCU" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan CUs column not in memory", + "dbms": 12, + "summary": "IM scan CUs column not in memory" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan CUs invalid", + "dbms": 12, + "summary": "IM scan CUs invalid" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan invalid all blocks", + "dbms": 12, + "summary": "IM scan invalid all blocks" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan CUs invalid or missing revert to on disk extent", + "dbms": 12, + "summary": "IM scan CUs invalid or missing revert to on disk extent" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan CUs failed to reget pin", + "dbms": 12, + "summary": "IM scan CUs failed to reget pin" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan CUs invalid (all rows are invalid)", + "dbms": 12, + "summary": "IM scan CUs invalid (all rows are invalid)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan (dynamic) rows", + "dbms": 12, + "summary": "IM scan (dynamic) rows" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan (dynamic) multi-threaded scans", + "dbms": 12, + "summary": "IM scan (dynamic) multi-threaded scans" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan (dynamic) max degree", + "dbms": 12, + "summary": "IM scan (dynamic) max degree" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan (dynamic) tasks processed by thread", + "dbms": 12, + "summary": "IM scan (dynamic) tasks processed by thread" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan (dynamic) tasks processed by parent", + "dbms": 12, + "summary": "IM scan (dynamic) tasks processed by parent" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan (dynamic) rs2 rowsets", + "dbms": 12, + "summary": "IM scan (dynamic) rs2 rowsets" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan (dynamic) spare1", + "dbms": 12, + "summary": "IM scan (dynamic) spare1" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM scan (dynamic) spare2", + "dbms": 12, + "summary": "IM scan (dynamic) spare2" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM split CUs requested", + "dbms": 12, + "summary": "IM split CUs requested" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM split CUs", + "dbms": 12, + "summary": "IM split CUs" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM split get smaller CUs", + "dbms": 12, + "summary": "IM split get smaller CUs" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM split fail no space", + "dbms": 12, + "summary": "IM split fail no space" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM split CU too small", + "dbms": 12, + "summary": "IM split CU too small" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM split fail", + "dbms": 12, + "summary": "IM split fail" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM zzzz spare1", + "dbms": 12, + "summary": "IM zzzz spare1" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM zzzz spare2", + "dbms": 12, + "summary": "IM zzzz spare2" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM zzzz spare3", + "dbms": 12, + "summary": "IM zzzz spare3" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM zzzz spare4", + "dbms": 12, + "summary": "IM zzzz spare4" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM zzzz spare5", + "dbms": 12, + "summary": "IM zzzz spare5" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM zzzz spare6", + "dbms": 12, + "summary": "IM zzzz spare6" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM zzzz spare7", + "dbms": 12, + "summary": "IM zzzz spare7" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM zzzz spare8", + "dbms": 12, + "summary": "IM zzzz spare8" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM zzzz spare9", + "dbms": 12, + "summary": "IM zzzz spare9" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM zzzz spare10", + "dbms": 12, + "summary": "IM zzzz spare10" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM zzzz spare11", + "dbms": 12, + "summary": "IM zzzz spare11" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM zzzz spare12", + "dbms": 12, + "summary": "IM zzzz spare12" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM zzzz spare13", + "dbms": 12, + "summary": "IM zzzz spare13" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM zzzz spare14", + "dbms": 12, + "summary": "IM zzzz spare14" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM zzzz spare15", + "dbms": 12, + "summary": "IM zzzz spare15" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM zzzz spare16", + "dbms": 12, + "summary": "IM zzzz spare16" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM zzzz spare17", + "dbms": 12, + "summary": "IM zzzz spare17" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM zzzz spare18", + "dbms": 12, + "summary": "IM zzzz spare18" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM zzzz spare19", + "dbms": 12, + "summary": "IM zzzz spare19" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM zzzz spare20", + "dbms": 12, + "summary": "IM zzzz spare20" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM SubCU-MM bytes allocated", + "dbms": 12, + "summary": "IM SubCU-MM bytes allocated" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM SubCU-Hist bytes allocated", + "dbms": 12, + "summary": "IM SubCU-Hist bytes allocated" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM SubCU-IndEnc bytes allocated", + "dbms": 12, + "summary": "IM SubCU-IndEnc bytes allocated" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM SubCU-InvIdx bytes allocated", + "dbms": 12, + "summary": "IM SubCU-InvIdx bytes allocated" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM SubCU-MM CUs", + "dbms": 12, + "summary": "IM SubCU-MM CUs" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM SubCU-Hist CUs", + "dbms": 12, + "summary": "IM SubCU-Hist CUs" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM SubCU-IndEnc CUs", + "dbms": 12, + "summary": "IM SubCU-IndEnc CUs" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM SubCU-InvIdx CUs", + "dbms": 12, + "summary": "IM SubCU-InvIdx CUs" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM SubCU-MM CUs Examined", + "dbms": 12, + "summary": "IM SubCU-MM CUs Examined" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM SubCU-MM CUs Selected", + "dbms": 12, + "summary": "IM SubCU-MM CUs Selected" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM SubCU-MM SubCUs Eliminated", + "dbms": 12, + "summary": "IM SubCU-MM SubCUs Eliminated" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM SubCU-MM SubCUs in Selected CUs", + "dbms": 12, + "summary": "IM SubCU-MM SubCUs in Selected CUs" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM SubCU-Hist CUs Examined", + "dbms": 12, + "summary": "IM SubCU-Hist CUs Examined" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM SubCU-Hist CUs Selected", + "dbms": 12, + "summary": "IM SubCU-Hist CUs Selected" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM SubCU-Hist SubCUs Eliminated", + "dbms": 12, + "summary": "IM SubCU-Hist SubCUs Eliminated" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM SubCU-Hist SubCUs in Selected CUs", + "dbms": 12, + "summary": "IM SubCU-Hist SubCUs in Selected CUs" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM SubCU-InvIdx CUs Examined", + "dbms": 12, + "summary": "IM SubCU-InvIdx CUs Examined" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.IM SubCU-InvIdx CUs Selected", + "dbms": 12, + "summary": "IM SubCU-InvIdx CUs Selected" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.index cmph ld, CU under-est", + "dbms": 12, + "summary": "index cmph ld, CU under-est" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.index cmph ld, CU fit, add rows", + "dbms": 12, + "summary": "index cmph ld, CU fit, add rows" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.index cmph ld, CU fit", + "dbms": 12, + "summary": "index cmph ld, CU fit" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.index cmph ld, CU over-est", + "dbms": 12, + "summary": "index cmph ld, CU over-est" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.index cmph ld, retry in over-est", + "dbms": 12, + "summary": "index cmph ld, retry in over-est" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.index cmph ld, CU negative comp", + "dbms": 12, + "summary": "index cmph ld, CU negative comp" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.index cmph ld, lf blks flushed", + "dbms": 12, + "summary": "index cmph ld, lf blks flushed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.index cmph ld, lf blks w/o CU", + "dbms": 12, + "summary": "index cmph ld, lf blks w/o CU" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.index cmph ld, lf blks w/o unc r", + "dbms": 12, + "summary": "index cmph ld, lf blks w/o unc r" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.index cmph ld, lf blks w/ und CU", + "dbms": 12, + "summary": "index cmph ld, lf blks w/ und CU" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.index cmph ld, rows compressed", + "dbms": 12, + "summary": "index cmph ld, rows compressed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.index cmph ld, rows uncompressed", + "dbms": 12, + "summary": "index cmph ld, rows uncompressed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.index cmph ld, infinite loop", + "dbms": 12, + "summary": "index cmph ld, infinite loop" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.index cmph cu, uncomp sentinels", + "dbms": 12, + "summary": "index cmph cu, uncomp sentinels" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.index cmph sp, leaf recomp fewer ucs", + "dbms": 12, + "summary": "index cmph sp, leaf recomp fewer ucs" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.index cmph sp, leaf recomp zero ucs", + "dbms": 12, + "summary": "index cmph sp, leaf recomp zero ucs" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.index cmph dm, cu lock expand", + "dbms": 12, + "summary": "index cmph dm, cu lock expand" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.index cmph dm, split for cu lock expand", + "dbms": 12, + "summary": "index cmph dm, split for cu lock expand" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.index cmph dm, purge dummy CU", + "dbms": 12, + "summary": "index cmph dm, purge dummy CU" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.index cmph sp, recomp localmem0", + "dbms": 12, + "summary": "index cmph sp, recomp localmem0" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.index cmph sp, recomp localmem1", + "dbms": 12, + "summary": "index cmph sp, recomp localmem1" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.index cmph sp, recomp localmem2", + "dbms": 12, + "summary": "index cmph sp, recomp localmem2" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.index cmph sp, recomp localmem3", + "dbms": 12, + "summary": "index cmph sp, recomp localmem3" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.index cmph sp, recomp localmem4", + "dbms": 12, + "summary": "index cmph sp, recomp localmem4" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.index cmph sp, recomp localmem5", + "dbms": 12, + "summary": "index cmph sp, recomp localmem5" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.index cmph sp, recomp buf0", + "dbms": 12, + "summary": "index cmph sp, recomp buf0" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.index cmph sp, recomp buf1", + "dbms": 12, + "summary": "index cmph sp, recomp buf1" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.index cmph sp, recomp buf2", + "dbms": 12, + "summary": "index cmph sp, recomp buf2" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.index cmph sp, recomp buf3", + "dbms": 12, + "summary": "index cmph sp, recomp buf3" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.index cmph sp, recomp buf4", + "dbms": 12, + "summary": "index cmph sp, recomp buf4" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.index cmph sp, recomp buf5", + "dbms": 12, + "summary": "index cmph sp, recomp buf5" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.sql area purged", + "dbms": 12, + "summary": "sql area purged" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.sql area evicted", + "dbms": 12, + "summary": "sql area evicted" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.CCursor + sql area evicted", + "dbms": 12, + "summary": "CCursor + sql area evicted" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.No. of Encrypt ops", + "dbms": 12, + "summary": "No. of Encrypt ops" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.No. of Decrypt ops", + "dbms": 12, + "summary": "No. of Decrypt ops" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.No. of XS Sessions Created", + "dbms": 12, + "summary": "No. of XS Sessions Created" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.No. of XS Sessions Attached", + "dbms": 12, + "summary": "No. of XS Sessions Attached" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.No. of Namespaces Created", + "dbms": 12, + "summary": "No. of Namespaces Created" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.No. of User Callbacks Executed", + "dbms": 12, + "summary": "No. of User Callbacks Executed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.No. of Roles Enabled or Disabled", + "dbms": 12, + "summary": "No. of Roles Enabled or Disabled" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.No. of Principal Cache Misses", + "dbms": 12, + "summary": "No. of Principal Cache Misses" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.No. of Principal Invalidations", + "dbms": 12, + "summary": "No. of Principal Invalidations" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.Number of NONE redactions", + "dbms": 12, + "summary": "Number of NONE redactions" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.Number of FULL redactions", + "dbms": 12, + "summary": "Number of FULL redactions" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.Number of PARTIAL redactions", + "dbms": 12, + "summary": "Number of PARTIAL redactions" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.Number of FORMAT_PRESERVING redactions", + "dbms": 12, + "summary": "Number of FORMAT_PRESERVING redactions" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.Number of RANDOM redactions", + "dbms": 12, + "summary": "Number of RANDOM redactions" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.Number of REGEXP redactions", + "dbms": 12, + "summary": "Number of REGEXP redactions" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.Number of NULLIFY redactions", + "dbms": 12, + "summary": "Number of NULLIFY redactions" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.Number of REGEXP_WIDTH redactions", + "dbms": 12, + "summary": "Number of REGEXP_WIDTH redactions" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.DX/BB enqueue lock foreground requests", + "dbms": 12, + "summary": "DX/BB enqueue lock foreground requests" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.DX/BB enqueue lock foreground wait time", + "dbms": 12, + "summary": "DX/BB enqueue lock foreground wait time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.DX/BB enqueue lock background gets", + "dbms": 12, + "summary": "DX/BB enqueue lock background gets" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.DX/BB enqueue lock background get time", + "dbms": 12, + "summary": "DX/BB enqueue lock background get time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.Clusterwide global transactions", + "dbms": 12, + "summary": "Clusterwide global transactions" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.Clusterwide global transactions spanning RAC nodes", + "dbms": 12, + "summary": "Clusterwide global transactions spanning RAC nodes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.Forwarded 2PC commands across RAC nodes", + "dbms": 12, + "summary": "Forwarded 2PC commands across RAC nodes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.GTX processes spawned by autotune", + "dbms": 12, + "summary": "GTX processes spawned by autotune" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.GTX processes stopped by autotune", + "dbms": 12, + "summary": "GTX processes stopped by autotune" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.session cursor cache hits", + "dbms": 12, + "summary": "session cursor cache hits" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.session cursor cache count", + "dbms": 12, + "summary": "session cursor cache count" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cursor reload failures", + "dbms": 12, + "summary": "cursor reload failures" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.java call heap total size", + "dbms": 12, + "summary": "java call heap total size" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.java call heap total size max", + "dbms": 12, + "summary": "java call heap total size max" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.java call heap used size", + "dbms": 12, + "summary": "java call heap used size" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.java call heap used size max", + "dbms": 12, + "summary": "java call heap used size max" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.java call heap live size", + "dbms": 12, + "summary": "java call heap live size" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.java call heap live size max", + "dbms": 12, + "summary": "java call heap live size max" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.java call heap object count", + "dbms": 12, + "summary": "java call heap object count" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.java call heap object count max", + "dbms": 12, + "summary": "java call heap object count max" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.java call heap live object count", + "dbms": 12, + "summary": "java call heap live object count" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.java call heap live object count max", + "dbms": 12, + "summary": "java call heap live object count max" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.java call heap gc count", + "dbms": 12, + "summary": "java call heap gc count" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.java call heap collected count", + "dbms": 12, + "summary": "java call heap collected count" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.java call heap collected bytes", + "dbms": 12, + "summary": "java call heap collected bytes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.java session heap used size", + "dbms": 12, + "summary": "java session heap used size" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.java session heap used size max", + "dbms": 12, + "summary": "java session heap used size max" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.java session heap live size", + "dbms": 12, + "summary": "java session heap live size" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.java session heap live size max", + "dbms": 12, + "summary": "java session heap live size max" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.java session heap object count", + "dbms": 12, + "summary": "java session heap object count" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.java session heap object count max", + "dbms": 12, + "summary": "java session heap object count max" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.java session heap live object count", + "dbms": 12, + "summary": "java session heap live object count" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.java session heap live object count max", + "dbms": 12, + "summary": "java session heap live object count max" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.java session heap gc count", + "dbms": 12, + "summary": "java session heap gc count" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.java session heap collected count", + "dbms": 12, + "summary": "java session heap collected count" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.java session heap collected bytes", + "dbms": 12, + "summary": "java session heap collected bytes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cursor authentications", + "dbms": 12, + "summary": "cursor authentications" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.queries parallelized", + "dbms": 12, + "summary": "queries parallelized" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.DML statements parallelized", + "dbms": 12, + "summary": "DML statements parallelized" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.DDL statements parallelized", + "dbms": 12, + "summary": "DDL statements parallelized" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.DFO trees parallelized", + "dbms": 12, + "summary": "DFO trees parallelized" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.Parallel operations not downgraded", + "dbms": 12, + "summary": "Parallel operations not downgraded" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.Parallel operations downgraded to serial", + "dbms": 12, + "summary": "Parallel operations downgraded to serial" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.Parallel operations downgraded 75 to 99 pct", + "dbms": 12, + "summary": "Parallel operations downgraded 75 to 99 pct" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.Parallel operations downgraded 50 to 75 pct", + "dbms": 12, + "summary": "Parallel operations downgraded 50 to 75 pct" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.Parallel operations downgraded 25 to 50 pct", + "dbms": 12, + "summary": "Parallel operations downgraded 25 to 50 pct" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.Parallel operations downgraded 1 to 25 pct", + "dbms": 12, + "summary": "Parallel operations downgraded 1 to 25 pct" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.PX local messages sent", + "dbms": 12, + "summary": "PX local messages sent" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.PX local messages recv'd", + "dbms": 12, + "summary": "PX local messages recv'd" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.PX remote messages sent", + "dbms": 12, + "summary": "PX remote messages sent" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.PX remote messages recv'd", + "dbms": 12, + "summary": "PX remote messages recv'd" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.buffer is pinned count", + "dbms": 12, + "summary": "buffer is pinned count" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.buffer is not pinned count", + "dbms": 12, + "summary": "buffer is not pinned count" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.no buffer to keep pinned count", + "dbms": 12, + "summary": "no buffer to keep pinned count" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.workarea memory allocated", + "dbms": 12, + "summary": "workarea memory allocated" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.workarea executions - optimal", + "dbms": 12, + "summary": "workarea executions - optimal" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.workarea executions - onepass", + "dbms": 12, + "summary": "workarea executions - onepass" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.workarea executions - multipass", + "dbms": 12, + "summary": "workarea executions - multipass" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.key vector CUs filtered", + "dbms": 12, + "summary": "key vector CUs filtered" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.key vector CUs min/max filtered", + "dbms": 12, + "summary": "key vector CUs min/max filtered" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.key vector CU codes processed", + "dbms": 12, + "summary": "key vector CU codes processed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.key vector rows processed by value", + "dbms": 12, + "summary": "key vector rows processed by value" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.key vector rows processed by code", + "dbms": 12, + "summary": "key vector rows processed by code" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.key vector CUs processed using cached packed numbers", + "dbms": 12, + "summary": "key vector CUs processed using cached packed numbers" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.key vector rows filtered", + "dbms": 12, + "summary": "key vector rows filtered" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.key vector filtered on cell", + "dbms": 12, + "summary": "key vector filtered on cell" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.key vector probed on cell", + "dbms": 12, + "summary": "key vector probed on cell" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.key vectors sent to cell", + "dbms": 12, + "summary": "key vectors sent to cell" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.key vectors sent to cell in lite mode due to layout", + "dbms": 12, + "summary": "key vectors sent to cell in lite mode due to layout" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.key vectors sent to cell in lite mode due to quota", + "dbms": 12, + "summary": "key vectors sent to cell in lite mode due to quota" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.key vector serializations for cell", + "dbms": 12, + "summary": "key vector serializations for cell" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.key vector serializations in lite mode for cell", + "dbms": 12, + "summary": "key vector serializations in lite mode for cell" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.key vector queries", + "dbms": 12, + "summary": "key vector queries" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.key vectors created", + "dbms": 12, + "summary": "key vectors created" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.key vectors created (simple layout)", + "dbms": 12, + "summary": "key vectors created (simple layout)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.key vectors created (indirect layout)", + "dbms": 12, + "summary": "key vectors created (indirect layout)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.key vectors created (offset layout)", + "dbms": 12, + "summary": "key vectors created (offset layout)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.key vectors created (doubly indirect layout)", + "dbms": 12, + "summary": "key vectors created (doubly indirect layout)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.key vectors created (hash layout)", + "dbms": 12, + "summary": "key vectors created (hash layout)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.key vectors created (bit wide)", + "dbms": 12, + "summary": "key vectors created (bit wide)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.key vectors created (nibble wide)", + "dbms": 12, + "summary": "key vectors created (nibble wide)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.key vectors created (byte wide)", + "dbms": 12, + "summary": "key vectors created (byte wide)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.key vectors created (2 byte wide)", + "dbms": 12, + "summary": "key vectors created (2 byte wide)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.key vectors created (4 byte wide)", + "dbms": 12, + "summary": "key vectors created (4 byte wide)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.key vectors bypassed", + "dbms": 12, + "summary": "key vectors bypassed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.key vector stubs created", + "dbms": 12, + "summary": "key vector stubs created" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.key vector cas merge locking retrial", + "dbms": 12, + "summary": "key vector cas merge locking retrial" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.key vector cas merge abort", + "dbms": 12, + "summary": "key vector cas merge abort" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.key vector cas merge operations", + "dbms": 12, + "summary": "key vector cas merge operations" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.key vector non cas merge operations", + "dbms": 12, + "summary": "key vector non cas merge operations" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.key vector dgk batch parcels", + "dbms": 12, + "summary": "key vector dgk batch parcels" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.key vector dgk range parcels", + "dbms": 12, + "summary": "key vector dgk range parcels" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.vector group by operations sent to cell", + "dbms": 12, + "summary": "vector group by operations sent to cell" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.vector group by operations not sent to cell due to key vector", + "dbms": 12, + "summary": "vector group by operations not sent to cell due to key vector" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.vector group by operations not sent to cell due to cardinality", + "dbms": 12, + "summary": "vector group by operations not sent to cell due to cardinality" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.vector group by rows processed on cell", + "dbms": 12, + "summary": "vector group by rows processed on cell" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.vector group by rows returned by cell", + "dbms": 12, + "summary": "vector group by rows returned by cell" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.vector group by used", + "dbms": 12, + "summary": "vector group by used" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.vector group by rowsources adapted", + "dbms": 12, + "summary": "vector group by rowsources adapted" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.vector group by accumspace cardinality", + "dbms": 12, + "summary": "vector group by accumspace cardinality" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.vector group by accumspace size", + "dbms": 12, + "summary": "vector group by accumspace size" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.vector group by out of line rows", + "dbms": 12, + "summary": "vector group by out of line rows" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.vector group by out of line size", + "dbms": 12, + "summary": "vector group by out of line size" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.vector group by string allocations size", + "dbms": 12, + "summary": "vector group by string allocations size" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.vector group by string allocations", + "dbms": 12, + "summary": "vector group by string allocations" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.vector group by string resizes", + "dbms": 12, + "summary": "vector group by string resizes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.vector group by rowsets processed on cell", + "dbms": 12, + "summary": "vector group by rowsets processed on cell" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.vector encoded rows", + "dbms": 12, + "summary": "vector encoded rows" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.vector encoded rows decoded", + "dbms": 12, + "summary": "vector encoded rows decoded" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.vector encoded row operations", + "dbms": 12, + "summary": "vector encoded row operations" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.vector encoded rowsets", + "dbms": 12, + "summary": "vector encoded rowsets" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.vector encoded rowsets decoded", + "dbms": 12, + "summary": "vector encoded rowsets decoded" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.vector encoded rowset operations", + "dbms": 12, + "summary": "vector encoded rowset operations" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.vector encoded arithmetic exceptions", + "dbms": 12, + "summary": "vector encoded arithmetic exceptions" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.LOB table id lookup cache misses", + "dbms": 12, + "summary": "LOB table id lookup cache misses" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.parse time cpu", + "dbms": 12, + "summary": "parse time cpu" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.parse time elapsed", + "dbms": 12, + "summary": "parse time elapsed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.parse count (total)", + "dbms": 12, + "summary": "parse count (total)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.parse count (hard)", + "dbms": 12, + "summary": "parse count (hard)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.parse count (failures)", + "dbms": 12, + "summary": "parse count (failures)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.parse count (describe)", + "dbms": 12, + "summary": "parse count (describe)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.frame signature mismatch", + "dbms": 12, + "summary": "frame signature mismatch" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.execute count", + "dbms": 12, + "summary": "execute count" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.bytes sent via SQL*Net to client", + "dbms": 12, + "summary": "bytes sent via SQL*Net to client" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.bytes received via SQL*Net from client", + "dbms": 12, + "summary": "bytes received via SQL*Net from client" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.SQL*Net roundtrips to/from client", + "dbms": 12, + "summary": "SQL*Net roundtrips to/from client" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.bytes sent via SQL*Net to dblink", + "dbms": 12, + "summary": "bytes sent via SQL*Net to dblink" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.bytes received via SQL*Net from dblink", + "dbms": 12, + "summary": "bytes received via SQL*Net from dblink" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.SQL*Net roundtrips to/from dblink", + "dbms": 12, + "summary": "SQL*Net roundtrips to/from dblink" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.bytes via SQL*Net vector to client", + "dbms": 12, + "summary": "bytes via SQL*Net vector to client" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.bytes via SQL*Net vector from client", + "dbms": 12, + "summary": "bytes via SQL*Net vector from client" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.bytes via SQL*Net vector to dblink", + "dbms": 12, + "summary": "bytes via SQL*Net vector to dblink" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.bytes via SQL*Net vector from dblink", + "dbms": 12, + "summary": "bytes via SQL*Net vector from dblink" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.sorts (memory)", + "dbms": 12, + "summary": "sorts (memory)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.sorts (disk)", + "dbms": 12, + "summary": "sorts (disk)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.sorts (rows)", + "dbms": 12, + "summary": "sorts (rows)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.OTC commit optimization attempts", + "dbms": 12, + "summary": "OTC commit optimization attempts" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.OTC commit optimization hits", + "dbms": 12, + "summary": "OTC commit optimization hits" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.OTC commit optimization failure - setup", + "dbms": 12, + "summary": "OTC commit optimization failure - setup" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.OLAP Paging Manager Cache Hit", + "dbms": 12, + "summary": "OLAP Paging Manager Cache Hit" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.OLAP Paging Manager Cache Miss", + "dbms": 12, + "summary": "OLAP Paging Manager Cache Miss" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.OLAP Paging Manager New Page", + "dbms": 12, + "summary": "OLAP Paging Manager New Page" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.OLAP Paging Manager Cache Write", + "dbms": 12, + "summary": "OLAP Paging Manager Cache Write" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.OLAP Session Cache Hit", + "dbms": 12, + "summary": "OLAP Session Cache Hit" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.OLAP Session Cache Miss", + "dbms": 12, + "summary": "OLAP Session Cache Miss" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.OLAP Aggregate Function Calc", + "dbms": 12, + "summary": "OLAP Aggregate Function Calc" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.OLAP Aggregate Function Precompute", + "dbms": 12, + "summary": "OLAP Aggregate Function Precompute" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.OLAP Aggregate Function Logical NA", + "dbms": 12, + "summary": "OLAP Aggregate Function Logical NA" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.OLAP Paging Manager Pool Size", + "dbms": 12, + "summary": "OLAP Paging Manager Pool Size" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.OLAP Import Rows Pushed", + "dbms": 12, + "summary": "OLAP Import Rows Pushed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.OLAP Import Rows Loaded", + "dbms": 12, + "summary": "OLAP Import Rows Loaded" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.OLAP Row Source Rows Processed", + "dbms": 12, + "summary": "OLAP Row Source Rows Processed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.OLAP Engine Calls", + "dbms": 12, + "summary": "OLAP Engine Calls" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.OLAP Temp Segments", + "dbms": 12, + "summary": "OLAP Temp Segments" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.OLAP Temp Segment Read", + "dbms": 12, + "summary": "OLAP Temp Segment Read" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.OLAP Perm LOB Read", + "dbms": 12, + "summary": "OLAP Perm LOB Read" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.OLAP Paging Manager Cache Changed Page", + "dbms": 12, + "summary": "OLAP Paging Manager Cache Changed Page" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.OLAP Fast Limit", + "dbms": 12, + "summary": "OLAP Fast Limit" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.OLAP GID Limit", + "dbms": 12, + "summary": "OLAP GID Limit" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.OLAP Unique Key Attribute Limit", + "dbms": 12, + "summary": "OLAP Unique Key Attribute Limit" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.OLAP INHIER Limit", + "dbms": 12, + "summary": "OLAP INHIER Limit" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.OLAP Full Limit", + "dbms": 12, + "summary": "OLAP Full Limit" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.OLAP Custom Member Limit", + "dbms": 12, + "summary": "OLAP Custom Member Limit" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.OLAP Row Id Limit", + "dbms": 12, + "summary": "OLAP Row Id Limit" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.OLAP Limit Time", + "dbms": 12, + "summary": "OLAP Limit Time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.OLAP Row Load Time", + "dbms": 12, + "summary": "OLAP Row Load Time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cell flash cache read hits", + "dbms": 12, + "summary": "cell flash cache read hits" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cell flash cache read hits for controlfile reads", + "dbms": 12, + "summary": "cell flash cache read hits for controlfile reads" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cell flash cache read hits for smart IO", + "dbms": 12, + "summary": "cell flash cache read hits for smart IO" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.Workload Capture: size (in bytes) of recording", + "dbms": 12, + "summary": "Workload Capture: size (in bytes) of recording" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.Workload Capture: dbtime", + "dbms": 12, + "summary": "Workload Capture: dbtime" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.Workload Capture: user calls", + "dbms": 12, + "summary": "Workload Capture: user calls" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.Workload Capture: user calls flushed", + "dbms": 12, + "summary": "Workload Capture: user calls flushed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.Workload Capture: unreplayable user calls", + "dbms": 12, + "summary": "Workload Capture: unreplayable user calls" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.Workload Capture: user txns", + "dbms": 12, + "summary": "Workload Capture: user txns" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.Workload Capture: user logins", + "dbms": 12, + "summary": "Workload Capture: user logins" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.Workload Capture: unsupported user calls", + "dbms": 12, + "summary": "Workload Capture: unsupported user calls" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.Workload Capture: errors", + "dbms": 12, + "summary": "Workload Capture: errors" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.Workload Capture: PL/SQL user subcalls", + "dbms": 12, + "summary": "Workload Capture: PL/SQL user subcalls" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.Workload Capture: PL/SQL user calls", + "dbms": 12, + "summary": "Workload Capture: PL/SQL user calls" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.Workload Capture: PL/SQL subcall size of recording", + "dbms": 12, + "summary": "Workload Capture: PL/SQL subcall size of recording" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.Workload Capture: PL/SQL dbtime", + "dbms": 12, + "summary": "Workload Capture: PL/SQL dbtime" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.Workload Replay: dbtime", + "dbms": 12, + "summary": "Workload Replay: dbtime" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.Workload Replay: network time", + "dbms": 12, + "summary": "Workload Replay: network time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.Workload Replay: think time", + "dbms": 12, + "summary": "Workload Replay: think time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.Workload Replay: time gain", + "dbms": 12, + "summary": "Workload Replay: time gain" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.Workload Replay: time loss", + "dbms": 12, + "summary": "Workload Replay: time loss" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.Workload Replay: user calls", + "dbms": 12, + "summary": "Workload Replay: user calls" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.Workload Replay: deadlocks resolved", + "dbms": 12, + "summary": "Workload Replay: deadlocks resolved" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.Workload Replay: PL/SQL user calls", + "dbms": 12, + "summary": "Workload Replay: PL/SQL user calls" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.Workload Replay: PL/SQL user subcalls", + "dbms": 12, + "summary": "Workload Replay: PL/SQL user subcalls" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.Workload Replay: PL/SQL dbtime", + "dbms": 12, + "summary": "Workload Replay: PL/SQL dbtime" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cell physical write IO bytes eligible for offload", + "dbms": 12, + "summary": "cell physical write IO bytes eligible for offload" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cell physical write IO host network bytes written during offloa", + "dbms": 12, + "summary": "cell physical write IO host network bytes written during offloa" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cell logical write IO requests", + "dbms": 12, + "summary": "cell logical write IO requests" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.cell logical write IO requests eligible for offload", + "dbms": 12, + "summary": "cell logical write IO requests eligible for offload" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.backup pieces compressed locally", + "dbms": 12, + "summary": "backup pieces compressed locally" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.backup data compressed locally", + "dbms": 12, + "summary": "backup data compressed locally" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.backup compressed data written locally", + "dbms": 12, + "summary": "backup compressed data written locally" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.backup piece local processing time", + "dbms": 12, + "summary": "backup piece local processing time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.backup pieces compressed remotely", + "dbms": 12, + "summary": "backup pieces compressed remotely" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.backup data compressed remotely", + "dbms": 12, + "summary": "backup data compressed remotely" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.backup compressed data written remotely", + "dbms": 12, + "summary": "backup compressed data written remotely" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.backup piece remote processing time", + "dbms": 12, + "summary": "backup piece remote processing time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.OS User time used", + "dbms": 12, + "summary": "OS User time used" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.OS System time used", + "dbms": 12, + "summary": "OS System time used" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.OS Maximum resident set size", + "dbms": 12, + "summary": "OS Maximum resident set size" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.OS Integral shared text size", + "dbms": 12, + "summary": "OS Integral shared text size" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.OS Integral unshared data size", + "dbms": 12, + "summary": "OS Integral unshared data size" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.OS Integral unshared stack size", + "dbms": 12, + "summary": "OS Integral unshared stack size" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.OS Page reclaims", + "dbms": 12, + "summary": "OS Page reclaims" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.OS Page faults", + "dbms": 12, + "summary": "OS Page faults" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.OS Swaps", + "dbms": 12, + "summary": "OS Swaps" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.OS Block input operations", + "dbms": 12, + "summary": "OS Block input operations" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.OS Block output operations", + "dbms": 12, + "summary": "OS Block output operations" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.OS Socket messages sent", + "dbms": 12, + "summary": "OS Socket messages sent" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.OS Socket messages received", + "dbms": 12, + "summary": "OS Socket messages received" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.OS Signals received", + "dbms": 12, + "summary": "OS Signals received" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.OS Voluntary context switches", + "dbms": 12, + "summary": "OS Voluntary context switches" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "metric_type": 3, + "scope": "global", + "vartype": 2, + "name": "global.OS Involuntary context switches", + "dbms": 12, + "summary": "OS Involuntary context switches" + }, + "model": "website.MetricCatalog" + } ] \ No newline at end of file diff --git a/server/website/website/fixtures/oracle-19_knobs.json b/server/website/website/fixtures/oracle-19_knobs.json new file mode 100644 index 0000000..919f963 --- /dev/null +++ b/server/website/website/fixtures/oracle-19_knobs.json @@ -0,0 +1,8229 @@ +[ + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "lock name space used for generating lock names for standby/clone database", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.lock_name_space" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "user processes", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.processes" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "user and system sessions", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.sessions" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": false, + "summary": "maintain internal timing statistics", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 4, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.timed_statistics" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "internal os statistic gathering interval in seconds", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.timed_os_statistics" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": false, + "summary": "master switch for resource limit", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 4, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.resource_limit" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "maximum number of non-system user sessions allowed", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.license_max_sessions" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "warning level for number of non-system user sessions", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.license_sessions_warning" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": false, + "summary": "Use longer module and action", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 4, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.long_module_action" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "Preserve state cross standby role transition", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.standby_db_preserve_states" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "time to delay an internal initiated abort (in seconds)", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.instance_abort_delay_time" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "number of CPUs for this instance", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.cpu_count" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "list of instance group names", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.instance_groups" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "debug event control - default null string", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.event" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "max total SGA size", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": 33000000000, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": 0, + "name": "global.sga_max_size" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "Use large pages if available (TRUE/FALSE/ONLY)", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.use_large_pages" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": false, + "summary": "pre-page sga for process", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 4, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.pre_page_sga" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "SGA starting address (low order 32-bits on 64-bit platforms)", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.shared_memory_address" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "SGA starting address (high order 32-bits on 64-bit platforms)", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.hi_shared_memory_address" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": false, + "summary": "Lock entire SGA in physical memory", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 4, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.lock_sga" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "Name of the processor group that this instance should run in.", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.processor_group_name" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": false, + "summary": "Allow read access for SGA to users of Oracle owner group", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 4, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.allow_group_access_to_sga" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "Minimum, guaranteed size of PDB's SGA", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.sga_min_size" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 1000000000, + "summary": "size in bytes of shared pool", + "category": "", + "enumvals": null, + "tunable": true, + "context": "", + "dbms": 19, + "maxval": 4000000000, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": 0, + "name": "global.shared_pool_size" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 500000000, + "summary": "size in bytes of large pool", + "category": "", + "enumvals": null, + "tunable": true, + "context": "", + "dbms": 19, + "maxval": 2000000000, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": 0, + "name": "global.large_pool_size" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "size in bytes of java pool", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.java_pool_size" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 20000000, + "summary": "size in bytes of the streams pool", + "category": "", + "enumvals": null, + "tunable": true, + "context": "", + "dbms": 19, + "maxval": 4000000000, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": 0, + "name": "global.streams_pool_size" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "size in bytes of reserved area of shared pool", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.shared_pool_reserved_size" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "warning limit on size in bytes of a Java sessionspace", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.java_soft_sessionspace_limit" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "max allowed size in bytes of a Java sessionspace", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.java_max_sessionspace_size" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "limit of aggregate PGA memory for the instance or PDB", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.pga_aggregate_limit" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "server parameter file", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.spfile" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "type of instance to be executed", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.instance_type" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": false, + "summary": "use uniform timestamp formats vs pre-12.2 formats", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 4, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.uniform_log_timestamp_format" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "NLS language name", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.nls_language" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "NLS territory name", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.nls_territory" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "NLS linguistic definition name", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.nls_sort" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "NLS date language name", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.nls_date_language" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "NLS Oracle date format", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.nls_date_format" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "NLS local currency symbol", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.nls_currency" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "NLS numeric characters", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.nls_numeric_characters" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "NLS ISO currency territory name", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.nls_iso_currency" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "NLS calendar system name", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.nls_calendar" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "time format", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.nls_time_format" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "time stamp format", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.nls_timestamp_format" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "time with timezone format", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.nls_time_tz_format" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "timestamp with timezone format", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.nls_timestamp_tz_format" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "Dual currency symbol", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.nls_dual_currency" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "NLS comparison", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.nls_comp" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "create columns using byte or char semantics by default", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.nls_length_semantics" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "NLS raise an exception instead of allowing implicit conversion", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.nls_nchar_conv_excp" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "TRUE", + "summary": "Use asynch I/O for random access devices", + "category": "", + "enumvals": "TRUE,FALSE", + "tunable": true, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 5, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.disk_asynch_io" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": false, + "summary": "Use asynch I/O requests for tape devices", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 4, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.tape_asynch_io" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "DBWR I/O slaves", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.dbwr_io_slaves" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": false, + "summary": "BACKUP Tape I/O slaves", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 4, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.backup_tape_io_slaves" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "Network Adapters for File I/O", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.fileio_network_adapters" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "IO operations on filesystem files", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.filesystemio_options" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "Max number of dNFS asynch I/O requests queued per session", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.dnfs_batch_size" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": false, + "summary": "clone database", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 4, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.clonedb" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": false, + "summary": "instant repopulation of datafiles", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 4, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.instant_restore" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "Number of OFS threads", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.ofs_threads" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "Resource Manager CPU allocation", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.resource_manager_cpu_allocation" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "resource mgr top plan", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.resource_manager_plan" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "Database performance category", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.db_performance_profile" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "MAX IO per second", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.max_iops" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "MAX MB per second", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.max_mbps" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "maximum session idle time in minutes", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.max_idle_time" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "interconnects for RAC use", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.cluster_interconnects" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "Enable Exafusion", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.exafusion_enabled" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": false, + "summary": "enable file mapping", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 4, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.file_mapping" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "maximum number of concurrent Data Pump Jobs per PDB", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.max_datapump_jobs_per_pdb" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "service names supported by the instance", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.service_names" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": false, + "summary": "Threaded Execution Mode", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 4, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.threaded_execution" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "CloneDB Directory", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.clonedb_dir" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": false, + "summary": "Enable DNFS Dispatcher", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 4, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.enable_dnfs_dispatcher" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "number of background gcs server processes to start", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.gcs_server_processes" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "number of active instances in the cluster database", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.active_instance_count" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "indicates whether the instance read-only or read-write or read-mostly", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.instance_mode" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "Target size of SGA", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": 33000000000, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": 0, + "name": "global.sga_target" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "Target size of Oracle SGA and PGA memory", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": 33000000000, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": 0, + "name": "global.memory_target" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "Max size for Memory Target", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": 33000000000, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": 0, + "name": "global.memory_max_target" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "control file names list", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.control_files" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "datafile name convert patterns and strings for standby/clone db", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.db_file_name_convert" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "logfile name convert patterns and strings for standby/clone db", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.log_file_name_convert" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "control file record keep time in days", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.control_file_record_keep_time" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "Number of database blocks cached in memory", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.db_block_buffers" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "store checksum in db blocks and check during reads", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.db_block_checksum" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "Sets defaults for other parameters that control protection levels", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.db_ultra_safe" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "Size of database block in bytes", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.db_block_size" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 4000000000, + "summary": "Size of DEFAULT buffer pool for standard block size buffers", + "category": "", + "enumvals": null, + "tunable": true, + "context": "", + "dbms": 19, + "maxval": 25000000000, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": 0, + "name": "global.db_cache_size" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "Size of cache for 2K buffers", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.db_2k_cache_size" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "Size of cache for 4K buffers", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.db_4k_cache_size" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "Size of cache for 8K buffers", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.db_8k_cache_size" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "Size of cache for 16K buffers", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.db_16k_cache_size" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "Size of cache for 32K buffers", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.db_32k_cache_size" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 500000000, + "summary": "Size of KEEP buffer pool for standard block size buffers", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": 2000000000, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": 0, + "name": "global.db_keep_cache_size" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 500000000, + "summary": "Size of RECYCLE buffer pool for standard block size buffers", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": 2000000000, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": 0, + "name": "global.db_recycle_cache_size" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "Size of cache for imoltp buffers", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.memoptimize_pool_size" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "Big table cache target size in percentage", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.db_big_table_cache_percent_target" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "whether to encrypt newly created tablespaces", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.encrypt_new_tablespaces" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "number of background database writer processes to start", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.db_writer_processes" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "Number of database blocks/latches in keep buffer pool", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.buffer_pool_keep" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "Number of database blocks/latches in recycle buffer pool", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.buffer_pool_recycle" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "flash cache file for default block size", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.db_flash_cache_file" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "flash cache size for db_flash_cache_file", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.db_flash_cache_size" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "Buffer cache sizing advisory", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.db_cache_advice" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "Database will be completely compatible with this software version", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.compatible" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "archival destination #1 text string", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.log_archive_dest_1" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "archival destination #2 text string", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.log_archive_dest_2" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "archival destination #3 text string", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.log_archive_dest_3" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "archival destination #4 text string", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.log_archive_dest_4" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "archival destination #5 text string", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.log_archive_dest_5" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "archival destination #6 text string", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.log_archive_dest_6" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "archival destination #7 text string", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.log_archive_dest_7" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "archival destination #8 text string", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.log_archive_dest_8" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "archival destination #9 text string", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.log_archive_dest_9" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "archival destination #10 text string", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.log_archive_dest_10" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "archival destination #11 text string", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.log_archive_dest_11" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "archival destination #12 text string", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.log_archive_dest_12" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "archival destination #13 text string", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.log_archive_dest_13" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "archival destination #14 text string", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.log_archive_dest_14" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "archival destination #15 text string", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.log_archive_dest_15" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "archival destination #16 text string", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.log_archive_dest_16" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "archival destination #17 text string", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.log_archive_dest_17" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "archival destination #18 text string", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.log_archive_dest_18" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "archival destination #19 text string", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.log_archive_dest_19" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "archival destination #20 text string", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.log_archive_dest_20" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "archival destination #21 text string", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.log_archive_dest_21" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "archival destination #22 text string", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.log_archive_dest_22" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "archival destination #23 text string", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.log_archive_dest_23" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "archival destination #24 text string", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.log_archive_dest_24" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "archival destination #25 text string", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.log_archive_dest_25" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "archival destination #26 text string", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.log_archive_dest_26" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "archival destination #27 text string", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.log_archive_dest_27" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "archival destination #28 text string", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.log_archive_dest_28" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "archival destination #29 text string", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.log_archive_dest_29" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "archival destination #30 text string", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.log_archive_dest_30" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "archival destination #31 text string", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.log_archive_dest_31" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "archival destination #1 state text string", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.log_archive_dest_state_1" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "archival destination #2 state text string", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.log_archive_dest_state_2" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "archival destination #3 state text string", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.log_archive_dest_state_3" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "archival destination #4 state text string", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.log_archive_dest_state_4" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "archival destination #5 state text string", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.log_archive_dest_state_5" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "archival destination #6 state text string", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.log_archive_dest_state_6" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "archival destination #7 state text string", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.log_archive_dest_state_7" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "archival destination #8 state text string", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.log_archive_dest_state_8" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "archival destination #9 state text string", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.log_archive_dest_state_9" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "archival destination #10 state text string", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.log_archive_dest_state_10" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "archival destination #11 state text string", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.log_archive_dest_state_11" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "archival destination #12 state text string", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.log_archive_dest_state_12" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "archival destination #13 state text string", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.log_archive_dest_state_13" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "archival destination #14 state text string", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.log_archive_dest_state_14" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "archival destination #15 state text string", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.log_archive_dest_state_15" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "archival destination #16 state text string", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.log_archive_dest_state_16" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "archival destination #17 state text string", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.log_archive_dest_state_17" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "archival destination #18 state text string", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.log_archive_dest_state_18" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "archival destination #19 state text string", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.log_archive_dest_state_19" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "archival destination #20 state text string", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.log_archive_dest_state_20" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "archival destination #21 state text string", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.log_archive_dest_state_21" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "archival destination #22 state text string", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.log_archive_dest_state_22" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "archival destination #23 state text string", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.log_archive_dest_state_23" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "archival destination #24 state text string", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.log_archive_dest_state_24" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "archival destination #25 state text string", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.log_archive_dest_state_25" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "archival destination #26 state text string", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.log_archive_dest_state_26" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "archival destination #27 state text string", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.log_archive_dest_state_27" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "archival destination #28 state text string", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.log_archive_dest_state_28" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "archival destination #29 state text string", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.log_archive_dest_state_29" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "archival destination #30 state text string", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.log_archive_dest_state_30" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "archival destination #31 state text string", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.log_archive_dest_state_31" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": false, + "summary": "start archival process on SGA initialization", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 4, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.log_archive_start" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "archival destination text string", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.log_archive_dest" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "duplex archival destination text string", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.log_archive_duplex_dest" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "minimum number of archive destinations that must succeed", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.log_archive_min_succeed_dest" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "FAL client", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.fal_client" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "FAL server list", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.fal_server" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "Establish archive operation tracing level", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.log_archive_trace" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "Data Guard SYNC latency", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.data_guard_sync_latency" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "log archive config", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.log_archive_config" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "archival destination format", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.log_archive_format" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "Data Guard transport user when using password file", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.redo_transport_user" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "maximum number of active ARCH processes", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.log_archive_max_processes" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 50000000, + "summary": "redo circular buffer size", + "category": "", + "enumvals": null, + "tunable": true, + "context": "", + "dbms": 19, + "maxval": 2000000000, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": 0, + "name": "global.log_buffer" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "# redo blocks checkpoint threshold", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.log_checkpoint_interval" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "Maximum time interval between checkpoints in seconds", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.log_checkpoint_timeout" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "Maximum number of seconds of redos the standby could lose", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.archive_lag_target" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "max allowable # db files", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.db_files" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 128, + "summary": "db block to be read each IO", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": 256, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": 64, + "name": "global.db_file_multiblock_read_count" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": false, + "summary": "if TRUE delay opening of read only files until first access", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 4, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.read_only_open_delayed" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": false, + "summary": "if TRUE startup in cluster database mode", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 4, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.cluster_database" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "number of instances to use for sizing cluster db SGA structures", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.cluster_database_instances" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "default database location", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.db_create_file_dest" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "online log/controlfile destination #1", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.db_create_online_log_dest_1" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "online log/controlfile destination #2", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.db_create_online_log_dest_2" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "online log/controlfile destination #3", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.db_create_online_log_dest_3" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "online log/controlfile destination #4", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.db_create_online_log_dest_4" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "online log/controlfile destination #5", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.db_create_online_log_dest_5" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "default database recovery file location", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.db_recovery_file_dest" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "database recovery files size limit", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.db_recovery_file_dest_size" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "if auto then files are created/dropped automatically on standby", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.standby_file_management" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": false, + "summary": "Track nologging SCN in controlfile", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 4, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.db_unrecoverable_scn_tracking" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "Redo thread to mount", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.thread" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "List of Enabled PDB patterns", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.enabled_PDBs_on_standby" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "Upper bound on recovery reads", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.fast_start_io_target" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "MTTR target in seconds", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.fast_start_mttr_target" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": false, + "summary": "log checkpoint begin/end to alert file", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 4, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.log_checkpoints_to_alert" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "enable lost write detection", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.db_lost_write_protect" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "number of server processes to use for parallel recovery", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.recovery_parallelism" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": false, + "summary": "goldengate replication enabled", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 4, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.enable_goldengate_replication" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": false, + "summary": "Enable IMC support on ADG", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 4, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.inmemory_adg_enabled" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "Maximum Flashback Database log retention time in minutes.", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.db_flashback_retention_target" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "Size of data transfer cache", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.data_transfer_cache_size" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "ADG user account info tracked in standby(LOCAL) or in Primary(GLOBAL)", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.adg_account_info_tracking" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "dml locks - one for each table modified in a transaction", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.dml_locks" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": false, + "summary": "tracking dependency for Replication parallel propagation", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 4, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.replication_dependency_tracking" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "max. number of concurrent active transactions", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.transactions" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "number of active transactions per rollback segment", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.transactions_per_rollback_segment" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": false, + "summary": "is temporary undo enabled", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 4, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.temp_undo_enabled" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "undo segment list", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.rollback_segments" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "instance runs in SMU mode if TRUE, else in RBU mode", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.undo_management" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "use/switch undo tablespace", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.undo_tablespace" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "undo retention in seconds", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.undo_retention" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "max number of parallel recovery slaves that may be used", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.fast_start_parallel_rollback" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "set resumable_timeout", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.resumable_timeout" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "instance number", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.instance_number" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "ILM Heatmap Tracking", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.heat_map" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "size in bytes of in-memory area", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.inmemory_size" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "size in bytes of in-memory xmem area", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.inmemory_xmem_size" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "Prefer to store tables with given memcompress levels in xmem", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.inmemory_prefer_xmem_memcompress" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "Prefer to store tables with given priority levels in xmem", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.inmemory_prefer_xmem_priority" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "header checking and data and index block checking", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.db_block_checking" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "recyclebin processing", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.recyclebin" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "options for table or tablespace level compression inheritance", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.db_index_compression_inheritance" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "permit securefile storage during lob creation", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.db_securefile" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "Default in-memory clause for new tables", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.inmemory_clause_default" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "Force tables to be in-memory or not", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.inmemory_force" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "Specifies whether in-memory queries are allowed", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.inmemory_query" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "Controls which In-Memory Expressions are populated in-memory", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.inmemory_expressions_usage" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "Controls which user-defined virtual columns are stored in-memory", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.inmemory_virtual_columns" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "maximum inmemory populate servers", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.inmemory_max_populate_servers" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "inmemory trickle repopulate servers percent", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.inmemory_trickle_repopulate_servers_percent" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "Controls whether or not DSBs are stored in-memory", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.inmemory_optimized_arithmetic" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "Enable Automatic In-Memory management", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.inmemory_automatic_level" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "create stored outlines for DML statements", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.create_stored_outlines" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "reuse the frame segments", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.serial_reuse" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "RDBMS's LDAP access option", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.ldap_directory_access" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "OID usage parameter", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.ldap_directory_sysauth" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": false, + "summary": "retrieve roles from the operating system", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 4, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.os_roles" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "RDBMS's Distinguished Name", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.rdbms_server_dn" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": false, + "summary": "allow non-secure remote clients to use auto-logon accounts", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 4, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.remote_os_authent" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": false, + "summary": "allow non-secure remote clients to use os roles", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 4, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.remote_os_roles" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": false, + "summary": "case sensitive password enabled for logon", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 4, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.sec_case_sensitive_logon" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": false, + "summary": "Version 7 Dictionary Accessibility Support", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 4, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.O7_DICTIONARY_ACCESSIBILITY" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "password file usage parameter", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.remote_login_passwordfile" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "maximum number of named users that can be created in the database", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.license_max_users" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": false, + "summary": "enable sys auditing", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 4, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.audit_sys_operations" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": false, + "summary": "Enable use of crypographic libraries in FIPS mode, public", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 4, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.DBFIPS_140" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": false, + "summary": "Facilitate one-step plugin for PDB with TDE encrypted data", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 4, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.one_step_plugin_for_pdb_with_tde" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "external keystore credential location", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.external_keystore_credential_location" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "Size of Unified audit SGA Queue", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.unified_audit_sga_queue_size" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "wallet root instance initialization parameter", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.wallet_root" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "Per-PDB configuration for Transparent Data Encryption", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.tde_configuration" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "directory part of global database name stored with CREATE DATABASE", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.db_domain" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": false, + "summary": "enforce that database links have same name as remote database", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 4, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.global_names" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "number of seconds a distributed transaction waits for a lock", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.distributed_lock_timeout" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "Bias this node has toward not preparing in a two-phase commit", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.commit_point_strength" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "number of background global transaction processes to start", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.global_txn_processes" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "instance name supported by the instance", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.instance_name" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "specifications of dispatchers", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.dispatchers" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "number of shared servers to start up", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.shared_servers" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "max number of shared servers", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.max_shared_servers" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "max number of dispatchers", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.max_dispatchers" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "max number of circuits", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.circuits" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "max number of shared server sessions", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.shared_server_sessions" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": false, + "summary": "Use dedicated connection broker", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 4, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.use_dedicated_broker" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "connection brokers specification", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.connection_brokers" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "local listener", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.local_listener" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "forward listener", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.forward_listener" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "remote listener", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.remote_listener" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "listener registration networks", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.listener_networks" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": false, + "summary": "use more memory in order to get faster execution", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 4, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.cursor_space_for_time" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "Number of cursors to cache in a session.", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.session_cached_cursors" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "remote-procedure-call dependencies mode parameter", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.remote_dependencies_mode" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "utl_smtp server and port configuration parameter", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.smtp_out_server" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": false, + "summary": "PL/SQL version 2.x compatibility flag", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 4, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.plsql_v2_compatibility" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "PL/SQL compiler warnings settings", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.plsql_warnings" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "PL/SQL code-type", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.plsql_code_type" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": false, + "summary": "PL/SQL debug", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 4, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.plsql_debug" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "PL/SQL optimize level", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.plsql_optimize_level" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "PL/SQL ccflags", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.plsql_ccflags" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "plscope_settings", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.plscope_settings" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": false, + "summary": "allow 9.2 or older wrap format in PL/SQL", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 4, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.permit_92_wrap_format" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": false, + "summary": "Java VM JIT enabled", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 4, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.java_jit_enabled" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "Restrict Java VM Access", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.java_restrict" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "maximum number of job queue slave processes", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.job_queue_processes" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "minimum percent of threads required for parallel query", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.parallel_min_percent" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "size of create bitmap buffer for bitmap index", + "category": "", + "enumvals": null, + "tunable": true, + "context": "", + "dbms": 19, + "maxval": 5000000000, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": 0, + "name": "global.create_bitmap_area_size" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "maximum memory allow for BITMAP MERGE", + "category": "", + "enumvals": null, + "tunable": true, + "context": "", + "dbms": 19, + "maxval": 5000000000, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": 0, + "name": "global.bitmap_merge_area_size" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "cursor sharing mode", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.cursor_sharing" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "result cache operator usage mode", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.result_cache_mode" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "minimum parallel query servers per instance", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.parallel_min_servers" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "maximum parallel query servers per instance", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.parallel_max_servers" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "instance group to use for all parallel operations", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.parallel_instance_group" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "message buffer size for parallel execution", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.parallel_execution_message_size" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "size of in-memory hash work area", + "category": "", + "enumvals": null, + "tunable": true, + "context": "", + "dbms": 19, + "maxval": 3000000000, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": 0, + "name": "global.hash_area_size" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "Private temporary table prefix", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.private_temp_table_prefix" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "maximum amount of memory to be used by the cache", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.result_cache_max_size" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "maximum result size as percent of cache size", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.result_cache_max_result" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "maximum life time (min) for any result using a remote object", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.result_cache_remote_expiration" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "Core Size for Shadow Processes", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.shadow_core_dump" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "Core Size for Background Processes", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.background_core_dump" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "Detached process dump directory", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.background_dump_dest" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "User process dump directory", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.user_dump_dest" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "Core dump directory", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.core_dump_dest" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "Directory in which auditing files are to reside", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.audit_file_dest" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "Syslog facility and level", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.audit_syslog_level" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "Syslog facility and level for Unified Audit", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.unified_audit_systemlog" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": false, + "summary": "goldengate resource manager enabled", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 4, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.resource_manage_goldengate" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "optimal size of the user session's object cache in bytes", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.object_cache_optimal_size" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "percentage of maximum size over optimal of the user session's object cache", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.object_cache_max_size_percent" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "maximum number of open files allowed per session", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.session_max_open_files" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "max # open links per session", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.open_links" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "max # open links per instance", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.open_links_per_instance" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "transaction commit log write behaviour", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.commit_write" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "transaction commit log wait behaviour", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.commit_wait" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "transaction commit log write behaviour", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.commit_logging" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "optimizer plan compatibility parameter", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.optimizer_features_enable" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "fixed SYSDATE value", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.fixed_date" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "enable system auditing", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.audit_trail" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "size of in-memory sort work area", + "category": "", + "enumvals": null, + "tunable": true, + "context": "", + "dbms": 19, + "maxval": 3000000000, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": 0, + "name": "global.sort_area_size" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "size of in-memory sort work area retained between fetch calls", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.sort_area_retained_size" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": false, + "summary": "enable SQL processing offload to cells", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 4, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.cell_offload_processing" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": false, + "summary": "enable SQL processing offload of encrypted data to cells", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 4, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.cell_offload_decryption" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "Additional cell offload parameters", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.cell_offload_parameters" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "Cell packet compaction strategy", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.cell_offload_compaction" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "Cell offload explain plan display", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.cell_offload_plan_display" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "database name specified in CREATE DATABASE", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.db_name" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "Database Unique Name", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.db_unique_name" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 300, + "summary": "max # cursors per session", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": 400, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": 200, + "name": "global.open_cursors" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "include file in init.ora", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.ifile" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": false, + "summary": "enable SQL trace", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 4, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.sql_trace" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "prefix for auto-logon accounts", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.os_authent_prefix" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "optimizer mode", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.optimizer_mode" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": false, + "summary": "require select privilege for searched update/delete", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 4, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.sql92_security" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": false, + "summary": "blank trimming semantics parameter", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 4, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.blank_trimming" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "enable the use of star transformation", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.star_transformation_enabled" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "policy used to compute the degree of parallelism (MANUAL/LIMITED/AUTO/ADAPTIVE)", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.parallel_degree_policy" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": false, + "summary": "enable adaptive setting of degree for multiple user streams", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 4, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.parallel_adaptive_multi_user" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "number of parallel execution threads per CPU", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.parallel_threads_per_cpu" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 100, + "summary": "optimizer index cost adjustment", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": 10000, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": 1, + "name": "global.optimizer_index_cost_adj" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "optimizer percent index caching", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.optimizer_index_caching" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "allow rewrite of queries using materialized views if enabled", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.query_rewrite_enabled" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "perform rewrite using materialized views with desired integrity", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.query_rewrite_integrity" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "Target size for the aggregate PGA memory consumed by the instance", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": 33000000000, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": 0, + "name": "global.pga_aggregate_target" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "policy used to size SQL working areas (MANUAL/AUTO)", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.workarea_size_policy" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "optimizer dynamic sampling", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.optimizer_dynamic_sampling" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "statistics level", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.statistics_level" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "Allowed destination for captured bind variables", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.cursor_bind_capture_destination" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": false, + "summary": "skip unusable indexes if set to TRUE", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 4, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.skip_unusable_indexes" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": false, + "summary": "enables the embedded hints to be ignored", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 4, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.optimizer_ignore_hints" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": false, + "summary": "optimizer secure view merging and predicate pushdown/movearound", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 4, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.optimizer_secure_view_merging" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "timeout to restrict the time that ddls wait for dml lock", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.ddl_lock_timeout" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": false, + "summary": "defer segment creation to first insert", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 4, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.deferred_segment_creation" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": false, + "summary": "Control whether to use optimizer pending statistics", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 4, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.optimizer_use_pending_statistics" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": false, + "summary": "automatic capture of SQL plan baselines for repeatable statements", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 4, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.optimizer_capture_sql_plan_baselines" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": true, + "summary": "use of SQL plan baselines for captured sql statements", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 4, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.optimizer_use_sql_plan_baselines" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "threshold above which a plan is a candidate for parallelization (in seconds)", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.parallel_min_time_threshold" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "limit placed on degree of parallelism", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.parallel_degree_limit" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": false, + "summary": "force single instance execution", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 4, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.parallel_force_local" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": false, + "summary": "Usage of invisible indexes (TRUE/FALSE)", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 4, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.optimizer_use_invisible_indexes" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": false, + "summary": "Enables/Disables internal conversions during DST upgrade", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 4, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.dst_upgrade_insert_conv" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "instance target in terms of number of parallel servers", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.parallel_servers_target" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "controls maximum size of VARCHAR2, NVARCHAR2, and RAW types in SQL", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.max_string_size" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": false, + "summary": "use reporting-only mode for adaptive optimizations", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 4, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.optimizer_adaptive_reporting_only" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": false, + "summary": "controls all types of adaptive plans", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 4, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.optimizer_adaptive_plans" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": false, + "summary": "optimizer in-memory columnar awareness", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 4, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.optimizer_inmemory_aware" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "default for DDL cursor invalidation semantics", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.cursor_invalidation" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": false, + "summary": "Replace exact aggregation with approximate aggregation", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 4, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.approx_for_aggregation" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": false, + "summary": "Replace count distinct with approx_count_distinct", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 4, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.approx_for_count_distinct" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "Replace percentile_* with approx_percentile", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.approx_for_percentile" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": false, + "summary": "controls all types of adaptive statistics", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 4, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.optimizer_adaptive_statistics" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": false, + "summary": "enables embedded parallel hints to be ignored", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 4, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.optimizer_ignore_parallel_hints" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "controls the minimum DOP computed by Auto DOP", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.parallel_min_degree" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "TTC protocol error action", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.sec_protocol_error_trace_action" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "TTC protocol error continue action", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.sec_protocol_error_further_action" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "maximum number of failed login attempts on a connection", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.sec_max_failed_login_attempts" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": false, + "summary": "whether the server retruns the complete version information", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 4, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.sec_return_server_release_banner" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": false, + "summary": "enable ddl logging", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 4, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.enable_ddl_logging" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "client result cache max size in bytes", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.client_result_cache_size" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "client result cache maximum lag in milliseconds", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.client_result_cache_lag" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "Outbound DBLINK Protocols allowed", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.outbound_dblink_protocols" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": false, + "summary": "LDAP lookup for DBLINKS", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 4, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.allow_global_dblinks" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "number of AQ Time Managers to start", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.aq_tm_processes" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": false, + "summary": "enable automatic server DD updates in HS agent self-registration", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 4, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.hs_autoregister" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "are XML DB events enabled", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.xml_db_events" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": false, + "summary": "start Data Guard broker (DMON process)", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 4, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.dg_broker_start" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "data guard broker configuration file #1", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.dg_broker_config_file1" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "data guard broker configuration file #2", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.dg_broker_config_file2" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "size of the olap page pool in bytes", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.olap_page_pool_size" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "disk set locations for discovery", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.asm_diskstring" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "preferred read failure groups", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.asm_preferred_read_failure_groups" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "declares which manageability packs are enabled", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.control_management_pack_access" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": false, + "summary": "Enable/Disable AWR automatic PDB flushing", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 4, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.awr_pdb_autoflush_enabled" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "maximum concurrent AWR PDB MMON slaves per instance", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.awr_pdb_max_parallel_slaves" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "Setting for AWR Snapshot Time Offset", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.awr_snapshot_time_offset" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "Category qualifier for applying hintsets", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.sqltune_category" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "Setting for Autotask Maximum Maintenance PDBs", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.autotask_max_active_pdbs" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": false, + "summary": "Enable/Disable Automated Maintenance for Non-Root PDB", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 4, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.enable_automatic_maintenance_pdb" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": false, + "summary": "enable spatial vector acceleration", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 4, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.spatial_vector_acceleration" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "diagnostic base directory", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.diagnostic_dest" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "trace file custom identifier", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.tracefile_identifier" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "Maximum size (in bytes) of dump file", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.max_dump_file_size" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": false, + "summary": "enable in memory tracing", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 4, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.trace_enabled" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "Set the offload group name", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.cell_offloadgroup_name" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": false, + "summary": "Enable Pluggable Database", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 4, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.enable_pluggable_database" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "pluggable database OS credential to bind", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.pdb_os_credential" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "PDB file name convert patterns and strings for create cdb/pdb", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.pdb_file_name_convert" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": false, + "summary": "Non-CDB Compatible", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 4, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.noncdb_compatible" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "Enforce restriction on a prefix of a Common User/Role/Profile name", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.common_user_prefix" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "Parameter is a hint to adjust certain attributes of the CDB", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.target_pdbs" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "max number of pdbs allowed in CDB or Application ROOT", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.max_pdbs" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": false, + "summary": "if TRUE startup in CDB Cluster mode", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 4, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.cdb_cluster" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "CDB Cluster name", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.cdb_cluster_name" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "standby source file directory location", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.standby_pdb_source_file_directory" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "database link to standby source files", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.standby_pdb_source_file_dblink" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "default remote database recovery file location for refresh/relocate", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.remote_recovery_file_dest" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "Disable features", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.disable_pdb_feature" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "Parallel degree for a CONTAINERS() query", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.containers_parallel_degree" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "Default sharing clause", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.default_sharing" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "pluggable database lockdown profile", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.pdb_lockdown" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "PDB template", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.pdb_template" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": 0, + "summary": "duplicated table refresh rate (in seconds)", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 2, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.shrd_dupl_table_refresh_rate" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "consistency setting for multishard queries", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.multishard_query_data_consistency" + } + }, + { + "model": "website.KnobCatalog", + "fields": { + "default": "", + "summary": "enable partial results for multishard queries", + "category": "", + "enumvals": null, + "tunable": false, + "context": "", + "dbms": 19, + "maxval": null, + "vartype": 1, + "unit": 3, + "description": "", + "scope": "global", + "minval": null, + "name": "global.multishard_query_partial_results" + } + } +] \ 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 new file mode 100644 index 0000000..5f07d8c --- /dev/null +++ b/server/website/website/fixtures/oracle-19_metrics.json @@ -0,0 +1,22123 @@ +[ + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "OS CPU Qt wait time", + "vartype": 2, + "name": "global.OS CPU Qt wait time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "Requests to/from client", + "vartype": 2, + "name": "global.Requests to/from client" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "logons cumulative", + "vartype": 2, + "name": "global.logons cumulative" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "logons current", + "vartype": 2, + "name": "global.logons current" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "opened cursors cumulative", + "vartype": 2, + "name": "global.opened cursors cumulative" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "opened cursors current", + "vartype": 2, + "name": "global.opened cursors current" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 1, + "dbms": 19, + "summary": "user commits", + "vartype": 2, + "name": "global.user commits" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "user rollbacks", + "vartype": 2, + "name": "global.user rollbacks" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "user calls", + "vartype": 2, + "name": "global.user calls" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "recursive calls", + "vartype": 2, + "name": "global.recursive calls" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "recursive cpu usage", + "vartype": 2, + "name": "global.recursive cpu usage" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "pinned cursors current", + "vartype": 2, + "name": "global.pinned cursors current" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "user logons cumulative", + "vartype": 2, + "name": "global.user logons cumulative" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "user logouts cumulative", + "vartype": 2, + "name": "global.user logouts cumulative" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "session logical reads", + "vartype": 2, + "name": "global.session logical reads" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "session logical reads in local numa group", + "vartype": 2, + "name": "global.session logical reads in local numa group" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "session logical reads in remote numa group", + "vartype": 2, + "name": "global.session logical reads in remote numa group" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "session stored procedure space", + "vartype": 2, + "name": "global.session stored procedure space" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "CPU used when call started", + "vartype": 2, + "name": "global.CPU used when call started" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "CPU used by this session", + "vartype": 2, + "name": "global.CPU used by this session" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "DB time", + "vartype": 2, + "name": "global.DB time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "CPU used by LWTs for this session", + "vartype": 2, + "name": "global.CPU used by LWTs for this session" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "DB time of LWTs for this session", + "vartype": 2, + "name": "global.DB time of LWTs for this session" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cluster wait time", + "vartype": 2, + "name": "global.cluster wait time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "concurrency wait time", + "vartype": 2, + "name": "global.concurrency wait time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "application wait time", + "vartype": 2, + "name": "global.application wait time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "user I/O wait time", + "vartype": 2, + "name": "global.user I/O wait time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "scheduler wait time", + "vartype": 2, + "name": "global.scheduler wait time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "non-idle wait time", + "vartype": 2, + "name": "global.non-idle wait time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "non-idle wait count", + "vartype": 2, + "name": "global.non-idle wait count" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "in call idle wait time", + "vartype": 2, + "name": "global.in call idle wait time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "session connect time", + "vartype": 2, + "name": "global.session connect time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "process last non-idle time", + "vartype": 2, + "name": "global.process last non-idle time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "session uga memory", + "vartype": 2, + "name": "global.session uga memory" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "session uga memory max", + "vartype": 2, + "name": "global.session uga memory max" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "messages sent", + "vartype": 2, + "name": "global.messages sent" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "messages received", + "vartype": 2, + "name": "global.messages received" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "background timeouts", + "vartype": 2, + "name": "global.background timeouts" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "remote Oradebug requests", + "vartype": 2, + "name": "global.remote Oradebug requests" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "session pga memory", + "vartype": 2, + "name": "global.session pga memory" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "session pga memory max", + "vartype": 2, + "name": "global.session pga memory max" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "recursive system API invocations", + "vartype": 2, + "name": "global.recursive system API invocations" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "enqueue timeouts", + "vartype": 2, + "name": "global.enqueue timeouts" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "enqueue waits", + "vartype": 2, + "name": "global.enqueue waits" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "enqueue deadlocks", + "vartype": 2, + "name": "global.enqueue deadlocks" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "enqueue requests", + "vartype": 2, + "name": "global.enqueue requests" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "enqueue conversions", + "vartype": 2, + "name": "global.enqueue conversions" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "enqueue releases", + "vartype": 2, + "name": "global.enqueue releases" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "global enqueue gets sync", + "vartype": 2, + "name": "global.global enqueue gets sync" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "global enqueue gets async", + "vartype": 2, + "name": "global.global enqueue gets async" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "global enqueue get time", + "vartype": 2, + "name": "global.global enqueue get time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "global enqueue releases", + "vartype": 2, + "name": "global.global enqueue releases" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "physical read total IO requests", + "vartype": 2, + "name": "global.physical read total IO requests" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "physical read total multi block requests", + "vartype": 2, + "name": "global.physical read total multi block requests" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "physical read requests optimized", + "vartype": 2, + "name": "global.physical read requests optimized" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "physical read total bytes optimized", + "vartype": 2, + "name": "global.physical read total bytes optimized" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "physical read partial requests", + "vartype": 2, + "name": "global.physical read partial requests" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "physical read total bytes", + "vartype": 2, + "name": "global.physical read total bytes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "physical write requests optimized", + "vartype": 2, + "name": "global.physical write requests optimized" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "physical write total bytes optimized", + "vartype": 2, + "name": "global.physical write total bytes optimized" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell writes to flash cache", + "vartype": 2, + "name": "global.cell writes to flash cache" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell overwrites in flash cache", + "vartype": 2, + "name": "global.cell overwrites in flash cache" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell partial writes in flash cache", + "vartype": 2, + "name": "global.cell partial writes in flash cache" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell writes to flash cache for temp IO", + "vartype": 2, + "name": "global.cell writes to flash cache for temp IO" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "physical write total IO requests", + "vartype": 2, + "name": "global.physical write total IO requests" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "physical write total multi block requests", + "vartype": 2, + "name": "global.physical write total multi block requests" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "physical write total bytes", + "vartype": 2, + "name": "global.physical write total bytes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell physical IO interconnect bytes", + "vartype": 2, + "name": "global.cell physical IO interconnect bytes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "spare statistic 1", + "vartype": 2, + "name": "global.spare statistic 1" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "spare statistic 2", + "vartype": 2, + "name": "global.spare statistic 2" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "spare statistic 3", + "vartype": 2, + "name": "global.spare statistic 3" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "spare statistic 4", + "vartype": 2, + "name": "global.spare statistic 4" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "spare statistic 5", + "vartype": 2, + "name": "global.spare statistic 5" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "spare statistic 6", + "vartype": 2, + "name": "global.spare statistic 6" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "spare statistic 7", + "vartype": 2, + "name": "global.spare statistic 7" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "spare statistic 8", + "vartype": 2, + "name": "global.spare statistic 8" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "spare statistic 9", + "vartype": 2, + "name": "global.spare statistic 9" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "spare statistic 10", + "vartype": 2, + "name": "global.spare statistic 10" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "spare statistic 11", + "vartype": 2, + "name": "global.spare statistic 11" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "spare statistic 12", + "vartype": 2, + "name": "global.spare statistic 12" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "spare statistic 13", + "vartype": 2, + "name": "global.spare statistic 13" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "spare statistic 14", + "vartype": 2, + "name": "global.spare statistic 14" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "spare statistic 15", + "vartype": 2, + "name": "global.spare statistic 15" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "spare statistic 16", + "vartype": 2, + "name": "global.spare statistic 16" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "spare statistic 17", + "vartype": 2, + "name": "global.spare statistic 17" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "spare statistic 18", + "vartype": 2, + "name": "global.spare statistic 18" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "spare statistic 19", + "vartype": 2, + "name": "global.spare statistic 19" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "spare statistic 20", + "vartype": 2, + "name": "global.spare statistic 20" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "spare statistic 21", + "vartype": 2, + "name": "global.spare statistic 21" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "spare statistic 22", + "vartype": 2, + "name": "global.spare statistic 22" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "spare statistic 23", + "vartype": 2, + "name": "global.spare statistic 23" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "spare statistic 24", + "vartype": 2, + "name": "global.spare statistic 24" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "spare statistic 25", + "vartype": 2, + "name": "global.spare statistic 25" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "spare statistic 26", + "vartype": 2, + "name": "global.spare statistic 26" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "spare statistic 27", + "vartype": 2, + "name": "global.spare statistic 27" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "spare statistic 28", + "vartype": 2, + "name": "global.spare statistic 28" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "spare statistic 29", + "vartype": 2, + "name": "global.spare statistic 29" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "spare statistic 30", + "vartype": 2, + "name": "global.spare statistic 30" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "spare statistic 31", + "vartype": 2, + "name": "global.spare statistic 31" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "spare statistic 32", + "vartype": 2, + "name": "global.spare statistic 32" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "spare statistic 33", + "vartype": 2, + "name": "global.spare statistic 33" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "spare statistic 34", + "vartype": 2, + "name": "global.spare statistic 34" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "spare statistic 35", + "vartype": 2, + "name": "global.spare statistic 35" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "spare statistic 36", + "vartype": 2, + "name": "global.spare statistic 36" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "spare statistic 37", + "vartype": 2, + "name": "global.spare statistic 37" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "spare statistic 38", + "vartype": 2, + "name": "global.spare statistic 38" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "spare statistic 39", + "vartype": 2, + "name": "global.spare statistic 39" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "spare statistic 40", + "vartype": 2, + "name": "global.spare statistic 40" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IPC CPU used by this session", + "vartype": 2, + "name": "global.IPC CPU used by this session" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "physical read snap IO requests base", + "vartype": 2, + "name": "global.physical read snap IO requests base" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "physical read snap IO requests copy", + "vartype": 2, + "name": "global.physical read snap IO requests copy" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "physical read snap IO requests no data", + "vartype": 2, + "name": "global.physical read snap IO requests no data" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "physical read snap bytes base", + "vartype": 2, + "name": "global.physical read snap bytes base" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "physical read snap bytes copy", + "vartype": 2, + "name": "global.physical read snap bytes copy" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "physical write snap IO requests new allocations", + "vartype": 2, + "name": "global.physical write snap IO requests new allocations" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "gcs messages sent", + "vartype": 2, + "name": "global.gcs messages sent" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "ges messages sent", + "vartype": 2, + "name": "global.ges messages sent" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "global enqueue CPU used by this session", + "vartype": 2, + "name": "global.global enqueue CPU used by this session" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "gcs data block access records", + "vartype": 2, + "name": "global.gcs data block access records" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "gcs data block access record drops", + "vartype": 2, + "name": "global.gcs data block access record drops" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "gcs stats management (SCM) process posts", + "vartype": 2, + "name": "global.gcs stats management (SCM) process posts" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "gcs read-mostly lock grants", + "vartype": 2, + "name": "global.gcs read-mostly lock grants" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "gcs anti-locks created", + "vartype": 2, + "name": "global.gcs anti-locks created" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "gcs read-mostly lock failures", + "vartype": 2, + "name": "global.gcs read-mostly lock failures" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "gcs affinity lock grants", + "vartype": 2, + "name": "global.gcs affinity lock grants" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "gcs affinity lock failures", + "vartype": 2, + "name": "global.gcs affinity lock failures" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "ka messages sent", + "vartype": 2, + "name": "global.ka messages sent" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "ka grants received", + "vartype": 2, + "name": "global.ka grants received" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "ka local messages received", + "vartype": 2, + "name": "global.ka local messages received" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "ka local message waits", + "vartype": 2, + "name": "global.ka local message waits" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "ka wait due to timeout", + "vartype": 2, + "name": "global.ka wait due to timeout" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "ka wait due to trigger", + "vartype": 2, + "name": "global.ka wait due to trigger" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "ka wait calls suppressed", + "vartype": 2, + "name": "global.ka wait calls suppressed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "ka wait calls for invalid kga", + "vartype": 2, + "name": "global.ka wait calls for invalid kga" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "ka wait calls attempted", + "vartype": 2, + "name": "global.ka wait calls attempted" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "ka wait calls other", + "vartype": 2, + "name": "global.ka wait calls other" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "max cf enq hold time", + "vartype": 2, + "name": "global.max cf enq hold time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "total cf enq hold time", + "vartype": 2, + "name": "global.total cf enq hold time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "total number of cf enq holders", + "vartype": 2, + "name": "global.total number of cf enq holders" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "db block gets", + "vartype": 2, + "name": "global.db block gets" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "db block gets from cache", + "vartype": 2, + "name": "global.db block gets from cache" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "db block gets from cache (fastpath)", + "vartype": 2, + "name": "global.db block gets from cache (fastpath)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "db block gets direct", + "vartype": 2, + "name": "global.db block gets direct" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "consistent gets", + "vartype": 2, + "name": "global.consistent gets" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "consistent gets from cache", + "vartype": 2, + "name": "global.consistent gets from cache" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "consistent gets pin", + "vartype": 2, + "name": "global.consistent gets pin" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "consistent gets pin (fastpath)", + "vartype": 2, + "name": "global.consistent gets pin (fastpath)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "consistent gets examination", + "vartype": 2, + "name": "global.consistent gets examination" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "consistent gets examination (fastpath)", + "vartype": 2, + "name": "global.consistent gets examination (fastpath)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "consistent gets direct", + "vartype": 2, + "name": "global.consistent gets direct" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "fastpath consistent get quota limit", + "vartype": 2, + "name": "global.fastpath consistent get quota limit" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "logical read bytes from cache", + "vartype": 2, + "name": "global.logical read bytes from cache" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "physical reads", + "vartype": 2, + "name": "global.physical reads" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "physical reads cache", + "vartype": 2, + "name": "global.physical reads cache" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "physical read flash cache hits", + "vartype": 2, + "name": "global.physical read flash cache hits" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "physical reads direct", + "vartype": 2, + "name": "global.physical reads direct" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "physical read IO requests", + "vartype": 2, + "name": "global.physical read IO requests" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "physical read bytes", + "vartype": 2, + "name": "global.physical read bytes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "db block changes", + "vartype": 2, + "name": "global.db block changes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "consistent changes", + "vartype": 2, + "name": "global.consistent changes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "recovery blocks read", + "vartype": 2, + "name": "global.recovery blocks read" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "recovery blocks read for lost write detection", + "vartype": 2, + "name": "global.recovery blocks read for lost write detection" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "recovery blocks skipped lost write checks", + "vartype": 2, + "name": "global.recovery blocks skipped lost write checks" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "physical writes", + "vartype": 2, + "name": "global.physical writes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "physical writes direct", + "vartype": 2, + "name": "global.physical writes direct" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "physical writes from cache", + "vartype": 2, + "name": "global.physical writes from cache" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "physical write IO requests", + "vartype": 2, + "name": "global.physical write IO requests" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "flash cache inserts", + "vartype": 2, + "name": "global.flash cache inserts" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "physical reads direct temporary tablespace", + "vartype": 2, + "name": "global.physical reads direct temporary tablespace" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "physical writes direct temporary tablespace", + "vartype": 2, + "name": "global.physical writes direct temporary tablespace" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "physical write bytes", + "vartype": 2, + "name": "global.physical write bytes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "flash cache eviction: invalidated", + "vartype": 2, + "name": "global.flash cache eviction: invalidated" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "flash cache eviction: buffer pinned", + "vartype": 2, + "name": "global.flash cache eviction: buffer pinned" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "flash cache eviction: aged out", + "vartype": 2, + "name": "global.flash cache eviction: aged out" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "flash cache insert skip: not current", + "vartype": 2, + "name": "global.flash cache insert skip: not current" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "flash cache insert skip: DBWR overloaded", + "vartype": 2, + "name": "global.flash cache insert skip: DBWR overloaded" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "flash cache insert skip: exists", + "vartype": 2, + "name": "global.flash cache insert skip: exists" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "flash cache insert skip: not useful", + "vartype": 2, + "name": "global.flash cache insert skip: not useful" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "flash cache insert skip: modification", + "vartype": 2, + "name": "global.flash cache insert skip: modification" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "flash cache insert skip: corrupt", + "vartype": 2, + "name": "global.flash cache insert skip: corrupt" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "db corrupt blocks detected", + "vartype": 2, + "name": "global.db corrupt blocks detected" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "db corrupt blocks recovered", + "vartype": 2, + "name": "global.db corrupt blocks recovered" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "session referenced a buffer on dram", + "vartype": 2, + "name": "global.session referenced a buffer on dram" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "session referenced a buffer on xmem", + "vartype": 2, + "name": "global.session referenced a buffer on xmem" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "physical writes non checkpoint", + "vartype": 2, + "name": "global.physical writes non checkpoint" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "summed dirty queue length", + "vartype": 2, + "name": "global.summed dirty queue length" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "DBWR checkpoint buffers written", + "vartype": 2, + "name": "global.DBWR checkpoint buffers written" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "DBWR thread checkpoint buffers written", + "vartype": 2, + "name": "global.DBWR thread checkpoint buffers written" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "DBWR tablespace checkpoint buffers written", + "vartype": 2, + "name": "global.DBWR tablespace checkpoint buffers written" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "DBWR parallel query checkpoint buffers written", + "vartype": 2, + "name": "global.DBWR parallel query checkpoint buffers written" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "DBWR object drop buffers written", + "vartype": 2, + "name": "global.DBWR object drop buffers written" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "DBWR transaction table writes", + "vartype": 2, + "name": "global.DBWR transaction table writes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "DBWR undo block writes", + "vartype": 2, + "name": "global.DBWR undo block writes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "DBWR revisited being-written buffer", + "vartype": 2, + "name": "global.DBWR revisited being-written buffer" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "DBWR lru scans", + "vartype": 2, + "name": "global.DBWR lru scans" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "DBWR checkpoints", + "vartype": 2, + "name": "global.DBWR checkpoints" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "DBWR fusion writes", + "vartype": 2, + "name": "global.DBWR fusion writes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "prefetch clients - keep", + "vartype": 2, + "name": "global.prefetch clients - keep" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "prefetch clients - recycle", + "vartype": 2, + "name": "global.prefetch clients - recycle" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "prefetch clients - default", + "vartype": 2, + "name": "global.prefetch clients - default" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "prefetch clients - 2k", + "vartype": 2, + "name": "global.prefetch clients - 2k" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "prefetch clients - 4k", + "vartype": 2, + "name": "global.prefetch clients - 4k" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "prefetch clients - 8k", + "vartype": 2, + "name": "global.prefetch clients - 8k" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "prefetch clients - 16k", + "vartype": 2, + "name": "global.prefetch clients - 16k" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "prefetch clients - 32k", + "vartype": 2, + "name": "global.prefetch clients - 32k" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "BPS commit wait", + "vartype": 2, + "name": "global.BPS commit wait" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "BPS redo wait", + "vartype": 2, + "name": "global.BPS redo wait" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "BPS session wait", + "vartype": 2, + "name": "global.BPS session wait" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "change write time", + "vartype": 2, + "name": "global.change write time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "exchange deadlocks", + "vartype": 2, + "name": "global.exchange deadlocks" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "free buffer requested", + "vartype": 2, + "name": "global.free buffer requested" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "dirty buffers inspected", + "vartype": 2, + "name": "global.dirty buffers inspected" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "pinned buffers inspected", + "vartype": 2, + "name": "global.pinned buffers inspected" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "hot buffers moved to head of LRU", + "vartype": 2, + "name": "global.hot buffers moved to head of LRU" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "free buffer inspected", + "vartype": 2, + "name": "global.free buffer inspected" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "commit cleanout failures: write disabled", + "vartype": 2, + "name": "global.commit cleanout failures: write disabled" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "commit cleanout failures: block lost", + "vartype": 2, + "name": "global.commit cleanout failures: block lost" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "commit cleanout failures: cannot pin", + "vartype": 2, + "name": "global.commit cleanout failures: cannot pin" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "commit cleanout failures: hot backup in progress", + "vartype": 2, + "name": "global.commit cleanout failures: hot backup in progress" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "commit cleanout failures: buffer being written", + "vartype": 2, + "name": "global.commit cleanout failures: buffer being written" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "commit cleanout failures: callback failure", + "vartype": 2, + "name": "global.commit cleanout failures: callback failure" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "commit cleanout failures: delayed log", + "vartype": 2, + "name": "global.commit cleanout failures: delayed log" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "commit cleanout failures: flashback", + "vartype": 2, + "name": "global.commit cleanout failures: flashback" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "commit cleanouts", + "vartype": 2, + "name": "global.commit cleanouts" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "commit cleanouts successfully completed", + "vartype": 2, + "name": "global.commit cleanouts successfully completed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "saved cleanout failures: write disabled", + "vartype": 2, + "name": "global.saved cleanout failures: write disabled" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "saved cleanout failures: cannot pin", + "vartype": 2, + "name": "global.saved cleanout failures: cannot pin" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "saved cleanout failures: hot backup in progress", + "vartype": 2, + "name": "global.saved cleanout failures: hot backup in progress" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "saved cleanout failures: buffer being written", + "vartype": 2, + "name": "global.saved cleanout failures: buffer being written" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "saved cleanout failures: callback failure", + "vartype": 2, + "name": "global.saved cleanout failures: callback failure" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "saved cleanout failures: flashback", + "vartype": 2, + "name": "global.saved cleanout failures: flashback" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "saved cleanout failures: delayed log", + "vartype": 2, + "name": "global.saved cleanout failures: delayed log" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "saved cleanouts", + "vartype": 2, + "name": "global.saved cleanouts" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "saved cleanouts successfully completed", + "vartype": 2, + "name": "global.saved cleanouts successfully completed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "recovery array reads", + "vartype": 2, + "name": "global.recovery array reads" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "recovery array read time", + "vartype": 2, + "name": "global.recovery array read time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "CR blocks created", + "vartype": 2, + "name": "global.CR blocks created" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "private CR blocks created", + "vartype": 2, + "name": "global.private CR blocks created" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "current blocks converted for CR", + "vartype": 2, + "name": "global.current blocks converted for CR" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "switch current to new buffer", + "vartype": 2, + "name": "global.switch current to new buffer" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "switch current caused by our pin", + "vartype": 2, + "name": "global.switch current caused by our pin" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "write clones created in foreground", + "vartype": 2, + "name": "global.write clones created in foreground" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "write clones created in background", + "vartype": 2, + "name": "global.write clones created in background" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "write clones created for recovery", + "vartype": 2, + "name": "global.write clones created for recovery" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "checkpoint clones created for ADG recovery", + "vartype": 2, + "name": "global.checkpoint clones created for ADG recovery" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "recovery block gets from cache", + "vartype": 2, + "name": "global.recovery block gets from cache" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "physical reads cache prefetch", + "vartype": 2, + "name": "global.physical reads cache prefetch" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "physical reads prefetch warmup", + "vartype": 2, + "name": "global.physical reads prefetch warmup" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "prefetched blocks aged out before use", + "vartype": 2, + "name": "global.prefetched blocks aged out before use" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "prefetch warmup blocks aged out before use", + "vartype": 2, + "name": "global.prefetch warmup blocks aged out before use" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "prefetch warmup blocks flushed out before use", + "vartype": 2, + "name": "global.prefetch warmup blocks flushed out before use" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "physical reads retry corrupt", + "vartype": 2, + "name": "global.physical reads retry corrupt" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "physical reads direct (lob)", + "vartype": 2, + "name": "global.physical reads direct (lob)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "physical writes direct (lob)", + "vartype": 2, + "name": "global.physical writes direct (lob)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cold recycle reads", + "vartype": 2, + "name": "global.cold recycle reads" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "shared hash latch upgrades - no wait", + "vartype": 2, + "name": "global.shared hash latch upgrades - no wait" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "shared hash latch upgrades - wait", + "vartype": 2, + "name": "global.shared hash latch upgrades - wait" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "physical reads for flashback new", + "vartype": 2, + "name": "global.physical reads for flashback new" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "flashback cache read optimizations for block new", + "vartype": 2, + "name": "global.flashback cache read optimizations for block new" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "flashback direct read optimizations for block new", + "vartype": 2, + "name": "global.flashback direct read optimizations for block new" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "flashback securefile cache read optimizations for block new", + "vartype": 2, + "name": "global.flashback securefile cache read optimizations for block new" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "flashback securefile direct read optimizations for block new", + "vartype": 2, + "name": "global.flashback securefile direct read optimizations for block new" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "physical reads cache for securefile flashback block new", + "vartype": 2, + "name": "global.physical reads cache for securefile flashback block new" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "physical reads direct for securefile flashback block new", + "vartype": 2, + "name": "global.physical reads direct for securefile flashback block new" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "blocks encrypted", + "vartype": 2, + "name": "global.blocks encrypted" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "blocks decrypted", + "vartype": 2, + "name": "global.blocks decrypted" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "data warehousing scanned objects", + "vartype": 2, + "name": "global.data warehousing scanned objects" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "data warehousing scanned blocks", + "vartype": 2, + "name": "global.data warehousing scanned blocks" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "data warehousing scanned blocks - memory", + "vartype": 2, + "name": "global.data warehousing scanned blocks - memory" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "data warehousing scanned blocks - flash", + "vartype": 2, + "name": "global.data warehousing scanned blocks - flash" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "data warehousing scanned blocks - disk", + "vartype": 2, + "name": "global.data warehousing scanned blocks - disk" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "data warehousing scanned blocks - offload", + "vartype": 2, + "name": "global.data warehousing scanned blocks - offload" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "data warehousing evicted objects", + "vartype": 2, + "name": "global.data warehousing evicted objects" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "data warehousing evicted objects - cooling", + "vartype": 2, + "name": "global.data warehousing evicted objects - cooling" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "data warehousing evicted objects - replace", + "vartype": 2, + "name": "global.data warehousing evicted objects - replace" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "data warehousing cooling action", + "vartype": 2, + "name": "global.data warehousing cooling action" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "dram clean buffers available and above threshold", + "vartype": 2, + "name": "global.dram clean buffers available and above threshold" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "dram clean buffers available and is requested", + "vartype": 2, + "name": "global.dram clean buffers available and is requested" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "xmem clean buffers available and used", + "vartype": 2, + "name": "global.xmem clean buffers available and used" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "xmem clean buffers not available so switch to main", + "vartype": 2, + "name": "global.xmem clean buffers not available so switch to main" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "xmem buffer switch needed but no free dram buffer", + "vartype": 2, + "name": "global.xmem buffer switch needed but no free dram buffer" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "xmem: dram enforced but no free buffer", + "vartype": 2, + "name": "global.xmem: dram enforced but no free buffer" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "calls to kcmgcs", + "vartype": 2, + "name": "global.calls to kcmgcs" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "calls to kcmgrs", + "vartype": 2, + "name": "global.calls to kcmgrs" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "calls to kcmgas", + "vartype": 2, + "name": "global.calls to kcmgas" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "SCN increments due to another database", + "vartype": 2, + "name": "global.SCN increments due to another database" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "calls to get snapshot scn: kcmgss", + "vartype": 2, + "name": "global.calls to get snapshot scn: kcmgss" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo blocks read for recovery", + "vartype": 2, + "name": "global.redo blocks read for recovery" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo k-bytes read for recovery", + "vartype": 2, + "name": "global.redo k-bytes read for recovery" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo k-bytes read for terminal recovery", + "vartype": 2, + "name": "global.redo k-bytes read for terminal recovery" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "Streaming Stall Reap", + "vartype": 2, + "name": "global.Streaming Stall Reap" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "Streaming No-Stall Reap", + "vartype": 2, + "name": "global.Streaming No-Stall Reap" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo entries", + "vartype": 2, + "name": "global.redo entries" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo size", + "vartype": 2, + "name": "global.redo size" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo entries for lost write detection", + "vartype": 2, + "name": "global.redo entries for lost write detection" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo size for lost write detection", + "vartype": 2, + "name": "global.redo size for lost write detection" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo size for direct writes", + "vartype": 2, + "name": "global.redo size for direct writes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo buffer allocation retries", + "vartype": 2, + "name": "global.redo buffer allocation retries" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo wastage", + "vartype": 2, + "name": "global.redo wastage" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo write active strands", + "vartype": 2, + "name": "global.redo write active strands" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo writes", + "vartype": 2, + "name": "global.redo writes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo writes (group 0)", + "vartype": 2, + "name": "global.redo writes (group 0)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo writes (group 1)", + "vartype": 2, + "name": "global.redo writes (group 1)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo writes (group 2)", + "vartype": 2, + "name": "global.redo writes (group 2)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo writes (group 3)", + "vartype": 2, + "name": "global.redo writes (group 3)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo writes (group 4)", + "vartype": 2, + "name": "global.redo writes (group 4)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo writes (group 5)", + "vartype": 2, + "name": "global.redo writes (group 5)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo writes (group 6)", + "vartype": 2, + "name": "global.redo writes (group 6)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo writes (group 7)", + "vartype": 2, + "name": "global.redo writes (group 7)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo writes adaptive all", + "vartype": 2, + "name": "global.redo writes adaptive all" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo writes adaptive worker", + "vartype": 2, + "name": "global.redo writes adaptive worker" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo writes coalesced", + "vartype": 2, + "name": "global.redo writes coalesced" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo blocks written", + "vartype": 2, + "name": "global.redo blocks written" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo blocks written (group 0)", + "vartype": 2, + "name": "global.redo blocks written (group 0)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo blocks written (group 1)", + "vartype": 2, + "name": "global.redo blocks written (group 1)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo blocks written (group 2)", + "vartype": 2, + "name": "global.redo blocks written (group 2)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo blocks written (group 3)", + "vartype": 2, + "name": "global.redo blocks written (group 3)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo blocks written (group 4)", + "vartype": 2, + "name": "global.redo blocks written (group 4)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo blocks written (group 5)", + "vartype": 2, + "name": "global.redo blocks written (group 5)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo blocks written (group 6)", + "vartype": 2, + "name": "global.redo blocks written (group 6)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo blocks written (group 7)", + "vartype": 2, + "name": "global.redo blocks written (group 7)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo write size count ( 4KB)", + "vartype": 2, + "name": "global.redo write size count ( 4KB)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo write size count ( 8KB)", + "vartype": 2, + "name": "global.redo write size count ( 8KB)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo write size count ( 16KB)", + "vartype": 2, + "name": "global.redo write size count ( 16KB)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo write size count ( 32KB)", + "vartype": 2, + "name": "global.redo write size count ( 32KB)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo write size count ( 64KB)", + "vartype": 2, + "name": "global.redo write size count ( 64KB)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo write size count ( 128KB)", + "vartype": 2, + "name": "global.redo write size count ( 128KB)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo write size count ( 256KB)", + "vartype": 2, + "name": "global.redo write size count ( 256KB)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo write size count ( 512KB)", + "vartype": 2, + "name": "global.redo write size count ( 512KB)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo write size count (1024KB)", + "vartype": 2, + "name": "global.redo write size count (1024KB)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo write size count (inf)", + "vartype": 2, + "name": "global.redo write size count (inf)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo write time", + "vartype": 2, + "name": "global.redo write time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo write time (usec)", + "vartype": 2, + "name": "global.redo write time (usec)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo write worker delay (usec)", + "vartype": 2, + "name": "global.redo write worker delay (usec)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo write worker delay count", + "vartype": 2, + "name": "global.redo write worker delay count" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo blocks checksummed by FG (exclusive)", + "vartype": 2, + "name": "global.redo blocks checksummed by FG (exclusive)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo blocks checksummed by LGWR", + "vartype": 2, + "name": "global.redo blocks checksummed by LGWR" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo log space requests", + "vartype": 2, + "name": "global.redo log space requests" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo log space wait time", + "vartype": 2, + "name": "global.redo log space wait time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo ordering marks", + "vartype": 2, + "name": "global.redo ordering marks" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo subscn max counts", + "vartype": 2, + "name": "global.redo subscn max counts" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo write broadcast ack time", + "vartype": 2, + "name": "global.redo write broadcast ack time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo write broadcast ack count", + "vartype": 2, + "name": "global.redo write broadcast ack count" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo write broadcast lgwr post count", + "vartype": 2, + "name": "global.redo write broadcast lgwr post count" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo synch time", + "vartype": 2, + "name": "global.redo synch time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo synch time (usec)", + "vartype": 2, + "name": "global.redo synch time (usec)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo synch time overhead (usec)", + "vartype": 2, + "name": "global.redo synch time overhead (usec)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo synch time overhead count ( 2ms)", + "vartype": 2, + "name": "global.redo synch time overhead count ( 2ms)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo synch time overhead count ( 8ms)", + "vartype": 2, + "name": "global.redo synch time overhead count ( 8ms)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo synch time overhead count ( 32ms)", + "vartype": 2, + "name": "global.redo synch time overhead count ( 32ms)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo synch time overhead count (128ms)", + "vartype": 2, + "name": "global.redo synch time overhead count (128ms)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo synch time overhead count (inf)", + "vartype": 2, + "name": "global.redo synch time overhead count (inf)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo synch fast poll sleep count", + "vartype": 2, + "name": "global.redo synch fast poll sleep count" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo synch fast poll sleep (usec)", + "vartype": 2, + "name": "global.redo synch fast poll sleep (usec)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo synch fast poll sleep (20us)", + "vartype": 2, + "name": "global.redo synch fast poll sleep (20us)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo synch fast poll sleep (40us)", + "vartype": 2, + "name": "global.redo synch fast poll sleep (40us)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo synch fast poll sleep (60us)", + "vartype": 2, + "name": "global.redo synch fast poll sleep (60us)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo synch fast poll sleep (80us)", + "vartype": 2, + "name": "global.redo synch fast poll sleep (80us)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo synch fast poll sleep (100us)", + "vartype": 2, + "name": "global.redo synch fast poll sleep (100us)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo synch fast poll sleep (120us)", + "vartype": 2, + "name": "global.redo synch fast poll sleep (120us)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo synch fast poll sleep (160us)", + "vartype": 2, + "name": "global.redo synch fast poll sleep (160us)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo synch fast poll sleep (240us)", + "vartype": 2, + "name": "global.redo synch fast poll sleep (240us)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo synch fast poll sleep (400us)", + "vartype": 2, + "name": "global.redo synch fast poll sleep (400us)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo synch fast poll sleep (720us)", + "vartype": 2, + "name": "global.redo synch fast poll sleep (720us)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo synch fast poll sleep (inf)", + "vartype": 2, + "name": "global.redo synch fast poll sleep (inf)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo synch fast poll sleep o/h (usec)", + "vartype": 2, + "name": "global.redo synch fast poll sleep o/h (usec)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo synch fast poll sleep o/h (20us)", + "vartype": 2, + "name": "global.redo synch fast poll sleep o/h (20us)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo synch fast poll sleep o/h (40us)", + "vartype": 2, + "name": "global.redo synch fast poll sleep o/h (40us)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo synch fast poll sleep o/h (60us)", + "vartype": 2, + "name": "global.redo synch fast poll sleep o/h (60us)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo synch fast poll sleep o/h (80us)", + "vartype": 2, + "name": "global.redo synch fast poll sleep o/h (80us)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo synch fast poll sleep o/h (100us)", + "vartype": 2, + "name": "global.redo synch fast poll sleep o/h (100us)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo synch fast poll sleep o/h (120us)", + "vartype": 2, + "name": "global.redo synch fast poll sleep o/h (120us)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo synch fast poll sleep o/h (160us)", + "vartype": 2, + "name": "global.redo synch fast poll sleep o/h (160us)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo synch fast poll sleep o/h (240us)", + "vartype": 2, + "name": "global.redo synch fast poll sleep o/h (240us)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo synch fast poll sleep o/h (400us)", + "vartype": 2, + "name": "global.redo synch fast poll sleep o/h (400us)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo synch fast poll sleep o/h (720us)", + "vartype": 2, + "name": "global.redo synch fast poll sleep o/h (720us)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo synch fast poll sleep o/h (inf)", + "vartype": 2, + "name": "global.redo synch fast poll sleep o/h (inf)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo synch fast poll spin count", + "vartype": 2, + "name": "global.redo synch fast poll spin count" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo synch fast poll spin (usec)", + "vartype": 2, + "name": "global.redo synch fast poll spin (usec)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo synch fast poll spin (20us)", + "vartype": 2, + "name": "global.redo synch fast poll spin (20us)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo synch fast poll spin (40us)", + "vartype": 2, + "name": "global.redo synch fast poll spin (40us)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo synch fast poll spin (60us)", + "vartype": 2, + "name": "global.redo synch fast poll spin (60us)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo synch fast poll spin (80us)", + "vartype": 2, + "name": "global.redo synch fast poll spin (80us)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo synch fast poll spin (100us)", + "vartype": 2, + "name": "global.redo synch fast poll spin (100us)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo synch fast poll spin (120us)", + "vartype": 2, + "name": "global.redo synch fast poll spin (120us)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo synch fast poll spin (160us)", + "vartype": 2, + "name": "global.redo synch fast poll spin (160us)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo synch fast poll spin (240us)", + "vartype": 2, + "name": "global.redo synch fast poll spin (240us)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo synch fast poll spin (400us)", + "vartype": 2, + "name": "global.redo synch fast poll spin (400us)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo synch fast poll spin (720us)", + "vartype": 2, + "name": "global.redo synch fast poll spin (720us)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo synch fast poll spin (inf)", + "vartype": 2, + "name": "global.redo synch fast poll spin (inf)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo synch fast poll backoff count", + "vartype": 2, + "name": "global.redo synch fast poll backoff count" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo synch fast poll backoff (usec)", + "vartype": 2, + "name": "global.redo synch fast poll backoff (usec)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo synch fast poll backoff (20us)", + "vartype": 2, + "name": "global.redo synch fast poll backoff (20us)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo synch fast poll backoff (40us)", + "vartype": 2, + "name": "global.redo synch fast poll backoff (40us)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo synch fast poll backoff (60us)", + "vartype": 2, + "name": "global.redo synch fast poll backoff (60us)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo synch fast poll backoff (80us)", + "vartype": 2, + "name": "global.redo synch fast poll backoff (80us)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo synch fast poll backoff (100us)", + "vartype": 2, + "name": "global.redo synch fast poll backoff (100us)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo synch fast poll backoff (120us)", + "vartype": 2, + "name": "global.redo synch fast poll backoff (120us)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo synch fast poll backoff (160us)", + "vartype": 2, + "name": "global.redo synch fast poll backoff (160us)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo synch fast poll backoff (240us)", + "vartype": 2, + "name": "global.redo synch fast poll backoff (240us)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo synch fast poll backoff (400us)", + "vartype": 2, + "name": "global.redo synch fast poll backoff (400us)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo synch fast poll backoff (720us)", + "vartype": 2, + "name": "global.redo synch fast poll backoff (720us)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo synch fast poll backoff (inf)", + "vartype": 2, + "name": "global.redo synch fast poll backoff (inf)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo synch fast poll backoff o/h (usec)", + "vartype": 2, + "name": "global.redo synch fast poll backoff o/h (usec)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo synch fast poll backoff o/h (20us)", + "vartype": 2, + "name": "global.redo synch fast poll backoff o/h (20us)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo synch fast poll backoff o/h (40us)", + "vartype": 2, + "name": "global.redo synch fast poll backoff o/h (40us)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo synch fast poll backoff o/h (60us)", + "vartype": 2, + "name": "global.redo synch fast poll backoff o/h (60us)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo synch fast poll backoff o/h (80us)", + "vartype": 2, + "name": "global.redo synch fast poll backoff o/h (80us)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo synch fast poll backoff o/h (100us)", + "vartype": 2, + "name": "global.redo synch fast poll backoff o/h (100us)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo synch fast poll backoff o/h (120us)", + "vartype": 2, + "name": "global.redo synch fast poll backoff o/h (120us)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo synch fast poll backoff o/h (160us)", + "vartype": 2, + "name": "global.redo synch fast poll backoff o/h (160us)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo synch fast poll backoff o/h (240us)", + "vartype": 2, + "name": "global.redo synch fast poll backoff o/h (240us)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo synch fast poll backoff o/h (400us)", + "vartype": 2, + "name": "global.redo synch fast poll backoff o/h (400us)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo synch fast poll backoff o/h (720us)", + "vartype": 2, + "name": "global.redo synch fast poll backoff o/h (720us)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo synch fast poll backoff o/h (inf)", + "vartype": 2, + "name": "global.redo synch fast poll backoff o/h (inf)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo synch writes", + "vartype": 2, + "name": "global.redo synch writes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo synch long waits", + "vartype": 2, + "name": "global.redo synch long waits" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo write gather time", + "vartype": 2, + "name": "global.redo write gather time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo write schedule time", + "vartype": 2, + "name": "global.redo write schedule time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo write issue time", + "vartype": 2, + "name": "global.redo write issue time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo write finish time", + "vartype": 2, + "name": "global.redo write finish time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo write total time", + "vartype": 2, + "name": "global.redo write total time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo synch poll writes", + "vartype": 2, + "name": "global.redo synch poll writes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo synch polls", + "vartype": 2, + "name": "global.redo synch polls" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo write info find", + "vartype": 2, + "name": "global.redo write info find" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo write info find fail", + "vartype": 2, + "name": "global.redo write info find fail" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "file io service time", + "vartype": 2, + "name": "global.file io service time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "file io wait time", + "vartype": 2, + "name": "global.file io wait time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "gc cr blocks served", + "vartype": 2, + "name": "global.gc cr blocks served" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "gc cr block flush time", + "vartype": 2, + "name": "global.gc cr block flush time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "gc cr blocks flushed", + "vartype": 2, + "name": "global.gc cr blocks flushed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "gc cr block build time", + "vartype": 2, + "name": "global.gc cr block build time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "gc cr blocks built", + "vartype": 2, + "name": "global.gc cr blocks built" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "gc read time waited", + "vartype": 2, + "name": "global.gc read time waited" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "gc read waits", + "vartype": 2, + "name": "global.gc read waits" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "gc read wait failures", + "vartype": 2, + "name": "global.gc read wait failures" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "gc read wait timeouts", + "vartype": 2, + "name": "global.gc read wait timeouts" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "gc current blocks served", + "vartype": 2, + "name": "global.gc current blocks served" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "gc current block pin time", + "vartype": 2, + "name": "global.gc current block pin time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "gc current blocks pinned", + "vartype": 2, + "name": "global.gc current blocks pinned" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "gc current block flush time", + "vartype": 2, + "name": "global.gc current block flush time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "gc current blocks flushed", + "vartype": 2, + "name": "global.gc current blocks flushed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "gc cr blocks received", + "vartype": 2, + "name": "global.gc cr blocks received" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "gc cr block receive time", + "vartype": 2, + "name": "global.gc cr block receive time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "gc current blocks received", + "vartype": 2, + "name": "global.gc current blocks received" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "gc current block receive time", + "vartype": 2, + "name": "global.gc current block receive time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "gc undo block disk read", + "vartype": 2, + "name": "global.gc undo block disk read" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "gc ka grants received", + "vartype": 2, + "name": "global.gc ka grants received" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "gc ka grant receive time", + "vartype": 2, + "name": "global.gc ka grant receive time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "gc cr multiblock grants received", + "vartype": 2, + "name": "global.gc cr multiblock grants received" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "gc cr multiblock grant time", + "vartype": 2, + "name": "global.gc cr multiblock grant time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "gc status messages received", + "vartype": 2, + "name": "global.gc status messages received" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "gc status messages sent", + "vartype": 2, + "name": "global.gc status messages sent" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "gc cluster flash cache reads served", + "vartype": 2, + "name": "global.gc cluster flash cache reads served" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "gc cluster flash cache reads received", + "vartype": 2, + "name": "global.gc cluster flash cache reads received" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "gc cluster flash cache received read time", + "vartype": 2, + "name": "global.gc cluster flash cache received read time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "gc cluster flash cache reads failure", + "vartype": 2, + "name": "global.gc cluster flash cache reads failure" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "gc flash cache reads served", + "vartype": 2, + "name": "global.gc flash cache reads served" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "gc flash cache served read time", + "vartype": 2, + "name": "global.gc flash cache served read time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "gc local grants", + "vartype": 2, + "name": "global.gc local grants" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "gc remote grants", + "vartype": 2, + "name": "global.gc remote grants" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "gc kbytes sent", + "vartype": 2, + "name": "global.gc kbytes sent" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "gc kbytes saved", + "vartype": 2, + "name": "global.gc kbytes saved" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "gc blocks compressed", + "vartype": 2, + "name": "global.gc blocks compressed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "gc merge pi fg", + "vartype": 2, + "name": "global.gc merge pi fg" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "gc merge pi bg", + "vartype": 2, + "name": "global.gc merge pi bg" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "gc cleanout saved", + "vartype": 2, + "name": "global.gc cleanout saved" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "gc cleanout applied", + "vartype": 2, + "name": "global.gc cleanout applied" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "gc cleanout no space", + "vartype": 2, + "name": "global.gc cleanout no space" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "gc reader bypass grants", + "vartype": 2, + "name": "global.gc reader bypass grants" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "gc reader bypass waits", + "vartype": 2, + "name": "global.gc reader bypass waits" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "gc blocks lost", + "vartype": 2, + "name": "global.gc blocks lost" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "gc claim blocks lost", + "vartype": 2, + "name": "global.gc claim blocks lost" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "gc blocks corrupt", + "vartype": 2, + "name": "global.gc blocks corrupt" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "gc send failures", + "vartype": 2, + "name": "global.gc send failures" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "undo block recovery disk reads skipped", + "vartype": 2, + "name": "global.undo block recovery disk reads skipped" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "gc force cr read cr", + "vartype": 2, + "name": "global.gc force cr read cr" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "gc force cr read current", + "vartype": 2, + "name": "global.gc force cr read current" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "gc no change made", + "vartype": 2, + "name": "global.gc no change made" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "gc current blocks received with BPS", + "vartype": 2, + "name": "global.gc current blocks received with BPS" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "gc current blocks served with BPS", + "vartype": 2, + "name": "global.gc current blocks served with BPS" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "gc cr blocks received with BPS", + "vartype": 2, + "name": "global.gc cr blocks received with BPS" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "gc cr blocks served with BPS", + "vartype": 2, + "name": "global.gc cr blocks served with BPS" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "gc BPS array full", + "vartype": 2, + "name": "global.gc BPS array full" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "gc cr bypass requests", + "vartype": 2, + "name": "global.gc cr bypass requests" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "gc cr anti locks created", + "vartype": 2, + "name": "global.gc cr anti locks created" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "gc cr anti locks expanded", + "vartype": 2, + "name": "global.gc cr anti locks expanded" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "gc cr anti locks shrunk", + "vartype": 2, + "name": "global.gc cr anti locks shrunk" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "gc index split wait timeouts", + "vartype": 2, + "name": "global.gc index split wait timeouts" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "gc index split too many slots", + "vartype": 2, + "name": "global.gc index split too many slots" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "gc index split too many segments", + "vartype": 2, + "name": "global.gc index split too many segments" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "gc index split slot collisions", + "vartype": 2, + "name": "global.gc index split slot collisions" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "gc IM grants", + "vartype": 2, + "name": "global.gc IM grants" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "gc IM blocks invalidated", + "vartype": 2, + "name": "global.gc IM blocks invalidated" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "gc IM expands", + "vartype": 2, + "name": "global.gc IM expands" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "gc IM shrinks", + "vartype": 2, + "name": "global.gc IM shrinks" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "gc remote read failure", + "vartype": 2, + "name": "global.gc remote read failure" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "gc remote bucket being modified", + "vartype": 2, + "name": "global.gc remote bucket being modified" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "gc remote bucket checksum failure", + "vartype": 2, + "name": "global.gc remote bucket checksum failure" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "gc remote bucket full", + "vartype": 2, + "name": "global.gc remote bucket full" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "gc remote block read", + "vartype": 2, + "name": "global.gc remote block read" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "gc remote disk read", + "vartype": 2, + "name": "global.gc remote disk read" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "gc remote block being modified", + "vartype": 2, + "name": "global.gc remote block being modified" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "total number of slots", + "vartype": 2, + "name": "global.total number of slots" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "Effective IO time", + "vartype": 2, + "name": "global.Effective IO time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "Number of read IOs issued", + "vartype": 2, + "name": "global.Number of read IOs issued" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "background checkpoints started", + "vartype": 2, + "name": "global.background checkpoints started" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "background checkpoints completed", + "vartype": 2, + "name": "global.background checkpoints completed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "BA files created count", + "vartype": 2, + "name": "global.BA files created count" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "BA files deleted count", + "vartype": 2, + "name": "global.BA files deleted count" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "BA file bytes allocated", + "vartype": 2, + "name": "global.BA file bytes allocated" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "BA au bytes allocated", + "vartype": 2, + "name": "global.BA au bytes allocated" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "BA file bytes deleted", + "vartype": 2, + "name": "global.BA file bytes deleted" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "BA non-flash bytes requested", + "vartype": 2, + "name": "global.BA non-flash bytes requested" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "BA flash bytes requested", + "vartype": 2, + "name": "global.BA flash bytes requested" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "BA bytes for file maps", + "vartype": 2, + "name": "global.BA bytes for file maps" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "BA bytes read from flash", + "vartype": 2, + "name": "global.BA bytes read from flash" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "BA bytes read from disk", + "vartype": 2, + "name": "global.BA bytes read from disk" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "BA count when 10% of buckets in pb", + "vartype": 2, + "name": "global.BA count when 10% of buckets in pb" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "BA count when 25% of buckets in pb", + "vartype": 2, + "name": "global.BA count when 25% of buckets in pb" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "BA count when 50% of buckets in pb", + "vartype": 2, + "name": "global.BA count when 50% of buckets in pb" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "BA count when 75% of buckets in pb", + "vartype": 2, + "name": "global.BA count when 75% of buckets in pb" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "BA count when 90% of buckets in pb", + "vartype": 2, + "name": "global.BA count when 90% of buckets in pb" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "BA count - borrowed from other node", + "vartype": 2, + "name": "global.BA count - borrowed from other node" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "BA count - searched in pb", + "vartype": 2, + "name": "global.BA count - searched in pb" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "BA count - total allocation requests", + "vartype": 2, + "name": "global.BA count - total allocation requests" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "BA count - unable to short circuit in idn", + "vartype": 2, + "name": "global.BA count - unable to short circuit in idn" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "BA count - short circuit in idn", + "vartype": 2, + "name": "global.BA count - short circuit in idn" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "BA count - cache miss", + "vartype": 2, + "name": "global.BA count - cache miss" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "BA count - cache denied", + "vartype": 2, + "name": "global.BA count - cache denied" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "BA spare statistic 1", + "vartype": 2, + "name": "global.BA spare statistic 1" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "BA spare statistic 2", + "vartype": 2, + "name": "global.BA spare statistic 2" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "BA spare statistic 3", + "vartype": 2, + "name": "global.BA spare statistic 3" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "BA spare statistic 4", + "vartype": 2, + "name": "global.BA spare statistic 4" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "ADG parselock X get attempts", + "vartype": 2, + "name": "global.ADG parselock X get attempts" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "ADG parselock X get successes", + "vartype": 2, + "name": "global.ADG parselock X get successes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "ADG global flush", + "vartype": 2, + "name": "global.ADG global flush" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "ADG objectlock get attempts", + "vartype": 2, + "name": "global.ADG objectlock get attempts" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "ADG objectlock get successes", + "vartype": 2, + "name": "global.ADG objectlock get successes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "ADG objectlock timeout retries", + "vartype": 2, + "name": "global.ADG objectlock timeout retries" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "ADG objectlock fallbacks", + "vartype": 2, + "name": "global.ADG objectlock fallbacks" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "ADG objectlock exceed limit", + "vartype": 2, + "name": "global.ADG objectlock exceed limit" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "ADG objectlock PDB switch fail", + "vartype": 2, + "name": "global.ADG objectlock PDB switch fail" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "ADG segment statistics defer invalidation", + "vartype": 2, + "name": "global.ADG segment statistics defer invalidation" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "ADG influx scn advance", + "vartype": 2, + "name": "global.ADG influx scn advance" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "ADG query scn advance", + "vartype": 2, + "name": "global.ADG query scn advance" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "read-only violation count", + "vartype": 2, + "name": "global.read-only violation count" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "flashback log writes", + "vartype": 2, + "name": "global.flashback log writes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "flashback log write bytes", + "vartype": 2, + "name": "global.flashback log write bytes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo KB read", + "vartype": 2, + "name": "global.redo KB read" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo KB read (memory)", + "vartype": 2, + "name": "global.redo KB read (memory)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo KB read for transport", + "vartype": 2, + "name": "global.redo KB read for transport" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo KB read (memory) for transport", + "vartype": 2, + "name": "global.redo KB read (memory) for transport" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "redo non-durable records skipped", + "vartype": 2, + "name": "global.redo non-durable records skipped" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell physical IO bytes saved during optimized file creation", + "vartype": 2, + "name": "global.cell physical IO bytes saved during optimized file creation" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell physical IO bytes saved during optimized RMAN file restore", + "vartype": 2, + "name": "global.cell physical IO bytes saved during optimized RMAN file restore" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell physical IO bytes eligible for predicate offload", + "vartype": 2, + "name": "global.cell physical IO bytes eligible for predicate offload" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell physical IO bytes eligible for smart IOs", + "vartype": 2, + "name": "global.cell physical IO bytes eligible for smart IOs" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell physical IO bytes saved by columnar cache", + "vartype": 2, + "name": "global.cell physical IO bytes saved by columnar cache" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell physical IO bytes saved by storage index", + "vartype": 2, + "name": "global.cell physical IO bytes saved by storage index" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell physical IO bytes sent directly to DB node to balance CPU", + "vartype": 2, + "name": "global.cell physical IO bytes sent directly to DB node to balance CPU" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell physical IO bytes processed for IM capacity", + "vartype": 2, + "name": "global.cell physical IO bytes processed for IM capacity" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell physical IO bytes processed for IM query", + "vartype": 2, + "name": "global.cell physical IO bytes processed for IM query" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell physical IO bytes processed for no memcompress", + "vartype": 2, + "name": "global.cell physical IO bytes processed for no memcompress" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell num bytes in passthru due to quarantine", + "vartype": 2, + "name": "global.cell num bytes in passthru due to quarantine" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell smart IO session cache lookups", + "vartype": 2, + "name": "global.cell smart IO session cache lookups" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell smart IO session cache hits", + "vartype": 2, + "name": "global.cell smart IO session cache hits" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell smart IO session cache soft misses", + "vartype": 2, + "name": "global.cell smart IO session cache soft misses" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell smart IO session cache hard misses", + "vartype": 2, + "name": "global.cell smart IO session cache hard misses" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell smart IO session cache hwm", + "vartype": 2, + "name": "global.cell smart IO session cache hwm" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell num smart IO sessions in rdbms block IO due to user", + "vartype": 2, + "name": "global.cell num smart IO sessions in rdbms block IO due to user" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell num smart IO sessions in rdbms block IO due to open fail", + "vartype": 2, + "name": "global.cell num smart IO sessions in rdbms block IO due to open fail" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell num smart IO sessions in rdbms block IO due to no cell mem", + "vartype": 2, + "name": "global.cell num smart IO sessions in rdbms block IO due to no cell mem" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell num smart IO sessions in rdbms block IO due to big payload", + "vartype": 2, + "name": "global.cell num smart IO sessions in rdbms block IO due to big payload" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell num smart IO sessions using passthru mode due to user", + "vartype": 2, + "name": "global.cell num smart IO sessions using passthru mode due to user" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell num smart IO sessions using passthru mode due to cellsrv", + "vartype": 2, + "name": "global.cell num smart IO sessions using passthru mode due to cellsrv" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell num smart IO sessions using passthru mode due to timezone", + "vartype": 2, + "name": "global.cell num smart IO sessions using passthru mode due to timezone" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell num smart file creation sessions using rdbms block IO mode", + "vartype": 2, + "name": "global.cell num smart file creation sessions using rdbms block IO mode" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell num block IOs due to a file instant restore in progress", + "vartype": 2, + "name": "global.cell num block IOs due to a file instant restore in progress" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell physical IO interconnect bytes returned by smart scan", + "vartype": 2, + "name": "global.cell physical IO interconnect bytes returned by smart scan" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell num bytes in passthru during predicate offload", + "vartype": 2, + "name": "global.cell num bytes in passthru during predicate offload" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell num bytes in block IO during predicate offload", + "vartype": 2, + "name": "global.cell num bytes in block IO during predicate offload" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell num fast response sessions", + "vartype": 2, + "name": "global.cell num fast response sessions" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell num fast response sessions continuing to smart scan", + "vartype": 2, + "name": "global.cell num fast response sessions continuing to smart scan" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell num smartio automem buffer allocation attempts", + "vartype": 2, + "name": "global.cell num smartio automem buffer allocation attempts" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell num smartio automem buffer allocation failures", + "vartype": 2, + "name": "global.cell num smartio automem buffer allocation failures" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell num smartio transient cell failures", + "vartype": 2, + "name": "global.cell num smartio transient cell failures" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell num smartio permanent cell failures", + "vartype": 2, + "name": "global.cell num smartio permanent cell failures" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell num bytes of IO reissued due to relocation", + "vartype": 2, + "name": "global.cell num bytes of IO reissued due to relocation" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell physical write bytes saved by smart file initialization", + "vartype": 2, + "name": "global.cell physical write bytes saved by smart file initialization" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell XT granules requested for predicate offload", + "vartype": 2, + "name": "global.cell XT granules requested for predicate offload" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell XT granule bytes requested for predicate offload", + "vartype": 2, + "name": "global.cell XT granule bytes requested for predicate offload" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell interconnect bytes returned by XT smart scan", + "vartype": 2, + "name": "global.cell interconnect bytes returned by XT smart scan" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell XT granule predicate offload retries", + "vartype": 2, + "name": "global.cell XT granule predicate offload retries" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell XT granule IO bytes saved by storage index", + "vartype": 2, + "name": "global.cell XT granule IO bytes saved by storage index" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell num map elem cancellation", + "vartype": 2, + "name": "global.cell num map elem cancellation" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell statistics spare1", + "vartype": 2, + "name": "global.cell statistics spare1" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell XT granule IO bytes saved by HDFS tbs extent map scan", + "vartype": 2, + "name": "global.cell XT granule IO bytes saved by HDFS tbs extent map scan" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "Batched IO vector read count", + "vartype": 2, + "name": "global.Batched IO vector read count" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "Batched IO vector block count", + "vartype": 2, + "name": "global.Batched IO vector block count" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "Batched IO single block count", + "vartype": 2, + "name": "global.Batched IO single block count" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "Batched IO zero block count", + "vartype": 2, + "name": "global.Batched IO zero block count" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "Batched IO block miss count", + "vartype": 2, + "name": "global.Batched IO block miss count" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "Batched IO double miss count", + "vartype": 2, + "name": "global.Batched IO double miss count" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "Batched IO (full) vector count", + "vartype": 2, + "name": "global.Batched IO (full) vector count" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "Batched IO (space) vector count", + "vartype": 2, + "name": "global.Batched IO (space) vector count" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "Batched IO (bound) vector count", + "vartype": 2, + "name": "global.Batched IO (bound) vector count" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "Batched IO same unit count", + "vartype": 2, + "name": "global.Batched IO same unit count" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "Batched IO buffer defrag count", + "vartype": 2, + "name": "global.Batched IO buffer defrag count" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "Batched IO slow jump count", + "vartype": 2, + "name": "global.Batched IO slow jump count" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "shared io pool buffer get success", + "vartype": 2, + "name": "global.shared io pool buffer get success" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "shared io pool buffer get failure", + "vartype": 2, + "name": "global.shared io pool buffer get failure" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "physical reads for data transfer", + "vartype": 2, + "name": "global.physical reads for data transfer" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "data blocks sent for data transfer", + "vartype": 2, + "name": "global.data blocks sent for data transfer" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "data transfer blocks logged to redo", + "vartype": 2, + "name": "global.data transfer blocks logged to redo" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "recovery marker", + "vartype": 2, + "name": "global.recovery marker" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "recovery cvmap unavailable", + "vartype": 2, + "name": "global.recovery cvmap unavailable" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "recovery recieve buffer unavailable", + "vartype": 2, + "name": "global.recovery recieve buffer unavailable" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "recovery imc influx scn lagging", + "vartype": 2, + "name": "global.recovery imc influx scn lagging" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "recovery local buffer freed", + "vartype": 2, + "name": "global.recovery local buffer freed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "recovery remote buffer received", + "vartype": 2, + "name": "global.recovery remote buffer received" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "recovery remote buffer sent", + "vartype": 2, + "name": "global.recovery remote buffer sent" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "recovery logmerger catchup", + "vartype": 2, + "name": "global.recovery logmerger catchup" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "temp space allocated (bytes)", + "vartype": 2, + "name": "global.temp space allocated (bytes)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "serializable aborts", + "vartype": 2, + "name": "global.serializable aborts" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "transaction lock foreground requests", + "vartype": 2, + "name": "global.transaction lock foreground requests" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "transaction lock foreground wait time", + "vartype": 2, + "name": "global.transaction lock foreground wait time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "transaction lock background gets", + "vartype": 2, + "name": "global.transaction lock background gets" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "transaction lock background get time", + "vartype": 2, + "name": "global.transaction lock background get time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "undo change vector size", + "vartype": 2, + "name": "global.undo change vector size" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "txn cache local read hits", + "vartype": 2, + "name": "global.txn cache local read hits" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "txn cache local read misses", + "vartype": 2, + "name": "global.txn cache local read misses" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "txn cache local loscn read misses", + "vartype": 2, + "name": "global.txn cache local loscn read misses" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "txn cache remote loscn read misses", + "vartype": 2, + "name": "global.txn cache remote loscn read misses" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "txn cache local writes", + "vartype": 2, + "name": "global.txn cache local writes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "txn cache local usn hash write misses", + "vartype": 2, + "name": "global.txn cache local usn hash write misses" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "txn cache local usn hash read misses", + "vartype": 2, + "name": "global.txn cache local usn hash read misses" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "txn cache remote usn hash read misses", + "vartype": 2, + "name": "global.txn cache remote usn hash read misses" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "txn cache remote read hits", + "vartype": 2, + "name": "global.txn cache remote read hits" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "txn cache remote read misses", + "vartype": 2, + "name": "global.txn cache remote read misses" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "txn cache remote writes", + "vartype": 2, + "name": "global.txn cache remote writes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "txn cache remote active read misses", + "vartype": 2, + "name": "global.txn cache remote active read misses" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "txn cache local ac read misses", + "vartype": 2, + "name": "global.txn cache local ac read misses" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "txn cache redo sync reads", + "vartype": 2, + "name": "global.txn cache redo sync reads" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "txn cache remote copy hits", + "vartype": 2, + "name": "global.txn cache remote copy hits" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "txn cache remote copy misses", + "vartype": 2, + "name": "global.txn cache remote copy misses" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "txn cache remote ts/inst mismatch", + "vartype": 2, + "name": "global.txn cache remote ts/inst mismatch" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "txn cache remote proc misses", + "vartype": 2, + "name": "global.txn cache remote proc misses" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "txn cache local proc misses", + "vartype": 2, + "name": "global.txn cache local proc misses" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "txn cache upper bound misses", + "vartype": 2, + "name": "global.txn cache upper bound misses" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "txn cache local preset misses", + "vartype": 2, + "name": "global.txn cache local preset misses" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "txn cache local slot misses", + "vartype": 2, + "name": "global.txn cache local slot misses" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "txn cache remote slot misses", + "vartype": 2, + "name": "global.txn cache remote slot misses" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "txn cache local seq num misses", + "vartype": 2, + "name": "global.txn cache local seq num misses" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "txn cache remote seq num misses", + "vartype": 2, + "name": "global.txn cache remote seq num misses" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "txn cache local empty slot misses", + "vartype": 2, + "name": "global.txn cache local empty slot misses" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "txn cache remote empty slot misses", + "vartype": 2, + "name": "global.txn cache remote empty slot misses" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "txn cache local sync commit scn misses", + "vartype": 2, + "name": "global.txn cache local sync commit scn misses" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "txn cache remote sync commit scn misses", + "vartype": 2, + "name": "global.txn cache remote sync commit scn misses" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "txn cache remote read msg sent", + "vartype": 2, + "name": "global.txn cache remote read msg sent" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "txn cache remote fetch double pass", + "vartype": 2, + "name": "global.txn cache remote fetch double pass" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "txn cache remote prefetch count", + "vartype": 2, + "name": "global.txn cache remote prefetch count" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "txn cache lookup usn exceeds max", + "vartype": 2, + "name": "global.txn cache lookup usn exceeds max" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "txn cache lookup slot exceeds max", + "vartype": 2, + "name": "global.txn cache lookup slot exceeds max" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "txn cache lookup fail read even version", + "vartype": 2, + "name": "global.txn cache lookup fail read even version" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "txn cache lookup conflicting write exact", + "vartype": 2, + "name": "global.txn cache lookup conflicting write exact" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "txn cache lookup conflicting write uppper", + "vartype": 2, + "name": "global.txn cache lookup conflicting write uppper" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "txn cache init usn slot mismatch", + "vartype": 2, + "name": "global.txn cache init usn slot mismatch" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "txn cache init usn exceeds max", + "vartype": 2, + "name": "global.txn cache init usn exceeds max" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "txn cache write usn exceeds max", + "vartype": 2, + "name": "global.txn cache write usn exceeds max" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "txn cache write slot mismatch", + "vartype": 2, + "name": "global.txn cache write slot mismatch" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "transaction tables consistent reads - undo records applied", + "vartype": 2, + "name": "global.transaction tables consistent reads - undo records applied" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "transaction tables consistent read rollbacks", + "vartype": 2, + "name": "global.transaction tables consistent read rollbacks" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "data blocks consistent reads - undo records applied", + "vartype": 2, + "name": "global.data blocks consistent reads - undo records applied" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "no work - consistent read gets", + "vartype": 2, + "name": "global.no work - consistent read gets" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cleanouts only - consistent read gets", + "vartype": 2, + "name": "global.cleanouts only - consistent read gets" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "rollbacks only - consistent read gets", + "vartype": 2, + "name": "global.rollbacks only - consistent read gets" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cleanouts and rollbacks - consistent read gets", + "vartype": 2, + "name": "global.cleanouts and rollbacks - consistent read gets" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "RowCR attempts", + "vartype": 2, + "name": "global.RowCR attempts" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "RowCR hits", + "vartype": 2, + "name": "global.RowCR hits" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "RowCR - row contention", + "vartype": 2, + "name": "global.RowCR - row contention" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "RowCR - resume", + "vartype": 2, + "name": "global.RowCR - resume" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "rollback changes - undo records applied", + "vartype": 2, + "name": "global.rollback changes - undo records applied" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "transaction rollbacks", + "vartype": 2, + "name": "global.transaction rollbacks" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "immediate (CURRENT) block cleanout applications", + "vartype": 2, + "name": "global.immediate (CURRENT) block cleanout applications" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "immediate (CR) block cleanout applications", + "vartype": 2, + "name": "global.immediate (CR) block cleanout applications" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "deferred (CURRENT) block cleanout applications", + "vartype": 2, + "name": "global.deferred (CURRENT) block cleanout applications" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "commit txn count during cleanout", + "vartype": 2, + "name": "global.commit txn count during cleanout" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "active txn count during cleanout", + "vartype": 2, + "name": "global.active txn count during cleanout" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cleanout - number of ktugct calls", + "vartype": 2, + "name": "global.cleanout - number of ktugct calls" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "immediate CR cleanouts (index blocks)", + "vartype": 2, + "name": "global.immediate CR cleanouts (index blocks)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "deferred CUR cleanouts (index blocks)", + "vartype": 2, + "name": "global.deferred CUR cleanouts (index blocks)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "Commit SCN cached", + "vartype": 2, + "name": "global.Commit SCN cached" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "Cached Commit SCN referenced", + "vartype": 2, + "name": "global.Cached Commit SCN referenced" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "Block Cleanout Optim referenced", + "vartype": 2, + "name": "global.Block Cleanout Optim referenced" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "blocks cleaned out using minact", + "vartype": 2, + "name": "global.blocks cleaned out using minact" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "min active SCN optimization applied on CR", + "vartype": 2, + "name": "global.min active SCN optimization applied on CR" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "auto extends on undo tablespace", + "vartype": 2, + "name": "global.auto extends on undo tablespace" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "drop segment calls in space pressure", + "vartype": 2, + "name": "global.drop segment calls in space pressure" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "total number of undo segments dropped", + "vartype": 2, + "name": "global.total number of undo segments dropped" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "doubling up with imu segment", + "vartype": 2, + "name": "global.doubling up with imu segment" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "tune down retentions in space pressure", + "vartype": 2, + "name": "global.tune down retentions in space pressure" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "steps of tune down ret. in space pressure", + "vartype": 2, + "name": "global.steps of tune down ret. in space pressure" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "space was found by tune down", + "vartype": 2, + "name": "global.space was found by tune down" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "space was not found by tune down", + "vartype": 2, + "name": "global.space was not found by tune down" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "commit batch/immediate requested", + "vartype": 2, + "name": "global.commit batch/immediate requested" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "commit batch requested", + "vartype": 2, + "name": "global.commit batch requested" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "commit immediate requested", + "vartype": 2, + "name": "global.commit immediate requested" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "commit batch/immediate performed", + "vartype": 2, + "name": "global.commit batch/immediate performed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "commit batch performed", + "vartype": 2, + "name": "global.commit batch performed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "commit immediate performed", + "vartype": 2, + "name": "global.commit immediate performed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "commit wait/nowait requested", + "vartype": 2, + "name": "global.commit wait/nowait requested" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "commit nowait requested", + "vartype": 2, + "name": "global.commit nowait requested" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "commit wait requested", + "vartype": 2, + "name": "global.commit wait requested" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "commit wait/nowait performed", + "vartype": 2, + "name": "global.commit wait/nowait performed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "commit nowait performed", + "vartype": 2, + "name": "global.commit nowait performed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "commit wait performed", + "vartype": 2, + "name": "global.commit wait performed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "global undo segment hints helped", + "vartype": 2, + "name": "global.global undo segment hints helped" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "global undo segment hints were stale", + "vartype": 2, + "name": "global.global undo segment hints were stale" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "local undo segment hints helped", + "vartype": 2, + "name": "global.local undo segment hints helped" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "local undo segment hints were stale", + "vartype": 2, + "name": "global.local undo segment hints were stale" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "undo segment header was pinned", + "vartype": 2, + "name": "global.undo segment header was pinned" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "KTURMA CPU Time (usec)", + "vartype": 2, + "name": "global.KTURMA CPU Time (usec)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "KTURMA RMA Ops", + "vartype": 2, + "name": "global.KTURMA RMA Ops" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "KTURMA XID Lookups", + "vartype": 2, + "name": "global.KTURMA XID Lookups" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IMU commits", + "vartype": 2, + "name": "global.IMU commits" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IMU Flushes", + "vartype": 2, + "name": "global.IMU Flushes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IMU contention", + "vartype": 2, + "name": "global.IMU contention" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IMU recursive-transaction flush", + "vartype": 2, + "name": "global.IMU recursive-transaction flush" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IMU undo retention flush", + "vartype": 2, + "name": "global.IMU undo retention flush" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IMU ktichg flush", + "vartype": 2, + "name": "global.IMU ktichg flush" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IMU bind flushes", + "vartype": 2, + "name": "global.IMU bind flushes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IMU mbu flush", + "vartype": 2, + "name": "global.IMU mbu flush" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IMU pool not allocated", + "vartype": 2, + "name": "global.IMU pool not allocated" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IMU CR rollbacks", + "vartype": 2, + "name": "global.IMU CR rollbacks" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IMU undo allocation size", + "vartype": 2, + "name": "global.IMU undo allocation size" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IMU Redo allocation size", + "vartype": 2, + "name": "global.IMU Redo allocation size" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IMU- failed to get a private strand", + "vartype": 2, + "name": "global.IMU- failed to get a private strand" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "Misses for writing mapping", + "vartype": 2, + "name": "global.Misses for writing mapping" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "tracked transactions", + "vartype": 2, + "name": "global.tracked transactions" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "foreground propagated tracked transactions", + "vartype": 2, + "name": "global.foreground propagated tracked transactions" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "slave propagated tracked transactions", + "vartype": 2, + "name": "global.slave propagated tracked transactions" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "large tracked transactions", + "vartype": 2, + "name": "global.large tracked transactions" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "very large tracked transactions", + "vartype": 2, + "name": "global.very large tracked transactions" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "fbda woken up", + "vartype": 2, + "name": "global.fbda woken up" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "tracked rows", + "vartype": 2, + "name": "global.tracked rows" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "CLI Flush", + "vartype": 2, + "name": "global.CLI Flush" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "CLI BG attempt Flush", + "vartype": 2, + "name": "global.CLI BG attempt Flush" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "CLI Client Flush", + "vartype": 2, + "name": "global.CLI Client Flush" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "CLI Imm Wrt", + "vartype": 2, + "name": "global.CLI Imm Wrt" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "CLI Buf Wrt", + "vartype": 2, + "name": "global.CLI Buf Wrt" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "CLI Thru Wrt", + "vartype": 2, + "name": "global.CLI Thru Wrt" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "CLI Prvtz Lob", + "vartype": 2, + "name": "global.CLI Prvtz Lob" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "CLI SGA Alloc", + "vartype": 2, + "name": "global.CLI SGA Alloc" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "CLI BG ENQ", + "vartype": 2, + "name": "global.CLI BG ENQ" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "CLI BG Fls done", + "vartype": 2, + "name": "global.CLI BG Fls done" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "CLI Flstask create", + "vartype": 2, + "name": "global.CLI Flstask create" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "CLI bytes fls to table", + "vartype": 2, + "name": "global.CLI bytes fls to table" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "CLI bytes fls to ext", + "vartype": 2, + "name": "global.CLI bytes fls to ext" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "Heatmap SegLevel - Write", + "vartype": 2, + "name": "global.Heatmap SegLevel - Write" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "Heatmap SegLevel - Full Table Scan", + "vartype": 2, + "name": "global.Heatmap SegLevel - Full Table Scan" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "Heatmap SegLevel - IndexLookup", + "vartype": 2, + "name": "global.Heatmap SegLevel - IndexLookup" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "Heatmap SegLevel - TableLookup", + "vartype": 2, + "name": "global.Heatmap SegLevel - TableLookup" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "Heatmap SegLevel - Flush", + "vartype": 2, + "name": "global.Heatmap SegLevel - Flush" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "Heatmap SegLevel - Segments flushed", + "vartype": 2, + "name": "global.Heatmap SegLevel - Segments flushed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM populate blocks invalid", + "vartype": 2, + "name": "global.IM populate blocks invalid" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM populate transactions check", + "vartype": 2, + "name": "global.IM populate transactions check" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM populate undo segheader rollback", + "vartype": 2, + "name": "global.IM populate undo segheader rollback" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM populate undo records applied", + "vartype": 2, + "name": "global.IM populate undo records applied" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM populate transactions active", + "vartype": 2, + "name": "global.IM populate transactions active" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM populate checkpoint time (ms)", + "vartype": 2, + "name": "global.IM populate checkpoint time (ms)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM populate direct read time (ms)", + "vartype": 2, + "name": "global.IM populate direct read time (ms)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM populate cache read time (ms)", + "vartype": 2, + "name": "global.IM populate cache read time (ms)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate blocks invalid", + "vartype": 2, + "name": "global.IM repopulate blocks invalid" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate transactions check", + "vartype": 2, + "name": "global.IM repopulate transactions check" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate undo segheader rollback", + "vartype": 2, + "name": "global.IM repopulate undo segheader rollback" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate undo records applied", + "vartype": 2, + "name": "global.IM repopulate undo records applied" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate transactions active", + "vartype": 2, + "name": "global.IM repopulate transactions active" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate transactions copied", + "vartype": 2, + "name": "global.IM repopulate transactions copied" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate previous SMU invalid", + "vartype": 2, + "name": "global.IM repopulate previous SMU invalid" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate checkpoints", + "vartype": 2, + "name": "global.IM repopulate checkpoints" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate optimized", + "vartype": 2, + "name": "global.IM repopulate optimized" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate old SMU nil", + "vartype": 2, + "name": "global.IM repopulate old SMU nil" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate invalid rows", + "vartype": 2, + "name": "global.IM repopulate invalid rows" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate invalid blks", + "vartype": 2, + "name": "global.IM repopulate invalid blks" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate blocks now valid", + "vartype": 2, + "name": "global.IM repopulate blocks now valid" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate optimized RAC/downgrade", + "vartype": 2, + "name": "global.IM repopulate optimized RAC/downgrade" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate invalidation transfer time", + "vartype": 2, + "name": "global.IM repopulate invalidation transfer time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan CUs rollback", + "vartype": 2, + "name": "global.IM scan CUs rollback" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan CUs no rollback", + "vartype": 2, + "name": "global.IM scan CUs no rollback" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan CUs undo records applied", + "vartype": 2, + "name": "global.IM scan CUs undo records applied" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan CUs cleanout", + "vartype": 2, + "name": "global.IM scan CUs cleanout" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan CUs no cleanout", + "vartype": 2, + "name": "global.IM scan CUs no cleanout" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan journal cleanout", + "vartype": 2, + "name": "global.IM scan journal cleanout" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan journal no cleanout", + "vartype": 2, + "name": "global.IM scan journal no cleanout" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan journal", + "vartype": 2, + "name": "global.IM scan journal" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan rows journal total", + "vartype": 2, + "name": "global.IM scan rows journal total" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan found invalid CU", + "vartype": 2, + "name": "global.IM scan found invalid CU" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate smu colmap used", + "vartype": 2, + "name": "global.IM repopulate smu colmap used" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan smu colmap hit", + "vartype": 2, + "name": "global.IM scan smu colmap hit" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan smu colmap miss due to inserts", + "vartype": 2, + "name": "global.IM scan smu colmap miss due to inserts" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan smu colmap miss due to deletes", + "vartype": 2, + "name": "global.IM scan smu colmap miss due to deletes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan smu colmap miss due to invalid blocks", + "vartype": 2, + "name": "global.IM scan smu colmap miss due to invalid blocks" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan smu colmap miss due to update", + "vartype": 2, + "name": "global.IM scan smu colmap miss due to update" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan fine grain colmap hit", + "vartype": 2, + "name": "global.IM scan fine grain colmap hit" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan fine grain colmap miss due to inserts", + "vartype": 2, + "name": "global.IM scan fine grain colmap miss due to inserts" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan fine grain colmap miss due to deletes", + "vartype": 2, + "name": "global.IM scan fine grain colmap miss due to deletes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan fine grain colmap miss due to invalid blocks", + "vartype": 2, + "name": "global.IM scan fine grain colmap miss due to invalid blocks" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan fine grain colmap miss due to update", + "vartype": 2, + "name": "global.IM scan fine grain colmap miss due to update" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan smu colmap miss due to untracked changes", + "vartype": 2, + "name": "global.IM scan smu colmap miss due to untracked changes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan CUs low query scn", + "vartype": 2, + "name": "global.IM scan CUs low query scn" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan CUs notfound dbclose", + "vartype": 2, + "name": "global.IM scan CUs notfound dbclose" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan CUs notfound lob", + "vartype": 2, + "name": "global.IM scan CUs notfound lob" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan CUs notfound", + "vartype": 2, + "name": "global.IM scan CUs notfound" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan CUs invisible smu", + "vartype": 2, + "name": "global.IM scan CUs invisible smu" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan CUs ref-invis smu", + "vartype": 2, + "name": "global.IM scan CUs ref-invis smu" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan CUs drop-invis smu", + "vartype": 2, + "name": "global.IM scan CUs drop-invis smu" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan CUs previous", + "vartype": 2, + "name": "global.IM scan CUs previous" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan CUs lowscn no previous", + "vartype": 2, + "name": "global.IM scan CUs lowscn no previous" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan CUs wait notvis", + "vartype": 2, + "name": "global.IM scan CUs wait notvis" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan CUs wait notvis (doublebuffer)", + "vartype": 2, + "name": "global.IM scan CUs wait notvis (doublebuffer)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan CUs previous current", + "vartype": 2, + "name": "global.IM scan CUs previous current" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan CUs current", + "vartype": 2, + "name": "global.IM scan CUs current" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan CUs maxretry done", + "vartype": 2, + "name": "global.IM scan CUs maxretry done" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan CUs no imcu", + "vartype": 2, + "name": "global.IM scan CUs no imcu" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM transactions", + "vartype": 2, + "name": "global.IM transactions" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM transactions rows journaled", + "vartype": 2, + "name": "global.IM transactions rows journaled" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM transactions rows invalidated", + "vartype": 2, + "name": "global.IM transactions rows invalidated" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM transactions downgrade", + "vartype": 2, + "name": "global.IM transactions downgrade" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM transactions blocks invalidated", + "vartype": 2, + "name": "global.IM transactions blocks invalidated" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM transactions CU cleanout", + "vartype": 2, + "name": "global.IM transactions CU cleanout" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM transactions journal cleanout", + "vartype": 2, + "name": "global.IM transactions journal cleanout" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM transactions found invalid CU", + "vartype": 2, + "name": "global.IM transactions found invalid CU" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM transactions self-cleanout no active", + "vartype": 2, + "name": "global.IM transactions self-cleanout no active" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM populate no checkpoint", + "vartype": 2, + "name": "global.IM populate no checkpoint" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM transactions full cleanout", + "vartype": 2, + "name": "global.IM transactions full cleanout" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM transaction rows array-journal calls", + "vartype": 2, + "name": "global.IM transaction rows array-journal calls" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM transaction rows array-journaled", + "vartype": 2, + "name": "global.IM transaction rows array-journaled" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM transaction wait ref-smu", + "vartype": 2, + "name": "global.IM transaction wait ref-smu" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM transactions CUs invalid", + "vartype": 2, + "name": "global.IM transactions CUs invalid" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM rac blocks invalid", + "vartype": 2, + "name": "global.IM rac blocks invalid" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM rac CUs invalid", + "vartype": 2, + "name": "global.IM rac CUs invalid" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM populate via direct reads", + "vartype": 2, + "name": "global.IM populate via direct reads" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate via direct reads", + "vartype": 2, + "name": "global.IM repopulate via direct reads" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM ADG registration failure (quiesce)", + "vartype": 2, + "name": "global.IM ADG registration failure (quiesce)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM ADG registration attempts", + "vartype": 2, + "name": "global.IM ADG registration attempts" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan CUs CR cache hit", + "vartype": 2, + "name": "global.IM scan CUs CR cache hit" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan CUs CR cache miss", + "vartype": 2, + "name": "global.IM scan CUs CR cache miss" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan CUs CR Incremental", + "vartype": 2, + "name": "global.IM scan CUs CR Incremental" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan CUs CR skipped large rowids", + "vartype": 2, + "name": "global.IM scan CUs CR skipped large rowids" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan CUs readlist creation accumulated time", + "vartype": 2, + "name": "global.IM scan CUs readlist creation accumulated time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan CUs readlist creation accumulated time (CR)", + "vartype": 2, + "name": "global.IM scan CUs readlist creation accumulated time (CR)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan CUs readlist creation number", + "vartype": 2, + "name": "global.IM scan CUs readlist creation number" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan CUs readlist creation number (CR)", + "vartype": 2, + "name": "global.IM scan CUs readlist creation number (CR)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan uncommitted PJ granule", + "vartype": 2, + "name": "global.IM scan uncommitted PJ granule" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate (ADG) transactions copied", + "vartype": 2, + "name": "global.IM repopulate (ADG) transactions copied" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM transactions block change blocks already invalid", + "vartype": 2, + "name": "global.IM transactions block change blocks already invalid" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM delta populate delta-SMU not created", + "vartype": 2, + "name": "global.IM delta populate delta-SMU not created" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan delta - only base scan", + "vartype": 2, + "name": "global.IM scan delta - only base scan" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan delta - previous delta scan", + "vartype": 2, + "name": "global.IM scan delta - previous delta scan" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan delta - current delta scan", + "vartype": 2, + "name": "global.IM scan delta - current delta scan" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan delta - double delta scan", + "vartype": 2, + "name": "global.IM scan delta - double delta scan" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan delta - double delta scan due to failure", + "vartype": 2, + "name": "global.IM scan delta - double delta scan due to failure" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM SMU Patch accumulated time", + "vartype": 2, + "name": "global.IM SMU Patch accumulated time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM SMU Patch accumulated time (CR)", + "vartype": 2, + "name": "global.IM SMU Patch accumulated time (CR)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM SMU Patch accumulated time (RAC Locks)", + "vartype": 2, + "name": "global.IM SMU Patch accumulated time (RAC Locks)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM SMU Patch total jobs", + "vartype": 2, + "name": "global.IM SMU Patch total jobs" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM SMU Patch total blocks patched", + "vartype": 2, + "name": "global.IM SMU Patch total blocks patched" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM SMU Patch total rows patched", + "vartype": 2, + "name": "global.IM SMU Patch total rows patched" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM ADG corrupt undo blocks seen", + "vartype": 2, + "name": "global.IM ADG corrupt undo blocks seen" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM ADG inv pdb due to corrupt undo", + "vartype": 2, + "name": "global.IM ADG inv pdb due to corrupt undo" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM ADG inv all due to corrupt undo", + "vartype": 2, + "name": "global.IM ADG inv all due to corrupt undo" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM ADG blocks in flush", + "vartype": 2, + "name": "global.IM ADG blocks in flush" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM ADG redo records seen", + "vartype": 2, + "name": "global.IM ADG redo records seen" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM ADG non-IMC transactions", + "vartype": 2, + "name": "global.IM ADG non-IMC transactions" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM ADG number of query scn moves", + "vartype": 2, + "name": "global.IM ADG number of query scn moves" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM ADG time for query scn moves (ms)", + "vartype": 2, + "name": "global.IM ADG time for query scn moves (ms)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM ADG transactions flushed", + "vartype": 2, + "name": "global.IM ADG transactions flushed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM ADG transactions compiled for flush", + "vartype": 2, + "name": "global.IM ADG transactions compiled for flush" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM ADG nothing to flush", + "vartype": 2, + "name": "global.IM ADG nothing to flush" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM ADG invalidated pdb partial transaction", + "vartype": 2, + "name": "global.IM ADG invalidated pdb partial transaction" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM ADG invalidated pdb DDL", + "vartype": 2, + "name": "global.IM ADG invalidated pdb DDL" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM ADG invalidated object DDL", + "vartype": 2, + "name": "global.IM ADG invalidated object DDL" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM ADG invalidated all objects", + "vartype": 2, + "name": "global.IM ADG invalidated all objects" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM ADG commit nodes added", + "vartype": 2, + "name": "global.IM ADG commit nodes added" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM ADG commit nodes freed", + "vartype": 2, + "name": "global.IM ADG commit nodes freed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM ADG commit journal destroy", + "vartype": 2, + "name": "global.IM ADG commit journal destroy" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM ADG commit journal emptied", + "vartype": 2, + "name": "global.IM ADG commit journal emptied" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM ADG journal sort", + "vartype": 2, + "name": "global.IM ADG journal sort" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM ADG granule split", + "vartype": 2, + "name": "global.IM ADG granule split" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "segment dispenser load tasks", + "vartype": 2, + "name": "global.segment dispenser load tasks" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "segment dispenser load empty", + "vartype": 2, + "name": "global.segment dispenser load empty" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "segment dispenser allocations", + "vartype": 2, + "name": "global.segment dispenser allocations" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "segment cfs allocations", + "vartype": 2, + "name": "global.segment cfs allocations" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "segment chunks allocation from dispenser", + "vartype": 2, + "name": "global.segment chunks allocation from dispenser" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "segment total chunk allocation", + "vartype": 2, + "name": "global.segment total chunk allocation" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "TBS Extension: tasks created", + "vartype": 2, + "name": "global.TBS Extension: tasks created" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "TBS Extension: tasks executed", + "vartype": 2, + "name": "global.TBS Extension: tasks executed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "TBS Extension: files extended", + "vartype": 2, + "name": "global.TBS Extension: files extended" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "TBS Extension: bytes extended", + "vartype": 2, + "name": "global.TBS Extension: bytes extended" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "GDR: Active ranges cleared", + "vartype": 2, + "name": "global.GDR: Active ranges cleared" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "GDR: Active blocks cleared", + "vartype": 2, + "name": "global.GDR: Active blocks cleared" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "GDR: Inactive ranges cleared", + "vartype": 2, + "name": "global.GDR: Inactive ranges cleared" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "GDR: Inactive blocks cleared", + "vartype": 2, + "name": "global.GDR: Inactive blocks cleared" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "GDR: Unused ranges cleared", + "vartype": 2, + "name": "global.GDR: Unused ranges cleared" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "GDR: Unused blocks cleared", + "vartype": 2, + "name": "global.GDR: Unused blocks cleared" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "GDR: Total segments processed", + "vartype": 2, + "name": "global.GDR: Total segments processed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "GDR: Total segments skipped", + "vartype": 2, + "name": "global.GDR: Total segments skipped" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "GDR: Total blocks skipped", + "vartype": 2, + "name": "global.GDR: Total blocks skipped" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "GDR: Total files processed", + "vartype": 2, + "name": "global.GDR: Total files processed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "total number of times SMON posted", + "vartype": 2, + "name": "global.total number of times SMON posted" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "SMON posted for undo segment recovery", + "vartype": 2, + "name": "global.SMON posted for undo segment recovery" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "SMON posted for txn recovery for other instances", + "vartype": 2, + "name": "global.SMON posted for txn recovery for other instances" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "SMON posted for instance recovery", + "vartype": 2, + "name": "global.SMON posted for instance recovery" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "SMON posted for undo segment shrink", + "vartype": 2, + "name": "global.SMON posted for undo segment shrink" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "SMON posted for dropping temp segment", + "vartype": 2, + "name": "global.SMON posted for dropping temp segment" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "KTFB alloc req", + "vartype": 2, + "name": "global.KTFB alloc req" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "KTFB alloc space (block)", + "vartype": 2, + "name": "global.KTFB alloc space (block)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "KTFB alloc time (ms)", + "vartype": 2, + "name": "global.KTFB alloc time (ms)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "KTFB free req", + "vartype": 2, + "name": "global.KTFB free req" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "KTFB free space (block)", + "vartype": 2, + "name": "global.KTFB free space (block)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "KTFB free time (ms)", + "vartype": 2, + "name": "global.KTFB free time (ms)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "KTFB apply req", + "vartype": 2, + "name": "global.KTFB apply req" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "KTFB apply time (ms)", + "vartype": 2, + "name": "global.KTFB apply time (ms)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "KTFB commit req", + "vartype": 2, + "name": "global.KTFB commit req" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "KTFB commit time (ms)", + "vartype": 2, + "name": "global.KTFB commit time (ms)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "KTFB alloc myinst", + "vartype": 2, + "name": "global.KTFB alloc myinst" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "KTFB alloc steal", + "vartype": 2, + "name": "global.KTFB alloc steal" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "KTFB alloc search FFB", + "vartype": 2, + "name": "global.KTFB alloc search FFB" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "segment prealloc tasks", + "vartype": 2, + "name": "global.segment prealloc tasks" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "segment prealloc ops", + "vartype": 2, + "name": "global.segment prealloc ops" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "segment prealloc bytes", + "vartype": 2, + "name": "global.segment prealloc bytes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "segment prealloc time (ms)", + "vartype": 2, + "name": "global.segment prealloc time (ms)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "segment prealloc ufs2cfs bytes", + "vartype": 2, + "name": "global.segment prealloc ufs2cfs bytes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "Heatmap BlkLevel Tracked", + "vartype": 2, + "name": "global.Heatmap BlkLevel Tracked" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "Heatmap BlkLevel Not Tracked - Memory", + "vartype": 2, + "name": "global.Heatmap BlkLevel Not Tracked - Memory" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "Heatmap BlkLevel Not Updated - Repeat", + "vartype": 2, + "name": "global.Heatmap BlkLevel Not Updated - Repeat" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "Heatmap BlkLevel Flushed", + "vartype": 2, + "name": "global.Heatmap BlkLevel Flushed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "Heatmap BlkLevel Flushed to SYSAUX", + "vartype": 2, + "name": "global.Heatmap BlkLevel Flushed to SYSAUX" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "Heatmap BlkLevel Flushed to BF", + "vartype": 2, + "name": "global.Heatmap BlkLevel Flushed to BF" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "Heatmap BlkLevel Ranges Flushed", + "vartype": 2, + "name": "global.Heatmap BlkLevel Ranges Flushed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "Heatmap BlkLevel Ranges Skipped", + "vartype": 2, + "name": "global.Heatmap BlkLevel Ranges Skipped" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "Heatmap BlkLevel Flush Task Create", + "vartype": 2, + "name": "global.Heatmap BlkLevel Flush Task Create" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "Heatmap Blklevel Flush Task Count", + "vartype": 2, + "name": "global.Heatmap Blklevel Flush Task Count" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM default area resized", + "vartype": 2, + "name": "global.IM default area resized" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM space CU extents allocated", + "vartype": 2, + "name": "global.IM space CU extents allocated" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM space SMU extents allocated", + "vartype": 2, + "name": "global.IM space SMU extents allocated" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM space CU bytes allocated", + "vartype": 2, + "name": "global.IM space CU bytes allocated" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM space SMU bytes allocated", + "vartype": 2, + "name": "global.IM space SMU bytes allocated" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM space CU creations initiated", + "vartype": 2, + "name": "global.IM space CU creations initiated" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM space SMU creations initiated", + "vartype": 2, + "name": "global.IM space SMU creations initiated" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM space CU creations committed", + "vartype": 2, + "name": "global.IM space CU creations committed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM space SMU creations committed", + "vartype": 2, + "name": "global.IM space SMU creations committed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM space private journal extents allocated", + "vartype": 2, + "name": "global.IM space private journal extents allocated" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM space ADG extents allocated", + "vartype": 2, + "name": "global.IM space ADG extents allocated" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM space private journal bytes allocated", + "vartype": 2, + "name": "global.IM space private journal bytes allocated" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM space ADG bytes allocated", + "vartype": 2, + "name": "global.IM space ADG bytes allocated" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM space shared journal extents allocated", + "vartype": 2, + "name": "global.IM space shared journal extents allocated" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM space shared journal bytes allocated", + "vartype": 2, + "name": "global.IM space shared journal bytes allocated" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM space CU extents freed", + "vartype": 2, + "name": "global.IM space CU extents freed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM space SMU extents freed", + "vartype": 2, + "name": "global.IM space SMU extents freed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM space CU bytes freed", + "vartype": 2, + "name": "global.IM space CU bytes freed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM space SMU bytes freed", + "vartype": 2, + "name": "global.IM space SMU bytes freed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM space private journal extents freed", + "vartype": 2, + "name": "global.IM space private journal extents freed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM space ADG journal extents freed", + "vartype": 2, + "name": "global.IM space ADG journal extents freed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM space private journal bytes freed", + "vartype": 2, + "name": "global.IM space private journal bytes freed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM space ADG bytes freed", + "vartype": 2, + "name": "global.IM space ADG bytes freed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM space shared journal extents freed", + "vartype": 2, + "name": "global.IM space shared journal extents freed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM space shared journal bytes freed", + "vartype": 2, + "name": "global.IM space shared journal bytes freed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM space segments allocated", + "vartype": 2, + "name": "global.IM space segments allocated" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM space private journal segments allocated", + "vartype": 2, + "name": "global.IM space private journal segments allocated" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM space ADG segments allocated", + "vartype": 2, + "name": "global.IM space ADG segments allocated" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM space shared journal segments allocated", + "vartype": 2, + "name": "global.IM space shared journal segments allocated" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM space segments freed", + "vartype": 2, + "name": "global.IM space segments freed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM space private journal segments freed", + "vartype": 2, + "name": "global.IM space private journal segments freed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM space ADG segments freed", + "vartype": 2, + "name": "global.IM space ADG segments freed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM space shared journal segments freed", + "vartype": 2, + "name": "global.IM space shared journal segments freed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "ASSM gsp:use space reservation", + "vartype": 2, + "name": "global.ASSM gsp:use space reservation" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "ASSM gsp:Alignment unavailable in space res", + "vartype": 2, + "name": "global.ASSM gsp:Alignment unavailable in space res" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "ASSM gsp:space reservation success", + "vartype": 2, + "name": "global.ASSM gsp:space reservation success" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "ASSM gsp:blocks requested by space reservation", + "vartype": 2, + "name": "global.ASSM gsp:blocks requested by space reservation" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "ASSM gsp:blocks provided by space reservation", + "vartype": 2, + "name": "global.ASSM gsp:blocks provided by space reservation" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "ASSM gsp:blocks rejected by access layer callback", + "vartype": 2, + "name": "global.ASSM gsp:blocks rejected by access layer callback" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "ASSM gsp:get free block", + "vartype": 2, + "name": "global.ASSM gsp:get free block" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "ASSM gsp:get free critical block", + "vartype": 2, + "name": "global.ASSM gsp:get free critical block" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "ASSM gsp:get free data block", + "vartype": 2, + "name": "global.ASSM gsp:get free data block" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "ASSM gsp:get free lob block", + "vartype": 2, + "name": "global.ASSM gsp:get free lob block" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "ASSM gsp:get free index block", + "vartype": 2, + "name": "global.ASSM gsp:get free index block" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "ASSM cbk:blocks examined", + "vartype": 2, + "name": "global.ASSM cbk:blocks examined" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "ASSM cbk:blocks rejected", + "vartype": 2, + "name": "global.ASSM cbk:blocks rejected" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "ASSM cbk:blocks accepted", + "vartype": 2, + "name": "global.ASSM cbk:blocks accepted" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "ASSM cbk:blocks marked full", + "vartype": 2, + "name": "global.ASSM cbk:blocks marked full" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "ASSM gsp:L1 bitmaps examined", + "vartype": 2, + "name": "global.ASSM gsp:L1 bitmaps examined" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "ASSM gsp:L2 bitmaps examined", + "vartype": 2, + "name": "global.ASSM gsp:L2 bitmaps examined" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "ASSM gsp:L3 bitmaps examined", + "vartype": 2, + "name": "global.ASSM gsp:L3 bitmaps examined" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "ASSM gsp:L2 bitmap full", + "vartype": 2, + "name": "global.ASSM gsp:L2 bitmap full" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "ASSM gsp:Search all", + "vartype": 2, + "name": "global.ASSM gsp:Search all" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "ASSM gsp:Search hint", + "vartype": 2, + "name": "global.ASSM gsp:Search hint" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "ASSM gsp:Search steal", + "vartype": 2, + "name": "global.ASSM gsp:Search steal" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "ASSM gsp:bump HWM", + "vartype": 2, + "name": "global.ASSM gsp:bump HWM" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "ASSM gsp:reject db", + "vartype": 2, + "name": "global.ASSM gsp:reject db" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "ASSM gsp:reject L1", + "vartype": 2, + "name": "global.ASSM gsp:reject L1" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "ASSM gsp:reject L2", + "vartype": 2, + "name": "global.ASSM gsp:reject L2" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "ASSM gsp:reject L3", + "vartype": 2, + "name": "global.ASSM gsp:reject L3" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "ASSM gsp:Optimized reject DB", + "vartype": 2, + "name": "global.ASSM gsp:Optimized reject DB" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "ASSM gsp:Optimized reject l1", + "vartype": 2, + "name": "global.ASSM gsp:Optimized reject l1" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "ASSM gsp:Optimized reject l2", + "vartype": 2, + "name": "global.ASSM gsp:Optimized reject l2" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "ASSM gsp:good hint", + "vartype": 2, + "name": "global.ASSM gsp:good hint" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "ASSM gsp:Optimized index block rejects", + "vartype": 2, + "name": "global.ASSM gsp:Optimized index block rejects" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "ASSM gsp:Optimized data block rejects", + "vartype": 2, + "name": "global.ASSM gsp:Optimized data block rejects" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "ASSM gsp:add extent", + "vartype": 2, + "name": "global.ASSM gsp:add extent" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "ASSM wasted db state change", + "vartype": 2, + "name": "global.ASSM wasted db state change" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "ASSM bg: segment fix monitor", + "vartype": 2, + "name": "global.ASSM bg: segment fix monitor" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "ASSM fg: submit segment fix task", + "vartype": 2, + "name": "global.ASSM fg: submit segment fix task" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "ASSM bg:mark segment for fix", + "vartype": 2, + "name": "global.ASSM bg:mark segment for fix" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "ASSM bg:create segment fix task", + "vartype": 2, + "name": "global.ASSM bg:create segment fix task" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "ASSM bg:slave fix one segment", + "vartype": 2, + "name": "global.ASSM bg:slave fix one segment" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "ASSM bg:slave compress block", + "vartype": 2, + "name": "global.ASSM bg:slave compress block" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "ASSM bg:slave fix state", + "vartype": 2, + "name": "global.ASSM bg:slave fix state" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "ASSM rsv:fill reserve", + "vartype": 2, + "name": "global.ASSM rsv:fill reserve" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "ASSM rsv:alloc from reserve", + "vartype": 2, + "name": "global.ASSM rsv:alloc from reserve" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "ASSM rsv:alloc from reserve fail", + "vartype": 2, + "name": "global.ASSM rsv:alloc from reserve fail" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "ASSM rsv:alloc from reserve succ", + "vartype": 2, + "name": "global.ASSM rsv:alloc from reserve succ" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "ASSM rsv:clear reserve", + "vartype": 2, + "name": "global.ASSM rsv:clear reserve" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "table scans (short tables)", + "vartype": 2, + "name": "global.table scans (short tables)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "table scans (long tables)", + "vartype": 2, + "name": "global.table scans (long tables)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "table scans (rowid ranges)", + "vartype": 2, + "name": "global.table scans (rowid ranges)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "table scans (IM)", + "vartype": 2, + "name": "global.table scans (IM)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "table scans (cache partitions)", + "vartype": 2, + "name": "global.table scans (cache partitions)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "table scans (direct read)", + "vartype": 2, + "name": "global.table scans (direct read)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "table scan rows gotten", + "vartype": 2, + "name": "global.table scan rows gotten" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "table scan rs1", + "vartype": 2, + "name": "global.table scan rs1" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "table scan rs2", + "vartype": 2, + "name": "global.table scan rs2" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "table scan disk non-IMC rows gotten", + "vartype": 2, + "name": "global.table scan disk non-IMC rows gotten" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "table scan disk IMC fallback", + "vartype": 2, + "name": "global.table scan disk IMC fallback" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "table scan blocks gotten", + "vartype": 2, + "name": "global.table scan blocks gotten" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "table fetch by rowid", + "vartype": 2, + "name": "global.table fetch by rowid" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "table fetch continued row", + "vartype": 2, + "name": "global.table fetch continued row" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cluster key scans", + "vartype": 2, + "name": "global.cluster key scans" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cluster key scan block gets", + "vartype": 2, + "name": "global.cluster key scan block gets" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "rows fetched via callback", + "vartype": 2, + "name": "global.rows fetched via callback" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell scans", + "vartype": 2, + "name": "global.cell scans" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell blocks processed by cache layer", + "vartype": 2, + "name": "global.cell blocks processed by cache layer" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell blocks processed by txn layer", + "vartype": 2, + "name": "global.cell blocks processed by txn layer" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell blocks processed by data layer", + "vartype": 2, + "name": "global.cell blocks processed by data layer" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell blocks processed by index layer", + "vartype": 2, + "name": "global.cell blocks processed by index layer" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell filtered blocks failed block check", + "vartype": 2, + "name": "global.cell filtered blocks failed block check" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell commit cache queries", + "vartype": 2, + "name": "global.cell commit cache queries" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell transactions found in commit cache", + "vartype": 2, + "name": "global.cell transactions found in commit cache" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell blocks helped by commit cache", + "vartype": 2, + "name": "global.cell blocks helped by commit cache" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell blocks helped by minscn optimization", + "vartype": 2, + "name": "global.cell blocks helped by minscn optimization" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell chained rows skipped", + "vartype": 2, + "name": "global.cell chained rows skipped" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell chained rows processed", + "vartype": 2, + "name": "global.cell chained rows processed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell chained row pieces fetched", + "vartype": 2, + "name": "global.cell chained row pieces fetched" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell chained rows rejected", + "vartype": 2, + "name": "global.cell chained rows rejected" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "error count cleared by cell", + "vartype": 2, + "name": "global.error count cleared by cell" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell blocks sent", + "vartype": 2, + "name": "global.cell blocks sent" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell blocks pivoted", + "vartype": 2, + "name": "global.cell blocks pivoted" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell blocks returned by data layer", + "vartype": 2, + "name": "global.cell blocks returned by data layer" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell blocks returned by index layer", + "vartype": 2, + "name": "global.cell blocks returned by index layer" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell index blocks sent", + "vartype": 2, + "name": "global.cell index blocks sent" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell IO uncompressed bytes", + "vartype": 2, + "name": "global.cell IO uncompressed bytes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell scan CUs pcode aggregation pushdown", + "vartype": 2, + "name": "global.cell scan CUs pcode aggregation pushdown" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell scan rows pcode aggregated", + "vartype": 2, + "name": "global.cell scan rows pcode aggregated" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell scan CUs pcode selective done", + "vartype": 2, + "name": "global.cell scan CUs pcode selective done" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell scan CUs pcode pred evaled", + "vartype": 2, + "name": "global.cell scan CUs pcode pred evaled" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell scan CUs pcode pred evaled using rowsets", + "vartype": 2, + "name": "global.cell scan CUs pcode pred evaled using rowsets" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell simulated physical IO bytes eligible for predicate offload", + "vartype": 2, + "name": "global.cell simulated physical IO bytes eligible for predicate offload" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell simulated physical IO bytes returned by predicate offload", + "vartype": 2, + "name": "global.cell simulated physical IO bytes returned by predicate offload" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "queue update without cp update", + "vartype": 2, + "name": "global.queue update without cp update" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "index crx upgrade (prefetch)", + "vartype": 2, + "name": "global.index crx upgrade (prefetch)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "index crx upgrade (found)", + "vartype": 2, + "name": "global.index crx upgrade (found)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "index crx upgrade (positioned)", + "vartype": 2, + "name": "global.index crx upgrade (positioned)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "index cmph dm, split for cu migrate row", + "vartype": 2, + "name": "global.index cmph dm, split for cu migrate row" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "index cmph dm, cu migrate row", + "vartype": 2, + "name": "global.index cmph dm, cu migrate row" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "index cmph dm, insert unpurge CU row", + "vartype": 2, + "name": "global.index cmph dm, insert unpurge CU row" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "index cmpl ro, prefix change at block", + "vartype": 2, + "name": "global.index cmpl ro, prefix change at block" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "index cmpl ro, prefix no change at block", + "vartype": 2, + "name": "global.index cmpl ro, prefix no change at block" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "index cmpl ro, blocks not compressed", + "vartype": 2, + "name": "global.index cmpl ro, blocks not compressed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "index cmpl ro, reorg avoid load new block", + "vartype": 2, + "name": "global.index cmpl ro, reorg avoid load new block" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "index cmpl ro, reorg avoid split", + "vartype": 2, + "name": "global.index cmpl ro, reorg avoid split" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "index cmpl co, prefix mismatch", + "vartype": 2, + "name": "global.index cmpl co, prefix mismatch" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "index split cancel wait noclean", + "vartype": 2, + "name": "global.index split cancel wait noclean" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "index split cancel wait clean", + "vartype": 2, + "name": "global.index split cancel wait clean" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "index split cancel op set", + "vartype": 2, + "name": "global.index split cancel op set" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "index crx state invalidation", + "vartype": 2, + "name": "global.index crx state invalidation" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "leaf node splits", + "vartype": 2, + "name": "global.leaf node splits" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "leaf node 90-10 splits", + "vartype": 2, + "name": "global.leaf node 90-10 splits" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "index cmph sp, leaf recompress", + "vartype": 2, + "name": "global.index cmph sp, leaf recompress" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "index cmph sp, leaf norecomp nospace", + "vartype": 2, + "name": "global.index cmph sp, leaf norecomp nospace" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "index cmph sp, leaf norecomp negcomp", + "vartype": 2, + "name": "global.index cmph sp, leaf norecomp negcomp" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "index cmph sp, leaf norecomp oversize", + "vartype": 2, + "name": "global.index cmph sp, leaf norecomp oversize" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "index cmph sp, leaf norecomp zerocur", + "vartype": 2, + "name": "global.index cmph sp, leaf norecomp zerocur" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "index cmph sp, leaf norecomp limit", + "vartype": 2, + "name": "global.index cmph sp, leaf norecomp limit" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "index cmph sp, leaf norecomp notry", + "vartype": 2, + "name": "global.index cmph sp, leaf norecomp notry" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "index cmph sp, deci norecomp max limit", + "vartype": 2, + "name": "global.index cmph sp, deci norecomp max limit" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "index cmph sp, deci norecomp donotrecomp bit", + "vartype": 2, + "name": "global.index cmph sp, deci norecomp donotrecomp bit" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "index cmph sp, deci norecomp cusz threshold", + "vartype": 2, + "name": "global.index cmph sp, deci norecomp cusz threshold" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "index cmph sp, deci recomp free purge", + "vartype": 2, + "name": "global.index cmph sp, deci recomp free purge" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "index cmph sp, leaf 90_10 failed", + "vartype": 2, + "name": "global.index cmph sp, leaf 90_10 failed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "branch node splits", + "vartype": 2, + "name": "global.branch node splits" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "root node splits", + "vartype": 2, + "name": "global.root node splits" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "failed probes on index block reclamation", + "vartype": 2, + "name": "global.failed probes on index block reclamation" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "recursive aborts on index block reclamation", + "vartype": 2, + "name": "global.recursive aborts on index block reclamation" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "index reclamation/extension switch", + "vartype": 2, + "name": "global.index reclamation/extension switch" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "lob reads", + "vartype": 2, + "name": "global.lob reads" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "lob writes", + "vartype": 2, + "name": "global.lob writes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "lob writes unaligned", + "vartype": 2, + "name": "global.lob writes unaligned" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell index scans", + "vartype": 2, + "name": "global.cell index scans" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "index fast full scans (full)", + "vartype": 2, + "name": "global.index fast full scans (full)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "index fast full scans (rowid ranges)", + "vartype": 2, + "name": "global.index fast full scans (rowid ranges)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "index fast full scans (direct read)", + "vartype": 2, + "name": "global.index fast full scans (direct read)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "index fetch by key", + "vartype": 2, + "name": "global.index fetch by key" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "index range scans", + "vartype": 2, + "name": "global.index range scans" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "index cmph sc, ffs decomp buffers", + "vartype": 2, + "name": "global.index cmph sc, ffs decomp buffers" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "index cmph sc, ffs decomp buffers rows avail", + "vartype": 2, + "name": "global.index cmph sc, ffs decomp buffers rows avail" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "index cmph sc, ffs decomp buffers rows used", + "vartype": 2, + "name": "global.index cmph sc, ffs decomp buffers rows used" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "index cmph sc, ffs decomp failures", + "vartype": 2, + "name": "global.index cmph sc, ffs decomp failures" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "index cmph sc, ffs decomp buffers released and found valid", + "vartype": 2, + "name": "global.index cmph sc, ffs decomp buffers released and found valid" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "queue splits", + "vartype": 2, + "name": "global.queue splits" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "queue flush", + "vartype": 2, + "name": "global.queue flush" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "queue position update", + "vartype": 2, + "name": "global.queue position update" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "queue single row", + "vartype": 2, + "name": "global.queue single row" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "queue ocp pages", + "vartype": 2, + "name": "global.queue ocp pages" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "queue qno pages", + "vartype": 2, + "name": "global.queue qno pages" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "heap block compress", + "vartype": 2, + "name": "global.heap block compress" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HSC OLTP Space Saving", + "vartype": 2, + "name": "global.HSC OLTP Space Saving" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HSC OLTP Compressed Blocks", + "vartype": 2, + "name": "global.HSC OLTP Compressed Blocks" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HSC IDL Compressed Blocks", + "vartype": 2, + "name": "global.HSC IDL Compressed Blocks" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HSC Compressed Segment Block Changes", + "vartype": 2, + "name": "global.HSC Compressed Segment Block Changes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HSC Heap Segment Block Changes", + "vartype": 2, + "name": "global.HSC Heap Segment Block Changes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HSC OLTP Non Compressible Blocks", + "vartype": 2, + "name": "global.HSC OLTP Non Compressible Blocks" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HSC OLTP positive compression", + "vartype": 2, + "name": "global.HSC OLTP positive compression" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HSC OLTP negative compression", + "vartype": 2, + "name": "global.HSC OLTP negative compression" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HSC OLTP recursive compression", + "vartype": 2, + "name": "global.HSC OLTP recursive compression" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HSC OLTP inline compression", + "vartype": 2, + "name": "global.HSC OLTP inline compression" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HSC OLTP partial compression", + "vartype": 2, + "name": "global.HSC OLTP partial compression" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HSC OLTP Drop Column", + "vartype": 2, + "name": "global.HSC OLTP Drop Column" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HSC OLTP Compression skipped rows", + "vartype": 2, + "name": "global.HSC OLTP Compression skipped rows" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HSC OLTP compression block checked", + "vartype": 2, + "name": "global.HSC OLTP compression block checked" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "Heap Segment Array Inserts", + "vartype": 2, + "name": "global.Heap Segment Array Inserts" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "Heap Segment Array Updates", + "vartype": 2, + "name": "global.Heap Segment Array Updates" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HSC OLTP Compression wide compressed row pieces", + "vartype": 2, + "name": "global.HSC OLTP Compression wide compressed row pieces" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "Heap Segment Array Deletes", + "vartype": 2, + "name": "global.Heap Segment Array Deletes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "securefile allocation bytes", + "vartype": 2, + "name": "global.securefile allocation bytes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "securefile allocation chunks", + "vartype": 2, + "name": "global.securefile allocation chunks" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "securefile direct read bytes", + "vartype": 2, + "name": "global.securefile direct read bytes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "securefile direct write bytes", + "vartype": 2, + "name": "global.securefile direct write bytes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "securefile direct read ops", + "vartype": 2, + "name": "global.securefile direct read ops" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "securefile direct write ops", + "vartype": 2, + "name": "global.securefile direct write ops" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "securefile inode read time", + "vartype": 2, + "name": "global.securefile inode read time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "securefile inode write time", + "vartype": 2, + "name": "global.securefile inode write time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "securefile inode ioreap time", + "vartype": 2, + "name": "global.securefile inode ioreap time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "securefile inode lhb redo", + "vartype": 2, + "name": "global.securefile inode lhb redo" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "securefile inode itree redo", + "vartype": 2, + "name": "global.securefile inode itree redo" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "securefile bytes non-transformed", + "vartype": 2, + "name": "global.securefile bytes non-transformed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "securefile number of non-transformed flushes", + "vartype": 2, + "name": "global.securefile number of non-transformed flushes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "securefile bytes encrypted", + "vartype": 2, + "name": "global.securefile bytes encrypted" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "securefile bytes cleartext", + "vartype": 2, + "name": "global.securefile bytes cleartext" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "securefile compressed bytes", + "vartype": 2, + "name": "global.securefile compressed bytes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "securefile uncompressed bytes", + "vartype": 2, + "name": "global.securefile uncompressed bytes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "securefile bytes deduplicated", + "vartype": 2, + "name": "global.securefile bytes deduplicated" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "securefile create dedup set", + "vartype": 2, + "name": "global.securefile create dedup set" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "securefile destroy dedup set", + "vartype": 2, + "name": "global.securefile destroy dedup set" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "securefile add dedupd lob to set", + "vartype": 2, + "name": "global.securefile add dedupd lob to set" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "securefile rmv from dedup set", + "vartype": 2, + "name": "global.securefile rmv from dedup set" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "securefile reject deduplication", + "vartype": 2, + "name": "global.securefile reject deduplication" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "securefile dedup prefix hash match", + "vartype": 2, + "name": "global.securefile dedup prefix hash match" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "securefile number of flushes", + "vartype": 2, + "name": "global.securefile number of flushes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "securefile dedup flush too low", + "vartype": 2, + "name": "global.securefile dedup flush too low" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "securefile dedup callback oper final", + "vartype": 2, + "name": "global.securefile dedup callback oper final" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "securefile dedup hash collision", + "vartype": 2, + "name": "global.securefile dedup hash collision" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "securefile dedup fits inline", + "vartype": 2, + "name": "global.securefile dedup fits inline" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "securefile dedup wapp cache miss", + "vartype": 2, + "name": "global.securefile dedup wapp cache miss" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HCC load direct CUs", + "vartype": 2, + "name": "global.HCC load direct CUs" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HCC load conventional CUs", + "vartype": 2, + "name": "global.HCC load conventional CUs" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HCC load direct CUs query low", + "vartype": 2, + "name": "global.HCC load direct CUs query low" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HCC load direct CUs query high", + "vartype": 2, + "name": "global.HCC load direct CUs query high" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HCC load direct CUs archive high", + "vartype": 2, + "name": "global.HCC load direct CUs archive high" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HCC load direct CUs archive low", + "vartype": 2, + "name": "global.HCC load direct CUs archive low" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HCC load conventional CUs query low", + "vartype": 2, + "name": "global.HCC load conventional CUs query low" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HCC load conventional CUs query high", + "vartype": 2, + "name": "global.HCC load conventional CUs query high" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HCC load conventional CUs archive high", + "vartype": 2, + "name": "global.HCC load conventional CUs archive high" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HCC load conventional CUs archive low", + "vartype": 2, + "name": "global.HCC load conventional CUs archive low" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HCC load conventional CUs tail blk enhanced", + "vartype": 2, + "name": "global.HCC load conventional CUs tail blk enhanced" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HCC load direct bytes compressed", + "vartype": 2, + "name": "global.HCC load direct bytes compressed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HCC load conventional bytes compressed", + "vartype": 2, + "name": "global.HCC load conventional bytes compressed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HCC load direct bytes uncompressed", + "vartype": 2, + "name": "global.HCC load direct bytes uncompressed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HCC load conventional bytes uncompressed", + "vartype": 2, + "name": "global.HCC load conventional bytes uncompressed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HCC load direct rows", + "vartype": 2, + "name": "global.HCC load direct rows" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HCC load conventional rows", + "vartype": 2, + "name": "global.HCC load conventional rows" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HCC load direct rows not compressed", + "vartype": 2, + "name": "global.HCC load direct rows not compressed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HCC load conventional rows not compressed", + "vartype": 2, + "name": "global.HCC load conventional rows not compressed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HCC load direct CUs row pieces", + "vartype": 2, + "name": "global.HCC load direct CUs row pieces" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HCC load conventional CUs row pieces", + "vartype": 2, + "name": "global.HCC load conventional CUs row pieces" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HCC scan rdbms CUs decompressed", + "vartype": 2, + "name": "global.HCC scan rdbms CUs decompressed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HCC scan cell CUs decompressed", + "vartype": 2, + "name": "global.HCC scan cell CUs decompressed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HCC scan rdbms CUs query low", + "vartype": 2, + "name": "global.HCC scan rdbms CUs query low" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HCC scan cell CUs query low", + "vartype": 2, + "name": "global.HCC scan cell CUs query low" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HCC scan rdbms CUs query high", + "vartype": 2, + "name": "global.HCC scan rdbms CUs query high" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HCC scan cell CUs query high", + "vartype": 2, + "name": "global.HCC scan cell CUs query high" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HCC scan rdbms CUs archive high", + "vartype": 2, + "name": "global.HCC scan rdbms CUs archive high" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HCC scan cell CUs archive high", + "vartype": 2, + "name": "global.HCC scan cell CUs archive high" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HCC scan rdbms CUs archive low", + "vartype": 2, + "name": "global.HCC scan rdbms CUs archive low" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HCC scan cell CUs archive low", + "vartype": 2, + "name": "global.HCC scan cell CUs archive low" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HCC scan rdbms bytes compressed", + "vartype": 2, + "name": "global.HCC scan rdbms bytes compressed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HCC scan cell bytes compressed", + "vartype": 2, + "name": "global.HCC scan cell bytes compressed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HCC scan rdbms bytes decompressed", + "vartype": 2, + "name": "global.HCC scan rdbms bytes decompressed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HCC scan cell bytes decompressed", + "vartype": 2, + "name": "global.HCC scan cell bytes decompressed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HCC scan rdbms CUs columns accessed", + "vartype": 2, + "name": "global.HCC scan rdbms CUs columns accessed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HCC scan cell CUs columns accessed", + "vartype": 2, + "name": "global.HCC scan cell CUs columns accessed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "scan rdbms pivoted columns accessed", + "vartype": 2, + "name": "global.scan rdbms pivoted columns accessed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HCC scan rdbms columns theoretical max", + "vartype": 2, + "name": "global.HCC scan rdbms columns theoretical max" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HCC scan cell columns theoretical max", + "vartype": 2, + "name": "global.HCC scan cell columns theoretical max" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "scan rdbms pivoted columns theoretical max", + "vartype": 2, + "name": "global.scan rdbms pivoted columns theoretical max" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HCC scan rdbms rows", + "vartype": 2, + "name": "global.HCC scan rdbms rows" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HCC scan cell rows", + "vartype": 2, + "name": "global.HCC scan cell rows" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "scan rdbms pivoted rows", + "vartype": 2, + "name": "global.scan rdbms pivoted rows" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HCC scan rdbms CUs row pieces accessed", + "vartype": 2, + "name": "global.HCC scan rdbms CUs row pieces accessed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HCC scan cell CUs row pieces accessed", + "vartype": 2, + "name": "global.HCC scan cell CUs row pieces accessed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HCC scan rdbms CUs row pieces total", + "vartype": 2, + "name": "global.HCC scan rdbms CUs row pieces total" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HCC scan cell CUs row pieces total", + "vartype": 2, + "name": "global.HCC scan cell CUs row pieces total" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HCC scan rdbms CUs decompression time", + "vartype": 2, + "name": "global.HCC scan rdbms CUs decompression time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HCC scan cell CUs decompression time", + "vartype": 2, + "name": "global.HCC scan cell CUs decompression time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HCC DML CUs", + "vartype": 2, + "name": "global.HCC DML CUs" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HCC scan rdbms CUs normal", + "vartype": 2, + "name": "global.HCC scan rdbms CUs normal" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HCC scan rdbms CUs turbo", + "vartype": 2, + "name": "global.HCC scan rdbms CUs turbo" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "scan rdbms pivoted blocks", + "vartype": 2, + "name": "global.scan rdbms pivoted blocks" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HCC fetch by rowid CUs", + "vartype": 2, + "name": "global.HCC fetch by rowid CUs" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HCC analyze table CUs", + "vartype": 2, + "name": "global.HCC analyze table CUs" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HCC block dump CUs", + "vartype": 2, + "name": "global.HCC block dump CUs" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HCC block check CUs", + "vartype": 2, + "name": "global.HCC block check CUs" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HCC analyzer calls", + "vartype": 2, + "name": "global.HCC analyzer calls" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HCC usage ZFS", + "vartype": 2, + "name": "global.HCC usage ZFS" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HCC usage pillar", + "vartype": 2, + "name": "global.HCC usage pillar" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HCC usage cloud", + "vartype": 2, + "name": "global.HCC usage cloud" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HCC DML conventional", + "vartype": 2, + "name": "global.HCC DML conventional" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cellmemory IM scan CUs processed for query", + "vartype": 2, + "name": "global.cellmemory IM scan CUs processed for query" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cellmemory IM scan CUs processed for capacity", + "vartype": 2, + "name": "global.cellmemory IM scan CUs processed for capacity" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cellmemory IM scan CUs processed no memcompress", + "vartype": 2, + "name": "global.cellmemory IM scan CUs processed no memcompress" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cellmemory IM load CUs for query", + "vartype": 2, + "name": "global.cellmemory IM load CUs for query" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cellmemory IM load CUs for capacity", + "vartype": 2, + "name": "global.cellmemory IM load CUs for capacity" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cellmemory IM load CUs no memcompress", + "vartype": 2, + "name": "global.cellmemory IM load CUs no memcompress" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cellmemory IM scan CUs rejected for query", + "vartype": 2, + "name": "global.cellmemory IM scan CUs rejected for query" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cellmemory IM scan CUs rejected for capacity", + "vartype": 2, + "name": "global.cellmemory IM scan CUs rejected for capacity" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cellmemory IM scan CUs rejected no memcompress", + "vartype": 2, + "name": "global.cellmemory IM scan CUs rejected no memcompress" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cellmemory IM scan stat 1", + "vartype": 2, + "name": "global.cellmemory IM scan stat 1" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cellmemory IM scan stat 2", + "vartype": 2, + "name": "global.cellmemory IM scan stat 2" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cellmemory IM scan stat 3", + "vartype": 2, + "name": "global.cellmemory IM scan stat 3" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cellmemory IM scan stat 4", + "vartype": 2, + "name": "global.cellmemory IM scan stat 4" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cellmemory IM scan stat 5", + "vartype": 2, + "name": "global.cellmemory IM scan stat 5" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HCC block compressions completed", + "vartype": 2, + "name": "global.HCC block compressions completed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HCC block compressions attempted", + "vartype": 2, + "name": "global.HCC block compressions attempted" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HCC scan rdbms CUs predicates received", + "vartype": 2, + "name": "global.HCC scan rdbms CUs predicates received" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HCC scan cell CUs predicates received", + "vartype": 2, + "name": "global.HCC scan cell CUs predicates received" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HCC scan rdbms CUs predicates optimized", + "vartype": 2, + "name": "global.HCC scan rdbms CUs predicates optimized" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HCC scan cell CUs predicates optimized", + "vartype": 2, + "name": "global.HCC scan cell CUs predicates optimized" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HCC scan rdbms CUs predicates applied", + "vartype": 2, + "name": "global.HCC scan rdbms CUs predicates applied" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HCC scan cell CUs predicates applied", + "vartype": 2, + "name": "global.HCC scan cell CUs predicates applied" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HCC scan rdbms CUs optimized read", + "vartype": 2, + "name": "global.HCC scan rdbms CUs optimized read" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HCC scan cell CUs optimized read", + "vartype": 2, + "name": "global.HCC scan cell CUs optimized read" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HCC scan rdbms CUs pruned", + "vartype": 2, + "name": "global.HCC scan rdbms CUs pruned" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HCC scan cell CUs pruned", + "vartype": 2, + "name": "global.HCC scan cell CUs pruned" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HCC scan cell CUs sent uncompressed", + "vartype": 2, + "name": "global.HCC scan cell CUs sent uncompressed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HCC scan cell CUs sent compressed", + "vartype": 2, + "name": "global.HCC scan cell CUs sent compressed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HCC scan cell CUs sent head piece", + "vartype": 2, + "name": "global.HCC scan cell CUs sent head piece" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HCC scan cell CUs processed for uncompressed", + "vartype": 2, + "name": "global.HCC scan cell CUs processed for uncompressed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HCC scan cell CUs processed for compressed", + "vartype": 2, + "name": "global.HCC scan cell CUs processed for compressed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HCC scan CUs pcode aggregation pushdown", + "vartype": 2, + "name": "global.HCC scan CUs pcode aggregation pushdown" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HCC scan rows pcode aggregated", + "vartype": 2, + "name": "global.HCC scan rows pcode aggregated" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HCC scan CUs pcode selective done", + "vartype": 2, + "name": "global.HCC scan CUs pcode selective done" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HCC scan CUs pcode pred evaled", + "vartype": 2, + "name": "global.HCC scan CUs pcode pred evaled" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "HCC scan CUs pcode pred evaled using rowsets", + "vartype": 2, + "name": "global.HCC scan CUs pcode pred evaled using rowsets" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "SecureFiles DBFS Link Operations", + "vartype": 2, + "name": "global.SecureFiles DBFS Link Operations" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "SecureFiles Move to DBFS Link", + "vartype": 2, + "name": "global.SecureFiles Move to DBFS Link" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "SecureFiles Copy from DBFS Link", + "vartype": 2, + "name": "global.SecureFiles Copy from DBFS Link" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "SecureFiles Get DBFS Link Reference", + "vartype": 2, + "name": "global.SecureFiles Get DBFS Link Reference" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "SecureFiles Put DBFS Link Reference", + "vartype": 2, + "name": "global.SecureFiles Put DBFS Link Reference" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "SecureFiles Implicit Copy from DBFS Link", + "vartype": 2, + "name": "global.SecureFiles Implicit Copy from DBFS Link" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "SecureFiles DBFS Link streaming reads", + "vartype": 2, + "name": "global.SecureFiles DBFS Link streaming reads" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "SecureFiles DBFS Link Overwrites", + "vartype": 2, + "name": "global.SecureFiles DBFS Link Overwrites" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM populate segments requested", + "vartype": 2, + "name": "global.IM populate segments requested" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM prepopulate segments requested", + "vartype": 2, + "name": "global.IM prepopulate segments requested" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate segments requested", + "vartype": 2, + "name": "global.IM repopulate segments requested" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM populate process killed", + "vartype": 2, + "name": "global.IM populate process killed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM populate segments", + "vartype": 2, + "name": "global.IM populate segments" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM prepopulate segments", + "vartype": 2, + "name": "global.IM prepopulate segments" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate segments", + "vartype": 2, + "name": "global.IM repopulate segments" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM populate CUs requested", + "vartype": 2, + "name": "global.IM populate CUs requested" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM prepopulate CUs requested", + "vartype": 2, + "name": "global.IM prepopulate CUs requested" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate CUs requested", + "vartype": 2, + "name": "global.IM repopulate CUs requested" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate (trickle) CUs requested", + "vartype": 2, + "name": "global.IM repopulate (trickle) CUs requested" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate (scan) CUs requested", + "vartype": 2, + "name": "global.IM repopulate (scan) CUs requested" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate (incremental) CUs requested", + "vartype": 2, + "name": "global.IM repopulate (incremental) CUs requested" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate (doublebuffering) CUs requested", + "vartype": 2, + "name": "global.IM repopulate (doublebuffering) CUs requested" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate (incremental) CUs old CU unavailable", + "vartype": 2, + "name": "global.IM repopulate (incremental) CUs old CU unavailable" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate (incremental) CUs old CU empty", + "vartype": 2, + "name": "global.IM repopulate (incremental) CUs old CU empty" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate (incremental) CUs old CU defchg", + "vartype": 2, + "name": "global.IM repopulate (incremental) CUs old CU defchg" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM populate CUs resubmitted", + "vartype": 2, + "name": "global.IM populate CUs resubmitted" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM prepopulate CUs resubmitted", + "vartype": 2, + "name": "global.IM prepopulate CUs resubmitted" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate CUs resubmitted", + "vartype": 2, + "name": "global.IM repopulate CUs resubmitted" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate (trickle) CUs resubmitted", + "vartype": 2, + "name": "global.IM repopulate (trickle) CUs resubmitted" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate (scan) CUs resubmitted", + "vartype": 2, + "name": "global.IM repopulate (scan) CUs resubmitted" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM populate CUs not", + "vartype": 2, + "name": "global.IM populate CUs not" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM prepopulate CUs not", + "vartype": 2, + "name": "global.IM prepopulate CUs not" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate CUs not", + "vartype": 2, + "name": "global.IM repopulate CUs not" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate (trickle) CUs not", + "vartype": 2, + "name": "global.IM repopulate (trickle) CUs not" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate (scan) CUs not", + "vartype": 2, + "name": "global.IM repopulate (scan) CUs not" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM populate CUs nop", + "vartype": 2, + "name": "global.IM populate CUs nop" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM prepopulate CUs nop", + "vartype": 2, + "name": "global.IM prepopulate CUs nop" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate CUs nop", + "vartype": 2, + "name": "global.IM repopulate CUs nop" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate (trickle) CUs nop", + "vartype": 2, + "name": "global.IM repopulate (trickle) CUs nop" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate (scan) CUs nop", + "vartype": 2, + "name": "global.IM repopulate (scan) CUs nop" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM populate CUs no blocks", + "vartype": 2, + "name": "global.IM populate CUs no blocks" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM prepopulate CUs no blocks", + "vartype": 2, + "name": "global.IM prepopulate CUs no blocks" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM populate CUs", + "vartype": 2, + "name": "global.IM populate CUs" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM prepopulate CUs", + "vartype": 2, + "name": "global.IM prepopulate CUs" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate CUs", + "vartype": 2, + "name": "global.IM repopulate CUs" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate (trickle) CUs", + "vartype": 2, + "name": "global.IM repopulate (trickle) CUs" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate (scan) CUs", + "vartype": 2, + "name": "global.IM repopulate (scan) CUs" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate (incremental) CUs", + "vartype": 2, + "name": "global.IM repopulate (incremental) CUs" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate (doublebuffering) CUs", + "vartype": 2, + "name": "global.IM repopulate (doublebuffering) CUs" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate (incremental) CUs using population", + "vartype": 2, + "name": "global.IM repopulate (incremental) CUs using population" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate (delta) CUs requested", + "vartype": 2, + "name": "global.IM repopulate (delta) CUs requested" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate (delta) CUs resubmitted", + "vartype": 2, + "name": "global.IM repopulate (delta) CUs resubmitted" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate (delta) CUs", + "vartype": 2, + "name": "global.IM repopulate (delta) CUs" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate (delta) due to row-based formula", + "vartype": 2, + "name": "global.IM repopulate (delta) due to row-based formula" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate (delta) due to block-based formula", + "vartype": 2, + "name": "global.IM repopulate (delta) due to block-based formula" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM populate bytes from storage", + "vartype": 2, + "name": "global.IM populate bytes from storage" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM prepopulate bytes from storage", + "vartype": 2, + "name": "global.IM prepopulate bytes from storage" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate bytes from storage", + "vartype": 2, + "name": "global.IM repopulate bytes from storage" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate (trickle) bytes from storage", + "vartype": 2, + "name": "global.IM repopulate (trickle) bytes from storage" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate due to row threshold hit", + "vartype": 2, + "name": "global.IM repopulate due to row threshold hit" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate due to block threshold hit", + "vartype": 2, + "name": "global.IM repopulate due to block threshold hit" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM populate accumulated time (ms)", + "vartype": 2, + "name": "global.IM populate accumulated time (ms)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM populate segments wall clock time (ms)", + "vartype": 2, + "name": "global.IM populate segments wall clock time (ms)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM prepopulate accumulated time (ms)", + "vartype": 2, + "name": "global.IM prepopulate accumulated time (ms)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate accumulated time (ms)", + "vartype": 2, + "name": "global.IM repopulate accumulated time (ms)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate (trickle) accumulated time (ms)", + "vartype": 2, + "name": "global.IM repopulate (trickle) accumulated time (ms)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate (delta) accumulated time (ms)", + "vartype": 2, + "name": "global.IM repopulate (delta) accumulated time (ms)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate read time (ms)", + "vartype": 2, + "name": "global.IM repopulate read time (ms)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM populate buffer direct read time (ms)", + "vartype": 2, + "name": "global.IM populate buffer direct read time (ms)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM populate external table read time (ms)", + "vartype": 2, + "name": "global.IM populate external table read time (ms)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM populate CUs empty", + "vartype": 2, + "name": "global.IM populate CUs empty" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate CUs empty", + "vartype": 2, + "name": "global.IM repopulate CUs empty" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM prepopulate CUs empty", + "vartype": 2, + "name": "global.IM prepopulate CUs empty" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate (trickle) CUs empty", + "vartype": 2, + "name": "global.IM repopulate (trickle) CUs empty" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate (delta) CUs empty", + "vartype": 2, + "name": "global.IM repopulate (delta) CUs empty" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM populate CUs columns", + "vartype": 2, + "name": "global.IM populate CUs columns" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM prepopulate CUs columns", + "vartype": 2, + "name": "global.IM prepopulate CUs columns" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate CUs columns", + "vartype": 2, + "name": "global.IM repopulate CUs columns" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate (trickle) CUs columns", + "vartype": 2, + "name": "global.IM repopulate (trickle) CUs columns" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM populate bytes in-memory data", + "vartype": 2, + "name": "global.IM populate bytes in-memory data" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM prepopulate bytes in-memory data", + "vartype": 2, + "name": "global.IM prepopulate bytes in-memory data" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate bytes in-memory data", + "vartype": 2, + "name": "global.IM repopulate bytes in-memory data" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate (trickle) bytes in-memory data", + "vartype": 2, + "name": "global.IM repopulate (trickle) bytes in-memory data" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM populate bytes uncompressed data", + "vartype": 2, + "name": "global.IM populate bytes uncompressed data" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM prepopulate bytes uncompressed data", + "vartype": 2, + "name": "global.IM prepopulate bytes uncompressed data" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate bytes uncompressed data", + "vartype": 2, + "name": "global.IM repopulate bytes uncompressed data" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate (trickle) bytes uncompressed data", + "vartype": 2, + "name": "global.IM repopulate (trickle) bytes uncompressed data" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM populate rows", + "vartype": 2, + "name": "global.IM populate rows" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM prepopulate rows", + "vartype": 2, + "name": "global.IM prepopulate rows" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate rows", + "vartype": 2, + "name": "global.IM repopulate rows" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate (trickle) rows", + "vartype": 2, + "name": "global.IM repopulate (trickle) rows" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM populate CUs chain pieces", + "vartype": 2, + "name": "global.IM populate CUs chain pieces" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM prepopulate CUs chain pieces", + "vartype": 2, + "name": "global.IM prepopulate CUs chain pieces" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate CUs chain pieces", + "vartype": 2, + "name": "global.IM repopulate CUs chain pieces" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate (trickle) CUs chain pieces", + "vartype": 2, + "name": "global.IM repopulate (trickle) CUs chain pieces" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM populate CUs no memcompress", + "vartype": 2, + "name": "global.IM populate CUs no memcompress" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM prepopulate CUs no memcompress", + "vartype": 2, + "name": "global.IM prepopulate CUs no memcompress" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate CUs no memcompress", + "vartype": 2, + "name": "global.IM repopulate CUs no memcompress" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate (trickle) CUs no memcompress", + "vartype": 2, + "name": "global.IM repopulate (trickle) CUs no memcompress" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM populate CUs memcompress for dml", + "vartype": 2, + "name": "global.IM populate CUs memcompress for dml" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM prepopulate CUs memcompress for dml", + "vartype": 2, + "name": "global.IM prepopulate CUs memcompress for dml" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate CUs memcompress for dml", + "vartype": 2, + "name": "global.IM repopulate CUs memcompress for dml" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate (trickle) CUs memcompress for dml", + "vartype": 2, + "name": "global.IM repopulate (trickle) CUs memcompress for dml" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM populate CUs memcompress for query low", + "vartype": 2, + "name": "global.IM populate CUs memcompress for query low" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM prepopulate CUs memcompress for query low", + "vartype": 2, + "name": "global.IM prepopulate CUs memcompress for query low" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate CUs memcompress for query low", + "vartype": 2, + "name": "global.IM repopulate CUs memcompress for query low" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate (trickle) CUs memcompress for query low", + "vartype": 2, + "name": "global.IM repopulate (trickle) CUs memcompress for query low" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM populate CUs memcompress for query high", + "vartype": 2, + "name": "global.IM populate CUs memcompress for query high" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM prepopulate CUs memcompress for query high", + "vartype": 2, + "name": "global.IM prepopulate CUs memcompress for query high" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate CUs memcompress for query high", + "vartype": 2, + "name": "global.IM repopulate CUs memcompress for query high" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate (trickle) CUs memcompress for query high", + "vartype": 2, + "name": "global.IM repopulate (trickle) CUs memcompress for query high" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM populate CUs memcompress for capacity low", + "vartype": 2, + "name": "global.IM populate CUs memcompress for capacity low" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM prepopulate CUs memcompress for capacity low", + "vartype": 2, + "name": "global.IM prepopulate CUs memcompress for capacity low" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate CUs memcompress for capacity low", + "vartype": 2, + "name": "global.IM repopulate CUs memcompress for capacity low" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate (trickle) CUs memcompress for capacity low", + "vartype": 2, + "name": "global.IM repopulate (trickle) CUs memcompress for capacity low" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM populate CUs memcompress for capacity high", + "vartype": 2, + "name": "global.IM populate CUs memcompress for capacity high" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM prepopulate CUs memcompress for capacity high", + "vartype": 2, + "name": "global.IM prepopulate CUs memcompress for capacity high" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate CUs memcompress for capacity high", + "vartype": 2, + "name": "global.IM repopulate CUs memcompress for capacity high" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate (trickle) CUs memcompress for capacity high", + "vartype": 2, + "name": "global.IM repopulate (trickle) CUs memcompress for capacity high" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM XT populate rows", + "vartype": 2, + "name": "global.IM XT populate rows" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM XT populate CUs", + "vartype": 2, + "name": "global.IM XT populate CUs" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM XT populate segments", + "vartype": 2, + "name": "global.IM XT populate segments" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM XT populate empty CU created", + "vartype": 2, + "name": "global.IM XT populate empty CU created" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan CUs pcode aggregation pushdown", + "vartype": 2, + "name": "global.IM scan CUs pcode aggregation pushdown" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan rows pcode aggregated", + "vartype": 2, + "name": "global.IM scan rows pcode aggregated" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan CUs pcode selective done", + "vartype": 2, + "name": "global.IM scan CUs pcode selective done" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan CUs pcode pred evaled", + "vartype": 2, + "name": "global.IM scan CUs pcode pred evaled" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan CUs pcode pred evaled using rowsets", + "vartype": 2, + "name": "global.IM scan CUs pcode pred evaled using rowsets" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan CUs pcode aggregation IME", + "vartype": 2, + "name": "global.IM scan CUs pcode aggregation IME" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan CUs skip IME base IM col", + "vartype": 2, + "name": "global.IM scan CUs skip IME base IM col" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan CUs skip IME long varchar lob col", + "vartype": 2, + "name": "global.IM scan CUs skip IME long varchar lob col" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan dict engine results stored", + "vartype": 2, + "name": "global.IM scan dict engine results stored" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan dict engine results reused", + "vartype": 2, + "name": "global.IM scan dict engine results reused" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM faststart read data accumulated time (ms)", + "vartype": 2, + "name": "global.IM faststart read data accumulated time (ms)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM faststart read CUs problems", + "vartype": 2, + "name": "global.IM faststart read CUs problems" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM faststart read headers accumulated time (ms)", + "vartype": 2, + "name": "global.IM faststart read headers accumulated time (ms)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM faststart read accumulated time (ms)", + "vartype": 2, + "name": "global.IM faststart read accumulated time (ms)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM faststart read verify accumulated time (ms)", + "vartype": 2, + "name": "global.IM faststart read verify accumulated time (ms)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM faststart read CUs requested", + "vartype": 2, + "name": "global.IM faststart read CUs requested" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM faststart read CUs", + "vartype": 2, + "name": "global.IM faststart read CUs" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM faststart read CUs not accessible", + "vartype": 2, + "name": "global.IM faststart read CUs not accessible" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM faststart read bytes", + "vartype": 2, + "name": "global.IM faststart read bytes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM faststart read CUs incompatible", + "vartype": 2, + "name": "global.IM faststart read CUs incompatible" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM faststart read CUs invalid", + "vartype": 2, + "name": "global.IM faststart read CUs invalid" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM faststart write bytes", + "vartype": 2, + "name": "global.IM faststart write bytes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM faststart write CUs", + "vartype": 2, + "name": "global.IM faststart write CUs" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM faststart write CUs requested", + "vartype": 2, + "name": "global.IM faststart write CUs requested" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM faststart write CUs problems", + "vartype": 2, + "name": "global.IM faststart write CUs problems" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM faststart write accumulated time (ms)", + "vartype": 2, + "name": "global.IM faststart write accumulated time (ms)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM faststart write CUs encryption mismatch", + "vartype": 2, + "name": "global.IM faststart write CUs encryption mismatch" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM faststart write CUs evicted", + "vartype": 2, + "name": "global.IM faststart write CUs evicted" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM faststart write CUs too dirty", + "vartype": 2, + "name": "global.IM faststart write CUs too dirty" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM faststart write deferred CUs requested", + "vartype": 2, + "name": "global.IM faststart write deferred CUs requested" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM faststart write deferred CUs", + "vartype": 2, + "name": "global.IM faststart write deferred CUs" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM faststart write deferred accumulated (ms)", + "vartype": 2, + "name": "global.IM faststart write deferred accumulated (ms)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM faststart write deferred timeouts", + "vartype": 2, + "name": "global.IM faststart write deferred timeouts" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM faststart write deferred CUs not found", + "vartype": 2, + "name": "global.IM faststart write deferred CUs not found" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM faststart write slave starts requested", + "vartype": 2, + "name": "global.IM faststart write slave starts requested" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM faststart write slave starts", + "vartype": 2, + "name": "global.IM faststart write slave starts" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM faststart coordinator accumulated time (ms)", + "vartype": 2, + "name": "global.IM faststart coordinator accumulated time (ms)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM faststart coordinator cycle aborts", + "vartype": 2, + "name": "global.IM faststart coordinator cycle aborts" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM faststart coordinator cycle overruns", + "vartype": 2, + "name": "global.IM faststart coordinator cycle overruns" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM faststart coordinator runs", + "vartype": 2, + "name": "global.IM faststart coordinator runs" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM faststart coordinator throttle down", + "vartype": 2, + "name": "global.IM faststart coordinator throttle down" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM faststart coordinator task submitted priority p1", + "vartype": 2, + "name": "global.IM faststart coordinator task submitted priority p1" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM faststart coordinator task submitted priority p2", + "vartype": 2, + "name": "global.IM faststart coordinator task submitted priority p2" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM faststart coordinator task submitted priority p3", + "vartype": 2, + "name": "global.IM faststart coordinator task submitted priority p3" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM faststart coordinator task priority p1 to p2", + "vartype": 2, + "name": "global.IM faststart coordinator task priority p1 to p2" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM faststart coordinator task priority p2 extended", + "vartype": 2, + "name": "global.IM faststart coordinator task priority p2 extended" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM faststart coordinator task priority p2 to p3", + "vartype": 2, + "name": "global.IM faststart coordinator task priority p2 to p3" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM faststart coordinator scheduler restarted", + "vartype": 2, + "name": "global.IM faststart coordinator scheduler restarted" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM faststart delete CUs problem", + "vartype": 2, + "name": "global.IM faststart delete CUs problem" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM populate EUs requested", + "vartype": 2, + "name": "global.IM populate EUs requested" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM populate EUs", + "vartype": 2, + "name": "global.IM populate EUs" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM prepopulate EUs requested", + "vartype": 2, + "name": "global.IM prepopulate EUs requested" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM prepopulate EUs", + "vartype": 2, + "name": "global.IM prepopulate EUs" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate EUs requested", + "vartype": 2, + "name": "global.IM repopulate EUs requested" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate EUs", + "vartype": 2, + "name": "global.IM repopulate EUs" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate (incremental) EUs requested", + "vartype": 2, + "name": "global.IM repopulate (incremental) EUs requested" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate (incremental) EUs", + "vartype": 2, + "name": "global.IM repopulate (incremental) EUs" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate (trickle) EUs requested", + "vartype": 2, + "name": "global.IM repopulate (trickle) EUs requested" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate (trickle) EUs", + "vartype": 2, + "name": "global.IM repopulate (trickle) EUs" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate (scan) EUs requested", + "vartype": 2, + "name": "global.IM repopulate (scan) EUs requested" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate (scan) EUs", + "vartype": 2, + "name": "global.IM repopulate (scan) EUs" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM populate EUs accumulated time (ms)", + "vartype": 2, + "name": "global.IM populate EUs accumulated time (ms)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM prepopulate EUs accumulated time (ms)", + "vartype": 2, + "name": "global.IM prepopulate EUs accumulated time (ms)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate EUs accumulated time (ms)", + "vartype": 2, + "name": "global.IM repopulate EUs accumulated time (ms)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate (trickle) EUs accumulated time (ms)", + "vartype": 2, + "name": "global.IM repopulate (trickle) EUs accumulated time (ms)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM populate EUs columns", + "vartype": 2, + "name": "global.IM populate EUs columns" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM prepopulate EUs columns", + "vartype": 2, + "name": "global.IM prepopulate EUs columns" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate EUs columns", + "vartype": 2, + "name": "global.IM repopulate EUs columns" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate (trickle) EUs columns", + "vartype": 2, + "name": "global.IM repopulate (trickle) EUs columns" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM populate bytes in-memory EU data", + "vartype": 2, + "name": "global.IM populate bytes in-memory EU data" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM prepopulate bytes in-memory EU data", + "vartype": 2, + "name": "global.IM prepopulate bytes in-memory EU data" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate bytes in-memory EU data", + "vartype": 2, + "name": "global.IM repopulate bytes in-memory EU data" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate (trickle) bytes in-memory EU data", + "vartype": 2, + "name": "global.IM repopulate (trickle) bytes in-memory EU data" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM populate bytes uncompressed EU data", + "vartype": 2, + "name": "global.IM populate bytes uncompressed EU data" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM prepopulate bytes uncompressed EU data", + "vartype": 2, + "name": "global.IM prepopulate bytes uncompressed EU data" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate bytes uncompressed EU data", + "vartype": 2, + "name": "global.IM repopulate bytes uncompressed EU data" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate (trickle) bytes uncompressed EU data", + "vartype": 2, + "name": "global.IM repopulate (trickle) bytes uncompressed EU data" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM populate EUs no memcompress", + "vartype": 2, + "name": "global.IM populate EUs no memcompress" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM prepopulate EUs no memcompress", + "vartype": 2, + "name": "global.IM prepopulate EUs no memcompress" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate EUs no memcompress", + "vartype": 2, + "name": "global.IM repopulate EUs no memcompress" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate (trickle) EUs no memcompress", + "vartype": 2, + "name": "global.IM repopulate (trickle) EUs no memcompress" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM populate EUs memcompress for dml", + "vartype": 2, + "name": "global.IM populate EUs memcompress for dml" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM prepopulate EUs memcompress for dml", + "vartype": 2, + "name": "global.IM prepopulate EUs memcompress for dml" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate EUs memcompress for dml", + "vartype": 2, + "name": "global.IM repopulate EUs memcompress for dml" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate (trickle) EUs memcompress for dml", + "vartype": 2, + "name": "global.IM repopulate (trickle) EUs memcompress for dml" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM populate EUs memcompress for query low", + "vartype": 2, + "name": "global.IM populate EUs memcompress for query low" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM prepopulate EUs memcompress for query low", + "vartype": 2, + "name": "global.IM prepopulate EUs memcompress for query low" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate EUs memcompress for query low", + "vartype": 2, + "name": "global.IM repopulate EUs memcompress for query low" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate (trickle) EUs memcompress for query low", + "vartype": 2, + "name": "global.IM repopulate (trickle) EUs memcompress for query low" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM populate EUs memcompress for query high", + "vartype": 2, + "name": "global.IM populate EUs memcompress for query high" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM prepopulate EUs memcompress for query high", + "vartype": 2, + "name": "global.IM prepopulate EUs memcompress for query high" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate EUs memcompress for query high", + "vartype": 2, + "name": "global.IM repopulate EUs memcompress for query high" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate (trickle) EUs memcompress for query high", + "vartype": 2, + "name": "global.IM repopulate (trickle) EUs memcompress for query high" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM populate EUs memcompress for capacity low", + "vartype": 2, + "name": "global.IM populate EUs memcompress for capacity low" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM prepopulate EUs memcompress for capacity low", + "vartype": 2, + "name": "global.IM prepopulate EUs memcompress for capacity low" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate EUs memcompress for capacity low", + "vartype": 2, + "name": "global.IM repopulate EUs memcompress for capacity low" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate (trickle) EUs memcompress for capacity low", + "vartype": 2, + "name": "global.IM repopulate (trickle) EUs memcompress for capacity low" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM populate EUs memcompress for capacity high", + "vartype": 2, + "name": "global.IM populate EUs memcompress for capacity high" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM prepopulate EUs memcompress for capacity high", + "vartype": 2, + "name": "global.IM prepopulate EUs memcompress for capacity high" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate EUs memcompress for capacity high", + "vartype": 2, + "name": "global.IM repopulate EUs memcompress for capacity high" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate (trickle) EUs memcompress for capacity high", + "vartype": 2, + "name": "global.IM repopulate (trickle) EUs memcompress for capacity high" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan CUs no memcompress", + "vartype": 2, + "name": "global.IM scan CUs no memcompress" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan CUs memcompress for dml", + "vartype": 2, + "name": "global.IM scan CUs memcompress for dml" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan CUs memcompress for query low", + "vartype": 2, + "name": "global.IM scan CUs memcompress for query low" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan CUs memcompress for query high", + "vartype": 2, + "name": "global.IM scan CUs memcompress for query high" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan CUs memcompress for capacity low", + "vartype": 2, + "name": "global.IM scan CUs memcompress for capacity low" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan CUs memcompress for capacity high", + "vartype": 2, + "name": "global.IM scan CUs memcompress for capacity high" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan EUs no memcompress", + "vartype": 2, + "name": "global.IM scan EUs no memcompress" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan EUs memcompress for dml", + "vartype": 2, + "name": "global.IM scan EUs memcompress for dml" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan EUs memcompress for query low", + "vartype": 2, + "name": "global.IM scan EUs memcompress for query low" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan EUs memcompress for query high", + "vartype": 2, + "name": "global.IM scan EUs memcompress for query high" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan EUs memcompress for capacity low", + "vartype": 2, + "name": "global.IM scan EUs memcompress for capacity low" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan EUs memcompress for capacity high", + "vartype": 2, + "name": "global.IM scan EUs memcompress for capacity high" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan CUs doublebuffering", + "vartype": 2, + "name": "global.IM scan CUs doublebuffering" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan CUs delta", + "vartype": 2, + "name": "global.IM scan CUs delta" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "session logical reads - IM", + "vartype": 2, + "name": "global.session logical reads - IM" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan segments disk", + "vartype": 2, + "name": "global.IM scan segments disk" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan bytes in-memory", + "vartype": 2, + "name": "global.IM scan bytes in-memory" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan bytes uncompressed", + "vartype": 2, + "name": "global.IM scan bytes uncompressed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan CUs columns accessed", + "vartype": 2, + "name": "global.IM scan CUs columns accessed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan CUs columns decompressed", + "vartype": 2, + "name": "global.IM scan CUs columns decompressed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan CUs columns theoretical max", + "vartype": 2, + "name": "global.IM scan CUs columns theoretical max" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan EU bytes in-memory", + "vartype": 2, + "name": "global.IM scan EU bytes in-memory" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan EU bytes uncompressed", + "vartype": 2, + "name": "global.IM scan EU bytes uncompressed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan EUs columns accessed", + "vartype": 2, + "name": "global.IM scan EUs columns accessed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan EUs columns decompressed", + "vartype": 2, + "name": "global.IM scan EUs columns decompressed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan EUs columns theoretical max", + "vartype": 2, + "name": "global.IM scan EUs columns theoretical max" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan EU rows", + "vartype": 2, + "name": "global.IM scan EU rows" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan rows", + "vartype": 2, + "name": "global.IM scan rows" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM simd compare calls", + "vartype": 2, + "name": "global.IM simd compare calls" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM simd decode calls", + "vartype": 2, + "name": "global.IM simd decode calls" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM simd rle burst calls", + "vartype": 2, + "name": "global.IM simd rle burst calls" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM simd set membership calls", + "vartype": 2, + "name": "global.IM simd set membership calls" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM simd bloom filter calls", + "vartype": 2, + "name": "global.IM simd bloom filter calls" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM simd xlate filter calls", + "vartype": 2, + "name": "global.IM simd xlate filter calls" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM simd decode unpack calls", + "vartype": 2, + "name": "global.IM simd decode unpack calls" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM simd decode symbol calls", + "vartype": 2, + "name": "global.IM simd decode symbol calls" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM simd compare selective calls", + "vartype": 2, + "name": "global.IM simd compare selective calls" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM simd decode selective calls", + "vartype": 2, + "name": "global.IM simd decode selective calls" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM simd rle burst selective calls", + "vartype": 2, + "name": "global.IM simd rle burst selective calls" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM simd set membership selective calls", + "vartype": 2, + "name": "global.IM simd set membership selective calls" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM simd bloom filter selective calls", + "vartype": 2, + "name": "global.IM simd bloom filter selective calls" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM simd xlate filter selective calls", + "vartype": 2, + "name": "global.IM simd xlate filter selective calls" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM simd decode unpack selective calls", + "vartype": 2, + "name": "global.IM simd decode unpack selective calls" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM simd decode symbol selective calls", + "vartype": 2, + "name": "global.IM simd decode symbol selective calls" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM simd compare HW offload calls", + "vartype": 2, + "name": "global.IM simd compare HW offload calls" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM simd decode HW offload calls", + "vartype": 2, + "name": "global.IM simd decode HW offload calls" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM simd rle burst HW offload calls", + "vartype": 2, + "name": "global.IM simd rle burst HW offload calls" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM simd set membership HW offload calls", + "vartype": 2, + "name": "global.IM simd set membership HW offload calls" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM simd decode unpack HW offload calls", + "vartype": 2, + "name": "global.IM simd decode unpack HW offload calls" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan rows valid", + "vartype": 2, + "name": "global.IM scan rows valid" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan rows delta", + "vartype": 2, + "name": "global.IM scan rows delta" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan rows range excluded", + "vartype": 2, + "name": "global.IM scan rows range excluded" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan rows discontinuous", + "vartype": 2, + "name": "global.IM scan rows discontinuous" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan rows excluded", + "vartype": 2, + "name": "global.IM scan rows excluded" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan rows optimized", + "vartype": 2, + "name": "global.IM scan rows optimized" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan rows projected", + "vartype": 2, + "name": "global.IM scan rows projected" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan rows cache delta exists", + "vartype": 2, + "name": "global.IM scan rows cache delta exists" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan rows cache populate", + "vartype": 2, + "name": "global.IM scan rows cache populate" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan rows cache no delta", + "vartype": 2, + "name": "global.IM scan rows cache no delta" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan blocks cache", + "vartype": 2, + "name": "global.IM scan blocks cache" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan fetches journal", + "vartype": 2, + "name": "global.IM scan fetches journal" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan rows journal", + "vartype": 2, + "name": "global.IM scan rows journal" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan CUs split pieces", + "vartype": 2, + "name": "global.IM scan CUs split pieces" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan EUs split pieces", + "vartype": 2, + "name": "global.IM scan EUs split pieces" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate (incremental) total rows", + "vartype": 2, + "name": "global.IM repopulate (incremental) total rows" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate (trickle incremental) total rows", + "vartype": 2, + "name": "global.IM repopulate (trickle incremental) total rows" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate (incremental) fetched rows", + "vartype": 2, + "name": "global.IM repopulate (incremental) fetched rows" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate (trickle incremental) fetched rows", + "vartype": 2, + "name": "global.IM repopulate (trickle incremental) fetched rows" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate (incremental) valid CU rows", + "vartype": 2, + "name": "global.IM repopulate (incremental) valid CU rows" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate (trickle incremental) valid CU rows", + "vartype": 2, + "name": "global.IM repopulate (trickle incremental) valid CU rows" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate (incremental) invalid CU rows", + "vartype": 2, + "name": "global.IM repopulate (incremental) invalid CU rows" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate (trickle incremental) invalid CU rows", + "vartype": 2, + "name": "global.IM repopulate (trickle incremental) invalid CU rows" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate (incremental) CUs columns", + "vartype": 2, + "name": "global.IM repopulate (incremental) CUs columns" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate (trickle incremental) CUs columns", + "vartype": 2, + "name": "global.IM repopulate (trickle incremental) CUs columns" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate (incremental) CUs columns dict reused", + "vartype": 2, + "name": "global.IM repopulate (incremental) CUs columns dict reused" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate (trickle incremental) CUs columns dict reused", + "vartype": 2, + "name": "global.IM repopulate (trickle incremental) CUs columns dict reused" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate (incremental) CUs columns reused", + "vartype": 2, + "name": "global.IM repopulate (incremental) CUs columns reused" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate (trickle incremental) CUs columns reused", + "vartype": 2, + "name": "global.IM repopulate (trickle incremental) CUs columns reused" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate (incremental) CU blocks", + "vartype": 2, + "name": "global.IM repopulate (incremental) CU blocks" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate (trickle incremental) CU blocks", + "vartype": 2, + "name": "global.IM repopulate (trickle incremental) CU blocks" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate (incremental) blocks read", + "vartype": 2, + "name": "global.IM repopulate (incremental) blocks read" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate (trickle incremental) blocks read", + "vartype": 2, + "name": "global.IM repopulate (trickle incremental) blocks read" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate (incremental) modified blocks", + "vartype": 2, + "name": "global.IM repopulate (incremental) modified blocks" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate (trickle incremental) modified blocks", + "vartype": 2, + "name": "global.IM repopulate (trickle incremental) modified blocks" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate (incremental) CUs valid columns optimized", + "vartype": 2, + "name": "global.IM repopulate (incremental) CUs valid columns optimized" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate (trickle incremental) CUs valid columns optimized", + "vartype": 2, + "name": "global.IM repopulate (trickle incremental) CUs valid columns optimized" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM populate SMU/DLM locks fail", + "vartype": 2, + "name": "global.IM populate SMU/DLM locks fail" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate SMU/DLM locks fail", + "vartype": 2, + "name": "global.IM repopulate SMU/DLM locks fail" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM populate no contiguous inmemory space", + "vartype": 2, + "name": "global.IM populate no contiguous inmemory space" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate no contiguous inmemory space", + "vartype": 2, + "name": "global.IM repopulate no contiguous inmemory space" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM populate no space in PGA", + "vartype": 2, + "name": "global.IM populate no space in PGA" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate no space in PGA", + "vartype": 2, + "name": "global.IM repopulate no space in PGA" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM populate so cleanup", + "vartype": 2, + "name": "global.IM populate so cleanup" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate so cleanup", + "vartype": 2, + "name": "global.IM repopulate so cleanup" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM delta so cleanup", + "vartype": 2, + "name": "global.IM delta so cleanup" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan CUs predicates received", + "vartype": 2, + "name": "global.IM scan CUs predicates received" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan CUs predicates applied", + "vartype": 2, + "name": "global.IM scan CUs predicates applied" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan CUs predicates optimized", + "vartype": 2, + "name": "global.IM scan CUs predicates optimized" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan CUs optimized read", + "vartype": 2, + "name": "global.IM scan CUs optimized read" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan CUs pruned", + "vartype": 2, + "name": "global.IM scan CUs pruned" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan CUs delta pruned", + "vartype": 2, + "name": "global.IM scan CUs delta pruned" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan segments minmax eligible", + "vartype": 2, + "name": "global.IM scan segments minmax eligible" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM fetches by rowid from IMCU", + "vartype": 2, + "name": "global.IM fetches by rowid from IMCU" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM fetches by rowid from disk", + "vartype": 2, + "name": "global.IM fetches by rowid from disk" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM fetches by rowid from fetch list", + "vartype": 2, + "name": "global.IM fetches by rowid from fetch list" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM fetches by rowid row invalid in IMCU", + "vartype": 2, + "name": "global.IM fetches by rowid row invalid in IMCU" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan CUs column not in memory", + "vartype": 2, + "name": "global.IM scan CUs column not in memory" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan extents invalid", + "vartype": 2, + "name": "global.IM scan extents invalid" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan invalid all blocks", + "vartype": 2, + "name": "global.IM scan invalid all blocks" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan CUs invalid or missing revert to on disk extent", + "vartype": 2, + "name": "global.IM scan CUs invalid or missing revert to on disk extent" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan CUs failed to reget pin", + "vartype": 2, + "name": "global.IM scan CUs failed to reget pin" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan CUs no rows valid", + "vartype": 2, + "name": "global.IM scan CUs no rows valid" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan (dynamic) rows", + "vartype": 2, + "name": "global.IM scan (dynamic) rows" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan (dynamic) multi-threaded scans", + "vartype": 2, + "name": "global.IM scan (dynamic) multi-threaded scans" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan (dynamic) max degree", + "vartype": 2, + "name": "global.IM scan (dynamic) max degree" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan (dynamic) pending tasks", + "vartype": 2, + "name": "global.IM scan (dynamic) pending tasks" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan (dynamic) executing tasks", + "vartype": 2, + "name": "global.IM scan (dynamic) executing tasks" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan (dynamic) task execution time", + "vartype": 2, + "name": "global.IM scan (dynamic) task execution time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan (dynamic) task submission time", + "vartype": 2, + "name": "global.IM scan (dynamic) task submission time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan (dynamic) task reap time", + "vartype": 2, + "name": "global.IM scan (dynamic) task reap time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan (dynamic) tasks processed by thread", + "vartype": 2, + "name": "global.IM scan (dynamic) tasks processed by thread" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan (dynamic) tasks processed by parent", + "vartype": 2, + "name": "global.IM scan (dynamic) tasks processed by parent" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM scan (dynamic) rs2 rowsets", + "vartype": 2, + "name": "global.IM scan (dynamic) rs2 rowsets" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM split CUs requested", + "vartype": 2, + "name": "global.IM split CUs requested" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM split CUs", + "vartype": 2, + "name": "global.IM split CUs" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM split get smaller CUs", + "vartype": 2, + "name": "global.IM split get smaller CUs" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM split fail no space", + "vartype": 2, + "name": "global.IM split fail no space" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM split CU too small", + "vartype": 2, + "name": "global.IM split CU too small" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM split fail", + "vartype": 2, + "name": "global.IM split fail" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM zzzz spare1", + "vartype": 2, + "name": "global.IM zzzz spare1" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM zzzz spare2", + "vartype": 2, + "name": "global.IM zzzz spare2" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM SubCU-MM bytes allocated", + "vartype": 2, + "name": "global.IM SubCU-MM bytes allocated" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM SubCU-InvIdx bytes allocated", + "vartype": 2, + "name": "global.IM SubCU-InvIdx bytes allocated" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM SubCU-MM CUs", + "vartype": 2, + "name": "global.IM SubCU-MM CUs" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM SubCU-InvIdx CUs", + "vartype": 2, + "name": "global.IM SubCU-InvIdx CUs" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM SubCU-MM CUs Examined", + "vartype": 2, + "name": "global.IM SubCU-MM CUs Examined" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM SubCU-MM CUs Selected", + "vartype": 2, + "name": "global.IM SubCU-MM CUs Selected" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM SubCU-MM SubCUs Eliminated", + "vartype": 2, + "name": "global.IM SubCU-MM SubCUs Eliminated" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM SubCU-MM SubCUs in Selected CUs", + "vartype": 2, + "name": "global.IM SubCU-MM SubCUs in Selected CUs" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM SubCU-Hist SubCUs Eliminated", + "vartype": 2, + "name": "global.IM SubCU-Hist SubCUs Eliminated" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM SubCU-Hist SubCUs in Selected CUs", + "vartype": 2, + "name": "global.IM SubCU-Hist SubCUs in Selected CUs" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM SubCU-InvIdx CUs Examined", + "vartype": 2, + "name": "global.IM SubCU-InvIdx CUs Examined" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM SubCU-InvIdx CUs Selected", + "vartype": 2, + "name": "global.IM SubCU-InvIdx CUs Selected" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM prepopulate CUs requested hwm", + "vartype": 2, + "name": "global.IM prepopulate CUs requested hwm" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM populate CUs requested hwm", + "vartype": 2, + "name": "global.IM populate CUs requested hwm" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM prepopulate CUs hwm", + "vartype": 2, + "name": "global.IM prepopulate CUs hwm" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM populate CUs hwm", + "vartype": 2, + "name": "global.IM populate CUs hwm" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM repopulate CUs req cleandelta", + "vartype": 2, + "name": "global.IM repopulate CUs req cleandelta" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM CUs hwm expanded", + "vartype": 2, + "name": "global.IM CUs hwm expanded" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM CUs hwm mismatch drop", + "vartype": 2, + "name": "global.IM CUs hwm mismatch drop" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "IM CUs hwm dropped", + "vartype": 2, + "name": "global.IM CUs hwm dropped" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "index cmph ld, CU under-est", + "vartype": 2, + "name": "global.index cmph ld, CU under-est" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "index cmph ld, CU fit, add rows", + "vartype": 2, + "name": "global.index cmph ld, CU fit, add rows" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "index cmph ld, CU fit", + "vartype": 2, + "name": "global.index cmph ld, CU fit" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "index cmph ld, CU over-est", + "vartype": 2, + "name": "global.index cmph ld, CU over-est" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "index cmph ld, retry in over-est", + "vartype": 2, + "name": "global.index cmph ld, retry in over-est" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "index cmph ld, CU negative comp", + "vartype": 2, + "name": "global.index cmph ld, CU negative comp" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "index cmph ld, lf blks flushed", + "vartype": 2, + "name": "global.index cmph ld, lf blks flushed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "index cmph ld, lf blks w/o CU", + "vartype": 2, + "name": "global.index cmph ld, lf blks w/o CU" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "index cmph ld, lf blks w/o unc r", + "vartype": 2, + "name": "global.index cmph ld, lf blks w/o unc r" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "index cmph ld, lf blks w/ und CU", + "vartype": 2, + "name": "global.index cmph ld, lf blks w/ und CU" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "index cmph ld, rows compressed", + "vartype": 2, + "name": "global.index cmph ld, rows compressed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "index cmph ld, rows uncompressed", + "vartype": 2, + "name": "global.index cmph ld, rows uncompressed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "index cmph ld, infinite loop", + "vartype": 2, + "name": "global.index cmph ld, infinite loop" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "index cmph ld, CU cmp subcol prefix", + "vartype": 2, + "name": "global.index cmph ld, CU cmp subcol prefix" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "index cmph ld, CU cmp prefix rows", + "vartype": 2, + "name": "global.index cmph ld, CU cmp prefix rows" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "index cmph ld, CU cmp rowdir", + "vartype": 2, + "name": "global.index cmph ld, CU cmp rowdir" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "index cmph ld, CU cmp prowdir", + "vartype": 2, + "name": "global.index cmph ld, CU cmp prowdir" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "index cmph ld, CU cmp dedup keys", + "vartype": 2, + "name": "global.index cmph ld, CU cmp dedup keys" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "index cmph ld, CU cols prefix comp", + "vartype": 2, + "name": "global.index cmph ld, CU cols prefix comp" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "index cmph ld, CU cols suffix comp", + "vartype": 2, + "name": "global.index cmph ld, CU cols suffix comp" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "index cmph ld, CU cols length comp", + "vartype": 2, + "name": "global.index cmph ld, CU cols length comp" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "index cmph ld, CU cols fixed length", + "vartype": 2, + "name": "global.index cmph ld, CU cols fixed length" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "index cmph ld, CU cols list comp", + "vartype": 2, + "name": "global.index cmph ld, CU cols list comp" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "index cmph ld, CU cols bitmap comp", + "vartype": 2, + "name": "global.index cmph ld, CU cols bitmap comp" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "index cmph ld, CU cols cmp special length", + "vartype": 2, + "name": "global.index cmph ld, CU cols cmp special length" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "index cmph ld, CU cols special length", + "vartype": 2, + "name": "global.index cmph ld, CU cols special length" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "index cmph ld, CU cols symtab comp", + "vartype": 2, + "name": "global.index cmph ld, CU cols symtab comp" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "index cmph ld, CU cols prefix lenval", + "vartype": 2, + "name": "global.index cmph ld, CU cols prefix lenval" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "index cmph cu, uncomp sentinels", + "vartype": 2, + "name": "global.index cmph cu, uncomp sentinels" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "index cmph sp, leaf recomp fewer ucs", + "vartype": 2, + "name": "global.index cmph sp, leaf recomp fewer ucs" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "index cmph sp, leaf recomp zero ucs", + "vartype": 2, + "name": "global.index cmph sp, leaf recomp zero ucs" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "index cmph dm, cu lock expand", + "vartype": 2, + "name": "global.index cmph dm, cu lock expand" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "index cmph dm, split for cu lock expand", + "vartype": 2, + "name": "global.index cmph dm, split for cu lock expand" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "index cmph dm, purge dummy CU", + "vartype": 2, + "name": "global.index cmph dm, purge dummy CU" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "memopt r fail to pin buffer", + "vartype": 2, + "name": "global.memopt r fail to pin buffer" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "memopt r entries deleted", + "vartype": 2, + "name": "global.memopt r entries deleted" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "memopt r lookups", + "vartype": 2, + "name": "global.memopt r lookups" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "memopt r hits", + "vartype": 2, + "name": "global.memopt r hits" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "memopt r misses", + "vartype": 2, + "name": "global.memopt r misses" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "memopt r tag collisions", + "vartype": 2, + "name": "global.memopt r tag collisions" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "memopt r lookup skipped deleted rows", + "vartype": 2, + "name": "global.memopt r lookup skipped deleted rows" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "memopt r lookup skipped locked rows", + "vartype": 2, + "name": "global.memopt r lookup skipped locked rows" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "memopt r lookup skipped chained rows", + "vartype": 2, + "name": "global.memopt r lookup skipped chained rows" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "memopt r failed reads on buckets", + "vartype": 2, + "name": "global.memopt r failed reads on buckets" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "memopt r failed reads on blocks", + "vartype": 2, + "name": "global.memopt r failed reads on blocks" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "memopt r lookup detected CR buffer", + "vartype": 2, + "name": "global.memopt r lookup detected CR buffer" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "memopt r puts", + "vartype": 2, + "name": "global.memopt r puts" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "memopt r puts:buckets full", + "vartype": 2, + "name": "global.memopt r puts:buckets full" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "memopt r successful puts", + "vartype": 2, + "name": "global.memopt r successful puts" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "memopt r successful puts:with evictions", + "vartype": 2, + "name": "global.memopt r successful puts:with evictions" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "memopt r successful puts:with cuckoo", + "vartype": 2, + "name": "global.memopt r successful puts:with cuckoo" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "memopt r successful puts:cuckoo deadend", + "vartype": 2, + "name": "global.memopt r successful puts:cuckoo deadend" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "memopt r successful puts:max cuckoo", + "vartype": 2, + "name": "global.memopt r successful puts:max cuckoo" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "memopt r failed puts", + "vartype": 2, + "name": "global.memopt r failed puts" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "memopt r failed puts:bucket in flux", + "vartype": 2, + "name": "global.memopt r failed puts:bucket in flux" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "memopt r failed puts:no space", + "vartype": 2, + "name": "global.memopt r failed puts:no space" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "memopt r populate tasks accepted", + "vartype": 2, + "name": "global.memopt r populate tasks accepted" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "memopt r populate tasks not accepted", + "vartype": 2, + "name": "global.memopt r populate tasks not accepted" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "memopt r populate skipped locked rows", + "vartype": 2, + "name": "global.memopt r populate skipped locked rows" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "memopt r populate skipped deleted rows", + "vartype": 2, + "name": "global.memopt r populate skipped deleted rows" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "memopt r populate skipped chained rows", + "vartype": 2, + "name": "global.memopt r populate skipped chained rows" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "memopt r rows populated", + "vartype": 2, + "name": "global.memopt r rows populated" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "memopt r populate", + "vartype": 2, + "name": "global.memopt r populate" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "memopt r blocks populated", + "vartype": 2, + "name": "global.memopt r blocks populated" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "memopt r failed to get tbs drop EQ", + "vartype": 2, + "name": "global.memopt r failed to get tbs drop EQ" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "memopt r failed to get tbs offline EQ", + "vartype": 2, + "name": "global.memopt r failed to get tbs offline EQ" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "memopt r failed to get segment drop EQ", + "vartype": 2, + "name": "global.memopt r failed to get segment drop EQ" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "memopt r repopulate tasks accepted", + "vartype": 2, + "name": "global.memopt r repopulate tasks accepted" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "memopt r repopulate tasks not accepted", + "vartype": 2, + "name": "global.memopt r repopulate tasks not accepted" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "memopt r repopulate", + "vartype": 2, + "name": "global.memopt r repopulate" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "memopt r rows repopulated", + "vartype": 2, + "name": "global.memopt r rows repopulated" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "memopt r blocks repopulated", + "vartype": 2, + "name": "global.memopt r blocks repopulated" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "memopt r repopulate skipped locked rows", + "vartype": 2, + "name": "global.memopt r repopulate skipped locked rows" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "memopt r repopulate skipped deleted rows", + "vartype": 2, + "name": "global.memopt r repopulate skipped deleted rows" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "memopt r repopulate skipped chained rows", + "vartype": 2, + "name": "global.memopt r repopulate skipped chained rows" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "memopt r repopulate invalidated entries", + "vartype": 2, + "name": "global.memopt r repopulate invalidated entries" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "memopt r cleanup", + "vartype": 2, + "name": "global.memopt r cleanup" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "memopt r NO IM tasks accepted", + "vartype": 2, + "name": "global.memopt r NO IM tasks accepted" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "memopt r NO IM tasks not accepted", + "vartype": 2, + "name": "global.memopt r NO IM tasks not accepted" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "memopt r DROP IM tasks accepted", + "vartype": 2, + "name": "global.memopt r DROP IM tasks accepted" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "memopt r DROP IM tasks not accepted", + "vartype": 2, + "name": "global.memopt r DROP IM tasks not accepted" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "memopt w buffer gets", + "vartype": 2, + "name": "global.memopt w buffer gets" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "memopt w rows written", + "vartype": 2, + "name": "global.memopt w rows written" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "memopt w rows flushed", + "vartype": 2, + "name": "global.memopt w rows flushed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "memopt w flush tasks", + "vartype": 2, + "name": "global.memopt w flush tasks" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "memopt w flush tasks deferred", + "vartype": 2, + "name": "global.memopt w flush tasks deferred" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "memopt w buffer miss space", + "vartype": 2, + "name": "global.memopt w buffer miss space" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "memopt w buffer miss latch", + "vartype": 2, + "name": "global.memopt w buffer miss latch" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "memopt w buffer miss waits", + "vartype": 2, + "name": "global.memopt w buffer miss waits" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "memopt w buffer miss spc nolatch", + "vartype": 2, + "name": "global.memopt w buffer miss spc nolatch" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "memopt w buffer miss wait unq", + "vartype": 2, + "name": "global.memopt w buffer miss wait unq" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "memopt w buffer gotcur", + "vartype": 2, + "name": "global.memopt w buffer gotcur" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "memopt w buffer miss spc unq nolat", + "vartype": 2, + "name": "global.memopt w buffer miss spc unq nolat" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "memopt w buffer miss nobuf", + "vartype": 2, + "name": "global.memopt w buffer miss nobuf" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "memopt w buffer hit bucket 0", + "vartype": 2, + "name": "global.memopt w buffer hit bucket 0" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "memopt w buffer wake post", + "vartype": 2, + "name": "global.memopt w buffer wake post" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "memopt w drain sleep work", + "vartype": 2, + "name": "global.memopt w drain sleep work" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "memopt w drain sleep", + "vartype": 2, + "name": "global.memopt w drain sleep" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "memopt w drain sleep wake post", + "vartype": 2, + "name": "global.memopt w drain sleep wake post" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "sql area purged", + "vartype": 2, + "name": "global.sql area purged" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "sql area evicted", + "vartype": 2, + "name": "global.sql area evicted" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "CCursor + sql area evicted", + "vartype": 2, + "name": "global.CCursor + sql area evicted" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "No. of Encrypt ops", + "vartype": 2, + "name": "global.No. of Encrypt ops" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "No. of Decrypt ops", + "vartype": 2, + "name": "global.No. of Decrypt ops" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "No. of XS Sessions Created", + "vartype": 2, + "name": "global.No. of XS Sessions Created" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "No. of XS Sessions Attached", + "vartype": 2, + "name": "global.No. of XS Sessions Attached" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "No. of Namespaces Created", + "vartype": 2, + "name": "global.No. of Namespaces Created" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "No. of User Callbacks Executed", + "vartype": 2, + "name": "global.No. of User Callbacks Executed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "No. of Roles Enabled or Disabled", + "vartype": 2, + "name": "global.No. of Roles Enabled or Disabled" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "No. of Principal Cache Misses", + "vartype": 2, + "name": "global.No. of Principal Cache Misses" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "No. of Principal Invalidations", + "vartype": 2, + "name": "global.No. of Principal Invalidations" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "Number of NONE redactions", + "vartype": 2, + "name": "global.Number of NONE redactions" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "Number of FULL redactions", + "vartype": 2, + "name": "global.Number of FULL redactions" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "Number of PARTIAL redactions", + "vartype": 2, + "name": "global.Number of PARTIAL redactions" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "Number of FORMAT_PRESERVING redactions", + "vartype": 2, + "name": "global.Number of FORMAT_PRESERVING redactions" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "Number of RANDOM redactions", + "vartype": 2, + "name": "global.Number of RANDOM redactions" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "Number of REGEXP redactions", + "vartype": 2, + "name": "global.Number of REGEXP redactions" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "Number of NULLIFY redactions", + "vartype": 2, + "name": "global.Number of NULLIFY redactions" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "Number of REGEXP_WIDTH redactions", + "vartype": 2, + "name": "global.Number of REGEXP_WIDTH redactions" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "DX/BB enqueue lock foreground requests", + "vartype": 2, + "name": "global.DX/BB enqueue lock foreground requests" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "DX/BB enqueue lock foreground wait time", + "vartype": 2, + "name": "global.DX/BB enqueue lock foreground wait time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "DX/BB enqueue lock background gets", + "vartype": 2, + "name": "global.DX/BB enqueue lock background gets" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "DX/BB enqueue lock background get time", + "vartype": 2, + "name": "global.DX/BB enqueue lock background get time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "Clusterwide global transactions", + "vartype": 2, + "name": "global.Clusterwide global transactions" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "Clusterwide global transactions spanning RAC nodes", + "vartype": 2, + "name": "global.Clusterwide global transactions spanning RAC nodes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "Forwarded 2PC commands across RAC nodes", + "vartype": 2, + "name": "global.Forwarded 2PC commands across RAC nodes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "GTX processes spawned by autotune", + "vartype": 2, + "name": "global.GTX processes spawned by autotune" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "GTX processes stopped by autotune", + "vartype": 2, + "name": "global.GTX processes stopped by autotune" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "session cursor cache hits", + "vartype": 2, + "name": "global.session cursor cache hits" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "session cursor cache count", + "vartype": 2, + "name": "global.session cursor cache count" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cursor reload failures", + "vartype": 2, + "name": "global.cursor reload failures" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "DML statements retried", + "vartype": 2, + "name": "global.DML statements retried" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "java call heap total size", + "vartype": 2, + "name": "global.java call heap total size" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "java call heap total size max", + "vartype": 2, + "name": "global.java call heap total size max" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "java call heap used size", + "vartype": 2, + "name": "global.java call heap used size" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "java call heap used size max", + "vartype": 2, + "name": "global.java call heap used size max" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "java call heap live size", + "vartype": 2, + "name": "global.java call heap live size" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "java call heap live size max", + "vartype": 2, + "name": "global.java call heap live size max" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "java call heap object count", + "vartype": 2, + "name": "global.java call heap object count" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "java call heap object count max", + "vartype": 2, + "name": "global.java call heap object count max" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "java call heap live object count", + "vartype": 2, + "name": "global.java call heap live object count" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "java call heap live object count max", + "vartype": 2, + "name": "global.java call heap live object count max" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "java call heap gc count", + "vartype": 2, + "name": "global.java call heap gc count" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "java call heap collected count", + "vartype": 2, + "name": "global.java call heap collected count" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "java call heap collected bytes", + "vartype": 2, + "name": "global.java call heap collected bytes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "java session heap used size", + "vartype": 2, + "name": "global.java session heap used size" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "java session heap used size max", + "vartype": 2, + "name": "global.java session heap used size max" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "java session heap live size", + "vartype": 2, + "name": "global.java session heap live size" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "java session heap live size max", + "vartype": 2, + "name": "global.java session heap live size max" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "java session heap object count", + "vartype": 2, + "name": "global.java session heap object count" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "java session heap object count max", + "vartype": 2, + "name": "global.java session heap object count max" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "java session heap live object count", + "vartype": 2, + "name": "global.java session heap live object count" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "java session heap live object count max", + "vartype": 2, + "name": "global.java session heap live object count max" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "java session heap gc count", + "vartype": 2, + "name": "global.java session heap gc count" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "java session heap collected count", + "vartype": 2, + "name": "global.java session heap collected count" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "java session heap collected bytes", + "vartype": 2, + "name": "global.java session heap collected bytes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cursor authentications", + "vartype": 2, + "name": "global.cursor authentications" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "queries parallelized", + "vartype": 2, + "name": "global.queries parallelized" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "DML statements parallelized", + "vartype": 2, + "name": "global.DML statements parallelized" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "DDL statements parallelized", + "vartype": 2, + "name": "global.DDL statements parallelized" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "DFO trees parallelized", + "vartype": 2, + "name": "global.DFO trees parallelized" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "Parallel operations not downgraded", + "vartype": 2, + "name": "global.Parallel operations not downgraded" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "Parallel operations downgraded to serial", + "vartype": 2, + "name": "global.Parallel operations downgraded to serial" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "Parallel operations downgraded 75 to 99 pct", + "vartype": 2, + "name": "global.Parallel operations downgraded 75 to 99 pct" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "Parallel operations downgraded 50 to 75 pct", + "vartype": 2, + "name": "global.Parallel operations downgraded 50 to 75 pct" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "Parallel operations downgraded 25 to 50 pct", + "vartype": 2, + "name": "global.Parallel operations downgraded 25 to 50 pct" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "Parallel operations downgraded 1 to 25 pct", + "vartype": 2, + "name": "global.Parallel operations downgraded 1 to 25 pct" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "PX local messages sent", + "vartype": 2, + "name": "global.PX local messages sent" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "PX local messages recv'd", + "vartype": 2, + "name": "global.PX local messages recv'd" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "PX remote messages sent", + "vartype": 2, + "name": "global.PX remote messages sent" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "PX remote messages recv'd", + "vartype": 2, + "name": "global.PX remote messages recv'd" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "buffer is pinned count", + "vartype": 2, + "name": "global.buffer is pinned count" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "buffer is not pinned count", + "vartype": 2, + "name": "global.buffer is not pinned count" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "no buffer to keep pinned count", + "vartype": 2, + "name": "global.no buffer to keep pinned count" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "workarea memory allocated", + "vartype": 2, + "name": "global.workarea memory allocated" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "workarea executions - optimal", + "vartype": 2, + "name": "global.workarea executions - optimal" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "workarea executions - onepass", + "vartype": 2, + "name": "global.workarea executions - onepass" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "workarea executions - multipass", + "vartype": 2, + "name": "global.workarea executions - multipass" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "key vector CUs filtered", + "vartype": 2, + "name": "global.key vector CUs filtered" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "key vector CUs min/max filtered", + "vartype": 2, + "name": "global.key vector CUs min/max filtered" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "key vector CU codes processed", + "vartype": 2, + "name": "global.key vector CU codes processed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "key vector rows processed by value", + "vartype": 2, + "name": "global.key vector rows processed by value" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "key vector rows processed by code", + "vartype": 2, + "name": "global.key vector rows processed by code" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "key vector CUs processed using cached integer join keys", + "vartype": 2, + "name": "global.key vector CUs processed using cached integer join keys" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "key vector rows filtered", + "vartype": 2, + "name": "global.key vector rows filtered" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "key vector filtered on cell", + "vartype": 2, + "name": "global.key vector filtered on cell" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "key vector probed on cell", + "vartype": 2, + "name": "global.key vector probed on cell" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "key vectors sent to cell", + "vartype": 2, + "name": "global.key vectors sent to cell" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "key vectors sent to cell in lite mode due to layout", + "vartype": 2, + "name": "global.key vectors sent to cell in lite mode due to layout" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "key vectors sent to cell in lite mode due to quota", + "vartype": 2, + "name": "global.key vectors sent to cell in lite mode due to quota" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "key vector serializations for cell", + "vartype": 2, + "name": "global.key vector serializations for cell" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "key vector serializations in lite mode for cell", + "vartype": 2, + "name": "global.key vector serializations in lite mode for cell" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "key vector queries", + "vartype": 2, + "name": "global.key vector queries" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "key vectors created", + "vartype": 2, + "name": "global.key vectors created" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "key vectors created (simple layout)", + "vartype": 2, + "name": "global.key vectors created (simple layout)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "key vectors created (indirect layout)", + "vartype": 2, + "name": "global.key vectors created (indirect layout)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "key vectors created (offset layout)", + "vartype": 2, + "name": "global.key vectors created (offset layout)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "key vectors created (doubly indirect layout)", + "vartype": 2, + "name": "global.key vectors created (doubly indirect layout)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "key vectors created (hash layout)", + "vartype": 2, + "name": "global.key vectors created (hash layout)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "key vectors created (paged)", + "vartype": 2, + "name": "global.key vectors created (paged)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "key vectors created (bit wide)", + "vartype": 2, + "name": "global.key vectors created (bit wide)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "key vectors created (nibble wide)", + "vartype": 2, + "name": "global.key vectors created (nibble wide)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "key vectors created (byte wide)", + "vartype": 2, + "name": "global.key vectors created (byte wide)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "key vectors created (2 byte wide)", + "vartype": 2, + "name": "global.key vectors created (2 byte wide)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "key vectors created (4 byte wide)", + "vartype": 2, + "name": "global.key vectors created (4 byte wide)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "key vectors created with payload", + "vartype": 2, + "name": "global.key vectors created with payload" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "key vectors bypassed", + "vartype": 2, + "name": "global.key vectors bypassed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "key vector stubs created", + "vartype": 2, + "name": "global.key vector stubs created" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "key vector cas merge locking retrial", + "vartype": 2, + "name": "global.key vector cas merge locking retrial" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "key vector cas merge abort", + "vartype": 2, + "name": "global.key vector cas merge abort" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "key vector cas merge operations", + "vartype": 2, + "name": "global.key vector cas merge operations" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "key vector non cas merge operations", + "vartype": 2, + "name": "global.key vector non cas merge operations" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "key vector dgk batch parcels", + "vartype": 2, + "name": "global.key vector dgk batch parcels" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "key vector dgk range parcels", + "vartype": 2, + "name": "global.key vector dgk range parcels" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "key vector hash probes", + "vartype": 2, + "name": "global.key vector hash probes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "key vector hash inserts", + "vartype": 2, + "name": "global.key vector hash inserts" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "key vector hash cells scanned", + "vartype": 2, + "name": "global.key vector hash cells scanned" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "key vector hash locks encountered", + "vartype": 2, + "name": "global.key vector hash locks encountered" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "key vector hash copied encountered", + "vartype": 2, + "name": "global.key vector hash copied encountered" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "key vector efilters created", + "vartype": 2, + "name": "global.key vector efilters created" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "vector group by operations sent to cell", + "vartype": 2, + "name": "global.vector group by operations sent to cell" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "vector group by operations not sent to cell due to key vector", + "vartype": 2, + "name": "global.vector group by operations not sent to cell due to key vector" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "vector group by operations not sent to cell due to cardinality", + "vartype": 2, + "name": "global.vector group by operations not sent to cell due to cardinality" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "vector group by rows processed on cell", + "vartype": 2, + "name": "global.vector group by rows processed on cell" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "vector group by rows returned by cell", + "vartype": 2, + "name": "global.vector group by rows returned by cell" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "vector group by used", + "vartype": 2, + "name": "global.vector group by used" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "vector group by rowsources adapted", + "vartype": 2, + "name": "global.vector group by rowsources adapted" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "vector group by accumspace cardinality", + "vartype": 2, + "name": "global.vector group by accumspace cardinality" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "vector group by accumspace size", + "vartype": 2, + "name": "global.vector group by accumspace size" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "vector group by out of line rows", + "vartype": 2, + "name": "global.vector group by out of line rows" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "vector group by out of line size", + "vartype": 2, + "name": "global.vector group by out of line size" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "vector group by string allocations size", + "vartype": 2, + "name": "global.vector group by string allocations size" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "vector group by string allocations", + "vartype": 2, + "name": "global.vector group by string allocations" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "vector group by string resizes", + "vartype": 2, + "name": "global.vector group by string resizes" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "vector group by rowsets processed on cell", + "vartype": 2, + "name": "global.vector group by rowsets processed on cell" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "vector encoded rows", + "vartype": 2, + "name": "global.vector encoded rows" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "vector encoded rows decoded", + "vartype": 2, + "name": "global.vector encoded rows decoded" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "vector encoded row operations", + "vartype": 2, + "name": "global.vector encoded row operations" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "vector encoded rowsets", + "vartype": 2, + "name": "global.vector encoded rowsets" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "vector encoded rowsets decoded", + "vartype": 2, + "name": "global.vector encoded rowsets decoded" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "vector encoded rowset operations", + "vartype": 2, + "name": "global.vector encoded rowset operations" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "vector encoded arithmetic exceptions", + "vartype": 2, + "name": "global.vector encoded arithmetic exceptions" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "vector encoded adaptively disabled", + "vartype": 2, + "name": "global.vector encoded adaptively disabled" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "LOB table id lookup cache misses", + "vartype": 2, + "name": "global.LOB table id lookup cache misses" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "parse time cpu", + "vartype": 2, + "name": "global.parse time cpu" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "parse time elapsed", + "vartype": 2, + "name": "global.parse time elapsed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "parse count (total)", + "vartype": 2, + "name": "global.parse count (total)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "parse count (hard)", + "vartype": 2, + "name": "global.parse count (hard)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "parse count (failures)", + "vartype": 2, + "name": "global.parse count (failures)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "parse count (describe)", + "vartype": 2, + "name": "global.parse count (describe)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "frame signature mismatch", + "vartype": 2, + "name": "global.frame signature mismatch" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "execute count", + "vartype": 2, + "name": "global.execute count" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "bytes sent via SQL*Net to client", + "vartype": 2, + "name": "global.bytes sent via SQL*Net to client" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "bytes received via SQL*Net from client", + "vartype": 2, + "name": "global.bytes received via SQL*Net from client" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "SQL*Net roundtrips to/from client", + "vartype": 2, + "name": "global.SQL*Net roundtrips to/from client" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "bytes sent via SQL*Net to dblink", + "vartype": 2, + "name": "global.bytes sent via SQL*Net to dblink" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "bytes received via SQL*Net from dblink", + "vartype": 2, + "name": "global.bytes received via SQL*Net from dblink" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "SQL*Net roundtrips to/from dblink", + "vartype": 2, + "name": "global.SQL*Net roundtrips to/from dblink" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "bytes via SQL*Net vector to client", + "vartype": 2, + "name": "global.bytes via SQL*Net vector to client" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "bytes via SQL*Net vector from client", + "vartype": 2, + "name": "global.bytes via SQL*Net vector from client" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "bytes via SQL*Net vector to dblink", + "vartype": 2, + "name": "global.bytes via SQL*Net vector to dblink" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "bytes via SQL*Net vector from dblink", + "vartype": 2, + "name": "global.bytes via SQL*Net vector from dblink" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "sorts (memory)", + "vartype": 2, + "name": "global.sorts (memory)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "sorts (disk)", + "vartype": 2, + "name": "global.sorts (disk)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "sorts (rows)", + "vartype": 2, + "name": "global.sorts (rows)" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "OTC commit optimization attempts", + "vartype": 2, + "name": "global.OTC commit optimization attempts" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "OTC commit optimization hits", + "vartype": 2, + "name": "global.OTC commit optimization hits" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "OTC commit optimization failure - setup", + "vartype": 2, + "name": "global.OTC commit optimization failure - setup" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cumulative begin requests", + "vartype": 2, + "name": "global.cumulative begin requests" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cumulative end requests", + "vartype": 2, + "name": "global.cumulative end requests" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cumulative user calls in requests", + "vartype": 2, + "name": "global.cumulative user calls in requests" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cumulative user calls protected by Application Continuity", + "vartype": 2, + "name": "global.cumulative user calls protected by Application Continuity" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "OLAP Paging Manager Cache Hit", + "vartype": 2, + "name": "global.OLAP Paging Manager Cache Hit" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "OLAP Paging Manager Cache Miss", + "vartype": 2, + "name": "global.OLAP Paging Manager Cache Miss" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "OLAP Paging Manager New Page", + "vartype": 2, + "name": "global.OLAP Paging Manager New Page" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "OLAP Paging Manager Cache Write", + "vartype": 2, + "name": "global.OLAP Paging Manager Cache Write" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "OLAP Session Cache Hit", + "vartype": 2, + "name": "global.OLAP Session Cache Hit" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "OLAP Session Cache Miss", + "vartype": 2, + "name": "global.OLAP Session Cache Miss" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "OLAP Aggregate Function Calc", + "vartype": 2, + "name": "global.OLAP Aggregate Function Calc" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "OLAP Aggregate Function Precompute", + "vartype": 2, + "name": "global.OLAP Aggregate Function Precompute" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "OLAP Aggregate Function Logical NA", + "vartype": 2, + "name": "global.OLAP Aggregate Function Logical NA" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "OLAP Paging Manager Pool Size", + "vartype": 2, + "name": "global.OLAP Paging Manager Pool Size" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "OLAP Import Rows Pushed", + "vartype": 2, + "name": "global.OLAP Import Rows Pushed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "OLAP Import Rows Loaded", + "vartype": 2, + "name": "global.OLAP Import Rows Loaded" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "OLAP Row Source Rows Processed", + "vartype": 2, + "name": "global.OLAP Row Source Rows Processed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "OLAP Engine Calls", + "vartype": 2, + "name": "global.OLAP Engine Calls" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "OLAP Temp Segments", + "vartype": 2, + "name": "global.OLAP Temp Segments" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "OLAP Temp Segment Read", + "vartype": 2, + "name": "global.OLAP Temp Segment Read" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "OLAP Perm LOB Read", + "vartype": 2, + "name": "global.OLAP Perm LOB Read" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "OLAP Paging Manager Cache Changed Page", + "vartype": 2, + "name": "global.OLAP Paging Manager Cache Changed Page" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "OLAP Fast Limit", + "vartype": 2, + "name": "global.OLAP Fast Limit" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "OLAP GID Limit", + "vartype": 2, + "name": "global.OLAP GID Limit" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "OLAP Unique Key Attribute Limit", + "vartype": 2, + "name": "global.OLAP Unique Key Attribute Limit" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "OLAP INHIER Limit", + "vartype": 2, + "name": "global.OLAP INHIER Limit" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "OLAP Full Limit", + "vartype": 2, + "name": "global.OLAP Full Limit" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "OLAP Custom Member Limit", + "vartype": 2, + "name": "global.OLAP Custom Member Limit" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "OLAP Row Id Limit", + "vartype": 2, + "name": "global.OLAP Row Id Limit" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "OLAP Limit Time", + "vartype": 2, + "name": "global.OLAP Limit Time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "OLAP Row Load Time", + "vartype": 2, + "name": "global.OLAP Row Load Time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell flash cache read hits", + "vartype": 2, + "name": "global.cell flash cache read hits" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell flash cache read hits for controlfile reads", + "vartype": 2, + "name": "global.cell flash cache read hits for controlfile reads" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell flash cache read hits for smart IO", + "vartype": 2, + "name": "global.cell flash cache read hits for smart IO" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell flash cache read hits for temp IO", + "vartype": 2, + "name": "global.cell flash cache read hits for temp IO" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell ram cache read hits", + "vartype": 2, + "name": "global.cell ram cache read hits" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell persistent memory IO read requests - local", + "vartype": 2, + "name": "global.cell persistent memory IO read requests - local" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell persistent memory IO read requests - remote", + "vartype": 2, + "name": "global.cell persistent memory IO read requests - remote" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell persistent memory IO read requests - smart IO", + "vartype": 2, + "name": "global.cell persistent memory IO read requests - smart IO" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "Workload Capture: size (in bytes) of recording", + "vartype": 2, + "name": "global.Workload Capture: size (in bytes) of recording" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "Workload Capture: dbtime", + "vartype": 2, + "name": "global.Workload Capture: dbtime" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "Workload Capture: user calls", + "vartype": 2, + "name": "global.Workload Capture: user calls" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "Workload Capture: user calls flushed", + "vartype": 2, + "name": "global.Workload Capture: user calls flushed" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "Workload Capture: unreplayable user calls", + "vartype": 2, + "name": "global.Workload Capture: unreplayable user calls" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "Workload Capture: user txns", + "vartype": 2, + "name": "global.Workload Capture: user txns" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "Workload Capture: user logins", + "vartype": 2, + "name": "global.Workload Capture: user logins" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "Workload Capture: unsupported user calls", + "vartype": 2, + "name": "global.Workload Capture: unsupported user calls" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "Workload Capture: errors", + "vartype": 2, + "name": "global.Workload Capture: errors" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "Workload Capture: PL/SQL user subcalls", + "vartype": 2, + "name": "global.Workload Capture: PL/SQL user subcalls" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "Workload Capture: PL/SQL user calls", + "vartype": 2, + "name": "global.Workload Capture: PL/SQL user calls" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "Workload Capture: PL/SQL subcall size of recording", + "vartype": 2, + "name": "global.Workload Capture: PL/SQL subcall size of recording" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "Workload Capture: PL/SQL dbtime", + "vartype": 2, + "name": "global.Workload Capture: PL/SQL dbtime" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "Workload Replay: dbtime", + "vartype": 2, + "name": "global.Workload Replay: dbtime" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "Workload Replay: network time", + "vartype": 2, + "name": "global.Workload Replay: network time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "Workload Replay: think time", + "vartype": 2, + "name": "global.Workload Replay: think time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "Workload Replay: time gain", + "vartype": 2, + "name": "global.Workload Replay: time gain" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "Workload Replay: time loss", + "vartype": 2, + "name": "global.Workload Replay: time loss" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "Workload Replay: user calls", + "vartype": 2, + "name": "global.Workload Replay: user calls" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "Workload Replay: deadlocks resolved", + "vartype": 2, + "name": "global.Workload Replay: deadlocks resolved" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "Workload Replay: PL/SQL user calls", + "vartype": 2, + "name": "global.Workload Replay: PL/SQL user calls" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "Workload Replay: PL/SQL user subcalls", + "vartype": 2, + "name": "global.Workload Replay: PL/SQL user subcalls" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "Workload Replay: PL/SQL dbtime", + "vartype": 2, + "name": "global.Workload Replay: PL/SQL dbtime" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell physical write IO bytes eligible for offload", + "vartype": 2, + "name": "global.cell physical write IO bytes eligible for offload" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell physical write IO host network bytes written during offloa", + "vartype": 2, + "name": "global.cell physical write IO host network bytes written during offloa" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell logical write IO requests", + "vartype": 2, + "name": "global.cell logical write IO requests" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "cell logical write IO requests eligible for offload", + "vartype": 2, + "name": "global.cell logical write IO requests eligible for offload" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "Infiniband HCA Transmit Loadavg", + "vartype": 2, + "name": "global.Infiniband HCA Transmit Loadavg" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "Infiniband HCA Receive Loadavg", + "vartype": 2, + "name": "global.Infiniband HCA Receive Loadavg" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "Infiniband HCA Max. Rate", + "vartype": 2, + "name": "global.Infiniband HCA Max. Rate" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "Infiniband HCA Transmit Data", + "vartype": 2, + "name": "global.Infiniband HCA Transmit Data" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "Infiniband HCA Receive Data", + "vartype": 2, + "name": "global.Infiniband HCA Receive Data" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "backup pieces compressed locally", + "vartype": 2, + "name": "global.backup pieces compressed locally" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "backup data compressed locally", + "vartype": 2, + "name": "global.backup data compressed locally" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "backup compressed data written locally", + "vartype": 2, + "name": "global.backup compressed data written locally" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "backup piece local processing time", + "vartype": 2, + "name": "global.backup piece local processing time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "backup pieces compressed remotely", + "vartype": 2, + "name": "global.backup pieces compressed remotely" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "backup data compressed remotely", + "vartype": 2, + "name": "global.backup data compressed remotely" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "backup compressed data written remotely", + "vartype": 2, + "name": "global.backup compressed data written remotely" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "backup piece remote processing time", + "vartype": 2, + "name": "global.backup piece remote processing time" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "OS User time used", + "vartype": 2, + "name": "global.OS User time used" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "OS System time used", + "vartype": 2, + "name": "global.OS System time used" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "OS Maximum resident set size", + "vartype": 2, + "name": "global.OS Maximum resident set size" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "OS Integral shared text size", + "vartype": 2, + "name": "global.OS Integral shared text size" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "OS Integral unshared data size", + "vartype": 2, + "name": "global.OS Integral unshared data size" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "OS Integral unshared stack size", + "vartype": 2, + "name": "global.OS Integral unshared stack size" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "OS Page reclaims", + "vartype": 2, + "name": "global.OS Page reclaims" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "OS Page faults", + "vartype": 2, + "name": "global.OS Page faults" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "OS Swaps", + "vartype": 2, + "name": "global.OS Swaps" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "OS Block input operations", + "vartype": 2, + "name": "global.OS Block input operations" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "OS Block output operations", + "vartype": 2, + "name": "global.OS Block output operations" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "OS Socket messages sent", + "vartype": 2, + "name": "global.OS Socket messages sent" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "OS Socket messages received", + "vartype": 2, + "name": "global.OS Socket messages received" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "OS Signals received", + "vartype": 2, + "name": "global.OS Signals received" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "OS Voluntary context switches", + "vartype": 2, + "name": "global.OS Voluntary context switches" + }, + "model": "website.MetricCatalog" + }, + { + "fields": { + "scope": "global", + "metric_type": 3, + "dbms": 19, + "summary": "OS Involuntary context switches", + "vartype": 2, + "name": "global.OS Involuntary context switches" + }, + "model": "website.MetricCatalog" + } +] \ No newline at end of file diff --git a/server/website/website/migrations/0004_load_initial_data.py b/server/website/website/migrations/0004_load_initial_data.py index b67662a..a3965c7 100644 --- a/server/website/website/migrations/0004_load_initial_data.py +++ b/server/website/website/migrations/0004_load_initial_data.py @@ -19,8 +19,10 @@ def load_initial_data(apps, schema_editor): "postgres-94_metrics.json", "myrocks-5.6_knobs.json", "myrocks-5.6_metrics.json", - "oracle_knobs.json", - "oracle_metrics.json" + "oracle-12_knobs.json", + "oracle-12_metrics.json", + "oracle-19_knobs.json", + "oracle-19_metrics.json", ] for fixture in initial_data_fixtures: call_command("loaddata", fixture, app_label="website") diff --git a/server/website/website/tasks/async_tasks.py b/server/website/website/tasks/async_tasks.py index 7c49e55..95cb4ed 100644 --- a/server/website/website/tasks/async_tasks.py +++ b/server/website/website/tasks/async_tasks.py @@ -98,7 +98,7 @@ class ConfigurationRecommendation(UpdateTask): # pylint: disable=abstract-metho def on_success(self, retval, task_id, args, kwargs): super(ConfigurationRecommendation, self).on_success(retval, task_id, args, kwargs) - result_id = args[0][0]['newest_result_id'] + result_id = retval['result_id'] result = Result.objects.get(pk=result_id) # Replace result with formatted result @@ -324,6 +324,7 @@ def configuration_recommendation_ddpg(result_info): # pylint: disable=invalid-n conf_map = {k: knob_data[i] for i, k in enumerate(knob_labels)} conf_map_res = {} conf_map_res['status'] = 'good' + conf_map_res['result_id'] = result_id conf_map_res['recommendation'] = conf_map conf_map_res['info'] = 'INFO: ddpg' for k in knob_labels: @@ -340,6 +341,7 @@ def configuration_recommendation(recommendation_input): if target_data['bad'] is True: target_data_res = {} target_data_res['status'] = 'bad' + target_data_res['result_id'] = target_data['newest_result_id'] target_data_res['info'] = 'WARNING: no training data, the config is generated randomly' target_data_res['recommendation'] = target_data['config_recommend'] return target_data_res @@ -595,6 +597,7 @@ def configuration_recommendation(recommendation_input): conf_map = {k: best_config[i] for i, k in enumerate(X_columnlabels)} conf_map_res = {} conf_map_res['status'] = 'good' + conf_map_res['result_id'] = target_data['newest_result_id'] conf_map_res['recommendation'] = conf_map conf_map_res['info'] = 'INFO: training data size is {}'.format(X_scaled.shape[0]) return conf_map_res