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);
^
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 "/root/serverscope/byte-unixbench/UnixBench"
make distr
make[2]: Entering directory "/root/serverscope/byte-unixbench/UnixBench"
Checking distribution of files
./pgms exists
./src exists
./testdir exists
make[2]: Leaving directory "/root/serverscope/byte-unixbench/UnixBench"
make programs
make[2]: Entering directory "/root/serverscope/byte-unixbench/UnixBench"
make[2]: Nothing to be done for "programs".
make[2]: Leaving directory "/root/serverscope/byte-unixbench/UnixBench"
make[1]: Leaving directory "/root/serverscope/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
2 x Dhrystone 2 using register variables 1 2 3 4 5 6 7 8 9 10
2 x Double-Precision Whetstone 1 2 3 4 5 6 7 8 9 10
2 x Execl Throughput 1 2 3
2 x File Copy 1024 bufsize 2000 maxblocks 1 2 3
2 x File Copy 256 bufsize 500 maxblocks 1 2 3
2 x File Copy 4096 bufsize 8000 maxblocks 1 2 3
2 x Pipe Throughput 1 2 3 4 5 6 7 8 9 10
2 x Pipe-based Context Switching 1 2 3 4 5 6 7 8 9 10
2 x Process Creation 1 2 3
2 x System Call Overhead 1 2 3 4 5 6 7 8 9 10
2 x Shell Scripts (1 concurrent) 1 2 3
2 x Shell Scripts (8 concurrent) 1 2 3
========================================================================
BYTE UNIX Benchmarks (Version 5.1.3)
System: test-2gb: GNU/Linux
OS: GNU/Linux -- 4.4.0-45-generic -- #66-Ubuntu SMP Wed Oct 19 14:12:37 UTC 2016
Machine: x86_64 (x86_64)
Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8")
CPU 0: Intel(R) Xeon(R) CPU E5-2650L v3 @ 1.80GHz (3600.0 bogomips)
x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
CPU 1: Intel(R) Xeon(R) CPU E5-2650L v3 @ 1.80GHz (3600.0 bogomips)
x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
21:15:30 up 3:55, 1 user, load average: 7.78, 4.48, 1.88; runlevel 2016-11-02
------------------------------------------------------------------------
Benchmark Run: Wed Nov 02 2016 21:15:30 - 21:43:45
2 CPUs in system; running 1 parallel copy of tests
Dhrystone 2 using register variables 24588758.2 lps (10.0 s, 7 samples)
Double-Precision Whetstone 2623.6 MWIPS (9.9 s, 7 samples)
Execl Throughput 2436.8 lps (30.0 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks 836595.6 KBps (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks 227088.5 KBps (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks 2252831.6 KBps (30.0 s, 2 samples)
Pipe Throughput 1627511.8 lps (10.0 s, 7 samples)
Pipe-based Context Switching 140437.0 lps (10.0 s, 7 samples)
Process Creation 6069.8 lps (30.0 s, 2 samples)
Shell Scripts (1 concurrent) 7440.7 lpm (60.0 s, 2 samples)
Shell Scripts (8 concurrent) 1523.4 lpm (60.0 s, 2 samples)
System Call Overhead 2564396.1 lps (10.0 s, 7 samples)
System Benchmarks Index Values BASELINE RESULT INDEX
Dhrystone 2 using register variables 116700.0 24588758.2 2107.0
Double-Precision Whetstone 55.0 2623.6 477.0
Execl Throughput 43.0 2436.8 566.7
File Copy 1024 bufsize 2000 maxblocks 3960.0 836595.6 2112.6
File Copy 256 bufsize 500 maxblocks 1655.0 227088.5 1372.1
File Copy 4096 bufsize 8000 maxblocks 5800.0 2252831.6 3884.2
Pipe Throughput 12440.0 1627511.8 1308.3
Pipe-based Context Switching 4000.0 140437.0 351.1
Process Creation 126.0 6069.8 481.7
Shell Scripts (1 concurrent) 42.4 7440.7 1754.9
Shell Scripts (8 concurrent) 6.0 1523.4 2538.9
System Call Overhead 15000.0 2564396.1 1709.6
========
System Benchmarks Index Score 1219.4
------------------------------------------------------------------------
Benchmark Run: Wed Nov 02 2016 21:43:45 - 22:12:03
2 CPUs in system; running 2 parallel copies of tests
Dhrystone 2 using register variables 48925164.0 lps (10.0 s, 7 samples)
Double-Precision Whetstone 5248.7 MWIPS (9.9 s, 7 samples)
Execl Throughput 5978.5 lps (30.0 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks 794095.3 KBps (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks 220658.7 KBps (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks 2392080.7 KBps (30.0 s, 2 samples)
Pipe Throughput 3258057.2 lps (10.0 s, 7 samples)
Pipe-based Context Switching 386697.2 lps (10.0 s, 7 samples)
Process Creation 14826.1 lps (30.0 s, 2 samples)
Shell Scripts (1 concurrent) 12038.4 lpm (60.0 s, 2 samples)
Shell Scripts (8 concurrent) 1541.3 lpm (60.0 s, 2 samples)
System Call Overhead 3500396.9 lps (10.0 s, 7 samples)
System Benchmarks Index Values BASELINE RESULT INDEX
Dhrystone 2 using register variables 116700.0 48925164.0 4192.4
Double-Precision Whetstone 55.0 5248.7 954.3
Execl Throughput 43.0 5978.5 1390.4
File Copy 1024 bufsize 2000 maxblocks 3960.0 794095.3 2005.3
File Copy 256 bufsize 500 maxblocks 1655.0 220658.7 1333.3
File Copy 4096 bufsize 8000 maxblocks 5800.0 2392080.7 4124.3
Pipe Throughput 12440.0 3258057.2 2619.0
Pipe-based Context Switching 4000.0 386697.2 966.7
Process Creation 126.0 14826.1 1176.7
Shell Scripts (1 concurrent) 42.4 12038.4 2839.2
Shell Scripts (8 concurrent) 6.0 1541.3 2568.8
System Call Overhead 15000.0 3500396.9 2333.6
========
System Benchmarks Index Score 1954.6
dd if=/dev/zero of=benchmark bs=64K count=64K conv=fdatasync 65536+0 records in 65536+0 records out 4294967296 bytes (4.3 GB, 4.0 GiB) copied, 6.18189 s, 695 MB/s dd if=/dev/zero of=benchmark bs=1M count=4096 conv=fdatasync 4096+0 records in 4096+0 records out 4294967296 bytes (4.3 GB, 4.0 GiB) copied, 5.75501 s, 746 MB/s
./fio --time_based --name=benchmark --size=511M --runtime=60 --ioengine=libaio --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=libaio, iodepth=32
...
fio-2.8
Starting 8 processes
benchmark: Laying out IO file(s) (1 file(s) / 511MB)
benchmark: Laying out IO file(s) (1 file(s) / 511MB)
benchmark: Laying out IO file(s) (1 file(s) / 511MB)
benchmark: Laying out IO file(s) (1 file(s) / 511MB)
benchmark: Laying out IO file(s) (1 file(s) / 511MB)
benchmark: Laying out IO file(s) (1 file(s) / 511MB)
benchmark: Laying out IO file(s) (1 file(s) / 511MB)
benchmark: Laying out IO file(s) (1 file(s) / 511MB)
benchmark: (groupid=0, jobs=8): err= 0: pid=16020: Wed Nov 2 21:12:25 2016
read : io=20275MB, bw=346020KB/s, iops=86504, runt= 60001msec
slat (usec): min=0, max=28131, avg=87.65, stdev=117.63
clat (usec): min=2, max=45493, avg=2867.85, stdev=1028.20
lat (usec): min=69, max=45670, avg=2956.60, stdev=1054.16
clat percentiles (usec):
| 1.00th=[ 1416], 5.00th=[ 1784], 10.00th=[ 1928], 20.00th=[ 2128],
| 30.00th=[ 2288], 40.00th=[ 2480], 50.00th=[ 2672], 60.00th=[ 2864],
| 70.00th=[ 3120], 80.00th=[ 3472], 90.00th=[ 3984], 95.00th=[ 4704],
| 99.00th=[ 6304], 99.50th=[ 7008], 99.90th=[11328], 99.95th=[12736],
| 99.99th=[15296]
bw (KB /s): min=23992, max=90920, per=12.48%, avg=43199.88, stdev=9911.70
lat (usec) : 4=0.01%, 10=0.01%, 100=0.01%, 250=0.01%, 500=0.01%
lat (usec) : 750=0.01%, 1000=0.05%
lat (msec) : 2=13.36%, 4=76.94%, 10=9.50%, 20=0.14%, 50=0.01%
cpu : usr=5.21%, sys=13.07%, ctx=4589223, majf=2, minf=351
IO depths : 1=0.1%, 2=0.1%, 4=0.1%, 8=0.1%, 16=0.1%, 32=100.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.1%, 64=0.0%, >=64=0.0%
issued : total=r=5190386/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=20275MB, aggrb=346019KB/s, minb=346019KB/s, maxb=346019KB/s, mint=60001msec, maxt=60001msec
Disk stats (read/write):
vda: ios=4571112/104, merge=0/48, ticks=174912/88, in_queue=173728, util=99.19%
./fio --time_based --name=benchmark --size=511M --runtime=60 --ioengine=libaio --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=libaio, iodepth=32
...
fio-2.8
Starting 8 processes
benchmark: (groupid=0, jobs=8): err= 0: pid=16042: Wed Nov 2 21:13:26 2016
read : io=39919MB, bw=681269KB/s, iops=170317, runt= 60001msec
slat (usec): min=2, max=29189, avg=26.20, stdev=186.53
clat (usec): min=81, max=38970, avg=1470.36, stdev=1115.36
lat (usec): min=86, max=38973, avg=1496.97, stdev=1119.91
clat percentiles (usec):
| 1.00th=[ 155], 5.00th=[ 181], 10.00th=[ 201], 20.00th=[ 532],
| 30.00th=[ 860], 40.00th=[ 1012], 50.00th=[ 1416], 60.00th=[ 1720],
| 70.00th=[ 1960], 80.00th=[ 2160], 90.00th=[ 2736], 95.00th=[ 3056],
| 99.00th=[ 4192], 99.50th=[ 5280], 99.90th=[11584], 99.95th=[14912],
| 99.99th=[21888]
bw (KB /s): min=33644, max=138416, per=12.49%, avg=85109.69, stdev=9813.67
lat (usec) : 100=0.01%, 250=15.74%, 500=3.92%, 750=5.82%, 1000=13.60%
lat (msec) : 2=32.88%, 4=26.81%, 10=1.09%, 20=0.12%, 50=0.02%
cpu : usr=3.53%, sys=12.24%, ctx=521874, majf=0, minf=337
IO depths : 1=0.1%, 2=0.1%, 4=0.1%, 8=0.1%, 16=0.1%, 32=100.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.1%, 64=0.0%, >=64=0.0%
issued : total=r=10219209/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=39919MB, aggrb=681269KB/s, minb=681269KB/s, maxb=681269KB/s, mint=60001msec, maxt=60001msec
Disk stats (read/write):
vda: ios=10194482/162, merge=0/47, ticks=4606952/232, in_queue=4623864, util=99.84%
./fio --time_based --name=benchmark --size=511M --runtime=60 --filename=benchmark --ioengine=libaio --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=libaio, iodepth=32
...
fio-2.8
Starting 8 processes
benchmark: (groupid=0, jobs=8): err= 0: pid=16151: Wed Nov 2 21:15:27 2016
write: io=44176MB, bw=753878KB/s, iops=188469, runt= 60005msec
slat (usec): min=1, max=298282, avg=37.54, stdev=953.23
clat (usec): min=2, max=315367, avg=1307.56, stdev=5924.44
lat (usec): min=6, max=315371, avg=1346.02, stdev=6013.99
clat percentiles (usec):
| 1.00th=[ 133], 5.00th=[ 147], 10.00th=[ 157], 20.00th=[ 177],
| 30.00th=[ 195], 40.00th=[ 207], 50.00th=[ 221], 60.00th=[ 235],
| 70.00th=[ 258], 80.00th=[ 294], 90.00th=[ 442], 95.00th=[ 7456],
| 99.00th=[25216], 99.50th=[35072], 99.90th=[69120], 99.95th=[84480],
| 99.99th=[173056]
bw (KB /s): min= 1, max=183728, per=12.60%, avg=95010.01, stdev=23573.14
lat (usec) : 4=0.01%, 10=0.01%, 20=0.01%, 50=0.01%, 100=0.01%
lat (usec) : 250=67.20%, 500=23.99%, 750=1.28%, 1000=0.14%
lat (msec) : 2=0.43%, 4=0.57%, 10=2.49%, 20=2.37%, 50=1.29%
lat (msec) : 100=0.20%, 250=0.03%, 500=0.01%
cpu : usr=4.16%, sys=14.22%, ctx=115291, majf=0, minf=100
IO depths : 1=0.1%, 2=0.1%, 4=0.1%, 8=0.1%, 16=0.1%, 32=100.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.1%, 64=0.0%, >=64=0.0%
issued : total=r=0/w=11309115/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=44176MB, aggrb=753878KB/s, minb=753878KB/s, maxb=753878KB/s, mint=60005msec, maxt=60005msec
Disk stats (read/write):
vda: ios=14/404985, merge=0/2437, ticks=76/7036464, in_queue=7039496, util=99.52%
./fio --time_based --name=benchmark --size=511M --runtime=60 --filename=benchmark --ioengine=libaio --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=libaio, iodepth=32
...
fio-2.8
Starting 8 processes
benchmark: Laying out IO file(s) (1 file(s) / 511MB)
benchmark: (groupid=0, jobs=8): err= 0: pid=16064: Wed Nov 2 21:14:26 2016
write: io=2104.7MB, bw=35909KB/s, iops=8977, runt= 60016msec
slat (usec): min=0, max=57055, avg=817.34, stdev=3174.57
clat (usec): min=237, max=315343, avg=27688.58, stdev=12958.52
lat (usec): min=260, max=315354, avg=28506.56, stdev=13356.77
clat percentiles (msec):
| 1.00th=[ 8], 5.00th=[ 14], 10.00th=[ 16], 20.00th=[ 19],
| 30.00th=[ 21], 40.00th=[ 22], 50.00th=[ 24], 60.00th=[ 27],
| 70.00th=[ 32], 80.00th=[ 37], 90.00th=[ 45], 95.00th=[ 53],
| 99.00th=[ 72], 99.50th=[ 81], 99.90th=[ 104], 99.95th=[ 115],
| 99.99th=[ 145]
bw (KB /s): min= 3187, max= 5750, per=12.51%, avg=4492.23, stdev=419.67
lat (usec) : 250=0.01%, 500=0.01%, 750=0.01%, 1000=0.01%
lat (msec) : 2=0.02%, 4=0.09%, 10=1.49%, 20=28.30%, 50=63.76%
lat (msec) : 100=6.20%, 250=0.12%, 500=0.01%
cpu : usr=0.42%, sys=1.91%, ctx=155748, majf=0, minf=97
IO depths : 1=0.1%, 2=0.1%, 4=0.1%, 8=0.1%, 16=0.1%, 32=100.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.1%, 64=0.0%, >=64=0.0%
issued : total=r=0/w=538776/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=2104.7MB, aggrb=35908KB/s, minb=35908KB/s, maxb=35908KB/s, mint=60016msec, maxt=60016msec
Disk stats (read/write):
vda: ios=10/538601, merge=0/4265, ticks=20/7422940, in_queue=7425568, util=99.95%
Downloaded 104857600 bytes in 0.714 sec Downloaded 104857600 bytes in 0.985 sec Downloaded 104857600 bytes in 0.856 sec Downloaded 104857600 bytes in 0.803 sec Downloaded 104857600 bytes in 0.746 sec Finished! Average download speed is 974.66 Mbit/s
Retrieving speedtest.net configuration... Retrieving speedtest.net server list... Testing from DigitalOcean ... Selecting 15 servers that are not too close: 1. T-Mobile (Wayne, NJ) [32.05 km]: 155.653 ms 2. Monmouth Telecom (Red Bank, NJ) [41.94 km]: 205.552 ms 3. T-Mobile (Syosset, NY) [43.68 km]: 158.468 ms 4. Comcast (Plainfield, NJ) [44.82 km]: 147.255 ms 5. Quonix, Inc. (Philadelphia, PA) [130.57 km]: 150.769 ms 6. T-Mobile (West Norriton, PA) [134.27 km]: 148.644 ms 7. PenTeleData (Palmerton, PA) [135.62 km]: 140.001 ms 8. Wayne Highlands School District (Honesdale, PA) [141.27 km]: 230.097 ms 9. Bstack Networks (Scranton, PA) [158.60 km]: 1152.853 ms 10. Connecticut Education Network (Hartford, CT) [160.01 km]: 137.409 ms 11. NEPA Fiber (Wilkes-Barre, PA) [167.93 km]: 497.878 ms 12. Mid-Hudson Data Corp (Hudson, NY) [168.69 km]: 85.484 ms 13. Comcast (New Castle, DE) [177.40 km]: 168.326 ms 14. INOC, LLC (Albany, NY) [215.71 km]: 135.902 ms 15. Plexicomm, LLC (Binghamton, NY) [221.13 km]: 355.767 ms Testing upload speeds 1. T-Mobile (Wayne, NJ): ......................... 19.00 Mbit/s 2. Monmouth Telecom (Red Bank, NJ): ......................... 5.90 Mbit/s 3. T-Mobile (Syosset, NY): ......................... 1.33 Mbit/s 4. Comcast (Plainfield, NJ): ......................... 30.84 Mbit/s 5. Quonix, Inc. (Philadelphia, PA): ......................... 12.58 Mbit/s 6. T-Mobile (West Norriton, PA): ......................... 18.38 Mbit/s 7. PenTeleData (Palmerton, PA): ......................... 25.44 Mbit/s 8. Wayne Highlands School District (Honesdale, PA):......................... 28.82 Mbit/s 9. Bstack Networks (Scranton, PA): ......................... 5.32 Mbit/s 10. Connecticut Education Network (Hartford, CT):......................... 21.23 Mbit/s 11. NEPA Fiber (Wilkes-Barre, PA): ......................... 57.22 Mbit/s 12. Mid-Hudson Data Corp (Hudson, NY): ......................... 83.27 Mbit/s 13. Comcast (New Castle, DE): ......................... 28.97 Mbit/s 14. INOC, LLC (Albany, NY): ......................... 26.62 Mbit/s 15. Plexicomm, LLC (Binghamton, NY): ......................... 12.26 Mbit/s Average upload speed is 25.14 Mbit/s