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