htop/pcp/meters
Nathan Scott 01f5b89278 Pretty-print values in the PCP DynamicMeter code
Several improvements to the way values are displayed in the
PCP platform DynamicMeter implementation:
- handle the initial 'caption' setting as with regular meters,
  this required a new meter callback because we no longer have
  just a single meter caption for the DynamicMeter case
- if no label is provided for a metric in a configuration file
  use the short form metric name as a fallback
- honour the suffix setting in the configuration file
- convert metric values to the canonical units for htop (kbyte
  and seconds), and use Meter_humanUnit when it makes sense to
  do so.

Also improves the handling of fatal string error messages in a
couple of places, thanks to BenBE for the review feedback.
2021-07-08 10:56:05 +10:00
..
entropy Add a new DynamicMeter class for runtime Meter extension 2021-07-07 10:59:36 +10:00
freespace Add a new DynamicMeter class for runtime Meter extension 2021-07-07 10:59:36 +10:00
ipc Add a new DynamicMeter class for runtime Meter extension 2021-07-07 10:59:36 +10:00
locks Add a new DynamicMeter class for runtime Meter extension 2021-07-07 10:59:36 +10:00
memcache Add a new DynamicMeter class for runtime Meter extension 2021-07-07 10:59:36 +10:00
mysql Pretty-print values in the PCP DynamicMeter code 2021-07-08 10:56:05 +10:00
postfix Pretty-print values in the PCP DynamicMeter code 2021-07-08 10:56:05 +10:00
redis Pretty-print values in the PCP DynamicMeter code 2021-07-08 10:56:05 +10:00
tcp Pretty-print values in the PCP DynamicMeter code 2021-07-08 10:56:05 +10:00