public class JProbeDescription extends AbstractDescription implements Serializable
| Constructor and Description |
|---|
JProbeDescription() |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
configure(TestConfig config)
Creates jprobe configuration descriptions from the jprobe parameters
in the test configuration.
|
String |
getCommandLine(String jprobeHome,
String vmType)
Returns jprobe command line, based on the values in this description,
the provided jprobe home, and the vm type.
|
Vector |
getCommandLineParameters(String vmType)
Returns jprobe command line parameters, based on the values in this
description and the vm type.
|
String |
getExecutable(String jprobeHome)
Returns jprobe executable, based on the provided jprobe home.
|
Vector |
getFilters()
Returns the set of filters.
|
boolean |
getFinalSnapshot()
Returns whether to take a final snapshot.
|
String |
getFunction()
Returns the function.
|
boolean |
getGarbageKeep()
Returns whether to keep garbage.
|
String |
getMeasurement()
Returns the measurement type.
|
boolean |
getMonitor()
Returns whether the user will monitor.
|
String |
getName()
Returns the logical name for the jprobe description.
|
int |
getPort()
Returns the port for this run.
|
boolean |
getRecordFromStart()
Returns whether to record from the start.
|
boolean |
getTrackObjects()
Returns whether to track object allocation
|
Vector |
getTriggers()
Returns the set of triggers.
|
SortedMap |
toSortedMap()
Returns a sorted map of description fields and their values.
|
boolean |
useDeepTraces()
Returns whether to use deep traces.
|
addProperties, asList, convertPrm, convertPrmDefault, getBooleanFor, getClass, getClassname, getInstance, getIntegerFor, getNonnegativeIntegerFor, getParametersAndDefaults, getPath, getSSLDescription, loadClass, parseMethod, toStringpublic String getName()
public String getFunction()
public String getMeasurement()
public Vector getFilters()
public Vector getTriggers()
public boolean useDeepTraces()
public boolean getRecordFromStart()
public boolean getFinalSnapshot()
public boolean getTrackObjects()
public boolean getMonitor()
public boolean getGarbageKeep()
public int getPort()
public String getCommandLine(String jprobeHome, String vmType)
public String getExecutable(String jprobeHome)
public Vector getCommandLineParameters(String vmType)
public SortedMap toSortedMap()
AbstractDescriptiontoSortedMap in class AbstractDescriptionprotected static void configure(TestConfig config)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.