Added the mapper tool to map trace to vSwarm proxies#541
Merged
leokondrashov merged 3 commits intomainfrom Feb 17, 2025
Merged
Conversation
bc1d3a7 to
a8f3342
Compare
leokondrashov
requested changes
Nov 1, 2024
Contributor
leokondrashov
left a comment
There was a problem hiding this comment.
This a very brief look into a single function of the mapper. Please fix all of possible problems before submitting the PR.
cea515f to
a8f3342
Compare
8d950d5 to
d7c5d6e
Compare
JooyoungPark73
requested changes
Jan 24, 2025
a5cfcd9 to
9868925
Compare
JooyoungPark73
previously approved these changes
Jan 26, 2025
Contributor
leokondrashov
left a comment
There was a problem hiding this comment.
We were talking about the requirements for the merge several times already. But still there are no tests in sight. Please add them.
91e7a52 to
f532247
Compare
JooyoungPark73
approved these changes
Feb 5, 2025
JooyoungPark73
requested changes
Feb 5, 2025
b4b6035 to
a5acc21
Compare
79cd0fe to
978ee89
Compare
4a463c5 to
2e3f95f
Compare
leokondrashov
previously approved these changes
Feb 10, 2025
Contributor
leokondrashov
left a comment
There was a problem hiding this comment.
Looks fine to me. @cvetkovic Please take a look
JooyoungPark73
previously approved these changes
Feb 10, 2025
cvetkovic
reviewed
Feb 10, 2025
2e3f95f
c974964 to
d51de52
Compare
e78393d to
05de8c0
Compare
Contributor
|
Looks good to me. Please squash the commits and rebase on main branch properly. @cvetkovic approve it if you are good with that. |
cvetkovic
previously approved these changes
Feb 14, 2025
Added documentation for the mapper tool. Signed-off-by: KarthikL1729 <karthiklaksh1729@gmail.com>
Signed-off-by: L Lakshmanan <s2760012@ed.ac.uk>
36310f8 to
a063bb0
Compare
Signed-off-by: L Lakshmanan <s2760012@ed.ac.uk> Addressed review comments. Signed-off-by: L Lakshmanan <s2760012@ed.ac.uk>
a063bb0 to
043326e
Compare
leokondrashov
approved these changes
Feb 17, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added documentation for the mapper tool.
Summary
A small summary of the requirements (in one/two sentences).
The mapper tool is used to map the Azure trace functions to the vSwarm proxy functions based on the profiles of vSwarm functions and their correlation with the Azure trace function durations and memory utilization.
Implementation Notes ⚒️
This PR adds the mapper tool, which loads the function duration and memory trace with Pandas, finds the optimal mapping based on modelling the problem as a linear sum assignment, and then outputs a file which maps each HashFunction in the trace to a proxy function in vSwarm. The profile needs to be unzipped before using the mapper, and the profile is included in a tar.gz file in the mapper directory.
External Dependencies 🍀
Breaking API Changes⚠️
Simply specify none (N/A) if not applicable.