« Back to Technical Discussions

min/max/avg sampling period

Combination View Flat View Tree View
Threads [ Previous | Next ]
Hello,
 
I've got a question regarding the min/max/avg computation in all stats (equipmentIOCardStats for example) :
 
What is the sampling period used to compute these values ? How often these values are computed ? Is it based on a sliding window ? If so what is its width ?
 
Should be use the "intervals" attribute ? If so, how ?
 
Thanks
Seb

RE: min/max/avg sampling period
Answer
10/29/10 5:56 AM as a reply to Sebastien Bouchex Bellomie.
Hello,
 
I've got a question regarding the min/max/avg computation in all stats (equipmentIOCardStats for example) :
 
What is the sampling period used to compute these values ? How often these values are computed ? Is it based on a sliding window ? If so what is its width ?
 
Should be use the "intervals" attribute ? If so, how ?
 
Thanks
Seb


UCS Manager has Stats Collection policies, user can change these.
 
A system-wide set of stats collection policies (one per application domain) allow configuration of collection and reporting intervals.
 
Domains: adapter, chassis, host, port, server
 
collectionInterval: frequency that endpoints will send stats updates to UCS Manager
 
reportingInterval: frequency that UCS Manager will report stats updates to external collectors and update stats history
 
When a collection interval is changed, the reportingInterval is restarted
 
<configConfMo
    cookie="<Your cookie here>"
    inHierarchical="false">
    <inConfig>
        <statsCollectionPolicy
            dn="stats/coll-policy-port" collectionInterval="2minutes"
            reportingInterval="30minutes"
    <inConfig>
</configConfMo>