info

Name

info -- list running tasks

Synopsis

info (inquisitive)

Typical Output - circa 2001

  NAME        ENTRY       TID    PRI   STATUS      PC       SP     ERRNO  DELAY
  ---------- ------------ -------- --- ---------- -------- -------- ------- -----
  tExcTask   _excTask       fdc2f4   0 PEND          7bca0   fdc25c       0     0
  tLogTask   _logTask       fd99f4   0 PEND          7bca0   fd9958       0     0
  tm_servo   _servo_task    f50b90  60 PEND          66884   f50b30  3d0002     0
  tm_prio    _prio_task     fa43ac  95 DELAY         4c5a8   fa4368   30065  4753
  tm_reboot  _reboot_task   fa221c 133 PEND          66884   fa20ac  3d0002     0
  t5232      _rem_task      f9c71c 136 PEND          66884   f9c52c  3d0002     0
  t5233      _rem_task      f9a64c 136 PEND          66884   f9a45c  3d0002     0
  t5234      _rem_task      f9857c 136 PEND          66884   f9838c  3d0002     0
  t5235      _rem_task      f964ac 136 PEND          66884   f962bc  3d0002     0
  t5236      _rem_task      f943dc 136 PEND          66884   f941ec  3d0002     0
  t5237      _rem_task      f9230c 136 PEND          66884   f9211c  3d0002     0
  t5238      _rem_task      f9011c 136 PEND          66884   f8ff2c  3d0002     0
  t5231      _rem_task      f9e7ec 137 READY         4cd40   f9dc5c  3d0002     0
  tm_net0    _net0_task     f8df2c 137 PEND          66884   f8ddb8  3d0002     0
  tShell     _shell         fa108c 171 PEND          66884   fa0d68  3d0002     0
  tRdbTask   _rdbTask       fb58f8 175 PEND          66884   fb57d8   d0003     0
  tRlogind   _rlogind       fba1cc 176 PEND          66884   fb9fd0       0     0
  tTelnetd   _telnetd       fb8328 176 PEND          66884   fb8258       0     0
  tNetTask   _netTask       fd5668 180 READY         4b4b4   fd5600       0     0
  tFtpdTask  _ftpdTask      fb3440 185 PEND          66884   fb3384       0     0
  tPortmapd  _portmapd      fb6e10 190 PEND          66884   fb6cdc      16     0
  trdated    _rdated        fa6c4c 250 PEND          66884   fa6b90       0     0
.EOF

Explanatory comments

This command returns the literal output of the VxWorks "i" command and shows all tasks running in the mount computer and a variety of information associated with them. It is very handy for diagnosing problems with the mount software, but is unlikely to be of any use to the general public. It does indeed include an initial blank line.