Serialized Form
maxtries_
int maxtries_
address_
java.lang.String address_
port_
int port_
sock_
java.net.Socket sock_
Package org.openware.jdf.protocol |
className_
java.lang.String className_
oid_
java.lang.String oid_
location_
Location location_
Package org.openware.jdf.server |
object_
java.lang.Object object_
creationTime_
long creationTime_
lastAccessTime_
long lastAccessTime_
timeout_
long timeout_
Package org.openware.jdf.test |
teststr_
java.lang.String teststr_
Package org.openware.loadsim.link |
randomGen_
java.util.Random randomGen_
data_
java.lang.String[] data_
id_
java.lang.String id_
iterType_
int iterType_
nextValue_
int nextValue_
stepValue_
int stepValue_
random_
java.util.Random random_
- Used to randomly pick the link data to combine with the
uri.
linkDataTable_
java.util.Hashtable linkDataTable_
- The link data for this link. The link data consists of a list
of name/value pairs (at least when combined with the uri).
multipleType_
int multipleType_
id_
java.lang.String id_
hostname_
java.lang.String hostname_
- The host name is the protocol (http, https, etc) plus the host
name.
pathRoot_
java.lang.String pathRoot_
- The pathRoot is everything after the host name but before the
'?' that starts the querystring.
linkStr_
java.lang.String linkStr_
- The completed String representation of the link. That is, the linkdata
combined with the uri. If the link data is a form and it is using the
POST method then this is just the uri. If this is a link or a form that
is using the GET method than this is the uri + the link data.
formDataStr_
java.lang.String formDataStr_
- If the link is actually a form submit, then the form data should be set
to the data (several name/value pairs separated by &'s). If this is just
a link (e.g. an HREF attribute for an anchor tag) then this should be
set to
null
.
expectTitle_
java.lang.String expectTitle_
- The title to expect in the downloaded page. This is used to perform a
"sanity-check" on the downloaded page to ensure that the desired page
is actually the one accessed.
redirect_
java.lang.String redirect_
timer_
ITimer timer_
- The timer to use for this link. Before the link is accessed during each
pass of the simulation the timer is consulted to get a time in to wait
before submitting the link.
data_
java.util.LinkedList data_
dataSets_
java.util.HashMap dataSets_
hasPageData_
boolean hasPageData_
sepChar_
java.lang.String sepChar_
Package org.openware.loadsim.output |
filename_
java.lang.String filename_
append_
boolean append_
logLevel_
int logLevel_
nextLink_
Link nextLink_
label_
java.lang.String label_
hostname_
java.lang.String hostname_
ttlb_
long ttlb_
lastpage_
com.meterware.httpunit.WebResponse lastpage_
ttfb_
long ttfb_
contentType_
java.lang.String contentType_
size_
int size_
responseCode
int responseCode
ramping_
boolean ramping_
pagesSaved
java.util.HashMap pagesSaved
Package org.openware.loadsim.simulation |
datasets_
java.util.HashMap datasets_
timers_
java.util.HashMap timers_
linkSequences_
java.util.LinkedList linkSequences_
description_
java.lang.String description_
simulationId_
java.lang.String simulationId_
resultsFileInfo_
FileInfo resultsFileInfo_
logFileInfo_
FileInfo logFileInfo_
defaultTimerId_
java.lang.String defaultTimerId_
outputHostname_
java.lang.String outputHostname_
contentHandlers_
java.util.HashMap contentHandlers_
throttleTimer_
ITimer throttleTimer_
numberOfSeqs
int numberOfSeqs
thisSeq
int thisSeq
id_
java.lang.String id_
duration_
long duration_
cookies
java.util.Vector cookies
id_
java.lang.String id_
random_
java.util.Random random_
stdev_
double stdev_
mean_
long mean_
linkSequence_
java.util.LinkedList linkSequence_
hostname_
java.lang.String hostname_
numVirtualUsers_
int numVirtualUsers_
numIterations_
int numIterations_
duration_
long duration_
datasets_
java.util.HashMap datasets_
links_
Link[] links_
cookieManager_
CookieManager cookieManager_
results_
IResults results_
alive_
boolean alive_
index_
int index_
log_
ILog log_
numIterations_
int numIterations_
iterationsComplete_
int iterationsComplete_
contentHandlers_
java.util.HashMap contentHandlers_
handleContent_
boolean handleContent_
hostname_
java.lang.String hostname_
ramping_
boolean ramping_
Package org.openware.util |
Package org.openware.util.tcl |
Copyright © 2000, 2001 Openware, Spin Software. All Rights Reserved.