You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The case of not waiting (wait_event_info == 0) is no less important than the case of waiting. Absence of "no wait" counts in profile make it impossible to compare waiting time to active time.
The text was updated successfully, but these errors were encountered:
Looks like this requires another algorithm of iterating over backends, probably the same as in pg_stat_activity. Just commenting out if (proc->wait_event_info == 0) continue; in probe_waits() leaves a lot of empty rows in profile from some processes which are not listed in pg_stat_activity.
The case of not waiting (
wait_event_info == 0
) is no less important than the case of waiting. Absence of "no wait" counts in profile make it impossible to compare waiting time to active time.The text was updated successfully, but these errors were encountered: