How to setup IP spoofing in jmeter?

2019-04-21 00:44发布

问题:

I am now load testing a website through jmeter from my machine. But I want a real world scenario , so can ip aliasing or ip spoofing be used by jmeter which will look like requests are being sent from different ip addresses.?

回答1:

Yes it can, see property Source IP address::

  • http://jmeter.apache.org/usermanual/component_reference.html#HTTP_Request

Note that you must use HTTPClient implementations.

For a full tutorial, see :

  • http://blog.milamberspace.net/index.php/2009/12/03/changer-ladresse-ip-source-dune-requete-http-lors-dun-test-avec-jmeter-549.html