forked from libstatgrab/libstatgrab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
PLATFORMS
45 lines (37 loc) · 1.07 KB
/
PLATFORMS
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
libstatgrab PLATFORMS
http://www.i-scream.org/libstatgrab/
Supported Platforms
===================
libstatgrab-0.90 has been tested to work on the following platforms:
DragonFly BSD 3.4
FreeBSD 7
FreeBSD 8 (i386, amd64)
FreeBSD 9 (i386, amd64, sparc64, ia64)
FreeBSD 10-CURRENT (i386, amd64, sparc64, ia64)
HP-UX 11.11 (parisc)
HP-UX 11.23 (parisc)
HP-UX 11.23 (ia64)
HP-UX 11.31 (ia64)
Linux 2.6 (Ubuntu 10.04, SLES 9-11, Redhat 6, CentOS 6)
Linux 3.X (Ubuntu 12.04)
NetBSD 5.1
NetBSD 6.1
OpenBSD 4.9
OpenBSD 5.3
Solaris 8 (sparc & x86)
Solaris 9 (sparc & x86)
Solaris 10 (sparc & x86)
AIX 5.2
AIX 5.3
AIX 6.1
Platform Specific Notes
=======================
Unless explicitly mentioned below assume that libstatgrab will run on
any of the platforms above without any elevated privileges.
Linux
-----
On older Linux kernels root privileges are required to get the
statistics returned by the get_network_iface_stats function. Not
having these privileges results in NULL being returned.
Also note that this cannot be solved by calling sg_init and then
sg_drop_privileges at this stage.