LIBKSTAT(3LIB) Interface Libraries LIBKSTAT(3LIB)
NAME
libkstat - kernel statistics library
SYNOPSIS
cc [
flag... ]
file...
-lkstat [
library... ]
#include <
kstat.h>
DESCRIPTION
Functions in this library provide a general-purpose mechanism for
providing kernel statistics to users.
INTERFACES
The shared object
libkstat.so.1 provides the public interfaces
defined below. See
Intro(3) for additional information on shared
object interfaces.
kstat_chain_update kstat_close kstat_data_lookup kstat_lookup kstat_open kstat_read kstat_writeFILES
/lib/libkstat.so.1 shared object
/lib/64/libkstat.so.1 64-bit shared object
ATTRIBUTES
See
attributes(7) for descriptions of the following attributes:
+--------------------+-----------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+--------------------+-----------------+
|Interface Stability | Stable |
+--------------------+-----------------+
|MT-Level | Unsafe |
+--------------------+-----------------+
SEE ALSO
pvs(1),
Intro(3),
kstat(3KSTAT),
attributes(7) March 24, 2004 LIBKSTAT(3LIB)