You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Darrel Schneider (Jira)" <ji...@apache.org> on 2021/10/25 20:00:02 UTC

[jira] [Created] (GEODE-9769) add pubsub stats to geode-for-redis INFO command

Darrel Schneider created GEODE-9769:
---------------------------------------

             Summary: add pubsub stats to geode-for-redis INFO command
                 Key: GEODE-9769
                 URL: https://issues.apache.org/jira/browse/GEODE-9769
             Project: Geode
          Issue Type: Improvement
          Components: redis
            Reporter: Darrel Schneider


Standard redis has the following on the INFO command:
pubsub_channels: Global number of pub/sub channels with client subscriptions
pubsub_patterns: Global number of pub/sub pattern with client subscriptions

geode-for-redis has some stats that correspond to these but the stats are only available from geode's existing stat tools. The two geode stats that correspond to these are: uniqueChannelSubscriptions and uniquePatternSubscriptions



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