Java Monitor for Task Management
The Java monitor is designed to ease the job of the system administrator.
It contains three pages of information:
machine records, job records and daemon status.
In the machine record page, the following information for each
participating machine is displayed:
In the job record page, the following information is displayed for
each job that is currently queued or being executed:
In the daemon status page, the status of the daemons at each
participating workstation is displayed.
A red dot means that the daemon is alive.
The monitor runs on a machine (which needs not be one of the
participating workstations), and communicates with a statistics
collector daemon that runs at each participating machine.
The statistics collector daemon is implemented in such a way that
it behaves like a "remote shell" daemon.
That is, it takes the command from a socket, executes it locally
and then returns the result to the command initiator (i.e., the
Java monitor).
In this manner, the Java monitor has full control of the commands to
invoke, the arguments that goes with the commands,
and when to invoke the commands.
Return to
Project Home Page or
Software
Demo Page .
Date last modified -- August 12, 1998
Direct comments concerning this WWW site to:
jhou@ece.osu.edu