IRC log for #htc-linux on 20110625

00:48.55*** join/#htc-linux NeoMatrixJR (~chatzilla@173-20-63-176.client.mchsi.com)
01:03.37*** join/#htc-linux ORi| (~ORi@91.181.14.69)
01:16.52*** join/#htc-linux Segnale007 (~Segnale00@ppp-243-12.26-151.libero.it)
01:19.16*** join/#htc-linux jonpry (~jon@199.85.236.239)
01:47.49*** join/#htc-linux arrrghhh (~arrrghhh@unaffiliated/arrrghhh)
01:50.00*** join/#htc-linux GNUtoo (~GNUtoo@host190-137-dynamic.50-79-r.retail.telecomitalia.it)
02:00.10arrrghhhjonpry, did you see glemsom made a .39 autobuild?
02:00.16arrrghhhjust for fun evidently, the sick bastard.
02:05.08arrrghhhbut his poop has build logs, commits... all that fancy stuff already.
02:21.06jonpryoO
02:21.45jonpryvery nice
02:23.12arrrghhhhopefully wistilt2 isn't PO'd :P
02:23.23arrrghhhi'm hoping he'll just be happy that he doesn't have to do that crap lol
02:23.45arrrghhhbut, here she lies
02:23.46arrrghhhhttp://glemsom.users.anapnea.net/android2/htc-msm-linux-2.6.39/
02:26.35jonpryno votes!
02:27.31jonpryis it wrong that the first vote is fmbm?
02:27.47*** join/#htc-linux NeoMatrixJR (~chatzilla@173-20-63-176.client.mchsi.com)
02:43.11arrrghhhmeh
02:43.13arrrghhhdo it
02:43.19arrrghhhi don't think anyone has the link :P
02:50.00jonprysomehow writing to a ext4 file is faster than writing to the raw device
02:54.18arrrghhhlol
02:54.42arrrghhhg2g....
02:56.21*** join/#htc-linux programmer8922 (~Evan@D-128-95-134-61.dhcp4.washington.edu)
03:23.33*** join/#htc-linux jon__ (~jon@74.115.212.15)
03:43.18*** join/#htc-linux jonpry (~jon@199.85.236.239)
03:44.03*** join/#htc-linux Rob2223 (~Miranda@p4FFF0CBF.dip.t-dialin.net)
03:47.45*** join/#htc-linux NeoMatrixJR (~chatzilla@173-20-63-176.client.mchsi.com)
03:47.53*** join/#htc-linux Detule (~oliver@cpe-174-109-223-235.nc.res.rr.com)
03:51.24*** join/#htc-linux arrrghhh (~arrrghhh@unaffiliated/arrrghhh)
03:56.01jonpryhi Detule
03:56.59Detulehey jonpry
03:57.25Detuleoh ext4
03:57.27jonpryi've been doing some strange experiments
03:58.05jonpryi have a laptop with a pci mmc controller so i figure as long as we are doing synthetic benchmarks, i can mess with that
03:58.24Detulesure
03:59.15jonpryso dd of data to the mmcblk is like 4.7MB on my setup
03:59.22jonpryread is like 10.6
03:59.30jonpryer 4.7MB/sec
03:59.44Detulewith what fs
03:59.52jonpryno fs
04:00.00Detulek
04:00.14jonpry4.6MB with vfat
04:01.17jonprysomehow ext4 says 6.5 but i think that is not possible
04:01.42Detuleis it syncing
04:01.53jonpryconv=fsync
04:02.29Detulei would try it with time dd if= of= && time sync see if that gives you anything different
04:02.44Detulenot sure about that conv flag
04:03.03jonprywithout conv is comes out to 1.1GB/sec so something is happening
04:03.04Detulewhile it seems to have made a difference on the loop device i have mixed feelings about it on the partition setup
04:03.08Detuleoh
04:03.26jonpry4.5MB on ext2
04:04.56jonpry<PROTECTED>
04:05.37jonpryso when there is lots of free space and low fragmentation, a write to a file is pretty much just a write to the raw device
04:06.07Detulethat still wouldn't explain 6.5
04:06.17jonpryno it wouldn't
04:06.56Detulei was thinking about trying out btrfs
04:06.56jonpryso maybe the key is mondo partitions
04:07.26jonpryme too
04:08.17Detulesupposedly it has that ssd optimized flag
04:08.23jonpryi think we are kind of screwed with this benchmark
04:08.55jonprylinux won't mount any vfat partitions with big sectors
04:09.18Detulebummer
04:09.34Detulei like what i saw here http://www.blah-blah.ch/Mra/Nilfs2performance
04:09.56Detulebut for every writeup i see claiming one fs is better i find another one claiming something completely else
04:10.19Detulei wonder if these controllers they put in sd cards vary vastly from one manufacturer to another
04:10.56jonprypretty sure they do
04:12.19Detulethen probably there is no one solution that works best/would make a difference across the board
04:12.23Detuleall this is pretty academic
04:13.22jonprysomehow ext4 is still faster than the raw write. && sync doesn't show much difference
04:13.58Detulewhat you passing for bs and count in dd
04:15.04Detuleif that article is any indication, ext4 should lag in writing a large quantity of small files
04:15.04jonprychanging bs has no effect on anything. i was hoping it would
04:15.19jonpryouch, nilfs2 3.5mb/sec
04:16.17jonpryusing bs=4k count=16k
04:17.23jonprymost of the slowness in sd is similar to hdd. so i figure anything that can be done might already be
04:18.45Detulethat's pretty bad
04:18.55Detuleat least compared to those other numbers you are seeing
04:19.14Detulei wish the busybox dd reported transfer speed
04:19.48jonprychroot :)
04:20.05Detulecross compiling unix-utils might be simpler for me
04:20.06Detule:)
04:21.41Detulewell last night i tested with a 50mb folder and a 500mb folder of small files, in both cases the nilfs2 slowest time was significantly better than the ext2 fastest time
04:22.35jonprybtrfs is about the same as ext4, with its ftl drive
04:22.46Detulethough, that was with the daemon turned off, i should run those numbers again with the service on, though with 200mb between the min_clean and max_clean value i hope not to see it engaging more than once every few days
04:23.43Detulethat too better than the raw write values
04:24.22jonpryyeah
04:26.53Detulewell damn, maybe ext4 is worth giving a closer look too
04:30.06Detulehttp://www.phoronix.com/scan.php?page=article&item=linux_3_filesystems&num=1
04:31.54jonpryi'm not sure those are terribly relevant to sd
04:34.30jonpryat some point its asking how fast is the fs code on this machine with massive ram caches
04:35.14jonpryor how lucky was the fs to have allocated all these blocks in places where seek times were low
04:40.52Detulegetting debootstrap
04:41.46jonpryfor btrfs?
04:42.10Detulechroot
04:42.23jonpryi'd kind of like to make a build with good integration of android and chroot
04:43.15Detulenot going to lie
04:43.50Detule6 months ago i would never have dreamt about running linux natively on the phone
04:43.51*** join/#htc-linux avinashhm (~avinash-h@59.96.38.27)
04:44.13Detulethat's pretty cool
04:44.34jonpryrhobuntu has been around for a bit
04:45.50Detulealright i am out i'll play around with this some more tomorrow good night
04:46.01jonpryk, gnight
04:49.00jonprykernel tree copy results: ext4 3:06, btrfs 2:46,5:11 nilfs2
05:28.09*** join/#htc-linux NeoMatrixJR (~chatzilla@173-20-63-176.client.mchsi.com)
05:36.52*** join/#htc-linux Andreyxxl[HD2EU] (Andreyxxl@94.52.236.39)
06:08.50*** join/#htc-linux dekar_ (~dekar@drms-590ed046.pool.mediaWays.net)
06:19.19*** join/#htc-linux Termana (~bradley@122.151.80.3)
06:27.00*** join/#htc-linux raymonddull (~raymonddu@66-87-32-221.pools.spcsdns.net)
06:36.27*** join/#htc-linux mitsutaka (~mitsutaka@KHP222227247006.ppp-bb.dion.ne.jp)
06:42.16jonprylooks like it will require btrfs tools to even be able to mount the filesystems
06:42.48*** join/#htc-linux Bry8Star (~Bry8Star@gateway/tor-sasl/bry8star)
06:45.02*** join/#htc-linux Echo31 (~olivier@mir31-4-82-240-194-54.fbx.proxad.net)
06:51.14*** join/#htc-linux MacDrunk (~marper@201.165.123.49)
06:56.03*** join/#htc-linux johnb81 (~IceChat77@78.169.162.158)
07:39.33*** join/#htc-linux onen|openBmap (~quassel@vbo91-1-89-87-201-85.dsl.sta.abo.bbox.fr)
07:41.20*** join/#htc-linux dobrin (~dobrin@85.91.150.26)
07:50.09*** join/#htc-linux GlemSom (~glemsom@0x5da34bca.cpe.ge-1-1-0-1105.sdnqu1.customer.tele.dk)
08:28.02*** join/#htc-linux HardDisk_WP (~marco@velirat.de)
08:28.02*** join/#htc-linux HardDisk_WP (~marco@wikipedia/harddisk)
08:30.30*** join/#htc-linux Segnale007 (~Segnale00@ppp-185-5.26-151.libero.it)
08:32.08*** join/#htc-linux kiozen (~kiozen@ppp-93-104-67-111.dynamic.mnet-online.de)
08:39.03*** join/#htc-linux rzk_ (rzk@89-178-63-42.broadband.corbina.ru)
08:40.04*** join/#htc-linux Andreyxxl[HD2EU] (Andreyxxl@94.52.236.39)
08:40.54*** join/#htc-linux Segnale007 (~Segnale00@ppp-147-11.26-151.libero.it)
08:44.53*** join/#htc-linux GNUtoo (~GNUtoo@host190-137-dynamic.50-79-r.retail.telecomitalia.it)
08:57.18*** join/#htc-linux tyween (~typhoon@pool-71-163-117-57.washdc.fios.verizon.net)
09:17.03*** join/#htc-linux tyween (~typhoon@pool-71-163-117-57.washdc.fios.verizon.net)
09:24.02*** join/#htc-linux kiozen (~kiozen@ppp-93-104-67-111.dynamic.mnet-online.de)
09:51.49*** join/#htc-linux MDJ__ru (~MDJ@46.182.128.248)
09:53.24*** join/#htc-linux avinashhm (~avinash-h@59.92.184.11)
10:02.37*** join/#htc-linux mastermerlin (~Adium@p4FEE5646.dip.t-dialin.net)
10:02.55*** join/#htc-linux mastermerlin1 (~Adium@p4FEE5646.dip.t-dialin.net)
10:06.09*** join/#htc-linux Erikson (~Erik@p54B74EBA.dip.t-dialin.net)
10:22.41*** join/#htc-linux mitsutaka (~mitsutaka@KHP222227247006.ppp-bb.dion.ne.jp)
10:23.47*** join/#htc-linux helicopter88 (~helicopte@host170-114-dynamic.13-79-r.retail.telecomitalia.it)
10:25.18*** join/#htc-linux helicopter88|2 (~helicopte@host170-114-dynamic.13-79-r.retail.telecomitalia.it)
10:26.13*** join/#htc-linux avinashhm (~avinash-h@59.92.134.83)
10:29.35*** join/#htc-linux emwe (~emwe@cable-86-56-10-158.cust.telecolumbus.net)
10:40.15*** join/#htc-linux LordDeath (~LordDeath@cable-81-173-166-52.netcologne.de)
10:54.54*** join/#htc-linux gauner1986 (~Miranda@p508C6DC3.dip.t-dialin.net)
11:09.39*** join/#htc-linux vampirefo (~chatzilla@c-174-53-64-157.hsd1.wv.comcast.net)
11:10.18*** join/#htc-linux tyween (~typhoon@pool-71-163-117-57.washdc.fios.verizon.net)
11:27.26*** join/#htc-linux balans (~barry@82-170-217-205.ip.telfort.nl)
11:31.03*** join/#htc-linux rob_w (~bob@ppp-93-104-191-11.dynamic.mnet-online.de)
11:32.31*** join/#htc-linux Echo31 (~olivier@mir31-4-82-240-194-54.fbx.proxad.net)
11:33.35*** join/#htc-linux bike (~bike@ti0122a340-dhcp0804.bb.online.no)
11:40.27*** join/#htc-linux rajkosto (~rajkosto@cable-94-189-158-244.dynamic.sbb.rs)
11:44.12*** join/#htc-linux helicopter88 (~helicopte@host170-114-dynamic.13-79-r.retail.telecomitalia.it)
11:59.50*** join/#htc-linux mitsutaka (~mitsutaka@KHP222227247006.ppp-bb.dion.ne.jp)
12:22.05*** join/#htc-linux emwe (~emwe@cable-86-56-10-158.cust.telecolumbus.net)
12:32.32*** join/#htc-linux xawen (~xawen@pool-98-117-35-60.bltmmd.fios.verizon.net)
12:36.32*** join/#htc-linux Ceesheim (~ceesheim@p5B347273.dip.t-dialin.net)
12:47.17*** join/#htc-linux rajkosto (~rajkosto@cable-94-189-158-244.dynamic.sbb.rs)
12:51.35*** join/#htc-linux balans (~barry@82-170-217-205.ip.telfort.nl)
12:57.55*** join/#htc-linux Segnale007 (~Segnale00@ppp-147-11.26-151.libero.it)
13:00.04*** join/#htc-linux stroughtonsmith (~steven@86-44-83-169-dynamic.b-ras2.bbh.dublin.eircom.net)
13:59.14*** join/#htc-linux Segnale007 (~Segnale00@ppp-147-11.26-151.libero.it)
14:12.35*** join/#htc-linux helicopter88|2 (~helicopte@host94-25-dynamic.20-87-r.retail.telecomitalia.it)
15:02.17*** join/#htc-linux Andreyxxl[HD2EU] (Andreyxxl@94.52.236.39)
15:04.01*** join/#htc-linux LargePrime (~LargePrim@108.123.115.239)
15:28.19*** join/#htc-linux gauner1986 (~Miranda@p508C6DC3.dip.t-dialin.net)
16:00.00*** join/#htc-linux gauner1986 (~Miranda@p508C6DC3.dip.t-dialin.net)
16:01.51*** join/#htc-linux mitsutaka (~mitsutaka@p1227-ipbf3907marunouchi.tokyo.ocn.ne.jp)
16:11.27*** join/#htc-linux kiozen (~kiozen@ppp-93-104-67-111.dynamic.mnet-online.de)
16:29.07*** join/#htc-linux balans (~server@82-170-217-205.ip.telfort.nl)
16:30.15*** join/#htc-linux MethoS- (~clemens@134.102.106.250)
16:43.34*** join/#htc-linux programmer8922 (~Evan@D-128-95-134-61.dhcp4.washington.edu)
16:46.47*** join/#htc-linux onen|openBmap (~quassel@vbo91-1-89-87-201-85.dsl.sta.abo.bbox.fr)
16:49.38*** join/#htc-linux ORi| (~ORi@91.181.133.253)
16:49.54*** join/#htc-linux Segnale007 (~Segnale00@ppp-147-11.26-151.libero.it)
16:55.33*** join/#htc-linux stroughtonsmith (~steven@86-44-83-169-dynamic.b-ras2.bbh.dublin.eircom.net)
16:57.27*** join/#htc-linux kiozen (~kiozen@ppp-93-104-67-111.dynamic.mnet-online.de)
17:47.06*** join/#htc-linux jonpry (~jon@199.85.236.239)
17:52.24*** join/#htc-linux ORi| (~ORi@91.181.228.229)
17:56.48*** join/#htc-linux MN-- (~yaaic@host81-157-242-10.range81-157.btcentralplus.com)
18:00.05*** join/#htc-linux ORi| (~ORi@91.181.133.70)
18:17.42*** join/#htc-linux Berger (~noreply@c65wn1.wifi.halden.net)
18:46.56*** join/#htc-linux rzk_ (rzk@89-178-63-42.broadband.corbina.ru)
18:52.25*** join/#htc-linux Detule (~oliver@cpe-174-109-223-235.nc.res.rr.com)
18:55.18*** join/#htc-linux Hellie (soulreaper@wield.the.scythe.of.the.soulreaper.net)
19:11.07*** join/#htc-linux LargePrime (~LargePrim@24.192.255.76)
19:45.27*** join/#htc-linux Echo31 (~olivier@mir31-4-82-240-194-54.fbx.proxad.net)
20:03.55*** part/#htc-linux vampirefo (~chatzilla@c-174-53-64-157.hsd1.wv.comcast.net)
20:06.09*** join/#htc-linux ddos (~ddos@130-29-178-94.pool.ukrtel.net)
20:09.39*** join/#htc-linux ddos_ (~ddos@130-29-178-94.pool.ukrtel.net)
20:10.55*** part/#htc-linux ddos (~ddos@130-29-178-94.pool.ukrtel.net)
20:11.05*** join/#htc-linux ddos (~ddos@130-29-178-94.pool.ukrtel.net)
20:17.02*** join/#htc-linux dekar (~dekar@drms-590ed046.pool.mediaWays.net)
20:38.42*** join/#htc-linux kiozen (~kiozen@ppp-93-104-67-111.dynamic.mnet-online.de)
21:41.14*** join/#htc-linux defendthecommons (~defendthe@50-48-16-68.drr05.mdtw.ny.frontiernet.net)
21:59.47*** join/#htc-linux Echo31 (~olivier@mir31-4-82-240-194-54.fbx.proxad.net)
22:03.16*** join/#htc-linux jonpry (~jon@199.85.236.239)
22:08.11*** join/#htc-linux ORi| (~ORi@91.181.74.88)
22:44.36*** join/#htc-linux ORi| (~ORi@91.181.112.193)
22:57.06*** join/#htc-linux ORi| (~ORi@91.181.126.217)
23:16.38*** join/#htc-linux ORi| (~ORi@91.181.21.33)
23:19.38*** join/#htc-linux Segnale007 (~Segnale00@ppp-147-11.26-151.libero.it)
23:40.09*** join/#htc-linux Termana (~bradley@122.151.76.30)

Generated by irclog2html.pl Modified by Tim Riker to work with infobot.