This topic lists all the configuration directives for Zend Statistics.
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 |
3 |
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 |
||
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. |
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.
The log's verbosity level.
Default Value: 3
Type: int
Available Since Version: 6.0
Enables statistics gathering.
Default Value: 1
Type: boolean
Modification Scope: ZEND_INI_SYSTEM
Available Since Version: 6.0
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
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
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
Default Value: ZEND_PREFIX/tmp/stats
Type: string
Modification Scope: ZEND_INI_SYSTEM
Available Since Version: 6.0
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
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
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
Time range for storing daily entries.
Default Value: 2
Units: days
Type: int
Modification Scope: ZEND_INI_SYSTEM
Available Since Version: 6.0
Time range for storing weekly entries.
Default Value: 2
Units: weeks
Type: int
Modification Scope: ZEND_INI_SYSTEM
Available Since Version: 6.0
Time range for storing monthly entries.
Default Value: 12
Units: months
Type: int
Modification Scope: ZEND_INI_SYSTEM
Available Since Version: 6.0