SYSVIEW Performance Management

 View Only
  • 1.  X number transactions in Y minutes

    Posted Oct 23, 2020 02:15 PM
    I've read the available documentation and haven't found any answers so here I am.

    An application that submits transactions could go into a loop.  If there a loop, bad things could happen.

    Is there a way to set a threshold based on X number of a specific transaction in Y minutes?


  • 2.  RE: X number transactions in Y minutes

    Broadcom Employee
    Posted Oct 26, 2020 01:23 PM
    Kevin,
    The TSUMRATE metric is transaction rate per minute.
    Example threshold:
    DEFINE TSUMRATE TRAN ABCD LIMIT 15 DURATION 3

    This would trigger when the average number of ABCD transactions per minute, over the prior 3 minute period, is GE 15.  Note that it is the average value over the duration; it does not mean it had to reach 15 in each of 3 straight minutes.

    ------------------------------
    Regards,
    Doug Miller
    Software Engineer
    Broadcom
    ------------------------------