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_name
13 the service name
14
15 sv_prog
16 the number of the program
17
18 rq_prot
19 the IP protocol of the reqeust
20
21 peer_ip
22 the peer address where the request is from
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 rq_vers
34 the program version in the request
35
36 rq_prog
37 the program number in the request
38
40 tapset::rpc(3stap)
41
42
43
44 PROBE::SUNRPC.SVC()