Stopwatch
Benchmark report #12324
Google Compute Engine – Custom - 1CORE-2.75GB
Report
Share test result

Test results for Custom - 1CORE-2.75GB at Google Compute Engine


Server specs:


Intel(R) Xeon(R) CPU @ 2.20GHz
983 MB RAM / 10 GB disk space
Ubuntu 18.04 Bionic

Benchmark results summary:


UnixBench - 955.2
Disk Read - 0 MB/s
Disk Write - 123 MB/s
Bandwidth - 1327.97 MB/s

More: https://serverscope.io/trials/XPL3
Share
Share this page
Cpu chip
Server Specs
CPU
Intel(R) Xeon(R) CPU @ 2.20GHz
CPU Cores
1 × 2200 MHz
RAM
983 MB
Disk
10 GB
OS
Ubuntu 18.04 Bionic
Benchmark summary
Benchmark summary
UnixBench
955.2
Disk Read
0 MB/s
Disk Write
123 MB/s
Bandwidth
1327.97 Mbit/s
Speedtest
9.3 Mbit/s
Graph analysis
UnixBench Score
UnixBench (one CPU)
955.2
Terminal
Raw Output
gcc -o pgms/arithoh -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME -Darithoh src/arith.c 
gcc -o pgms/register -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME -Ddatum="register int" src/arith.c 
gcc -o pgms/short -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME -Ddatum=short src/arith.c 
gcc -o pgms/int -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME -Ddatum=int src/arith.c 
gcc -o pgms/long -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME -Ddatum=long src/arith.c 
gcc -o pgms/float -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME -Ddatum=float src/arith.c 
gcc -o pgms/double -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME -Ddatum=double src/arith.c 
gcc -o pgms/hanoi -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME src/hanoi.c 
gcc -o pgms/syscall -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME src/syscall.c 
gcc -o pgms/context1 -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME src/context1.c 
gcc -o pgms/pipe -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME src/pipe.c 
src/pipe.c: In function xe2x80x98mainxe2x80x99:
src/pipe.c:52:2: warning: ignoring return value of xe2x80x98pipexe2x80x99, declared with attribute warn_unused_result [-Wunused-result]
  pipe(pvec);
  ^~~~~~~~~~
gcc -o pgms/spawn -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME src/spawn.c 
gcc -o pgms/execl -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME src/execl.c 
In file included from src/execl.c:34:0:
src/big.c: In function xe2x80x98dummyxe2x80x99:
src/big.c:109:5: warning: ignoring return value of xe2x80x98freopenxe2x80x99, declared with attribute warn_unused_result [-Wunused-result]
     freopen("masterlog.00", "a", stderr);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/big.c:197:6: warning: ignoring return value of xe2x80x98freopenxe2x80x99, declared with attribute warn_unused_result [-Wunused-result]
      freopen(logname, "w", stderr);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/big.c:221:3: warning: ignoring return value of xe2x80x98dupxe2x80x99, declared with attribute warn_unused_result [-Wunused-result]
   dup(pvec[0]);
   ^~~~~~~~~~~~
src/big.c:225:6: warning: ignoring return value of xe2x80x98freopenxe2x80x99, declared with attribute warn_unused_result [-Wunused-result]
      freopen(logname, "w", stderr);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/big.c:318:4: warning: ignoring return value of xe2x80x98writexe2x80x99, declared with attribute warn_unused_result [-Wunused-result]
    write(fcopy, cp->line, p - cp->line + 1);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/big.c:196:34: warning: xe2x80x98%02dxe2x80x99 directive writing between 2 and 10 bytes into a region of size 5 [-Wformat-overflow=]
      sprintf(logname, "masterlog.%02d", firstuser/MAXCHILD);
                                  ^~~~
