Multipliers on charts (Y axis)

Started by bvirgil, October 03, 2012, 05:02:41 PM

Previous topic - Next topic

bvirgil

Hi,

Charts of giga interfaces(bps trafic) have many zeros on a Y axis(very difficult to count zeros). It is a way to "Use multipliers" like "Last values"?

SKYnv

maybe transformation script?

it convert bytes to megabites
sub main()
{
return ((uint64($1)*8)/(1 << 20));
}

Victor Kirhenshtein

Multipliers on charts implemented in 1.2.4.

Best regards,
Victor