ChorusOS 5.0 Application Developer's Guide

Listing Processes Using aps

Use the aps command to list all processes running on a target. This command displays the following information for each process:


% rsh targetname aps
UID      PID      NAME            DBG      STAT    GROUP
0        12       MY_PROG         0        SRUN    0
0        3        HR_CTRL         0        SRUN    0
0        2        C_INIT          0        SRUN    0
0        1        init            0        SRUN    0
0        0        unused          0        SRUN    0

For more information, refer to the aps(1M) man page.