Stopwatch
Benchmark report #17041
iphoster.net – xs
Report
Share test result

Test results for xs at iphoster.net


Server specs:


QEMU Virtual CPU version 2.5+
729 MB RAM / 7 GB disk space
Ubuntu 20.04 Focal

Benchmark results summary:


UnixBench - 681.9
Disk Read - 50 MB/s
Disk Write - 166 MB/s
Bandwidth - 89.12 MB/s

More: https://serverscope.io/trials/AovO
Share
Share this page
Cpu chip
Server Specs
CPU
QEMU Virtual CPU version 2.5+
CPU Cores
1 × 3600 MHz
RAM
729 MB
Disk
7 GB
OS
Ubuntu 20.04 Focal
Benchmark summary
Benchmark summary
UnixBench
681.9
Disk Read
50 MB/s
Disk Write
166 MB/s
Bandwidth
89.12 Mbit/s
Speedtest
107.26 Mbit/s
Graph analysis
UnixBench Score
UnixBench (one CPU)
681.9
Terminal
Raw Output
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]
   52 |  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:
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]
  109 |     freopen("masterlog.00", "a", stderr);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/big.c:197:6: warning: ignoring return value of ‘freopen’, declared with attribute warn_unused_result [-Wunused-result]
  197 |      freopen(logname, "w", stderr);
      |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/big.c:221:3: warning: ignoring return value of ‘dup’, declared with attribute warn_unused_result [-Wunused-result]
  221 |   dup(pvec[0]);
      |   ^~~~~~~~~~~~
src/big.c:225:6: warning: ignoring return value of ‘freopen’, declared with attribute warn_unused_result [-Wunused-result]
  225 |      freopen(logname, "w", stderr);
      |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/big.c:318:4: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
  318 |    write(fcopy, cp->line, p - cp->line + 1);
      |    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/big.c:196:34: warning: ‘%02d’ directive writing between 2 and 10 bytes into a region of size 5 [-Wformat-overflow=]
  196 |      sprintf(logname, "masterlog.%02d", firstuser/MAXCHILD);
      |                                  ^~~~
src/big.c:196:23: note: directive argument in the range [-178956970, 178956970]
  196 |      sprintf(logname, "masterlog.%02d", firstuser/MAXCHILD);
      |                       ^~~~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:867,
                 from src/execl.c:25:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:36:10: note: ‘__builtin___sprintf_chk’ output between 13 and 21 bytes into a destination of size 15
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-ym8zl4n0/byte-unixbench/UnixBench"
make distr
make[2]: Entering directory "/root/serverscope-ym8zl4n0/byte-unixbench/UnixBench"
Checking distribution of files
./pgms  exists
./src  exists
./testdir  exists
make[2]: Leaving directory "/root/serverscope-ym8zl4n0/byte-unixbench/UnixBench"
make programs
make[2]: Entering directory "/root/serverscope-ym8zl4n0/byte-unixbench/UnixBench"
make[2]: Nothing to be done for "programs".
make[2]: Leaving directory "/root/serverscope-ym8zl4n0/byte-unixbench/UnixBench"
make[1]: Leaving directory "/root/serverscope-ym8zl4n0/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

========================================================================
   BYTE UNIX Benchmarks (Version 5.1.3)

   System: anton-support4.ip-ns.net: GNU/Linux
   OS: GNU/Linux -- 5.4.0-29-generic -- #33-Ubuntu SMP Wed Apr 29 14:32:27 UTC 2020
   Machine: x86_64 (x86_64)
   Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8")
   CPU 0: QEMU Virtual CPU version 2.5+ (7200.0 bogomips)
          x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
   11:09:00 up 15:08,  1 user,  load average: 8.24, 4.91, 2.11; runlevel 2022-05-26

------------------------------------------------------------------------
Benchmark Run: Fri May 27 2022 11:09:00 - 11:37:10
1 CPU in system; running 1 parallel copy of tests

