Package org.apache.jmeter.protocol.http.util.accesslog


package org.apache.jmeter.protocol.http.util.accesslog
  • Class
    Description
    Description:

    Filter interface is designed to make it easier to use Access Logs for JMeter test plans.
    Description:

    Generator is a base interface that defines the minimum methods needed to implement a concrete generator.
    Description:

    LogFilter is a basic implementation of Filter interface.
    Description:

    LogParser is the base interface for classes implementing concrete parse logic.
    Description:

     
    Provides Session Filtering for the AccessLog Sampler.
     
    Description:

    StandardGenerator will be the default generator used to pre-process logs.
    Description:

    Currently the parser only handles GET/POST requests.