This commit is contained in:
@@ -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
|
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
|
todo: Profiling
|
||||||
Go over profiling and unit tests, see where there are obvious issues and bottlenecks now that I have the data
|
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?
|
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)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user