The PSINFO command prints processor schedule information.
Syantax
── PSINFO ─┬────────────────────────────┬──────────────────────────────┤
├──────────── All ───────────┤
├── STACK ───<STACK NUMBER>──┤
└──────────── All ───────────┘Explination
The following text describes the meaning of each construct:
PSINFO
Displays all ready queue information.
PSINFO ALL
Displays all ready queue information and schedule information for all process stacks.
PSINFO STACK All
Displays schedule information for all process stacks.
PSINFO STACK <STACK NUMBER>
Displays schedule information for the specified stack.

