You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I'd like to know the number of file descriptors the liquidsoap process has opened and the maximum number of file descriptors the OS will allow liquidsoap to open.
Describe the solution you'd like
Add new functions to the process module, for example:
Is your feature request related to a problem? Please describe.
I'd like to know the number of file descriptors the liquidsoap process has opened and the maximum number of file descriptors the OS will allow liquidsoap to open.
Describe the solution you'd like
Add new functions to the
process
module, for example:process.fd_open()
orprocess.fd.open()
.process.fd_max()
orprocess.fd.max()
.process.fd()
->{"open": int, "max": int}
.Describe alternatives you've considered
N/A
Additional context
#3156
The text was updated successfully, but these errors were encountered: