Theo Van Dinter writes: >On Tue, Jan 30, 2007 at 08:30:09AM -0600, Doc Schneider wrote: >> I didn't know it was possible to use MySQL for the=20 >> scoregen runs. I would have used it instead. I also should have used a=20 >> smaller corpus. > >Yeah, you can do whatever you want for the scoregen run, as long as it does= >n't >change the results. > >> How do you see how many msgs/min it is processing? Be aware I'm running= >=20 >> on my first cuppa coffee. 8*) > >:) I do it in a really simple way: > >while true; do date ; wc -l *.log; echo; sleep 60; done
It *would* be cool to log that in the --progress messages though... ;) --j.
