Re: [Haifux] QEMU/KVM vs. VMWare: The beauty and the beast

2010-01-12 Thread Zaar Hai
On Sun, Jan 10, 2010 at 9:06 PM, Eli Billauer e...@billauer.co.il wrote:
 QEMU/KVM Cons:
 * Doesn't currently have an EHCI driver (and hence guest sees only USB
 1.1, not 2.0)
 * Didn't manage to attach a USB device I need for electronics
 development (Xilinx programming cable).
 * Has Windows paravirtualization drivers for network card only. Display
 is slow.
RedHat recently released Spice drivers. May be this will help?
http://www.linux-kvm.com/content/rhev-spice-guest-drivers-released-windows

-- 
Zaar
___
Haifux mailing list
Haifux@haifux.org
http://hamakor.org.il/cgi-bin/mailman/listinfo/haifux


Re: [Haifux] Whole disk encryption, because it costs nothing?

2010-01-12 Thread Maxim Kovgan
I think you guys always keep forgetting about the gremlins.


On Tue, Jan 12, 2010 at 1:25 PM, Eli Billauer e...@billauer.co.il wrote:

 Etzion Bar-Noy wrote:

  Sequential IO is very simple, relatively, so that you will hardly feel
  the performance impact testing it.
  Test random IO loads with small packets (0.5K-4K) and you will
  probably feel the performance impact there.
 
 It crossed my mind that a sequential test was too simplistic. My ideal
 test would be a database server running like crazy on the data, but this
 is not my application anyhow. I agree that I should test the system
 under load but I can't really think about a realistic under load
 scenario for 4 hyperthreaded CPUs. At least not something that I could
 test without turning it into a project. So I went for the session below.

 /usr is unencypted. /secret is encrypted. My home directory sits on a
 740 GB ext4 partition, which has seen some activity. /secret and /fresh
 are 20 GB, and are pretty untouched.

 The whole system will be reinstalled pretty soon, so I don't care about
 being root and fooling around. ;)

 My finding is that encryption still speeds up writes. This is really
 weird. I swear that /fresh was created a minute before I used it on this
 test, so I suppose it can't be in a better shape. Still, writing to
 /secret is faster. The only thing that was slower was removing a lot of
 files in one go.

 It's also interesting to note that writing to my home directory was
 considerably slower. So even if encryption turns out to have some
 impact, other factors (partition size? Fragmentation?) seem to be more
 dominant.

 So while I still agree with the concept that encryption must surely slow
 down disk writes, my tests show me the contrary.

 Insights, anyone?
Eli

 -- Session follows ---

 [r...@short eli]# tar -c /usr | { cd /secret/delete-this/  time tar -x ;
 }
 tar: Removing leading `/' from member names
 tar: Removing leading `/' from hard link targets

 real5m12.709s
 user0m2.351s
 sys0m31.486s
 [r...@short eli]# time rm -rf /secret/delete-this

 real0m13.319s
 user0m0.180s
 sys0m5.154s
 [r...@short eli]# tar -c /usr | { cd /home/eli/delete-this/  time tar
 -x ; }
 tar: Removing leading `/' from member names
 tar: Removing leading `/' from hard link targets

 real7m0.826s
 user0m2.344s
 sys0m32.340s
 [r...@short eli]# time rm -rf /home/eli/delete-this

 real0m8.195s
 user0m0.196s
 sys0m5.620s
 [r...@short eli]# tar -c /usr | { cd /fresh/delete-this/  time tar -x ;
 }
 tar: Removing leading `/' from member names
 tar: Removing leading `/' from hard link targets

 real5m42.639s
 user0m2.332s
 sys0m36.879s
 [r...@short eli]# time rm -rf /fresh/delete-this

 real0m9.612s
 user0m0.203s
 sys0m6.275s

 --
 Web: http://www.billauer.co.il

 ___
 Haifux mailing list
 Haifux@haifux.org
 http://hamakor.org.il/cgi-bin/mailman/listinfo/haifux




-- 
Maxim Kovgan
___
Haifux mailing list
Haifux@haifux.org
http://hamakor.org.il/cgi-bin/mailman/listinfo/haifux


Re: [Haifux] Whole disk encryption, because it costs nothing?

2010-01-12 Thread Dotan Cohen
 How about doing incremental backups every night(or week) to amazon S3?
 Duplicity tool can achieve this easily. Also TimeDrive is a nice GUI
 for it: 
 http://www.oak-tree.us/blog/index.php/science-and-technology/time-drive.


ā€ˇThanks, Zaar, I just might do that!



-- 
Dotan Cohen

http://what-is-what.com
http://gibberish.co.il
___
Haifux mailing list
Haifux@haifux.org
http://hamakor.org.il/cgi-bin/mailman/listinfo/haifux


Re: [Haifux] Whole disk encryption, because it costs nothing?

2010-01-12 Thread Dotan Cohen
 It crossed my mind that a sequential test was too simplistic. My ideal
 test would be a database server running like crazy on the data, but this
 is not my application anyhow. I agree that I should test the system
 under load but I can't really think about a realistic under load
 scenario for 4 hyperthreaded CPUs. At least not something that I could
 test without turning it into a project. So I went for the session below.


Why not use the Phoronix test suite:
http://www.phoronix-test-suite.com/

-- 
Dotan Cohen

http://what-is-what.com
http://gibberish.co.il
___
Haifux mailing list
Haifux@haifux.org
http://hamakor.org.il/cgi-bin/mailman/listinfo/haifux