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

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

    [ https://issues.apache.org/jira/browse/GEODE-8425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17176623#comment-17176623 ] 

ASF GitHub Bot commented on GEODE-8425:
---------------------------------------

kirklund opened a new pull request #5451:
URL: https://github.com/apache/geode/pull/5451


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> 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
>
> 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)