Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ././../../../../../../usr/man/man3lib/libkstat.3lib
Real path: /usr/share/man/man3lib/libkstat.3lib
Zurück
'\" te .\" Copyright (c) 2004, 2016, Oracle and/or its affiliates. All rights reserved. .TH libkstat 3LIB "19 Aug 2016" "Oracle Solaris 11.4" "Interface Libraries" .SH NAME libkstat \- kernel statistics library .SH SYNOPSIS .LP .nf cc [ \fIflag\fR... ] \fIfile\fR... \fB-lkstat\fR [ \fIlibrary\fR... ] #include <\fBkstat.h\fR> .fi .SH DESCRIPTION .sp .LP Functions in this library provide a general-purpose mechanism for providing kernel statistics to users. .SH INTERFACES .sp .LP The shared object \fBlibkstat.so.1\fR provides the public interfaces defined below. See \fBintro\fR(3) for additional information on shared object interfaces. .sp .TS tab( ); lw(2.75i) lw(2.75i) . \fBkstat_chain_update\fR \fBkstat_close\fR \fBkstat_data_lookup\fR \fBkstat_lookup\fR \fBkstat_open\fR \fBkstat_read\fR \fBkstat_write\fR .TE .sp .SH FILES .sp .ne 2 .mk .na \fB\fB/lib/libkstat.so.1\fR\fR .ad .RS 25n .rt shared object .RE .sp .ne 2 .mk .na \fB\fB/lib/64/libkstat.so.1\fR\fR .ad .RS 25n .rt 64-bit shared object .RE .SH ATTRIBUTES .sp .LP See \fBattributes\fR(7) for descriptions of the following attributes: .sp .TS tab( ) box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) . ATTRIBUTE TYPE ATTRIBUTE VALUE _ Availability system/library _ Interface Stability Obsolete _ MT-Level See below .TE .sp .sp .LP The \fBkstat_open()\fR function is safe. The remaining \fBkstat\fR functions are MT-Safe with the exception that only one thread may actively use a \fBkstat_ctl_t *\fR value at any time. Synchronization is left to the application. .SH SEE ALSO .sp .LP \fBpvs\fR(1), \fBkstat\fR(3KSTAT), \fBintro\fR(3), \fBattributes\fR(7), \fBkstat2\fR(3KSTAT2), \fBlibkstat2\fR(3LIB) .SH NOTES .sp .LP The functions in this library are deprecated. The \fBlibkstat\fR function may be removed in a future release of Oracle Solaris. Use the \fBlibkstat2()\fR function instead. For more information, see the \fBlibkstat2\fR(3LIB) man page.