xref: /illumos-gate/usr/src/uts/common/dtrace/dcpc.conf (revision b9e93c10)
1*b9e93c10SJonathan Haslam#
2*b9e93c10SJonathan Haslam# CDDL HEADER START
3*b9e93c10SJonathan Haslam#
4*b9e93c10SJonathan Haslam# The contents of this file are subject to the terms of the
5*b9e93c10SJonathan Haslam# Common Development and Distribution License (the "License").
6*b9e93c10SJonathan Haslam# You may not use this file except in compliance with the License.
7*b9e93c10SJonathan Haslam#
8*b9e93c10SJonathan Haslam# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*b9e93c10SJonathan Haslam# or http://www.opensolaris.org/os/licensing.
10*b9e93c10SJonathan Haslam# See the License for the specific language governing permissions
11*b9e93c10SJonathan Haslam# and limitations under the License.
12*b9e93c10SJonathan Haslam#
13*b9e93c10SJonathan Haslam# When distributing Covered Code, include this CDDL HEADER in each
14*b9e93c10SJonathan Haslam# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*b9e93c10SJonathan Haslam# If applicable, add the following below this CDDL HEADER, with the
16*b9e93c10SJonathan Haslam# fields enclosed by brackets "[]" replaced with your own identifying
17*b9e93c10SJonathan Haslam# information: Portions Copyright [yyyy] [name of copyright owner]
18*b9e93c10SJonathan Haslam#
19*b9e93c10SJonathan Haslam# CDDL HEADER END
20*b9e93c10SJonathan Haslam#
21*b9e93c10SJonathan Haslam#
22*b9e93c10SJonathan Haslam# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
23*b9e93c10SJonathan Haslam# Use is subject to license terms.
24*b9e93c10SJonathan Haslam#
25*b9e93c10SJonathan Haslamname="dcpc" parent="pseudo" instance=0;
26*b9e93c10SJonathan Haslam
27*b9e93c10SJonathan Haslam#
28*b9e93c10SJonathan Haslam# dcpc-min-overflow is the lower limit on the rate of overflow that can be
29*b9e93c10SJonathan Haslam# set on a probe. The default value is 5000. Decrease this value to create
30*b9e93c10SJonathan Haslam# probes with lower overflow values. Setting this value too low on a rapidly
31*b9e93c10SJonathan Haslam# increasing event could render a system unusable.
32*b9e93c10SJonathan Haslam#
33*b9e93c10SJonathan Haslam#dcpc-min-overflow=5000;
34