NetXMS Support Forum

English Support => General Support => Topic started by: anishinc4u on November 07, 2014, 11:51:33 AM

Title: How to change the DCI vaule to Kbps
Post by: anishinc4u on November 07, 2014, 11:51:33 AM
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
Title: Re: How to change the DCI vaule to Kbps
Post by: tomaskir on November 07, 2014, 01:28:19 PM
Insert into transformation script

return ($1 * 10);
Title: Re: How to change the DCI vaule to Kbps
Post by: anishinc4u on November 07, 2014, 01:39:27 PM
Thank You  :D
Title: Re: How to change the DCI vaule to Kbps
Post by: anishinc4u on November 07, 2014, 01:58:14 PM
how to change the time value in mins, currently vaule showing 60mins gap(like 15:30, 16:30)
Title: Re: How to change the DCI vaule to Kbps
Post by: tomaskir on November 07, 2014, 02:27:18 PM
Right click into the graph -> Presets -> choose what time period you want the graph to show.
Title: Re: How to change the DCI vaule to Kbps
Post by: anishinc4u on November 07, 2014, 02:35:19 PM
there is no such option..

am working in "dashboard"
Title: Re: How to change the DCI vaule to Kbps
Post by: anishinc4u on November 07, 2014, 02:41:36 PM
my query is in 2 hours time graph, minutes should be show in between.

Title: Re: How to change the DCI vaule to Kbps
Post by: Dani@M3T on November 07, 2014, 04:03:55 PM
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.
Title: Re: How to change the DCI vaule to Kbps
Post by: Andreas@rc on November 07, 2014, 05:03:24 PM
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.