1PROBE::SUNRPC.SVC() PROBE::SUNRPC.SVC()
2
3
4
6 probe::sunrpc.svc.process - Process an RPC request
7
9 sunrpc.svc.process
10
12 sv_nrthreads
13 the number of concurrent threads
14
15 sv_name
16 the service name
17
18 rq_prot
19 the IP protocol of the reqeust
20
21 rq_proc
22 the procedure number in the request
23
24 sv_prog
25 the number of the program
26
27 rq_prog
28 the program number in the request
29
30 peer_ip
31 the peer address where the request is from
32
33 rq_vers
34 the program version in the request
35
36 rq_xid
37 the transmission id in the request
38
40 tapset::rpc(3stap)
41
42
43
44 PROBE::SUNRPC.SVC()