1PROBE::SUNRPC.SVC() PROBE::SUNRPC.SVC()
2
3
4
6 probe::sunrpc.svc.destroy - Destroy an RPC service
7
9 sunrpc.svc.destroy
10
12 sv_name
13 the service name
14
15 rpccnt
16 the count of valid RPC requests
17
18 sv_prog
19 the number of the program
20
21 rpcbadauth
22 the count of requests drooped for authentication failure
23
24 netcnt
25 the count of received RPC requests
26
27 sv_progname
28 the name of the program
29
30 rpcbadfmt
31 the count of requests dropped for bad formats
32
33 sv_nrthreads
34 the number of concurrent threads
35
36 nettcpconn
37 the count of accepted TCP connections
38
40 tapset::rpc(3stap)
41
42
43
44 PROBE::SUNRPC.SVC()