public class Analyzer
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected static boolean |
sAllPattern |
protected static int |
sAnalysisType |
protected static boolean |
sDebug |
protected static int |
sExcludeCount |
protected static java.lang.String |
sExcludeFileName |
protected static boolean |
sFormatXml |
protected static int |
sIgnoreThreshold |
protected static int |
sNumTopUrls |
protected static java.io.PrintStream |
sOut |
protected static java.util.Vector<java.lang.String> |
sReplaceParams |
protected static java.util.Vector |
sSensorNames |
protected static java.util.Vector |
sSensorTypes |
protected static boolean |
sTimerOnly |
protected static int |
TYPE_REQUEST |
protected static int |
TYPE_SENSOR |
Constructor and Description |
---|
Analyzer() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
Main entry point for the analysis tool
|
protected static java.util.Vector sSensorTypes
protected static java.util.Vector sSensorNames
protected static int sExcludeCount
protected static java.lang.String sExcludeFileName
protected static java.io.PrintStream sOut
protected static final int TYPE_SENSOR
protected static final int TYPE_REQUEST
protected static int sAnalysisType
protected static boolean sTimerOnly
protected static boolean sFormatXml
protected static boolean sAllPattern
protected static boolean sDebug
protected static int sIgnoreThreshold
protected static int sNumTopUrls
protected static java.util.Vector<java.lang.String> sReplaceParams