http://jakarta.apache.org/jmeter/usermanual/get-started.html#classpath
2011/3/9 Gabriel Oliveira <[email protected]>: > Hi Andrey, > > JMeter will find my class in what path ? JAVAPATH ? > > Reading the instalations note of URL that you sent me, i realized that > Jmeter has hiw own path, the JMETER_INSTALL_DIR. How to configure it ? In OS > or in JMeter configure files ? Tryed to find that variable in > jmeter.properties, system.properties and user.properties, with no sucess =/ > > Besides, in http://code.google.com/p/jmeter-plugins/wiki/DCERPCSampler, the > Marshaling options are exclusive of that Sampler ? > > Many thank !! > > -- > > *Gabriel P.A. de Oliveira* > *Linkedin* - www.linkedin.com/in/gabrielPAoliveira > *Skype* - gabriel.pa.oliveira > *Computer Science - UFRGS - Brazil > * > 2011/3/9 Andrey Pohilko <[email protected]> > >> Hi, >> >> In most cases all you need to do is implement TCP Client class, then >> specify >> this class in TCP sampler GUI. >> >> Example on extending TCP Client: http://code.google.com/p/jmeter- >> plugins/source/browse/trunk/src/kg/apc/jmeter/dcerpc/DCERPCSampler.java >> >> Using extended class: http://code.google.com/p/jmeter- >> plugins/wiki/DCERPCSampler >> >> Good luck! >> >> В сообщении от 9 марта 2011 16:22:30 автор Gabriel Oliveira написал: >> > Hello, >> > >> > I'm new to JMeter, and wanted to create a custom TCP Sampler. What do I >> > need to do that ? Need to rebuild JMeter from Src ? Do you guys have any >> > tutorials/other-discussion-threads available ? >> > >> > Thanks in advance ! >> >> --------------------------------------------------------------------- >> 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]

