Re: Version 2.3.8

Bill Wilson <[email protected]> Thu, 29 Sep 2016 08:05:55 -0500
Newsgroups gmane.comp.gnome.apps.gkrellm
Message-ID <[email protected]>
On Wed, 28 Sep 2016 22:35:41 +0200
Mohammed Fukeeslum <[email protected]> wrote:

> A quick question:
> 
> Is the fact I'm seeing cpu frequencies of a client machine (connected
> via `gkrellm -s`) instead of the server a bug in gkrellmd or the
> cpufreq plugin?

Plugins manage their own data so the cpufreq plugin would need to
be changed.  Plugins that want to send server data need to build a server
side plugin as well as the normal client side plugin.

One can look at the plugins reference and the source to the gkrellmwho2
and gkrelltop plugins for examples.  Those two have server plugins that
send server data instead of client data when gkrellm -s is run.