| 121 | |
| 122 | {{{#!div class="box" |
| 123 | = Graphs = |
| 124 | |
| 125 | Those two graphs provide a visual representation of some of the data found on the "connection" and "statistics" panes. |
| 126 | |
| 127 | Both graphs only sample the data once every second and so the lines are interpolated. |
| 128 | |
| 129 | |
| 130 | == Bandwidth == |
| 131 | Shows the amount of data sent and received by the client, as measured by the socket layer, and the number of pixels it receives. |
| 132 | |
| 133 | |
| 134 | == Latency == |
| 135 | This summarizes the latency found on the statistics pane: |
| 136 | * {{{network}}} is the sum of the client and server latencies |
| 137 | * {{{batch delay}}} is exactly as is explained above |
| 138 | * {{{encode and send}}} is the ''Damage Latency'' explained above |
| 139 | * {{{decoding}}} is the ''Decoding Latency'' explained above |
| 140 | * {{{frame total}}} is the more or less the sum of those values (using the average of the network latency, not the sum) |
| 141 | |
| 142 | |
| 143 | ---- |
| 144 | |
| 145 | Caveats: this representation oversimplifies things and glosses over some important details, some (but by no means all) are documented here: [/wiki/WindowRefresh]. |