Changes between Version 1 and Version 2 of Ticket #3952, comment 2


Ignore:
Timestamp:
2022-12-13T16:18:04Z (2 years ago)
Author:
itamarst
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3952, comment 2

    v1 v2  
    33Next, I tested over loopback, but with RTT latency of 60ms (30ms one way) artificially added. Bandwidth is quite high, so not likely to be a bottleneck.
    44
    5 * When uploading the 2000 byte file, upload time was 300ms (30ms CPU), and download was 300ms (65ms CPU).
    6 * When uploading a 2MB file, upload time was 700ms (70ms are CPU), and download time was 3200ms (680ms is CPU).
    7 * For 20MB file: upload 3,550ms (CPU 600ms), download 31,200ms (6,200ms CPU).
     5||= File size =||= Upload clock time =||= Upload CPU time =||= Download time =||= Download CPU time =||
     6|| 2KB || 300ms || 30ms || 300ms || 65ms ||
     7|| 2MB || 700ms || 70ms || 3,200ms || 680ms ||
     8|| 20MB || 3,500ms || 600ms || 31,000ms || 6,200ms ||
    89
    910This is all sharing a single CPU core for both client and server, it's one big process.