Updated the knob/metric output samples for each of the Oracle versions we support since my fix changed all of them.

This commit is contained in:
dvanaken
2019-11-05 19:39:34 -05:00
committed by Dana Van Aken
parent e1b29eaafa
commit cf19380107
19 changed files with 44991 additions and 46524 deletions

View File

@@ -57,7 +57,8 @@ def create_settings(metric_data, dbms):
if vartype in (2, 3): # Numeric (integer/real)
if 'average' in name or name.endswith('current') or \
name.startswith('sysstat.session pga memory'):
name.startswith('sysstat.session pga memory') or \
name.startswith('sysstat.session uga memory'):
mettype = 3 # Statistic
else:
mettype = 1 # Counter - most common type of numeric metric
@@ -81,7 +82,8 @@ def create_settings(metric_data, dbms):
return metrics
VERSIONS = (121, 19)
# Versions 12.1c, 12.2c, and 19c
VERSIONS = (121, 12, 19)
def usage():

File diff suppressed because it is too large Load Diff