toolshed v0.2.1 Toolshed.Top

Find the top processes

Link to this section Summary

Link to this section Functions

Link to this function top(opts \\ [])

List the top processes

Options:

  • :order - the sort order for the results (:reductions, :delta_reductions, :mailbox, :delta_mailbox, :total_heap_size, :delta_total_heap_size, :heap_size, :delta_heap_size, :stack_size, :delta_stack_size)
  • :n - the max number of processes to list
Link to this function top_heap_size(n \\ 10)
top_heap_size(any()) :: :"do not show this result in output"
Link to this function top_mailbox(n \\ 10)
top_mailbox(any()) :: :"do not show this result in output"
Link to this function top_reductions(n \\ 10)
top_reductions(any()) :: :"do not show this result in output"
Link to this function top_stack_size(n \\ 10)
top_stack_size(any()) :: :"do not show this result in output"
Link to this function top_total_heap_size(n \\ 10)
top_total_heap_size(any()) :: :"do not show this result in output"