opensolaris man page for libkstat

Query: libkstat

OS: opensolaris

Section: 3lib

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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.11 24 Mar 2004 libkstat(3LIB)
Related Man Pages
lib300(3lib) - opensolaris
libplot(3lib) - opensolaris
libdevid(3lib) - opensolaris
kstat_open(3kstat) - opensolaris
kstat_close(3kstat) - opensolaris
Similar Topics in the Unix Linux Community
C/C++ library for CPU statistics