-
Notifications
You must be signed in to change notification settings - Fork 2
Feat/streaming #29
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
Draft
izzet
wants to merge
31
commits into
llnl:develop
Choose a base branch
from
izzet:feat/streaming
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Feat/streaming #29
Conversation
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
- Added InputConfig and FileInputConfig classes for handling file inputs. - Introduced ZMQInputConfig for ZMQ address configuration. - Refactored output configurations to inherit from FileOutput. - Added ZMQOutput class for handling streaming outputs to ZMQ addresses. - Updated the DarshanAnalyzer to use new input handling methods. - Enhanced DFTracerAnalyzer to support reading from ZMQ streams. - Added utility functions for handling pandas DataFrames and streaming. - Introduced new constants for file and host hashes. - Updated meson.build to include new utility files for pandas and streaming.
- Updated CI configuration to include 'streaming' in pip install dependencies. - Refactored DFAnalyzer to remove unused imports and improve code clarity. - Enhanced the epoch_window_via_dict class in streaming.py to better handle epoch events and added logging for error handling. - Added new tests for epoch window functionality, ensuring proper buffering and emission of events based on epoch.start and epoch.end signals. - Created new end-to-end tests for ZMQ analysis pipeline, validating the integration of streaming with the analyzer. - Removed outdated test_streaming.py and consolidated tests into more relevant files. - Added a tar.gz file containing real trace data for testing purposes.
…ailable for testing
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #29 +/- ##
===========================================
+ Coverage 57.48% 70.87% +13.39%
===========================================
Files 26 27 +1
Lines 2164 2414 +250
===========================================
+ Hits 1244 1711 +467
+ Misses 920 703 -217 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
… in set_unique_counts
- Updated `test_analyzer_dftracer_read_zmq` to use `dftracer_ai_logging_posix_events` instead of `epoch_posix_events`. - Modified `_test_e2e` in `test_e2e.py` to conditionally add `analyzer.assign_epochs=True` based on the analyzer and preset. - Changed `test_e2e_zmq` to utilize `dftracer_ai_logging_posix_events` for event data. - Introduced a new test file `test_metrics.py` with comprehensive tests for `set_main_metrics`, `set_view_metrics`, and `set_cross_layer_metrics` functions, ensuring proper handling of edge cases and metrics calculations.
…r time, count, and size
…ring "sum" for consistency
…lly for improved clarity and performance
…actions and ensure proper type casting
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.
No description provided.