OpenFileStats

Convenience wrapper around stats about open/max file descriptors, useful for logging in stats log.

Members

Variables

open_fds_currently
int open_fds_currently;

Number of currently open fds in a process

open_fds_limit
long open_fds_limit;

Limit for the number of open fds.

Meta