jmeter - Stress test BlazeDS polling -


I'm looking for some guidance on stress testing BlazeDS Voting channels.

I have followed this excellent article on using jmeter to test AMF messaging:

But this is only for non-voting messages I can not generate AMF for all polling messages only - each sequential message is different.

I am thinking that I am able to use the Beanshell Pre Processor to create AMF request Java Object, then send it as serial and post data.

I also needed the Beanshell post processor to cancel the reaction of the binary AMF and passed some data on the next request.

Did anyone have to go before something like this? I'm not sure what I'm trying to do, beyond the capabilities of the pre-post and post processor of JMT.

Thank you, Stu

There is a plugin for JMM that lets you record AMF messages To edit in XML, then to use them in tension test. You can put in variables (such as User ID, Counter) which will be replaced when delivered in XML. This is the response to the JMTator variable for data extraction Can also store and later

Full disclosure: I am a project writer.


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -