Load By Waits (BackendType)
- The fourth chart in the top section, shows the load produced by each backend type that connected to the PostgreSQL system, by wait events.
- Each bar represents load at a specific point in time.
- The load is measured in terms of average active sessions.
- The X-axis represents time and the Y-axis represents the backend type.
- Hover over the bar for more information.
- Higher the peak of the bar and higher the load number, higher the load on the system at that point in time.
- In a high load scenario, some of the load events that you may see are:
- CPU
- Disk I/O
- Transactions
- IPC
- Network I/O
- WAL (Write Ahead Log)
- Locks
- A high load scenario is most likely caused by a query.
- Identify the query and fine tune it to reduce the load on the system.