Advertisement
Guest User

Untitled

a guest
Feb 2nd, 2018
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.63 KB | None | 0 0
  1. OrangePi one plus (H6)
  2. uname -a
  3. Linux cardhu7 3.10.65 #35 SMP PREEMPT Tue Jan 23 18:13:02 CST 2018 aarch64 aarch64 aarch64 GNU/Linux
  4.  
  5. $ openssl speed rsa4096 -multi 4
  6. Forked child 0
  7. Forked child 1
  8. Forked child 2
  9. Forked child 3
  10. +DTP:4096:private:rsa:10
  11. +DTP:4096:private:rsa:10
  12. +DTP:4096:private:rsa:10
  13. +DTP:4096:private:rsa:10
  14. +R1:119:4096:10.00
  15. +DTP:4096:public:rsa:10
  16. +R1:119:4096:10.01
  17. +DTP:4096:public:rsa:10
  18. +R1:119:4096:10.04
  19. +DTP:4096:public:rsa:10
  20. +R1:120:4096:10.08
  21. +DTP:4096:public:rsa:10
  22. +R2:9907:4096:10.01
  23. Got: +F2:3:4096:0.084034:0.001010 from 0
  24. +R2:9907:4096:10.00
  25. Got: +F2:3:4096:0.084118:0.001009 from 1
  26. +R2:9849:4096:10.00
  27. +R2:9899:4096:10.00
  28. Got: +F2:3:4096:0.084000:0.001010 from 2
  29. Got: +F2:3:4096:0.084370:0.001015 from 3
  30. OpenSSL 1.0.2g 1 Mar 2016
  31. built on: reproducible build, date unspecified
  32. options:bn(64,64) rc4(ptr,char) des(idx,cisc,16,int) aes(partial) blowfish(ptr)
  33. compiler: cc -I. -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wa,--noexecstack -Wall -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM
  34. sign verify sign/s verify/s
  35. rsa 4096 bits 0.021033s 0.000253s 47.5 3956.5
  36.  
  37.  
  38. $ for i in 128 192 256; do openssl speed -elapsed -evp aes-${i}-cbc ; done
  39. You have chosen to measure elapsed time instead of user CPU time.
  40. Doing aes-128-cbc for 3s on 16 size blocks: 20200492 aes-128-cbc's in 3.00s
  41. Doing aes-128-cbc for 3s on 64 size blocks: 27956373 aes-128-cbc's in 3.00s
  42. Doing aes-128-cbc for 3s on 256 size blocks: 11864940 aes-128-cbc's in 3.00s
  43. Doing aes-128-cbc for 3s on 1024 size blocks: 3688129 aes-128-cbc's in 3.00s
  44. Doing aes-128-cbc for 3s on 8192 size blocks: 496492 aes-128-cbc's in 3.00s
  45. OpenSSL 1.0.2g 1 Mar 2016
  46. built on: reproducible build, date unspecified
  47. options:bn(64,64) rc4(ptr,char) des(idx,cisc,16,int) aes(partial) blowfish(ptr)
  48. compiler: cc -I. -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wa,--noexecstack -Wall -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM
  49. The 'numbers' are in 1000s of bytes per second processed.
  50. type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes
  51. aes-128-cbc 107735.96k 596402.62k 1012474.88k 1258881.37k 1355754.15k
  52. You have chosen to measure elapsed time instead of user CPU time.
  53. Doing aes-192-cbc for 3s on 16 size blocks: 39659284 aes-192-cbc's in 3.00s
  54. Doing aes-192-cbc for 3s on 64 size blocks: 24416733 aes-192-cbc's in 3.00s
  55. Doing aes-192-cbc for 3s on 256 size blocks: 9479581 aes-192-cbc's in 3.00s
  56. Doing aes-192-cbc for 3s on 1024 size blocks: 2819356 aes-192-cbc's in 3.00s
  57. Doing aes-192-cbc for 3s on 8192 size blocks: 373075 aes-192-cbc's in 3.00s
  58. OpenSSL 1.0.2g 1 Mar 2016
  59. built on: reproducible build, date unspecified
  60. options:bn(64,64) rc4(ptr,char) des(idx,cisc,16,int) aes(partial) blowfish(ptr)
  61. compiler: cc -I. -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wa,--noexecstack -Wall -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM
  62. The 'numbers' are in 1000s of bytes per second processed.
  63. type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes
  64. aes-192-cbc 211516.18k 520890.30k 808924.25k 962340.18k 1018743.47k
  65. You have chosen to measure elapsed time instead of user CPU time.
  66. Doing aes-256-cbc for 3s on 16 size blocks: 28271932 aes-256-cbc's in 3.00s
  67. Doing aes-256-cbc for 3s on 64 size blocks: 21746145 aes-256-cbc's in 3.00s
  68. Doing aes-256-cbc for 3s on 256 size blocks: 8112321 aes-256-cbc's in 3.00s
  69. Doing aes-256-cbc for 3s on 1024 size blocks: 2348625 aes-256-cbc's in 3.00s
  70. Doing aes-256-cbc for 3s on 8192 size blocks: 307892 aes-256-cbc's in 3.00s
  71. OpenSSL 1.0.2g 1 Mar 2016
  72. built on: reproducible build, date unspecified
  73. options:bn(64,64) rc4(ptr,char) des(idx,cisc,16,int) aes(partial) blowfish(ptr)
  74. compiler: cc -I. -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wa,--noexecstack -Wall -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM
  75. The 'numbers' are in 1000s of bytes per second processed.
  76. type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes
  77. aes-256-cbc 150783.64k 463917.76k 692251.39k 801664.00k 840750.42k
  78.  
  79.  
  80. $ 7z b
  81.  
  82. 7-Zip 9.20 Copyright (c) 1999-2010 Igor Pavlov 2010-11-18
  83. p7zip Version 9.20 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,4 CPUs)
  84.  
  85. RAM size: 978 MB, # CPU hardware threads: 4
  86. RAM usage: 850 MB, # Benchmark threads: 4
  87.  
  88. Dict Compressing | Decompressing
  89. Speed Usage R/U Rating | Speed Usage R/U Rating
  90. KB/s % MIPS MIPS | KB/s % MIPS MIPS
  91.  
  92. 22: 1693 287 573 1647 | 65269 396 1487 5888
  93. 23: 2085 307 691 2125 | 64258 397 1479 5880
  94. 24: 1968 298 709 2116 | 62758 396 1470 5822
  95. 25: 2022 318 726 2309 | 61409 397 1454 5774
  96. ----------------------------------------------------------------
  97. Avr: 303 675 2049 397 1473 5841
  98. Tot: 350 1074 3945
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement