Collecting the agent data
The description of the settings to collect data from the database server
-
multi_db_stat Int
Default
1
Set whether or not to collect the stat of the multiple database. It is valid only for Oracle (in case of pluggable DB) and postgresql. Set whether or not to collect stats for each DB within the DB instance. To reduce the collection load, you can set it to
0
. -
long_run_session_sec Second
Default
10
The session running longer than the set time is treated as the long run session (unit: second).
-
tables_hour Int
Default
5
Set the time to collect data for storing the table information. The default value is
5
and collection starts at 5 am. -
tables_exclude_sys Boolean
Default
false
When collecting the table data, set whether or not to collect the table data owned by sys. If set to
true
, the table data owned by sys is not collected.