svcadm(8)을 검색하려면 섹션에서 8 을 선택하고, 맨 페이지 이름에 svcadm을 입력하고 검색을 누른다.
libkstat(3lib)
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 pro‐
viding 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 inter‐
faces.
tab(); lw(2.75i) lw(2.75i) kstat_chain_updatekstat_close
kstat_data_lookupkstat_lookup kstat_openkstat_read kstat_write
FILES
/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:
tab() box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) ATTRIBUTE TYPEAT‐
TRIBUTE VALUE _ Availabilitysystem/library _ Interface StabilityObso‐
lete _ MT-LevelSee below
The kstat_open() function is safe. The remaining kstat functions are
MT-Safe with the exception that only one thread may actively use a
kstat_ctl_t * value at any time. Synchronization is left to the appli‐
cation.
SEE ALSO
pvs(1), kstat(3KSTAT), intro(3), attributes(7), kstat2(3KSTAT2), libk‐
stat2(3LIB)
NOTES
The functions in this library are deprecated. The libkstat function may
be removed in a future release of Oracle Solaris. Use the libkstat2()
function instead. For more information, see the libkstat2(3LIB) man
page.
Oracle Solaris 11.4 19 Aug 2016 libkstat(3LIB)