bmon
bmon copied to clipboard
bandwidth monitor and rate estimator
It would be nice if the keybindings for movement get configurable. At the moment only arrow keys work, but I'm sure Vim and Emacs users would be super happy to...
This changes allows compilation and function in OpenBSD (6.9). Thanks for keeping this project up.
I want to monitor the upload and download bandwidths, so I am using a command like this: $ bmon --policy=wlp5s0 --use-si --output format:fmt='$(element:name)\t$(attr:rxrate:bytes)\t$(attr:txrate:bytes)\n' wlp5s0 0.00 0.00 wlp5s0 53.99 81.99 wlp5s0...
In ipv4-only systems we do not need to waste space with empty ipv6 data.
When I use `bmon r 1`, things behave normally: the rate is updated every second and the graph marches by. When I use `bmon r 2`, the rate is updated...
Hi, Seen a segfault in dmesg: bmon[16429] segfault at 7ffe54c89ff8 ip 00007f2366d8e4b3 sp 00007ffe54c8a000 error 6 in libc-2.27.so[7f2366d00000+1e7000] This is an AWS Ubuntu 18.04.4 LTS instance with kernel: Linux ip-10-0-1-254...
Hi, I have a non-standard location for ncurses include and lib. The compiler seems to pick up the header and libs fine via environment, but the configure script doesn't seem...
``` CC bmon-utils.o In file included from utils.c:31: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/mach/clock.h:13: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/mach/mig_errors.h:113:34: error: use of undeclared identifier 'unused' __NDR_convert__mig_reply_error_t(__unused mig_reply_error_t *x) ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:161:40: note: expanded from macro '__unused'...