From afd262cb7f7d9141b8074b2ac3ef336551a3cc6e Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 1 Jun 2020 23:53:38 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index e5834c08..c4ba210c 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -6,7 +6,16 @@ WIFI change 5g channel to 52,56,60 and 2g channel to 8 recheck before doing as it seems to vary, maybe someone else's is auto switching +todo: find correct chart type for db table sizes top ten and implement it +todo: Metrics, determine what else is needed for the basic graphing metrics, don't push it but whatever would be useful + size of database as seen by postgres would be useful + https://www.datadoghq.com/blog/postgresql-monitoring/ + + STATS + See postgres_useful info doc in server devdocs for example queries for these: + Total db size over time (metric) + Top 10 db tables by size (on demand snapshot into donut/pie chart) todo: Profiling Go over profiling and unit tests, see where there are obvious issues and bottlenecks now that I have the data @@ -19,14 +28,7 @@ todo: what exactly is in gc gen0, 1 and 2? They seem to increase then stay high Can I view the actual objects stored there? -todo: Metrics, determine what else is needed for the basic graphing metrics, don't push it but whatever would be useful - size of database as seen by postgres would be useful - https://www.datadoghq.com/blog/postgresql-monitoring/ - STATS - See postgres_useful info doc in server devdocs for example queries for these: - Total db size over time (metric) - Top 10 db tables by size (on demand snapshot into donut/pie chart)