IEx.Helpers.runtime_info
You're seeing just the function
runtime_info
, go back to IEx.Helpers module for more information.
Prints VM/runtime information such as versions, memory usage and statistics.
Additional topics are available via runtime_info/1
.
For more metrics, info, and debugging facilities, see the Recon project.
Just like runtime_info/0
, except accepts topic or a list of topics.
For example, topic :applications
will list the applications loaded.