-
Notifications
You must be signed in to change notification settings - Fork 7
Bandwidth scheduling
adrian-bl edited this page Feb 7, 2011
·
1 revision
Bitflu can be configured to auto-adjust the 'upspeed' value itself.
Bitflu has a simple 'schedule' command that can change a configuration value at a given time. To display all currently scheduled events execute:
bitflu> schedule list
The 'schedule set' command can be used to create/change a scheduler job. The syntax of 'schedule set' is easy:
schedule set KEYNAME DEFAULTVALUE CUSTOM_VALUE@FROM-TO CUSTOM_VALUE2@FROM-TO ...
So if you would like to upload with 24kb/s from 06:00-22:00 you would execute:
bitflu> schedule set upspeed 50 24@0600-2200
See 'help schedule' for more information