I have a few questions about a little conky/lua monitor thing I'm conking together.
It looks like this:
First question is about the lua graph.
If I use autoscale it looks like in the picture above, which is (sort of) OK, but it loses any up/down correlation.
If I don't use autoscale it looks like this. It flies right out of the graph border, even though I specify "max=60" - which is the graph height.
Now, obviously it works well with CPU values because they are between 1 and 100.
Network Values are not.
Max= doesn't (seem to) work.
Any ideas of how I could reduce network values to between 1 and 100?
Or any other possible solution?
Code for the conky is here.
The lua widget is here.
It looks like this:
First question is about the lua graph.
If I use autoscale it looks like in the picture above, which is (sort of) OK, but it loses any up/down correlation.
If I don't use autoscale it looks like this. It flies right out of the graph border, even though I specify "max=60" - which is the graph height.
Now, obviously it works well with CPU values because they are between 1 and 100.
Network Values are not.
Max= doesn't (seem to) work.
Any ideas of how I could reduce network values to between 1 and 100?
Or any other possible solution?
Code for the conky is here.
The lua widget is here.