in reply to Re: Profiling/Benchmarking web applications.
in thread Profiling/Benchmarking web applications

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.

Replies are listed 'Best First'.
Re^3: Profiling/Benchmarking web applications.
by data64 (Chaplain) on Aug 26, 2004 at 04:19 UTC

    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 ?