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_r134544156
##########
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:
Very nice. I like that idea.
Would it make sense to just add this as a special clause to
print_linked_processes as opposed to have print_linked processes then also have
ps as well?
----------------------------------------------------------------
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