-
Notifications
You must be signed in to change notification settings - Fork 102
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
[Feature Request] Dynmon service enhancements #291
Labels
Comments
smagnani96
added a commit
to smagnani96/polycube
that referenced
this issue
May 13, 2020
This commit addresses the 2nd point discussed in polycube-network#291. It has been introduced the key extraction, meaning that if the bpf map is a key-value type one, not only the value is exported, but also the associated key. Still, for map-in-map types there is not full support yet, due to many problem related to the map info retrieval. Signed-off-by: Simone Magnani <simonemagnani.96@gmail.com>
smagnani96
added a commit
to smagnani96/polycube
that referenced
this issue
May 13, 2020
This commit addresses the 2nd point discussed in polycube-network#291. It has been introduced the key extraction, meaning that if the bpf map is a key-value type one, not only the value is exported, but also the associated key. Still, for map-in-map types there is not full support yet, due to many problem related to the map info retrieval. Signed-off-by: Simone Magnani <simonemagnani.96@gmail.com>
smagnani96
added a commit
to smagnani96/polycube
that referenced
this issue
May 14, 2020
This commit addresses the 2nd point discussed in polycube-network#291. It has been introduced the key extraction, meaning that if the bpf map is a key-value type one, not only the value is exported, but also the associated key. Still, for map-in-map types there is not full support yet, due to many problem related to the map info retrieval. Signed-off-by: Simone Magnani <simonemagnani.96@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Background
Recently, I have been using the new Dynmon service to test dynamic code injection and metrics extraction. Everything works as expected, but I would like to propose some enhancements that could increase the usability and customization of that service.
Suggestions
The main innovations that came up to are the following:
The last one is the less essential, since it is not strictly related to the parameterization of the service, but to his performance.
The text was updated successfully, but these errors were encountered: