Advertisement
Guest User

Untitled

a guest
Dec 31st, 2023
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.61 KB | None | 0 0
  1. Memory performance
  2. memcpy: 19457.6 MB/s
  3. memset: 61783.9 MB/s
  4.  
  5. 7-zip total scores (3 consecutive runs): 68211,67784,67790, single-threaded: 6662
  6.  
  7. OpenSSL results:
  8. type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes 16384 bytes
  9. aes-128-cbc 1567989.72k 1870615.23k 1964057.00k 1994144.09k 2002564.44k 2002206.72k
  10. aes-128-cbc 1605191.56k 1909343.38k 2011910.57k 2035133.78k 2042527.74k 2042331.14k
  11. aes-192-cbc 1377607.40k 1594364.16k 1655265.45k 1671535.27k 1681560.92k 1683357.70k
  12. aes-192-cbc 1398272.97k 1618756.80k 1688081.58k 1702524.59k 1707991.04k 1708982.27k
  13. aes-256-cbc 1215613.20k 1380451.05k 1433092.52k 1443794.94k 1447671.13k 1447755.78k
  14. aes-256-cbc 1214567.66k 1379821.12k 1432382.04k 1443850.58k 1443433.13k 1442376.36k
  15.  
  16. Unable to upload full test results. Please copy&paste the below stuff to pastebin.com and
  17. provide the URL. Check the output for throttling and swapping please.
  18.  
  19.  
  20. sbc-bench v0.9.60 / Ryzen 9 7940HS w/ Radeon 780M Graphics (Mon, 01 Jan 2024 03:46:20 +0300)
  21.  
  22. Distributor ID: Ubuntu
  23. Description: Ubuntu 22.04.3 LTS
  24. Release: 22.04
  25. Codename: jammy
  26.  
  27. BIOS/UEFI:
  28. Vendor: American Megatrends International, LLC.
  29. Version: AM08pro_P5C5V20
  30. Release Date: 12/26/2023
  31. BIOS Revision: 5.29
  32.  
  33. /usr/bin/gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
  34.  
  35. Uptime: 03:46:20 up 44 min, 2 users, load average: 0.72, 0.22, 0.06, 50.1°C, 23832925
  36.  
  37. Linux 6.2.0-39-generic (am08pro) 01.01.2024 _x86_64_ (16 CPU)
  38.  
  39. avg-cpu: %user %nice %system %iowait %steal %idle
  40. 0.06 0.01 0.15 0.04 0.00 99.74
  41.  
  42. Device tps kB_read/s kB_wrtn/s kB_dscd/s kB_read kB_wrtn kB_dscd
  43. nvme0n1 13.84 342.88 253.09 0.00 919380 678625 0
  44. sda 0.98 13.81 0.01 0.00 37025 24 0
  45.  
  46. total used free shared buff/cache available
  47. Mem: 11Gi 913Mi 10Gi 42Mi 457Mi 10Gi
  48. Swap: 2.0Gi 0B 2.0Gi
  49.  
  50. Filename Type Size Used Priority
  51. /swapfile file 2097148 0 -2
  52.  
  53. ##########################################################################
  54.  
  55. AMD Ryzen detected. For power limits visit https://github.com/FlyGoat/RyzenAdj
  56.  
  57. Checking cpufreq OPP:
  58.  
  59. Cpufreq OPP: 4000 Measured: 5185 (5186.547/5185.510/5184.862) (+29.6%)
  60. Cpufreq OPP: 2200 Measured: 5187 (5187.999/5187.740/5186.119) (+135.8%)
  61. Cpufreq OPP: 1600 Measured: 5187 (5188.102/5187.649/5186.611) (+224.2%)
  62.  
  63. ##########################################################################
  64.  
  65. Hardware sensors:
  66.  
  67. k10temp-pci-00c3
  68. Tctl: +60.9 C
  69.  
  70. acpitz-acpi-0
  71.  
  72. amdgpu-pci-c600
  73. vddgfx: 1.44 V
  74. vddnb: 1.08 V
  75. edge: +47.0 C
  76. PPT: 18.01 W
  77.  
  78. nvme-pci-0100
  79. Composite: +41.9 C (low = -273.1 C, high = +81.8 C)
  80. (crit = +84.8 C)
  81. Sensor 1: +41.9 C (low = -273.1 C, high = +65261.8 C)
  82. Sensor 2: +39.9 C (low = -273.1 C, high = +65261.8 C)
  83.  
  84. ##########################################################################
  85.  
  86. Executing benchmark on cpu0:
  87.  
  88. tinymembench v0.4.9-nuumio (simple benchmark for memory throughput and latency)
  89.  
  90. CFLAGS:
  91. bandwidth test min repeats (-b): 2
  92. bandwidth test max repeats (-B): 3
  93. bandwidth test mem realloc (-M): no (-m for realloc)
  94. latency test repeats (-l): 3
  95. latency test count (-c): 1000000
  96.  
  97. ==========================================================================
  98. == Memory bandwidth tests ==
  99. == ==
  100. == Note 1: 1MB = 1000000 bytes ==
  101. == Note 2: Test result is the best of repeated runs. Number of repeats ==
  102. == is shown in brackets ==
  103. == Note 3: Results for 'copy' tests show how many bytes can be ==
  104. == copied per second (adding together read and writen ==
  105. == bytes would have provided twice higher numbers) ==
  106. == Note 4: 2-pass copy means that we are using a small temporary buffer ==
  107. == to first fetch data into it, and only then write it to the ==
  108. == destination (source -> L1 cache, L1 cache -> destination) ==
  109. == Note 5: If sample standard deviation exceeds 0.1%, it is shown in ==
  110. == brackets ==
  111. ==========================================================================
  112.  
  113. C copy backwards : 16279.9 MB/s (3, 3.0%)
  114. C copy backwards (32 byte blocks) : 16015.5 MB/s (2)
  115. C copy backwards (64 byte blocks) : 16034.4 MB/s (3)
  116. C copy : 16714.3 MB/s (3, 0.4%)
  117. C copy prefetched (32 bytes step) : 14977.3 MB/s (3)
  118. C copy prefetched (64 bytes step) : 15085.3 MB/s (2)
  119. C 2-pass copy : 17401.0 MB/s (3, 0.3%)
  120. C 2-pass copy prefetched (32 bytes step) : 12904.9 MB/s (2)
  121. C 2-pass copy prefetched (64 bytes step) : 13625.7 MB/s (3, 1.9%)
  122. C scan 8 : 5097.5 MB/s (3, 0.2%)
  123. C scan 16 : 10164.3 MB/s (2)
  124. C scan 32 : 20183.4 MB/s (3, 0.3%)
  125. C scan 64 : 39683.2 MB/s (3, 0.2%)
  126. C fill : 26580.1 MB/s (3, 0.8%)
  127. C fill (shuffle within 16 byte blocks) : 26231.9 MB/s (3, 0.4%)
  128. C fill (shuffle within 32 byte blocks) : 26214.6 MB/s (3, 0.2%)
  129. C fill (shuffle within 64 byte blocks) : 26178.7 MB/s (3, 0.4%)
  130. ---
  131. libc memcpy copy : 19457.6 MB/s (3, 0.2%)
  132. libc memchr scan : 78627.2 MB/s (2)
  133. libc memset fill : 61783.9 MB/s (2)
  134. ---
  135. MOVSB copy : 28916.4 MB/s (2)
  136. MOVSD copy : 28935.0 MB/s (2)
  137. STOSB fill : 61776.1 MB/s (2)
  138. SSE2 copy : 17482.9 MB/s (3, 0.2%)
  139. SSE2 nontemporal copy : 27209.9 MB/s (2)
  140. SSE2 copy prefetched (32 bytes step) : 16846.4 MB/s (3, 0.5%)
  141. SSE2 copy prefetched (64 bytes step) : 17237.9 MB/s (3, 0.1%)
  142. SSE2 nontemporal copy prefetched (32 bytes step) : 27150.8 MB/s (3, 0.3%)
  143. SSE2 nontemporal copy prefetched (64 bytes step) : 27835.2 MB/s (2)
  144. SSE2 2-pass copy : 17914.6 MB/s (2)
  145. SSE2 2-pass copy prefetched (32 bytes step) : 16846.3 MB/s (3, 0.4%)
  146. SSE2 2-pass copy prefetched (64 bytes step) : 17711.8 MB/s (2)
  147. SSE2 2-pass nontemporal copy : 4551.8 MB/s (2)
  148. SSE2 fill : 26011.3 MB/s (3, 0.4%)
  149. SSE2 nontemporal fill : 62112.3 MB/s (2)
  150.  
  151. ==========================================================================
  152. == Framebuffer read tests. ==
  153. == ==
  154. == Many ARM devices use a part of the system memory as the framebuffer, ==
  155. == typically mapped as uncached but with write-combining enabled. ==
  156. == Writes to such framebuffers are quite fast, but reads are much ==
  157. == slower and very sensitive to the alignment and the selection of ==
  158. == CPU instructions which are used for accessing memory. ==
  159. == ==
  160. == Many x86 systems allocate the framebuffer in the GPU memory, ==
  161. == accessible for the CPU via a relatively slow PCI-E bus. Moreover, ==
  162. == PCI-E is asymmetric and handles reads a lot worse than writes. ==
  163. == ==
  164. == If uncached framebuffer reads are reasonably fast (at least 100 MB/s ==
  165. == or preferably >300 MB/s), then using the shadow framebuffer layer ==
  166. == is not necessary in Xorg DDX drivers, resulting in a nice overall ==
  167. == performance improvement. For example, the xf86-video-fbturbo DDX ==
  168. == uses this trick. ==
  169. ==========================================================================
  170.  
  171. MOVSD copy (from framebuffer) : 29776.9 MB/s (2)
  172. MOVSD 2-pass copy (from framebuffer) : 16673.0 MB/s (3, 0.2%)
  173. SSE2 copy (from framebuffer) : 17942.6 MB/s (2)
  174. SSE2 2-pass copy (from framebuffer) : 18341.2 MB/s (2)
  175.  
  176. ==========================================================================
  177. == Memory latency test ==
  178. == ==
  179. == Average time is measured for random memory accesses in the buffers ==
  180. == of different sizes. The larger is the buffer, the more significant ==
  181. == are relative contributions of TLB, L1/L2 cache misses and SDRAM ==
  182. == accesses. For extremely large buffer sizes we are expecting to see ==
  183. == page table walk with several requests to SDRAM for almost every ==
  184. == memory access (though 64MiB is not nearly large enough to experience ==
  185. == this effect to its fullest). ==
  186. == ==
  187. == Note 1: All the numbers are representing extra time, which needs to ==
  188. == be added to L1 cache latency. The cycle timings for L1 cache ==
  189. == latency can be usually found in the processor documentation. ==
  190. == Note 2: Dual random read means that we are simultaneously performing ==
  191. == two independent memory accesses at a time. In the case if ==
  192. == the memory subsystem can't handle multiple outstanding ==
  193. == requests, dual random read has the same timings as two ==
  194. == single reads performed one after another. ==
  195. ==========================================================================
  196.  
  197. block size : single random read / dual random read, [MADV_NOHUGEPAGE]
  198. 1024 : 0.0 ns / 0.0 ns
  199. 2048 : 0.0 ns / 0.0 ns
  200. 4096 : 0.0 ns / 0.0 ns
  201. 8192 : 0.0 ns / 0.0 ns
  202. 16384 : 0.0 ns / 0.0 ns
  203. 32768 : 0.0 ns / 0.0 ns
  204. 65536 : 1.0 ns / 1.4 ns
  205. 131072 : 1.7 ns / 1.8 ns
  206. 262144 : 2.3 ns / 1.9 ns
  207. 524288 : 3.5 ns / 3.0 ns
  208. 1048576 : 6.3 ns / 5.1 ns
  209. 2097152 : 8.7 ns / 8.6 ns
  210. 4194304 : 11.7 ns / 10.2 ns
  211. 8388608 : 16.2 ns / 11.0 ns
  212. 16777216 : 30.9 ns / 30.0 ns
  213. 33554432 : 57.4 ns / 74.0 ns
  214. 67108864 : 73.7 ns / 91.7 ns
  215.  
  216. block size : single random read / dual random read, [MADV_HUGEPAGE]
  217. 1024 : 0.0 ns / 0.0 ns
  218. 2048 : 0.0 ns / 0.0 ns
  219. 4096 : 0.0 ns / 0.0 ns
  220. 8192 : 0.0 ns / 0.0 ns
  221. 16384 : 0.0 ns / 0.0 ns
  222. 32768 : 0.0 ns / 0.0 ns
  223. 65536 : 1.1 ns / 1.4 ns
  224. 131072 : 1.5 ns / 1.8 ns
  225. 262144 : 2.1 ns / 1.9 ns
  226. 524288 : 1.9 ns / 1.9 ns
  227. 1048576 : 2.0 ns / 2.0 ns
  228. 2097152 : 8.3 ns / 7.3 ns
  229. 4194304 : 10.1 ns / 8.7 ns
  230. 8388608 : 14.0 ns / 9.2 ns
  231. 16777216 : 9.0 ns / 10.0 ns
  232. 33554432 : 47.7 ns / 68.9 ns
  233. 67108864 : 67.5 ns / 85.2 ns
  234.  
  235. ##########################################################################
  236.  
  237. Executing ramlat on cpu0, results in ns:
  238.  
  239. size: 1x32 2x32 1x64 2x64 1xPTR 2xPTR 4xPTR 8xPTR
  240. 4k: 0.798 0.785 0.967 0.984 0.782 0.788 0.779 0.944
  241. 8k: 0.783 0.775 0.953 0.970 0.773 0.775 0.788 0.942
  242. 16k: 0.772 0.785 0.954 0.960 0.783 0.775 0.783 0.919
  243. 32k: 0.773 0.778 0.977 0.966 0.780 0.787 0.799 0.923
  244. 64k: 3.296 3.245 3.438 3.477 3.244 3.250 3.316 3.747
  245. 128k: 3.262 3.311 3.441 3.442 3.314 3.264 3.290 3.986
  246. 256k: 3.270 3.288 3.503 3.467 3.270 3.325 3.308 3.634
  247. 512k: 4.250 4.306 4.489 4.426 4.245 4.308 4.343 4.323
  248. 1024k: 8.185 7.357 8.160 7.601 7.960 7.576 7.673 7.961
  249. 2048k: 10.53 10.03 10.74 9.990 10.72 10.10 10.26 10.75
  250. 4096k: 11.28 10.62 11.63 10.66 11.45 11.08 11.11 11.48
  251. 8192k: 11.37 10.60 11.68 10.71 11.52 11.33 11.16 11.38
  252. 16384k: 30.82 20.00 28.24 20.96 28.44 30.87 35.99 41.34
  253. 32768k: 77.77 55.65 78.98 56.99 74.01 79.14 87.82 93.32
  254. 65536k: 91.12 87.71 91.31 88.21 91.41 91.29 94.89 98.24
  255. 131072k: 95.50 95.85 95.51 96.10 95.57 96.44 100.0 104.3
  256.  
  257. ##########################################################################
  258.  
  259. Executing benchmark twice on cluster 0
  260.  
  261. OpenSSL 3.0.2, built on 15 Mar 2022 (Library: OpenSSL 3.0.2 15 Mar 2022)
  262. type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes 16384 bytes
  263. aes-128-cbc 1567989.72k 1870615.23k 1964057.00k 1994144.09k 2002564.44k 2002206.72k
  264. aes-128-cbc 1605191.56k 1909343.38k 2011910.57k 2035133.78k 2042527.74k 2042331.14k
  265. aes-192-cbc 1377607.40k 1594364.16k 1655265.45k 1671535.27k 1681560.92k 1683357.70k
  266. aes-192-cbc 1398272.97k 1618756.80k 1688081.58k 1702524.59k 1707991.04k 1708982.27k
  267. aes-256-cbc 1215613.20k 1380451.05k 1433092.52k 1443794.94k 1447671.13k 1447755.78k
  268. aes-256-cbc 1214567.66k 1379821.12k 1432382.04k 1443850.58k 1443433.13k 1442376.36k
  269.  
  270. ##########################################################################
  271.  
  272. Executing benchmark single-threaded on cpu0
  273.  
  274. 7-Zip (a) [64] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21
  275. p7zip Version 16.02 (locale=C,Utf16=off,HugeFiles=on,64 bits,16 CPUs AMD Ryzen 9 7940HS w/ Radeon 780M Graphics (A70F41),ASM,AES-NI)
  276.  
  277. AMD Ryzen 9 7940HS w/ Radeon 780M Graphics (A70F41)
  278. CPU Freq: - - - - - - - - -
  279.  
  280. RAM size: 11659 MB, # CPU hardware threads: 16
  281. RAM usage: 435 MB, # Benchmark threads: 1
  282.  
  283. Compressing | Decompressing
  284. Dict Speed Usage R/U Rating | Speed Usage R/U Rating
  285. KiB/s % MIPS MIPS | KiB/s % MIPS MIPS
  286.  
  287. 22: 7446 100 7246 7244 | 77775 100 6640 6640
  288. 23: 6624 100 6749 6749 | 77358 100 6696 6696
  289. 24: 5883 100 6326 6326 | 76547 100 6720 6720
  290. 25: 5459 100 6233 6233 | 75140 100 6688 6688
  291. ---------------------------------- | ------------------------------
  292. Avr: 100 6639 6638 | 100 6686 6686
  293. Tot: 100 6662 6662
  294.  
  295. ##########################################################################
  296.  
  297. Executing benchmark 3 times multi-threaded on CPUs 0-15
  298.  
  299. 7-Zip (a) [64] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21
  300. p7zip Version 16.02 (locale=C,Utf16=off,HugeFiles=on,64 bits,16 CPUs AMD Ryzen 9 7940HS w/ Radeon 780M Graphics (A70F41),ASM,AES-NI)
  301.  
  302. AMD Ryzen 9 7940HS w/ Radeon 780M Graphics (A70F41)
  303. CPU Freq: - - - - - - - 1024000000 -
  304.  
  305. RAM size: 11659 MB, # CPU hardware threads: 16
  306. RAM usage: 3530 MB, # Benchmark threads: 16
  307.  
  308. Compressing | Decompressing
  309. Dict Speed Usage R/U Rating | Speed Usage R/U Rating
  310. KiB/s % MIPS MIPS | KiB/s % MIPS MIPS
  311.  
  312. 22: 65324 1411 4503 63547 | 865657 1578 4678 73832
  313. 23: 64170 1489 4391 65382 | 823718 1587 4491 71269
  314. 24: 61101 1505 4364 65696 | 805162 1594 4435 70673
  315. 25: 57559 1488 4416 65719 | 781725 1585 4389 69571
  316. ---------------------------------- | ------------------------------
  317. Avr: 1474 4418 65086 | 1586 4498 71336
  318. Tot: 1530 4458 68211
  319.  
  320. 7-Zip (a) [64] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21
  321. p7zip Version 16.02 (locale=C,Utf16=off,HugeFiles=on,64 bits,16 CPUs AMD Ryzen 9 7940HS w/ Radeon 780M Graphics (A70F41),ASM,AES-NI)
  322.  
  323. AMD Ryzen 9 7940HS w/ Radeon 780M Graphics (A70F41)
  324. CPU Freq: - - - - - - - - -
  325.  
  326. RAM size: 11659 MB, # CPU hardware threads: 16
  327. RAM usage: 3530 MB, # Benchmark threads: 16
  328.  
  329. Compressing | Decompressing
  330. Dict Speed Usage R/U Rating | Speed Usage R/U Rating
  331. KiB/s % MIPS MIPS | KiB/s % MIPS MIPS
  332.  
  333. 22: 69473 1527 4425 67584 | 821107 1572 4456 70032
  334. 23: 64249 1497 4372 65462 | 795765 1555 4428 68851
  335. 24: 60269 1498 4327 64801 | 791262 1580 4395 69453
  336. 25: 58317 1512 4404 66585 | 780959 1585 4385 69503
  337. ---------------------------------- | ------------------------------
  338. Avr: 1509 4382 66108 | 1573 4416 69460
  339. Tot: 1541 4399 67784
  340.  
  341. 7-Zip (a) [64] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21
  342. p7zip Version 16.02 (locale=C,Utf16=off,HugeFiles=on,64 bits,16 CPUs AMD Ryzen 9 7940HS w/ Radeon 780M Graphics (A70F41),ASM,AES-NI)
  343.  
  344. AMD Ryzen 9 7940HS w/ Radeon 780M Graphics (A70F41)
  345. CPU Freq: - - - - - - - - -
  346.  
  347. RAM size: 11659 MB, # CPU hardware threads: 16
  348. RAM usage: 3530 MB, # Benchmark threads: 16
  349.  
  350. Compressing | Decompressing
  351. Dict Speed Usage R/U Rating | Speed Usage R/U Rating
  352. KiB/s % MIPS MIPS | KiB/s % MIPS MIPS
  353.  
  354. 22: 69624 1542 4391 67731 | 820701 1578 4437 69998
  355. 23: 64011 1499 4351 65220 | 805811 1576 4423 69720
  356. 24: 60413 1480 4390 64957 | 794102 1580 4411 69702
  357. 25: 57353 1480 4424 65484 | 781036 1585 4384 69510
  358. ---------------------------------- | ------------------------------
  359. Avr: 1500 4389 65848 | 1580 4414 69732
  360. Tot: 1540 4402 67790
  361.  
  362. Compression: 65086,66108,65848
  363. Decompression: 71336,69460,69732
  364. Total: 68211,67784,67790
  365.  
  366. ##########################################################################
  367.  
  368. Testing maximum cpufreq again, still under full load. System health now:
  369.  
  370. Time CPU load %cpu %sys %usr %nice %io %irq Temp
  371. 03:51:39: 4000MHz 11.02 88% 1% 87% 0% 0% 0% 84.1°C
  372.  
  373. Checking cpufreq OPP:
  374.  
  375. Cpufreq OPP: 6843 Measured: 5138 (5139.346/5139.025/5135.752) (-24.9%)
  376.  
  377. ##########################################################################
  378.  
  379. Hardware sensors:
  380.  
  381. k10temp-pci-00c3
  382. Tctl: +70.5 C
  383.  
  384. acpitz-acpi-0
  385.  
  386. amdgpu-pci-c600
  387. vddgfx: 1.40 V
  388. vddnb: 1.08 V
  389. edge: +56.0 C
  390. PPT: 29.12 W
  391.  
  392. nvme-pci-0100
  393. Composite: +41.9 C (low = -273.1 C, high = +81.8 C)
  394. (crit = +84.8 C)
  395. Sensor 1: +41.9 C (low = -273.1 C, high = +65261.8 C)
  396. Sensor 2: +38.9 C (low = -273.1 C, high = +65261.8 C)
  397.  
  398. ##########################################################################
  399.  
  400. System health while running tinymembench:
  401.  
  402. Time CPU load %cpu %sys %usr %nice %io %irq Temp
  403. 03:46:35: 4000MHz 0.78 0% 0% 0% 0% 0% 0% 65.1°C
  404. 03:46:45: 4000MHz 0.81 6% 0% 6% 0% 0% 0% 81.5°C
  405. 03:46:55: 4000MHz 0.84 6% 0% 6% 0% 0% 0% 75.0°C
  406. 03:47:05: 4000MHz 0.87 6% 0% 6% 0% 0% 0% 66.8°C
  407. 03:47:15: 4000MHz 0.89 6% 0% 6% 0% 0% 0% 68.8°C
  408. 03:47:25: 4000MHz 0.91 6% 0% 6% 0% 0% 0% 69.9°C
  409. 03:47:35: 4000MHz 0.92 6% 0% 6% 0% 0% 0% 67.2°C
  410. 03:47:45: 4000MHz 0.93 6% 0% 6% 0% 0% 0% 68.1°C
  411.  
  412. System health while running ramlat:
  413.  
  414. Time CPU load %cpu %sys %usr %nice %io %irq Temp
  415. 03:47:49: 4000MHz 0.94 0% 0% 0% 0% 0% 0% 63.0°C
  416. 03:47:52: 4000MHz 0.94 6% 0% 6% 0% 0% 0% 64.1°C
  417. 03:47:55: 4000MHz 0.94 7% 0% 6% 1% 0% 0% 66.0°C
  418. 03:47:58: 4000MHz 1.03 6% 0% 6% 0% 0% 0% 62.1°C
  419. 03:48:01: 4000MHz 1.03 6% 0% 6% 0% 0% 0% 61.6°C
  420. 03:48:04: 4000MHz 1.03 6% 0% 6% 0% 0% 0% 57.9°C
  421. 03:48:07: 4000MHz 1.02 6% 0% 6% 0% 0% 0% 57.1°C
  422. 03:48:10: 4000MHz 1.02 6% 0% 6% 0% 0% 0% 56.2°C
  423. 03:48:13: 4000MHz 1.02 6% 0% 6% 0% 0% 0% 55.1°C
  424. 03:48:16: 4000MHz 1.02 6% 0% 6% 0% 0% 0% 55.5°C
  425.  
  426. System health while running OpenSSL benchmark:
  427.  
  428. Time CPU load %cpu %sys %usr %nice %io %irq Temp
  429. 03:48:17: 4000MHz 1.10 0% 0% 0% 0% 0% 0% 76.2°C
  430. 03:48:33: 4000MHz 1.08 6% 0% 6% 0% 0% 0% 65.8°C
  431. 03:48:49: 4000MHz 1.06 6% 0% 6% 0% 0% 0% 60.6°C
  432. 03:49:05: 4000MHz 1.05 6% 0% 6% 0% 0% 0% 65.6°C
  433. 03:49:21: 4000MHz 1.04 6% 0% 6% 0% 0% 0% 62.6°C
  434. 03:49:37: 4000MHz 1.02 6% 0% 6% 0% 0% 0% 69.5°C
  435. 03:49:53: 4000MHz 1.02 6% 0% 6% 0% 0% 0% 71.4°C
  436.  
  437. System health while running 7-zip single core benchmark:
  438.  
  439. Time CPU load %cpu %sys %usr %nice %io %irq Temp
  440. 03:50:05: 4000MHz 1.02 0% 0% 0% 0% 0% 0% 71.2°C
  441. 03:50:10: 4000MHz 1.01 6% 0% 6% 0% 0% 0% 78.2°C
  442. 03:50:15: 4000MHz 1.01 6% 0% 6% 0% 0% 0% 74.5°C
  443. 03:50:20: 4000MHz 1.01 6% 0% 6% 0% 0% 0% 75.0°C
  444. 03:50:25: 4000MHz 1.01 6% 0% 6% 0% 0% 0% 78.6°C
  445.  
  446. System health while running 7-zip multi core benchmark:
  447.  
  448. Time CPU load %cpu %sys %usr %nice %io %irq Temp
  449. 03:50:27: 4000MHz 2.29 0% 0% 0% 0% 0% 0% 82.1°C
  450. 03:50:38: 4000MHz 2.09 91% 0% 91% 0% 0% 0% 80.6°C
  451. 03:50:48: 4000MHz 4.23 90% 1% 88% 0% 0% 0% 82.6°C
  452. 03:50:58: 4000MHz 6.04 94% 0% 93% 0% 0% 0% 82.6°C
  453. 03:51:08: 4000MHz 7.65 93% 0% 93% 0% 0% 0% 81.1°C
  454. 03:51:18: 4000MHz 8.93 88% 1% 86% 0% 0% 0% 83.6°C
  455. 03:51:29: 4000MHz 10.02 92% 0% 91% 0% 0% 0% 86.1°C
  456. 03:51:39: 4000MHz 11.02 88% 1% 87% 0% 0% 0% 84.1°C
  457.  
  458. ##########################################################################
  459.  
  460. Linux 6.2.0-39-generic (am08pro) 01.01.2024 _x86_64_ (16 CPU)
  461.  
  462. avg-cpu: %user %nice %system %iowait %steal %idle
  463. 2.87 0.01 0.18 0.04 0.00 96.90
  464.  
  465. Device tps kB_read/s kB_wrtn/s kB_dscd/s kB_read kB_wrtn kB_dscd
  466. nvme0n1 12.76 311.41 247.25 0.00 936720 743713 0
  467. sda 0.87 12.31 0.01 0.00 37025 24 0
  468.  
  469. total used free shared buff/cache available
  470. Mem: 11Gi 912Mi 10Gi 42Mi 474Mi 10Gi
  471. Swap: 2.0Gi 0B 2.0Gi
  472.  
  473. Filename Type Size Used Priority
  474. /swapfile file 2097148 0 -2
  475.  
  476. CPU sysfs topology (clusters, cpufreq members, clockspeeds)
  477. cpufreq min max
  478. CPU cluster policy speed speed core type
  479. 0 0 0 1600 6844 -
  480. 1 0 1 1600 6844 -
  481. 2 0 2 1600 6844 -
  482. 3 0 3 1600 6844 -
  483. 4 0 4 1600 6844 -
  484. 5 0 5 1600 6844 -
  485. 6 0 6 1600 6844 -
  486. 7 0 7 1600 6844 -
  487. 8 0 8 1600 6844 -
  488. 9 0 9 1600 6844 -
  489. 10 0 10 1600 6844 -
  490. 11 0 11 1600 6844 -
  491. 12 0 12 1600 6844 -
  492. 13 0 13 1600 6844 -
  493. 14 0 14 1600 6844 -
  494. 15 0 15 1600 6844 -
  495.  
  496. Architecture: x86_64
  497. CPU op-mode(s): 32-bit, 64-bit
  498. Address sizes: 48 bits physical, 48 bits virtual
  499. Byte Order: Little Endian
  500. CPU(s): 16
  501. On-line CPU(s) list: 0-15
  502. Vendor ID: AuthenticAMD
  503. Model name: AMD Ryzen 9 7940HS w/ Radeon 780M Graphics
  504. CPU family: 25
  505. Model: 116
  506. Thread(s) per core: 2
  507. Core(s) per socket: 8
  508. Socket(s): 1
  509. Stepping: 1
  510. Frequency boost: enabled
  511. CPU max MHz: 6843.7500
  512. CPU min MHz: 1600.0000
  513. BogoMIPS: 7984.77
  514. Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp vmmcall fsgsbase bmi1 avx2 smep bmi2 erms invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold v_vmsave_vmload vgif x2avic v_spec_ctrl avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq rdpid overflow_recov succor smca flush_l1d
  515. Virtualization: AMD-V
  516. L1d cache: 256 KiB (8 instances)
  517. L1i cache: 256 KiB (8 instances)
  518. L2 cache: 8 MiB (8 instances)
  519. L3 cache: 16 MiB (1 instance)
  520. NUMA node(s): 1
  521. NUMA node0 CPU(s): 0-15
  522. Vulnerability Gather data sampling: Not affected
  523. Vulnerability Itlb multihit: Not affected
  524. Vulnerability L1tf: Not affected
  525. Vulnerability Mds: Not affected
  526. Vulnerability Meltdown: Not affected
  527. Vulnerability Mmio stale data: Not affected
  528. Vulnerability Retbleed: Not affected
  529. Vulnerability Spec rstack overflow: Mitigation; safe RET, no microcode
  530. Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl
  531. Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization
  532. Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP always-on, RSB filling, PBRSB-eIBRS Not affected
  533. Vulnerability Srbds: Not affected
  534. Vulnerability Tsx async abort: Not affected
  535.  
  536. Processor Information
  537. Socket Designation: FP8
  538. Type: Central Processor
  539. Family: Zen
  540. Manufacturer: Advanced Micro Devices, Inc.
  541. ID: 41 0F A7 00 FF FB 8B 17
  542. Signature: Family 25, Model 116, Stepping 1
  543. Flags:
  544. FPU (Floating-point unit on-chip)
  545. VME (Virtual mode extension)
  546. DE (Debugging extension)
  547. PSE (Page size extension)
  548. TSC (Time stamp counter)
  549. MSR (Model specific registers)
  550. PAE (Physical address extension)
  551. MCE (Machine check exception)
  552. CX8 (CMPXCHG8 instruction supported)
  553. APIC (On-chip APIC hardware supported)
  554. SEP (Fast system call)
  555. MTRR (Memory type range registers)
  556. PGE (Page global enable)
  557. MCA (Machine check architecture)
  558. CMOV (Conditional move instruction supported)
  559. PAT (Page attribute table)
  560. PSE-36 (36-bit page size extension)
  561. CLFSH (CLFLUSH instruction supported)
  562. MMX (MMX technology supported)
  563. FXSR (FXSAVE and FXSTOR instructions supported)
  564. SSE (Streaming SIMD extensions)
  565. SSE2 (Streaming SIMD extensions 2)
  566. HTT (Multi-threading)
  567. Version: AMD Ryzen 9 7940HS w/ Radeon 780M Graphics
  568. Voltage: 1.2 V
  569. External Clock: 100 MHz
  570. Max Speed: 5250 MHz
  571. Current Speed: 4000 MHz
  572. Status: Populated, Enabled
  573. L1 Cache Handle: 0x000B
  574. L2 Cache Handle: 0x000C
  575. L3 Cache Handle: 0x000D
  576. Core Count: 8
  577. Core Enabled: 8
  578. Thread Count: 16
  579. Characteristics:
  580. 64-bit capable
  581. Multi-Core
  582. Hardware Thread
  583. Execute Protection
  584. Enhanced Virtualization
  585. Power/Performance Control
  586.  
  587. Compiler: /usr/bin/gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 / x86_64-linux-gnu
  588. Userland: amd64
  589. Kernel: 6.2.0-39-generic/x86_64
  590. CONFIG_HZ=250
  591. CONFIG_HZ_250=y
  592. CONFIG_PREEMPTION=y
  593. CONFIG_PREEMPT_BUILD=y
  594. CONFIG_PREEMPT_COUNT=y
  595. CONFIG_PREEMPT_DYNAMIC=y
  596. CONFIG_PREEMPT_NOTIFIERS=y
  597. CONFIG_PREEMPT_RCU=y
  598. CONFIG_PREEMPT_VOLUNTARY=y
  599.  
  600. ##########################################################################
  601.  
  602. DIMM configuration:
  603. *-bank:0
  604. description: SODIMM Synchronous Unbuffered (Unregistered) 4800 MHz (0.2 ns)
  605. product: M425R1GB4BB0-CQKOD
  606. vendor: Samsung
  607. physical id: 0
  608. slot: DIMM 0
  609. size: 8GiB
  610. width: 64 bits
  611. clock: 505MHz (2.0ns)
  612. *-bank:1
  613. description: SODIMM Synchronous Unbuffered (Unregistered) 4800 MHz (0.2 ns)
  614. product: M425R1GB4BB0-CQKOL
  615. vendor: Samsung
  616. physical id: 1
  617. slot: DIMM 0
  618. size: 8GiB
  619. width: 64 bits
  620. clock: 505MHz (2.0ns)
  621.  
  622. ##########################################################################
  623.  
  624. Results validation:
  625.  
  626. * Measured clockspeed not lower than advertised max CPU clockspeed
  627. * No swapping
  628. * Background activity (%system) OK
  629. * No throttling
  630.  
  631. Status of performance related policies found below /sys:
  632.  
  633. * /sys/module/pcie_aspm/parameters/policy: [default] performance powersave powersupersave
  634.  
  635. | / Ryzen 9 7940HS w/ Radeon 780M Graphics | ~5180 | 6.2 | Ubuntu 22.04.3 LTS x86_64/amd64 | 67930 | 6662 | 1445060 | 19460 | 61780 | - | |
  636.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement