File: PLATFORMS

package info (click to toggle)
libstatgrab 0.91-1
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 4,108 kB
  • ctags: 1,000
  • sloc: ansic: 12,245; sh: 11,574; perl: 467; makefile: 272
file content (46 lines) | stat: -rw-r--r-- 1,140 bytes parent folder | download
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
46
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 (i386, amd64, sparc64, ia64)
FreeBSD 11-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, Red Hat 6, CentOS 6)
Linux 3.X (Ubuntu 12.04, 14.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.