Fwd: List of sysctl variables

2004-12-03 Thread Eric Kjeldergaard
 I searching for a list of sysctl variables.In handbook says that it's about 
 5000 of sysctl variables.I can find only 50 in the internet and 
 handbook.Where i can find a full list of sysctl variables?

I don't know of a published magical list of all sysctl variables
because they are dependent on what drivers you have loaded, however,
for all of the sysctl variables available to you, `sysctl -a` should
do alright for listing them (and their current values).  That means
that all you need to do is figure out what each of those does.
Luckily for you, they are arranged in a relatively ordered fashion.

--
If I write a signature, my emails will appear more personalised.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Fwd: List of sysctl variables

2004-12-03 Thread DanGer
Hi Eric,

Friday, December 3, 2004, 8:55:38 PM, you thoughtfully wrote the following:

 I searching for a list of sysctl variables.In handbook says
 that it's about 5000 of sysctl variables.I can find only 50 in the
 internet and handbook.Where i can find a full list of sysctl
 variables?

 I don't know of a published magical list of all sysctl variables
 because they are dependent on what drivers you have loaded, however,
 for all of the sysctl variables available to you, `sysctl -a` should
 do alright for listing them (and their current values).  That means
 that all you need to do is figure out what each of those does.
 Luckily for you, they are arranged in a relatively ordered fashion.

one could include -d option too, then you will get a short description
what each sysctl mean...

-- 
Best Regards,

+--==/\/\==--+   (__)  FreeBSD
| DanGer [EMAIL PROTECTED] |\\\'',)  The
| [EMAIL PROTECTED] ICQ261701668 |  \/  \ ^Power
| http://danger.homeunix.org |  .\._/_)To
+--==\/\/==--+ Serve

[ I'm Blonde. Jane Blonde. 008 and YES, I'M A TRUE BLONDE! ]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Fwd: List of sysctl variables

2004-12-03 Thread Eric Kjeldergaard
 one could include -d option too, then you will get a short description
 what each sysctl mean...

I didn't know about that option.  Thanks!

-- 
If I write a signature, my emails will appear more personalised.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]