Copyright (c) 2008, 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]
/usr/bin/ctstat [-a] [-i contractid...] [-t type...] [-v] [-T u | d ] [interval [count]]
The ctstat utility allows a user to observe the contracts active on a system.
Unless you specify the -i or -t option, ctstat displays statistics on all contracts in the system.
The following options are supported: -a
Display all contracts regardless of state. By default, only those contracts which are in the owned, inherited, or orphan states are displayed.
Request status on the specified contracts, identified by their numeric contract identifier (contract_id). This option accepts lists as arguments . Items in the list can be separated by commas, or enclosed in quotes and separated by commas or spaces.
Display a time stamp. Specify u for a printed representation of the internal representation of time. See time(2). Specify d for standard date format. See date(1).
Request status on contracts of the specified type (type). This option accepts lists as arguments. Items in the list can be separated by commas, or enclosed in quotes and separated by commas or spaces. The following types are supported: process
Process contracts
Verbose output.
The following operands are supported: interval
Report once each interval seconds.
Print only count reports.
The following list defines the column headings and the meanings of a ctstat report: CTID
The contract ID of the contract.
The zone ID of the contract's creator.
The contract type.
The state of the contract: owned
Contract is owned by a process.
The contract owner has exited abnormally and the contract has been inherited by the owner's process contract.
The contract owner has abandoned the contract, the contract owner exited abnormally and the contract was not inherited by the owner's process contract, or the process contract which had inherited the contract was abandoned by its owner.
The contract is no longer active. It is removed from the system automatically when all references to it (open file descriptors, contract templates, and events) have been released.
If the contract is in the owned state, the pid of the process that owns the contract. If the contract is in the inherited state, the id of the regent process contract.
The number of unacknowledged critical events pending.
The time until quantum ends, or - if no negotiation is in progress.
The time until negotiation ends, or - if no negotiation is in progress.
Example 1 Reporting on all Contracts in the System
The following example reports on all contracts in the system:
example% ctstat -a CTID TYPE STATE HOLDER EVENTS QTIME NTIME 1 process owned 100579 0 - - 2 process dead - 1 - - 3 process inherit 1 3 - - 4 process orphan - 0 - -
Example 2 Obtaining a Verbose Report of All Contracts in the System
The following example obtains a verbose report of all contracts in the system:
example% ctstat -av CTID TYPE STATE HOLDER EVENTS QTIME NTIME 1 process owned 100579 0 - - informative event set: none critical event set: hwerr core fatal event set: hwerr parameter set: none member processes: 100600 100601 inherited ctids: none service fmri: svc:/system/init:default svc_fmri ctid: 1 creator: sched aux: 2 process dead - 1 - - informative event set: none critical event set: none fatal event set: hwerr core parameter set: pgrponly member processes: none inherited ctids: none service fmri: svc:/system/power:default svc_fmri ctid: 19 creator: svc.startd aux: start
The following exit values are returned: 0
Successful completion.
An error occurred.
Invalid arguments.
See attributes(5) for descriptions of the following attributes:
ATTRIBUTE TYPE ATTRIBUTE VALUE |
Interface Stability See below. |
The human readable output is Uncommitted. The invocation is Committed.
ctrun(1), ctwatch(1), contract(4), process(4), attributes(5)