Date: Wed, 23 Apr 2008 12:07:59 +0200 From: Luigi Rizzo <rizzo@iet.unipi.it> To: current@freebsd.org Subject: reading kernel tunables from userland ? Message-ID: <20080423100759.GA37110@onelab2.iet.unipi.it>
next in thread | raw e-mail | index | archive | help
sorry for the possibly naive question, but is there a way other than sysctl to read the value of kernel 'tunable' variables ? E.g. in if_nfe.c i see TUNABLE_INT("hw.nfe.msi_disable", &msi_disable); TUNABLE_INT("hw.nfe.msix_disable", &msix_disable); TUNABLE_INT("hw.nfe.jumbo_disable", &jumbo_disable); but sysctl is reporting none of them. I seem to remember that there was a separate command to access kernel tunables, but cannot remember which one, and neither 'man -k tunable' nor a google search return any useful answer... thanks luigi
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080423100759.GA37110>