Oracle Fusion Middleware Java API Reference for Oracle ADF Share
11g Release 1 (11.1.1.6.0)

E10686-07

oracle.adf.share.perf.analysis
Class Analyzer

java.lang.Object
  extended by oracle.adf.share.perf.analysis.Analyzer

public class Analyzer
extends java.lang.Object

Analyzer - Analysis tool for adf perf logging


Field Summary
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 Summary
Analyzer()
           
 
Method Summary
static void main(java.lang.String[] args)
          Main entry point for the analysis tool
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sSensorTypes

protected static java.util.Vector sSensorTypes

sSensorNames

protected static java.util.Vector sSensorNames

sExcludeCount

protected static int sExcludeCount

sExcludeFileName

protected static java.lang.String sExcludeFileName

sOut

protected static java.io.PrintStream sOut

TYPE_SENSOR

protected static final int TYPE_SENSOR
See Also:
Constant Field Values

TYPE_REQUEST

protected static final int TYPE_REQUEST
See Also:
Constant Field Values

sAnalysisType

protected static int sAnalysisType

sTimerOnly

protected static boolean sTimerOnly

sFormatXml

protected static boolean sFormatXml

sAllPattern

protected static boolean sAllPattern

sDebug

protected static boolean sDebug

sIgnoreThreshold

protected static int sIgnoreThreshold

sNumTopUrls

protected static int sNumTopUrls

sReplaceParams

protected static java.util.Vector<java.lang.String> sReplaceParams
Constructor Detail

Analyzer

public Analyzer()
Method Detail

main

public static void main(java.lang.String[] args)
Main entry point for the analysis tool

Parameters:
args - arguments have following format: -t sensor|request -x ‹exclude_warmup_counter› -a all|timers ‹perflog_path› ‹output_file_name›

Oracle Fusion Middleware Java API Reference for Oracle ADF Share
11g Release 1 (11.1.1.6.0)

E10686-07

Copyright © 1997, 2011, Oracle. All rights reserved.