detailed_statistics

Specifies which objects should have detailed statistic tracking.

detailed_statistics = NONE | [PRODUCERS,CONSUMERS,ROUTES]

Detailed statistic tracking is only appropriate for routes, producers that specify no destination, or consumers that specify wildcard destinations. When detailed tracking is enabled, statistics for each destination are kept for the object.

Setting this parameter to NONE disabled detailed statistic tracking. You can specify any combination of PRODUCERS, CONSUMERS, or ROUTES to enable tracking for each object. If you specify more than one type of detailed tracking, separate each item with a comma.

For example:

detailed_statistics = NONE

Turns off detailed statistic tracking.

detailed_statistics = PRODUCERS,ROUTES

Specifies detailed statistics should be gathered for producers and routes.