perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LC_MEASUREMENT = "en_CA.UTF-8",
LC_PAPER = "en_CA.UTF-8",
LC_MONETARY = "en_CA.UTF-8",
LC_NAME = "en_CA.UTF-8",
LC_ADDRESS = "en_CA.UTF-8",
LC_NUMERIC = "en_CA.UTF-8",
LC_TELEPHONE = "en_CA.UTF-8",
LC_IDENTIFICATION = "en_CA.UTF-8",
LC_TIME = "en_CA.UTF-8",
LANG = "en_CA.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
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 "/root/serverscope-rugsdL/byte-unixbench/UnixBench"
make distr
make[2]: Entering directory "/root/serverscope-rugsdL/byte-unixbench/UnixBench"
Checking distribution of files
./pgms exists
./src exists
./testdir exists
make[2]: Leaving directory "/root/serverscope-rugsdL/byte-unixbench/UnixBench"
make programs
make[2]: Entering directory "/root/serverscope-rugsdL/byte-unixbench/UnixBench"
make[2]: Nothing to be done for "programs".
make[2]: Leaving directory "/root/serverscope-rugsdL/byte-unixbench/UnixBench"
make[1]: Leaving directory "/root/serverscope-rugsdL/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
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: yeabro: GNU/Linux
OS: GNU/Linux -- 2.6.32-042stab113.21 -- #1 SMP Wed Mar 23 11:05:25 MSK 2016
Machine: x86_64 (x86_64)
Language: en_US.utf8 (charmap="ANSI_X3.4-1968", collate="ANSI_X3.4-1968")
CPU 0: Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz (7981.3 bogomips)
Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
CPU 1: Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz (7981.3 bogomips)
Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
13:56:33 up 16 min, 1 user, load average: 7.86, 4.50, 1.87; runlevel Aug
------------------------------------------------------------------------
Benchmark Run: Fri Aug 18 2017 13:56:33 - 14:26:12
2 CPUs in system; running 1 parallel copy of tests
Dhrystone 2 using register variables 39934401.9 lps (10.0 s, 7 samples)
Double-Precision Whetstone 3482.6 MWIPS (17.7 s, 7 samples)
Execl Throughput 4891.0 lps (30.0 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks 819339.9 KBps (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks 226015.1 KBps (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks 2127781.7 KBps (30.0 s, 2 samples)
Pipe Throughput 1856361.6 lps (10.0 s, 7 samples)
Pipe-based Context Switching 350430.7 lps (10.0 s, 7 samples)
Process Creation 15547.6 lps (30.0 s, 2 samples)
Shell Scripts (1 concurrent) 10110.0 lpm (60.0 s, 2 samples)
Shell Scripts (8 concurrent) 1687.6 lpm (60.0 s, 2 samples)
System Call Overhead 2948503.5 lps (10.0 s, 7 samples)
System Benchmarks Index Values BASELINE RESULT INDEX
Dhrystone 2 using register variables 116700.0 39934401.9 3422.0
Double-Precision Whetstone 55.0 3482.6 633.2
Execl Throughput 43.0 4891.0 1137.4
File Copy 1024 bufsize 2000 maxblocks 3960.0 819339.9 2069.0
File Copy 256 bufsize 500 maxblocks 1655.0 226015.1 1365.7
File Copy 4096 bufsize 8000 maxblocks 5800.0 2127781.7 3668.6
Pipe Throughput 12440.0 1856361.6 1492.3
Pipe-based Context Switching 4000.0 350430.7 876.1
Process Creation 126.0 15547.6 1233.9
Shell Scripts (1 concurrent) 42.4 10110.0 2384.4
Shell Scripts (8 concurrent) 6.0 1687.6 2812.7
System Call Overhead 15000.0 2948503.5 1965.7
========
System Benchmarks Index Score 1690.1
------------------------------------------------------------------------
Benchmark Run: Fri Aug 18 2017 14:26:12 - 14:56:03
2 CPUs in system; running 2 parallel copies of tests
Dhrystone 2 using register variables 73873360.6 lps (10.0 s, 7 samples)
Double-Precision Whetstone 6613.7 MWIPS (18.4 s, 7 samples)
Execl Throughput 9680.8 lps (30.0 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks 801927.1 KBps (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks 227113.5 KBps (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks 2271005.3 KBps (30.0 s, 2 samples)
Pipe Throughput 3475180.6 lps (10.0 s, 7 samples)
Pipe-based Context Switching 659572.8 lps (10.0 s, 7 samples)
Process Creation 26472.8 lps (30.0 s, 2 samples)
Shell Scripts (1 concurrent) 16740.1 lpm (60.0 s, 2 samples)
Shell Scripts (8 concurrent) 2281.4 lpm (60.0 s, 2 samples)
System Call Overhead 4769803.4 lps (10.0 s, 7 samples)
System Benchmarks Index Values BASELINE RESULT INDEX
Dhrystone 2 using register variables 116700.0 73873360.6 6330.2
Double-Precision Whetstone 55.0 6613.7 1202.5
Execl Throughput 43.0 9680.8 2251.3
File Copy 1024 bufsize 2000 maxblocks 3960.0 801927.1 2025.1
File Copy 256 bufsize 500 maxblocks 1655.0 227113.5 1372.3
File Copy 4096 bufsize 8000 maxblocks 5800.0 2271005.3 3915.5
Pipe Throughput 12440.0 3475180.6 2793.6
Pipe-based Context Switching 4000.0 659572.8 1648.9
Process Creation 126.0 26472.8 2101.0
Shell Scripts (1 concurrent) 42.4 16740.1 3948.1
Shell Scripts (8 concurrent) 6.0 2281.4 3802.3
System Call Overhead 15000.0 4769803.4 3179.9
========
System Benchmarks Index Score 2577.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, 1.55567 s, 1.4 GB/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, 1.34821 s, 1.6 GB/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=20859: Fri Aug 18 13:53:30 2017
read : io=220333MB, bw=3672.2MB/s, iops=940073, runt= 60001msec
clat (usec): min=0, max=41406, avg= 6.37, stdev=105.29
lat (usec): min=0, max=41406, avg= 6.41, stdev=105.44
clat percentiles (usec):
| 1.00th=[ 0], 5.00th=[ 0], 10.00th=[ 1], 20.00th=[ 1],
| 30.00th=[ 1], 40.00th=[ 1], 50.00th=[ 1], 60.00th=[ 1],
| 70.00th=[ 1], 80.00th=[ 1], 90.00th=[ 2], 95.00th=[ 3],
| 99.00th=[ 124], 99.50th=[ 157], 99.90th=[ 620], 99.95th=[ 1320],
| 99.99th=[ 4080]
bw (KB /s): min=23544, max=1386120, per=12.51%, avg=470388.95, stdev=373651.54
lat (usec) : 2=85.24%, 4=10.36%, 10=0.19%, 20=0.99%, 50=1.28%
lat (usec) : 100=0.51%, 250=1.13%, 500=0.16%, 750=0.05%, 1000=0.01%
lat (msec) : 2=0.04%, 4=0.02%, 10=0.01%, 20=0.01%, 50=0.01%
cpu : usr=4.95%, sys=15.67%, ctx=4313136, majf=0, minf=304
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=56405348/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=220333MB, aggrb=3672.2MB/s, minb=3672.2MB/s, maxb=3672.2MB/s, mint=60001msec, maxt=60001msec
Disk stats (read/write):
ploop15888p1: ios=0/0, merge=0/0, ticks=0/0, in_queue=0, util=0.00%
./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=20875: Fri Aug 18 13:54:30 2017
read : io=218073MB, bw=3634.6MB/s, iops=930431, runt= 60001msec
clat (usec): min=0, max=37959, avg= 6.53, stdev=83.61
lat (usec): min=0, max=37959, avg= 6.58, stdev=84.02
clat percentiles (usec):
| 1.00th=[ 0], 5.00th=[ 0], 10.00th=[ 1], 20.00th=[ 1],
| 30.00th=[ 1], 40.00th=[ 1], 50.00th=[ 1], 60.00th=[ 1],
| 70.00th=[ 1], 80.00th=[ 1], 90.00th=[ 2], 95.00th=[ 3],
| 99.00th=[ 125], 99.50th=[ 161], 99.90th=[ 748], 99.95th=[ 1432],
| 99.99th=[ 4128]
bw (KB /s): min=20160, max=1636968, per=12.49%, avg=464776.94, stdev=361095.95
lat (usec) : 2=85.23%, 4=10.23%, 10=0.22%, 20=0.92%, 50=1.32%
lat (usec) : 100=0.62%, 250=1.15%, 500=0.17%, 750=0.05%, 1000=0.02%
lat (msec) : 2=0.05%, 4=0.03%, 10=0.01%, 20=0.01%, 50=0.01%
cpu : usr=4.91%, sys=15.72%, ctx=4209425, majf=0, minf=304
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=55826791/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=218073MB, aggrb=3634.6MB/s, minb=3634.6MB/s, maxb=3634.6MB/s, mint=60001msec, maxt=60001msec
Disk stats (read/write):
ploop15888p1: ios=0/0, merge=0/0, ticks=0/0, in_queue=0, util=0.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=20917: Fri Aug 18 13:56:31 2017
write: io=119154MB, bw=1985.8MB/s, iops=508349, runt= 60005msec
clat (usec): min=0, max=307196, avg= 5.50, stdev=152.47
lat (usec): min=0, max=307196, avg= 5.59, stdev=153.41
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=[ 2], 80.00th=[ 2], 90.00th=[ 2], 95.00th=[ 3],
| 99.00th=[ 6], 99.50th=[ 15], 99.90th=[ 1160], 99.95th=[ 2256],
| 99.99th=[ 5600]
bw (KB /s): min= 5, max=323640, per=12.57%, avg=255690.12, stdev=38531.18
lat (usec) : 2=65.07%, 4=32.57%, 10=1.75%, 20=0.16%, 50=0.10%
lat (usec) : 100=0.05%, 250=0.06%, 500=0.04%, 750=0.04%, 1000=0.03%
lat (msec) : 2=0.06%, 4=0.04%, 10=0.02%, 20=0.01%, 50=0.01%
lat (msec) : 100=0.01%, 500=0.01%
cpu : usr=2.89%, sys=9.73%, ctx=2933682, majf=0, minf=266
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=30503532/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=119154MB, aggrb=1985.8MB/s, minb=1985.8MB/s, maxb=1985.8MB/s, mint=60005msec, maxt=60005msec
Disk stats (read/write):
ploop15888p1: ios=0/0, merge=0/0, ticks=0/0, in_queue=0, util=0.00%
./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=20893: Fri Aug 18 13:55:31 2017
write: io=118110MB, bw=1968.5MB/s, iops=503917, runt= 60002msec
clat (usec): min=0, max=93745, avg= 5.57, stdev=116.39
lat (usec): min=0, max=93745, avg= 5.69, stdev=117.72
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=[ 2], 80.00th=[ 2], 90.00th=[ 2], 95.00th=[ 3],
| 99.00th=[ 6], 99.50th=[ 17], 99.90th=[ 1192], 99.95th=[ 2160],
| 99.99th=[ 5408]
bw (KB /s): min=164197, max=325461, per=12.51%, avg=252090.72, stdev=24652.08
lat (usec) : 2=63.34%, 4=34.26%, 10=1.79%, 20=0.15%, 50=0.10%
lat (usec) : 100=0.05%, 250=0.06%, 500=0.05%, 750=0.04%, 1000=0.04%
lat (msec) : 2=0.06%, 4=0.04%, 10=0.02%, 20=0.01%, 50=0.01%
lat (msec) : 100=0.01%
cpu : usr=3.33%, sys=9.56%, ctx=2758217, majf=0, minf=265
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=30236073/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=118110MB, aggrb=1968.5MB/s, minb=1968.5MB/s, maxb=1968.5MB/s, mint=60002msec, maxt=60002msec
Disk stats (read/write):
ploop15888p1: ios=0/0, merge=0/0, ticks=0/0, in_queue=0, util=0.00%
Downloaded 104857600 bytes in 1.126354 sec Downloaded 104857600 bytes in 1.145594 sec Downloaded 104857600 bytes in 1.167165 sec Downloaded 104857600 bytes in 1.087498 sec Downloaded 104857600 bytes in 1.100467 sec Finished! Average download speed is 710.85 Mbit/s
Retrieving speedtest.net configuration... Retrieving speedtest.net server list... Testing from OVH ... Selecting 15 servers that are not too close: 1. Caramania.Ca (Beauharnois, QC) [31.64 km]: 31.477 ms 2. ToxicPVP (Beauharnois, QC) [31.64 km]: 36.719 ms 3. Internexe (Knowlton, QC) [88.84 km]: 47.805 ms 4. Sovernet Communications (Burlington, VT) [120.08 km]: 59.637 ms 5. Green Mountain Access (Richmond, VT) [130.60 km]: 52.724 ms 6. Slic Network Solutions (Potsdam, NY) [144.32 km]: 54.189 ms 7. SSI Micro (Kanata, ON) [182.47 km]: 79.214 ms 8. Dartmouth College (Hanover, NH) [224.70 km]: 49.171 ms 9. WTC Communications (Kingston, ON) [270.56 km]: 40.831 ms 10. Northland Communications (Utica, NY) [297.99 km]: 50.968 ms 11. Oxford Networks (Lewiston, ME) [307.58 km]: 46.516 ms 12. MassiveMesh Networks (Troy, NY) [308.77 km]: 69.077 ms 13. INOC, LLC (Albany, NY) [317.41 km]: 51.749 ms 14. TurnKey Internet, Inc. (Albany, NY) [317.41 km]: 34.419 ms 15. Time Warner Cable (Syracuse, NY) [341.28 km]: 54.448 ms Testing upload speeds 1. Caramania.Ca (Beauharnois, QC): ......................... 12.79 Mbit/s 2. ToxicPVP (Beauharnois, QC): ......................... 4.37 Mbit/s 3. Internexe (Knowlton, QC): ......................... 77.98 Mbit/s 4. Sovernet Communications (Burlington, VT): ......................... 3.90 Mbit/s 5. Green Mountain Access (Richmond, VT): ......................... 123.56 Mbit/s 6. Slic Network Solutions (Potsdam, NY): ......................... 44.50 Mbit/s 7. SSI Micro (Kanata, ON): ......................... 46.85 Mbit/s 8. Dartmouth College (Hanover, NH): ......................... 116.85 Mbit/s 9. WTC Communications (Kingston, ON): ......................... 201.01 Mbit/s 10. Northland Communications (Utica, NY): ......................... 124.30 Mbit/s 11. Oxford Networks (Lewiston, ME): ......................... 164.97 Mbit/s 12. MassiveMesh Networks (Troy, NY): ......................... 51.67 Mbit/s 13. INOC, LLC (Albany, NY): ......................... 4.05 Mbit/s 14. TurnKey Internet, Inc. (Albany, NY): ......................... 193.52 Mbit/s 15. Time Warner Cable (Syracuse, NY): ......................... 26.19 Mbit/s Average upload speed is 79.77 Mbit/s