1libkstat(3LIB)                Interface Libraries               libkstat(3LIB)
2
3
4

NAME

6       libkstat - kernel statistics library
7

SYNOPSIS

9       cc [ flag... ] file... -lkstat [ library... ]
10       #include <kstat.h>
11
12

DESCRIPTION

14       Functions  in this library provide a general-purpose mechanism for pro‐
15       viding kernel statistics to users.
16

INTERFACES

18       The shared object libkstat.so.1 provides the public interfaces  defined
19       below.  See Intro(3) for additional information on shared object inter‐
20       faces.
21
22
23
24
25       kstat_chain_update            kstat_close
26       kstat_data_lookup             kstat_lookup
27       kstat_open                    kstat_read
28       kstat_write
29
30

FILES

32       /lib/libkstat.so.1       shared object
33
34
35       /lib/64/libkstat.so.1    64-bit shared object
36
37

ATTRIBUTES

39       See attributes(5) for descriptions of the following attributes:
40
41
42
43
44       ┌─────────────────────────────┬─────────────────────────────┐
45       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
46       ├─────────────────────────────┼─────────────────────────────┤
47       │Availability                 │SUNWcsl (32-bit)             │
48       ├─────────────────────────────┼─────────────────────────────┤
49       │                             │SUNWcslx (64-bit)            │
50       ├─────────────────────────────┼─────────────────────────────┤
51       │Interface Stability          │Stable                       │
52       ├─────────────────────────────┼─────────────────────────────┤
53       │MT-Level                     │Unsafe                       │
54       └─────────────────────────────┴─────────────────────────────┘
55

SEE ALSO

57       pvs(1), Intro(3), kstat(3KSTAT), attributes(5)
58
59
60
61SunOS 5.11                        24 Mar 2004                   libkstat(3LIB)
Impressum