Im measuring time by using the time command in the command arguments

ie: time cp * / etc..

for copy i just used time cp pool/fs1/* /newpool/fs1 etc...

for cpio i used, time find /pool/fs1 |cpio -pdmv /newpool/fs1

for zfs i ran a snapshot fist then, time zfs -R send snapshot| zfs receive -F 
-d newpool

nothing else is running on the pool, Im testing it by just copying multiple 
100MB tar files

I also ran and zfs send -R snapshot > /sec/back, this command took  the same 
time as the cp and cpio, its only when combining the receive that i get slow 
responce.
-- 
This message posted from opensolaris.org
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to