src/big.c:196:23: note: directive argument in the range [-178956970, 178956970]
      sprintf(logname, "masterlog.%02d", firstuser/MAXCHILD);
                       ^~~~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:862:0,
                 from src/execl.c:25:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: xe2x80x98__builtin___sprintf_chkxe2x80x99 output between 13 and 21 bytes into a destination of size 15
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -o pgms/dhry2 -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME -DHZ= ./src/dhry_1.c ./src/dhry_2.c
gcc -o pgms/dhry2reg -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME -DHZ= -DREG=register ./src/dhry_1.c ./src/dhry_2.c
gcc -o pgms/looper -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME src/looper.c 
gcc -o pgms/fstime -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME src/fstime.c 
gcc -o pgms/whetstone-double -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME -DDP -DUNIX -DUNIXBENCH src/whets.c -lm
make all
make[1]: Entering directory "/home/lamxunghn5634d/serverscope-DXjTE3/byte-unixbench/UnixBench"
make distr
make[2]: Entering directory "/home/lamxunghn5634d/serverscope-DXjTE3/byte-unixbench/UnixBench"
Checking distribution of files
./pgms  exists
./src  exists
./testdir  exists
make[2]: Leaving directory "/home/lamxunghn5634d/serverscope-DXjTE3/byte-unixbench/UnixBench"
make programs
make[2]: Entering directory "/home/lamxunghn5634d/serverscope-DXjTE3/byte-unixbench/UnixBench"
make[2]: Nothing to be done for "programs".
make[2]: Leaving directory "/home/lamxunghn5634d/serverscope-DXjTE3/byte-unixbench/UnixBench"
make[1]: Leaving directory "/home/lamxunghn5634d/serverscope-DXjTE3/byte-unixbench/UnixBench"
sh: 1: 3dinfo: not found

   #    #  #    #  #  #    #          #####   ######  #    #   ####   #    #
   #    #  ##   #  #   #  #           #    #  #       ##   #  #    #  #    #
   #    #  # #  #  #    ##            #####   #####   # #  #  #       ######
   #    #  #  # #  #    ##            #    #  #       #  # #  #       #    #
   #    #  #   ##  #   #  #           #    #  #       #   ##  #    #  #    #
    ####   #    #  #  #    #          #####   ######  #    #   ####   #    #

   Version 5.1.3                      Based on the Byte Magazine Unix Benchmark

   Multi-CPU version                  Version 5 revisions by Ian Smith,
                                      Sunnyvale, CA, USA
   January 13, 2011                   johantheghost at yahoo period com


1 x Dhrystone 2 using register variables  1 2 3 4 5 6 7 8 9 10

1 x Double-Precision Whetstone  1 2 3 4 5 6 7 8 9 10

1 x Execl Throughput  1 2 3

1 x File Copy 1024 bufsize 2000 maxblocks  1 2 3

1 x File Copy 256 bufsize 500 maxblocks  1 2 3

1 x File Copy 4096 bufsize 8000 maxblocks  1 2 3

1 x Pipe Throughput  1 2 3 4 5 6 7 8 9 10

1 x Pipe-based Context Switching  1 2 3 4 5 6 7 8 9 10

1 x Process Creation  1 2 3

1 x System Call Overhead  1 2 3 4 5 6 7 8 9 10

1 x Shell Scripts (1 concurrent)  1 2 3

1 x Shell Scripts (8 concurrent)  1 2 3

========================================================================
   BYTE UNIX Benchmarks (Version 5.1.3)

   System: instance-2: GNU/Linux
   OS: GNU/Linux -- 5.0.0-1021-gcp -- #21~18.04.1-Ubuntu SMP Mon Oct 7 04:51:28 UTC 2019
   Machine: x86_64 (x86_64)
   Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8")
   CPU 0: Intel(R) Xeon(R) CPU @ 2.20GHz (4400.0 bogomips)
          Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
   16:24:12 up 22 min,  1 user,  load average: 7.96, 4.90, 2.14; runlevel 2019-11-10

------------------------------------------------------------------------
Benchmark Run: Sun Nov 10 2019 16:24:12 - 16:52:25
1 CPU in system; running 1 parallel copy of tests

