home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume7 / nlist / syserr.sys5 < prev    next >
Encoding:
Text File  |  1989-08-05  |  252 b   |  15 lines

  1. #! /bin/sh
  2.  
  3. echo "Dumping the 'syserr' structure. Unique lines only, every 2 seconds"
  4.  
  5. nlist -atu -f7d -s 2 \
  6.     'syserr        :InoOvf' \
  7.     '        :FileOvf' \
  8.     '        :TextOvf' \
  9.     '        :ProcOvf' \
  10.     '        :Silo' \
  11.     '        :CrdRds' \
  12.     '        :Alerts' \
  13.     '        :Faults' \
  14.     '        :Timeouts'
  15.