copy-file: Add functions for copying non-confidential files.
[gnulib.git] / doc / glibc-functions / getloadavg.texi
blob7548ac75564dcc8c69162fe1268a3e928ff7f542
1 @node getloadavg
2 @subsection @code{getloadavg}
3 @findex getloadavg
5 LSB specification:@* @url{https://refspecs.linuxbase.org/LSB_5.0.0/LSB-Core-generic/LSB-Core-generic/baselib-getloadavg-3.html}
7 Documentation:
8 @itemize
9 @item
10 @ifinfo
11 @ref{Processor Resources,,Learn about the processors available,libc},
12 @end ifinfo
13 @ifnotinfo
14 @url{https://www.gnu.org/software/libc/manual/html_node/Processor-Resources.html},
15 @end ifnotinfo
16 @item
17 @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/getloadavg.3.html,,man getloadavg}.
18 @end itemize
20 Gnulib module: getloadavg
22 Portability problems fixed by Gnulib:
23 @itemize
24 @item
25 This function is missing on some platforms:
26 AIX 5.1, HP-UX 11, Cygwin 1.7.x, mingw, MSVC 14, Android 9.0.
27 @item
28 This function is declared in @code{<sys/loadavg.h>}, not @code{<stdlib.h>},
29 on some platforms:
30 Solaris 11.4.
31 @end itemize
33 Portability problems not fixed by Gnulib:
34 @itemize
35 @end itemize