down: {{ globalStats.downloadSpeed == undefined ? '--' : byteCount(globalStats.downloadSpeed, 1024) }} up: {{ globalStats.uploadSpeed == undefined ? '--' : byteCount(globalStats.uploadSpeed, 1024 ) }} active: {{ globalStats.numActive }} stopped: {{ globalStats.numStopped }} waiting: {{ globalStats.numWaiting }}

Connection settings
Settings

{{ ((d.totalLength == 0 ) ? '' : ' ' + (d.completedLength / d.totalLength * 100).toFixed(1) + '% ') + d.status}}
{{ d.connections }} {{ byteCount(d.downloadSpeed, 1024) }}/s {{ byteCount(d.uploadSpeed, 1024) }}/s {{ byteCount(d.completedLength, 1024) }}/{{ byteCount(d.totalLength, 1024) }}
{{ $data | json }}