ContentsIndexPreviousNext

5.4 Status Reports

To view an AcuLaunch system status report, issue the "acurcl -info" command. This report includes all child runtimes that have not yet terminated, including the working directory the runtime was started from, and the list of runtime arguments used to start the runtime. Specific command arguments are listed in Appendix A.

The status report has the following format:

Client        User       PID
  Directory
  Command

randy-2p      randy      10838
  /usr/home/acct/objects
  /usr/acucobol/bin/runcbl -cel app1.cfg app1.err --app-host app1.acu

cedgin-2p     cedgin     10839
  /usr/home/acct/objects
  /usr/acucobol/bin/runcbl -cel app2.cfg app2.err --app-host app2.acu

Server Port: 5632, AcuLaunch Version 5.2.0

The Client field identifies the client machine associated with the child runtime.

The User field identifies the client user name associated with the child runtime.

The PID is the process ID of the child runtime. Since these PIDs are local to the server machine, they will be unique.

The Directory is the working directory changed to before executing the child runtime.

The Command is the full command line with which the child runtime was invoked. This will include all the options given to the runtime. This command line is not truncated, and may wrap around on some screens, depending on how many options are used.