You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Kirk Lund (Jira)" <ji...@apache.org> on 2020/08/21 19:28:00 UTC

[jira] [Resolved] (GEODE-8425) Add stats for handling netsearches to CachePerfStats

     [ https://issues.apache.org/jira/browse/GEODE-8425?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kirk Lund resolved GEODE-8425.
------------------------------
    Fix Version/s: 1.14.0
       Resolution: Fixed

> Add stats for handling netsearches to CachePerfStats
> ----------------------------------------------------
>
>                 Key: GEODE-8425
>                 URL: https://issues.apache.org/jira/browse/GEODE-8425
>             Project: Geode
>          Issue Type: Wish
>          Components: regions, statistics
>            Reporter: Kirk Lund
>            Assignee: Kirk Lund
>            Priority: Major
>              Labels: GeodeOperationAPI, pull-request-available
>             Fix For: 1.14.0
>
>
> Add stats for handling netsearches to CachePerfStats:
> * handlingNetsearchesInProgress
> ** Current number of threads handling a network search initiated by a remote cache.
> * handlingNetsearchesCompleted
> ** Total number of times handling a network search initiated by a remote cache completed with success.
> * handlingNetsearchesTime
> ** Total time spent handling successful network searches for remote caches.
> * handlingNetsearchesFailed
> ** Total number of times handling a network search initiated by a remote cache failed without success.
> * handlingNetsearchesFailedTime
> ** Total time spent handling failed network searches for remote caches.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)