summaryrefslogtreecommitdiff
path: root/modules/getloadavg
blob: 2fbeb40846433d1ffae4735bfea85582874c6511 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Description:
Return the current system load averages.

Files:
lib/getloadavg.c
m4/getloadavg.m4

Depends-on:
stdlib
extensions
cloexec
xalloc
c-strtod
intprops
stdbool
fcntl-safer

configure.ac:
gl_GETLOADAVG([$gl_source_base])
gl_STDLIB_MODULE_INDICATOR([getloadavg])

Makefile.am:

Include:
<stdlib.h>

License:
GPL

Maintainer:
Jim Meyering