'\" te .\" Copyright (c) 2004, Sun Microsystems, Inc. All Rights Reserved. .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License. .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner] .TH PSET_GETLOADAVG 3C "Jun 28, 2004" .SH NAME pset_getloadavg \- get system load averages for a processor set .SH SYNOPSIS .LP .nf #include #include \fBint\fR \fBpset_getloadavg\fR(\fBpsetid_t\fR \fIpset\fR, \fBdouble\fR \fIloadavg\fR[\|], \fBint\fR \fInelem\fR); .fi .SH DESCRIPTION .sp .LP The \fBpset_getloadavg()\fR function returns the number of processes assigned to the specified processor set that are in the system run queue, averaged over various periods of time. Up to \fInelem\fR samples are retrieved and assigned to successive elements of \fIloadavg\fR[\|]. The system imposes a maximum of 3 samples, representing averages over the last 1, 5, and 15 minutes, respectively. .sp .LP The \fBLOADAVG_1MIN\fR, \fBLOADAVG_5MIN\fR, and \fBLOADAVG_15MIN\fR indices, defined in <\fBsys/loadavg.h\fR>, can be used to extract the data from the appropriate element of the \fIloadavg\fR[\|] array. .sp .LP If pset is \fBPS_NONE\fR, the load average for processes not assigned to a processor set is returned. .sp .LP If pset is \fBPS_MYID\fR, the load average for the processor set to which the caller is bound is returned. If the caller is not bound to a processor set, the result is the same as if \fBPS_NONE\fR was specified. .SH RETURN VALUES .sp .LP Upon successful completion, the number of samples actually retrieved is returned. If the load average was unobtainable or the processor set does not exist, \(mi1 is returned and \fBerrno\fR is set to indicate the error. .SH ERRORS .sp .LP The \fBpset_getloadavg()\fR function will fail if: .sp .ne 2 .na \fB\fBEINVAL\fR\fR .ad .RS 10n The number of elements specified is less than 0, or an invalid processor set ID was specified. .sp The caller is in a non-global zone, the pools facility is active, and the specified processor set is not that of the zone's pool. .RE .SH ATTRIBUTES .sp .LP See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp .TS box; c | c l | l . ATTRIBUTE TYPE ATTRIBUTE VALUE _ Interface Stability Stable _ MT-Level Async-Signal-Safe .TE .SH SEE ALSO .sp .LP .BR uptime (1), .BR w (1), .BR pset_bind (2), .BR pset_create (2), .BR Kstat (3PERL), .BR attributes (7), .BR prstat (8), .BR psrset (8)