You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@thrift.apache.org by Dvir Volk <dv...@gmail.com> on 2011/01/12 09:24:16 UTC

load testing a thrift server

Is there any conventional way of load testing a thrift app? via JMeter or
something like that?
So far I've written load tests by hand, but if there's a better way I'd be
glad to know.

Thanks

Dvir

Re: load testing a thrift server

Posted by Dvir Volk <dv...@gmail.com>.
Thanks
I'm wondering whether it would be possible to write generic thrift plugin
that could load a java client, and run its commands by configuration in
jmeter.
I'm not too familiar with the sampler API but I'll have a look.

On Thu, Jan 13, 2011 at 5:02 AM, dean forever <de...@gmail.com>wrote:

> hello Dvir,
> my case is communicating between java app and python server
> I  wrote a java test script extending JavaSamplerClient, putted it to
> jmeter
> to  run load testing.
> it also works if your client is java and whatever server is!
> You can try this way!
>
> 2011/1/12 Dvir Volk <dv...@gmail.com>
>
> > Is there any conventional way of load testing a thrift app? via JMeter or
> > something like that?
> > So far I've written load tests by hand, but if there's a better way I'd
> be
> > glad to know.
> >
> > Thanks
> >
> > Dvir
> >
>

Re: load testing a thrift server

Posted by dean forever <de...@gmail.com>.
hello Dvir,
my case is communicating between java app and python server
I  wrote a java test script extending JavaSamplerClient, putted it to jmeter
to  run load testing.
it also works if your client is java and whatever server is!
You can try this way!

2011/1/12 Dvir Volk <dv...@gmail.com>

> Is there any conventional way of load testing a thrift app? via JMeter or
> something like that?
> So far I've written load tests by hand, but if there's a better way I'd be
> glad to know.
>
> Thanks
>
> Dvir
>