I am working with Orion Maps (not network atlas) and I want to modify the text displayed next to an interface entity so that it includes TX bps and RX bpbs. I have found that I can do this by editing the text content box for the interface entity and adding the following:
TX: {{{details.outbps}}}
RX: {{{details.inbps}}}
The output is in bits per second - which for this interfaces is a large number. Is there a way I can apply math or scale to this number so that it is in 'kilo', 'mega', or 'giga' bits per second? This would make the output much easier to read.
Ordinarily this would show up if I had two interfaces connected together, however in this case these are interfaces which connect to external equipment that I do not monitor or manage. So, I am unable to create a connection between two interface entities.
Thanks to anyone that can point me in the right direction.
- Dave Kokoszyna
University Of Massachusetts