1FUNCTION::REMOTE_URI(3stap) Context Functions FUNCTION::REMOTE_URI(3stap)
2
3
4
6 function::remote_uri - The name of this instance in a remote execution.
7
9 remote_uri:string()
10
12 None
13
15 This function returns the remote host used to invoke this particular
16 script execution from a swarm of “stap --remote” runs. It may not be
17 unique among the swarm. The function returns an empty string if the
18 script was not launched with “stap --remote”.
19
21 tapset::context(3stap)
22
23
24
25SystemTap Tapset Reference November 2019 FUNCTION::REMOTE_URI(3stap)