On 08/09/05, Sergei Riaguzov <[EMAIL PROTECTED]> wrote:
> 
> 
> On 9/8/05, sebb <[EMAIL PROTECTED]> wrote:
> 
> > Don't use remote mode - the client JMeter will have to handle all the
> > samples, which will stress it and perhaps the network. 
> > 
> > Use non-GUI (batch) mode on each of the machines, and combine the test
> > results after the run.
> Is there a JMeter native util to merge test results? How it handler same
> user names? I have to write a script to merge files but maybe there exists
> one?
> 

There is no utility, but it's not difficult to merge files.

For CSV files just use the appropriate OS "append" utility - not sure
if need to sort the file afterwards.

For XML, there is a header which would need to be removed from all but
the first file before appending them.

The combined CSV or XML file can then be read into JMeter in the usual
way, or processed by whatever you normally use to process the output.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to