Index: bin/saveservice.properties IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8 =================================================================== --- bin/saveservice.properties (revision 8cc1d5bc47884454d9aa71f89e8a5fff1c768fd3) +++ bin/saveservice.properties (revision ) @@ -111,6 +111,8 @@ CriticalSectionControllerGui=org.apache.jmeter.control.gui.CriticalSectionControllerGui CounterConfigGui=org.apache.jmeter.modifiers.gui.CounterConfigGui CSVDataSet=org.apache.jmeter.config.CSVDataSet +DNSCacheManager=org.apache.jmeter.protocol.http.control.DNSCacheManager +DNSCachePanel=org.apache.jmeter.protocol.http.gui.DNSCachePanel DebugPostProcessor=org.apache.jmeter.extractor.DebugPostProcessor DebugSampler=org.apache.jmeter.sampler.DebugSampler DistributionGraphVisualizer=org.apache.jmeter.visualizers.DistributionGraphVisualizer Index: xdocs/usermanual/component_reference.xml IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8 =================================================================== --- xdocs/usermanual/component_reference.xml (revision 8cc1d5bc47884454d9aa71f89e8a5fff1c768fd3) +++ xdocs/usermanual/component_reference.xml (revision ) @@ -153,7 +153,7 @@
  • It does not support virtual hosts.
  • -

    Note: the FILE protocol is intended for testing purposes only. +

    Note: the FILE protocol is intended for testing purposes only. It is handled by the same code regardless of which HTTP Sampler is used.

    If the request requires server or proxy login authorization (i.e. where a browser would create a pop-up dialog box), you will also have to add an Configuration Element. @@ -2521,11 +2521,11 @@ -

    The Critical Section Controller ensures that its children elements (samplers/controllers, etc) will be executed +

    The Critical Section Controller ensures that its children elements (samplers/controllers, etc) will be executed by only one thread as a named lock will be taken before executing children of controller.

    - The figure below shows an example of using Critical Section Controller, in the figure below 2 Critical Section Controllers ensure + The figure below shows an example of using Critical Section Controller, in the figure below 2 Critical Section Controllers ensure that: