-
Notifications
You must be signed in to change notification settings - Fork 197
Enable advanced monitoring for SQLServer & Postgres. #300
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
Merged
Merged
Changes from all commits
Commits
Show all changes
87 commits
Select commit
Hold shift + click to select a range
7204ab4
bump sqlserver jdbc version - see also PR #231
bpkroth f55d7a6
Initial work on SqlServer monitor tweaks
anjagruenheid d2e0801
Merge branch 'main' into add-sqlserver-monitoring
bpkroth f9327b0
Streamlined new code, removed superfluous protos.
anjagruenheid 8be549e
Fix system events extraction bug.
anjagruenheid 16aa2bd
Change OS counters to be instance-specific.
anjagruenheid d83d434
Bugfix
anjagruenheid dba1c68
Variable name change.
anjagruenheid 256aaf1
Add throughput vs advanced monitoring.
anjagruenheid e11d8da
Fix missing option in commandline.
anjagruenheid bdddd00
debugging
anjagruenheid 4213e87
More debugging.
anjagruenheid 2c5da87
String comparison fix.
anjagruenheid b7122e9
Remove debugging messages.
anjagruenheid c43157f
Update to README.
anjagruenheid b8f3862
Merge branch 'cmu-db:main' into add-sqlserver-monitoring
anjagruenheid d2d8793
Update src/main/java/com/oltpbenchmark/api/collectors/monitoring/Data…
anjagruenheid 794d4d7
Update src/main/java/com/oltpbenchmark/api/collectors/monitoring/READ…
anjagruenheid 7ec4e0e
Address some of the comments from Brian's review.
anjagruenheid 4e3af64
Merge branch 'add-sqlserver-monitoring' of https://github.com/anjagru…
anjagruenheid 7a9bc29
First draft for generic monitoring prefix (incl TPCC).
anjagruenheid 442a2aa
Bugfix for wrong monitoring type.
anjagruenheid 778db5c
Adjust SqlStmt usage to be dialect-compliant.
anjagruenheid e49679b
Bugfixes for query strings.
anjagruenheid 6a54235
Debugging
anjagruenheid 4693a05
Enable new monitoring in SQLServer & Postgres monitors.
anjagruenheid f768e4b
Remove superfluous monitoring references and shift prefix addition to…
anjagruenheid b9f0c31
Expand advanced monitoring to bugfix issues.
anjagruenheid a44b518
Make advanced monitoring analogous to loading dialects.
anjagruenheid 888bdf6
Remove superfluous strings.
anjagruenheid 6f22cf5
debugging
anjagruenheid fda6d31
remove logging
anjagruenheid af03f99
Same structure as dialects.
anjagruenheid 80f0cc3
bugfix
anjagruenheid 725645f
Reverse changes to Twitter/TPC-H.
anjagruenheid 4e80e50
Debugging advanced monitoring.
anjagruenheid c29dbe0
Remove debugging message.
anjagruenheid a2932a2
Reset phase (not part of this PR).
anjagruenheid 31187f7
reset phase #2
anjagruenheid f2dc2bc
reset
anjagruenheid b75e74b
Update src/main/java/com/oltpbenchmark/api/collectors/monitoring/READ…
anjagruenheid 002be63
Update src/main/java/com/oltpbenchmark/api/collectors/monitoring/READ…
anjagruenheid a93605a
Update src/main/java/com/oltpbenchmark/api/collectors/monitoring/READ…
anjagruenheid 431a64e
Revert untouched files.
anjagruenheid 8a299ec
revert
anjagruenheid 5d9c890
Merge branch 'add-sqlserver-monitoring' of https://github.com/anjagru…
anjagruenheid ce4e60e
Proper revert!
anjagruenheid 45eed70
Merge branch 'main' into add-sqlserver-monitoring
bpkroth 6de6378
Update src/main/java/com/oltpbenchmark/DBWorkload.java
anjagruenheid 56680ab
Update src/main/java/com/oltpbenchmark/WorkloadConfiguration.java
anjagruenheid f7fe6a2
Update src/main/java/com/oltpbenchmark/api/Procedure.java
anjagruenheid 5491cb6
Reset TPC-C, add worker rejoin variable.
anjagruenheid 3b66449
Merge branch 'add-sqlserver-monitoring' of https://github.com/anjagru…
anjagruenheid 34be7b4
Quick bugfixes due to changes in naming.
anjagruenheid 3d5d61c
Monitor option parsing update.
anjagruenheid 8d04915
Regex pattern extraction #1
anjagruenheid 8ab9fed
SQLServer instance extraction fix.
anjagruenheid c87f141
Function consolidation.
anjagruenheid 0d4ab70
Merge branch 'main' into add-sqlserver-monitoring
bpkroth a238e7d
Add advanced monitoring check to CI pipeline.
anjagruenheid a910a10
Merge branch 'main' into add-sqlserver-monitoring
anjagruenheid 0be3132
Merge branch 'main' into add-sqlserver-monitoring
anjagruenheid c242dd7
Merge branch 'main' into add-sqlserver-monitoring
anjagruenheid aeaad23
Modify directory check
anjagruenheid d8060ab
Merge branch 'add-sqlserver-monitoring' of https://github.com/anjagru…
anjagruenheid 9c231b3
try modified command
anjagruenheid c3ce912
Minor modifications to documentation.
anjagruenheid 8fe7b7a
Update to main, formatting.
anjagruenheid 07fc430
fmt plugin
anjagruenheid 0e7bfab
bugfix
anjagruenheid 76ce64d
Merge branch 'main' into add-sqlserver-monitoring
bpkroth b45368c
Enable use of pg_stat_statement extension in local docker-compose and…
bpkroth 88af8e6
Enable use of pg_stat_statement extension in local docker-compose and…
bpkroth 1e56148
enable advanced monitoring for pg as well
bpkroth 3733b18
allow selectively upping services
bpkroth 43dacf8
down service
bpkroth f41255e
fixup
bpkroth 4a62240
Merge branch 'enable-pg-stat-extension' into add-sqlserver-monitoring
bpkroth 0bdb341
Merge branch 'main' into add-sqlserver-monitoring
bpkroth 9231f1c
tweaks
bpkroth 8488870
quiet
bpkroth 65a72af
Merge branch 'main' into add-sqlserver-monitoring
bpkroth b605eba
Merge branch 'main' into add-sqlserver-monitoring
bpkroth c3a7770
Merge remote-tracking branch 'anjagruenheid/add-sqlserver-monitoring'…
bpkroth 3ea5a40
Merge pull request #3 from bpkroth/add-sqlserver-monitoring
anjagruenheid beb59de
Merge branch 'main' into add-sqlserver-monitoring
anjagruenheid 87d4c80
bugfix
anjagruenheid 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
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
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.
Uh oh!
There was an error while loading. Please reload this page.