vortex-5 / ddwrt-bwmon

An Individual Bandwidth Monitor For DD-WRT
171 stars 37 forks source link

Script timing question #38

Closed creited closed 7 years ago

creited commented 7 years ago

How is this measured under 10 seconds? Is it a mean which is displayed?

How would you suggest to change this timing cycle? What should be changed on the script files?

Thank you!

vortex-5 commented 7 years ago

10 cycles is when every sample is taken it's hard coded and part of bwmonitor-running.sh

bwmon.js also contains a bunch of SCRIPT_INTERVAL = 10 fields.

if you are running lighttpd this is bypassed the script makes a query and can sample how ever often it likes.