Через gkrellm можна спокійно. Вам буде потрібно інсталювати gkrellmd
man gkrellmd
NAME
gkrellmd - The GNU Krell Monitors Server
...
DESCRIPTION
gkrellmd Listens for connections from gkrellm clients. When a gkrellm client connects to a gkrellmd server all
builtin monitors collect their data from the server. However, the gkrellm process is running on the local
machine, so plugins enabled in gkrellm will collect data from the local context unless the plugin is
client/server capable and has a gkrellmd plugin counterpart which is installed and enabled on the server.
Enabling a gkrellmd plugin installed on a server requires adding a plugin-enable line to a gkrellmd.conf file.
Any command launching from a gkrellm client will run commands on the local machine.
There is no support for file system mounting on the machine where the gkrellmd server is running.
...
EXAMPLE
On the server machine where gkrellmd is installed, copy the sample gkrellmd.conf file from the server subdirec-
tory of the gkrellm source tarball to one of the gkrellmd.conf locations listed in the FILES section and edit it
to set your preferences or to enable plugins. Probably don't set the detached option until you are happy with
the configuration. Run: gkrellmd
On a client machine, run: gkrellm -s server-machine-name
Configure the client gkrellm in its graphical configuration window as you wish, and that's all there is to it.
Of course, if you don't use the default gkrellmd port number you will have to supply an appropriate port argu-
ment to the client gkrellm.
Available plugins will be installed in the plugins-gkrellmd directory locations listed in the FILES section.
You may test enable any of these plugins with the -pe option, but for permanent enabling you should add a plu-
gin-enable line to any gkrellmd.conf file listed in the FILES section. Run gkrellmd -plist to see a list of all
installed plugins and run gkrellmd -plog to see a log of the plugin install process.