test-2-benchmark

From Colossal Owl, 1 Year ago, written in Plain Text, viewed 127 times.
URL https://paste.steamr.com/view/95fd42f8 Embed
Download Paste or View Raw
  1. Architecture:        x86_64
  2. CPU op-mode(s):      32-bit, 64-bit
  3. Byte Order:          Little Endian
  4. CPU(s):              4
  5. On-line CPU(s) list: 0-3
  6. Thread(s) per core:  1
  7. Core(s) per socket:  4
  8. Socket(s):           1
  9. NUMA node(s):        1
  10. Vendor ID:           GenuineIntel
  11. BIOS Vendor ID:      Red Hat
  12. CPU family:          6
  13. Model:               6
  14. Model name:          QEMU Virtual CPU version 2.5+
  15. BIOS Model name:     RHEL 7.6.0 PC (i440FX + PIIX, 1996)
  16. Stepping:            3
  17. CPU MHz:             2294.608
  18. BogoMIPS:            4589.21
  19. Hypervisor vendor:   KVM
  20. Virtualization type: full
  21. L1d cache:           32K
  22. L1i cache:           32K
  23. L2 cache:            4096K
  24. L3 cache:            16384K
  25. NUMA node0 CPU(s):   0-3
  26. Flags:               fpu de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pse36 clflush mmx fxsr sse sse2 ht syscall nx lm rep_good nopl xtopology cpuid tsc_known_freq pni cx16 x2apic hypervisor lahf_lm cpuid_fault pti
  27. gcc -o pgms/arithoh -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME -Darithoh src/arith.c
  28. gcc -o pgms/register -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME -Ddatum='register int' src/arith.c
  29. gcc -o pgms/short -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME -Ddatum=short src/arith.c
  30. gcc -o pgms/int -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME -Ddatum=int src/arith.c
  31. gcc -o pgms/long -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME -Ddatum=long src/arith.c
  32. gcc -o pgms/float -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME -Ddatum=float src/arith.c
  33. gcc -o pgms/double -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME -Ddatum=double src/arith.c
  34. gcc -o pgms/hanoi -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME src/hanoi.c
  35. gcc -o pgms/syscall -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME src/syscall.c
  36. gcc -o pgms/context1 -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME src/context1.c
  37. gcc -o pgms/pipe -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME src/pipe.c
  38. gcc -o pgms/spawn -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME src/spawn.c
  39. gcc -o pgms/execl -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME src/execl.c
  40. 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
  41. 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
  42. gcc -o pgms/looper -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME src/looper.c
  43. gcc -o pgms/fstime -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME src/fstime.c
  44. gcc -o pgms/whetstone-double -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME -DDP -DGTODay -DUNIXBENCH src/whets.c -lm
  45. make all
  46. make[1]: Entering directory '/byte-unixbench/UnixBench'
  47. make distr
  48. make[2]: Entering directory '/byte-unixbench/UnixBench'
  49. Checking distribution of files
  50. ./pgms  exists
  51. ./src  exists
  52. ./testdir  exists
  53. ./tmp  exists
  54. ./results  exists
  55. make[2]: Leaving directory '/byte-unixbench/UnixBench'
  56. make programs
  57. make[2]: Entering directory '/byte-unixbench/UnixBench'
  58. make[2]: Nothing to be done for 'programs'.
  59. make[2]: Leaving directory '/byte-unixbench/UnixBench'
  60. make[1]: Leaving directory '/byte-unixbench/UnixBench'
  61.  
  62.    #    #  #    #  #  #    #          #####   ######  #    #   ####   #    #
  63.    #    #  ##   #  #   #  #           #    #  #       ##   #  #    #  #    #
  64.    #    #  # #  #  #    ##            #####   #####   # #  #  #       ######
  65.    #    #  #  # #  #    ##            #    #  #       #  # #  #       #    #
  66.    #    #  #   ##  #   #  #           #    #  #       #   ##  #    #  #    #
  67.     ####   #    #  #  #    #          #####   ######  #    #   ####   #    #
  68.  
  69.    Version 5.1.3                      Based on the Byte Magazine Unix Benchmark
  70.  
  71.    Multi-CPU version                  Version 5 revisions by Ian Smith,
  72.                                       Sunnyvale, CA, USA
  73.    January 13, 2011                   johantheghost at yahoo period com
  74.  
  75. ------------------------------------------------------------------------------
  76.    Use directories for:
  77.       * File I/O tests (named fs***) = /byte-unixbench/UnixBench/tmp
  78.       * Results                      = /byte-unixbench/UnixBench/results
  79. ------------------------------------------------------------------------------
  80.  
  81.  
  82. 1 x Dhrystone 2 using register variables  1 2 3 4 5 6 7 8 9 10
  83.  
  84. 1 x Double-Precision Whetstone  1 2 3 4 5 6 7 8 9 10
  85.  
  86. 1 x Execl Throughput  1 2 3
  87.  
  88. 1 x File Copy 1024 bufsize 2000 maxblocks  1 2 3
  89.  
  90. 1 x File Copy 256 bufsize 500 maxblocks  1 2 3
  91.  
  92. 1 x File Copy 4096 bufsize 8000 maxblocks  1 2 3
  93.  
  94. 1 x Pipe Throughput  1 2 3 4 5 6 7 8 9 10
  95.  
  96. 1 x Pipe-based Context Switching  1 2 3 4 5 6 7 8 9 10
  97.  
  98. 1 x Process Creation  1 2 3
  99.  
  100. 1 x System Call Overhead  1 2 3 4 5 6 7 8 9 10
  101.  
  102. 1 x Shell Scripts (1 concurrent)  1 2 3
  103.  
  104. 1 x Shell Scripts (8 concurrent)  1 2 3
  105.  
  106. 4 x Dhrystone 2 using register variables  1 2 3 4 5 6 7 8 9 10
  107.  
  108. 4 x Double-Precision Whetstone  1 2 3 4 5 6 7 8 9 10
  109.  
  110. 4 x Execl Throughput  1 2 3
  111.  
  112. 4 x File Copy 1024 bufsize 2000 maxblocks  1 2 3
  113.  
  114. 4 x File Copy 256 bufsize 500 maxblocks  1 2 3
  115.  
  116. 4 x File Copy 4096 bufsize 8000 maxblocks  1 2 3
  117.  
  118. 4 x Pipe Throughput  1 2 3 4 5 6 7 8 9 10
  119.  
  120. 4 x Pipe-based Context Switching  1 2 3 4 5 6 7 8 9 10
  121.  
  122. 4 x Process Creation  1 2 3
  123.  
  124. 4 x System Call Overhead  1 2 3 4 5 6 7 8 9 10
  125.  
  126. 4 x Shell Scripts (1 concurrent)  1 2 3
  127.  
  128. 4 x Shell Scripts (8 concurrent)  1 2 3
  129.  
  130. ========================================================================
  131.    BYTE UNIX Benchmarks (Version 5.1.3)
  132.  
  133.    System: test-2: GNU/Linux
  134.    OS: GNU/Linux -- 4.18.0-425.3.1.el8.x86_64 -- #1 SMP Wed Nov 9 20:13:27 UTC 2022
  135.    Machine: x86_64 (x86_64)
  136.    Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8")
  137.    CPU 0: QEMU Virtual CPU version 2.5+ (4589.2 bogomips)
  138.           Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
  139.    CPU 1: QEMU Virtual CPU version 2.5+ (4589.2 bogomips)
  140.           Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
  141.    CPU 2: QEMU Virtual CPU version 2.5+ (4589.2 bogomips)
  142.           Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
  143.    CPU 3: QEMU Virtual CPU version 2.5+ (4589.2 bogomips)
  144.           Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
  145.    12:06:14 up 0 min,  0 users,  load average: 0.60, 0.14, 0.05; runlevel 2022-12-22
  146.  
  147. ------------------------------------------------------------------------
  148. Benchmark Run: Thu Dec 22 2022 12:06:14 - 12:34:10
  149. 4 CPUs in system; running 1 parallel copy of tests
  150.  
  151. Dhrystone 2 using register variables       48384378.4 lps   (10.0 s, 7 samples)
  152. Double-Precision Whetstone                     6002.6 MWIPS (9.3 s, 7 samples)
  153. Execl Throughput                               4610.1 lps   (30.0 s, 2 samples)
  154. File Copy 1024 bufsize 2000 maxblocks        473900.4 KBps  (30.0 s, 2 samples)
  155. File Copy 256 bufsize 500 maxblocks          121468.2 KBps  (30.0 s, 2 samples)
  156. File Copy 4096 bufsize 8000 maxblocks       1723549.6 KBps  (30.0 s, 2 samples)
  157. Pipe Throughput                              633186.6 lps   (10.0 s, 7 samples)
  158. Pipe-based Context Switching                  65796.8 lps   (10.0 s, 7 samples)
  159. Process Creation                               9121.0 lps   (30.0 s, 2 samples)
  160. Shell Scripts (1 concurrent)                   7626.1 lpm   (60.0 s, 2 samples)
  161. Shell Scripts (8 concurrent)                   2256.6 lpm   (60.0 s, 2 samples)
  162. System Call Overhead                         462380.1 lps   (10.0 s, 7 samples)
  163.  
  164. System Benchmarks Index Values               BASELINE       RESULT    INDEX
  165. Dhrystone 2 using register variables         116700.0   48384378.4   4146.0
  166. Double-Precision Whetstone                       55.0       6002.6   1091.4
  167. Execl Throughput                                 43.0       4610.1   1072.1
  168. File Copy 1024 bufsize 2000 maxblocks          3960.0     473900.4   1196.7
  169. File Copy 256 bufsize 500 maxblocks            1655.0     121468.2    733.9
  170. File Copy 4096 bufsize 8000 maxblocks          5800.0    1723549.6   2971.6
  171. Pipe Throughput                               12440.0     633186.6    509.0
  172. Pipe-based Context Switching                   4000.0      65796.8    164.5
  173. Process Creation                                126.0       9121.0    723.9
  174. Shell Scripts (1 concurrent)                     42.4       7626.1   1798.6
  175. Shell Scripts (8 concurrent)                      6.0       2256.6   3761.0
  176. System Call Overhead                          15000.0     462380.1    308.3
  177.                                                                    ========
  178. System Benchmarks Index Score                                        1040.0
  179.  
  180. ------------------------------------------------------------------------
  181. Benchmark Run: Thu Dec 22 2022 12:34:10 - 13:02:06
  182. 4 CPUs in system; running 4 parallel copies of tests
  183.  
  184. Dhrystone 2 using register variables      192532236.9 lps   (10.0 s, 7 samples)
  185. Double-Precision Whetstone                    23999.1 MWIPS (9.3 s, 7 samples)
  186. Execl Throughput                              11313.8 lps   (30.0 s, 2 samples)
  187. File Copy 1024 bufsize 2000 maxblocks        907397.0 KBps  (30.0 s, 2 samples)
  188. File Copy 256 bufsize 500 maxblocks          242697.0 KBps  (30.0 s, 2 samples)
  189. File Copy 4096 bufsize 8000 maxblocks       3021426.2 KBps  (30.0 s, 2 samples)
  190. Pipe Throughput                             2517675.6 lps   (10.0 s, 7 samples)
  191. Pipe-based Context Switching                 509958.6 lps   (10.0 s, 7 samples)
  192. Process Creation                              34459.7 lps   (30.0 s, 2 samples)
  193. Shell Scripts (1 concurrent)                  16739.7 lpm   (60.0 s, 2 samples)
  194. Shell Scripts (8 concurrent)                   2636.4 lpm   (60.1 s, 2 samples)
  195. System Call Overhead                        1643167.3 lps   (10.0 s, 7 samples)
  196.  
  197. System Benchmarks Index Values               BASELINE       RESULT    INDEX
  198. Dhrystone 2 using register variables         116700.0  192532236.9  16498.0
  199. Double-Precision Whetstone                       55.0      23999.1   4363.5
  200. Execl Throughput                                 43.0      11313.8   2631.1
  201. File Copy 1024 bufsize 2000 maxblocks          3960.0     907397.0   2291.4
  202. File Copy 256 bufsize 500 maxblocks            1655.0     242697.0   1466.4
  203. File Copy 4096 bufsize 8000 maxblocks          5800.0    3021426.2   5209.4
  204. Pipe Throughput                               12440.0    2517675.6   2023.9
  205. Pipe-based Context Switching                   4000.0     509958.6   1274.9
  206. Process Creation                                126.0      34459.7   2734.9
  207. Shell Scripts (1 concurrent)                     42.4      16739.7   3948.0
  208. Shell Scripts (8 concurrent)                      6.0       2636.4   4393.9
  209. System Call Overhead                          15000.0    1643167.3   1095.4
  210.                                                                    ========
  211. System Benchmarks Index Score                                        2955.7
  212.  
  213.  

Reply to "test-2-benchmark"

Here you can reply to the paste above