1rpc.sprayd(1M) System Administration Commands rpc.sprayd(1M)
2
3
4
6 rpc.sprayd, sprayd - spray server
7
9 /usr/lib/netsvc/spray/rpc.sprayd
10
11
13 rpc.sprayd is a server that records the packets sent by spray(1M). The
14 rpc.sprayd daemon may be started by inetd(1M) or listen(1M).
15
16
17 The service provided by rpc.sprayd is not useful as a networking bench‐
18 mark as it uses unreliable connectionless transports, (udp for exam‐
19 ple). It can report a large number of packets dropped when the drops
20 were caused by the program sending packets faster than they can be
21 buffered locally (before the packets get to the network medium).
22
24 See attributes(5) for descriptions of the following attributes:
25
26
27
28
29 ┌─────────────────────────────┬─────────────────────────────┐
30 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
31 ├─────────────────────────────┼─────────────────────────────┤
32 │Availability │SUNWrcmds │
33 └─────────────────────────────┴─────────────────────────────┘
34
36 svcs(1), inetadm(1M), inetd(1M) listen(1M), pmadm(1M), sacadm(1M),
37 spray(1M), svcadm(1M), attributes(5), smf(5)
38
40 The rpc.sprayd service is managed by the service management facility,
41 smf(5), under the service identifier:
42
43 svc:/network/rpc/spray:default
44
45
46
47
48 Administrative actions on this service, such as enabling, disabling, or
49 requesting restart, can be performed using svcadm(1M). Responsibility
50 for initiating and restarting this service is delegated to inetd(1M).
51 Use inetadm(1M) to make configuration changes and to view configuration
52 information for this service. The service's status can be queried using
53 the svcs(1) command.
54
55
56
57SunOS 5.11 4 Nov 2004 rpc.sprayd(1M)