com.ibm.etools.logging.util
Interface LoadValueConstants

All Known Implementing Classes:
TimerStep

public interface LoadValueConstants

Constants that are used in the timer.del file.


Field Summary
static java.lang.String ARG_GC_ELAPSED
          Elapsed - a type of Garbage collection event.
static java.lang.String ARG_GC_STEPS
          Steps - a type of garbage collection event.
static java.lang.Integer ARG_INSTALLABLE
          46 - the variation for installable drivers.
static java.lang.String ARG_RUNTYPE_COLD
          50 - the variaiton for a cold run.
static java.lang.String ARG_RUNTYPE_WARM
          51 - the variation for a warm run.
static java.lang.String DIR_AUTOTEST_LOGS
          c:\\autotest-log - The place where autotest logs are stored
static java.lang.String ENV_ARG_TRUE
           
static java.lang.String ENV_PARM_DRIVER_INFO
          driverinfo= - Argument of ENV_PERF_CTRL, it indicates the fully qualified name of the driver info file,
static java.lang.String ENV_PARM_LOG
          log= - Argument of ENV_PERF_CTRL, it indicates the directory where the timer.del file is stored.
static java.lang.String ENV_PARM_PAUSE
          pause= - Argument of ENV_PERF_CTRL, if "true" force the program to pause.
static java.lang.String ENV_PARM_SYSOUT
          sysout= - Argument of ENV_PERF_CTRL, if "true" we should also write the values to sysout.
static java.lang.String ENV_PARM_TESTD
          testd= - Argument of ENV_PERF_CTRL, it indicates the test that we are doing.
static java.lang.String ENV_PARM_VAR
          var= - Argument of ENV_PERF_CTRL, a comma separated list of the variations.
static java.lang.String ENV_PERF_CTRL
          etools_perf_ctrl - Environment variable name that controls the performance instrumentation.
static java.lang.String ENVP_LOG_FILE
          LOG_FILE - The environment parameter name that holds the log file.
static java.lang.String PARM_COMMENT
          # - used to start a comment.
static java.lang.String PARM_DRIVER
          Driver= - used to specify the driver.
static java.lang.String PARM_GC
          GC - used to specify a garbage collection event.
static java.lang.String PARM_GC_TYPE
          GCType= - tells us the style of garbage collection events.
static java.lang.String PARM_HOST
          Host= - the host that the test was run on.
static java.lang.String PARM_JVM
          JVM= - the contents of java.fullversion or java.runtime.version
static java.lang.String PARM_RUN_TS
          RunTS= - used to specify the run timestamp.
static java.lang.String PARM_START_UP
          SU - used to specify a plugin start up event.
static java.lang.String PARM_STDOUT
          STDOUT= - specifies where the stdout is saved
static java.lang.String PARM_STEP
          Step= - used to specify an adhoc step
static java.lang.String PARM_TEST
          Test= - used to specify an adhoc test.
static java.lang.String PARM_TIMER_STEP
          TS - A code in the timer.del file that links a step to a time
static java.lang.String PARM_UUID
          UUID= - used to specify the UUID for th run.
static java.lang.String PARM_VAR
          Variations are sticky, once set they remain set until explictly unset.
static java.lang.String WHAT_CPU_TIME
          The whatId (20) for the amount of CPU time we have used so far.
static java.lang.String WHAT_ELAPSED
          The whatId (1) for elapsed time
static java.lang.String WHAT_KERNEL_TIME
          The whatId (11) for the amount of elapsed kernel time.
static java.lang.String WHAT_TOTAL_JAVA_HEAP
          The whatId (2) for the size of the Java heap, that is totalMemory()
static java.lang.String WHAT_USED_JAVA_HEAP
          The whatId (3) for the amount of the heap we are using
static java.lang.String WHAT_USER_TIME
          The whatId (10) for the amount of elapsed user time.
static java.lang.String WHAT_WS_PEAK
          The whatId (8) for the working set peak
 

Field Detail

PARM_COMMENT

public static final java.lang.String PARM_COMMENT
# - used to start a comment.

See Also:
Constant Field Values

PARM_DRIVER

public static final java.lang.String PARM_DRIVER
Driver= - used to specify the driver.

See Also:
Constant Field Values

PARM_GC

public static final java.lang.String PARM_GC
GC - used to specify a garbage collection event.

See Also:
Constant Field Values

PARM_GC_TYPE

public static final java.lang.String PARM_GC_TYPE
GCType= - tells us the style of garbage collection events.

See Also:
Constant Field Values

PARM_JVM

public static final java.lang.String PARM_JVM
JVM= - the contents of java.fullversion or java.runtime.version

See Also:
Constant Field Values

PARM_HOST

public static final java.lang.String PARM_HOST
Host= - the host that the test was run on.

See Also:
Constant Field Values

PARM_RUN_TS

public static final java.lang.String PARM_RUN_TS
RunTS= - used to specify the run timestamp.

See Also:
Constant Field Values

PARM_START_UP

public static final java.lang.String PARM_START_UP
SU - used to specify a plugin start up event.

See Also:
Constant Field Values

