What is a cross platform way of reading sysctl information?

Posted by Crazy Chenz on Stack Overflow See other posts from Stack Overflow or by Crazy Chenz
Published on 2009-11-25T21:30:13Z Indexed on 2010/04/27 3:53 UTC
Read the original article Hit count: 315

Filed under:
|

What is a cross platform / portable way of reading sysctl information?

I want to know things like max open files, max open files per process, socket buffer sizes, max threads, max threads per process, etc.

© Stack Overflow or respective owner

Related posts about sysctl

Related posts about cross-platform