[00:48] mbiebl, is there no other easier way to get the jobs? [21:03] Writing /var/lib/ureadahead/sda1.pack [21:03] 508 files, 678 blocks (8425472 kB) [21:03] quest src% sudo ./ureadahead --debug [21:03] /var/lib/ureadahead/sda1.pack: created Fri, 23 Oct 2009 20:02:59 +0000 for hdd 8:1 [21:03] \o/ [23:51] Yeah Keybuk, how does readahead find the blocks that are most important? [23:51] s/yeah/hey? [23:52] mincore() [23:53] hmm [23:54] i'm thinking about making something similar, and running it all the time. [23:54] to identify most important blocks on LVM volumes. [23:54] and move those to a faster PV (SSD) [23:54] it's kinda hard to do it that way [23:54] It is, but the tools are present. [23:55] If I can just find blocks and map to PEs [23:56] Would love to add a 10GB SSD to my 500GB disk array, and automatically have the 10GB of data I use most on it [23:57] /sbin/sreadahead --no-fork 0.00s user 0.14s system 0% cpu 36.128 total [23:58] /sbin/ureadahead --verbose 0.01s user 0.17s system 2% cpu 7.718 total [23:58] ... [23:58] that, is, what, we, call, a, BIG, difference