Skip to content

v0.5: *** empty log message ***

Compare
Choose a tag to compare
@vgropp vgropp released this 23 Jul 12:52
· 135 commits to main since this release

Short list of changes

  • added: outfile and daemonize for html output
  • added: for IRIX
  • added: bit/second output (Eckhoff <mreckhof(at)gmail.com>)
  • added: errors/s output
  • removed: -p and -b, added -u/--unit
  • added: max stats (--type,-T and 't')
  • added: sum stats
  • moved: alot functions from retrieve.c into process.c
  • added: average stats
  • output.c: moved help output into help.c
  • help.c,curses.c: added onlinehelp for curses output (key 'h')
  • curses.c,bwm-ng.c: resize term in curses output
  • fixed: libstatgrab input segfault
  • fixed: /etc/bwm-ng.conf and ~/.bwm-ng.conf were not skipped if configfile was specified in cmdline
  • added: optional argument for -D, -S and -d
  • bwm-ng.1: added manpage
  • configure.in: added configure --disable-extendedstats to compile w/o avg, sum and max
  • fixed: compile on MacOSX 10.1
  • curses.c: fallback to plain output if curses init fails
  • configure.in: added --enable-debug for -g3 and future use #define DEBUG