|
Apache JMeter 2.1.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jmeter.testelement.AbstractTestElement
org.apache.jmeter.samplers.AbstractSampler
org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase
org.apache.jmeter.protocol.http.sampler.HTTPSampler
org.apache.jmeter.protocol.http.sampler.AccessLogSampler
Description:
AccessLogSampler is responsible for a couple of things:
Some bugs only appear under production traffic, so it is useful to generate traffic using production logs. This way, JMeter can record when problems occur and provide a way to match the server logs.
Created on: Jun 26, 2003
Nested Class Summary |
Nested classes inherited from class org.apache.jmeter.protocol.http.sampler.HTTPSampler |
HTTPSampler.Test |
Field Summary | |
static String |
DEFAULT_CLASS
|
Fields inherited from class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase |
ARGUMENTS, AUTH_MANAGER, AUTO_REDIRECTS, CONTENT_TYPE, COOKIE_MANAGER, DEFAULT_HTTP_PORT, DEFAULT_HTTPS_PORT, DEFAULT_PROTOCOL, DOMAIN, FILE_DATA, FILE_FIELD, FILE_MIMETYPE, FILE_NAME, FOLLOW_REDIRECTS, GET, HEADER_MANAGER, IMAGE_PARSER, MAX_FRAME_DEPTH, MAX_REDIRECTS, METHOD, MIMETYPE, MONITOR, MULTIPART_FORM, NON_HTTP_RESPONSE_CODE, NON_HTTP_RESPONSE_MESSAGE, NORMAL_FORM, PATH, PORT, POST, PROTOCOL, UNSPECIFIED_PORT, URL, USE_KEEPALIVE |
Fields inherited from interface org.apache.jmeter.testelement.TestElement |
ENABLED, GUI_CLASS, NAME, TEST_CLASS |
Constructor Summary | |
AccessLogSampler()
|
Method Summary | |
Object |
clone()
|
String |
getDomain()
|
String |
getFilterClassName()
|
String |
getLogFile()
Get the path where XML messages are stored. this is the directory where JMeter will randomly select a file. |
String |
getParserClassName()
Get the file location of the xml file. |
String |
getPortString()
|
protected void |
initFilter()
|
void |
instantiateParser()
Method will instantiate the log parser based on the class in the text field. |
boolean |
isImageParsing()
|
SampleResult |
sample(Entry e)
sample(Entry e) simply calls sample(). |
SampleResult |
sampleWithParser()
sample gets a new HTTPSampler from the generator and calls it's sample() method. |
void |
setDomain(String domain)
|
void |
setFilterClassName(String filterClassName)
|
void |
setImageParsing(boolean imageParsing)
|
void |
setLogFile(String path)
Set the path where XML messages are stored for random selection. |
void |
setParserClassName(String classname)
it's kinda obvious, but we state it anyways. |
void |
setPortString(String port)
|
void |
testEnded()
Called once for all threads after the end of a test |
void |
testStarted()
Called just before the start of the test Note that not all the test variables will have been set up at this point. |
void |
threadFinished()
Called once for each thread at the end of a test |
Methods inherited from class org.apache.jmeter.protocol.http.sampler.HTTPSampler |
disconnect, getResponseHeaders, modifyHeaderValues, readResponse, sample, sendPostData, setPostHeaders, setupConnection |
Methods inherited from class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase |
addArgument, addArgument, addEncodedArgument, addTestElement, downloadPageResources, encodeSpaces, errorResult, followRedirects, getArguments, getAuthManager, getCookieManager, getFileField, getFilename, getFollowRedirects, getHeaderManager, getMethod, getMimetype, getMonitor, getPath, getPort, getProtocol, getQueryString, getUrl, getUseKeepAlive, isImageParser, isMonitor, parseArguments, resultProcessing, sample, setArguments, setAuthManager, setCookieManager, setFileField, setFilename, setFollowRedirects, setHeaderManager, setImageParser, setMethod, setMimetype, setMonitor, setPath, setPort, setProtocol, setUseKeepAlive, testEnded, testIterationStart, testStarted, toString |
Methods inherited from class org.apache.jmeter.testelement.AbstractTestElement |
addProperty, canRemove, clear, clearTemporary, emptyTemporary, equals, getName, getProperty, getPropertyAsBoolean, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsLong, getPropertyAsString, getThreadContext, getThreadName, isEnabled, isRunningVersion, isTemporary, logProperties, mergeIn, nextIsNull, propertyIterator, recoverRunningVersion, removeProperty, setName, setProperty, setProperty, setRunningVersion, setTemporary, setThreadContext, setThreadName, threadStarted, traverse, traverseCollection, traverseMap, traverseProperty |
Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.apache.jmeter.testelement.ThreadListener |
threadStarted |
Methods inherited from interface org.apache.jmeter.testelement.TestElement |
canRemove, clear, getProperty, getPropertyAsBoolean, getPropertyAsFloat, getPropertyAsInt, getPropertyAsLong, getPropertyAsString, getThreadContext, getThreadName, isEnabled, isRunningVersion, isTemporary, propertyIterator, recoverRunningVersion, removeProperty, setProperty, setProperty, setRunningVersion, setTemporary, setThreadContext, setThreadName, threadStarted, traverse |
Field Detail |
public static final String DEFAULT_CLASS
Constructor Detail |
public AccessLogSampler()
Method Detail |
public void setLogFile(String path)
public String getLogFile()
public void setParserClassName(String classname)
classname
- -
parser class namepublic String getParserClassName()
public SampleResult sampleWithParser()
public SampleResult sample(Entry e)
sample
in interface Sampler
sample
in class HTTPSamplerBase
e
- -
ignored
public void instantiateParser()
public String getFilterClassName()
public void setFilterClassName(String filterClassName)
filterClassName
- The filterClassName to set.public String getDomain()
getDomain
in class HTTPSamplerBase
public void setDomain(String domain)
setDomain
in class HTTPSamplerBase
domain
- The domain to set.public boolean isImageParsing()
public void setImageParsing(boolean imageParsing)
imageParsing
- The imageParsing to set.public String getPortString()
public void setPortString(String port)
port
- The port to set.protected void initFilter()
public Object clone()
clone
in interface TestElement
clone
in class HTTPSamplerBase
public void testEnded()
TestListener
testEnded
in interface TestListener
testEnded
in class HTTPSamplerBase
public void testStarted()
TestListener
testStarted
in interface TestListener
testStarted
in class HTTPSamplerBase
public void threadFinished()
ThreadListener
threadFinished
in interface ThreadListener
threadFinished
in class AbstractTestElement
|
Apache JMeter 2.1.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |