Advertisement
Guest User

Untitled

a guest
Feb 9th, 2016
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 8.36 KB | None | 0 0
  1. [root@server-2 UnixBench]# ./Run
  2. gcc -o ./pgms/arithoh -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall -Darithoh ./src/arith.c
  3. gcc -o ./pgms/register -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall -Ddatum='register int' ./src/arith.c
  4. gcc -o ./pgms/short -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall -Ddatum=short ./src/arith.c
  5. gcc -o ./pgms/int -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall -Ddatum=int ./src/arith.c
  6. gcc -o ./pgms/long -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall -Ddatum=long ./src/arith.c
  7. gcc -o ./pgms/float -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall -Ddatum=float ./src/arith.c
  8. gcc -o ./pgms/double -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall -Ddatum=double ./src/arith.c
  9. gcc -o ./pgms/hanoi -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall ./src/hanoi.c
  10. gcc -o ./pgms/syscall -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall ./src/syscall.c
  11. ./src/syscall.c: In function ‘main’:
  12. ./src/syscall.c:93: warning: null argument where non-null required (argument 2)
  13. gcc -o ./pgms/context1 -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall ./src/context1.c
  14. gcc -o ./pgms/pipe -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall ./src/pipe.c
  15. gcc -o ./pgms/spawn -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall ./src/spawn.c
  16. gcc -o ./pgms/execl -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall ./src/execl.c
  17. cd ./src; gcc -c -DTIME -Wall -pedantic -ansi -DHZ= -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall dhry_1.c
  18. cd ./src; gcc -c -DTIME -Wall -pedantic -ansi -DHZ= -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall dhry_2.c
  19. gcc -o ./pgms/dhry2 -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall ./src/dhry_1.o ./src/dhry_2.o
  20. cd ./src; rm -f dhry_1.o dhry_2.o
  21. cd ./src; gcc -c -DTIME -Wall -pedantic -ansi -DREG=register -DHZ= -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall dhry_1.c -o dhry_1_reg.o
  22. cd ./src; gcc -c -DTIME -Wall -pedantic -ansi -DREG=register -DHZ= -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall dhry_2.c -o dhry_2_reg.o
  23. gcc -o ./pgms/dhry2reg -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall ./src/dhry_1_reg.o ./src/dhry_2_reg.o
  24. cd ./src; rm -f dhry_1_reg.o dhry_2_reg.o
  25. gcc -o ./pgms/looper -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall ./src/looper.c
  26. gcc -o ./pgms/fstime -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall ./src/fstime.c
  27. gcc -o ./pgms/whetstone-double -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall -DDP -DUNIX -DUNIXBENCH ./src/whets.c -lm
  28. make all
  29. make[1]: Entering directory `/root/byte-unixbench-master/UnixBench'
  30. Checking distribution of files
  31. ./pgms  exists
  32. ./src  exists
  33. ./testdir  exists
  34. ./tmp  exists
  35. ./results  exists
  36. make[1]: Leaving directory `/root/byte-unixbench-master/UnixBench'
  37. sh: 3dinfo: command not found
  38.  
  39.    #    #  #    #  #  #    #          #####   ######  #    #   ####   #    #
  40.    #    #  ##   #  #   #  #           #    #  #       ##   #  #    #  #    #
  41.    #    #  # #  #  #    ##            #####   #####   # #  #  #       ######
  42.    #    #  #  # #  #    ##            #    #  #       #  # #  #       #    #
  43.    #    #  #   ##  #   #  #           #    #  #       #   ##  #    #  #    #
  44.     ####   #    #  #  #    #          #####   ######  #    #   ####   #    #
  45.  
  46.    Version 5.1.3                      Based on the Byte Magazine Unix Benchmark
  47.  
  48.    Multi-CPU version                  Version 5 revisions by Ian Smith,
  49.                                       Sunnyvale, CA, USA
  50.    January 13, 2011                   johantheghost at yahoo period com
  51.  
  52.  
  53. 1 x Dhrystone 2 using register variables  1 2 3 4 5 6 7 8 9 10
  54.  
  55. 1 x Double-Precision Whetstone  1 2 3 4 5 6 7 8 9 10
  56.  
  57. 1 x Execl Throughput  1 2 3
  58.  
  59. 1 x File Copy 1024 bufsize 2000 maxblocks  1 2 3
  60.  
  61. 1 x File Copy 256 bufsize 500 maxblocks  1 2 3
  62.  
  63. 1 x File Copy 4096 bufsize 8000 maxblocks  1 2 3
  64.  
  65. 1 x Pipe Throughput  1 2 3 4 5 6 7 8 9 10
  66.  
  67. 1 x Pipe-based Context Switching  1 2 3 4 5 6 7 8 9 10
  68.  
  69. 1 x Process Creation  1 2 3
  70.  
  71. 1 x System Call Overhead  1 2 3 4 5 6 7 8 9 10
  72.  
  73. 1 x Shell Scripts (1 concurrent)  1 2 3
  74.  
  75. 1 x Shell Scripts (8 concurrent)  1 2 3
  76.  
  77. ========================================================================
  78.    BYTE UNIX Benchmarks (Version 5.1.3)
  79.  
  80.    System: server-2.localdomain: GNU/Linux
  81.    OS: GNU/Linux -- 2.6.32-573.12.1.el6.x86_64 -- #1 SMP Tue Dec 15 21:19:08 UTC 2015
  82.    Machine: x86_64 (x86_64)
  83.    Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8")
  84.    CPU 0: Intel Xeon E312xx (Sandy Bridge) (4788.9 bogomips)
  85.           x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
  86.    02:38:43 up 1 day, 16:38,  1 user,  load average: 0.22, 0.05, 0.01; runlevel 3
  87.  
  88. ------------------------------------------------------------------------
  89. Benchmark Run: Tue Feb 09 2016 02:38:43 - 03:06:55
  90. 1 CPU in system; running 1 parallel copy of tests
  91.  
  92. Dhrystone 2 using register variables       28878344.0 lps   (10.0 s, 7 samples)
  93. Double-Precision Whetstone                     3133.1 MWIPS (9.9 s, 7 samples)
  94. Execl Throughput                               4368.6 lps   (29.8 s, 2 samples)
  95. File Copy 1024 bufsize 2000 maxblocks        920491.9 KBps  (30.0 s, 2 samples)
  96. File Copy 256 bufsize 500 maxblocks          255339.3 KBps  (30.0 s, 2 samples)
  97. File Copy 4096 bufsize 8000 maxblocks       1901586.1 KBps  (30.0 s, 2 samples)
  98. Pipe Throughput                             1647440.0 lps   (10.0 s, 7 samples)
  99. Pipe-based Context Switching                 326823.9 lps   (10.0 s, 7 samples)
  100. Process Creation                              11444.5 lps   (30.0 s, 2 samples)
  101. Shell Scripts (1 concurrent)                   4850.5 lpm   (60.0 s, 2 samples)
  102. Shell Scripts (8 concurrent)                    642.8 lpm   (60.1 s, 2 samples)
  103. System Call Overhead                        2316630.1 lps   (10.0 s, 7 samples)
  104.  
  105. System Benchmarks Index Values               BASELINE       RESULT    INDEX
  106. Dhrystone 2 using register variables         116700.0   28878344.0   2474.6
  107. Double-Precision Whetstone                       55.0       3133.1    569.6
  108. Execl Throughput                                 43.0       4368.6   1015.9
  109. File Copy 1024 bufsize 2000 maxblocks          3960.0     920491.9   2324.5
  110. File Copy 256 bufsize 500 maxblocks            1655.0     255339.3   1542.8
  111. File Copy 4096 bufsize 8000 maxblocks          5800.0    1901586.1   3278.6
  112. Pipe Throughput                               12440.0    1647440.0   1324.3
  113. Pipe-based Context Switching                   4000.0     326823.9    817.1
  114. Process Creation                                126.0      11444.5    908.3
  115. Shell Scripts (1 concurrent)                     42.4       4850.5   1144.0
  116. Shell Scripts (8 concurrent)                      6.0        642.8   1071.3
  117. System Call Overhead                          15000.0    2316630.1   1544.4
  118.                                                                    ========
  119. System Benchmarks Index Score                                        1332.5
  120. [root@server-2 UnixBench]# cat /proc/cpuinfo
  121. processor   : 0
  122. vendor_id   : GenuineIntel
  123. cpu family  : 6
  124. model       : 42
  125. model name  : Intel Xeon E312xx (Sandy Bridge)
  126. stepping    : 1
  127. microcode   : 1
  128. cpu MHz     : 2394.442
  129. cache size  : 4096 KB
  130. physical id : 0
  131. siblings    : 1
  132. core id     : 0
  133. cpu cores   : 1
  134. apicid      : 0
  135. initial apicid  : 0
  136. fpu     : yes
  137. fpu_exception   : yes
  138. cpuid level : 13
  139. wp      : yes
  140. flags       : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc up rep_good unfair_spinlock pni pclmulqdq vmx ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm abm xsaveopt vnmi ept fsgsbase bmi1 avx2 smep bmi2 erms invpcid
  141. bogomips    : 4788.88
  142. clflush size    : 64
  143. cache_alignment : 64
  144. address sizes   : 40 bits physical, 48 bits virtual
  145. power management:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement