jmeter-plugins

Performance Testing of AJAX calls via JMeter

♀尐吖头ヾ 提交于 2019-11-29 05:06:17
I am doing performance testing for an application that has AJAX calls. I am able to record the same requests but unable to execute them. Can anyone help me in execute the AJAX requests, please? Do I need to use any extra plugin for this? If yes, what are they and how to I use them. I'm not aware of any existing plugins which are capable of handling AJAX calls. Technically AJAX requests are basic HTTP Requests but they need to be executed in parallel using one extra thread per call. For the moment it is not possible to have nested thread groups in JMeter so you'll have to do some extra coding

How to make load testing for web application that based on Webrtc [closed]

孤人 提交于 2019-11-28 11:34:31
Im trying to make load testing for web application that based on Webrtc, does someone knows with whitch tool can I test that application. also I`d like to know if i can use Jmeter and if so , how can i use it ? thanks a head When it comes to load testing, WebRTC is different. And that's because WebRTC is peer-to-peer and not client server. What you can test is the client server part, more specifically the signaling server and the STUN/TURN server. For these, you can easily use JMeter as for any web server. For STUN/TURN just follow the specs (though if you're using an existing server, I would

How to install influxdb on Windows OS and access Admin Console

戏子无情 提交于 2019-11-28 09:25:46
问题 I am new to influxdb and trying to install it on my Windows 7 - 64 OS. Following are the steps done till now: Downloaded .zip file from the following location: https://dl.influxdata.com/influxdb/releases/influxdb-1.1.0_windows_amd64.zip unzipped the folder in the following location: J:\common\influxdb\influxdb-1.1.0_windows_amd64\influxdb-1.1.0-1 Launched the command prompt with admin privilages and run the following commands: 1. cd J:\common\influxdb\influxdb-1.1.0_windows_amd64\influxdb-1.1

Can JMeter mock HTTP request

穿精又带淫゛_ 提交于 2019-11-28 08:40:20
问题 I want to Mock HTTP requests, meaning sending real request to real server , but ignore (not wait) and override the response with a dummy response, JMeter have many tools which are close but not enough, DummySampler plugin is close but not really sending request, An old answer direct to Mirror Server which seems irrelevant for specific API requests and responses. JMeter does not simulate servers. Having said that, JMeter 2.3 has a built-in mirror server - it accepts any HTTP request and