LeeVD / plasma-applet-net-bandwidth-monitor

Network bandwidth monitor for plasma using dbus
GNU General Public License v3.0
24 stars 4 forks source link

fix `Accumulated` mode #15

Open CatEricka opened 1 year ago

CatEricka commented 1 year ago

The sampling time of network speed is 0.5 seconds; if you want to calculate the accumulated traffic, you should multiply the speed by the time (which is 0.5s), then add them up.