In message <[EMAIL PROTECTED]>, Andrzej B
ialecki writes:
>On Sat, 15 Apr 2000, Zhihui Zhang wrote:
>
>> 
>> I have two unrelated questions I can not figure out myself:
>
>> (2) I am trying to display kernel profiling sysctl variables with sysctl
>> -a or sysctl -A without success.  They are defined in subr_prof.c. Why
>> sysctl command can not display them? I can use kgmon.
>
>Many sysctls that return non-ascii or non-numeric values don't have any
>special handlers in sysctl(8), so they are silently omitted from the
>listing. However, you should see them with -A... You can also write a
>trivial 10 line program to try and retrieve the values by calling
>sysctlbyname (or sysctl if you know the OIDs).

... Or use 
        sysctl -b mumble.frotz | hexdump -C

--
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
[EMAIL PROTECTED]         | TCP/IP since RFC 956
FreeBSD coreteam member | BSD since 4.3-tahoe    
Never attribute to malice what can adequately be explained by incompetence.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to