vortex-5 / ddwrt-bwmon

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

DDWRT has added lighttpd support with php5 #6

Closed vortex-5 closed 9 years ago

vortex-5 commented 9 years ago

This should be enough support to add the most significant improvement in a while better real time bandwidth monitoring.

Current: We sample the bandwidth once every 10 seconds and save that to a file. The user cannot change this interval since it will break the calculations. We also need to perform a write every 10 seconds and a calculation every 10 seconds including a divide by 10 which is expensive.

Improvments:

Proposed implementation:

vortex-5 commented 9 years ago

Initial version is in a private branch (lighttpd) it is not yet ready for public release it is now undergoing testing.