You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Dmitriy Govorukhin (JIRA)" <ji...@apache.org> on 2019/05/30 20:50:00 UTC

[jira] [Commented] (IGNITE-11818) Support JMX/control.sh for debug page info

    [ https://issues.apache.org/jira/browse/IGNITE-11818?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16852349#comment-16852349 ] 

Dmitriy Govorukhin commented on IGNITE-11818:
---------------------------------------------

No need this API right now, won't do.

> 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)