home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / unix / question / 10783 < prev    next >
Encoding:
Internet Message Format  |  1992-09-08  |  852 b 

  1. Path: sparky!uunet!sun-barr!ames!claris!szebra!hienl
  2. From: hienl@Saigon.COM (Hien Luu)
  3. Newsgroups: comp.unix.questions
  4. Subject: file descriptors
  5. Message-ID: <1992Sep6.164941.8244@Saigon.COM>
  6. Date: 6 Sep 92 16:49:41 GMT
  7. Distribution: usa
  8. Organization: Station Zebra Corp, Sunnyvale CA Ph:408-739-1520
  9. Lines: 11
  10.  
  11. Greeting to all UNIX gurus..
  12.  
  13. I understand that sockets are referenced by socket descriptors.  Are
  14. the socket descriptors and file descriptors equivalent? and both
  15. are stored in the user file file descriptor table, correct?
  16.  
  17. Apparently, our application has socket descriptor leak, therefore
  18. I would like to monitor the open socket descriptors.  Is there
  19. a UNIX utility that would allow me to do this interactively while
  20. the application is running?  If not, how would I go about monitoring
  21. the open socket descriptors from the command line?
  22.