Displaying 1 result from an estimated 1 matches for "recollinde".
Did you mean:
recollindex
2008 Dec 21
0
Profiling a recoll stress-test
...it''s a very handy xapian based desktop search engine system. I''m trying to index a really big folder containing lots of files (18M), the disk size is ~220Gig. The files are quite small text files (mean size ~ 1K).
The OS is latest leopard.
I think the process is io-bound.
63061 recollinde 10.4% 3:58:06 1 15 486 435M 188K 435M 452M
I''m using those 2 scripts found here: http://www.sun.com/software/solaris/howtoguides/dtracehowto.jsp#3
#!/usr/sbin/dtrace -qs
BEGIN
{
printf("%10s %58s %2s\n", "DEVICE", "FILE", "RW");...