wohali commented on a change in pull request #615: [for discussion] Annotate
important processes
URL: https://github.com/apache/couchdb/pull/615#discussion_r124681471
##########
File path: src/couch/src/couch_debug.erl
##########
@@ -50,3 +59,28 @@ opened_files_contains(FileNameFragment) ->
lists:filter(fun({_Port, _Pid, _Fd, Path}) ->
string:str(Path, FileNameFragment) > 0
end, couch_debug:opened_files()).
+
+tired_by_kind(Kind, Threshold) ->
Review comment:
Do you mean tiered? I don't think Erlang processes get tired. :)
----------------------------------------------------------------
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