added more details to readme
This commit is contained in:
22
README.md
22
README.md
@@ -1,3 +1,23 @@
|
||||
# upload-baker
|
||||
|
||||
Auto-adjusts cake (or similar qdisc with bandwidth option) for your upload based on latency.
|
||||
Auto-adjusts cake (or similar qdisc with bandwidth option) for your upload based on latency.
|
||||
|
||||
## How it works
|
||||
|
||||
`upload-baker` monitors your latency to a configurable host periodically.
|
||||
As soon as the latency goes above the configured value (e.g. 50ms), it throttles the upload bandwidth.
|
||||
|
||||
### Examples
|
||||
Some examples below, recorded with telegraf & rendered with grafana.
|
||||
|
||||
#### Throttling
|
||||

|
||||
|
||||
#### Recovery
|
||||
|
||||

|
||||
|
||||
## Limitations
|
||||
The mechanism used is not perfect, meaning increased latency
|
||||
can have more possibly causes than varying upload bandwidth from your isp
|
||||
(which is the main goal this project tries to solve).
|
Reference in New Issue
Block a user