Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

Examples

&pagelevel(4)&pagelevel
  1. Monitoring values are to be output in default output format.

    FTSHWMON

    openFT(STD)   Monitoring (formatted)
    MonOn=2016-12-17 15:36:12 PartnerSel=OPENFT  RequestSel=ONLY-ASYNC,ONLY-LOCAL
    2016-12-17 15:40:01

     Name      Value
     ----------------
     ThNetbTtl 38728
     ThNetbSnd 38728
     ThNetbRcv 0
     ThDiskTtl 16384
     ThDiskSnd 16384
     ThDiskRcv 0
     ThRqto    1
     ThSuct    0
     ThAbrt    0
     ThIntr    0
     ThUsrf    0
     ThCofl    0
     ThCobr    0
     StRqas    0.00
     StRqaa    8.66
     StRqwt    1.66
     StRqhd    0.00
     StRqsp    0.00
     StRqlk    0.00
     StCLim    16
     StCAct    37
     StRqLim   1000
     StRqAct   1
     StOftr    ON
     StFtmr    OFF
     StFtpr    OFF

    Explanation

    The default output format begins with a header containing the following specifications:

    • Name of the openFT instance and selected data format (raw or formatted)

    • Monitoring start time and partner and request selection

    • Current timestamp

    This is followed by the list of default values. See the section Description of themonitoring values for the meanings.

  2. Only the data types are to be output in default output format.

    FTSHWMON INFORMATION=*TYPE

    openFT(STD)   Monitoring (formatted)
    MonOn=2016-12-17 15:36:12 PartnerSel=OPENFT  RequestSel=ONLY-ASYNC,ONLY-LOCAL
    2016-12-17 15:40:01

     Name      Value
     ----------------
     ThNetbTtl INT
     ThNetbSnd INT
     ThNetbRcv INTs
     ThDiskTtl INT
     ThDiskSnd INT
     ThDiskRcv INT
     ThRqto    INT
     ThSuct    INT
     ThAbrt    INT
     ThIntr    INT
     ThUsrf    INT
     ThCofl    INT
     ThCobr    INT
     StRqas    INT(100)
     StRqaa    INT(100)
     StRqwt    INT(100)
     StRqhd    INT(100)
     StRqsp    INT(100)
     StRqlk    INT(100)
     StCLim    INT
     StCAct    PERCENT
     StRqLim   INT
     StRqAct   PERCENT
     StOftr    BOOL
     StFtmr    BOOL
     StFtpr    BOOL

    Explanation

    The types in the Value column have the following significance:

    INT

    Integer number (corresponds to INT(1))

    INT(100)

    Numeric value with a scaling value of 100 in the format n.mm, where n
    is an integer and mm are decimal places.

    PERCENT

    Percentage

    BOOL

    Boolean value, ON / OFF

  3. The monitoring value "throughput in netbytes" (ThNetbTtl) is to be displayed. The display is to be updated every 60 seconds and repeated three times (polling).

    FTSHWMON

    NAME=ThNetbTtl,POLLING=*PAR(INTERVAL=60,NUMBER=3)

    openFT(STD)   Monitoring (formatted)
    MonOn=2016-12-16 10:44:09 PartnerSel=OPENFT,FTP  RequestSel=ONLY-ASYNC,ONLY-
    LOCAL

    2016-12-16 12:45:33

     Name      Values
     ----------------
     ThNetbTtl 780107

    2016-12-16 12:46:33

     ThNetbTtl 993051

    2016-12-16 12:47:33

     ThNetbTtl 1049832

    The repetitions are separated by intermediate header containing the current polling time.