PARM_STEP

public static final java.lang.String PARM_STEP
Step= - used to specify an adhoc step

See Also:
Constant Field Values

PARM_STDOUT

public static final java.lang.String PARM_STDOUT
STDOUT= - specifies where the stdout is saved

See Also:
Constant Field Values

PARM_TEST

public static final java.lang.String PARM_TEST
Test= - used to specify an adhoc test.

See Also:
Constant Field Values

PARM_TIMER_STEP

public static final java.lang.String PARM_TIMER_STEP
TS - A code in the timer.del file that links a step to a time

See Also:
Constant Field Values

PARM_UUID

public static final java.lang.String PARM_UUID
UUID= - used to specify the UUID for th run.

See Also:
Constant Field Values

PARM_VAR

public static final java.lang.String PARM_VAR
Variations are sticky, once set they remain set until explictly unset.

See Also:
Constant Field Values

ARG_GC_ELAPSED

public static final java.lang.String ARG_GC_ELAPSED
Elapsed - a type of Garbage collection event.

See Also:
Constant Field Values

ARG_GC_STEPS

public static final java.lang.String ARG_GC_STEPS
Steps - a type of garbage collection event.

See Also:
Constant Field Values

ARG_INSTALLABLE

public static final java.lang.Integer ARG_INSTALLABLE
46 - the variation for installable drivers.


ARG_RUNTYPE_COLD

public static final java.lang.String ARG_RUNTYPE_COLD
50 - the variaiton for a cold run.

See Also:
Constant Field Values

ARG_RUNTYPE_WARM

public static final java.lang.String ARG_RUNTYPE_WARM
51 - the variation for a warm run.

See Also:
Constant Field Values

ENV_PERF_CTRL

public static final java.lang.String ENV_PERF_CTRL
etools_perf_ctrl - Environment variable name that controls the performance instrumentation. It is a semicolon seperated set of values. See the class level of documentation for TimerStep for it's valid values.

See Also:
Constant Field Values

ENV_ARG_TRUE

public static final java.lang.String ENV_ARG_TRUE
See Also:
Constant Field Values

ENV_PARM_DRIVER_INFO

public static final java.lang.String ENV_PARM_DRIVER_INFO
driverinfo= - Argument of ENV_PERF_CTRL, it indicates the fully qualified name of the driver info file,

See Also:
Constant Field Values

ENV_PARM_LOG

public static final java.lang.String ENV_PARM_LOG
log= - Argument of ENV_PERF_CTRL, it indicates the directory where the timer.del file is stored.

See Also:
Constant Field Values

ENV_PARM_PAUSE

public static final java.lang.String ENV_PARM_PAUSE
pause= - Argument of ENV_PERF_CTRL, if "true" force the program to pause.

See Also:
Constant Field Values

ENV_PARM_SYSOUT

public static final java.lang.String ENV_PARM_SYSOUT
sysout= - Argument of ENV_PERF_CTRL, if "true" we should also write the values to sysout.

See Also:
Constant Field Values

ENV_PARM_TESTD

public static final java.lang.String ENV_PARM_TESTD
testd= - Argument of ENV_PERF_CTRL, it indicates the test that we are doing.

See Also:
Constant Field Values

ENV_PARM_VAR

public static final java.lang.String ENV_PARM_VAR
var= - Argument of ENV_PERF_CTRL, a comma separated list of the variations.

See Also:
Constant Field Values

ENVP_LOG_FILE

public static final java.lang.String ENVP_LOG_FILE
LOG_FILE - The environment parameter name that holds the log file. For example LOG_FILE=x:\autotest-log\2002-07-10-test1-1\std.txt

See Also:
Constant Field Values

DIR_AUTOTEST_LOGS

public static final java.lang.String DIR_AUTOTEST_LOGS
c:\\autotest-log - The place where autotest logs are stored

See Also:
Constant Field Values

WHAT_ELAPSED

public static final java.lang.String WHAT_ELAPSED
The whatId (1) for elapsed time

See Also:
Constant Field Values

WHAT_TOTAL_JAVA_HEAP

public static final java.lang.String WHAT_TOTAL_JAVA_HEAP
The whatId (2) for the size of the Java heap, that is totalMemory()

See Also:
Constant Field Values

WHAT_USED_JAVA_HEAP

public static final java.lang.String WHAT_USED_JAVA_HEAP
The whatId (3) for the amount of the heap we are using

See Also:
Constant Field Values

WHAT_WS_PEAK

public static final java.lang.String WHAT_WS_PEAK
The whatId (8) for the working set peak

See Also:
Constant Field Values

WHAT_USER_TIME

public static final java.lang.String WHAT_USER_TIME
The whatId (10) for the amount of elapsed user time.

See Also:
Constant Field Values

WHAT_KERNEL_TIME

public static final java.lang.String WHAT_KERNEL_TIME
The whatId (11) for the amount of elapsed kernel time.

See Also:
Constant Field Values

WHAT_CPU_TIME

public static final java.lang.String WHAT_CPU_TIME
The whatId (20) for the amount of CPU time we have used so far.

See Also:
Constant Field Values