This is a discussion on [rrd-users] Re: Forcing SI Magnitude within the RRD Users forums, part of the Networking and Network Related category; > Basically I need everything to print in Mbps specifically. The only way > I assumed to handle this would ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
> Basically I need everything to print in Mbps specifically. The only way
> I assumed to handle this would be with a static CDEF of 1000000 and then > print out that number first, so everything afterwards will follow the > same rule with %S. Although RPN expressions without variables 'are not > supported' based on the error I received. Or am I missing something more > obvious in the docs? Try an rpn of dsname,0,*,1000000,+ to get around the "without variables" restriction. -- Unsubscribe mailto:rrd-users-request@list.ee.ethz.ch?subject=unsubscribe Help mailto:rrd-users-request@list.ee.ethz.ch?subject=help Archive http://www.ee.ethz.ch/~slist/rrd-users WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi |