Intel® Business Client Software Development
Support for Intel® vPro™ software development and technologies associated with Intel vPro platforms.

How to Reset Filter Counters

ravi
Beginner
575 Views
Hi ,
Using Intel AMT Commander.exe we can "Reset" the filter counters.

If any knows API /Code to reset the Filter Counters (using C++) ,
please provide that information.

Thanks and Regards,
Ravi
0 Kudos
2 Replies
ravi
Beginner
575 Views

Hi ,
Sorry for asking the question,
the needed information we can find in function "GetActiveStats"

If change the value request.ResetStatisticsOnRead=True,
we can achieve the requirement.

Thanks & Regards,
Ravi

0 Kudos
Ylian_S_Intel
Employee
575 Views

Ha yes. Filter counters can be reset within the "GetActiveStats" method because some consoles may way to reset the counters each time they are read this data so you don't double count packets.

Ylian (Intel AMT Blog)

0 Kudos
Reply