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 "main":
src/pipe.c:52:2: warning: ignoring return value of "pipe", 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 "dummy":
src/big.c:109:5: warning: ignoring return value of "freopen", declared with attribute warn_unused_result [-Wunused-result]
freopen("masterlog.00", "a", stderr);
^
src/big.c:197:6: warning: ignoring return value of "freopen", declared with attribute warn_unused_result [-Wunused-result]
freopen(logname, "w", stderr);
^
src/big.c:221:3: warning: ignoring return value of "dup", declared with attribute warn_unused_result [-Wunused-result]
dup(pvec[0]);
^
src/big.c:225:6: warning: ignoring return value of "freopen", declared with attribute warn_unused_result [-Wunused-result]
freopen(logname, "w", stderr);
^
src/big.c:318:4: warning: ignoring return value of "write", 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 "/serverscope-7W4aD9/byte-unixbench/UnixBench"
make distr
make[2]: Entering directory "/serverscope-7W4aD9/byte-unixbench/UnixBench"
Checking distribution of files
./pgms exists
./src exists
./testdir exists
make[2]: Leaving directory "/serverscope-7W4aD9/byte-unixbench/UnixBench"
make programs
make[2]: Entering directory "/serverscope-7W4aD9/byte-unixbench/UnixBench"
make[2]: Nothing to be done for "programs".
make[2]: Leaving directory "/serverscope-7W4aD9/byte-unixbench/UnixBench"
make[1]: Leaving directory "/serverscope-7W4aD9/byte-unixbench/UnixBench"
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
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
8 x Dhrystone 2 using register variables 1 2 3 4 5 6 7 8 9 10
8 x Double-Precision Whetstone 1 2 3 4 5 6 7 8 9 10
8 x Execl Throughput 1 2 3
8 x File Copy 1024 bufsize 2000 maxblocks 1 2 3
8 x File Copy 256 bufsize 500 maxblocks 1 2 3
8 x File Copy 4096 bufsize 8000 maxblocks 1 2 3
8 x Pipe Throughput 1 2 3 4 5 6 7 8 9 10
8 x Pipe-based Context Switching 1 2 3 4 5 6 7 8 9 10
8 x Process Creation 1 2 3
8 x System Call Overhead 1 2 3 4 5 6 7 8 9 10
8 x Shell Scripts (1 concurrent) 1 2 3
8 x Shell Scripts (8 concurrent) 1 2 3
========================================================================
BYTE UNIX Benchmarks (Version 5.1.3)
System: ee6e5fa61117: GNU/Linux
OS: GNU/Linux -- 4.13.0-36-generic -- #40~16.04.1-Ubuntu SMP Fri Feb 16 23:25:58 UTC 2018
Machine: x86_64 (x86_64)
Language: en_US.utf8 (charmap="ANSI_X3.4-1968", collate="ANSI_X3.4-1968")
CPU 0: Intel(R) Xeon(R) CPU E3-1285 v6 @ 4.10GHz (8208.0 bogomips)
Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
CPU 1: Intel(R) Xeon(R) CPU E3-1285 v6 @ 4.10GHz (8208.0 bogomips)
Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
CPU 2: Intel(R) Xeon(R) CPU E3-1285 v6 @ 4.10GHz (8208.0 bogomips)
Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
CPU 3: Intel(R) Xeon(R) CPU E3-1285 v6 @ 4.10GHz (8208.0 bogomips)
Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
CPU 4: Intel(R) Xeon(R) CPU E3-1285 v6 @ 4.10GHz (8208.0 bogomips)
Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
CPU 5: Intel(R) Xeon(R) CPU E3-1285 v6 @ 4.10GHz (8208.0 bogomips)
Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
CPU 6: Intel(R) Xeon(R) CPU E3-1285 v6 @ 4.10GHz (8208.0 bogomips)
Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
CPU 7: Intel(R) Xeon(R) CPU E3-1285 v6 @ 4.10GHz (8208.0 bogomips)
Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
04:40:20 up 5 days, 10:27, 0 users, load average: 8.63, 5.18, 2.37; runlevel
------------------------------------------------------------------------
Benchmark Run: Sat Mar 03 2018 04:40:20 - 05:09:29
8 CPUs in system; running 1 parallel copy of tests
Dhrystone 2 using register variables 52295018.5 lps (10.0 s, 7 samples)
Double-Precision Whetstone 3780.7 MWIPS (16.6 s, 7 samples)
Execl Throughput 7506.6 lps (29.9 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks 802160.7 KBps (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks 207249.8 KBps (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks 2310876.5 KBps (30.0 s, 2 samples)
Pipe Throughput 1069489.9 lps (10.0 s, 7 samples)
Pipe-based Context Switching 217914.0 lps (10.0 s, 7 samples)
Process Creation 13494.3 lps (30.0 s, 2 samples)
Shell Scripts (1 concurrent) 17981.5 lpm (60.0 s, 2 samples)
Shell Scripts (8 concurrent) 6526.5 lpm (60.0 s, 2 samples)
System Call Overhead 311179.3 lps (10.0 s, 7 samples)
System Benchmarks Index Values BASELINE RESULT INDEX
Dhrystone 2 using register variables 116700.0 52295018.5 4481.1
Double-Precision Whetstone 55.0 3780.7 687.4
Execl Throughput 43.0 7506.6 1745.7
File Copy 1024 bufsize 2000 maxblocks 3960.0 802160.7 2025.7
File Copy 256 bufsize 500 maxblocks 1655.0 207249.8 1252.3
File Copy 4096 bufsize 8000 maxblocks 5800.0 2310876.5 3984.3
Pipe Throughput 12440.0 1069489.9 859.7
Pipe-based Context Switching 4000.0 217914.0 544.8
Process Creation 126.0 13494.3 1071.0
Shell Scripts (1 concurrent) 42.4 17981.5 4240.9
Shell Scripts (8 concurrent) 6.0 6526.5 10877.6
System Call Overhead 15000.0 311179.3 207.5
========
System Benchmarks Index Score 1589.9
------------------------------------------------------------------------
Benchmark Run: Sat Mar 03 2018 05:09:29 - 05:39:22
8 CPUs in system; running 8 parallel copies of tests
Dhrystone 2 using register variables 279016012.3 lps (10.0 s, 7 samples)
Double-Precision Whetstone 22684.7 MWIPS (20.5 s, 7 samples)
Execl Throughput 36515.7 lps (30.0 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks 1501762.0 KBps (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks 401841.9 KBps (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks 4555608.6 KBps (30.0 s, 2 samples)
Pipe Throughput 6670525.5 lps (10.0 s, 7 samples)
Pipe-based Context Switching 1595194.2 lps (10.0 s, 7 samples)
Process Creation 66124.7 lps (30.0 s, 2 samples)
Shell Scripts (1 concurrent) 60133.5 lpm (60.0 s, 2 samples)
Shell Scripts (8 concurrent) 8819.7 lpm (60.0 s, 2 samples)
System Call Overhead 2060599.0 lps (10.0 s, 7 samples)
System Benchmarks Index Values BASELINE RESULT INDEX
Dhrystone 2 using register variables 116700.0 279016012.3 23908.8
Double-Precision Whetstone 55.0 22684.7 4124.5
Execl Throughput 43.0 36515.7 8492.0
File Copy 1024 bufsize 2000 maxblocks 3960.0 1501762.0 3792.3
File Copy 256 bufsize 500 maxblocks 1655.0 401841.9 2428.0
File Copy 4096 bufsize 8000 maxblocks 5800.0 4555608.6 7854.5
Pipe Throughput 12440.0 6670525.5 5362.2
Pipe-based Context Switching 4000.0 1595194.2 3988.0
Process Creation 126.0 66124.7 5248.0
Shell Scripts (1 concurrent) 42.4 60133.5 14182.4
Shell Scripts (8 concurrent) 6.0 8819.7 14699.5
System Call Overhead 15000.0 2060599.0 1373.7
========
System Benchmarks Index Score 5944.4
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, 18.9009 s, 114 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, 15.1705 s, 142 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=8540: Sat Mar 3 04:37:17 2018
read : io=805161MB, bw=13419MB/s, iops=3435.4K, runt= 60000msec
clat (usec): min=0, max=56583, avg= 1.45, stdev=11.81
lat (usec): min=0, max=56583, avg= 1.48, stdev=11.88
clat percentiles (usec):
| 1.00th=[ 1], 5.00th=[ 1], 10.00th=[ 1], 20.00th=[ 1],
| 30.00th=[ 1], 40.00th=[ 1], 50.00th=[ 1], 60.00th=[ 1],
| 70.00th=[ 1], 80.00th=[ 2], 90.00th=[ 2], 95.00th=[ 2],
| 99.00th=[ 2], 99.50th=[ 2], 99.90th=[ 88], 99.95th=[ 98],
| 99.99th=[ 123]
bw (MB /s): min= 35, max= 1901, per=12.49%, avg=1676.19, stdev=559.09
lat (usec) : 2=79.13%, 4=20.55%, 10=0.05%, 20=0.01%, 50=0.01%
lat (usec) : 100=0.21%, 250=0.04%, 500=0.01%, 750=0.01%, 1000=0.01%
lat (msec) : 2=0.01%, 4=0.01%, 10=0.01%, 20=0.01%, 50=0.01%
lat (msec) : 100=0.01%
cpu : usr=25.26%, sys=65.27%, ctx=550514, majf=0, minf=77
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=206121210/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=805161MB, aggrb=13419MB/s, minb=13419MB/s, maxb=13419MB/s, mint=60000msec, maxt=60000msec
./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=8558: Sat Mar 3 04:38:17 2018
read : io=18691MB, bw=318988KB/s, iops=79746, runt= 60001msec
clat (usec): min=51, max=58203, avg=95.05, stdev=228.64
lat (usec): min=51, max=58204, avg=95.28, stdev=228.64
clat percentiles (usec):
| 1.00th=[ 62], 5.00th=[ 69], 10.00th=[ 73], 20.00th=[ 76],
| 30.00th=[ 80], 40.00th=[ 84], 50.00th=[ 89], 60.00th=[ 92],
| 70.00th=[ 95], 80.00th=[ 100], 90.00th=[ 108], 95.00th=[ 118],
| 99.00th=[ 149], 99.50th=[ 175], 99.90th=[ 2096], 99.95th=[ 2320],
| 99.99th=[ 6624]
bw (KB /s): min=31080, max=50576, per=12.49%, avg=39827.17, stdev=2965.65
lat (usec) : 100=79.73%, 250=19.95%, 500=0.11%, 750=0.03%, 1000=0.01%
lat (msec) : 2=0.05%, 4=0.10%, 10=0.01%, 20=0.01%, 50=0.01%
lat (msec) : 100=0.01%
cpu : usr=4.31%, sys=17.37%, ctx=4785498, majf=0, minf=78
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=4784895/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=18691MB, aggrb=318987KB/s, minb=318987KB/s, maxb=318987KB/s, mint=60001msec, maxt=60001msec
./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=8594: Sat Mar 3 04:40:18 2018
write: io=196774MB, bw=3279.6MB/s, iops=839555, runt= 60001msec
clat (usec): min=1, max=1001.3K, avg= 8.63, stdev=594.33
lat (usec): min=1, max=1001.3K, avg= 8.69, stdev=594.33
clat percentiles (usec):
| 1.00th=[ 1], 5.00th=[ 2], 10.00th=[ 3], 20.00th=[ 4],
| 30.00th=[ 5], 40.00th=[ 5], 50.00th=[ 6], 60.00th=[ 6],
| 70.00th=[ 6], 80.00th=[ 7], 90.00th=[ 7], 95.00th=[ 8],
| 99.00th=[ 13], 99.50th=[ 18], 99.90th=[ 34], 99.95th=[ 90],
| 99.99th=[ 8256]
bw (KB /s): min= 7109, max=633208, per=12.73%, avg=427433.99, stdev=105959.33
lat (usec) : 2=1.41%, 4=14.41%, 10=82.25%, 20=1.50%, 50=0.37%
lat (usec) : 100=0.02%, 250=0.01%, 500=0.01%, 750=0.01%, 1000=0.01%
lat (msec) : 2=0.01%, 4=0.01%, 10=0.01%, 20=0.01%, 50=0.01%
lat (msec) : 100=0.01%, 250=0.01%, 750=0.01%, 1000=0.01%, 2000=0.01%
cpu : usr=6.49%, sys=65.57%, ctx=13816064, majf=0, minf=78
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=50374142/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=196774MB, aggrb=3279.6MB/s, minb=3279.6MB/s, maxb=3279.6MB/s, mint=60001msec, maxt=60001msec
./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=8576: Sat Mar 3 04:39:18 2018
write: io=10892MB, bw=185886KB/s, iops=46471, runt= 60001msec
clat (usec): min=11, max=114469, avg=170.07, stdev=755.31
lat (usec): min=11, max=114469, avg=170.28, stdev=755.32
clat percentiles (usec):
| 1.00th=[ 12], 5.00th=[ 18], 10.00th=[ 104], 20.00th=[ 106],
| 30.00th=[ 108], 40.00th=[ 110], 50.00th=[ 117], 60.00th=[ 126],
| 70.00th=[ 141], 80.00th=[ 163], 90.00th=[ 241], 95.00th=[ 370],
| 99.00th=[ 692], 99.50th=[ 876], 99.90th=[ 5216], 99.95th=[ 8512],
| 99.99th=[36096]
bw (KB /s): min= 7064, max=36352, per=12.49%, avg=23218.45, stdev=6925.11
lat (usec) : 20=5.52%, 50=2.95%, 100=0.28%, 250=81.82%, 500=6.94%
lat (usec) : 750=1.70%, 1000=0.41%
lat (msec) : 2=0.09%, 4=0.04%, 10=0.21%, 20=0.02%, 50=0.02%
lat (msec) : 100=0.01%, 250=0.01%
cpu : usr=1.23%, sys=8.17%, ctx=5462882, 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=0/w=2788330/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=10892MB, aggrb=185885KB/s, minb=185885KB/s, maxb=185885KB/s, mint=60001msec, maxt=60001msec
Downloaded 104857600 bytes in 0.759 sec Downloaded 104857600 bytes in 0.735 sec Downloaded 104857600 bytes in 0.435 sec Downloaded 104857600 bytes in 0.454 sec Downloaded 104857600 bytes in 0.489 sec Finished! Average download speed is 1392.76 Mbit/s
Retrieving speedtest.net configuration... Retrieving speedtest.net server list... Testing from Incero ... Selecting 15 servers that are not too close: 1. Suddenlink Communications LLC (Georgetown, TX) [38.07 km]: 10.556 ms 2. Grande Communications (San Marcos, TX) [52.26 km]: 10.985 ms 3. Verizon (Schertz, TX) [99.45 km]: 25.618 ms 4. AT&T (San Antonio, TX) [124.49 km]: 10.179 ms 5. VTX 1 (San Antonio, TX) [124.49 km]: 23.288 ms 6. Sprint (San Antonio, TX) [124.49 km]: 7.891 ms 7. Vivint Wireless (San Antonio, TX) [124.49 km]: 11.54 ms 8. Brazos WiFi (Bryan, TX) [135.78 km]: 18.811 ms 9. Suddenlink Communications LLC (College Station, TX) [138.81 km]: 14.975 ms 10. Hill Country Telephone Coop (Ingram, TX) [147.89 km]: 18.999 ms 11. ScaleMatrix (Katy, TX) [191.80 km]: 19.181 ms 12. Verizon (Copperfield, TX) [205.64 km]: 33.451 ms 13. Sam Houston State University (Huntsville, TX) [213.05 km]: 21.952 ms 14. Suddenlink Communications LLC (Conroe, TX) [217.30 km]: 13.316 ms 15. Tachus Fiber Broadband (Spring, TX) [226.32 km]: 12.236 ms Testing upload speeds 1. Suddenlink Communications LLC (Georgetown, TX):......................... 291.72 Mbit/s 2. Grande Communications (San Marcos, TX): ......................... 291.64 Mbit/s 3. Verizon (Schertz, TX): ......................... 160.77 Mbit/s 4. AT&T (San Antonio, TX): ......................... 295.38 Mbit/s 5. VTX 1 (San Antonio, TX): ......................... 119.61 Mbit/s 6. Sprint (San Antonio, TX): ......................... 608.23 Mbit/s 7. Vivint Wireless (San Antonio, TX): ......................... 358.49 Mbit/s 8. Brazos WiFi (Bryan, TX): ......................... 208.98 Mbit/s 9. Suddenlink Communications LLC (College Station, TX):......................... 382.54 Mbit/s 10. Hill Country Telephone Coop (Ingram, TX): ......................... 280.20 Mbit/s 11. ScaleMatrix (Katy, TX): ......................... 282.38 Mbit/s 12. Verizon (Copperfield, TX): ......................... 158.88 Mbit/s 13. Sam Houston State University (Huntsville, TX):......................... 222.00 Mbit/s 14. Suddenlink Communications LLC (Conroe, TX): ......................... 394.57 Mbit/s 15. Tachus Fiber Broadband (Spring, TX): ......................... 283.36 Mbit/s Average upload speed is 289.25 Mbit/s