Dhrystone 2 using register variables       31758889.8 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                     6721.5 MWIPS (10.6 s, 7 samples)
Execl Throughput                               2498.6 lps   (29.6 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks        291550.1 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks           83776.3 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks        870477.7 KBps  (30.0 s, 2 samples)
Pipe Throughput                              417256.4 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                 102839.2 lps   (10.0 s, 7 samples)
Process Creation                               7588.8 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                   4270.9 lpm   (60.0 s, 2 samples)
Shell Scripts (8 concurrent)                    543.1 lpm   (60.1 s, 2 samples)
System Call Overhead                         296410.8 lps   (10.0 s, 7 samples)

System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0   31758889.8   2721.4
Double-Precision Whetstone                       55.0       6721.5   1222.1
Execl Throughput                                 43.0       2498.6    581.1
File Copy 1024 bufsize 2000 maxblocks          3960.0     291550.1    736.2
File Copy 256 bufsize 500 maxblocks            1655.0      83776.3    506.2
File Copy 4096 bufsize 8000 maxblocks          5800.0     870477.7   1500.8
Pipe Throughput                               12440.0     417256.4    335.4
Pipe-based Context Switching                   4000.0     102839.2    257.1
Process Creation                                126.0       7588.8    602.3
Shell Scripts (1 concurrent)                     42.4       4270.9   1007.3
Shell Scripts (8 concurrent)                      6.0        543.1    905.2
System Call Overhead                          15000.0     296410.8    197.6
                                                                   ========
System Benchmarks Index Score                                         681.9

Hard drive
dd
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, 4.17921 s, 514 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, 5.82572 s, 369 MB/s


Hard drive
FIO random read
Performance
50.1 MB/s
IOPS
12826
/usr/bin/fio --time_based --name=benchmark --size=256M --runtime=60 --randrepeat=1 --invalidate=1 --verify=0 --verify_fatal=0 --numjobs=8 --rw=randread --blocksize=4k --group_reporting --output-format=json
...
fio-3.16

benchmark: (groupid=0, jobs=8): err= 0: Fri May 27 11:05:52 2022
  read : io=3078496KB, bw=51305KB/s, iops=12826, runt= 60003msec
    bw (KB/s): min=28361, max=86291, mean=51224.23, stdev=1325.84
Hard drive
FIO random direct read
Performance
55.42 MB/s
IOPS
14188
/usr/bin/fio --time_based --name=benchmark --size=256M --runtime=60 --randrepeat=1 --direct=1 --invalidate=1 --verify=0 --verify_fatal=0 --numjobs=8 --rw=randread --blocksize=4k --group_reporting --output-format=json
...
fio-3.16

benchmark: (groupid=0, jobs=8): err= 0: Fri May 27 11:06:53 2022
  read : io=3405264KB, bw=56753KB/s, iops=14188, runt= 60001msec
    bw (KB/s): min=38310, max=87352, mean=56464.17, stdev=1259.55
Hard drive
FIO random write
Performance
166.92 MB/s
IOPS
42731
/usr/bin/fio --time_based --name=benchmark --size=256M --runtime=60 --filename=benchmark --randrepeat=1 --end_fsync=1 --invalidate=1 --verify=0 --verify_fatal=0 --numjobs=8 --rw=randwrite --blocksize=4k --group_reporting --output-format=json
...
fio-3.16

benchmark: (groupid=0, jobs=8): err= 0: Fri May 27 11:08:55 2022
  write : io=10300908KB, bw=170924KB/s, iops=42731, runt= 60266msec
    bw (KB/s): min=2976, max=399140, mean=171617.04, stdev=11120.41
Hard drive
FIO random direct write
Performance
1.52 MB/s
IOPS
390
/usr/bin/fio --time_based --name=benchmark --size=256M --runtime=60 --filename=benchmark --randrepeat=1 --direct=1 --invalidate=1 --verify=0 --verify_fatal=0 --numjobs=8 --rw=randwrite --blocksize=4k --group_reporting --output-format=json
...
fio-3.16

benchmark: (groupid=0, jobs=8): err= 0: Fri May 27 11:07:54 2022
  write : io=93724KB, bw=1561KB/s, iops=390, runt= 60035msec
    bw (KB/s): min=934, max=2367, mean=1555.28, stdev=28.59
Download
Download benchmark results
Download speed
89.12 Mbit/s
Downloaded 104857600 bytes in 8.981229 sec
Downloaded 104857600 bytes in 8.931158 sec
Downloaded 104857600 bytes in 8.999225 sec
Downloaded 104857600 bytes in 8.873664 sec
Downloaded 104857600 bytes in 9.099608 sec
Finished! Average download speed is 89.12 Mbit/s
Upload
Speedtest results
Upload speed
107.26 Mbit/s
Testing egress speeds
1. 20i Ltd - Nottingham, GB                          11.06 ms    112.1 Mbit/s
2. Pine Media Ltd - Sheffield, GB                    12.61 ms    106.5 Mbit/s
3. IDS LTD - Manchester, GB                           9.32 ms   107.57 Mbit/s
4. Boundless Networks - Manchester, GB               10.12 ms   109.21 Mbit/s
5. Broadband 4 the Rural ... - Lancaster, GB          12.2 ms   103.96 Mbit/s
6. FibreNest - Manchester, GB                        17.65 ms   107.62 Mbit/s
7. Hyperoptic Limited - Manchester, GB               21.04 ms   107.79 Mbit/s
8. aql - Leeds, GB                                    9.34 ms   107.55 Mbit/s
9. Legend Communications Ltd - Bradford, GB          17.76 ms    69.46 Mbit/s
10. Baltic Broadband Limited - Liverpool, GB         13.88 ms   103.02 Mbit/s