This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
Re: Better handling of arguments/literals from the command-line?
- From: Theodore Tso <tytso at mit dot edu>
- To: "Stone, Joshua I" <joshua dot i dot stone at intel dot com>
- Cc: "systemtap at sources dot redhat dot com" <systemtap at sources dot redhat dot com>
- Date: Mon, 6 Oct 2008 19:49:29 -0400
- Subject: Re: Better handling of arguments/literals from the command-line?
- Bcc: tytso at mit dot edu
- References: <E1KmL7X-0000cI-6Y@closure.thunk.org> <20081006200135.GA2351@jistone-exdc.sc.intel.com>
Another random thought; as people start creating more complicated (and
hopefully more useful) turn-key stap scripts, it would be nice to be
able to write scripts that have as their first line "#!/bin/stap" and
then let the user pass command-line options to the systemtap script
which can be parsed out by a simple in-module getopt function.
Has anything like that been considered?
- Ted