The StatDelete
action allows you to delete statistics data, either from a particular statistic name, or from all statistics.
The StatDelete
action supports the following parameters.
Name
Restrict results to the specified statistics. The statistics that you enter must exist in the Statistics Server configuration file. Separate multiple entries with commas.
Type: | String |
Default: | None |
Required: | No |
Example: | Name=count_queries_hour,count_queries_day
|
AllStats
Delete all statistics data.
Type: | Boolean |
Default: | False |
Required: | No |
Example: | AllStats=True
|
action=StatDelete&Name=Stat1
|