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

 ##########
 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,
 
 Review comment:
   Printing list of processes is nice but if you have thousands of processes 
you would want to get the tree and operate on it (filter or transform) 
directly. Here is where the map/mapfold/fold are handy. 
 
----------------------------------------------------------------
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