svcadm(8)을 검색하려면 섹션에서 8 을 선택하고, 맨 페이지 이름에 svcadm을 입력하고 검색을 누른다.
libpctx(3lib)
libpctx(3LIB) Interface Libraries libpctx(3LIB)
NAME
libpctx - process context library
SYNOPSIS
cc [ flag... ] file... -lpctx [ library... ]
DESCRIPTION
Functions in this library provide a simple means to access the underly‐
ing facilities of proc(5) to allow a controlling process to manipulate
the state of a controlled process.
This library is primarily for use in conjunction with the libcpc(3LIB)
library. Used together, these libraries allow developers to construct
tools that can manipulate CPU performance counters in other processes.
The cputrack(1) utility is an example of such a tool.
INTERFACES
The shared object libpctx.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) pctx_capturepctx_create pctx_releasepctx_run
pctx_set_events
FILES
/usr/lib/libpctx.so.1 shared object
/usr/lib/64/libpctx.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 _ Availabilitydiagnostic/cpu-counters _ MT-LevelSafe
SEE ALSO
cputrack(1), cpc(3CPC), libcpc(3LIB), intro(3), proc(5), attributes(7)
Oracle Solaris 11.4 23 Aug 2011 libpctx(3LIB)