Bug 435195 - Can the output file take hostname into account?
Summary: Can the output file take hostname into account?
Status: RESOLVED FIXED
Alias: None
Product: Heaptrack
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Other Other
: NOR normal
Target Milestone: ---
Assignee: Milian Wolff
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-03-31 18:01 UTC by Hui Wang
Modified: 2021-04-07 07:19 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hui Wang 2021-03-31 18:01:21 UTC
In the case of an MPI application running on a cluster, heaptrack by default creates many output files, each with pid attached to the output file name. This however is not enough to identify which output file corresponds to which pid runs on which machine.
Would it be possible to let user specify something like "heaptrack -o my_preferred_output_%h_%p.zst", where %h indicates the hostname of the pid runs on, and %p means the pid ?
Comment 1 Milian Wolff 2021-03-31 21:41:38 UTC
yes that sounds like a good idea. in general improving the ability to define the file name would be welcome. are you willing to provide a patch? It should be fairly easy to do. see existing code in src/track/heaptrack.sh.cmake which handles the `-o` switch.
Comment 2 Hui Wang 2021-03-31 23:21:04 UTC
Hi Milian,

Sure, I can do the pull request.
Do you want the default output file name being suffix'ed with hostname as well, for example do the following change? 
-   output=$(pwd)/heaptrack.$(basename "$client").$$ 
+   output=$(pwd)/heaptrack.$(basename "$client").$(hostname).$$
Comment 3 Milian Wolff 2021-04-01 15:48:43 UTC
no I'd like to keep the current format and only allow %h and %p and similar as place holders in the `-o` parameter and then they should get replaced by the hostname, pid or whatever else we may want to add in the future.
Comment 4 Milian Wolff 2021-04-07 07:19:26 UTC
Git commit 22e7a9cd9c028d7da9aaabad0b691f1b56f325d3 by Milian Wolff, on behalf of Jacob King.
Committed on 07/04/2021 at 07:16.
Pushed by mwolff into branch 'master'.

feat: output file name under -o can include %h and %g

M  +11   -1    src/track/heaptrack.sh.cmake

https://invent.kde.org/sdk/heaptrack/commit/22e7a9cd9c028d7da9aaabad0b691f1b56f325d3