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