Advertisement
Guest User

Untitled

a guest
Feb 3rd, 2018
519
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.63 KB | None | 0 0
  1. $ cpufreq-info -c0
  2. cpufrequtils 008: cpufreq-info (C) Dominik Brodowski 2004-2009
  3. Report errors and bugs to cpufreq@vger.kernel.org, please.
  4. analyzing CPU 0:
  5. driver: cpufreq-sunxi
  6. CPUs which run at the same hardware frequency: 0 1 2 3
  7. CPUs which need to have their frequency coordinated by software: 0 1 2 3
  8. maximum transition latency: 2.00 ms.
  9. hardware limits: 480 MHz - 1.80 GHz
  10. available frequency steps: 480 MHz, 720 MHz, 816 MHz, 888 MHz, 1.08 GHz, 1.32 GHz, 1.49 GHz, 1.80 GHz
  11. available cpufreq governors: interactive, conservative, ondemand, userspace, powersave, performance
  12. current policy: frequency should be within 480 MHz and 1.80 GHz.
  13. The governor "performance" may decide which speed to use
  14. within this range.
  15. current CPU frequency is 1.80 GHz.
  16. cpufreq stats: 480 MHz:98.35%, 720 MHz:0.10%, 816 MHz:0.04%, 888 MHz:0.01%, 1.08 GHz:0.03%, 1.32 GHz:0.03%, 1.49 GHz:0.08%, 1.80 GHz:1.36% (450)
  17.  
  18. Idle state: 1800 MHz 1.160V 50C
  19.  
  20. $ openssl speed rsa4096 -multi 4
  21. Forked child 0
  22. Forked child 1
  23. Forked child 2
  24. Forked child 3
  25. +DTP:4096:private:rsa:10
  26. +DTP:4096:private:rsa:10
  27. +DTP:4096:private:rsa:10
  28. +DTP:4096:private:rsa:10
  29. +R1:140:4096:10.01
  30. +DTP:4096:public:rsa:10
  31. +R1:141:4096:10.02
  32. +DTP:4096:public:rsa:10
  33. +R1:140:4096:10.03
  34. +DTP:4096:public:rsa:10
  35. +R1:141:4096:10.03
  36. +DTP:4096:public:rsa:10
  37. +R2:9601:4096:10.00
  38. +R2:9653:4096:10.00
  39. +R2:9583:4096:10.00
  40. Got: +F2:3:4096:0.071643:0.001044 from 0
  41. Got: +F2:3:4096:0.071500:0.001042 from 1
  42. +R2:9640:4096:10.01
  43. Got: +F2:3:4096:0.071135:0.001038 from 2
  44. Got: +F2:3:4096:0.071064:0.001036 from 3
  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. sign verify sign/s verify/s
  50. rsa 4096 bits 0.017834s 0.000260s 56.1 3846.2
  51.  
  52. $ for i in 128 192 256; do openssl speed -elapsed -evp aes-${i}-cbc ; done
  53. You have chosen to measure elapsed time instead of user CPU time.
  54. Doing aes-128-cbc for 3s on 16 size blocks: 42498370 aes-128-cbc's in 3.00s
  55. Doing aes-128-cbc for 3s on 64 size blocks: 28406945 aes-128-cbc's in 3.00s
  56. Doing aes-128-cbc for 3s on 256 size blocks: 11871738 aes-128-cbc's in 3.00s
  57. Doing aes-128-cbc for 3s on 1024 size blocks: 3690166 aes-128-cbc's in 3.00s
  58. Doing aes-128-cbc for 3s on 8192 size blocks: 496499 aes-128-cbc's in 3.00s
  59. OpenSSL 1.0.2g 1 Mar 2016
  60. built on: reproducible build, date unspecified
  61. options:bn(64,64) rc4(ptr,char) des(idx,cisc,16,int) aes(partial) blowfish(ptr)
  62. 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
  63. The 'numbers' are in 1000s of bytes per second processed.
  64. type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes
  65. aes-128-cbc 226657.97k 606014.83k 1013054.98k 1259576.66k 1355773.27k
  66. You have chosen to measure elapsed time instead of user CPU time.
  67. Doing aes-192-cbc for 3s on 16 size blocks: 39685376 aes-192-cbc's in 3.00s
  68. Doing aes-192-cbc for 3s on 64 size blocks: 24270929 aes-192-cbc's in 3.00s
  69. Doing aes-192-cbc for 3s on 256 size blocks: 9485669 aes-192-cbc's in 3.00s
  70. Doing aes-192-cbc for 3s on 1024 size blocks: 2821412 aes-192-cbc's in 3.00s
  71. Doing aes-192-cbc for 3s on 8192 size blocks: 373261 aes-192-cbc's in 3.00s
  72. OpenSSL 1.0.2g 1 Mar 2016
  73. built on: reproducible build, date unspecified
  74. options:bn(64,64) rc4(ptr,char) des(idx,cisc,16,int) aes(partial) blowfish(ptr)
  75. 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
  76. The 'numbers' are in 1000s of bytes per second processed.
  77. type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes
  78. aes-192-cbc 211655.34k 517779.82k 809443.75k 963041.96k 1019251.37k
  79. You have chosen to measure elapsed time instead of user CPU time.
  80. Doing aes-256-cbc for 3s on 16 size blocks: 38007827 aes-256-cbc's in 3.00s
  81. Doing aes-256-cbc for 3s on 64 size blocks: 22064014 aes-256-cbc's in 3.00s
  82. Doing aes-256-cbc for 3s on 256 size blocks: 8116186 aes-256-cbc's in 3.00s
  83. Doing aes-256-cbc for 3s on 1024 size blocks: 2349724 aes-256-cbc's in 3.00s
  84. Doing aes-256-cbc for 3s on 8192 size blocks: 307896 aes-256-cbc's in 3.00s
  85. OpenSSL 1.0.2g 1 Mar 2016
  86. built on: reproducible build, date unspecified
  87. options:bn(64,64) rc4(ptr,char) des(idx,cisc,16,int) aes(partial) blowfish(ptr)
  88. 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
  89. The 'numbers' are in 1000s of bytes per second processed.
  90. type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes
  91. aes-256-cbc 202708.41k 470698.97k 692581.21k 802039.13k 840761.34k
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement