-
Notifications
You must be signed in to change notification settings - Fork 870
Cody littley/cryptosim metrics #2986
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
cody-littley
wants to merge
56
commits into
main
Choose a base branch
from
cody-littley/cryptosim-metrics
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.
Draft
Changes from all commits
Commits
Show all changes
56 commits
Select commit
Hold shift + click to select a range
d41dc5b
experiments with flatkv
44db682
Don't sync all DBs at commit time
189bb31
added some initial utilities
bd8c08f
incremental progress
dec45bf
incremental progress
0f253ec
incremental progress
926f828
startup now working
61b4e86
incremental progress, code written for simulating transactions
96f2c66
basic benchmark is now functional
acd6cb8
cleanup
7238fa6
Update model for more realistic simulation
ed52867
bugfixes
16be236
code organization, bugfixes
e662b33
reorganized code, introduced bugs
aa45ea3
More changes, more bugs
847324d
bugfixes
e81e42a
bugfixes
589baec
bugfixes
0be6002
Add threading
38ba919
cleanup
e5199eb
Merge branch 'main' into cody-littley/db-crypto-benchmark
d23cd80
Fixes suggested during AI code review
ae91b28
fix rare race condition
0c34402
made suggested changes
ab92fce
added first metric
0acc8a2
Basic tooling for starting grafana/prometheus, added first metric
ee71e87
Add basic dashboard.
859feb7
more metrics
54e0b3c
pie chart
3090ff1
incremental improvements
e1e62d6
More metrics
6a8613f
several TODOs
ec119a3
made suggested changes
27dc9ec
fix default value
bf7ff66
Merge branch 'main' into cody-littley/db-crypto-benchmark
fdb189d
Merge branch 'cody-littley/db-crypto-benchmark' into cody-littley/cry…
5aacc23
halt on errors
5324990
lint
9a19fd8
made suggested changes
4495bf4
Merge branch 'cody-littley/db-crypto-benchmark' into cody-littley/cry…
cc7be77
system metrics
40503cb
Metrics for data size on disk
0ee4844
Capture available disk space
1131509
more dashboards
485b98a
fix bug
3de0199
Merge branch 'main' into cody-littley/db-crypto-benchmark
b874e4f
Merge branch 'cody-littley/db-crypto-benchmark' into cody-littley/cry…
f6f61d1
more metrics
ddac4f9
Added script to set up ubuntu
97920c2
Properly set up docker
2b7c9da
Updated readme instructions
09558b7
Merge: resolve conflicts, keep branch changes
98f49f6
lint
126e43c
dashboard tweaks
155b6ba
Add new config
fa554e8
lint
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| { | ||
| "Comment": "A large simulation. This is the largest sane simulation for local testing.", | ||
| "DataDir": "data", | ||
| "MinimumNumberOfAccounts": 100000000 | ||
| } | ||
|
|
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.
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.