Class BsdSysctlUtil
java.lang.Object
oshi.util.platform.unix.freebsd.BsdSysctlUtil
Provides access to sysctl calls on FreeBSD
-
Method Summary
Modifier and TypeMethodDescriptionstatic MemoryExecutes a sysctl call with a Pointer resultstatic intExecutes a sysctl call with an int resultstatic longExecutes a sysctl call with a long resultstatic booleanExecutes a sysctl call with a Structure resultstatic StringExecutes a sysctl call with a String result
-
Method Details
-
sysctl
Executes a sysctl call with an int result- Parameters:
name- name of the sysctldef- default int value- Returns:
- The int result of the call if successful; the default otherwise
-
sysctl
Executes a sysctl call with a long result- Parameters:
name- name of the sysctldef- default long value- Returns:
- The long result of the call if successful; the default otherwise
-
sysctl
-
sysctl
-
sysctl
-