Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!cornell!uw-beaver!rice!sun-spots-request From: rusty%garnet.Berkeley.EDU@violet.berkeley.edu Newsgroups: comp.sys.sun Subject: nfs udp ports? Message-ID: <8901192302.AA24515@garnet.berkeley.edu> Date: 28 Jan 89 02:34:15 GMT Sender: usenet@rice.edu Organization: Computer Center, UC Berkeley Lines: 12 Approved: Sun-Spots@rice.edu Original-Date: Thu, 19 Jan 89 15:02:45 pst X-Sun-Spots-Digest: Volume 7, Issue 125, message 9 of 16 We have a fileserver whose filesystems are mounted by a large number of clients on campus. I would like to gather statistics about how much nfs traffic is is being generated by each client. NNStat seems like a good way to do this. I need to tell NNStat the udp source and destination ports for nfs in order to collect these statistics but I can't find this information written down anywhere. Does anybody know what port numbers nfs uses? [[ According to the NFS(4P) manual page, NFS uses remote procedure calls (RPC) built on top of the external data representation (XDR) protocol. That's TCP and UDP port 111, according to /etc/services. But monitoring that port will get all RCP traffic, not just NFS traffic. --wnl ]]