M
Size: a a a
M
M
ДТ
YZ
ДТ
YZ
strace
A
ДТ
A
PL
ДТ
M
RH
AS
select source,count(*) from events group by source;
AS
SELECT table_name, table_rows, data_length, index_length, round(((data_length + index_length) / 1024 / 1024),2) "Size in MB" FROM information_schema.tables WHERE table_schema = "zabbix" and table_name = "alerts" order by round(((data_length + index_length) / 1024 / 1024),2);
PL
AK
AK
OK
AK