The -x option is a good one.
Another is to make a tmon.out FIFO. Then have a perl script or something read from the pipe and write out the output to a new name.
Comment on Re^2: Profiling/Benchmarking web applications.
Could someone explain how this would help ? Writing to a file or writing to a FIFO which is read by a script that writes to a file basically just puts the output into a file. What am I missing ?