mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
7d23575420
PR: 237644 Submitted by: Alfonso S. Siciliano <alfix86@gmail.com> (maintainer)
14 lines
548 B
Plaintext
14 lines
548 B
Plaintext
The nsysctl utility is a sysctl(8) clone to get or set the
|
|
kernel state with libxo, libsysctlmibinfo and a lot of options.
|
|
Improvements:
|
|
|
|
* sysctlmibinfo(3) provides a simple API to the sysctl MIB,
|
|
* output via libxo(3) in human and machine readable formats,
|
|
* isolated code to manage "opaque values",
|
|
* some string value is splitted to show structured output,
|
|
* output is explicitly indicated by the options,
|
|
* the options are not mutually exclusive,
|
|
* new options to show the properties of a state.
|
|
|
|
WWW: https://gitlab.com/alfix/nsysctl/
|