You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Owen Nichols (Jira)" <ji...@apache.org> on 2022/06/22 20:47:03 UTC

[jira] [Closed] (GEODE-9750) add geode-for-redis stats for publish and subscribe

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

Owen Nichols closed GEODE-9750.
-------------------------------

> add geode-for-redis stats for publish and subscribe
> ---------------------------------------------------
>
>                 Key: GEODE-9750
>                 URL: https://issues.apache.org/jira/browse/GEODE-9750
>             Project: Geode
>          Issue Type: Improvement
>          Components: redis
>    Affects Versions: 1.15.0
>            Reporter: Darrel Schneider
>            Assignee: Darrel Schneider
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.15.0
>
>
> GeodeRedisStats should have some pub/sub stats. We already have stats for the commands themselves. But that does not help much with publish which has an async implementation.
> For those async publishes we need a stat that tells how many are in progress and a time stat that tells the total amount of time async publish took. Also a publish can "miss" (i.e. not find any subscribers) and it is worth having a stat show how many of the publishes missed.
> It would also be nice to see how many subscribers a server has (include both subscribe and psubscribe) since these can be unbalanced and cause memory or perf issues. 
> Pattern subscriptions are more expensive if you have many of them that are different patterns. So we should having something like "uniquePatterns".



--
This message was sent by Atlassian Jira
(v8.20.7#820007)