Skip to content

Randy 1.6.0 - It's part of the burger Ted

Compare
Choose a tag to compare
@iphands iphands released this 28 Nov 11:41
· 52 commits to main since this release

Changes since 1.5.0

Networking module

Reports throughput up/down in {K,M,G} bytes per second.
Example config:

  - text: NETWORKING
    type: net
    items:
      - name: Intel nic
        interface: ige00
      - name: Connect X3
        interface: mel00

Speed improvements

  • Cache reader and exit early in do_fs
  • Took get_cpu_mhz from 10ms to sub 1ms
  • Don't clean up of proc/pid BufReaders on every frame, wait a few
  • Lots of switches to iter chains from for loops

Misc

  • Better looking defaults
  • Let users configure the "bar" heights in config Yaml