[
https://issues.apache.org/jira/browse/IGNITE-14913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ilya Shishkov updated IGNITE-14913:
-----------------------------------
Description:
Currently, enabling or disabling cache metrics collection is available only via
IgniteVisorCmd or JMX. Because it seems that IgniteVisorCmd is no longer being
developed, it would be helpful to add a cache statistics switch into the
control script.
Suggested syntax for a command:
{code:java}
--cache metrics enable|disable|status --caches cache1[,...,cacheN]|--all-caches
Manages user cache metrics collection: enables, disables it or shows status.
Parameters:
--caches cache1[,...,cacheN] - specifies a comma-separated list of cache
names to which sub-command should be applied.
--all-caches - applies sub-command to all user caches.
{code}
was:
Currently, enabling or disabling cache metrics collection is available only via
IgniteVisorCmd or JMX. Because it seems that IgniteVisorCmd is no longer being
developed, it would be helpful to add a cache statistics switch into the
control script.
Suggested syntax for a command:
{code:java}
--cache metric enable|disable|status --caches cache1[,...,cacheN]|--all-caches
Manages user cache metrics collection: enables, disables it or shows status.
Parameters:
--caches cache1[,...,cacheN] - specifies a comma-separated list of cache
names to which sub-command should be applied.
--all-caches - applies sub-command to all user caches.
{code}
> 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
> Assignee: Ilya Shishkov
> Priority: Minor
> Labels: ise
> Fix For: 2.14
>
> Time Spent: 2h
> Remaining Estimate: 0h
>
> Currently, enabling or disabling cache metrics collection is available only
> via IgniteVisorCmd or JMX. Because it seems that IgniteVisorCmd is no longer
> being developed, it would be helpful to add a cache statistics switch into
> the control script.
> Suggested syntax for a command:
> {code:java}
> --cache metrics enable|disable|status --caches
> cache1[,...,cacheN]|--all-caches
> Manages user cache metrics collection: enables, disables it or shows status.
> Parameters:
> --caches cache1[,...,cacheN] - specifies a comma-separated list of cache
> names to which sub-command should be applied.
> --all-caches - applies sub-command to all user caches.
> {code}
--
This message was sent by Atlassian Jira
(v8.20.7#820007)