[Example] Yet another remote systemtap compiler over ssh

Frank Ch. Eigler fche@redhat.com
Tue Jun 17 12:17:00 GMT 2008


Masami Hiramatsu <mhiramat@redhat.com> writes:

> Here is a shell script which executes stap on remote machine to
> compile scripts. This script uses ssh to execute stap and to get a
> binary module.
> [...]
> In other words, this just automates
> 'scp -r ... host: ; ssh host stap ...; scp host:XXX.ko ./; staprun ... XXX.ko'

There is no doubt this might be useful to some people, brolley's
network compile server will in addition automate server selection and
module signing.  Your script might be more useful as a
remote-execution rather than remote-compilation front-end.

- FChE



More information about the Systemtap mailing list