Fabric OS Reference Manual (Version 3.0)

Fabric OS Reference 1-95
Telnet Commands
1
i
Display task summary.
Synopsis i [taskId]
Availability All users
Description Use this command to display a synopsis of all tasks in the switch, or for a specific task if a taskID is
supplied. One line is displayed for each task; it contains the following fields:
The following indicate task status:
Operands This command has the following operand:
taskId Specify the task name or task ID for the task to be displayed.
Table 1-10 Field Description
Field Description
NAME Task name
ENTRY Symbol name or address where task began execution
TID Task ID
PRI Priority
STATUS Task status (see below)
PC Program counter
SP Stack pointer
ERRNO Most recent error code for this task
DELAY If task is delayed, number of clock ticks remaining
Table 1-11 Task Status
READY Task is not waiting for any resource other than the CPU
PEND Task is blocked due to the unavailability of a resource
DELAY Task is asleep for a duration
SUSPEND Task is unavailable for execution (but not delayed or ended)
DELAY+S Task is both delayed and suspended
PEND+S Task is both pended and suspended
PEND+T Task is pended with a time out
PEND+S+T Task is pended with a time out, and also suspended
DEAD Task no longer exists