ubikloadpack

How to record a JNLP/ Java Web Start application with JMeter

半腔热情 提交于 2019-11-28 02:11:22
I need to do a performance test for JNLP accessible application. I used WireShark and see that the jnlp generates only TCP traffic. I read all the post related with jnlp perf testing and I tried with Apache JMeter + UbikLoadPack Java Serialization plugin but jmeter does not capture the traffic. Is it my only option capture the TCP traffic and work with that ? Regards, Jaime If traffic is HTTP(s), as per documentation of UbikLoadPack bundle, You need to follow the instructions of paragraphs: 1/Add JMeter certificate authority to the cacerts file used by Java: See in documentation " Configuring

How to record a JNLP/ Java Web Start application with JMeter

时间秒杀一切 提交于 2019-11-26 23:39:27
问题 I need to do a performance test for JNLP accessible application. I used WireShark and see that the jnlp generates only TCP traffic. I read all the post related with jnlp perf testing and I tried with Apache JMeter + UbikLoadPack Java Serialization plugin but jmeter does not capture the traffic. Is it my only option capture the TCP traffic and work with that ? Regards, Jaime 回答1: If traffic is HTTP(s), as per documentation of UbikLoadPack bundle, You need to follow the instructions of