Hello everybody.
I'd like check with the community if my understanding of how a perf_counter works is correct.
If this is correct, it seems that perf_counters work more efficiently as active measurements.
Is this correct? Do you have any other recommendations?
Thanks
I'd like check with the community if my understanding of how a perf_counter works is correct.
- perf_counters are added to the collector only if they have an interval time.
- If a perf_counter doesn't have an interval time or it's one, the agent will just ask for the value without any intermediate collection.
- perf_counters are added to the collector only once for passive and active checks.
- There is only one collector thread per agent.
If this is correct, it seems that perf_counters work more efficiently as active measurements.
Is this correct? Do you have any other recommendations?
Thanks

Comment