This commit is contained in:
@@ -7,15 +7,19 @@ WIFI change 5g channel to 52,56,60 and 2g channel to 8
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
todo: remove search option from metrics / logs etc as it implies you can search those things and you can't
|
todo: MEMORY / RESOURCE LEAK APPARENT
|
||||||
|
what exactly is in gc gen0, 1 and 2? They seem to increase then stay high without dropping
|
||||||
todo: Profiling
|
can I view the actual objects stored there?
|
||||||
Run HUGE seeding then immediately go over profiling (NOT unit tests first but maybe after as they are not generating realistic load) see where there are obvious issues and bottlenecks now that I have the data
|
memory consumption seems to rise and rise and stick
|
||||||
Block licensing related queries and view and auth from profile
|
STEPS:
|
||||||
|
Test long run without doing anything see if increases on it's own
|
||||||
|
Test with unit tests and not seeding much at all see if it increases from unit tests
|
||||||
|
Test with big gen and see if it goes down on it's own overnight (I don't think it is but can double check)
|
||||||
|
Find out whats being held in GC-Gen0, Gen1 and 2 imply they will eventually be collected
|
||||||
|
Review that profiling / metrics doc from Microsoft re .net core 3
|
||||||
|
|
||||||
|
|
||||||
todo: what exactly is in gc gen0, 1 and 2? They seem to increase then stay high without dropping
|
todo: Block licensing related queries and view and auth from profile
|
||||||
Can I view the actual objects stored there?
|
|
||||||
|
|
||||||
|
|
||||||
todo: Make stub help docs for new ops pages
|
todo: Make stub help docs for new ops pages
|
||||||
@@ -39,6 +43,8 @@ todo: Are UTC filters really working properly?
|
|||||||
I'm seeing weirdness with the metrics that makes me think the server is not filtering in UTC but converting the incoming datetime / assuming local
|
I'm seeing weirdness with the metrics that makes me think the server is not filtering in UTC but converting the incoming datetime / assuming local
|
||||||
Make a date filterable record confirm it properly finds based on time
|
Make a date filterable record confirm it properly finds based on time
|
||||||
|
|
||||||
|
todo: server state has a "more" icon in menu inexplicably
|
||||||
|
|
||||||
todo: dark mode would be nice just for me and my eyes
|
todo: dark mode would be nice just for me and my eyes
|
||||||
look into it
|
look into it
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user