I am using LUKS over RAID0. I have executed cryptsetup -v --cipher aes-xts-plain64 --key-size 512 --hash sha256 --iter-time 2000 --use-urandom --verify-passphrase luksFormat /dev/md0
Everything shows me that the partition is LUKS protected /dev/mapper/raid0luks is active
When I am writing on this partition, it is fast, so I wanted to monitor the overall process. TOP shows me the dmcrypt_write process 20% CPU usage, whereas iotop shows 0 bytes written on dmcrypt_write line.
I would like to be sure I am not missing something due to good write performances. Thank you for your tips.