31 lines
889 B
PHP
31 lines
889 B
PHP
<?php
|
|
// OPUS5 PROMOTED 2026-04-19T16:02:55+00:00
|
|
return array (
|
|
'name' => 'db_stats_live',
|
|
'triggers' =>
|
|
array (
|
|
0 => 'db stats',
|
|
1 => 'database stats',
|
|
2 => 'combien tables',
|
|
3 => 'stats postgres',
|
|
4 => 'volume database',
|
|
5 => 'size database',
|
|
6 => 'postgres stats',
|
|
7 => 'db volume',
|
|
),
|
|
'cmd' => 'curl -sk http://localhost/api/db-stats-live.php',
|
|
'status' => 'EXECUTED',
|
|
'created_at' => '2026-04-17T08:50:00+00:00',
|
|
'source' => 'opus-wire-db-17avr',
|
|
'description' => 'Live DB stats: 674 tables PG, top 20, schemas breakdown, critical status',
|
|
'executed_at' => '2026-04-19T16:02:55+00:00',
|
|
'out_preview' => '{
|
|
"ts": "2026-04-19T16:02:54+00:00",
|
|
"generator": "db-stats-live.php v1.0 - doctrine 60 UX dynamic",
|
|
"error": null,
|
|
"summary": {
|
|
"total_tables": 685,
|
|
"empty_tables": 31',
|
|
'ms' => 1095.0,
|
|
);
|