1 '\" te 2 .\" Copyright 1989 AT&T Copyright (c) 2004 Sun Microsystems, Inc. - All Rights Reserved. 3 .\" 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. 4 .\" 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. 5 .\" 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] 6 .TH RPC.SPRAYD 1M "Nov 4, 2004" 7 .SH NAME 8 rpc.sprayd, sprayd \- spray server 9 .SH SYNOPSIS 10 .LP 11 .nf 12 \fB/usr/lib/netsvc/spray/rpc.sprayd\fR 13 .fi 14 15 .SH DESCRIPTION 16 .sp 17 .LP 18 \fBrpc.sprayd\fR is a server that records the packets sent by \fBspray\fR(1M). 19 The \fBrpc.sprayd\fR daemon may be started by \fBinetd\fR(1M) or 20 \fBlisten\fR(1M). 21 .sp 22 .LP 23 The service provided by \fBrpc.sprayd\fR is not useful as a networking 24 benchmark as it uses unreliable connectionless transports, (udp for example). 25 It can report a large number of packets dropped when the drops were caused by 26 the program sending packets faster than they can be buffered locally (before 27 the packets get to the network medium). 28 .SH SEE ALSO 29 .sp 30 .LP 31 \fBsvcs\fR(1), \fBinetadm\fR(1M), \fBinetd\fR(1M) \fBlisten\fR(1M), 32 \fBpmadm\fR(1M), \fBsacadm\fR(1M), \fBspray\fR(1M), \fBsvcadm\fR(1M), 33 \fBattributes\fR(5), \fBsmf\fR(5) 34 .SH NOTES 35 .sp 36 .LP 37 The \fBrpc.sprayd\fR service is managed by the service management facility, 38 \fBsmf\fR(5), under the service identifier: 39 .sp 40 .in +2 41 .nf 42 svc:/network/rpc/spray:default 43 .fi 44 .in -2 45 .sp 46 47 .sp 48 .LP 49 Administrative actions on this service, such as enabling, disabling, or 50 requesting restart, can be performed using \fBsvcadm\fR(1M). Responsibility for 51 initiating and restarting this service is delegated to \fBinetd\fR(1M). Use 52 \fBinetadm\fR(1M) to make configuration changes and to view configuration 53 information for this service. The service's status can be queried using the 54 \fBsvcs\fR(1) command.