|
Apache JMeter 2.0.1.20050615 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
TODO - does not appear to be used ...
Field Summary | |
static int |
APPEND
|
static int |
ASSERTION_RESULTS_MASK
Content mask indicating that assertion messages should be recorded. |
static int |
BASE_INFO_MASK
Content mask indicating the basic data points (label, time, success). |
static int |
EXTRA_INFO_MASK
Content mask indicating various miscellenous data (thread_name, timstamp, response code, response message, data type). |
static int |
OVERWRITE
|
static int |
REQUEST_DATA_MASK
Content mask indicating that request data should be recorded. |
static int |
RESPONSE_MASK
Content mask indicating that response data should be recorded. |
static int |
SUB_RESULTS_MASK
Content mask indicating that sub results should be included. |
Method Summary | |
void |
closeSource()
Closes a file that had been opened for recording. |
Collection |
loadLog()
Load a file of previously recorded sample results and return them all in a collection. |
Collection |
loadLog(int length)
Load a number of samples from the data source, starting from the next sample. |
void |
openSource(int mode,
int contentMask)
Opens a file for recording sample results. |
void |
recordSample(SampleResult result)
Save a SampleResult object to the specified file. |
Field Detail |
public static final int BASE_INFO_MASK
public static final int EXTRA_INFO_MASK
public static final int SUB_RESULTS_MASK
public static final int RESPONSE_MASK
public static final int REQUEST_DATA_MASK
public static final int ASSERTION_RESULTS_MASK
public static final int APPEND
public static final int OVERWRITE
Method Detail |
public void openSource(int mode, int contentMask) throws IOException
mode
- indicates whether the file is opened for appending
data to the end of the file or overwriting the file
contents.contentMask
- mask defining what data is recorded. This is a
combination of one or more of the content mask
constants defined in this class (combined with bitwise
'or').
IOException
public void closeSource() throws IOException
IOException
public Collection loadLog() throws IOException
IOException
public Collection loadLog(int length) throws IOException
IOException
public void recordSample(SampleResult result) throws IOException
IOException
|
Apache JMeter 2.0.1.20050615 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |