Dynamic network map

Started by szenrobi, January 20, 2017, 05:22:27 PM

Previous topic - Next topic

szenrobi

Hi

I would like to make a dynamic network map with a switch and a server. I draw a line between them.
I want to see the used bandwith or transmitted data.
I made what is written in the handbook (see attachment).


But, how can I make to see the throughput not in bps but kbs, Mbps etc ???

Please help me.

Thx
Boby




Andreas@rc

Each DCI has a "Transformation" part to achieve such things.

As we use templates for our default configuration, for each "normal" interface DCI (bps) an additional dummy DCI is created to transform the data.

tomaskir

No need to have multiple DCIs.

You can use a "Format" to format DCIs on maps.
In this case, format the DCIs attached to the link using '%*s', and it will be automatically formatted to K,M,G bps.

szenrobi

Quote from: tomaskir on January 23, 2017, 04:31:15 PM
No need to have multiple DCIs.

You can use a "Format" to format DCIs on maps.
In this case, format the DCIs attached to the link using '%*s', and it will be automatically formatted to K,M,G bps.

Thanks, you are great!!
Many thanks.