Skip to content

Commit

Permalink
Merge "Annotate physical interface bandwidth with tags attribute." in…
Browse files Browse the repository at this point in the history
…to R3.2
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed Dec 4, 2016
2 parents c578eb9 + 4ee09ba commit 220a6b9
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/vnsw/agent/uve/vrouter.sandesh
Original file line number Diff line number Diff line change
Expand Up @@ -271,8 +271,13 @@ struct VrouterStatsAgent { // Agent stats
67: optional derived_stats_results.AnomalyResult active_flows_ewm
(stats="flow_rate.active_flows:DSAnomaly:EWM:0.1")

50: optional map<string,u64> phy_band_in_bps
51: optional map<string,u64> phy_band_out_bps
/** @display_name:Physical Interface ingress bandwidth in bps*/
50: optional map<string,u64> phy_band_in_bps (tags="name:.__key")
/** @display_name:Physical Interface egress bandwidth in bps*/
51: optional map<string,u64> phy_band_out_bps (tags="name:.__key")
/** Anomaly Detection for ingress bandwidth of physical interface using
* Exponentially Weighed Mean
*/
52: optional map<string,derived_stats_results.EWMResult> in_bps_ewm
(mstats="phy_band_in_bps:DSEWM:0.1")
53: optional map<string,derived_stats_results.EWMResult> out_bps_ewm
Expand Down

0 comments on commit 220a6b9

Please sign in to comment.