NetXMS Support Forum

English Support => General Support => Topic started by: it_user1 on June 24, 2019, 04:11:13 PM

Title: clarify about sample count value
Post by: it_user1 on June 24, 2019, 04:11:13 PM
Hi, i can't find an explanation about real function to the sample count for average value on DCI general tab.

For example, i need to monitor disk latency by windows perfcount. I know that windows has 1 second sample of this counter and i want to retrieve average value about 60 seconds. So i need to put 60 as value and than the agent collect every second the perfcount value and tell me the average of these 60 samples?

thank you for clarification.

Andrea
Title: Re: clarify about sample count value
Post by: Victor Kirhenshtein on July 08, 2019, 10:58:07 AM
Hi,

yes, if you want average per minute then you put 60 as sample count. You do not need to collect it from agent every second - agent will return average for last 60 seconds whenever value is requested.

Best regards,
Victor