Zend Statistics - Configuration Directives
This topic lists all the configuration directives for Zend Statistics.
Configuration Directives Summary
The table below is a summary of all the Zend Statistics configuration directives, and displays the directive name, its default value, and a description:
Directive |
Default Value |
Description |
2 |
The Log's verbosity level. |
|
10 |
The maximum size of the log file before it is rotated. |
|
1 |
Enable Zend Server plugins integration |
|
2 |
The log's verbosity level. |
|
1 |
Enables statistics gathering. |
|
0 |
Enables statistics gathering for O+. Data available via WebAPI only. |
|
0 |
Enables statistics gathering for Page Cache. Data available via WebAPI only. |
|
0 |
Enables statistics gathering for Data Cache. Data available via WebAPI only. |
|
ZEND_PREFIX/tmp/stats |
Location for temporary statistics data files |
|
60 |
When to flush statistics information for the daily entries. |
|
60 |
When to flush statistics information for the weekly entries. |
|
24 |
When to flush statistics information for the monthly entries. |
|
2 |
Time range for storing daily entries. |
|
2 |
Time range for storing weekly entries. |
|
12 |
Time range for storing monthly entries. |
|
REMOTE_ADDR |
Request headers to count as the address of request origin (comma separated list) |
|
Discard requests according to the file extension |
Configuration Directives Details
The list below contains information for all the available configuration directives for Zend Statistics: their description, type, units, default value, modification scope, and the Zend Server version they became available in.
zend_statistics_extension.log_verbosity_level
The Log's verbosity level.
Default Value: 2
Type: int
Modification Scope: ZEND_INI_SYSTEM
Available Since Version: 7.0
zend_statistics_extension.log_rotation_size
The maximum size of the log file before it is rotated.
Default Value: 10
Units: MBytes
Type: int
Modification Scope: ZEND_INI_ALL
Available Since Version: 7.0
zend_statistics_extension.enable_apps_plugins
Enable Zend Server plugins integration
Default Value: 1
Type: boolean
Modification Scope: ZEND_INI_ALL
Available Since Version: 7.0
zend_statistics.log_verbosity_level
The log's verbosity level.
Default Value: 2
Type: int
Modification Scope: ZEND_INI_SYSTEM
Available Since Version: 6.0
zend_statistics.enable
Enables statistics gathering.
Default Value: 1
Type: boolean
Modification Scope: ZEND_INI_SYSTEM
Available Since Version: 6.0
zend_statistics.optimizerplus.enable
Enables statistics gathering for O+. Data available via WebAPI only.
Default Value: 0
Type: boolean
Modification Scope: ZEND_INI_SYSTEM
Available Since Version: 6.0
zend_statistics.pagecache.enable
Enables statistics gathering for Page Cache. Data available via WebAPI only.
Default Value: 0
Type: boolean
Modification Scope: ZEND_INI_SYSTEM
Available Since Version: 6.0
zend_statistics.datacache.enable
Enables statistics gathering for Data Cache. Data available via WebAPI only.
Default Value: 0
Type: boolean
Modification Scope: ZEND_INI_SYSTEM
Available Since Version: 6.0
zend_statistics.data_dir
Location for temporary statistics data files
Default Value: ZEND_PREFIX/tmp/stats
Type: string
Modification Scope: ZEND_INI_SYSTEM
Available Since Version: 6.0
zend_statistics.report_interval_daily
When to flush statistics information for the daily entries.
Default Value: 60
Units: seconds
Type: int
Modification Scope: ZEND_INI_SYSTEM
Available Since Version: 6.0
zend_statistics.report_interval_weekly
When to flush statistics information for the weekly entries.
Default Value: 60
Units: minutes
Type: int
Modification Scope: ZEND_INI_SYSTEM
Available Since Version: 6.0
zend_statistics.report_interval_monthly
When to flush statistics information for the monthly entries.
Default Value: 24
Units: hours
Type: int
Modification Scope: ZEND_INI_SYSTEM
Available Since Version: 6.0
zend_statistics.history_daily
Time range for storing daily entries.
Default Value: 2
Units: days
Type: int
Modification Scope: ZEND_INI_SYSTEM
Available Since Version: 6.0
zend_statistics.history_weekly
Time range for storing weekly entries.
Default Value: 2
Units: weeks
Type: int
Modification Scope: ZEND_INI_SYSTEM
Available Since Version: 6.0
zend_statistics.history_monthly
Time range for storing monthly entries.
Default Value: 12
Units: months
Type: int
Modification Scope: ZEND_INI_SYSTEM
Available Since Version: 6.0
zend_statistics.geo_remote_addr
Request headers to count as the address of request origin (comma separated list)
Default Value: REMOTE_ADDR
Type: string
Modification Scope: ZEND_INI_SYSTEM
Available Since Version: 9.0
zend_statistics.discard_extensions
Discard requests according to the file extension (comma separated list)
Default Value:
Type: string
Modification Scope: ZEND_INI_SYSTEM
Available Since Version: 9.2