1FUNCTION::SYSTEM(3stap) Shell command functions FUNCTION::SYSTEM(3stap)
2
3
4
6 function::system - Issue a command to the system
7
9 system(cmd:string)
10
12 cmd
13 the command to issue to the system
14
16 This function runs a command on the system. The command is started in
17 the background some time after the current probe completes. The command
18 is run with the same UID as the user running the stap or staprun
19 command. The runtime may impose a relatively short length limit on the
20 command string. Exceeding it may print a warning.
21
23 tapset::system(3stap)
24
25
26
27SystemTap Tapset Reference November 2021 FUNCTION::SYSTEM(3stap)