Toolshed.Top (toolshed v0.2.20) View Source

Find the top processes

Link to this section Summary

Link to this section Functions

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

Specs

top_heap_size(any()) :: :"do not show this result in output"

Specs

top_mailbox(any()) :: :"do not show this result in output"

Specs

top_reductions(any()) :: :"do not show this result in output"

Specs

top_stack_size(any()) :: :"do not show this result in output"
Link to this function

top_total_heap_size(n \\ 10)

View Source

Specs

top_total_heap_size(any()) :: :"do not show this result in output"