Darrel Schneider created GEODE-9750:
---------------------------------------

             Summary: 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
            Reporter: Darrel Schneider


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.3.4#803005)

Reply via email to