Fix the name of the latency log file: Currently the slat and clat logs go to the same clat log file when the latency log file is specified. diff -up fio.c.orig fio.c --- fio.c.orig 2009-04-28 14:37:50.049570000 -0700 +++ fio.c 2009-04-28 14:38:17.306291000 -0700 @@ -1086,7 +1086,7 @@ static void *thread_main(void *data) if (td->ts.slat_log) { if (td->o.lat_log_file) { finish_log_named(td, td->ts.slat_log, - td->o.lat_log_file, "clat"); + td->o.lat_log_file, "slat"); } else finish_log(td, td->ts.slat_log, "slat"); } thanks -radha -- To unsubscribe from this list: send the line "unsubscribe fio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html