0641291ad5
curses: Pass in proper NULL pointer
...
Fix sparse warning:
out_curses.c:433:25: warning: Using plain integer as NULL pointer
Signed-off-by: Thomas Graf <tgraf@suug.ch >
2015-12-16 14:01:51 +01:00
f666ffd0b7
curses: Make float2str static
...
Fix sparse message:
out_curses.c:140:6: warning: symbol 'float2str' was not declared. Should it be static?
Signed-off-by: Thomas Graf <tgraf@suug.ch >
2015-12-16 14:00:39 +01:00
559e31e62f
Merge pull request #30 from tklauser/ip6-link-stats
...
Add additional IPv6 link stats
2015-11-15 18:09:42 -08:00
9a69cb6d59
man: Fix --ouptut typo
...
Reported-by: xiaohuichan@gmail.com
Signed-off-by: Thomas Graf <tgraf@suug.ch >
2015-08-09 18:05:56 +02:00
665c63d4e7
Add additional IPv6 link stats
...
Hook up additional IPv6 link statistics counters available since libnl
v3.2.25. Also add compatibility defines, so bmon can still be compiled
against older libnl versions.
Signed-off-by: Tobias Klauser <tklauser@distanz.ch >
2015-08-06 15:20:07 +02:00
964f48465a
3.8 release
...
Signed-off-by: Thomas Graf <tgraf@suug.ch >
2015-07-25 11:10:41 +02:00
e31a860af6
Update copyright
...
Signed-off-by: Thomas Graf <tgraf@suug.ch >
2015-07-25 11:05:01 +02:00
2027a634a7
netlink: Only disable TC stats if QoS is not available in kernel
...
Up to now, the entire Netlink module was disable if QoS statistics were
not available. Merely disable TC stats themselves but continue using
the input module.
Reported-by: Wen Chiu <Wen.Chiu@brocade.com >
Signed-off-by: Thomas Graf <tgraf@suug.ch >
2015-07-25 10:51:47 +02:00
30946f2d78
bmon 3.7 release
...
Signed-off-by: Thomas Graf <tgraf@suug.ch >
2015-06-30 12:09:54 +02:00
47547eb29f
man: Also mention --use-bit option
...
Signed-off-by: Thomas Graf <tgraf@suug.ch >
2015-06-30 12:05:53 +02:00
21ec49ed67
format: Don't print error message for unavailable attributes
...
Signed-off-by: Thomas Graf <tgraf@suug.ch >
2015-06-30 11:59:48 +02:00
29172c819c
Document -b option
...
Reported-by: Ross Patterson
Signed-off-by: Thomas Graf <tgraf@suug.ch >
2015-06-30 11:50:40 +02:00
2ccea2c56e
Merge pull request #25 from Chocobo1/bits
...
Fix wrong unit displayed when using "--use-bit" option
2015-05-31 18:04:27 +02:00
51a24c315b
Fix wrong unit displayed when using "--use-bit" option
2015-05-31 21:27:52 +08:00
5cecc86856
Fix inconsistency in format module example
2015-05-31 18:53:35 +08:00
5e61c5c0e4
man page: add explaination of SI uints
2015-05-31 16:15:51 +08:00
4645116a57
Merge pull request #24 from tklauser/cross-compile-fix
...
[v2] Explicitly include linux/if.h to fix cross-compile error
2015-04-30 09:45:18 -07:00
c80554be16
Explicitly include linux/if.h to fix cross-compile error
...
When compiling bmon with the Linaro 2014.01 ARM toolchain
(gcc-linaro-arm-linux-gnueabihf-4.8-2014.01_linux) the following compile error occurs:
in_netlink.c: In function ‘do_link’:
in_netlink.c:688:53: error: ‘IFF_UP’ undeclared (first use in this function)
Fix it by explicitly including linux/if.h, where IFF_UP is defined.
Signed-off-by: Tobias Klauser <tklauser@distanz.ch >
2015-04-30 12:00:35 +02:00
2a410be36f
README: Mention that ./autogen.sh must be run after git clone
...
Reported-by: DavidRChristensen
Signed-off-by: Thomas Graf <tgraf@suug.ch >
2015-04-29 17:30:22 +02:00
c1ae292c95
README: Mention ncurses-devel dependency in installation notes
...
Reported-by: DavidRChristensen
Signed-off-by: Thomas Graf <tgraf@suug.ch >
2015-04-29 17:28:31 +02:00
234efb85f6
Merge pull request #20 from Chocobo1/dev
...
assertion failed in libConfuse
2015-04-29 08:25:47 -07:00
229d58c975
using cfg_setint
is triggering an assertion in confuse library, should use cfg_setbool
instead
2015-01-19 20:02:14 +08:00
8fc5a55da4
Merge pull request #19 from halid/master
...
Debian / Ubuntu Installation Procedures
2015-01-08 16:18:53 +01:00
3ecdad6f56
Update README.md
...
make and build-essential package
2015-01-08 14:14:02 +02:00
511e0196e1
Update README.md
...
debian installation procedures
2015-01-08 14:11:38 +02:00
0100916a95
BSD: Provide minimal interface information
...
Including:
- MTU
- Metric
- RX/TX IRQ Quota
Signed-off-by: Thomas Graf <tgraf@suug.ch >
2014-12-16 18:31:27 +01:00
ea065c5619
Provide download link in README.md
...
Signed-off-by: Thomas Graf <tgraf@suug.ch >
2014-11-22 13:40:10 +01:00
baabc8b729
3.6 release
...
Signed-off-by: Thomas Graf <tgraf@suug.ch >
2014-11-22 13:33:24 +01:00
88548ccf96
Merge pull request #18 from gustavoz/master
...
build: uclinux is also linux
2014-11-13 12:13:03 +01:00
c4ed01f272
build: uclinux is also linux
2014-11-11 20:37:21 -03:00
c1d0bb41c7
Fix LICENSE links in README.md
...
Reported-by: Eric Leblond
Signed-off-by: Thomas Graf <tgraf@suug.ch >
2014-09-05 09:39:24 +02:00
7f8d60f40f
3.5 release
...
Signed-off-by: Thomas Graf <tgraf@suug.ch >
2014-08-30 13:36:46 +02:00
6920af805c
travis: Run make distcheck
...
Signed-off-by: Thomas Graf <tgraf@suug.ch >
2014-08-30 13:32:49 +02:00
8b4ce86cc9
Makefile: Fix README.md distribution inclusion
...
Signed-off-by: Thomas Graf <tgraf@suug.ch >
2014-08-30 13:30:30 +02:00
17a4adb0f2
build: fail CI builds if a new warning is introduced
...
Signed-off-by: Thomas Graf <tgraf@suug.ch >
2014-08-25 01:07:19 +02:00
4492ab547c
build: Enable -Wall
...
Signed-off-by: Thomas Graf <tgraf@suug.ch >
2014-08-25 01:07:19 +02:00
a36136ec4d
Annotate unused variables
...
Signed-off-by: Thomas Graf <tgraf@suug.ch >
2014-08-25 01:07:19 +02:00
e3d208905d
Initialize t to silence uninit warning
...
Signed-off-by: Thomas Graf <tgraf@suug.ch >
2014-08-25 01:07:19 +02:00
68bd14ffd1
Remove unused write_column() function
...
Signed-off-by: Thomas Graf <tgraf@suug.ch >
2014-08-25 01:07:19 +02:00
e2df502abc
Remove unused variables
...
Signed-off-by: Thomas Graf <tgraf@suug.ch >
2014-08-25 01:07:19 +02:00
9d89c5bc8e
curses: Handle out of memory return value of of vasprintf()
...
Signed-off-by: Thomas Graf <tgraf@suug.ch >
2014-08-24 22:11:32 +02:00
584ef44252
proc: Silence warning of unhandled fgets() return value
...
Signed-off-by: Thomas Graf <tgraf@suug.ch >
2014-08-24 22:11:02 +02:00
cce438bef3
Add coverity logo to README
...
Signed-off-by: Thomas Graf <tgraf@suug.ch >
2014-08-24 22:08:07 +02:00
41e36f2a66
element: Remove unneeded condition, element is always member of group
...
Fixes: CID 49003
Signed-off-by: Thomas Graf <tgraf@suug.ch >
2014-08-24 20:52:53 +02:00
ccf33755ad
utils: Fix copy_timestamp() accuracy
...
Fixes: CID 49000
Signed-off-by: Thomas Graf <tgraf@suug.ch >
2014-08-24 20:51:00 +02:00
3cff7715ce
curses: Check if value is provided for ngraph
...
Fixes: CID 49001
Signed-off-by: Thomas Graf <tgraf@suug.ch >
2014-08-24 20:48:12 +02:00
22c83ceb1a
proc: Fix leakage of fd if element lookup failed
...
Fixes: CID 49002
Signed-off-by: Thomas Graf <tgraf@suug.ch >
2014-08-24 20:44:53 +02:00
279865c18d
README: Proper image scaling
...
Signed-off-by: Thomas Graf <tgraf@suug.ch >
2014-08-24 15:31:24 +02:00
774d678dfe
Convert README to markdown
...
Signed-off-by: Thomas Graf <tgraf@suug.ch >
2014-08-24 15:30:16 +02:00
b7d371a47c
Fix build status
...
Signed-off-by: Thomas Graf <tgraf@suug.ch >
2014-08-24 15:23:10 +02:00