iilyak commented on code in PR #3984:
URL: https://github.com/apache/couchdb/pull/3984#discussion_r844161074
##########
src/couch/src/couch_debug.erl:
##########
@@ -273,6 +276,20 @@ couch_index_server[<0.288.0>] | 478240
| 0 |
couch_index:init/1[<0.3520.22>] | 4899 | 0
| 109456
```
+ ---
+ ", []);
+help(memory_info) ->
+ io:format("
+ - memory_info(ProcessList)
+ - memory_info(ProcessList, InfoKeys)
+ - memory_info(Pid, InfoKeys)
+ --------------------------------
+
+ Obtains the values for a set of optional InfoKeys for each process in
ProcessList.
+ - ProcessList: List of processes
+ - InfoKeys: List of desired keys to obtain values for
Review Comment:
Please specify which keys are supported.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]