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: ny1.vialofsalt.com: GNU/Linux
OS: GNU/Linux -- 4.4.0-38-generic -- #57-Ubuntu SMP Tue Sep 6 15:42:33 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
00:31:31 up 47 days, 2:46, 1 user, load average: 7.95, 4.73, 2.04; runlevel 2016-11-03
------------------------------------------------------------------------
Benchmark Run: Wed Dec 21 2016 00:31:31 - 00:59:53
2 CPUs in system; running 1 parallel copy of tests
Dhrystone 2 using register variables 23898625.1 lps (10.0 s, 7 samples)
Double-Precision Whetstone 2620.0 MWIPS (9.9 s, 7 samples)
Execl Throughput 2551.9 lps (30.0 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks 800204.5 KBps (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks 219568.7 KBps (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks 1898531.3 KBps (30.0 s, 2 samples)
Pipe Throughput 1618217.5 lps (10.0 s, 7 samples)
Pipe-based Context Switching 63892.7 lps (10.0 s, 7 samples)
Process Creation 6136.1 lps (30.0 s, 2 samples)
Shell Scripts (1 concurrent) 7438.9 lpm (60.0 s, 2 samples)
Shell Scripts (8 concurrent) 1505.0 lpm (60.0 s, 2 samples)
System Call Overhead 2527861.5 lps (10.0 s, 7 samples)
System Benchmarks Index Values BASELINE RESULT INDEX
Dhrystone 2 using register variables 116700.0 23898625.1 2047.9
Double-Precision Whetstone 55.0 2620.0 476.4
Execl Throughput 43.0 2551.9 593.5
File Copy 1024 bufsize 2000 maxblocks 3960.0 800204.5 2020.7
File Copy 256 bufsize 500 maxblocks 1655.0 219568.7 1326.7
File Copy 4096 bufsize 8000 maxblocks 5800.0 1898531.3 3273.3
Pipe Throughput 12440.0 1618217.5 1300.8
Pipe-based Context Switching 4000.0 63892.7 159.7
Process Creation 126.0 6136.1 487.0
Shell Scripts (1 concurrent) 42.4 7438.9 1754.5
Shell Scripts (8 concurrent) 6.0 1505.0 2508.4
System Call Overhead 15000.0 2527861.5 1685.2
========
System Benchmarks Index Score 1118.0
------------------------------------------------------------------------
Benchmark Run: Wed Dec 21 2016 00:59:53 - 01:28:10
2 CPUs in system; running 2 parallel copies of tests
Dhrystone 2 using register variables 46909915.9 lps (10.0 s, 7 samples)
Double-Precision Whetstone 5218.8 MWIPS (9.8 s, 7 samples)
Execl Throughput 6509.5 lps (29.9 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks 857939.6 KBps (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks 222658.0 KBps (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks 2393235.9 KBps (30.0 s, 2 samples)
Pipe Throughput 3204112.3 lps (10.0 s, 7 samples)
Pipe-based Context Switching 382482.8 lps (10.0 s, 7 samples)
Process Creation 14898.1 lps (30.0 s, 2 samples)
Shell Scripts (1 concurrent) 12518.3 lpm (60.0 s, 2 samples)
Shell Scripts (8 concurrent) 1628.2 lpm (60.0 s, 2 samples)
System Call Overhead 3498221.3 lps (10.0 s, 7 samples)
System Benchmarks Index Values BASELINE RESULT INDEX
Dhrystone 2 using register variables 116700.0 46909915.9 4019.7
Double-Precision Whetstone 55.0 5218.8 948.9
Execl Throughput 43.0 6509.5 1513.8
File Copy 1024 bufsize 2000 maxblocks 3960.0 857939.6 2166.5
File Copy 256 bufsize 500 maxblocks 1655.0 222658.0 1345.4
File Copy 4096 bufsize 8000 maxblocks 5800.0 2393235.9 4126.3
Pipe Throughput 12440.0 3204112.3 2575.7
Pipe-based Context Switching 4000.0 382482.8 956.2
Process Creation 126.0 14898.1 1182.4
Shell Scripts (1 concurrent) 42.4 12518.3 2952.4
Shell Scripts (8 concurrent) 6.0 1628.2 2713.7
System Call Overhead 15000.0 3498221.3 2332.1
========
System Benchmarks Index Score 1986.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.1694 s, 696 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.28535 s, 813 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=28410: Wed Dec 21 00:28:26 2016
read : io=18452MB, bw=314908KB/s, iops=78726, runt= 60001msec
slat (usec): min=1, max=14874, avg=96.63, stdev=144.15
clat (usec): min=2, max=28243, avg=3151.07, stdev=1192.40
lat (usec): min=58, max=28660, avg=3248.75, stdev=1220.71
clat percentiles (usec):
| 1.00th=[ 1832], 5.00th=[ 2064], 10.00th=[ 2192], 20.00th=[ 2384],
| 30.00th=[ 2544], 40.00th=[ 2704], 50.00th=[ 2832], 60.00th=[ 3024],
| 70.00th=[ 3280], 80.00th=[ 3632], 90.00th=[ 4384], 95.00th=[ 5280],
| 99.00th=[ 8032], 99.50th=[ 9280], 99.90th=[12608], 99.95th=[13760],
| 99.99th=[18304]
bw (KB /s): min=25296, max=59456, per=12.49%, avg=39346.29, stdev=6149.09
lat (usec) : 4=0.01%, 10=0.01%, 20=0.01%, 100=0.01%, 250=0.01%
lat (usec) : 500=0.01%, 750=0.01%, 1000=0.01%
lat (msec) : 2=3.14%, 4=82.82%, 10=13.68%, 20=0.35%, 50=0.01%
cpu : usr=4.50%, sys=12.66%, ctx=4500375, 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=4723697/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=18452MB, aggrb=314907KB/s, minb=314907KB/s, maxb=314907KB/s, mint=60001msec, maxt=60001msec
Disk stats (read/write):
vda: ios=4466087/347, merge=0/689, ticks=212424/124, in_queue=211564, util=98.93%
./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=28424: Wed Dec 21 00:29:27 2016
read : io=32629MB, bw=556850KB/s, iops=139212, runt= 60002msec
slat (usec): min=2, max=33988, avg=33.96, stdev=224.16
clat (usec): min=4, max=43742, avg=1799.05, stdev=1192.94
lat (usec): min=93, max=43749, avg=1833.42, stdev=1199.77
clat percentiles (usec):
| 1.00th=[ 161], 5.00th=[ 195], 10.00th=[ 270], 20.00th=[ 900],
| 30.00th=[ 1096], 40.00th=[ 1288], 50.00th=[ 1816], 60.00th=[ 2064],
| 70.00th=[ 2256], 80.00th=[ 2512], 90.00th=[ 3248], 95.00th=[ 3664],
| 99.00th=[ 5088], 99.50th=[ 5984], 99.90th=[10048], 99.95th=[12352],
| 99.99th=[22144]
bw (KB /s): min=40312, max=103568, per=12.51%, avg=69635.55, stdev=9216.43
lat (usec) : 10=0.01%, 50=0.01%, 100=0.01%, 250=8.98%, 500=4.31%
lat (usec) : 750=1.86%, 1000=8.95%
lat (msec) : 2=33.19%, 4=39.35%, 10=3.26%, 20=0.09%, 50=0.01%
cpu : usr=2.96%, sys=10.50%, ctx=472660, 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=8353031/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=32629MB, aggrb=556850KB/s, minb=556850KB/s, maxb=556850KB/s, mint=60002msec, maxt=60002msec
Disk stats (read/write):
vda: ios=8341055/167, merge=0/62, ticks=5194844/352, in_queue=5217668, util=100.00%
./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=28522: Wed Dec 21 00:31:28 2016
write: io=13820MB, bw=235829KB/s, iops=58957, runt= 60009msec
slat (usec): min=1, max=2691.2K, avg=126.72, stdev=5300.97
clat (usec): min=3, max=2707.6K, avg=4115.82, stdev=30424.30
lat (usec): min=7, max=2707.6K, avg=4243.54, stdev=30903.58
clat percentiles (usec):
| 1.00th=[ 131], 5.00th=[ 143], 10.00th=[ 153], 20.00th=[ 167],
| 30.00th=[ 181], 40.00th=[ 193], 50.00th=[ 203], 60.00th=[ 217],
| 70.00th=[ 233], 80.00th=[ 262], 90.00th=[ 398], 95.00th=[11968],
| 99.00th=[120320], 99.50th=[197632], 99.90th=[284672], 99.95th=[378880],
| 99.99th=[493568]
bw (KB /s): min= 0, max=134326, per=13.30%, avg=31363.79, stdev=16505.07
lat (usec) : 4=0.01%, 10=0.01%, 20=0.01%, 50=0.01%, 100=0.01%
lat (usec) : 250=76.85%, 500=14.34%, 750=0.79%, 1000=0.27%
lat (msec) : 2=0.46%, 4=0.49%, 10=1.26%, 20=1.70%, 50=1.78%
lat (msec) : 100=0.87%, 250=1.01%, 500=0.17%, 750=0.01%, >=2000=0.01%
cpu : usr=1.28%, sys=4.74%, ctx=38488, majf=0, minf=92
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=3537968/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=13820MB, aggrb=235829KB/s, minb=235829KB/s, maxb=235829KB/s, mint=60009msec, maxt=60009msec
Disk stats (read/write):
vda: ios=120/461019, merge=0/726, ticks=564/7308512, in_queue=7311528, util=99.86%
./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=28438: Wed Dec 21 00:30:27 2016
write: io=3092.1MB, bw=52780KB/s, iops=13194, runt= 60007msec
slat (usec): min=3, max=73653, avg=528.85, stdev=2505.44
clat (usec): min=167, max=283767, avg=18867.09, stdev=13138.89
lat (usec): min=285, max=285793, avg=19396.53, stdev=13522.56
clat percentiles (msec):
| 1.00th=[ 3], 5.00th=[ 5], 10.00th=[ 7], 20.00th=[ 9],
| 30.00th=[ 11], 40.00th=[ 14], 50.00th=[ 17], 60.00th=[ 20],
| 70.00th=[ 23], 80.00th=[ 27], 90.00th=[ 36], 95.00th=[ 44],
| 99.00th=[ 65], 99.50th=[ 75], 99.90th=[ 103], 99.95th=[ 121],
| 99.99th=[ 163]
bw (KB /s): min= 2069, max=14978, per=12.55%, avg=6622.92, stdev=2856.19
lat (usec) : 250=0.01%, 500=0.01%, 750=0.02%, 1000=0.05%
lat (msec) : 2=0.44%, 4=3.10%, 10=23.26%, 20=35.74%, 50=34.43%
lat (msec) : 100=2.84%, 250=0.12%, 500=0.01%
cpu : usr=0.66%, sys=2.34%, ctx=173411, majf=0, minf=89
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=791787/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=3092.1MB, aggrb=52779KB/s, minb=52779KB/s, maxb=52779KB/s, mint=60007msec, maxt=60007msec
Disk stats (read/write):
vda: ios=492/792001, merge=0/3701, ticks=896/7307900, in_queue=7316568, util=99.93%
Downloaded 104857600 bytes in 0.788 sec Downloaded 0 bytes in 4.514 sec Downloaded 104857600 bytes in 0.836 sec Downloaded 104857600 bytes in 0.898 sec Downloaded 104857600 bytes in 0.986 sec Finished! Average download speed is 398.90 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) [31.69 km]: 6.749 ms 2. T-Mobile (Syosset, NY) [42.81 km]: 11.495 ms 3. Monmouth Telecom (Red Bank, NJ) [43.06 km]: 17.225 ms 4. Comcast (Plainfield, NJ) [46.04 km]: 35.152 ms 5. Quonix, Inc. (Philadelphia, PA) [131.75 km]: 10.166 ms 6. T-Mobile (West Norriton, PA) [135.34 km]: 12.387 ms 7. PenTeleData (Palmerton, PA) [136.19 km]: 12.679 ms 8. Wayne Highlands School District (Honesdale, PA) [141.04 km]: 7.655 ms 9. Bstack Networks (Scranton, PA) [158.66 km]: 16.623 ms 10. Connecticut Education Network (Hartford, CT) [158.80 km]: 10.732 ms 11. Mid-Hudson Data Corp (Hudson, NY) [167.57 km]: 5.345 ms 12. NEPA Fiber (Wilkes-Barre, PA) [168.17 km]: 11.513 ms 13. Comcast (New Castle, DE) [178.57 km]: 30.963 ms 14. Charter Communications (Oxford, MA) [201.07 km]: 19.351 ms 15. INOC, LLC (Albany, NY) [214.61 km]: 8.764 ms Testing upload speeds 1. T-Mobile (Wayne, NJ): ......................... 587.55 Mbit/s 2. T-Mobile (Syosset, NY): ......................... 655.59 Mbit/s 3. Monmouth Telecom (Red Bank, NJ): ......................... 348.68 Mbit/s 4. Comcast (Plainfield, NJ): ......................... 58.37 Mbit/s 5. Quonix, Inc. (Philadelphia, PA): ......................... 34.20 Mbit/s 6. T-Mobile (West Norriton, PA): ......................... 515.77 Mbit/s 7. PenTeleData (Palmerton, PA): ......................... 490.16 Mbit/s 8. Wayne Highlands School District (Honesdale, PA):......................... 474.77 Mbit/s 9. Bstack Networks (Scranton, PA): ......................... 116.45 Mbit/s 10. Connecticut Education Network (Hartford, CT):......................... 392.38 Mbit/s 11. Mid-Hudson Data Corp (Hudson, NY): ......................... 358.71 Mbit/s 12. NEPA Fiber (Wilkes-Barre, PA): ......................... 326.48 Mbit/s 13. Comcast (New Castle, DE): ......................... 64.71 Mbit/s 14. Charter Communications (Oxford, MA): ......................... 231.87 Mbit/s 15. INOC, LLC (Albany, NY): ......................... 30.45 Mbit/s Average upload speed is 312.41 Mbit/s