Sethos II Asked: 2020-04-30 04:12:18 +0800 CST2020-04-30 04:12:18 +0800 CST 2020-04-30 04:12:18 +0800 CST How to tell which nfsd thread serves which client? nfsd/client mapping 772 Is there a way to see which nfsd thread serves which client? Does such a mapping even exist or is a client request randomly distributed among idle nfsd threads? linux nfs 1 Answers Voted Janne Pikkarainen 2020-04-30T06:04:57+08:002020-04-30T06:04:57+08:00 Not sure if it would work, but you might try something like lsof -n | grep nfsd and check the output.
Not sure if it would work, but you might try something like
lsof -n | grep nfsd
and check the output.