Results 1 to 3 of 3
Hi,
I have media streaming server for VOD. Movie file is located on Storage server. These two are mounted with NFS default parameters.
Using command lsof -N
I see that ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-21-2012 #1Just Joined!
- Join Date
- Dec 2012
- Posts
- 6
NFS connections
Hi,
I have media streaming server for VOD. Movie file is located on Storage server. These two are mounted with NFS default parameters.
Using command lsof -N
I see that one user creates two connections.
FD code is different for each...
HEL
- 12-22-2012 #2Linux Newbie
- Join Date
- Dec 2011
- Posts
- 121
What is FD code?
And yes, nfs makes multiple threads. That's normal.
- 01-28-2013 #3Just Joined!
- Join Date
- Dec 2012
- Posts
- 6
FD code can be seen if execute command: lsof -N
How can I calculate max thread count on NFS server.
If each connection takes two threads that means 2threads per connections. Is this statement correct
?
OK now is bit trickier question: How can I calculate max threads which system can handle?
Best regards Hel


Reply With Quote
