nickva commented on a change in pull request #761: Add a debugging utilities 
for listing processes
URL: https://github.com/apache/couchdb/pull/761#discussion_r134270294
 
 

 ##########
 File path: src/couch/src/couch_debug.erl
 ##########
 @@ -18,6 +18,18 @@
     opened_files_contains/1
 ]).
 
+-export([
+    process_name/1,
+    link_tree/1,
+    link_tree/2,
+    mapfold/3,
+    map/2,
+    fold/3,
+    linked_processes_info/2,
+    print_linked_processes/1,
+    ps/1
 
 Review comment:
   What does `ps` do? Saw it was special cased for index server only.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to