我希望有人在服务器故障之前看过这个:-(.
uname -a
2.6.32-5-xen-amd64 #1 SMP Tue Mar 8 00:01:30 UTC 2011 x86_64 GNU/linux
有趣的是,当我从设备上读到时,我得到了很好的性能数字:
没有加密的阅读:
$dd if=/dev/vg0/secure of=/dev/null bs=64k count=100000100000+0 records in100000+0 records out6553600000 bytes (6.6 GB) copIEd,68.8951 s,95.1 MB/s
加密阅读:
$dd if=/dev/mapper/secure of=/dev/null bs=64k count=100000100000+0 records in100000+0 records out6553600000 bytes (6.6 GB) copIEd,69.7116 s,94.0 MB/s
但是,当我尝试写入设备时:
$dd if=/dev/zero of=./test bs=64k8809+0 records in8809+0 records out577306624 bytes (577 MB) copIEd,321.861 s,1.8 MB/s
另外,当我阅读时,我看到cpu使用率,当我写入时,cpu的使用率几乎保持在0%.这是cryptsetup luksDump的输出:
LUKS header information for /dev/vg0/secureVersion: 1Cipher name: aesCipher mode: cbc-essiv:sha256Hash spec: sha1Payload offset: 2056MK bits: 256MK digest: dd 62 b9 a5 bf 6c ec 23 36 22 92 4c 39 f8 d6 5d c1 3a b7 37MK salt: cc 2e b3 d9 fb e3 86 a1 bb ab eb 9d 65 df b3 dd d9 6b f4 49 de 8f 85 7d 3b 1c 90 83 5d b2 87 e2MK iterations: 44500UUID: a7c9af61-d9f0-4d3f-b422-dddf16250c33Key Slot 0: ENABLED Iterations: 178282 Salt: 60 24 cb be 5c 51 9f b4 85 64 3d f8 07 22 54 d4 1a 5f 4c bc 4b 82 76 48 d8 a2 d2 6a ee 13 d7 5d Key material offset: 8 AF stripes: 4000Key Slot 1: DisabledKey Slot 2: DisabledKey Slot 3: DisabledKey Slot 4: DisabledKey Slot 5: DisabledKey Slot 6: DisabledKey Slot 7: Disabled解决方法 也许你正在使用新的硬盘驱动器使用大于512字节的扇区(如4K)?如果是的话,你一定要关心磁盘对齐.有关进一步阅读,请查看以下描述问题的链接:
http://bartsjerps.wordpress.com/2011/02/22/disk-alignment-linux/
http://tannerjc.net/wiki/index.php?title=Disk_Alignment
谢谢
总结以上是内存溢出为你收集整理的使用DMCRYPT / LVM / RAID1在Debian 6.0(AMD64)上写入性能非常慢全部内容,希望文章能够帮你解决使用DMCRYPT / LVM / RAID1在Debian 6.0(AMD64)上写入性能非常慢所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)