Documentation of sysctl's ?

I've been looking around for documentation of FreeBSD's sysctl's, but can't really find any. Is there a complete list of all sysctl's somewhere, what they do - etc?
 
As far as I know there isn't a simple list. Most of the sysctls are described in the man pages of the drivers that use them. You can also find a few (including explanation) in tuning(7) for example.
 
The best breakdown I've found of FreeBSD sysctl(8) MIBs is in the book Absolute FreeBSD, 2nd Edition, by Lucas. (Check your local library if you don't want to shell out cash.)
 
Back
Top