In the vxWorks shell, there are a number of routines you can use to display information about the system.
These routines are usually referred to as show routines because they tend to have the form of "xxxShow".
Is there a list of these routines available?
I work with VxWorks 5.5 and use the symbol lookup function "lkup" to find functions and/or variables that I may be interested in.
Execute the following command where ">" is the VxWorks shell prompt.
> lkup "Show"
This will output a list of symbols that include the "Show" in their name, including all of the "Show" functions. The lkup command is interactive and will prompt you if there is more than one console screen worth of symbols before continuing.