Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

appmon(3erl) [linux man page]

appmon(3erl)						     Erlang Module Definition						      appmon(3erl)

NAME
appmon - A graphical node and application process tree viewer. DESCRIPTION
The application monitor Appmon is a graphical utility used to supervise applications executing either locally or on remote nodes. The process tree of an application can furthermore be monitored. EXPORTS
start() Starts Appmon. stop() Stops Appmon. SEE ALSO
Appmon User's Guide Ericsson AB appmon 2.1.13 appmon(3erl)

Check Out this Related Man Page

toolbar(3erl)						     Erlang Module Definition						     toolbar(3erl)

NAME
toolbar - GUI for Starting Tools and User Contributions DESCRIPTION
Toolbar makes it easier to use the different Erlang tools - and the user contributions - which are provided. It has a graphical user inter- face with an icon for each tool. Clicking the icon activates the corresponding tool. All tools to be included on Toolbar must have a configuration file containing information about the tool, for example its start function and help information location. Configuration files must have the .tool suffix. When started, Toolbar automatically checks for *.tool files in the current path and adds the corresponding tools. For each ebin directory found in the path, it will also look in a priv directory next to it. This is a feature of the Erlang file structure. EXPORTS
start() -> ok | already_started Creates a window containing tool icons. version() -> string() Returns the current version number of Toolbar. update() -> ok | {error,not_started} Makes a search for new tool files in the current path and adds the corresponding tools to Toolbar window. quit() -> ok | {error,not_started} create_tool_file() -> ok | {error,not_started} Starts the GUI used for creating and editing tool files. add_gs_contribs() -> ok | {error,not_started} Adds the path to the directory where the GS contributions are situated and add the tools found there, if any. Ericsson AB toolbar 1.4.1 toolbar(3erl)
Man Page

3 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

mailx output format in outlook

We have a deamon monitoring script on Solaris 10 - uname -a gives: SunOS be2900 5.10 Generic_118833-33 sun4u sparc SUNW,Netra-T12 Thes script is: #!/usr/bin/ksh if then # Create message body echo "To:a.nother@company.co.uk\n" > /tmp/appmon.$$ echo "Subject: The APP... (1 Reply)
Discussion started by: jabberwocky
1 Replies

2. AIX

cant su to user or root AIX 5.3

Hi all, I cannt use 'su' to login to root or any other users though everything seems ok. I read some articles that says if you do recursive chmod 777 on /usr it can create this problem. I did the same. can anybody tell me how to repair it. Any ideas will be appreciated. thnks (7 Replies)
Discussion started by: itesh.dash
7 Replies

3. AIX

Log rotation in PowerHA7

Hi All, I have a situation here ... HACMP is configured with application monitoring script, which is generating messages .... which is running every minute ... And every minute when monitoring script run, one one log file is generating .... and this log file is rotating ... which is rotating... (1 Reply)
Discussion started by: linux.amrit
1 Replies