-
Notifications
You must be signed in to change notification settings - Fork 18
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
Counters to shared memory #227
Merged
Merged
Commits on Sep 15, 2024
-
Functions for working with shared memory are implemented
- Work with shared memory Posix standard and System V is supported. - Two functions are implemented for each standard - to create a buffer (on the server) and to open the created buffer (on the client). - When creating a buffer, one can, if necessary, specify the socket (numa node) on which to allocate memory, and whether to use HugeMem.
Configuration menu - View commit details
-
Copy full SHA for 70ae094 - Browse repository at this point
Copy the full SHA 70ae094View commit details
Commits on Sep 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4bc3bf2 - Browse repository at this point
Copy the full SHA 4bc3bf2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5eba162 - Browse repository at this point
Copy the full SHA 5eba162View commit details -
Configuration menu - View commit details
-
Copy full SHA for c452d0d - Browse repository at this point
Copy the full SHA c452d0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6251ef8 - Browse repository at this point
Copy the full SHA 6251ef8View commit details -
Configuration menu - View commit details
-
Copy full SHA for da598ac - Browse repository at this point
Copy the full SHA da598acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2948bd0 - Browse repository at this point
Copy the full SHA 2948bd0View commit details -
- Bus operation time measurements are enabled. - Added error message output when connecting via socket to a dataplane before calling an exception. - 3 commands for getting bus statistics have been added to the cli. - The command to get the main counters has been added to the cli.
Configuration menu - View commit details
-
Copy full SHA for 5aa1821 - Browse repository at this point
Copy the full SHA 5aa1821View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9dd6a2 - Browse repository at this point
Copy the full SHA b9dd6a2View commit details
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.