stack

Name

stack -- show stack status of running tasks

Synopsis

stack (inquisitive)

Typical Output - circa 2001

  NAME        ENTRY        TID     SIZE   CUR  HIGH  MARGIN
  ------------ ------------ -------- ----- ----- ----- ------
  tExcTask     _excTask     fdc2f4    7988   152   236   7752 
  tLogTask     _logTask     fd99f4    4988   156   224   4764 
  tm_servo     _servo_task  f50b90    7856    96   656   7200 
  tm_prio      _prio_task   fa43ac    7860    68   216   7644 
  tm_reboot    _reboot_task fa221c    3760   368   904   2856 
  t5232        _rem_task    f9c71c    7668   496  1032   6636 
  t5233        _rem_task    f9a64c    7668   496  1032   6636 
  t5234        _rem_task    f9857c    7668   496  1032   6636 
  t5235        _rem_task    f964ac    7668   496  1040   6628 
  t5236        _rem_task    f943dc    7668   496  1032   6636 
  t5237        _rem_task    f9230c    7668   496  1032   6636 
  t5238        _rem_task    f9011c    7668   496  1032   6636 
  t5231        _rem_task    f9e7ec    7668  3240  4580   3088 
  tm_net0      _net0_task   f8df2c    3764   372   908   2856 
  tShell       _shell       fa108c    9000   804  4020   4980 
  tRdbTask     _rdbTask     fb58f8    8664   288  1572   7092 
  tRlogind     _rlogind     fba1cc    4988   508   716   4272 
  tTelnetd     _telnetd     fb8328    4988   208   416   4572 
  tNetTask     _netTask     fd5668    9988   104   916   9072 
  tFtpdTask    _ftpdTask    fb3440   11988   188   396  11592 
  tPortmapd    _portmapd    fb6e10    4988   308  1040   3948 
  trdated      _rdated      fa6c4c    9992   188   396   9596 
  INTERRUPT                           1000     0   264    736 
.EOF

Explanatory comments

This command returns the literal output of the VxWorks "checkStack" command which shows the stack sizes and status of various mount tasks. Again, it is very handy for diagnosing problems with the mount software, but is unlikely to be of use to the general public.