Module top

Text mode top for an Erlang VM.

Copyright © 2012-2015 Zuse Institute Berlin,

Version: $Id$

Authors: Florian Schintke (schintke@zib.de).

Description

Text mode top for an Erlang VM. Just call top:top() in the eshell.

Data Types

state()

state() = 
    {pdb:tableid(),
     false | all | pid,
     false | all | pid,
     erlang:timestamp(),
     non_neg_integer(),
     non_neg_integer(),
     no_exclude | pid()}

Function Index

init/1
on/2
start_link/1
top/0
trace_fwd/2

Function Details

start_link/1

start_link(Group :: list()) -> {ok, pid()}

init/1

init(X1 :: []) -> state()

top/0

top() -> ok

on/2

on(X1 :: comm:message(), State :: state()) -> state()

trace_fwd/2

trace_fwd(X1 :: {trace, pid(), call | return_to, mfa()},
          TopPid :: pid()) ->
             pid()


Generated by EDoc, Jul 23 2015, 22:20:33.