HP Logiciel HP Matrix Operating Environment Manuel d'utilisation

Page 38

Advertising
background image

#
# com.hp.gwlm.cms.db.analyze.limit:
# Number of consecutive transactions that must take place before a
# database analysis is performed.
#
com.hp.gwlm.cms.db.analyze.time = 60
com.hp.gwlm.cms.db.analyze.limit = 50

#
# Support for the database cache on the CMS.
#
# cachesize:
# The number of historical configurations to cache in memory.
# A larger historical configuration cache reduces time spent
# in database lookups. The valid range is 1-1000.
#
com.hp.gwlm.cms.cachesize = 100

#
# Support for local data caching on a remote node for report generation.
# These properties are defined on the CMS but are pushed out to the remote
# node managers during deployment of an SRD. The cached objects on the
# agent consume an amount of memory approximated by:
#
# Memory = 5000 * workloads * cachesize * (60 / resource_domain_interval)
#
# bytes of memory. For example, if there are 4 workloads deployed with a
# 15 second interval and a cachesize of 20 minutes, the agent will need:
#
# Memory = 5000 * 4 * 20 * (60 / 15) ~ 2.5 MB.
#
# cachesize:
# The number of minutes of real-time data to maintain on the remote
# node for future CMS access. This value must be at least three
# times the 'samples' value specified below. The default value is
# 20 minutes.
#
# samples:
# The number of minutes of real-time data used to aggregate into a
# historical data point. The default is to aggregate the data into
# 5-minute averages.
#
com.hp.gwlm.node.cachesize = 20
com.hp.gwlm.node.samples = 5

#
# Support for real-time graphing properties.
#
# viewport:
# The size of the displayed real-time graph (in minutes).
#
# refresh:
# The refresh rate of the real-time graphs and tables (in seconds).
#
com.hp.gwlm.ui.monitor.viewport = 20
com.hp.gwlm.ui.monitor.refresh = 15

#
# Support for securing Oracle communication.
#
# com.hp.gwlm.jdbc.oracle.secure:
# Whether communication with Oracle server is secure or not. Possible
# values are 'on' and 'off'. Default is off.
#
# oracle.net.encryption_types_client:

38

Autres tâches de configuration et d'administration

Advertising