On 10/01/2008, André Pfeiler <[EMAIL PROTECTED]> wrote: > On Thursday 10 January 2008 16:47, sebb wrote: > > No. Why would you want to do this? > > i have written a snmp-manager(monitor) module and want this to be only active > on the jmeter master. is there a way do manager this in the testelement > source?
The JMeter master (client) does not actually run any samplers; its only job is to send the test plan to the servers and collect the responses. So excluding it from the server would not help. I suggest you run the monitor in a separate process. > thanks > > > > > > On 10/01/2008, André Pfeiler <[EMAIL PROTECTED]> wrote: > > > Hi, > > > is the a way to prevent Testplanelements from being transfered to the > > > jmeter-clients if running jmeter in Master-Slave mode? > > > > > > regards > > > Andre > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > regards > > André > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

