]> granicus.if.org Git - sysstat/commit
SVG: Handle dynamically (un)registered network interfaces (2)
authorSebastien GODARD <sysstat@users.noreply.github.com>
Fri, 11 Mar 2016 17:05:50 +0000 (18:05 +0100)
committerSebastien GODARD <sysstat@users.noreply.github.com>
Fri, 11 Mar 2016 17:05:50 +0000 (18:05 +0100)
commit5c3f8860c2258c1fc0d66ec105845e1bec086286
tree312bf804fd51c9d1e0dba448479e9d36dbe5d80e
parent08331515c2e5fa4446348631487d29cbea87b21c
SVG: Handle dynamically (un)registered network interfaces (2)

Commit f5d9bce dealt with network interfaces that can be dynamically
registered or unregistered in /proc/net/dev. But it assumed that network
interfaces appear always at the same position in the /proc/net/dev file.
As this is not necessarily the case, this patch makes sure that we
update the right graph corresponding to the same network interface.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
sa.h
svg_stats.c