DalaDev.Remote.Observer (dala_dev v0.0.10)

Copy Markdown View Source

Remote observer functions for inspecting node state.

These functions automatically use the node selected via DalaDev.Remote.select_node/1.

Summary

Functions

Gets ETS tables from the selected node.

Observes a remote node and returns comprehensive system information.

Gets the process list from the selected node.

Gets system information from the selected node.

Functions

ets_tables(opts \\ [])

@spec ets_tables(keyword()) :: [map()]

Gets ETS tables from the selected node.

observe(opts \\ [])

@spec observe(keyword()) :: {:ok, map()} | {:error, term()}

Observes a remote node and returns comprehensive system information.

Returns {:ok, data} on success, {:error, reason} on failure.

process_list(opts \\ [])

@spec process_list(keyword()) :: [map()]

Gets the process list from the selected node.

system_info(opts \\ [])

@spec system_info(keyword()) :: map()

Gets system information from the selected node.