| |
| Interface Libraries | libkstat(3LIB) |
| | libkstat - kernel statistics library |
SYNOPSIS
| |
cc [ flag... ] file... -lkstat [ library ... ]
#include <kstat.h>
|
| |
Functions in this library provide a general-purpose mechanism for providing
kernel statistics to users.
|
| |
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 | |
|
| |
-
/usr/lib/libkstat.so.1
- shared object
-
/usr/lib/64/libkstat.so.1
- 64-bit shared object
|
| |
See attributes(5) for descriptions of the following attributes:
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
| Availability | SUNWcsl (32-bit) |
| | SUNWcslx (64-bit) |
| MT-Level | Unsafe |
|
| |