> Does anyone know if there is a function in solr that allows > us to log > optimize times? ie - the length of time optimization takes. > I can find alot > of questions of how long optimization should take, but thus > far nothing on > how to access how long a particular run actually took.
There is a bin directory that contains useful scripts. There is one for optimize too. It logs elapsed time into solrHome/logs/optimize.log file.