Open
Description
The only issue I have is that Glances uses quite a bit of system resources. It's not a crazy amount, but I feel it's enough to warrant me not wanting it to run full time.
Add functionality so that the glances
(specifically glances -w
in my case) is only started when I access the assigned port (61208
by default). It should also kill the process if the port is not being accessed.
I've tried to do this with systemd sockets
but it seems to be a bit beyond my comprehension level.
Thanks!!