Wobserver v0.1.3 Wobserver.Util.Application

Application listing and process hierachy.

Summary

Functions

Retreives information about the application

Lists all running applications

Functions

info(app)
info(app :: atom) :: map

Retreives information about the application.

Containing:

  • pid, the process id or port id.
  • name, the registered name or pid/port.
  • meta, the meta information of a process. (See: Wobserver.Util.Process.meta/1.)
  • children, the children of the process.
list()
list() :: [{atom, String.t, String.t}]

Lists all running applications.

The application information is given as a tuple containing: {name, description, version}. The name is an atom, while both the description and version are Strings.