Hi Lots of examples on Google . see for e.g. http://www.informit.com/guides/content.aspx?g=java&seqNum=40
You then need to copy all the libraries including your custom classes if any to jmeter's lib. You can then invoke your custom code or directly call the classes using BeanShell. regards deepak On Tue, Apr 6, 2010 at 10:01 AM, aprakash <[email protected]>wrote: > > Hi Deepak can u provide any sample for the same,it would be really > appreciated > > Deepak Shetty wrote: > > > > any java api can be called form a Beanshell or Java sampler. So you'd > need > > to write code us9ing commons-net and call it from either of these > samplers > > > > > > On Sun, Apr 4, 2010 at 11:43 PM, ManjuBN <[email protected]> wrote: > > > >> > >> I am trying to connect to remote server using Putty or TELNET ex(Telnet > >> 10.1.27.53 11203(portno),I want to check the response time for the same > >> scenario using 100 such request, the problem I am facing is I don’t have > >> a > >> sampler which I can use to send TELNET protocol, from my research I > found > >> out that we have a common-net api which consists of TELNET class files > >> which > >> can be used ,but I don’t know how to use it ,please suggest me in this > >> regard > >> -- > >> View this message in context: > >> http://old.nabble.com/Using-TELNET-in-Jmeter-tp28137608p28137608.html > >> Sent from the JMeter - User mailing list archive at Nabble.com. > >> > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: [email protected] > >> For additional commands, e-mail: [email protected] > >> > >> > > > > > > -- > View this message in context: > http://old.nabble.com/Using-TELNET-in-Jmeter-tp28137608p28154673.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >

