-
Notifications
You must be signed in to change notification settings - Fork 107
Add support for sysinfo via Tool Meister #1981
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -355,17 +355,17 @@ for rdir in ${result_dirs}; do | |
| ln -s "$(basename "${rdir}")" "$(dirname "${rdir}")/reference-result" | ||
| done | ||
|
|
||
| ${script_path}/postprocess/user-benchmark-wrapper "${benchmark_run_dir}" "${total_duration}" | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. In all the other However, we used to run the I don't think that will be a problem, but it seemed running it after everything would make the user wait longer for their optional script to run than it did before. This way it runs as soon as possible. |
||
|
|
||
| pbench-metadata-log --group="${tool_group}" --dir="${benchmark_run_dir}" end | ||
|
|
||
| pbench-collect-sysinfo --group="${tool_group}" --dir="${benchmark_run_dir}" --sysinfo="${sysinfo}" end | ||
|
|
||
| # Stop the tool meisters on each registered local/remote host | ||
| pbench-tool-meister-stop | ||
| if [[ ${?} != 0 ]]; then | ||
| error_log "[${script_name}]: failed to stop the tool meisters." | ||
| fi | ||
|
|
||
| ${script_path}/postprocess/user-benchmark-wrapper "${benchmark_run_dir}" "${total_duration}" | ||
|
|
||
| pbench-collect-sysinfo --group="${tool_group}" --dir="${benchmark_run_dir}" --sysinfo="${sysinfo}" end | ||
|
|
||
| rmdir ${benchmark_run_dir}/.running | ||
| exit 0 | ||
Uh oh!
There was an error while loading. Please reload this page.