add delay_rtt graph

[Imported from Trac: page Performance, version 9]
warner 2007-09-26 22:07:00 +00:00
parent bb6d464194
commit 23f97f631e

@ -14,7 +14,7 @@ that). Uploading multiple files at once would increase this.
## Network Speed ## Network Speed
### test results ### Test Results
Using a 3-server testnet in colo and an uploading node at home (on a DSL line Using a 3-server testnet in colo and an uploading node at home (on a DSL line
that gets about 78kBps upstream and has a 14ms ping time to colo) using that gets about 78kBps upstream and has a 14ms ping time to colo) using
@ -34,6 +34,13 @@ The munin
[/tahoe-figleaf-graph/hanford.allmydata.com-tahoe_speedstats_delay.html delay graph] and [/tahoe-figleaf-graph/hanford.allmydata.com-tahoe_speedstats_delay.html delay graph] and
[/tahoe-figleaf-graph/hanford.allmydata.com-tahoe_speedstats_rate.html rate graph] show these Ax+B numbers for a node in colo and a node behind a DSL line. [/tahoe-figleaf-graph/hanford.allmydata.com-tahoe_speedstats_rate.html rate graph] show these Ax+B numbers for a node in colo and a node behind a DSL line.
The
[/tahoe-figleaf-graph/hanford.allmydata.com-tahoe_speedstats_delay_rtt.html delay*RTT graph] shows this per-file delay as a multiple of the average round-trip
time between the client node and the testnet. Much of the work done to upload
a file involves waiting for message to make a round-trip, so expressing the
per-file delay in units of RTT helps to compare the observed performance
against the predicted value.
### Roundtrips ### Roundtrips
The 0.5.1 release requires about 9 roundtrips for each share it uploads. The The 0.5.1 release requires about 9 roundtrips for each share it uploads. The