This is an automated email from the ASF dual-hosted git repository. jiahuili430 pushed a commit to branch improve-couch-debug in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit f5a945a57fb7b798154e3d0eaaf3e7b14e0bb5fc Author: Jiahui Li <[email protected]> AuthorDate: Thu May 15 21:49:59 2025 -0500 Add missing functions to `help/0` --- src/couch/src/couch_debug.erl | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/couch/src/couch_debug.erl b/src/couch/src/couch_debug.erl index ff864210f..9889a50a8 100644 --- a/src/couch/src/couch_debug.erl +++ b/src/couch/src/couch_debug.erl @@ -83,18 +83,23 @@ help() -> process_name, get_pid, link_tree, - mapfold, - map, - fold, + mapfold_tree, + fold_tree, + map_tree, linked_processes_info, print_linked_processes, memory_info, + resource_hoggers, + resource_hoggers_snapshot, + analyze_resource_hoggers, print_table, print_report, print_report_with_info_width, + print_tree, restart, restart_busy, dead_nodes, + ping, ping_nodes, node_events ].
