mem

Name

mem -- show memory usage of running tasks

Synopsis

mem (inquisitive)

Typical Output

FREE LIST:
  num     addr      size
  --- ---------- ----------
    1   0xffd8f8       3704
    2   0xfae2d8        108
    3   0xfafaec        532
    4   0xfa7af8       3016
    5   0xfa8f54      10460
    6   0xfa7620         16
    7   0xfa8900         88
    8   0xf8b4d0       4812
    9   0xf8965c       7252
   10   0xfafa60         20
   11   0xfa75dc         24
   12   0xfae224         20
   13   0xf737a0       1420
   14    0x95c70   15437592
   15   0xffc000       6376
   16   0xff8000       8184
   17   0xff4000       8184
   18   0xff0000       8184
   19   0xfec000       8184
   20   0xfe8000       8184
   21   0xfe4000       8136
   22   0xfe0000       8184


SUMMARY:
 status   bytes    blocks   avg block  max block
 ------ --------- -------- ---------- ----------
current
   free  15532680       22     706030  15437592
  alloc    631024     2995        210        -
cumulative
  alloc   1055724     3546        297        -
.EOF

Explanatory comments

This command returns the literal output of the VxWorks "memShow" command.

Again, it is very handy for diagnosing problems with the mount software, but is unlikely to be of use to the general public. It does indeed include an initial blank line.