NetXMS Support Forum

English Support => Feature Requests => Topic started by: bvirgil on October 03, 2012, 05:02:41 PM

Title: Multipliers on charts (Y axis)
Post by: bvirgil on October 03, 2012, 05:02:41 PM
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"?
Title: Re: Multipliers on charts (Y axis)
Post by: SKYnv on October 03, 2012, 05:15:27 PM
maybe transformation script?

it convert bytes to megabites
sub main()
{
return ((uint64($1)*8)/(1 << 20));
}
Title: Re: Multipliers on charts (Y axis)
Post by: Victor Kirhenshtein on October 04, 2012, 08:45:27 AM
Multipliers on charts implemented in 1.2.4.

Best regards,
Victor