Class OrderPreservingLogParser

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static String GET
      public final static String POST
      public final static String HEAD
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      synchronized int parseAndConfigure(int count, TestElement el) parse a set number of lines from the access log.
      • Methods inherited from class org.apache.jmeter.protocol.http.util.accesslog.SharedTCLogParser

        clone, close, parse
      • Methods inherited from class org.apache.jmeter.protocol.http.util.accesslog.TCLogParser

        checkMethod, checkParamFormat, checkURL, cleanURL, convertStringToJMRequest, convertStringtoNVPair, decodeParameterValue, setDecodeParameterValues, setFilter, setSourceFile, setUseParsedFile, stripFile, tokenize
      • Methods inherited from class org.apache.jmeter.testelement.TestCloneable

        clone
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OrderPreservingLogParser

        OrderPreservingLogParser()
      • OrderPreservingLogParser

        OrderPreservingLogParser(String source)
    • Method Detail

      • parseAndConfigure

         synchronized int parseAndConfigure(int count, TestElement el)

        parse a set number of lines from the access log. Keep in mind the number of lines parsed will depend the filter and number of lines in the log. The method returns the actual lines parsed.

        Parameters:
        count - number of max lines to read
        Returns:

        lines parsed