Advertisement
Guest User

rackspace

a guest
Feb 17th, 2015
369
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.31 KB | None | 0 0
  1. Distro:
  2. Ubuntu 14.04.1 LTS \n \l
  3. CPU Info:
  4. processor : 0
  5. vendor_id : GenuineIntel
  6. cpu family : 6
  7. model : 45
  8. model name : Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz
  9. stepping : 7
  10. microcode : 0x710
  11. cpu MHz : 2593.824
  12. cache size : 20480 KB
  13. physical id : 0
  14. siblings : 1
  15. core id : 0
  16. cpu cores : 1
  17. apicid : 0
  18. initial apicid : 0
  19. fpu : yes
  20. fpu_exception : yes
  21. cpuid level : 13
  22. wp : yes
  23. flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat clflush mmx fxsr sse sse2 syscall nx rdtscp lm constant_tsc rep_good nopl pni pclmulqdq ssse3 cx16 sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm
  24. bogomips : 5187.64
  25. clflush size : 64
  26. cache_alignment : 64
  27. address sizes : 46 bits physical, 48 bits virtual
  28. power management:
  29. Disk space:
  30. Filesystem 1K-blocks Used Available Use% Mounted on
  31. /dev/xvda1 20509308 1252348 18192104 7% /
  32. none 4 0 4 0% /sys/fs/cgroup
  33. udev 495216 8 495208 1% /dev
  34. tmpfs 101220 376 100844 1% /run
  35. none 5120 0 5120 0% /run/lock
  36. none 506096 0 506096 0% /run/shm
  37. none 102400 0 102400 0% /run/user
  38. total 21719364 1252732 19401776 7% -
  39. Free:
  40. total used free shared buffers cached
  41. Mem: 1012196 563620 448576 388 21756 458208
  42. -/+ buffers/cache: 83656 928540
  43. Swap: 0 0 0
  44. dd 1Mx1k fdatasync: 1024+0 records in
  45. 1024+0 records out
  46. 1073741824 bytes (1.1 GB) copied, 3.64073 s, 295 MB/s
  47. dd 64kx16k fdatasync: 16384+0 records in
  48. 16384+0 records out
  49. 1073741824 bytes (1.1 GB) copied, 3.50784 s, 306 MB/s
  50. dd 1Mx1k dsync: 1024+0 records in
  51. 1024+0 records out
  52. 1073741824 bytes (1.1 GB) copied, 6.87595 s, 156 MB/s
  53. dd 64kx16k dsync: 16384+0 records in
  54. 16384+0 records out
  55. 1073741824 bytes (1.1 GB) copied, 48.4957 s, 22.1 MB/s
  56. cc -std=c99 -g -Wall -Wextra -pedantic -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=\"0.6\" -c -o ioping.o ioping.c
  57. cc -o ioping ioping.o -std=c99 -g -Wall -Wextra -pedantic -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -lm
  58. IOPing I/O: 4096 bytes from . (ext4 /dev/xvda1): request=1 time=0.9 ms
  59. 4096 bytes from . (ext4 /dev/xvda1): request=2 time=0.5 ms
  60. 4096 bytes from . (ext4 /dev/xvda1): request=3 time=0.5 ms
  61. 4096 bytes from . (ext4 /dev/xvda1): request=4 time=0.5 ms
  62. 4096 bytes from . (ext4 /dev/xvda1): request=5 time=0.5 ms
  63. 4096 bytes from . (ext4 /dev/xvda1): request=6 time=0.5 ms
  64. 4096 bytes from . (ext4 /dev/xvda1): request=7 time=0.5 ms
  65. 4096 bytes from . (ext4 /dev/xvda1): request=8 time=0.5 ms
  66. 4096 bytes from . (ext4 /dev/xvda1): request=9 time=0.5 ms
  67. 4096 bytes from . (ext4 /dev/xvda1): request=10 time=0.4 ms
  68.  
  69. --- . (ext4 /dev/xvda1) ioping statistics ---
  70. 10 requests completed in 9007.0 ms, 1939 iops, 7.6 mb/s
  71. min/avg/max/mdev = 0.4/0.5/0.9/0.1 ms
  72. IOPing seek rate:
  73. --- . (ext4 /dev/xvda1) ioping statistics ---
  74. 7441 requests completed in 3000.1 ms, 4263 iops, 16.7 mb/s
  75. min/avg/max/mdev = 0.2/0.2/2.6/0.1 ms
  76. IOPing sequential:
  77. --- . (ext4 /dev/xvda1) ioping statistics ---
  78. 2150 requests completed in 3000.1 ms, 829 iops, 207.2 mb/s
  79. min/avg/max/mdev = 0.9/1.2/7.0/0.3 ms
  80. IOPing cached:
  81. --- . (ext4 /dev/xvda1) ioping statistics ---
  82. 17766 requests completed in 3000.1 ms, 522468 iops, 2040.9 mb/s
  83. min/avg/max/mdev = 0.0/0.0/0.0/0.0 ms
  84. FIO_VERSION = fio-2.0.9
  85. DEP .depend
  86. CC gettime.o
  87. CC fio.o
  88. CC ioengines.o
  89. CC init.o
  90. CC stat.o
  91. CC log.o
  92. CC time.o
  93. CC filesetup.o
  94. CC eta.o
  95. CC verify.o
  96. CC memory.o
  97. CC io_u.o
  98. CC parse.o
  99. CC mutex.o
  100. CC options.o
  101. CC rbtree.o
  102. CC smalloc.o
  103. CC filehash.o
  104. CC profile.o
  105. CC debug.o
  106. CC lib/rand.o
  107. CC lib/num2str.o
  108. CC lib/ieee754.o
  109. CC crc/crc16.o
  110. CC crc/crc32.o
  111. CC crc/crc32c.o
  112. CC crc/crc32c-intel.o
  113. CC crc/crc64.o
  114. CC crc/crc7.o
  115. CC crc/md5.o
  116. CC crc/sha1.o
  117. CC crc/sha256.o
  118. CC crc/sha512.o
  119. CC engines/cpu.o
  120. CC engines/mmap.o
  121. CC engines/sync.o
  122. CC engines/null.o
  123. CC engines/net.o
  124. CC memalign.o
  125. CC server.o
  126. CC client.o
  127. CC iolog.o
  128. CC backend.o
  129. CC libfio.o
  130. CC flow.o
  131. CC diskutil.o
  132. CC fifo.o
  133. CC blktrace.o
  134. CC helpers.o
  135. CC cgroup.o
  136. CC trim.o
  137. CC engines/libaio.o
  138. CC engines/posixaio.o
  139. CC engines/sg.o
  140. CC engines/splice.o
  141. CC engines/syslet-rw.o
  142. CC engines/guasi.o
  143. CC engines/binject.o
  144. CC engines/rdma.o
  145. CC profiles/tiobench.o
  146. CC fio
  147. FIO random reads:
  148. randomreads: (g=0): rw=randread, bs=4K-4K/4K-4K, ioengine=libaio, iodepth=64
  149. fio-2.0.9
  150. Starting 1 process
  151. randomreads: Laying out IO file(s) (1 file(s) / 1024MB)
  152.  
  153. randomreads: (groupid=0, jobs=1): err= 0: pid=7732: Tue Feb 17 09:15:46 2015
  154. read : io=1024.3MB, bw=126304KB/s, iops=31575 , runt= 8304msec
  155. cpu : usr=8.67%, sys=22.96%, ctx=103772, majf=0, minf=87
  156. IO depths : 1=0.1%, 2=0.1%, 4=0.1%, 8=0.1%, 16=0.1%, 32=0.1%, >=64=100.0%
  157. submit : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.0%, >=64=0.0%
  158. complete : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.1%, >=64=0.0%
  159. issued : total=r=262207/w=0/d=0, short=r=0/w=0/d=0
  160.  
  161. Run status group 0 (all jobs):
  162. READ: io=1024.3MB, aggrb=126303KB/s, minb=126303KB/s, maxb=126303KB/s, mint=8304msec, maxt=8304msec
  163.  
  164. Disk stats (read/write):
  165. xvda: ios=261066/0, merge=55/0, ticks=527656/0, in_queue=528008, util=98.90%
  166. Done
  167. FIO random writes:
  168. randomwrites: (g=0): rw=randwrite, bs=4K-4K/4K-4K, ioengine=libaio, iodepth=64
  169. fio-2.0.9
  170. Starting 1 process
  171.  
  172. randomwrites: (groupid=0, jobs=1): err= 0: pid=7736: Tue Feb 17 09:15:55 2015
  173. write: io=1024.3MB, bw=129373KB/s, iops=32343 , runt= 8107msec
  174. cpu : usr=10.24%, sys=23.90%, ctx=58783, majf=0, minf=22
  175. IO depths : 1=0.1%, 2=0.1%, 4=0.1%, 8=0.1%, 16=0.1%, 32=0.1%, >=64=100.0%
  176. submit : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.0%, >=64=0.0%
  177. complete : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.1%, >=64=0.0%
  178. issued : total=r=0/w=262207/d=0, short=r=0/w=0/d=0
  179.  
  180. Run status group 0 (all jobs):
  181. WRITE: io=1024.3MB, aggrb=129373KB/s, minb=129373KB/s, maxb=129373KB/s, mint=8107msec, maxt=8107msec
  182.  
  183. Disk stats (read/write):
  184. xvda: ios=0/255325, merge=0/57, ticks=0/503376, in_queue=503580, util=98.85%
  185. Done
  186. Download Cachefly: 106MB/s
  187. Download Linode, Atlanta, GA, USA: 95.9MB/s
  188. Download Linode, Dallas, TX, USA: 4.06MB/s
  189. Download Linode, Tokyo, JP: 5.92MB/s
  190. Download Linode, London, UK: 16.4MB/s
  191. Download OVH, Paris, France: 1.09MB/s
  192. Download SmartDC, Rotterdam, Netherlands: 3.21MB/s
  193. Download Hetzner, Nuernberg, Germany: 315KB/s
  194. Download iiNet, Perth, WA, Australia: 1.29MB/s
  195. Download MammothVPS, Sydney, Australia: 862KB/s
  196. Download Leaseweb, Haarlem, NL: 12.8MB/s
  197. Download Leaseweb, Manassas, VA, USA: 60.5MB/s
  198. Download Softlayer, Singapore: 6.22MB/s
  199. Download Softlayer, Seattle, WA, USA: 21.8MB/s
  200. Download Softlayer, San Jose, CA, USA: 21.9MB/s
  201. Download Softlayer, Washington, DC, USA: 59.6MB/s
  202. Traceroute (cachefly.cachefly.net): traceroute to cachefly.cachefly.net (205.234.175.175), 30 hops max, 60 byte packets
  203. 1 104.130.230.3 (104.130.230.3) 1.117 ms 1.045 ms 0.715 ms
  204. 2 69.20.1.68 (69.20.1.68) 1.436 ms 69.20.1.66 (69.20.1.66) 1.440 ms 69.20.1.68 (69.20.1.68) 1.415 ms
  205. 3 coreb-core8.iad3.rackspace.net (69.20.2.114) 1.161 ms corea-core7.iad2.rackspace.net (69.20.2.96) 1.404 ms 1.413 ms
  206. 4 dcpe2-coreb.iad3.rackspace.net (69.20.2.172) 1.492 ms dcpe1-coreb.iad3.rackspace.net (69.20.2.164) 1.482 ms 1.393 ms
  207. 5 be1-mspe4.iad30.rackspace.net (10.25.2.83) 1.744 ms 1.682 ms be2-mspe4.iad30.rackspace.net (10.25.2.99) 1.771 ms
  208. 6 ae51.edge3.Washington12.Level3.net (4.31.104.5) 1.368 ms if-28-0.tcore1.AEQ-Ashburn.as6453.net (66.198.154.73) 0.792 ms ae51.edge3.Washington12.Level3.net (4.31.104.5) 0.829 ms
  209. 7 ae2.cr2.dca2.us.zip.zayo.com (64.125.26.177) 2.600 ms ae-3-80.edge3.Washington4.Level3.net (4.69.149.146) 2.076 ms ae8.was14.ip4.gtt.net (199.229.231.237) 1.548 ms
  210. 8 xe-1-0-2.was10.ip4.gtt.net (89.149.186.29) 1.489 ms 1.682 ms xe-0-2-3.was10.ip4.gtt.net (89.149.128.137) 1.423 ms
  211. 9 206.111.0.65.ptr.us.xo.net (206.111.0.65) 2.298 ms vip1.G-anycast1.cachefly.net (205.234.175.175) 1.578 ms 206.111.0.65.ptr.us.xo.net (206.111.0.65) 2.024 ms
  212. Pings (cachefly.cachefly.net): PING vip1.g.cachefly.net (205.234.175.175) 56(84) bytes of data.
  213. 64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_seq=1 ttl=54 time=1.30 ms
  214. 64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_seq=2 ttl=54 time=1.62 ms
  215. 64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_seq=3 ttl=54 time=1.42 ms
  216. 64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_seq=4 ttl=54 time=1.39 ms
  217. 64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_seq=5 ttl=54 time=1.55 ms
  218. 64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_seq=6 ttl=54 time=1.39 ms
  219. 64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_seq=7 ttl=54 time=1.45 ms
  220. 64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_seq=8 ttl=54 time=1.47 ms
  221. 64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_seq=9 ttl=54 time=1.51 ms
  222. 64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_seq=10 ttl=54 time=1.37 ms
  223.  
  224. --- vip1.g.cachefly.net ping statistics ---
  225. 10 packets transmitted, 10 received, 0% packet loss, time 9015ms
  226. rtt min/avg/max/mdev = 1.308/1.450/1.627/0.099 ms
  227. gcc -o ./pgms/arithoh -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall -Darithoh ./src/arith.c
  228. gcc -o ./pgms/register -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall -Ddatum='register int' ./src/arith.c
  229. gcc -o ./pgms/short -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall -Ddatum=short ./src/arith.c
  230. gcc -o ./pgms/int -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall -Ddatum=int ./src/arith.c
  231. gcc -o ./pgms/long -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall -Ddatum=long ./src/arith.c
  232. gcc -o ./pgms/float -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall -Ddatum=float ./src/arith.c
  233. gcc -o ./pgms/double -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall -Ddatum=double ./src/arith.c
  234. gcc -o ./pgms/hanoi -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall ./src/hanoi.c
  235. gcc -o ./pgms/syscall -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall ./src/syscall.c
  236. ./src/syscall.c: In function ‘main’:
  237. ./src/syscall.c:93:21: warning: null argument where non-null required (argument 2) [-Wnonnull]
  238. execl("/bin/true", (char *) 0);
  239. ^
  240. gcc -o ./pgms/context1 -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall ./src/context1.c
  241. gcc -o ./pgms/pipe -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall ./src/pipe.c
  242. ./src/pipe.c: In function ‘main’:
  243. ./src/pipe.c:52:6: warning: ignoring return value of ‘pipe’, declared with attribute warn_unused_result [-Wunused-result]
  244. pipe(pvec);
  245. ^
  246. gcc -o ./pgms/spawn -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall ./src/spawn.c
  247. gcc -o ./pgms/execl -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall ./src/execl.c
  248. In file included from ./src/execl.c:34:0:
  249. ./src/big.c: In function ‘getwork’:
  250. ./src/big.c:452:11: warning: variable ‘c’ set but not used [-Wunused-but-set-variable]
  251. char c;
  252. ^
  253. ./src/big.c: In function ‘fatal’:
  254. ./src/big.c:586:5: warning: format not a string literal and no format arguments [-Wformat-security]
  255. fprintf(stderr, s);
  256. ^
  257. ./src/big.c: In function ‘dummy’:
  258. ./src/big.c:112:12: warning: ignoring return value of ‘freopen’, declared with attribute warn_unused_result [-Wunused-result]
  259. freopen("masterlog.00", "a", stderr);
  260. ^
  261. ./src/big.c:200:13: warning: ignoring return value of ‘freopen’, declared with attribute warn_unused_result [-Wunused-result]
  262. freopen(logname, "w", stderr);
  263. ^
  264. ./src/big.c:224:6: warning: ignoring return value of ‘dup’, declared with attribute warn_unused_result [-Wunused-result]
  265. dup(pvec[0]);
  266. ^
  267. ./src/big.c:228:13: warning: ignoring return value of ‘freopen’, declared with attribute warn_unused_result [-Wunused-result]
  268. freopen(logname, "w", stderr);
  269. ^
  270. ./src/big.c:321:9: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
  271. write(fcopy, cp->line, p - cp->line + 1);
  272. ^
  273. cd ./src; gcc -c -DTIME -Wall -pedantic -ansi -DHZ= -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall dhry_1.c
  274. cd ./src; gcc -c -DTIME -Wall -pedantic -ansi -DHZ= -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall dhry_2.c
  275. 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
  276. cd ./src; rm -f dhry_1.o dhry_2.o
  277. 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
  278. 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
  279. 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
  280. cd ./src; rm -f dhry_1_reg.o dhry_2_reg.o
  281. gcc -o ./pgms/looper -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall ./src/looper.c
  282. gcc -o ./pgms/fstime -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall ./src/fstime.c
  283. 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
  284. make all
  285. make[1]: Entering directory `/root/sb-bench/UnixBench-5.1.3'
  286. Checking distribution of files
  287. ./pgms exists
  288. ./src exists
  289. ./testdir exists
  290. ./results exists
  291. make[1]: Leaving directory `/root/sb-bench/UnixBench-5.1.3'
  292. sh: 1: 3dinfo: not found
  293.  
  294. # # # # # # # ##### ###### # # #### # #
  295. # # ## # # # # # # # ## # # # # #
  296. # # # # # # ## ##### ##### # # # # ######
  297. # # # # # # ## # # # # # # # # #
  298. # # # ## # # # # # # # ## # # # #
  299. #### # # # # # ##### ###### # # #### # #
  300.  
  301. Version 5.1.3 Based on the Byte Magazine Unix Benchmark
  302.  
  303. Multi-CPU version Version 5 revisions by Ian Smith,
  304. Sunnyvale, CA, USA
  305. January 13, 2011 johantheghost at yahoo period com
  306.  
  307.  
  308. 1 x Dhrystone 2 using register variables 1 2 3 4 5 6 7 8 9 10
  309.  
  310. 1 x Double-Precision Whetstone 1 2 3 4 5 6 7 8 9 10
  311.  
  312. 1 x Execl Throughput 1 2 3
  313.  
  314. 1 x File Copy 1024 bufsize 2000 maxblocks 1 2 3
  315.  
  316. 1 x File Copy 256 bufsize 500 maxblocks 1 2 3
  317.  
  318. 1 x File Copy 4096 bufsize 8000 maxblocks 1 2 3
  319.  
  320. 1 x Pipe Throughput 1 2 3 4 5 6 7 8 9 10
  321.  
  322. 1 x Pipe-based Context Switching 1 2 3 4 5 6 7 8 9 10
  323.  
  324. 1 x Process Creation 1 2 3
  325.  
  326. 1 x System Call Overhead 1 2 3 4 5 6 7 8 9 10
  327.  
  328. 1 x Shell Scripts (1 concurrent) 1 2 3
  329.  
  330. 1 x Shell Scripts (8 concurrent) 1 2 3
  331.  
  332. 1 x Dhrystone 2 using register variables 1 2 3 4 5 6 7 8 9 10
  333.  
  334. 1 x Double-Precision Whetstone 1 2 3 4 5 6 7 8 9 10
  335.  
  336. 1 x Execl Throughput 1 2 3
  337.  
  338. 1 x File Copy 1024 bufsize 2000 maxblocks 1 2 3
  339.  
  340. 1 x File Copy 256 bufsize 500 maxblocks 1 2 3
  341.  
  342. 1 x File Copy 4096 bufsize 8000 maxblocks 1 2 3
  343.  
  344. 1 x Pipe Throughput 1 2 3 4 5 6 7 8 9 10
  345.  
  346. 1 x Pipe-based Context Switching 1 2 3 4 5 6 7 8 9 10
  347.  
  348. 1 x Process Creation 1 2 3
  349.  
  350. 1 x System Call Overhead 1 2 3 4 5 6 7 8 9 10
  351.  
  352. 1 x Shell Scripts (1 concurrent) 1 2 3
  353.  
  354. 1 x Shell Scripts (8 concurrent) 1 2 3
  355.  
  356. ========================================================================
  357. BYTE UNIX Benchmarks (Version 5.1.3)
  358.  
  359. System: server.corfupress.com: GNU/Linux
  360. OS: GNU/Linux -- 3.13.0-45-generic -- #74-Ubuntu SMP Tue Jan 13 19:36:28 UTC 2015
  361. Machine: x86_64 (x86_64)
  362. Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8")
  363. CPU 0: Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz (5187.6 bogomips)
  364. x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
  365. 09:28:12 up 21 min, 0 users, load average: 0.06, 0.05, 0.09; runlevel 2
  366.  
  367. ------------------------------------------------------------------------
  368. Benchmark Run: Tue Feb 17 2015 09:28:12 - 09:56:19
  369. 1 CPU in system; running 1 parallel copy of tests
  370.  
  371. Dhrystone 2 using register variables 28790083.8 lps (10.0 s, 7 samples)
  372. Double-Precision Whetstone 3437.6 MWIPS (9.9 s, 7 samples)
  373. Execl Throughput 4090.3 lps (30.0 s, 2 samples)
  374. File Copy 1024 bufsize 2000 maxblocks 1021033.0 KBps (30.0 s, 2 samples)
  375. File Copy 256 bufsize 500 maxblocks 283775.6 KBps (30.0 s, 2 samples)
  376. File Copy 4096 bufsize 8000 maxblocks 1954473.3 KBps (30.0 s, 2 samples)
  377. Pipe Throughput 1897690.8 lps (10.0 s, 7 samples)
  378. Pipe-based Context Switching 314910.9 lps (10.0 s, 7 samples)
  379. Process Creation 13077.5 lps (30.0 s, 2 samples)
  380. Shell Scripts (1 concurrent) 7264.5 lpm (60.0 s, 2 samples)
  381. Shell Scripts (8 concurrent) 952.0 lpm (60.0 s, 2 samples)
  382. System Call Overhead 3819504.0 lps (10.0 s, 7 samples)
  383.  
  384. System Benchmarks Index Values BASELINE RESULT INDEX
  385. Dhrystone 2 using register variables 116700.0 28790083.8 2467.0
  386. Double-Precision Whetstone 55.0 3437.6 625.0
  387. Execl Throughput 43.0 4090.3 951.2
  388. File Copy 1024 bufsize 2000 maxblocks 3960.0 1021033.0 2578.4
  389. File Copy 256 bufsize 500 maxblocks 1655.0 283775.6 1714.7
  390. File Copy 4096 bufsize 8000 maxblocks 5800.0 1954473.3 3369.8
  391. Pipe Throughput 12440.0 1897690.8 1525.5
  392. Pipe-based Context Switching 4000.0 314910.9 787.3
  393. Process Creation 126.0 13077.5 1037.9
  394. Shell Scripts (1 concurrent) 42.4 7264.5 1713.3
  395. Shell Scripts (8 concurrent) 6.0 952.0 1586.6
  396. System Call Overhead 15000.0 3819504.0 2546.3
  397. ========
  398. System Benchmarks Index Score 1547.4
  399.  
  400. ------------------------------------------------------------------------
  401. Benchmark Run: Tue Feb 17 2015 09:56:19 - 10:24:24
  402. 1 CPU in system; running 1 parallel copy of tests
  403.  
  404. Dhrystone 2 using register variables 28473284.1 lps (10.0 s, 7 samples)
  405. Double-Precision Whetstone 3410.7 MWIPS (9.8 s, 7 samples)
  406. Execl Throughput 3804.3 lps (29.7 s, 2 samples)
  407. File Copy 1024 bufsize 2000 maxblocks 932665.6 KBps (30.0 s, 2 samples)
  408. File Copy 256 bufsize 500 maxblocks 259684.3 KBps (30.0 s, 2 samples)
  409. File Copy 4096 bufsize 8000 maxblocks 1584312.6 KBps (30.0 s, 2 samples)
  410. Pipe Throughput 1770226.5 lps (10.0 s, 7 samples)
  411. Pipe-based Context Switching 297290.2 lps (10.0 s, 7 samples)
  412. Process Creation 12216.1 lps (30.0 s, 2 samples)
  413. Shell Scripts (1 concurrent) 6738.1 lpm (60.0 s, 2 samples)
  414. Shell Scripts (8 concurrent) 860.1 lpm (60.0 s, 2 samples)
  415. System Call Overhead 3613034.1 lps (10.0 s, 7 samples)
  416.  
  417. System Benchmarks Index Values BASELINE RESULT INDEX
  418. Dhrystone 2 using register variables 116700.0 28473284.1 2439.9
  419. Double-Precision Whetstone 55.0 3410.7 620.1
  420. Execl Throughput 43.0 3804.3 884.7
  421. File Copy 1024 bufsize 2000 maxblocks 3960.0 932665.6 2355.2
  422. File Copy 256 bufsize 500 maxblocks 1655.0 259684.3 1569.1
  423. File Copy 4096 bufsize 8000 maxblocks 5800.0 1584312.6 2731.6
  424. Pipe Throughput 12440.0 1770226.5 1423.0
  425. Pipe-based Context Switching 4000.0 297290.2 743.2
  426. Process Creation 126.0 12216.1 969.5
  427. Shell Scripts (1 concurrent) 42.4 6738.1 1589.2
  428. Shell Scripts (8 concurrent) 6.0 860.1 1433.5
  429. System Call Overhead 15000.0 3613034.1 2408.7
  430. ========
  431. System Benchmarks Index Score 1434.7
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement