DX Application Performance Management

  • 1.  Average Result Processing Time (ms) / Latency

    Posted Nov 08, 2017 08:45 AM

    In introscope we have the metric Average Result Processing Time (but) it can be considered a metric that tells us latency?

     

    Att

    PotterMan



  • 2.  Re: Average Result Processing Time (ms) / Latency

    Broadcom Employee
    Posted Nov 08, 2017 09:03 AM

    I would like to give the APM customers/admins and partners be the first to respond to PotterMan's question. Can you help?



  • 3.  Re: Average Result Processing Time (ms) / Latency
    Best Answer

    Broadcom Employee
    Posted Nov 09, 2017 02:58 PM


    I was hoping that someone would respond to this. If you do not see a response by the time you read this, please consider opening a case



  • 4.  Re: Average Result Processing Time (ms) / Latency

    Broadcom Employee
    Posted Nov 09, 2017 05:01 PM

    Hi,

     

    Average Result Processing Time is the average processing time of a query. This metric represents the average time spent processing a ResultSet from the end of the executeQuery() call to the invocation of the ResultSet's close() method (refer to the Java Agent Guide for details). It is a good indication of the amount of time spent in business logic or within the application tier.

     

    So it can tell you the average time is spent on the query.  This would tell you more of how much time it is taking the query.  Keep in mind it is an average and with averages, one long time among a number a short times could lead you to skewed results in determining latency.