ObserverWeb.Apps.Process (Observer Web v0.1.5)

Retrieve process links and information

References:

Summary

Functions

Creates a complete overview of process stats based on the given pid.

Functions

info(pid)

@spec info(pid :: pid()) :: :undefined | map()

Creates a complete overview of process stats based on the given pid.

state(pid)

@spec state(pid :: pid()) :: {:ok, any()} | {:error, String.t()}