Jeff Washington (jwash)
|
89ba3ff139
|
log fail to evict (#23815)
|
2022-03-22 09:19:38 -05:00 |
Jeff Washington (jwash)
|
dd69f3baf5
|
throttle index adding to allow disk flushing to keep up and reduce startup ram usage (#23773)
|
2022-03-20 19:56:20 -05:00 |
Jeff Washington (jwash)
|
df29276eb0
|
AcctIdx: remove -> evict (#23775)
|
2022-03-18 17:13:21 -05:00 |
Jeff Washington (jwash)
|
857576d76f
|
AcctIdx: move write to disk outside in mem write lock (#23731)
|
2022-03-17 23:09:41 -05:00 |
Jeff Washington (jwash)
|
3a46f45650
|
AcctIdx: add stats for flushing and estimated memory (#23709)
|
2022-03-17 08:46:00 -05:00 |
Jeff Washington (jwash)
|
729698e815
|
AcctIdx: items() uses held ranges (#21954)
|
2021-12-17 09:59:29 -06:00 |
Jeff Washington (jwash)
|
6374995522
|
AcctIdx: share bucket map size for perf (#21935)
|
2021-12-16 21:25:54 -06:00 |
Jeff Washington (jwash)
|
1e0d3f13e6
|
AcctIdx: fix metrics bug (#21934)
|
2021-12-15 17:05:38 -06:00 |
Michael Vines
|
b8837c04ec
|
Reformat imports to a consistent style for imports
rustfmt.toml configuration:
imports_granularity = "One"
group_imports = "One"
|
2021-12-03 09:19:13 -08:00 |
Jeff Washington (jwash)
|
7ec88226ee
|
AcctIdx: stats are usize (#21493)
* AcctIdx: stats are usize
* rename test function
|
2021-11-30 11:35:21 -06:00 |
Jeff Washington (jwash)
|
a762066310
|
AcctIdx: don't log disk stats when disk isn't enabled (#21371)
|
2021-11-22 15:26:25 -06:00 |
Jeff Washington (jwash)
|
a272e19f8d
|
AcctIdx: report on partial progress during flushing (#21306)
|
2021-11-18 11:01:19 -06:00 |
Jeff Washington (jwash)
|
83de2f7376
|
fix initial massive metrics spike (#21304)
|
2021-11-17 17:16:48 -06:00 |
Jeff Washington (jwash)
|
f8dcb2f38b
|
report mem stats (#21258)
|
2021-11-13 00:59:41 +00:00 |
Jeff Washington (jwash)
|
6a1ff60c61
|
percent stats 0-1 -> 0-100 (#21028)
|
2021-10-27 18:08:27 -05:00 |
Jeff Washington (jwash)
|
4d6190a1ba
|
change bg waiting metrics to percent (#20955)
* Revert part of "AcctIdx: cleanup bg threads (#20731)"
This reverts part of commit 47de4f31b6 .
* change bg waiting metrics to percent
|
2021-10-26 15:09:17 -05:00 |
Jeff Washington (jwash)
|
5a6d732d48
|
AcctIdx: separate account index by startup and !startup (#20711)
|
2021-10-15 13:04:32 -05:00 |
Jeff Washington (jwash)
|
7631011d8c
|
AcctIdx: add flush remove stat (#20625)
|
2021-10-12 16:13:32 -05:00 |
Jeff Washington (jwash)
|
0da677e213
|
AcctIdx: write disk only when removing from mem (#20578)
|
2021-10-11 14:47:06 -05:00 |
Jeff Washington (jwash)
|
33d8c07364
|
AcctIdx: combine scan and update loops (#20546)
|
2021-10-10 13:47:52 -05:00 |
Jeff Washington (jwash)
|
4f6a0b2650
|
AcctIdx: stats for buckets on disk, add median (#20528)
|
2021-10-08 13:58:38 -05:00 |
Jeff Washington (jwash)
|
2c3d52b4cc
|
AcctIdx: avoid overcounting inserts (#20544)
|
2021-10-08 13:57:47 -05:00 |
Jeff Washington (jwash)
|
0d98a91511
|
AcctIdx: metric for bucket grow time (#20445)
|
2021-10-05 20:22:01 +00:00 |
Jeff Washington (jwash)
|
59112adac1
|
AcctIdx: us stats were showing ms (#20324)
|
2021-09-29 22:18:07 +00:00 |
Jeff Washington (jwash)
|
bd9b2f6f39
|
AcctIdx: throttling bg flushing to spread out work over interval (#20176)
* AcctIdx: throttling bg flushing to spread out work over interval
* prevent hang
|
2021-09-29 07:42:54 -05:00 |
Jeff Washington (jwash)
|
46263d405e
|
fix math error with stats calc (#20253)
|
2021-09-27 11:55:19 -05:00 |
Jeff Washington (jwash)
|
d8f98b3dcb
|
AcctIdx: avoid crazy #s on ms_per_age stat (#20184)
|
2021-09-27 08:25:23 -05:00 |
Jeff Washington (jwash)
|
c6d189dac2
|
bg threads wait until next expected event (#20126)
|
2021-09-24 16:00:41 -05:00 |
Jeff Washington (jwash)
|
093dd68214
|
AcctIdx: stats for how much time bg threads wait (#20127)
|
2021-09-23 18:37:14 +00:00 |
Jeff Washington (jwash)
|
5bbb0da7b8
|
AcctIdx: stats for in-mem (#20114)
|
2021-09-23 08:14:53 -05:00 |
Jeff Washington (jwash)
|
cb9d93525b
|
AcctIdx: metrics for loading from disk (#20124)
|
2021-09-23 08:14:08 -05:00 |
Jeff Washington (jwash)
|
476124de50
|
AcctIdx: report disk bucket stats (#20120)
|
2021-09-22 18:17:20 -05:00 |
Jeff Washington (jwash)
|
4fb77183ef
|
AcctIdx: move background() to bucket holder (#20085)
|
2021-09-22 17:40:30 +00:00 |
Jeff Washington (jwash)
|
deab944b30
|
AcctIdx: flush inserts to disk (#20074)
|
2021-09-22 09:55:40 -05:00 |
Jeff Washington (jwash)
|
6399a87485
|
AcctIdx: report age in stats (#20025)
|
2021-09-20 14:30:12 -05:00 |
Jeff Washington (jwash)
|
bc7983b13e
|
AcctIdx: metric for active bg threads (#20026)
|
2021-09-20 09:44:40 -05:00 |
Jeff Washington (jwash)
|
4089f8b06b
|
AcctIdx: with multiple bg threads, only log stats once per time interval (#19984)
|
2021-09-18 09:55:20 -05:00 |
Jeff Washington (jwash)
|
4dc2f08198
|
AcctIdx: hold_range_in_memory (#19955)
|
2021-09-17 22:19:29 +00:00 |
Jeff Washington (jwash)
|
dca49a614f
|
size and per-bin stats (#19842)
|
2021-09-13 19:26:49 -05:00 |
Jeff Washington (jwash)
|
e1a038e791
|
add stats inserts, deletes, updates_in_mem (#19807)
|
2021-09-13 15:59:01 -05:00 |
Jeff Washington (jwash)
|
c05226620f
|
metrics on accounts index entry (#19806)
|
2021-09-13 08:33:45 -05:00 |
Jeff Washington (jwash)
|
3617d43e76
|
accounts index stats (#19797)
|
2021-09-12 22:14:59 +00:00 |