proxyservertestplan.jmx

来自「测试工具jmeter可用来进行性能测试」· JMX 代码 · 共 28 行

JMX
28
字号
<?xml version="1.0" encoding="UTF-8"?><jmeterTestPlan version="1.2" properties="2.1">  <hashTree>    <WorkBench guiclass="WorkBenchGui" testclass="WorkBench" testname="WorkBench" enabled="true"/>    <hashTree>      <ProxyControl guiclass="ProxyControlGui" testclass="ProxyControl" testname="HTTP Proxy Server" enabled="true">        <stringProp name="ProxyControlGui.port">8080</stringProp>        <collectionProp name="ProxyControlGui.exclude_list"/>        <collectionProp name="ProxyControlGui.include_list"/>        <boolProp name="ProxyControlGui.capture_http_headers">true</boolProp>        <intProp name="ProxyControlGui.grouping_mode">0</intProp>        <boolProp name="ProxyControlGui.add_assertion">false</boolProp>        <intProp name="ProxyControlGui.sampler_type_name">0</intProp>        <boolProp name="ProxyControlGui.sampler_redirect_automatically">false</boolProp>        <boolProp name="ProxyControlGui.sampler_follow_redirects">true</boolProp>        <boolProp name="ProxyControlGui.use_keepalive">true</boolProp>        <boolProp name="ProxyControlGui.sampler_download_images">false</boolProp>        <boolProp name="ProxyControlGui.regex_match">false</boolProp>        <boolProp name="ProxyControlGui.https_spoof">false</boolProp>        <stringProp name="ProxyControlGui.https_spoof_match"></stringProp>        <stringProp name="ProxyControlGui.content_type_include"></stringProp>        <stringProp name="ProxyControlGui.content_type_exclude"></stringProp>      </ProxyControl>      <hashTree/>    </hashTree>  </hashTree></jmeterTestPlan>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?