report
Use the following command to configure report related settings.
report auto-cache
Use this command to view or configure report auto-cache settings.
Syntax
config system report auto-cache
set aggressive-schedule {enable | disable}
set order {latest-first | oldest-first}
set status {enable | disable}
end
Variable |
Description |
---|---|
aggressive-schedule {enable | disable} |
Enable/disable |
order {latest-first | oldest-first} |
The order of which SQL log table is processed first.
|
status {enable | disable} |
Enable/disable the SQL report auto-cache. |
report est-browse-time
Use this command to view or configure report settings.
Syntax
config system report est-browse-time
set max-read-time <integer>
set status {enable | disable}
end
Variable |
Description |
---|---|
max-read-time <integer> |
Set the read time threshold for each page view. Range: 1 to 3600 |
status {enable | disable} |
Enable/disable estimating browse time. |
report group
Use these commands to configure report groups.
Syntax
config system report group
edit <group-id>
set adom <adom-name>
set case-insensitive {enable | disable}
set report-like <string>
config chart-alternative
edit <chart-name>
set chart-replace <string>
end
config group-by
edit <var-name>
set var-expression <string>
set var-type
end
end
Variable |
Description |
---|---|
<group-id> |
The identification number of the group to be edited or created. |
adom <adom-name> |
The ADOM that conatins the report group. |
case-insensitive {enable | disable} |
Enable or diable case sensitivity. |
report-like <string> |
Report pattern |
Variables for |
|
<chart-name> |
The chart name. |
chart-replace <string> |
Chart replacement. |
Variables for |
|
<var-name> |
The variable name. |
var-expression <string> |
Variable expression. |
var-type |
Variable type. |
report setting
Use these commands to view or configure report settings.
Syntax
config system report setting
set aggregate-report {enable | disable}
set hcache-lossless {enable | disable}
set ldap-cache-timeout <integer>
set max-table-rows <integer>
set report-priority {auto | high | low}
set template-auto-install {default}
set week-start {mon | sun}
end
Variable |
Description |
---|---|
aggregate-report {enable | disable} |
Enable/disable including a group report along with the per-device reports (default = disable). |
hcache-lossless {enable | disable} |
Enable or disable ready-with-loss hcaches. |
ldap-cache-timeout <integer> |
Set the LDAP cache timeout in minutes (0 = do not use cache, default = 60). |
max-table-rows <integer> |
Set the maximum number of rows that can be generated in a single table (10000 - 100000, default = 10000). |
report-priority {auto | high | low} |
Set the Priority of the SQL report (default = auto). |
template-auto-install {default} |
Set the language used for new ADOMs (default = default). |
week-start {mon | sun} |
Set the day that the week starts on, either |
Use the show
command to display the current configuration if it has been changed from its default value:
show system report settings