Welcome, Guest [Login]
Traffic Sentinel
Filter:

IP Multicast

IP Multicast Summary

Top Multicast Groups

Top Multicast Groups

Process Died [SIGILL(9)]


var report = Report.current();

var filter = "islayer3multicast = 1";
if(typeof(where) != 'undefined') filter = "(" + where + ") & (" + filter + ")";

var value;
switch(units) {
  case "bps"   : value = "rate(bytes)"; break;
  case "Bps"   : value = "rate(bytes)"; break;
  case "fps"   : value = "rate(frames)"; break;
  default: value = "rate(frames)";
}

var query = new Query.topN("historytrmx","ipdestination," + value,filter,interval,value,truncate);

Process Died [SIGILL(9)]
var table = query.run();
if(table) {
  table.cnames[1] = units;
  if("bps" == units) table.scaleColumn(1,8);
  if("table" == charttype) report.table(table);
  else {
    var chart = Chart.singleSeries(charttype,"groups.chart",table,null,0,null,1);
    chart.horizontal = true;
    if(typeof(height) != 'undefined') chart.height = height;
    if(typeof(width) != 'undefined') chart.width = width;
    report.chart(chart);
  }
}
       

Top Multicast Sources

Top Multicast Sources

Multicast Trend

Multicast Trend