[nycbug-talk] What client connected to nfsd?
    Bjorn Nelson 
    o_sleep at belovedarctos.com
       
    Sat Apr 15 10:26:15 EDT 2006
    
    
  
Francisco,
On Apr 11, 2006, at 12:19 PM, Francisco Reyes wrote:
> I am basically trying to tie up the process ID from ps/top to a  
> particular
> machine connecting to that particular nfsd daemon.
lsof -i
will show you daemons to ip:socket
> I tried tcpdump, but that pretty much showed me all the nfs  
> clients. :-(
You can filter tcpdump by ip (on nfs server):
tcpdump src clientip
-Bjorn
    
    
More information about the talk
mailing list