Re: gkrellm "net" doesn't play nice with docker: how to remove or ignore-by-regex?

Adam Nielsen <[email protected]> Wed, 8 Jun 2016 08:02:30 +1000
Newsgroups gmane.comp.gnome.apps.gkrellm
Message-ID <[email protected]>
> 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've done this before, manually, by removing the relevant lines from
~/.gkrellm2/user-config.

I guess you could use a sed script to remove any lines that start with
"net" and contain one of the network interfaces you want to remove.  If
you do that before gkrellm launches then you should only see interfaces
new for that instance.

Cheers,
Adam.