Vxworks Command Cheat Sheet //free\\ Here

: Displays the command history; default size is typically 20.

: Displays a list of all tasks (Status, Priority, PC, etc.). vxworks command cheat sheet

| Command | Description | |---------|-------------| | i | Display summary of all tasks (ID, name, state, priority, stack) | | ti <taskId> | Show detailed task info (registers, stack usage, delays) | | tt <taskId> | Display task’s stack trace (call history) | | sp <function, args> | Spawn a task from shell (e.g., sp myRoutine, 5 ) | | taskSpawn <name>, <priority>, <options>, <stackSize>, <entryPoint> | Create a new task | | taskDelete <taskId> | Terminate a task | | taskSuspend <taskId> | Suspend execution | | taskResume <taskId> | Resume a suspended task | | taskPrioritySet <taskId>, <priority> | Change task priority | | taskLock / taskUnlock | Disable / re-enable task rescheduling (shell only) | | taskSafe / taskUnsafe | Prevent deletion of current task (critical sections) | : Displays the command history; default size is typically 20