Toolshed.Top (toolshed v0.2.21) View Source
Find the top processes
Link to this section Summary
Functions
Interactively show the top Elixir processes
Link to this section Functions
Specs
top(keyword()) :: :ok
Interactively show the top Elixir processes
This is intended to be called from the IEx prompt and will periodically update the console with the top processes. Press enter to exit.
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