public OrderPreservingLogParser(String source)(Code)
Method Detail
parseAndConfigure
public synchronized int parseAndConfigure(int count, TestElement el)(Code)
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 - lines parsed
Methods inherited from org.apache.jmeter.protocol.http.util.accesslog.SharedTCLogParser