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_write
FILES
/lib/libkstat.so.1 shared object
/lib/64/libkstat.so.1 64-bit shared object
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+-----------------------------+-----------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+-----------------------------+-----------------------------+
|Availability |SUNWcsl (32-bit) |
+-----------------------------+-----------------------------+
| |SUNWcslx (64-bit) |
+-----------------------------+-----------------------------+
|Interface Stability |Stable |
+-----------------------------+-----------------------------+
|MT-Level |Unsafe |
+-----------------------------+-----------------------------+
SEE ALSO
pvs(1), intro(3), kstat(3KSTAT), attributes(5)
SunOS 5.10 24 Mar 2004 libkstat(3LIB)