udda / multiload-ng

Modern graphical system monitor for any panel
http://udda.github.io/multiload-ng
GNU General Public License v2.0
146 stars 22 forks source link

Generic Monitor Graph #11

Closed haarp closed 8 years ago

haarp commented 8 years ago

Hello, thanks for continuing to develop this nifty plugin!

I have a feature request to expand the usefulness further. Xfce4 has the "genmon" panel plugin, which allows showing arbitrary script output directly on the panel. The same could be done with graphs.

Let's use 1000 as the maximum value, then have the defined script output something like:

200 100 350

the graph would show 200/1000 (20%) in the first defined color, 10% as second color, 35% as third color and the rest with the background color. :)

udda commented 8 years ago

Hello! I've been working to this feature in the last few days. At the moment it's marked experimental but you can test it with appropriate ./configure flag.

It will be called "parametric graph", and it will soon be marked stable. Expect this in lastest git code today, will push in a few hours :)

udda commented 8 years ago

Parametric graph has now stable status! You can test it with lastest git code. In the future it will have the ability to parse multiple values, at the moment it handles programs/scripts that:

haarp commented 8 years ago

Ooh, nice, thanks a lot! This seems to be working well so far.

A few things I noticed while playing around with this version:

udda commented 8 years ago

Yeah that works but it's not yet production ready :) glad to know you like it!

About your complains, most of them are already planned to do before release:

Stay tuned, and feel free to open another issue if something goes wrong. Thank you!