How to change the DCI vaule to Kbps

Started by anishinc4u, November 07, 2014, 11:51:33 AM

Previous topic - Next topic

anishinc4u

Hi

i have added a router interface for monitoring the In and Out traffic.

actual traffic is "4000 Kbps", but in line graph it showing as "400K"

pl help me to change the value..

refer attachment

tomaskir

Insert into transformation script

return ($1 * 10);


anishinc4u

how to change the time value in mins, currently vaule showing 60mins gap(like 15:30, 16:30)

tomaskir

Right click into the graph -> Presets -> choose what time period you want the graph to show.

anishinc4u

there is no such option..

am working in "dashboard"

anishinc4u

my query is in 2 hours time graph, minutes should be show in between.


Dani@M3T

exactly the transformation script should be:

return ($1 * 8);

As long as I know the counters are in octets (=bytes) so the value is Bytes/sec. If you want to have the value in bits/sec you have to calculate *8. I don't want to be niggling, only for explanation.

Andreas@rc

Quote from: anishinc4u on November 07, 2014, 02:35:19 PM
there is no such option..

am working in "dashboard"

The dashboard view is "fixed" (normally not changed). It's meant to give a summary to whatever you are monitoring.
To change the time slot, you have to edit the dashboard and look at the dashboard elements. There is the option to change the time period.