Poick

This is a cached version of https://www.freebsd.org/status/report-2025-04-2025-06/sysctltui/ from 2/28/2026, 3:44:16 PM.

The FreeBSD Project

FreeBSD is an operating system used to power modern servers, desktops, and embedded platforms.

About Features Applications Administration News Events Press Artwork Donations Legal Notices Privacy Policy SysctlTui Link: Project Repository URL: https://gitlab.com/alfix/sysctltui Contact: Alfonso Sabato Siciliano <asiciliano@FreeBSD.org> SysctlTUI is an interactive text user interface (TUI) utility for exploring and managing sysctl(3) parameters. It presents the sysctl Management Information Base (MIB) as a hierarchical and navigable tree, enabling users to: Browse metadata for each kernel parameter. Retrieve and display current values. Modify parameters interactively from within the interface. The UI consists of three panels: a tree view of the MIB hierarchy, a detail panel showing metadata, and a value editor. Pressing the F1 key opens a help dialog explaining: When the MIB is built. When values are retrieved or updated. A link to an online guide for getting started with sysctl, including guidance on interpreting and using the displayed data. Although still in early development (currently at version 0.0.2), SysctlTUI already offers functionality comparable to tools like sysutils/nsysctl and deskutils/sysctlview. A manual page is included, with suggestions to make the output similar to sysctl(8) or nsysctl(8). The ToDo list outlining plans for enhancements like configuration file integration and subtree sorting by names. SysctlTUI is open source and available via the FreeBSD Ports Collection: sysutils/sysctltui. Note: TUIs are a known accessibility issue, as they are not usable with most screen readers. Users who access FreeBSD using a screen reader can use the sysutils/nsysctl package instead. It is a command line utility that provides the same information as SysctlTUI, since both tools use the same underlying kernel interface. Last modified on: July 15, 2025 by Alfonso S. Siciliano