bBox_Sysctl( {mib} )

Parameters:
   mib: MIB (Management Information Base) key for the value you want (optional)

Result:
   list of key/value pairs, or just a single value

Error:
   none

Script Step:
   none

––––––––––

First appeared in: 0.99.11

Examples in demo file: 1

Compatibility:   Client, macOS, Server, Ubuntu, WebDirect, WPE

––––––––––

Returns either all, or optionally just one, of the OS kernel values on the system executing the function.

When all values are returned, the values are returned in a carriage return delimited list of values, with a key (mib) name and its value on each line.

Use to get information on the configuration of the OS. If a MIB is specified, only the value is returned. Also see the bBox_SessionInfo function for other process and OS related values.