Toolshed.Top.top
You're seeing just the function
top
, go back to Toolshed.Top module for more information.
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