[ 
https://issues.apache.org/jira/browse/IGNITE-11818?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Bessonov updated IGNITE-11818:
-----------------------------------
    Issue Type: Sub-task  (was: Improvement)
        Parent: IGNITE-11749

> Support JMX/control.sh for debug page info
> ------------------------------------------
>
>                 Key: IGNITE-11818
>                 URL: https://issues.apache.org/jira/browse/IGNITE-11818
>             Project: Ignite
>          Issue Type: Sub-task
>            Reporter: Anton Kalashnikov
>            Assignee: Anton Kalashnikov
>            Priority: Major
>             Fix For: 2.8
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Support JMX/control.sh for debug page info
> JMX
> {code}
> public interface DiagnosticMXBean {
>     @MXBeanDescription("Dump page history to custom path.")
>     void dumpPageHistory(boolean dumpToFile, boolean dumpToLog, String 
> filePath, long... pageIds);
>     @MXBeanDescription("Dump page history.")
>     void dumpPageHistory(boolean dumpToFile, boolean dumpToLog, long... 
> pageIds);
> }
> {code}
> console.sh command:
> {noformat}
> control.sh --diagnostic page_history print_to_log print_to_file [page_ids 
> <pageId1,pageId2>] [dump_path <path_to_custom_folder>] [--yes]
> --diagnostic - command for dumping some diagnostic info
> page_history - subcommand for dumping only page_history. Required.
> page_ids {list_of_page_ids} - list of page ids for dumping
> print_to_log, print_to_file - place for dumping(file or log or both). At 
> least one of them is required.
> dump_path <path_to_custom_folder> - custom path to folder(absolute or 
> relative of work_dir).
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to