-
Notifications
You must be signed in to change notification settings - Fork 2
[Docs]: BlackBox Module README #11
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
Open
ankitkumar25-rk
wants to merge
59
commits into
main
Choose a base branch
from
module/Blackbox
base: main
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.
+2,066
−94
Open
Changes from all commits
Commits
Show all changes
59 commits
Select commit
Hold shift + click to select a range
3dc0310
created table for metrics and collected them in database
Ankitkumar3535 6e94438
added CPU metrics collections
Ankitkumar3535 9d22670
cmnts
Ankitkumar3535 d1623bd
added more metrics
NikhByte 9524c33
resolve all issue related to exception handling, disk rate....
Ankitkumar3535 000d7c5
cmnt
Ankitkumar3535 2a79a01
Started working in layer2
abhishekreddy22 c25737f
minor changes made
abhishekreddy22 da7471b
Added layer 3 metadata collection
khyati1433 60c4a55
fixs some error
Ankitkumar3535 48ec208
resolve: collector is not pass in process_top_processes fxn
Ankitkumar3535 1e93b3a
defined DiagnosticsCollector class along with trigger function
mitsmania e8d1131
Updated README with architecture diagram
NikhByte f2160d2
added network metrics
Ankitkumar3535 93cde3b
using socket lib for network protocols and also enhance path for db file
Ankitkumar3535 bb044f7
fix: resolve ModuleNotFoundError for utils by appending parent dir to…
NikhByte 1537096
editing code
8218fe5
file structure created for doctorOS
abhishekreddy22 e379ab3
readme created
abhishekreddy22 6ec83f8
fixed base-line 0 error
NikhByte 673c775
added process names with individual cpu and memory usage
NikhByte c98b234
Add DoctorOS documentation
357272e
Merge branch 'staging' into layer_02
abhishekreddy22 2ee8a6d
Layer 02 merged with staging
abhishekreddy22 809bd1c
documentation created
parshvigarg3 a33ad25
Merge pull request #3 from devlup-labs/staging
abhishekreddy22 a6238b2
added required files
mitsmania 8a68edd
updated Readme.md
ankitkumar25-rk b49381c
updated path of readme file for blackbox
ankitkumar25-rk 37f1abd
updates in objectives
parshvigarg3 659a17e
remove .DS_Store
parshvigarg3 57bfcc0
editions
parshvigarg3 c4f7003
update
parshvigarg3 0471550
Update README
parshvigarg3 56ac5ad
made changes to layer2 collector, db.py, test.py
abhishekreddy22 be8fcdf
Merge remote-tracking branch 'origin/layer_01' into module/Blackbox
ankitkumar25-rk 61e8e57
Updated README.md for doctor-os
abhishekreddy22 d2489b5
Merge pull request #4 from devlup-labs/module/DoctorOS
abhishekreddy22 45f7c34
feat: setup continuous layer 1 metrics collection and db storage
NikhByte a2ef2a8
Merge remote-tracking branch 'origin/layer_02' into module/Blackbox
ankitkumar25-rk 3457375
Merge pull request #5 from devlup-labs/layer_01
NikhByte b6a396e
Merge remote-tracking branch 'origin/layer_03' into module/Blackbox
ankitkumar25-rk f2a59e8
Merge remote-tracking branch 'origin/layer_04' into module/Blackbox
ankitkumar25-rk b59efbd
fix: bugs and also remove hardcoded path of .db file , write_layer1 f…
ankitkumar25-rk 76fc247
removed .db file
ankitkumar25-rk 6325ccd
chore: stop tracking telemetry database file
ankitkumar25-rk 45af914
add const for blackbox module and also fix the folder strct
ankitkumar25-rk 25375dc
added blackbox constants
mitsmania b1706b8
defined necessary functions for recorder
mitsmania 87fc520
added fxns to recorder.py & heartbeat.py but thinking about gap..
ankitkumar25-rk 1a34dca
updated crash-detection logic + missing memory schema columns
ankitkumar25-rk 48d1840
added missing functions and arch diag for doc
ankitkumar25-rk bded119
resolved conflicts
ankitkumar25-rk 5050a31
resolved
ankitkumar25-rk 57ea156
Merge branch 'main' into module/Blackbox
ankitkumar25-rk 7bf3b56
merge: resolve conflicts and integrate thread-safe blackbox recorder
ankitkumar25-rk a4e0ef9
Merge branch 'module/Blackbox' of https://github.com/devlup-labs/Cogn…
ankitkumar25-rk 5aa0315
updated README diagram and remove os_doctor changes from module/Black…
ankitkumar25-rk 5582bf2
defined a function to get feature vector
mitsmania File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No need to do unnecessary changes in this file. Change the architectural diagram.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done