Previous Topic: Generate a Transfer Information Report

Next Topic: Using Store and Forward


Generate a Statistical Data Transfer Report

To generate a Statistical Data Transfer Report

  1. Go to the $XCOM_HOME/ezt directory.
  2. Run the following command:
    xcomesrp [time_interval] [flag_of_calculated_base] [input_filename]
    
    time_interval

    This is a mandatory parameter.

    1

    One-hour interval to display data

    0.5

    Half-hour interval to display data

    Default: None

    flag_of_calculated_base

    This is an optional parameter.

    S

    The calculation base for start time.

    E

    The calculation base for end time.

    Default: E

    input_filename

    Use this optional parameter to pass an input file of CA XCOM Data Transport history records to the command. By default, it looks for a file with the name of xcomhist.histf in the current directory. This parameter allows you to specify an input file with a different path and/or file name.

    Default: xcomhist.histf

Example 1:

cd $XCOM_HOME/ezt
xcomesrp 1

Example 2:

cd $XCOM_HOME/ezt
xcomesrp 0.5 S

Example 3:

cd $XCOM_HOME/ezt
xcomesrp 0.5 /home/tester/xcom_history_record/XCOMHIST1

Example 4:

cd $XCOM_HOME/ezt
xcomesrp 1 E /home/tester/xcom_history_record/XCOMHIST2