Interface Libraries libkstat(3LIB)
NAME
libkstat - kernel statistics library
SYNOPSIS
cc [ flag... ] file... -lkstat [ library... ]
#include
DESCRIPTION
Functions in this library provide a general-purpose mechan-
ism for providing kernel statistics to users.
INTERFACES
The shared object libkstat.so.1 provides the public inter-
faces defined below. See Intro(3) for additional information
on shared object interfaces.
kstatchainupdate kstatclose
kstatdatalookup kstatlookup
kstatopen kstatread
kstatwrite
FILES
/lib/libkstat.so.1 shared object
/lib/64/libkstat.so.1 64-bit shared object
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
SunOS 5.11 Last change: 24 Mar 2004 1
Interface Libraries libkstat(3LIB)
ATRIBUTE TYPE ATRIBUTE 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.11 Last change: 24 Mar 2004 2
|