GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
SYSCTLTUI(8) FreeBSD System Manager's Manual SYSCTLTUI(8)

sysctltuiTUI utility to get or set system state

sysctltui [-h | -v]

sysctltui [-d | -V] [-f] [-e label] [-l label] [-i indent] [-s label]

The sysctltui utility provides a text user interface (TUI) for retrieving and modifying system state at runtime. System parameters are exposed as objects of a “Management Information Base” (MIB). sysctltui sysctltui allows users to navigate the MIB, display the properties of a parameter, and retrieve or modify its value.

sysctltui requires the sysctlinfo(4) interface. To load the required kernel module at boot time, place the following line in loader.conf(5):

sysctlinfo_load="YES"

The following options are available:

Show parameter descriptions in the main window.
label
Set label as prefix for nodes with expandable subtree, default “+”.
Display full parameter names in the main window. The full name of the parameter currently in focus within the main window is no longer shown at the bottom of the screen.
Print a help message and exit.
indent
Set indent as the visual depth of subtrees.
label
Set label as prefix for leaf nodes, default no string.
label
Set label as prefix for nodes with expanded subtrees, default “-”.
Display parameter values in the main window
Print version and quit.

The sysctltui utility exits 0 on success, and >0 if an error occurs.

Layout similar to sysctl(8) and nsysctl(8):

% [n]sysctl -a           % sysctltui -fV -i 0
% [n]sysctl -an          % sysctltui -f -i 0
% [n]sysctl -ad          % sysctltui -fd -i 0

sysctlview(1), sysctl(3), sysctlmibinfo2(3), sysctlinfo(4), nsysctl(8), sysctl(8)

sysctltui was written by Alfonso Sabato Siciliano <asiciliano@FreeBSD.org>.

June 8, 2025 FreeBSD 14.3-RELEASE

Search for    or go to Top of page |  Section 8 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.