You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by gi...@git.apache.org on 2017/08/21 16:51:02 UTC

[GitHub] iilyak commented on a change in pull request #761: Add a debugging utilities for listing processes

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:
users@infra.apache.org


With regards,
Apache Git Services