Release Notes
Product Announcements
Field name | Description |
pid | Process Number. |
username | Username. |
datname | Database Name. |
backend_type | Process type. Possible types include autovacuum launcher, autovacuum worker, logical replication launcher, logical replication worker, parallel worker, background writer, client backend, checkpointer, startup, walreceiver, walsender, and walwriter. In addition, backend Workers registered by extensions may have additional types. |
query | Refers to the query statement that is being executed currently. |
cpu_usage | Refers to the CPU utilization during the current query sampling period. For the sampling interval, the parameter tencentdb_system_stat.sampling_interval is provided for settings. The unit of this parameter is milliseconds and the default value is 1000. |
memory_bytes | Refers to the memory usage rate during the current sampling period, in bytes. |
postgres => create extension tencentdb_system_stat;CREATE EXTENSIONpostgres =>
select * from tencentdb_process_system_usage;
Was this page helpful?
You can also Contact sales or Submit a Ticket for help.
Help us improve! Rate your documentation experience in 5 mins.
Feedback