Ticket #48 (closed defect: wontfix)

Opened 22 months ago

Last modified 22 months ago

widget_bar - add support for independent min and max values for each expression

Reported by: lucasbender@… Owned by: michael
Priority: low Component: lcd4linux
Version: 0.1 Severity: trivial
Keywords: Cc:

Description

As the Bar Widget support two expressions (expression and expression2), why not separate min and max values for each two expressions.

A simple example of use of this feature is for tracking asymmetrical interfaces (network devices) like over a ADSL connection (for example); like in my case the downstream bandwidth is over double than my upstream, and the upstream bar get automatically unscaled because lack of this feature.

Thanks,

Lucas Bender.

Attachments

Change History

Changed 22 months ago by michael

  • priority changed from normal to low
  • status changed from new to closed
  • resolution set to wontfix
  • severity changed from normal to trivial

The reason for not having different min/max values is autoscaling: the whole bar autoscales, that means there is no separate min and max are calculated for lower und upper half.

If you want to scale them independant, you can always add a constant factor to one of the expressions, for example

expression  netdev('eth0', 'Rx_bytes', 500)
expression2 10*netdev('eth1', 'Tx_bytes', 500)

Add/Change #48 (widget_bar - add support for independent min and max values for each expression)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.