postgresai 0.14.0-dev.39 → 0.14.0-dev.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/postgres-ai.ts +0 -287
- package/dist/bin/postgres-ai.js +0 -263
- package/dist/bin/postgres-ai.js.map +1 -1
- package/dist/lib/config.d.ts +0 -1
- package/dist/lib/config.d.ts.map +1 -1
- package/dist/lib/config.js +0 -2
- package/dist/lib/config.js.map +1 -1
- package/dist/package.json +1 -1
- package/lib/config.ts +0 -3
- package/package.json +1 -1
- package/dist/lib/checkup-api.d.ts +0 -33
- package/dist/lib/checkup-api.d.ts.map +0 -1
- package/dist/lib/checkup-api.js +0 -187
- package/dist/lib/checkup-api.js.map +0 -1
- package/dist/lib/checkup.d.ts +0 -153
- package/dist/lib/checkup.d.ts.map +0 -1
- package/dist/lib/checkup.js +0 -536
- package/dist/lib/checkup.js.map +0 -1
- package/lib/checkup-api.ts +0 -177
- package/lib/checkup.ts +0 -622
- package/reports/A002.json +0 -23
- package/reports/A003.json +0 -3343
- package/reports/A004.json +0 -134
- package/reports/A007.json +0 -683
- package/reports/A013.json +0 -23
- package/test/checkup.test.cjs +0 -645
package/reports/A004.json
DELETED
|
@@ -1,134 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": "0.0.0-dev.0",
|
|
3
|
-
"build_ts": "2025-12-25T10:09:54.142Z",
|
|
4
|
-
"checkId": "A004",
|
|
5
|
-
"checkTitle": "Cluster information",
|
|
6
|
-
"timestamptz": "2025-12-25T10:11:12.560Z",
|
|
7
|
-
"nodes": {
|
|
8
|
-
"primary": "node-01",
|
|
9
|
-
"standbys": []
|
|
10
|
-
},
|
|
11
|
-
"results": {
|
|
12
|
-
"node-01": {
|
|
13
|
-
"data": {
|
|
14
|
-
"general_info": {
|
|
15
|
-
"total_connections": {
|
|
16
|
-
"value": "13",
|
|
17
|
-
"unit": "connections",
|
|
18
|
-
"description": "Total active database connections"
|
|
19
|
-
},
|
|
20
|
-
"total_commits": {
|
|
21
|
-
"value": "67456944",
|
|
22
|
-
"unit": "transactions",
|
|
23
|
-
"description": "Total committed transactions"
|
|
24
|
-
},
|
|
25
|
-
"total_rollbacks": {
|
|
26
|
-
"value": "1053",
|
|
27
|
-
"unit": "transactions",
|
|
28
|
-
"description": "Total rolled back transactions"
|
|
29
|
-
},
|
|
30
|
-
"cache_hit_ratio": {
|
|
31
|
-
"value": "99.98",
|
|
32
|
-
"unit": "%",
|
|
33
|
-
"description": "Buffer cache hit ratio"
|
|
34
|
-
},
|
|
35
|
-
"blocks_read": {
|
|
36
|
-
"value": "26036165",
|
|
37
|
-
"unit": "blocks",
|
|
38
|
-
"description": "Total disk blocks read"
|
|
39
|
-
},
|
|
40
|
-
"blocks_hit": {
|
|
41
|
-
"value": "118453546175",
|
|
42
|
-
"unit": "blocks",
|
|
43
|
-
"description": "Total buffer cache hits"
|
|
44
|
-
},
|
|
45
|
-
"tuples_returned": {
|
|
46
|
-
"value": "29618940903",
|
|
47
|
-
"unit": "rows",
|
|
48
|
-
"description": "Total rows returned by queries"
|
|
49
|
-
},
|
|
50
|
-
"tuples_fetched": {
|
|
51
|
-
"value": "5134662994",
|
|
52
|
-
"unit": "rows",
|
|
53
|
-
"description": "Total rows fetched by queries"
|
|
54
|
-
},
|
|
55
|
-
"tuples_inserted": {
|
|
56
|
-
"value": "5738899",
|
|
57
|
-
"unit": "rows",
|
|
58
|
-
"description": "Total rows inserted"
|
|
59
|
-
},
|
|
60
|
-
"tuples_updated": {
|
|
61
|
-
"value": "4803567236",
|
|
62
|
-
"unit": "rows",
|
|
63
|
-
"description": "Total rows updated"
|
|
64
|
-
},
|
|
65
|
-
"tuples_deleted": {
|
|
66
|
-
"value": "3260771",
|
|
67
|
-
"unit": "rows",
|
|
68
|
-
"description": "Total rows deleted"
|
|
69
|
-
},
|
|
70
|
-
"total_deadlocks": {
|
|
71
|
-
"value": "0",
|
|
72
|
-
"unit": "deadlocks",
|
|
73
|
-
"description": "Total deadlocks detected"
|
|
74
|
-
},
|
|
75
|
-
"temp_files_created": {
|
|
76
|
-
"value": "37554",
|
|
77
|
-
"unit": "files",
|
|
78
|
-
"description": "Total temporary files created"
|
|
79
|
-
},
|
|
80
|
-
"temp_bytes_written": {
|
|
81
|
-
"value": "197.32 GB",
|
|
82
|
-
"unit": "bytes",
|
|
83
|
-
"description": "Total temporary file bytes written"
|
|
84
|
-
},
|
|
85
|
-
"connections_null": {
|
|
86
|
-
"value": "8",
|
|
87
|
-
"unit": "connections",
|
|
88
|
-
"description": "Connections in 'null' state"
|
|
89
|
-
},
|
|
90
|
-
"connections_active": {
|
|
91
|
-
"value": "3",
|
|
92
|
-
"unit": "connections",
|
|
93
|
-
"description": "Connections in 'active' state"
|
|
94
|
-
},
|
|
95
|
-
"connections_idle": {
|
|
96
|
-
"value": "9",
|
|
97
|
-
"unit": "connections",
|
|
98
|
-
"description": "Connections in 'idle' state"
|
|
99
|
-
},
|
|
100
|
-
"start_time": {
|
|
101
|
-
"value": "2025-11-12T16:19:56.389Z",
|
|
102
|
-
"unit": "timestamp",
|
|
103
|
-
"description": "PostgreSQL server start time"
|
|
104
|
-
},
|
|
105
|
-
"uptime": {
|
|
106
|
-
"value": {
|
|
107
|
-
"days": 42,
|
|
108
|
-
"hours": 17,
|
|
109
|
-
"minutes": 51,
|
|
110
|
-
"seconds": 16,
|
|
111
|
-
"milliseconds": 994.388
|
|
112
|
-
},
|
|
113
|
-
"unit": "interval",
|
|
114
|
-
"description": "Server uptime"
|
|
115
|
-
}
|
|
116
|
-
},
|
|
117
|
-
"database_sizes": {
|
|
118
|
-
"goodvibes_db1": 37955226771,
|
|
119
|
-
"postgres": 709037203,
|
|
120
|
-
"index_pilot_control": 13970579,
|
|
121
|
-
"rdsadmin": 7701007,
|
|
122
|
-
"azure_maintenance": 7701007,
|
|
123
|
-
"cloudsqladmin": 7701007
|
|
124
|
-
}
|
|
125
|
-
},
|
|
126
|
-
"postgres_version": {
|
|
127
|
-
"version": "17.6 (Ubuntu 17.6-2.pgdg22.04+1)",
|
|
128
|
-
"server_version_num": "170006",
|
|
129
|
-
"server_major_ver": "17",
|
|
130
|
-
"server_minor_ver": "6"
|
|
131
|
-
}
|
|
132
|
-
}
|
|
133
|
-
}
|
|
134
|
-
}
|