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.17k stars 615 forks source link

Initial spike in network speed graph #155

Closed mxmlnkn closed 8 years ago

mxmlnkn commented 8 years ago

When starting conky after quite some time, the network graphs upspeedgraph and downspeedgraph show a very very large initial spike, which seems to correspond to the value given back by totalup and totaldown. Even when using logarithmic scales this spike of 40MB/s makes every other traffic the next 2 minutes (until the spike leaves the graph to the left) impossible to see. I think this initial traffic should be ignored.

stardiviner commented 8 years ago

+1

txtsd commented 8 years ago

:+1: Please implement this.

karlstiller commented 8 years ago

I'm getting something similar with memgraph. On version 1.10. I've noticed that the graph expands to the right when the spike appears (The left hand side of the graph stays put, but the right side extends further to the right). The spike appears infrequently but usually within one minute.

karlstiller commented 8 years ago

Found my problem regarding the spike in memgraph. It was a malformed line in my .conkyrc file. The original was: ${color grey}RAM: $memgraph 20,130 000000 ffffff

Adding the missing curly brackets: ${color grey}RAM: ${memgraph 20,130 000000 ffffff}

I didn't change this line between the update from the previous version to 1.10.

mxmlnkn commented 8 years ago

@karistiller: Unfortunately this doesn't seem to be the reason, for me.

I will take a look now at the source code and try my best, but I still think the maintainer, whoever that is would need 10 minutes for what I'll need several hours.

mxmlnkn commented 8 years ago

see merge request #182