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