meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| hw:nsa310:encrypted_fs [2020/12/14 13:19] – niziak | hw:nsa310:encrypted_fs [2021/01/20 19:35] (current) – niziak | ||
|---|---|---|---|
| Line 261: | Line 261: | ||
| | aes256-gcm@openssh.com | | aes256-gcm@openssh.com | ||
| | chacha20-poly1305@openssh.com | | chacha20-poly1305@openssh.com | ||
| + | |||
| + | ====== fsck performance ====== | ||
| + | * Kernel 5.8 CESA: user 1m32, | ||
| + | * Kernel 5.8 ARM: user 1m32, | ||
| + | |||
| + | ====== Rsync with SSH tunnell performance ====== | ||
| + | When rsyncing huge file, to use delta transfers, rsync needs to scan file to make checksums. | ||
| + | |||
| + | ===== Kernel 5.8 ARM ===== | ||
| + | < | ||
| + | 134, | ||
| + | 142, | ||
| + | 151, | ||
| + | 159, | ||
| + | 175, | ||
| + | 192, | ||
| + | 200, | ||
| + | 217, | ||
| + | 234, | ||
| + | 243, | ||
| + | 250, | ||
| + | 259, | ||
| + | 268, | ||
| + | 334, | ||
| + | |||
| + | %Cpu(s): 50,0 us, 50,0 sy, 0,0 ni, 0,0 id, 0,0 wa, 0,0 hi, 0,0 si, 0,0 st | ||
| + | PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND | ||
| + | 32375 root 20 | ||
| + | 16281 root 20 | ||
| + | |||
| + | %Cpu(s): 30,8 us, 65,4 sy, 0,0 ni, 0,0 id, 0,0 wa, 0,0 hi, 3,8 si, 0,0 st | ||
| + | PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND | ||
| + | 16360 root 20 | ||
| + | 16281 root 20 | ||
| + | | ||
| + | %Cpu(s): 29,0 us, 71,0 sy, 0,0 ni, 0,0 id, 0,0 wa, 0,0 hi, 0,0 si, 0,0 st | ||
| + | PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND | ||
| + | 16360 root 20 | ||
| + | 16281 root 20 | ||
| + | |||
| + | %Cpu(s): 26,9 us, 73,1 sy, 0,0 ni, 0,0 id, 0,0 wa, 0,0 hi, 0,0 si, 0,0 st | ||
| + | PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND | ||
| + | 31416 root 20 | ||
| + | 16281 root 20 | ||
| + | |||
| + | %Cpu(s): 33,3 us, 66,7 sy, 0,0 ni, 0,0 id, 0,0 wa, 0,0 hi, 0,0 si, 0,0 st | ||
| + | PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND | ||
| + | 16360 root 20 | ||
| + | 16281 root 20 | ||
| + | </ | ||
| + | |||
| + | ===== Kernel 5.8 CESA ===== | ||
| + | < | ||
| + | 178, | ||
| + | 185, | ||
| + | 209, | ||
| + | 271, | ||
| + | 287, | ||
| + | 334, | ||
| + | 358, | ||
| + | 761, | ||
| + | 769, | ||
| + | 777, | ||
| + | | ||
| + | %Cpu(s): 31,3 us, 68,1 sy, 0,0 ni, 0,0 id, 0,0 wa, 0,0 hi, 0,6 si, 0,0 st | ||
| + | PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND | ||
| + | 29705 root 20 | ||
| + | 30062 root | ||
| + | 32091 root 20 | ||
| + | |||
| + | %Cpu(s): 36,4 us, 63,6 sy, 0,0 ni, 0,0 id, 0,0 wa, 0,0 hi, 0,0 si, 0,0 st | ||
| + | PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND | ||
| + | 29705 root 20 | ||
| + | 30062 root | ||
| + | 32091 root 20 | ||
| + | |||
| + | %Cpu(s): 26,5 us, 73,5 sy, 0,0 ni, 0,0 id, 0,0 wa, 0,0 hi, 0,0 si, 0,0 st | ||
| + | PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND | ||
| + | 29705 root 20 | ||
| + | 30062 root | ||
| + | 32091 root 20 | ||
| + | |||
| + | %Cpu(s): 29,0 us, 71,0 sy, 0,0 ni, 0,0 id, 0,0 wa, 0,0 hi, 0,0 si, 0,0 st | ||
| + | PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND | ||
| + | 29705 root 20 | ||
| + | 30062 root | ||
| + | 32091 root 20 | ||
| + | </ | ||
| + | |||
| + | |||