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-BH2ChN/byte-unixbench/UnixBench"
make distr
make[2]: Entering directory "/root/serverscope-BH2ChN/byte-unixbench/UnixBench"
Checking distribution of files
./pgms exists
./src exists
./testdir exists
make[2]: Leaving directory "/root/serverscope-BH2ChN/byte-unixbench/UnixBench"
make programs
make[2]: Entering directory "/root/serverscope-BH2ChN/byte-unixbench/UnixBench"
make[2]: Nothing to be done for "programs".
make[2]: Leaving directory "/root/serverscope-BH2ChN/byte-unixbench/UnixBench"
make[1]: Leaving directory "/root/serverscope-BH2ChN/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: nc-games: GNU/Linux
OS: GNU/Linux -- 4.4.0-104-generic -- #127-Ubuntu SMP Mon Dec 11 12:16:42 UTC 2017
Machine: x86_64 (x86_64)
Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8")
CPU 0: Intel(R) Xeon(R) CPU E5-2620 0 @ 2.00GHz (4000.0 bogomips)
x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
CPU 1: Intel(R) Xeon(R) CPU E5-2620 0 @ 2.00GHz (4000.0 bogomips)
x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
21:47:00 up 33 min, 1 user, load average: 8.86, 6.48, 3.75; runlevel 2018-01-01
------------------------------------------------------------------------
Benchmark Run: Mon Jan 01 2018 21:47:00 - 22:15:25
2 CPUs in system; running 1 parallel copy of tests
Dhrystone 2 using register variables 24998398.6 lps (10.0 s, 7 samples)
Double-Precision Whetstone 2628.5 MWIPS (9.6 s, 7 samples)
Execl Throughput 2312.5 lps (29.9 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks 679120.5 KBps (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks 197198.6 KBps (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks 1490445.5 KBps (30.0 s, 2 samples)
Pipe Throughput 1408252.0 lps (10.0 s, 7 samples)
Pipe-based Context Switching 112091.6 lps (10.0 s, 7 samples)
Process Creation 6035.2 lps (30.0 s, 2 samples)
Shell Scripts (1 concurrent) 6279.8 lpm (60.0 s, 2 samples)
Shell Scripts (8 concurrent) 1250.0 lpm (60.0 s, 2 samples)
System Call Overhead 2513133.8 lps (10.0 s, 7 samples)
System Benchmarks Index Values BASELINE RESULT INDEX
Dhrystone 2 using register variables 116700.0 24998398.6 2142.1
Double-Precision Whetstone 55.0 2628.5 477.9
Execl Throughput 43.0 2312.5 537.8
File Copy 1024 bufsize 2000 maxblocks 3960.0 679120.5 1715.0
File Copy 256 bufsize 500 maxblocks 1655.0 197198.6 1191.5
File Copy 4096 bufsize 8000 maxblocks 5800.0 1490445.5 2569.7
Pipe Throughput 12440.0 1408252.0 1132.0
Pipe-based Context Switching 4000.0 112091.6 280.2
Process Creation 126.0 6035.2 479.0
Shell Scripts (1 concurrent) 42.4 6279.8 1481.1
Shell Scripts (8 concurrent) 6.0 1250.0 2083.4
System Call Overhead 15000.0 2513133.8 1675.4
========
System Benchmarks Index Score 1070.7
------------------------------------------------------------------------
Benchmark Run: Mon Jan 01 2018 22:15:25 - 22:43:53
2 CPUs in system; running 2 parallel copies of tests
Dhrystone 2 using register variables 50495745.8 lps (10.0 s, 7 samples)
Double-Precision Whetstone 5276.6 MWIPS (9.8 s, 7 samples)
Execl Throughput 5573.5 lps (29.9 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks 798724.5 KBps (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks 201745.9 KBps (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks 2086221.5 KBps (30.0 s, 2 samples)
Pipe Throughput 2707502.7 lps (10.0 s, 7 samples)
Pipe-based Context Switching 403058.7 lps (10.0 s, 7 samples)
Process Creation 13647.6 lps (30.0 s, 2 samples)
Shell Scripts (1 concurrent) 10976.4 lpm (60.0 s, 2 samples)
Shell Scripts (8 concurrent) 1409.8 lpm (60.0 s, 2 samples)
System Call Overhead 3527193.2 lps (10.0 s, 7 samples)
System Benchmarks Index Values BASELINE RESULT INDEX
Dhrystone 2 using register variables 116700.0 50495745.8 4327.0
Double-Precision Whetstone 55.0 5276.6 959.4
Execl Throughput 43.0 5573.5 1296.2
File Copy 1024 bufsize 2000 maxblocks 3960.0 798724.5 2017.0
File Copy 256 bufsize 500 maxblocks 1655.0 201745.9 1219.0
File Copy 4096 bufsize 8000 maxblocks 5800.0 2086221.5 3596.9
Pipe Throughput 12440.0 2707502.7 2176.4
Pipe-based Context Switching 4000.0 403058.7 1007.6
Process Creation 126.0 13647.6 1083.1
Shell Scripts (1 concurrent) 42.4 10976.4 2588.8
Shell Scripts (8 concurrent) 6.0 1409.8 2349.7
System Call Overhead 15000.0 3527193.2 2351.5
========
System Benchmarks Index Score 1850.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, 21.5397 s, 99.7 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, 21.3376 s, 101 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=29177: Mon Jan 1 21:43:37 2018
read : io=28380KB, bw=483642B/s, iops=118, runt= 60088msec
clat (msec): min=8, max=338, avg=67.69, stdev=32.07
lat (msec): min=8, max=338, avg=67.69, stdev=32.07
clat percentiles (msec):
| 1.00th=[ 36], 5.00th=[ 41], 10.00th=[ 44], 20.00th=[ 49],
| 30.00th=[ 52], 40.00th=[ 55], 50.00th=[ 58], 60.00th=[ 62],
| 70.00th=[ 68], 80.00th=[ 81], 90.00th=[ 101], 95.00th=[ 135],
| 99.00th=[ 198], 99.50th=[ 217], 99.90th=[ 289], 99.95th=[ 330],
| 99.99th=[ 338]
bw (KB /s): min= 14, max= 91, per=12.48%, avg=58.92, stdev=12.85
lat (msec) : 10=0.01%, 20=0.01%, 50=25.30%, 100=64.41%, 250=10.11%
lat (msec) : 500=0.16%
cpu : usr=0.09%, sys=0.22%, ctx=7123, majf=0, minf=91
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=7095/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=28380KB, aggrb=472KB/s, minb=472KB/s, maxb=472KB/s, mint=60088msec, maxt=60088msec
Disk stats (read/write):
dm-0: ios=7186/1605, merge=0/0, ticks=484492/256512, in_queue=743004, util=99.92%, aggrios=7158/615, aggrmerge=35/1095, aggrticks=482896/63904, aggrin_queue=546800, aggrutil=99.92%
sda: ios=7158/615, merge=35/1095, ticks=482896/63904, in_queue=546800, util=99.92%
./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=29277: Mon Jan 1 21:44:38 2018
read : io=27144KB, bw=462910B/s, iops=113, runt= 60045msec
clat (msec): min=21, max=462, avg=70.75, stdev=37.35
lat (msec): min=21, max=462, avg=70.75, stdev=37.35
clat percentiles (msec):
| 1.00th=[ 37], 5.00th=[ 42], 10.00th=[ 45], 20.00th=[ 49],
| 30.00th=[ 52], 40.00th=[ 56], 50.00th=[ 59], 60.00th=[ 63],
| 70.00th=[ 71], 80.00th=[ 86], 90.00th=[ 115], 95.00th=[ 143],
| 99.00th=[ 215], 99.50th=[ 245], 99.90th=[ 408], 99.95th=[ 412],
| 99.99th=[ 461]
bw (KB /s): min= 13, max= 79, per=12.48%, avg=56.43, stdev=11.78
lat (msec) : 50=23.09%, 100=63.04%, 250=13.38%, 500=0.49%
cpu : usr=0.07%, sys=0.21%, ctx=6817, majf=0, minf=91
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=6786/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=27144KB, aggrb=452KB/s, minb=452KB/s, maxb=452KB/s, mint=60045msec, maxt=60045msec
Disk stats (read/write):
dm-0: ios=7135/1768, merge=0/0, ticks=500312/401240, in_queue=902256, util=100.00%, aggrios=7123/739, aggrmerge=19/1139, aggrticks=498968/151140, aggrin_queue=650092, aggrutil=100.00%
sda: ios=7123/739, merge=19/1139, ticks=498968/151140, in_queue=650092, 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=2735: Mon Jan 1 21:46:56 2018
write: io=2709.1MB, bw=35591KB/s, iops=8897, runt= 77969msec
clat (usec): min=1, max=5228.8K, avg=637.66, stdev=42498.58
lat (usec): min=1, max=5228.8K, avg=638.12, stdev=42499.98
clat percentiles (usec):
| 1.00th=[ 2], 5.00th=[ 2], 10.00th=[ 2], 20.00th=[ 3],
| 30.00th=[ 3], 40.00th=[ 3], 50.00th=[ 3], 60.00th=[ 4],
| 70.00th=[ 5], 80.00th=[ 6], 90.00th=[ 7], 95.00th=[ 9],
| 99.00th=[ 23], 99.50th=[ 102], 99.90th=[12992], 99.95th=[40192],
| 99.99th=[2998272]
bw (KB /s): min= 0, max=123841, per=41.56%, avg=14790.97, stdev=22643.84
lat (usec) : 2=0.05%, 4=50.65%, 10=45.38%, 20=2.82%, 50=0.40%
lat (usec) : 100=0.20%, 250=0.24%, 500=0.09%, 750=0.01%, 1000=0.01%
lat (msec) : 2=0.01%, 4=0.01%, 10=0.04%, 20=0.05%, 50=0.02%
lat (msec) : 100=0.01%, 250=0.01%, 500=0.01%, 750=0.01%, 1000=0.01%
lat (msec) : >=2000=0.01%
cpu : usr=0.20%, sys=0.79%, ctx=7670, 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=0/w=693748/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=2709.1MB, aggrb=35590KB/s, minb=35590KB/s, maxb=35590KB/s, mint=77969msec, maxt=77969msec
Disk stats (read/write):
dm-0: ios=0/56858, merge=0/0, ticks=0/9623032, in_queue=9623028, util=99.92%, aggrios=0/47369, aggrmerge=0/9724, aggrticks=0/8382452, aggrin_queue=8382416, aggrutil=99.91%
sda: ios=0/47369, merge=0/9724, ticks=0/8382452, in_queue=8382416, util=99.91%
./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=32159: Mon Jan 1 21:45:38 2018
write: io=26752KB, bw=455618B/s, iops=111, runt= 60125msec
clat (usec): min=335, max=3240.6K, avg=71843.78, stdev=277413.31
lat (usec): min=336, max=3240.6K, avg=71844.51, stdev=277413.37
clat percentiles (usec):
| 1.00th=[ 362], 5.00th=[ 378], 10.00th=[ 390], 20.00th=[ 410],
| 30.00th=[ 430], 40.00th=[ 454], 50.00th=[ 494], 60.00th=[ 636],
| 70.00th=[ 1368], 80.00th=[15552], 90.00th=[62720], 95.00th=[501760],
| 99.00th=[1433600], 99.50th=[1925120], 99.90th=[2834432], 99.95th=[2932736],
| 99.99th=[3227648]
bw (KB /s): min= 1, max= 1042, per=14.57%, avg=64.70, stdev=113.82
lat (usec) : 500=51.15%, 750=13.68%, 1000=2.45%
lat (msec) : 2=5.11%, 4=2.03%, 10=3.89%, 20=4.07%, 50=6.94%
lat (msec) : 100=1.84%, 250=1.78%, 500=2.05%, 750=1.54%, 1000=1.06%
lat (msec) : 2000=2.00%, >=2000=0.40%
cpu : usr=0.02%, sys=0.13%, ctx=14027, 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=6688/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=26752KB, aggrb=444KB/s, minb=444KB/s, maxb=444KB/s, mint=60125msec, maxt=60125msec
Disk stats (read/write):
dm-0: ios=202/15850, merge=0/0, ticks=4664/405740, in_queue=410436, util=99.37%, aggrios=129/9255, aggrmerge=72/7061, aggrticks=4096/298248, aggrin_queue=302348, aggrutil=99.42%
sda: ios=129/9255, merge=72/7061, ticks=4096/298248, in_queue=302348, util=99.42%
Downloaded 104857600 bytes in 14.935 sec Downloaded 104857600 bytes in 1.605 sec Downloaded 104857600 bytes in 1.781 sec Downloaded 104857600 bytes in 2.187 sec Downloaded 104857600 bytes in 1.808 sec Finished! Average download speed is 179.24 Mbit/s
Retrieving speedtest.net configuration... Retrieving speedtest.net server list... Testing from Micro-GLOBE ... Selecting 15 servers that are not too close: 1. Country Cablevision, Inc. (Burnsville, NC) [47.92 km]: 8.281 ms 2. Highlands Cable (Highlands, NC) [80.21 km]: 3364.178 ms 3. Centrilogic INC (Lenoir, NC) [99.06 km]: 5027.508 ms 4. ITMNETWORKS (Lenoir, NC) [99.06 km]: 19.653 ms 5. MUS FiberNET (Morristown, TN) [103.23 km]: 37.864 ms 6. Piedmont Rural Telephone Coop. (Laurens, SC) [123.13 km]: 23.512 ms 7. BVU Authority (Bristol, VA) [124.36 km]: 25.167 ms 8. Truvista Communications (Toccoa, GA) [128.91 km]: 22.139 ms 9. Skyline SkyBest (West Jefferson, NC) [134.39 km]: 31.301 ms 10. Sunset Digital Communications (Duffield, VA) [134.76 km]: 34.425 ms 11. Hart Telephone Co (Hartwell, GA) [135.93 km]: 20.379 ms 12. North Georgia Network (Clarkesville, GA) [136.72 km]: 29.748 ms 13. Blue Ridge Mountain EMC (Young Harris, GA) [137.31 km]: 31.067 ms 14. Wilkes Communications Incorporated (Wilkesboro, NC) [140.67 km]: 654.246 ms 15. TruVista (Chester, SC) [150.29 km]: 20.994 ms Testing upload speeds 1. Country Cablevision, Inc. (Burnsville, NC): ......................... 195.95 Mbit/s 2. Highlands Cable (Highlands, NC): ......................... 54.28 Mbit/s 3. Centrilogic INC (Lenoir, NC): ......................... 1.51 Mbit/s 4. ITMNETWORKS (Lenoir, NC): ......................... 87.64 Mbit/s 5. MUS FiberNET (Morristown, TN): ......................... 20.88 Mbit/s 6. Piedmont Rural Telephone Coop. (Laurens, SC):......................... 205.13 Mbit/s 7. BVU Authority (Bristol, VA): ......................... 185.33 Mbit/s 8. Truvista Communications (Toccoa, GA): ......................... 214.56 Mbit/s 9. Skyline SkyBest (West Jefferson, NC): ......................... 83.25 Mbit/s 10. Sunset Digital Communications (Duffield, VA):......................... 85.49 Mbit/s 11. Hart Telephone Co (Hartwell, GA): ......................... 127.92 Mbit/s 12. North Georgia Network (Clarkesville, GA): ......................... 186.01 Mbit/s 13. Blue Ridge Mountain EMC (Young Harris, GA): ......................... 192.26 Mbit/s 14. Wilkes Communications Incorporated (Wilkesboro, NC):......................... 35.16 Mbit/s 15. TruVista (Chester, SC): ......................... 76.04 Mbit/s Average upload speed is 116.76 Mbit/s