Reply
 
Thread Tools Display Modes
  #1  
Old 10-22-2008, 01:29 PM
Freebuilder Freebuilder is offline
Junior Member
 
Join Date: Oct 2008
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default Journaling vs SoftUpdates test report
HP compaq V3625AU
CPU: Athlon X2 TK-55 1.8GHz
RAM: 1.5G DDRII 667

Code:
copy 552M 7.1-BETA2-i386-disc1.iso
J	37s 33s 36s	35.3s	15.6M/s
S	25s 24s 22s	23.7s	23.3M/s

1.5G FreeBSD7.0 install files
J	166s 152s 165s	161s	9.5M/s
S	207s 206s 190s	201s	7.6M/s

read 552M 7.1-BETA2-i386-disc1.iso
J	16s 16s 16s	16s	34.5M/s
S	21s 23s 24s	26.7s	20.1M/s
Code:
~# mount -o async /dev/ad4s1g.journal /vm
~# mount /dev/ad4s1h /pub/
~# mount
/dev/ad4s1a on / (ufs, local)
devfs on /dev (devfs, local)
/dev/ad4s1d on /var (ufs, local, soft-updates)
/dev/ad4s1e on /usr (ufs, local, soft-updates)
/dev/ad4s1f on /home (ufs, local, soft-updates)
/dev/ad4s1g.journal on /vm (ufs, asynchronous, local, gjournal)
/dev/ad4s1h on /pub (ufs, local, soft-updates)
~# ls -lh /home/root/7.1-iso/7.1-BETA2-i386-disc1.iso
-rw-r--r--  1 root  wheel   552M Oct 22 12:00 /home/root/7.1-iso/7.1-BETA2-i386-
disc1.iso
~#
~#
~# cd /vm
/vm# mkdir d1 d2 d3
/vm# cat /home/root/7.1-iso/7.1-BETA2-i386-disc1.iso > /dev/null
/vm# date && cp /home/root/7.1-iso/7.1-BETA2-i386-disc1.iso d1/ && sync && date
Wed Oct 22 18:34:18 CST 2008
Wed Oct 22 18:34:55 CST 2008
/vm# cat /home/root/7.1-iso/7.1-BETA2-i386-disc1.iso > /dev/null
/vm# date && cp /home/root/7.1-iso/7.1-BETA2-i386-disc1.iso d2/ && sync && date
Wed Oct 22 18:35:24 CST 2008
Wed Oct 22 18:35:57 CST 2008
/vm# cat /home/root/7.1-iso/7.1-BETA2-i386-disc1.iso > /dev/null
/vm# date && cp /home/root/7.1-iso/7.1-BETA2-i386-disc1.iso d3/ && sync && date
Wed Oct 22 18:36:19 CST 2008
Wed Oct 22 18:36:55 CST 2008
/vm#
/vm#
/vm# cd /pub
/pub# mkdir d1 d2 d3
/pub# cat /home/root/7.1-iso/7.1-BETA2-i386-disc1.iso > /dev/null
/pub# date && cp /home/root/7.1-iso/7.1-BETA2-i386-disc1.iso d1/ && sync && date

Wed Oct 22 18:39:04 CST 2008
Wed Oct 22 18:39:29 CST 2008
/pub# cat /home/root/7.1-iso/7.1-BETA2-i386-disc1.iso > /dev/null
/pub# date && cp /home/root/7.1-iso/7.1-BETA2-i386-disc1.iso d2/ && sync && date

Wed Oct 22 18:39:40 CST 2008
Wed Oct 22 18:40:04 CST 2008
/pub# cat /home/root/7.1-iso/7.1-BETA2-i386-disc1.iso > /dev/null
/pub# date && cp /home/root/7.1-iso/7.1-BETA2-i386-disc1.iso d3/ && sync && date

Wed Oct 22 18:40:17 CST 2008
Wed Oct 22 18:40:39 CST 2008
/pub#
/pub#
/pub# cd
~# umount /vm /pub
~# mount -o async /dev/ad4s1g.journal /vm
~# mount /dev/ad4s1h /pub/
~# du -sh /home/root/7.0
1.5G    /home/root/7.0
~#
~#
~# cd /vm/
/vm# date && cp -rH /home/root/7.0 d1/ && sync && date
Wed Oct 22 18:46:56 CST 2008
Wed Oct 22 18:49:42 CST 2008
/vm# date && cp -rH /home/root/7.0 d2/ && sync && date
Wed Oct 22 18:56:14 CST 2008
Wed Oct 22 18:58:46 CST 2008
/vm# date && cp -rH /home/root/7.0 d3/ && sync && date
Wed Oct 22 19:05:11 CST 2008
Wed Oct 22 19:07:56 CST 2008
/vm#
/vm#
/vm# cd /pub
/pub# date && cp -rH /home/root/7.0 d1/ && sync && date
Wed Oct 22 19:13:33 CST 2008
Wed Oct 22 19:17:00 CST 2008
/pub# date && cp -rH /home/root/7.0 d2/ && sync && date
Wed Oct 22 19:19:13 CST 2008
Wed Oct 22 19:22:39 CST 2008
/pub# date && cp -rH /home/root/7.0 d3/ && sync && date
Wed Oct 22 19:57:31 CST 2008
Wed Oct 22 20:00:41 CST 2008
/pub#
/pub#
/pub# cd
~# umount /vm /pub
~# mount -o async /dev/ad4s1g.journal /vm
~# mount /dev/ad4s1h /pub/
~#
~#
~# cd /vm
/vm# date && cat d1/7.1-BETA2-i386-disc1.iso > /dev/null && date
Wed Oct 22 20:03:50 CST 2008
Wed Oct 22 20:04:06 CST 2008
/vm# date && cat d2/7.1-BETA2-i386-disc1.iso > /dev/null && date
Wed Oct 22 20:04:15 CST 2008
Wed Oct 22 20:04:31 CST 2008
/vm# date && cat d3/7.1-BETA2-i386-disc1.iso > /dev/null && date
Wed Oct 22 20:04:38 CST 2008
Wed Oct 22 20:04:54 CST 2008
/vm#
/vm#
/vm# cd /pub/
/pub# date && cat d3/7.1-BETA2-i386-disc1.iso > /dev/null && date
Wed Oct 22 20:05:55 CST 2008
Wed Oct 22 20:06:16 CST 2008
/pub# date && cat d2/7.1-BETA2-i386-disc1.iso > /dev/null && date
Wed Oct 22 20:06:21 CST 2008
Wed Oct 22 20:06:44 CST 2008
/pub# date && cat d1/7.1-BETA2-i386-disc1.iso > /dev/null && date
Wed Oct 22 20:06:50 CST 2008
Wed Oct 22 20:07:14 CST 2008
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Bug Report Help Utility nirnroot Feature Requests 0 03-01-2010 07:14 AM
Journaling/SoftUpdates? Freebuilder FreeBSD Help 2 10-22-2008 05:56 AM
Softupdates Almindor General Bug Reports 0 02-11-2006 09:24 AM
Softupdates on / Almindor FreeBSD Help 3 02-09-2006 03:03 PM
UFS journaling? gorbgorb General Questions 0 01-14-2006 11:12 AM


All times are GMT. The time now is 07:48 AM.


Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

Copyright 2005-2010, The PC-BSD Project. PC-BSD and the PC-BSD logo are registered trademarks of iXsystems.
All other content is freely available for sharing under the terms of the Creative Commons Attribution License.