Re: gkrellm "net" doesn't play nice with docker: how to remove or ignore-by-regex?
Bill Wilson <[email protected]> Wed, 8 Jun 2016 11:57:13 -0500
| Newsgroups | gmane.comp.gnome.apps.gkrellm |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 8 Jun 2016 06:58:54 +1000 Stuart Longland <[email protected]> wrote: > Docker, when you spin up container instances, creates ephemeral network > interfaces for the container, which have the pattern ^veth[0-9a-f]+$. > > These live for the life of the container, which, is measured in tens of > minutes when doing development work. gkrellm is like an elephant: it > never forgets. > ... > So, a query… is it possible to remove these entries from gkrellm's > memory, either manually, or automatically have it ignore networks that > match a given pattern? I added an option for network interface patterns to ignore to the current git source. It's in the config Builtins->Net->Setup -- Bill Wilson <[email protected]>