Package com.devexperts.qd.tools

Interface Summary
TimeSyncTrackerMBean  
 

Class Summary
AbstractTool Base class for all QDS tools.
Compare Two data sources comparing tool.
Connect Connect tool with taping into file functionality.
Dump Connects to specified address(es) and dumps all received data and subscription information.
Feed Feed tool.
GCTimeTransformer Parses text file with GC log and replaces seconds from start to absolute time.
GlobUtil Utility methods to support simple glob patterns: Use '*' for any sequence of characters (regex equivalent is '.*') Use ',' for a list of choices (regex equivalent is '|')
Help Help tool.
Instruments Reads, transforms and writes instrument profiles.
Invoke RMI Invocation tool.
Multiplexor Multiplexor tool.
NetTest Tool that is used to test network throughput.
Option  
OptionAlias Aliases for comparing data sources in Compare tool.
OptionCollector  
OptionDouble  
OptionEnum  
OptionFields  
OptionFile  
OptionInteger  
OptionLog  
OptionManagementHtml  
OptionManagementRmi  
OptionMultiString  
OptionPostCollector  
Options  
OptionStat  
OptionString  
OptionTimePeriod  
OptionWrite  
Post  
RandomRecordsProvider Generates random number of records with random values.
SchemeDump  
SubscriptionBinParser Parses binary multiplexor subscription dumps and writes data as a text file.
TDP Parses full thread dumps and organizes result data into performance profile.
Time  
TimeSyncTracker Tracks that time is synchonized across local network by sending mulitcast messages.
Tools  
 

Exception Summary
BadToolParametersException Thrown to indicate an error while parsing some QD tool arguments.
OptionParseException Thrown to indicate an error while parsing some QD tool option.
ToolInitializationException Thrown when some error occured while initializing a QD tool.
 

Annotation Types Summary
ToolSummary Describes QDS tool usage and arguments.