Dhrystone 2 using register variables       33813698.9 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                     4544.0 MWIPS (10.5 s, 7 samples)
Execl Throughput                               3579.5 lps   (30.0 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks        479717.0 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks          139886.9 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks       1156468.3 KBps  (30.0 s, 2 samples)
Pipe Throughput                              751118.3 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                 161681.6 lps   (10.0 s, 7 samples)
Process Creation                               9588.3 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                   7057.1 lpm   (60.0 s, 2 samples)
Shell Scripts (8 concurrent)                    896.1 lpm   (60.0 s, 2 samples)
System Call Overhead                         460992.2 lps   (10.0 s, 7 samples)

System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0   33813698.9   2897.5
Double-Precision Whetstone                       55.0       4544.0    826.2
Execl Throughput                                 43.0       3579.5    832.5
File Copy 1024 bufsize 2000 maxblocks          3960.0     479717.0   1211.4
File Copy 256 bufsize 500 maxblocks            1655.0     139886.9    845.2
File Copy 4096 bufsize 8000 maxblocks          5800.0    1156468.3   1993.9
Pipe Throughput                               12440.0     751118.3    603.8
Pipe-based Context Switching                   4000.0     161681.6    404.2
Process Creation                                126.0       9588.3    761.0
Shell Scripts (1 concurrent)                     42.4       7057.1   1664.4
Shell Scripts (8 concurrent)                      6.0        896.1   1493.5
System Call Overhead                          15000.0     460992.2    307.3
                                                                   ========
System Benchmarks Index Score                                         955.2

Hard drive
dd
dd if=/dev/zero of=benchmark bs=64K count=32K conv=fdatasync
32768+0 records in
32768+0 records out
2147483648 bytes (2.1 GB, 2.0 GiB) copied, 28.5928 s, 75.1 MB/s


dd if=/dev/zero of=benchmark bs=1M count=2048 conv=fdatasync
2048+0 records in
2048+0 records out
2147483648 bytes (2.1 GB, 2.0 GiB) copied, 28.5181 s, 75.3 MB/s


Hard drive
FIO random read
Performance
0.6 MB/s
IOPS
153
./fio --time_based --name=benchmark --size=256M --runtime=60 --randrepeat=1 --iodepth=32 --invalidate=1 --verify=0 --verify_fatal=0 --numjobs=8 --rw=randread --blocksize=4k --group_reporting
benchmark: (g=0): rw=randread, bs=4K-4K/4K-4K/4K-4K, ioengine=sync, iodepth=32
...
fio-2.8
Starting 8 processes
benchmark: Laying out IO file(s) (1 file(s) / 256MB)
benchmark: Laying out IO file(s) (1 file(s) / 256MB)
benchmark: Laying out IO file(s) (1 file(s) / 256MB)
benchmark: Laying out IO file(s) (1 file(s) / 256MB)
benchmark: Laying out IO file(s) (1 file(s) / 256MB)
benchmark: Laying out IO file(s) (1 file(s) / 256MB)
benchmark: Laying out IO file(s) (1 file(s) / 256MB)
benchmark: Laying out IO file(s) (1 file(s) / 256MB)

benchmark: (groupid=0, jobs=8): err= 0: pid=11514: Sun Nov 10 16:21:08 2019
  read : io=36792KB, bw=627393B/s, iops=153, runt= 60050msec
    clat (usec): min=352, max=165030, avg=52192.61, stdev=12911.41
     lat (usec): min=352, max=165031, avg=52193.47, stdev=12911.39
    clat percentiles (usec):
     |  1.00th=[  588],  5.00th=[36608], 10.00th=[39680], 20.00th=[43776],
     | 30.00th=[46848], 40.00th=[48896], 50.00th=[51456], 60.00th=[54016],
     | 70.00th=[56576], 80.00th=[60672], 90.00th=[66048], 95.00th=[72192],
     | 99.00th=[88576], 99.50th=[95744], 99.90th=[128512], 99.95th=[136192],
     | 99.99th=[164864]
    bw (KB  /s): min=   52, max=  335, per=12.46%, avg=76.26, stdev=17.08
    lat (usec) : 500=0.46%, 750=0.76%, 1000=0.01%
    lat (msec) : 4=0.02%, 10=0.09%, 20=0.09%, 50=42.91%, 100=55.27%
    lat (msec) : 250=0.39%
  cpu          : usr=0.05%, sys=0.11%, ctx=9250, majf=0, minf=82
  IO depths    : 1=100.0%, 2=0.0%, 4=0.0%, 8=0.0%, 16=0.0%, 32=0.0%, >=64=0.0%
     submit    : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.0%, >=64=0.0%
     complete  : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.0%, >=64=0.0%
     issued    : total=r=9198/w=0/d=0, short=r=0/w=0/d=0, drop=r=0/w=0/d=0
     latency   : target=0, window=0, percentile=100.00%, depth=32

Run status group 0 (all jobs):
   READ: io=36792KB, aggrb=612KB/s, minb=612KB/s, maxb=612KB/s, mint=60050msec, maxt=60050msec

Disk stats (read/write):
  sda: ios=9194/9, merge=0/8, ticks=479190/463, in_queue=461348, util=48.71%
Hard drive
FIO random direct read
Performance
0.59 MB/s
IOPS
151
./fio --time_based --name=benchmark --size=256M --runtime=60 --randrepeat=1 --iodepth=32 --direct=1 --invalidate=1 --verify=0 --verify_fatal=0 --numjobs=8 --rw=randread --blocksize=4k --group_reporting
benchmark: (g=0): rw=randread, bs=4K-4K/4K-4K/4K-4K, ioengine=sync, iodepth=32
...
fio-2.8
Starting 8 processes

benchmark: (groupid=0, jobs=8): err= 0: pid=11538: Sun Nov 10 16:22:08 2019
  read : io=36504KB, bw=622472B/s, iops=151, runt= 60051msec
    clat (usec): min=479, max=158990, avg=52606.80, stdev=11902.13
     lat (usec): min=479, max=158990, avg=52607.37, stdev=11902.10
    clat percentiles (msec):
     |  1.00th=[   26],  5.00th=[   37], 10.00th=[   40], 20.00th=[   44],
     | 30.00th=[   47], 40.00th=[   50], 50.00th=[   52], 60.00th=[   55],
     | 70.00th=[   58], 80.00th=[   61], 90.00th=[   68], 95.00th=[   74],
     | 99.00th=[   88], 99.50th=[   95], 99.90th=[  114], 99.95th=[  119],
     | 99.99th=[  159]
    bw (KB  /s): min=   58, max=  156, per=12.46%, avg=75.64, stdev= 7.31
    lat (usec) : 500=0.02%, 750=0.03%, 1000=0.01%
    lat (msec) : 2=0.02%, 4=0.01%, 10=0.19%, 20=0.45%, 50=42.17%
    lat (msec) : 100=56.76%, 250=0.34%
  cpu          : usr=0.04%, sys=0.11%, ctx=9170, majf=0, minf=74
  IO depths    : 1=100.0%, 2=0.0%, 4=0.0%, 8=0.0%, 16=0.0%, 32=0.0%, >=64=0.0%
     submit    : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.0%, >=64=0.0%
     complete  : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.0%, >=64=0.0%
     issued    : total=r=9126/w=0/d=0, short=r=0/w=0/d=0, drop=r=0/w=0/d=0
     latency   : target=0, window=0, percentile=100.00%, depth=32

Run status group 0 (all jobs):
   READ: io=36504KB, aggrb=607KB/s, minb=607KB/s, maxb=607KB/s, mint=60051msec, maxt=60051msec

Disk stats (read/write):
  sda: ios=9152/14, merge=0/10, ticks=481248/595, in_queue=463532, util=48.72%
Hard drive
FIO random write
Performance
123.87 MB/s
IOPS
31709
./fio --time_based --name=benchmark --size=256M --runtime=60 --filename=benchmark --randrepeat=1 --iodepth=32 --invalidate=1 --verify=0 --verify_fatal=0 --numjobs=8 --rw=randwrite --blocksize=4k --group_reporting
benchmark: (g=0): rw=randwrite, bs=4K-4K/4K-4K/4K-4K, ioengine=sync, iodepth=32
...
fio-2.8
Starting 8 processes

benchmark: (groupid=0, jobs=8): err= 0: pid=11575: Sun Nov 10 16:24:09 2019
  write: io=7450.6MB, bw=126838KB/s, iops=31709, runt= 60150msec
    clat (usec): min=1, max=477751, avg=233.82, stdev=7065.88
     lat (usec): min=1, max=477751, avg=233.99, stdev=7067.53
    clat percentiles (usec):
     |  1.00th=[    2],  5.00th=[    2], 10.00th=[    2], 20.00th=[    3],
     | 30.00th=[    3], 40.00th=[    3], 50.00th=[    3], 60.00th=[    3],
     | 70.00th=[    4], 80.00th=[    4], 90.00th=[    4], 95.00th=[    4],
     | 99.00th=[   11], 99.50th=[   25], 99.90th=[55552], 99.95th=[216064],
     | 99.99th=[288768]
    bw (KB  /s): min=    0, max=258475, per=13.47%, avg=17084.94, stdev=11180.77
    lat (usec) : 2=0.03%, 4=67.72%, 10=31.00%, 20=0.63%, 50=0.30%
    lat (usec) : 100=0.04%, 250=0.01%, 500=0.01%, 750=0.01%, 1000=0.01%
    lat (msec) : 2=0.01%, 4=0.02%, 10=0.05%, 20=0.04%, 50=0.04%
    lat (msec) : 100=0.02%, 250=0.06%, 500=0.02%
  cpu          : usr=0.44%, sys=1.37%, ctx=15811, majf=0, minf=83
  IO depths    : 1=100.0%, 2=0.0%, 4=0.0%, 8=0.0%, 16=0.0%, 32=0.0%, >=64=0.0%
     submit    : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.0%, >=64=0.0%
     complete  : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.0%, >=64=0.0%
     issued    : total=r=0/w=1907326/d=0, short=r=0/w=0/d=0, drop=r=0/w=0/d=0
     latency   : target=0, window=0, percentile=100.00%, depth=32

Run status group 0 (all jobs):
  WRITE: io=7450.6MB, aggrb=126837KB/s, minb=126837KB/s, maxb=126837KB/s, mint=60150msec, maxt=60150msec

Disk stats (read/write):
  sda: ios=0/277604, merge=0/10257, ticks=0/7681464, in_queue=7139204, util=99.79%
Hard drive
FIO random direct write
Performance
1.29 MB/s
IOPS
330
./fio --time_based --name=benchmark --size=256M --runtime=60 --filename=benchmark --randrepeat=1 --iodepth=32 --direct=1 --invalidate=1 --verify=0 --verify_fatal=0 --numjobs=8 --rw=randwrite --blocksize=4k --group_reporting
benchmark: (g=0): rw=randwrite, bs=4K-4K/4K-4K/4K-4K, ioengine=sync, iodepth=32
...
fio-2.8
Starting 8 processes
benchmark: Laying out IO file(s) (1 file(s) / 256MB)

benchmark: (groupid=0, jobs=8): err= 0: pid=11551: Sun Nov 10 16:23:08 2019
  write: io=79456KB, bw=1323.8KB/s, iops=330, runt= 60026msec
    clat (usec): min=491, max=513705, avg=24160.85, stdev=84381.58
     lat (usec): min=492, max=513706, avg=24161.56, stdev=84381.60
    clat percentiles (usec):
     |  1.00th=[  588],  5.00th=[  692], 10.00th=[ 1896], 20.00th=[ 3152],
     | 30.00th=[ 3248], 40.00th=[ 3280], 50.00th=[ 3312], 60.00th=[ 3344],
     | 70.00th=[ 3376], 80.00th=[ 3408], 90.00th=[ 3536], 95.00th=[284672],
     | 99.00th=[432128], 99.50th=[448512], 99.90th=[477184], 99.95th=[489472],
     | 99.99th=[505856]
    bw (KB  /s): min=   13, max=  440, per=12.71%, avg=168.11, stdev=45.16
    lat (usec) : 500=0.01%, 750=6.74%, 1000=2.69%
    lat (msec) : 2=0.70%, 4=82.85%, 10=0.84%, 20=0.01%, 50=0.02%
    lat (msec) : 100=0.03%, 250=0.24%, 500=5.88%, 750=0.01%
  cpu          : usr=0.06%, sys=0.29%, ctx=41022, majf=0, minf=89
  IO depths    : 1=100.0%, 2=0.0%, 4=0.0%, 8=0.0%, 16=0.0%, 32=0.0%, >=64=0.0%
     submit    : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.0%, >=64=0.0%
     complete  : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.0%, >=64=0.0%
     issued    : total=r=0/w=19864/d=0, short=r=0/w=0/d=0, drop=r=0/w=0/d=0
     latency   : target=0, window=0, percentile=100.00%, depth=32

Run status group 0 (all jobs):
  WRITE: io=79456KB, aggrb=1323KB/s, minb=1323KB/s, maxb=1323KB/s, mint=60026msec, maxt=60026msec

Disk stats (read/write):
  sda: ios=16/19905, merge=0/1125, ticks=166/59152, in_queue=1396, util=99.76%
Download
Download benchmark results
Download speed
1327.97 Mbit/s
Downloaded 104857600 bytes in 0.658126 sec
Downloaded 104857600 bytes in 0.577542 sec
Downloaded 104857600 bytes in 0.552366 sec
Downloaded 104857600 bytes in 0.600328 sec
Downloaded 104857600 bytes in 0.623753 sec
Finished! Average download speed is 1327.97 Mbit/s
Upload
Speedtest results
Upload speed
9.3 Mbit/s
Retrieving speedtest.net configuration...
Retrieving speedtest.net server list...
Testing from Google Cloud ...
Selecting 15 servers that are not too close:
  1. China Unicom Lanzhou Branch Co.Ltd (Lanzhou) [158.10 km]: 539.227 ms
  2. China Telecom (Lanzhou) [158.10 km]: 99.572 ms
  3. Lanzhou,China Mobile,Gansu (Lanzhou) [158.10 km]: 387.894 ms
  4. Chinaunicom Ningxia branch (Ningxia) [180.24 km]: 379.712 ms
  5. Xi'an branch,Chinaunicom (Xi'an) [365.99 km]: 210.625 ms
  6. Shaanxi china mobile (xixe2x80x98an) [367.63 km]: 550.776 ms
  7. ChinaMobile,Ningxia (Yinchuan) [402.96 km]: 546.074 ms
  8. China Unicom (Chengdu) [490.58 km]: 214.699 ms
  9. China Mobile Group Sichuan Co.,Ltd. (Chengdu) [490.58 km]: 348.849 ms
  10. Sichuan Mobile Network Optimization Center (Chengdu) [499.94 km]: 395.123 ms
  11. Chongqing Mobile Company (Chongqing) [622.73 km]: 380.581 ms
  12. China Telecom (Chongqing) [622.73 km]: 287.206 ms
  13. CCN (Chongqing) [622.73 km]: 303.482 ms
  14. shanxi CMCC 5G (Taiyuan) [747.50 km]: 284.01 ms
  15. Henan CMCC 5G (Zhengzhou) [787.11 km]: 857.899 ms
