diff options
Diffstat (limited to 'Doc/lib/libos.tex')
-rw-r--r-- | Doc/lib/libos.tex | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Doc/lib/libos.tex b/Doc/lib/libos.tex index 6674e88..2e0f8ae 100644 --- a/Doc/lib/libos.tex +++ b/Doc/lib/libos.tex @@ -1431,6 +1431,14 @@ This can be used to determine the set of names known to the system. Availability: \UNIX. \end{datadesc} +\begin{funcdesc}{getloadavg}{} +Return the number of processes in the system run queue averaged over +the last 1, 5, and 15 minutes or raises OSError if the load average +was unobtainable. + +\versionadded{2.3} +\end{funcdesc} + \begin{funcdesc}{sysconf}{name} Return integer-valued system configuration values. If the configuration value specified by \var{name} isn't defined, |