Query: gettune
OS: hpux
Section: 2
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
gettune(2) System Calls Manual gettune(2)NAMEgettune - get the value of a kernel tunable parameterSYNOPSISDESCRIPTIONThis function retrieves the current value of the kernel tunable parameter named tunable. The value is passed back through the supplied value pointer. The value returned is the value for the tunable that is being used by the currently running kernel.RETURN VALUEThis function returns zero for success, or -1 for an error.ERRORSIf this function returns -1 to indicate an error, the global variable will be set to one of the following values, to indicate the error that occurred: The specified tunable parameter does not exist. The Kernel Registry Service was unavailable or encountered an error. tunable or value specifies an address that is inaccessible.WARNINGSSome tunables have signed integer values. For these tunables, the caller must cast the returned value to an type before using it. To find out which tunables have signed integer values, use the tuneinfo2(2) system call, or consult the tunable parameter man pages.AUTHORwas developed by Hewlett-Packard Company.SEE ALSOsettune(2), tuneinfo2(2), and the individual tunable parameter man pages in section 5. gettune(2)
Related Man Pages |
---|
aio_listio_max(5) - hpux |
bufpages(5) - hpux |
dlpi_max_clones(5) - hpux |
fs_symlinks(5) - hpux |
semmsl(5) - hpux |
Similar Topics in the Unix Linux Community |
---|
kernel parameter |
Max_io_size |
Equivalent Kernel parameter in HP-UX |
How to change the Kernel parameter MAXDSIZE |
5. what is tunable parameters?can i altered it ? |