Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

register-tool includes tool options w tool script #42

Merged
merged 1 commit into from
Jul 31, 2015

Conversation

portante
Copy link
Member

It's important that register-tool include the tool options when making
the call to the tool-specific script. Sometimes installing that tool
requires those options, like with systemtap.

It's important that register-tool include the tool options when making
the call to the tool-specific script. Sometimes installing that tool
requires those options, like with systemtap.
@portante
Copy link
Member Author

Replaces #4.

portante added a commit that referenced this pull request Jul 31, 2015
register-tool includes tool options w tool script
@portante portante merged commit 6c8163b into distributed-system-analysis:master Jul 31, 2015
portante pushed a commit to portante/pbench that referenced this pull request Jul 31, 2015
There were several problems with the systemtap script in pbench:
  1) unused variables (script was probably copied from sar)
  2) the $script var must have the leading and trailing quotes
     removed. We embed these quotes for tool options in register-tool
     and start-tools to avoid white-space issues, but for some reason
     the stap command does not like dealing with quotes in its
     arguments (all other tools seem unaffected).
  3) No required packages were installed (like systemtap!)
  4) The directory where systemtap output is collected was not
     created.

Note that while this changeset should apply cleanly without two other
pull requests:
  distributed-system-analysis#41
  distributed-system-analysis#42
This changeset does require those 2 to function properly.
@portante portante deleted the register-tool branch July 31, 2015 16:12
@portante portante self-assigned this May 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants