meatincereal
Weaksauce
- Joined
- Jul 17, 2011
- Messages
- 83
Has anyone gotten it to work properly?
I'm getting terrible results when benching my encrypted folder on my 10-disk RAIDZ2 of Samsung F4EG drives on Solaris 11.11.11, with 2 cores assigned to the VM on my Intel Xeon E3-1235:
Which gives us:
Write: 90.94 MB/s
Read: 52.366 MB/s
This is with the CPU maxed at 100% throughout.
Non-encrypted I get 600ish MB/s write and 900ish MB/s read.
prtdiag shows "Pentium(R) Pro", maybe the CPU and its features is not recognized properly?
Could the hypervisor be the culprit? I figured I'd ask here first to see if anyone knows, before formatting everything and trying Solaris bare metal. (Has anyone else tried Solaris 11 encryption bare metal?)
NOTE: Can't get VMware tools to work in Solaris 11.
NOTE2: The disks themselves are "bare metal", as in they are connected to controllers passed through to the VM (vt-d).
I'm getting terrible results when benching my encrypted folder on my 10-disk RAIDZ2 of Samsung F4EG drives on Solaris 11.11.11, with 2 cores assigned to the VM on my Intel Xeon E3-1235:
Code:
root@odin:/mypool/storage# time dd if=/dev/zero of=/mypool/storage/dd.tst bs=1024000 count=10000
10000+0 records in
10000+0 records out
real 1m52.604s
user 0m0.010s
sys 0m2.715s
root@odin:/mypool/storage# time dd if=/mypool/storage/dd.tst of=/dev/null bs=1024000
10000+0 records in
10000+0 records out
real 3m15.547s
user 0m0.015s
sys 0m4.768s
Which gives us:
Write: 90.94 MB/s
Read: 52.366 MB/s
This is with the CPU maxed at 100% throughout.
Non-encrypted I get 600ish MB/s write and 900ish MB/s read.
prtdiag shows "Pentium(R) Pro", maybe the CPU and its features is not recognized properly?
Code:
root@odin:/mypool/storage# prtdiag
System Configuration: VMware, Inc. VMware Virtual Platform
BIOS Configuration: Phoenix Technologies LTD 6.00 01/07/2011
==== Processor Sockets ====================================
Version Location Tag
-------------------------------- --------------------------
Pentium(R) Pro CPU socket #0
Pentium(R) Pro CPU socket #1
Could the hypervisor be the culprit? I figured I'd ask here first to see if anyone knows, before formatting everything and trying Solaris bare metal. (Has anyone else tried Solaris 11 encryption bare metal?)
NOTE: Can't get VMware tools to work in Solaris 11.
NOTE2: The disks themselves are "bare metal", as in they are connected to controllers passed through to the VM (vt-d).
