pátek 28. března 2025

ASRock N100M

ASRock N100M


cores 4 / threads 4
CPU : family 6, model 190 and stepping 0
model name : Intel(R) N100
cpu MHz : 700.0
cache size : 6144 KB
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg fma cx16 xtpr pdcm sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l2 cdp_l2 ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid rdt_a rdseed adx smap clflushopt clwb intel_pt sha_ni xsaveopt xsavec xgetbv1 xsaves avx_vnni dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp hwp_pkg_req umip pku ospke waitpkg gfni vaes vpclmulqdq rdpid movdiri movdir64b fsrm md_clear serialize arch_lbr ibt flush_l1d arch_capabilities
bogomips : 1612.80


Mainboard : ASRock N100 (manual)
Memory : https://www.kingston.com/datasheets/khx1600c9d3k4_16gx.pdf Kingston HyperX DDR4 KHX3600C17D4/16GX at 2400 MT/s
Memory benchmark (hdparm) : 8302.99 MB/sec
HD benchmark (nvme ssd) :

1388.82 MB/sec (nvme Samsung SSD 970 EVO)

OS: Debian 12 amd64

linux:~> openssl version
OpenSSL 3.0.15 3 Sep 2024 (Library: OpenSSL 3.0.15 3 Sep 2024)
linux:~> openssl engine
(dynamic) Dynamic engine loading support
linux:~> openssl speed -evp aes-128-cbc rc4 blowfish
The 'numbers' are in 1000s of bytes per second processed.
type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes16384 bytes
rc4 00 0 000
blowfish cbc 0 0 0 00 0
aes-128-cbc 900 893.69k 1 448 864.23k 1 518 708.44k 1 516 586.33k1 513 701.38k 1 523 684.69k

ssh test:
Create big empty file (1Gb file)
dd if=/dev/zero of=bigfile count=0 seek=2000k  
ssh benchmark - to localhost.
scp bigfile localhost:/dev/null 
for i in aes128-cbc blowfish ; do scp -c  bigfile localhost:/dev/null ; done
bigfile                         100% 1000MB 331.4MB/s   00:03  
bigfile            ---