Testing upload speeds
  1. China Unicom Lanzhou Branch Co.Ltd (Lanzhou):......................... 10.94 Mbit/s
  2. China Telecom (Lanzhou):                     ......................... 0.59 Mbit/s
  3. Lanzhou,China Mobile,Gansu (Lanzhou):        ......................... 4.60 Mbit/s
  4. Chinaunicom Ningxia branch (Ningxia):        ......................... 9.11 Mbit/s
  5. Xi'an branch,Chinaunicom (Xi'an):            ......................... 21.88 Mbit/s
  6. Shaanxi china mobile (xixe2x80x98an):              ......................... 0.97 Mbit/s
  7. ChinaMobile,Ningxia (Yinchuan):              ......................... 11.12 Mbit/s
  8. China Unicom (Chengdu):                      ......................... 17.88 Mbit/s
  9. China Mobile Group Sichuan Co.,Ltd. (Chengdu):......................... 4.81 Mbit/s
  10. Sichuan Mobile Network Optimization Center (Chengdu):......................... 0.00 Mbit/s
  11. Chongqing Mobile Company (Chongqing):       ......................... 12.04 Mbit/s
  12. China Telecom (Chongqing):                  ......................... 0.78 Mbit/s
  13. CCN (Chongqing):                            ......................... 39.48 Mbit/s
  14. shanxi CMCC 5G (Taiyuan):                   ......................... 4.55 Mbit/s
  15. Henan CMCC 5G (Zhengzhou):                  ......................... 0.80 Mbit/s
Average upload speed is 9.30 Mbit/s