You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
My spring boot application running on an openshift cluster is using memcached and two cachenames are being used by different services.
I'm interested in getting the statistics only for one of both cachenames, is that possible ?
Below command returns the stats for all cachenames in an openshift terminal: echo stats | curl telnet://127.0.0.1:11211
Would that be possible to do something like below ? echo stats my-specific-cache | curl telnet://127.0.0.1:11211
Thanks a lot for your help/advice
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
My spring boot application running on an openshift cluster is using memcached and two cachenames are being used by different services.
I'm interested in getting the statistics only for one of both cachenames, is that possible ?
Below command returns the stats for all cachenames in an openshift terminal:
echo stats | curl telnet://127.0.0.1:11211
Would that be possible to do something like below ?
echo stats my-specific-cache | curl telnet://127.0.0.1:11211
Thanks a lot for your help/advice
Beta Was this translation helpful? Give feedback.
All reactions