This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Interface percent utilization report over past x days using Web Reports.....is it possible?

My management has requested a report that shows our WAN links from our Central Office to our Field Offices and they request that the report looks like the Percent Utilization - Line Chart resource in NPM as shown. Is this possible?

Interface.PNG

Parents Reply Children
  • Thank you very much. Based on the links you provided and some reading I was able to find the exact resource requested by my management. I just needed to modify the chart.

    from

    <img src="/Orion/Netperfmon/Chart.aspx?ChartName=MMAvgBps&Title=&SubTitle=&SubTitle2=&Width=640&Height=0&NetObject=I:XXXX&CustomPollerID=&SampleSize=1H&Period=Last 7 Days&FontSize=1&NetObjectPrefix=I&SubsetColor=&RYSubsetColor=&Printable=true&ShowTrend=True&ResourceID=27" />

    to

    <img src="/Orion/Netperfmon/Chart.aspx?ChartName=MMAvgUtil&Title=&SubTitle=&SubTitle2=&Width=640&Height=0&NetObject=I:XXXX&CustomPollerID=&SampleSize=1H&Period=Last 7 Days&FontSize=1&NetObjectPrefix=I&SubsetColor=&RYSubsetColor=&Printable=true&ShowTrend=True&ResourceID=27" />

  • Is it possible to to change the Period to actual dates? I am trying to create a resource that shows data for the 1st, 2nd, 3rd and 4th calendar quarters.