Ilya Shishkov created IGNITE-14913:
--------------------------------------
Summary: Add cache statistics switch to control script
Key: IGNITE-14913
URL: https://issues.apache.org/jira/browse/IGNITE-14913
Project: Ignite
Issue Type: New Feature
Components: control.sh
Reporter: Ilya Shishkov
Currently, enabling or disabling of cache statistics is available only via
ignitevisorcmd and JMX. Because it seems that ignitevisorcmd is no longer being
developed, it would be helpful to add a cache statistics switch into control
script, moreover we already have classes for this purpose:
{code}
VisorCacheToggleStatisticsTask
VisorCacheToggleStatisticsTaskArg
{code}
Suggested syntax for command:
{code}
--cache statistics enable|disable [cacheName1,...,cacheNameN]
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)