On 8 October 2015 at 22:45, David Luu <[email protected]> wrote: > For the distributed testing approach with remote JMeter servers, the test > plan is sent to the remote servers from the client controller but not the > data files. > > But I tend to use paths relative to the JMeter test plan for data files, so > I was wondering, where the test plan is sent/stored to on the remote server > by default so that I can set up the matching file structure w/o having to > resort to specific absolute paths just to be able to reference the data > files in test plan in distributed testing mode. > > Is that path documented somewhere? I may have overlooked it.
It's not stored on the remote system; it is held in memory only. [The plan is also not identical to the source; the listener classes are adjusted to send the results back to the JMeter client] So files will need to be accessed relative to the directory from which the server instance is launched. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
