Files
openGauss-OM/script/gspylib/inspection/lib/checkcollector/dndatabaseinfo.sql
hangjin2020 a2679f0cf7 om仓迁移
2020-12-16 17:25:24 +08:00

4 lines
229 B
SQL

select sysdate, * from pv_total_memory_detail;
select sysdate, * from pv_session_memory_detail order by totalsize desc limit 20;
select sysdate,* from pg_shared_memory_detail;
select * from pg_stat_activity where state='active';