Chapter: system > report

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 auto-cache on schedule reports aggressively.

order {latest-first | oldest-first}

The order of which SQL log table is processed first.

  • latest-first: The latest SQL log table is processed first.
  • oldest-first: The oldest 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 config chart-alternativesubcommand:

<chart-name>

The chart name.

chart-replace <string>

Chart replacement.

Variables for config group-bysubcommand:

<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 {low | normal}

set week-start {mon | sun}

end

Variable

Description

aggregate-report {enable | disable}

Enable/disable including a group report along with the per-device reports.

hcache-lossless {enable | disable}

Enable or disable ready-with-loss hcaches.

ldap-cache-timeout <integer>

Set the LDAP cache timeout in minutes. Set to 0 to not use the cache. Default: 60.

max-table-rows <integer>

Set the maximum number of rows that can be generated in a single table. Range: 10 000 to 100 000

report-priority {low | normal}

Set the Priority of the SQL report.

week-start {mon | sun}

Set the day that the week starts on, either Sunday or Monday. The following options are available:

  • mon: Monday.
  • sun: Sunday.

Use the show command to display the current configuration if it has been changed from its default value:

show system report settings