brndnmtthws / conky

Light-weight system monitor for X, Wayland (sort of), and other things, too
https://conky.cc
GNU General Public License v3.0
7.27k stars 620 forks source link

up/downspeedgraph autoscales even with defined scale parameter #891

Closed cppt closed 1 year ago

cppt commented 5 years ago

Looking to tweak the up/downspeedgraph objects in my conky.conf file to make the graphed values relative to a max value rather than, by default, autoscaling depending on the amount of traffic.

Adjusting the scale parameter to a little above my connection speed (100 Mb/s), the graph still autoscales, such that even with limited traffic up or down, the graph occasionally fills most of the plot.

I'm using the below line in my config file. Why doesn't the below remove autoscaling?

${downspeedgraph wlp2s0 20,250 DimGray DimGray 14000}

lasers commented 5 years ago

Why doesn't the below remove autoscaling?

I tried various parameters and nothing worked. This might be broken for quite a long time because I tried git bisect to find a bad commit. I only can go as far back to 1.10.8_pre and it printed the same thing. Some graphs (in the screenshot below) contains -t. I think you just found a bug.

2019-10-06-023503_260x665_scrot

cppt commented 5 years ago

@lasers thanks for this. What's the protocol for getting the bug fixed then?

lasers commented 5 years ago

There is no protocol. Anything goes. Helping is helping.

It's not always the collaborators or the owner that does everything.

Conky and other projects likely accepts contributions, bugfixes, new features, etc from anyone that want to fix or contribute. If you want to try fixing this or other issues, then go ahead and try that.

I'm here to help out what I can -- Addressing issues, trying out the pull requests, occasioanlly helping out users with their conky troubleshooting, fixing up docs + wiki, etc... and nothing to do with the code.

cppt commented 5 years ago

workaround to this. for some reason, the below achieves the fixed plot: ${color DimGray}${upspeedgraph wlp2s0 20,250 1400}

pbtsrc commented 4 years ago

It seems the scale parameter of the up/downspeedgraph is in B/s now, not in kB/s So just add 000 to the current value

github-actions[bot] commented 1 year ago

This issue is stale because it has been open 365 days with no activity. Remove stale label or comment, or this issue will be closed in 30 days.

github-actions[bot] commented 1 year ago

This issue was closed because it has been stalled for 30 days with no activity.