On 01/23/2014 07:26 PM, Eliezer Croitoru wrote:
On 23/01/14 15:17, Will Roberts wrote:
The server I just checked has about 906 FDs open, however, looking at
the limits it can have up to 65535 open. So that's probably not directly
the issue, unless there's a select call somewhere that's failing.
How do you see that exactly if not from the cache-mgr interface?
Eliezer
I looked at the list in /proc/<pid>/fd/ and the limit info in
/proc/<pid>/limits . I had access to the cache manager completely
blocked, so I didn't think to look there.
--Will