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-dNhr6a/byte-unixbench/UnixBench"
make distr
make[2]: Entering directory "/root/serverscope-dNhr6a/byte-unixbench/UnixBench"
Checking distribution of files
./pgms exists
./src exists
./testdir exists
make[2]: Leaving directory "/root/serverscope-dNhr6a/byte-unixbench/UnixBench"
make programs
make[2]: Entering directory "/root/serverscope-dNhr6a/byte-unixbench/UnixBench"
make[2]: Nothing to be done for "programs".
make[2]: Leaving directory "/root/serverscope-dNhr6a/byte-unixbench/UnixBench"
make[1]: Leaving directory "/root/serverscope-dNhr6a/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
4 x Dhrystone 2 using register variables 1 2 3 4 5 6 7 8 9 10
4 x Double-Precision Whetstone 1 2 3 4 5 6 7 8 9 10
4 x Execl Throughput 1 2 3
4 x File Copy 1024 bufsize 2000 maxblocks 1 2 3
4 x File Copy 256 bufsize 500 maxblocks 1 2 3
4 x File Copy 4096 bufsize 8000 maxblocks 1 2 3
4 x Pipe Throughput 1 2 3 4 5 6 7 8 9 10
4 x Pipe-based Context Switching 1 2 3 4 5 6 7 8 9 10
4 x Process Creation 1 2 3
4 x System Call Overhead 1 2 3 4 5 6 7 8 9 10
4 x Shell Scripts (1 concurrent) 1 2 3
4 x Shell Scripts (8 concurrent) 1 2 3
========================================================================
BYTE UNIX Benchmarks (Version 5.1.3)
System: vpsserver: GNU/Linux
OS: GNU/Linux -- 4.4.0-21-generic -- #37-Ubuntu SMP Mon Apr 18 18:33:37 UTC 2016
Machine: x86_64 (x86_64)
Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8")
CPU 0: Intel Xeon E312xx (Sandy Bridge) (5200.0 bogomips)
x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
CPU 1: Intel Xeon E312xx (Sandy Bridge) (5200.0 bogomips)
x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
CPU 2: Intel Xeon E312xx (Sandy Bridge) (5200.0 bogomips)
x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
CPU 3: Intel Xeon E312xx (Sandy Bridge) (5200.0 bogomips)
x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
04:45:12 up 14 min, 1 user, load average: 8.04, 4.69, 1.98; runlevel 2017-03-22
------------------------------------------------------------------------
Benchmark Run: Wed Mar 22 2017 04:45:12 - 05:13:21
4 CPUs in system; running 1 parallel copy of tests
Dhrystone 2 using register variables 28862746.5 lps (10.0 s, 7 samples)
Double-Precision Whetstone 3267.8 MWIPS (9.8 s, 7 samples)
Execl Throughput 2569.8 lps (30.0 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks 975025.0 KBps (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks 279079.0 KBps (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks 1958256.9 KBps (30.0 s, 2 samples)
Pipe Throughput 1985988.4 lps (10.0 s, 7 samples)
Pipe-based Context Switching 139611.6 lps (10.0 s, 7 samples)
Process Creation 5955.7 lps (30.0 s, 2 samples)
Shell Scripts (1 concurrent) 8123.6 lpm (60.0 s, 2 samples)
Shell Scripts (8 concurrent) 2682.0 lpm (60.0 s, 2 samples)
System Call Overhead 3252461.0 lps (10.0 s, 7 samples)
System Benchmarks Index Values BASELINE RESULT INDEX
Dhrystone 2 using register variables 116700.0 28862746.5 2473.2
Double-Precision Whetstone 55.0 3267.8 594.1
Execl Throughput 43.0 2569.8 597.6
File Copy 1024 bufsize 2000 maxblocks 3960.0 975025.0 2462.2
File Copy 256 bufsize 500 maxblocks 1655.0 279079.0 1686.3
File Copy 4096 bufsize 8000 maxblocks 5800.0 1958256.9 3376.3
Pipe Throughput 12440.0 1985988.4 1596.5
Pipe-based Context Switching 4000.0 139611.6 349.0
Process Creation 126.0 5955.7 472.7
Shell Scripts (1 concurrent) 42.4 8123.6 1915.9
Shell Scripts (8 concurrent) 6.0 2682.0 4470.0
System Call Overhead 15000.0 3252461.0 2168.3
========
System Benchmarks Index Score 1407.0
------------------------------------------------------------------------
Benchmark Run: Wed Mar 22 2017 05:13:21 - 05:41:31
4 CPUs in system; running 4 parallel copies of tests
Dhrystone 2 using register variables 113425774.8 lps (10.0 s, 7 samples)
Double-Precision Whetstone 13052.9 MWIPS (9.9 s, 7 samples)
Execl Throughput 13557.7 lps (30.0 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks 985392.9 KBps (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks 274013.9 KBps (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks 2873728.2 KBps (30.0 s, 2 samples)
Pipe Throughput 7762596.1 lps (10.0 s, 7 samples)
Pipe-based Context Switching 578684.7 lps (10.0 s, 7 samples)
Process Creation 20486.7 lps (30.0 s, 2 samples)
Shell Scripts (1 concurrent) 25521.3 lpm (60.0 s, 2 samples)
Shell Scripts (8 concurrent) 3428.5 lpm (60.0 s, 2 samples)
System Call Overhead 4963810.9 lps (10.0 s, 7 samples)
System Benchmarks Index Values BASELINE RESULT INDEX
Dhrystone 2 using register variables 116700.0 113425774.8 9719.4
Double-Precision Whetstone 55.0 13052.9 2373.3
Execl Throughput 43.0 13557.7 3153.0
File Copy 1024 bufsize 2000 maxblocks 3960.0 985392.9 2488.4
File Copy 256 bufsize 500 maxblocks 1655.0 274013.9 1655.7
File Copy 4096 bufsize 8000 maxblocks 5800.0 2873728.2 4954.7
Pipe Throughput 12440.0 7762596.1 6240.0
Pipe-based Context Switching 4000.0 578684.7 1446.7
Process Creation 126.0 20486.7 1625.9
Shell Scripts (1 concurrent) 42.4 25521.3 6019.2
Shell Scripts (8 concurrent) 6.0 3428.5 5714.2
System Call Overhead 15000.0 4963810.9 3309.2
========
System Benchmarks Index Score 3410.9
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, 2.93707 s, 731 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, 2.89345 s, 742 MB/s
./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=17772: Wed Mar 22 04:42:08 2017
read : io=98847MB, bw=1646.1MB/s, iops=421613, runt= 60019msec
clat (usec): min=0, max=258609, avg=17.90, stdev=573.18
lat (usec): min=0, max=258609, avg=18.07, stdev=573.18
clat percentiles (usec):
| 1.00th=[ 1], 5.00th=[ 1], 10.00th=[ 1], 20.00th=[ 1],
| 30.00th=[ 1], 40.00th=[ 1], 50.00th=[ 2], 60.00th=[ 2],
| 70.00th=[ 2], 80.00th=[ 2], 90.00th=[ 2], 95.00th=[ 3],
| 99.00th=[ 5], 99.50th=[ 151], 99.90th=[ 5792], 99.95th=[10048],
| 99.99th=[22656]
bw (KB /s): min= 180, max=1691968, per=12.64%, avg=213121.46, stdev=519324.91
lat (usec) : 2=44.12%, 4=54.72%, 10=0.34%, 20=0.07%, 50=0.03%
lat (usec) : 100=0.01%, 250=0.46%, 500=0.10%, 750=0.01%, 1000=0.01%
lat (msec) : 2=0.01%, 4=0.02%, 10=0.07%, 20=0.04%, 50=0.01%
lat (msec) : 100=0.01%, 250=0.01%, 500=0.01%
cpu : usr=3.66%, sys=11.62%, ctx=188599, 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=25304839/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=98847MB, aggrb=1646.1MB/s, minb=1646.1MB/s, maxb=1646.1MB/s, mint=60019msec, maxt=60019msec
Disk stats (read/write):
vda: ios=181533/9, merge=0/4, ticks=406680/0, in_queue=406752, util=99.94%
./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=17782: Wed Mar 22 04:43:08 2017
read : io=2987.2MB, bw=50987KB/s, iops=12746, runt= 60009msec
clat (usec): min=65, max=247541, avg=622.87, stdev=2743.86
lat (usec): min=66, max=247542, avg=623.16, stdev=2743.86
clat percentiles (usec):
| 1.00th=[ 84], 5.00th=[ 94], 10.00th=[ 100], 20.00th=[ 110],
| 30.00th=[ 119], 40.00th=[ 129], 50.00th=[ 145], 60.00th=[ 177],
| 70.00th=[ 213], 80.00th=[ 243], 90.00th=[ 330], 95.00th=[ 964],
| 99.00th=[12992], 99.50th=[17792], 99.90th=[31872], 99.95th=[38656],
| 99.99th=[63744]
bw (KB /s): min= 197, max=26040, per=12.63%, avg=6437.41, stdev=9504.10
lat (usec) : 100=9.32%, 250=72.32%, 500=11.92%, 750=1.10%, 1000=0.40%
lat (msec) : 2=0.53%, 4=0.73%, 10=2.15%, 20=1.18%, 50=0.35%
lat (msec) : 100=0.02%, 250=0.01%
cpu : usr=0.94%, sys=3.03%, ctx=767153, majf=0, minf=84
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=764927/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=2987.2MB, aggrb=50987KB/s, minb=50987KB/s, maxb=50987KB/s, mint=60009msec, maxt=60009msec
Disk stats (read/write):
vda: ios=764183/0, merge=0/0, ticks=462576/0, in_queue=463776, util=100.00%
./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=17802: Wed Mar 22 04:45:09 2017
write: io=37246MB, bw=635324KB/s, iops=158830, runt= 60033msec
clat (usec): min=0, max=258019, avg=48.29, stdev=1612.53
lat (usec): min=0, max=258019, avg=48.56, stdev=1613.31
clat percentiles (usec):
| 1.00th=[ 1], 5.00th=[ 2], 10.00th=[ 2], 20.00th=[ 3],
| 30.00th=[ 3], 40.00th=[ 4], 50.00th=[ 5], 60.00th=[ 5],
| 70.00th=[ 6], 80.00th=[ 7], 90.00th=[ 9], 95.00th=[ 10],
| 99.00th=[ 21], 99.50th=[ 68], 99.90th=[10432], 99.95th=[24192],
| 99.99th=[82432]
bw (KB /s): min= 2, max=172157, per=12.63%, avg=80257.28, stdev=23890.72
lat (usec) : 2=1.08%, 4=33.24%, 10=58.40%, 20=6.23%, 50=0.43%
lat (usec) : 100=0.24%, 250=0.12%, 500=0.05%, 750=0.02%, 1000=0.01%
lat (msec) : 2=0.01%, 4=0.02%, 10=0.04%, 20=0.04%, 50=0.03%
lat (msec) : 100=0.02%, 250=0.01%, 500=0.01%
cpu : usr=2.00%, sys=12.86%, ctx=194162, 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=9535101/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=37246MB, aggrb=635323KB/s, minb=635323KB/s, maxb=635323KB/s, mint=60033msec, maxt=60033msec
Disk stats (read/write):
vda: ios=76/545355, merge=0/1692, ticks=428/7197940, in_queue=7199056, util=99.58%
./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=17792: Wed Mar 22 04:44:08 2017
write: io=958500KB, bw=15974KB/s, iops=3993, runt= 60004msec
clat (usec): min=90, max=376764, avg=1997.85, stdev=7961.20
lat (usec): min=90, max=376765, avg=1998.30, stdev=7961.24
clat percentiles (usec):
| 1.00th=[ 109], 5.00th=[ 119], 10.00th=[ 126], 20.00th=[ 135],
| 30.00th=[ 145], 40.00th=[ 153], 50.00th=[ 161], 60.00th=[ 173],
| 70.00th=[ 193], 80.00th=[ 241], 90.00th=[ 1192], 95.00th=[13376],
| 99.00th=[36608], 99.50th=[47360], 99.90th=[83456], 99.95th=[120320],
| 99.99th=[207872]
bw (KB /s): min= 15, max= 6625, per=12.57%, avg=2008.16, stdev=1338.25
lat (usec) : 100=0.06%, 250=80.90%, 500=7.56%, 750=1.03%, 1000=0.34%
lat (msec) : 2=0.33%, 4=0.48%, 10=2.96%, 20=3.18%, 50=2.74%
lat (msec) : 100=0.34%, 250=0.07%, 500=0.01%
cpu : usr=0.38%, sys=1.93%, ctx=480210, 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=0/w=239625/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=958500KB, aggrb=15973KB/s, minb=15973KB/s, maxb=15973KB/s, mint=60004msec, maxt=60004msec
Disk stats (read/write):
vda: ios=0/239557, merge=0/2511, ticks=0/51244, in_queue=51164, util=84.86%
Downloaded 104857600 bytes in 1.631 sec Downloaded 104857600 bytes in 3.081 sec Downloaded 104857600 bytes in 1.595 sec Downloaded 104857600 bytes in 1.623 sec Downloaded 104857600 bytes in 1.591 sec Finished! Average download speed is 420.12 Mbit/s
Retrieving speedtest.net configuration... Retrieving speedtest.net server list... Testing from Blix Solutions ... Selecting 15 servers that are not too close: 1. Webair.com (Garden City, NY) [30.06 km]: 12.671 ms 2. T-Mobile (Wayne, NJ) [32.62 km]: 14.445 ms 3. T-Mobile (Syosset, NY) [43.94 km]: 12.455 ms 4. Comcast (Plainfield, NJ) [44.08 km]: 44.616 ms 5. Hammer Fiber (Point Pleasant Beach, NJ) [69.38 km]: 15.561 ms 6. KamaTera INC (New Jersey, NJ) [80.42 km]: 16.201 ms 7. Hotwire Communications (Philadelphia, PA) [130.01 km]: 13.104 ms 8. Quonix, Inc. (Philadelphia, PA) [130.01 km]: 16.265 ms 9. School District of Philadelphia (Philadelphia, PA) [130.01 km]: 17.033 ms 10. T-Mobile (West Norriton, PA) [133.82 km]: 12.678 ms 11. PenTeleData (Palmerton, PA) [135.62 km]: 17.088 ms 12. Wayne Highlands School District (Honesdale, PA) [141.75 km]: 117.938 ms 13. Bstack Networks (Scranton, PA) [158.93 km]: 34.762 ms 14. Connecticut Education Network (Hartford, CT) [160.63 km]: 12.042 ms 15. NEPA Fiber (Wilkes-Barre, PA) [168.15 km]: 16.966 ms Testing upload speeds 1. Webair.com (Garden City, NY): ......................... 10.61 Mbit/s 2. T-Mobile (Wayne, NJ): ......................... 8.50 Mbit/s 3. T-Mobile (Syosset, NY): ......................... 9.37 Mbit/s 4. Comcast (Plainfield, NJ): ......................... 13.34 Mbit/s 5. Hammer Fiber (Point Pleasant Beach, NJ): ......................... 8.84 Mbit/s 6. KamaTera INC (New Jersey, NJ): ......................... 7.08 Mbit/s 7. Hotwire Communications (Philadelphia, PA): ......................... 6.04 Mbit/s 8. Quonix, Inc. (Philadelphia, PA): ......................... 10.86 Mbit/s 9. School District of Philadelphia (Philadelphia, PA):......................... 11.60 Mbit/s 10. T-Mobile (West Norriton, PA): ......................... 5.39 Mbit/s 11. PenTeleData (Palmerton, PA): ......................... 6.76 Mbit/s 12. Wayne Highlands School District (Honesdale, PA):......................... 8.51 Mbit/s 13. Bstack Networks (Scranton, PA): ......................... 14.66 Mbit/s 14. Connecticut Education Network (Hartford, CT):......................... 7.40 Mbit/s 15. NEPA Fiber (Wilkes-Barre, PA): ......................... 9.74 Mbit/s Average upload speed is 9.25 Mbit/s