This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Example] Yet another remote systemtap compiler over ssh


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]