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 rq_vers
13 the program version in the request
14
15 sv_name
16 the service name
17
18 rq_prog
19 the program number in the request
20
21 rq_prot
22 the IP protocol of the reqeust
23
24 rq_xid
25 the transmission id in the request
26
27 sv_nrthreads
28 the number of concurrent threads
29
30 rq_proc
31 the procedure number in the request
32
33 sv_prog
34 the number of the program
35
36 peer_ip
37 the peer address where the request is from
38
40 tapset::rpc(3stap)
41
42
43
44 PROBE::SUNRPC.SVC()