Created
April 23, 2025 12:24
-
-
Save chrismeyersfsu/293825c591ca9490ca57d22a8f22917c to your computer and use it in GitHub Desktop.
container idle system postgres connections
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
usename | application_name | client_addr | query | |
----------+--------------------------------------------+-------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | |
| | | | |
postgres | | | | |
eda | | 127.0.0.1 | SELECT "flags_flagstate"."id", "flags_flagstate"."name", "flags_flagstate"."condition", "flags_flagstate"."value", "flags_flagstate"."required" FROM "flags_flagstate" | |
awx | awx-22-uwsgi-aap.example.org | 127.0.0.1 | SELECT COUNT(*) AS "__count" FROM "main_hostmetric" WHERE (NOT "main_hostmetric"."deleted" AND "main_hostmetric"."deleted_counter" >= 1) | |
pulp | | 127.0.0.1 | SELECT pg_advisory_unlock(0, 42) | |
pulp | | 127.0.0.1 | COMMIT | |
pulp | | 127.0.0.1 | COMMIT | |
pulp | | 127.0.0.1 | COMMIT | |
pulp | | 127.0.0.1 | COMMIT | |
pulp | | 127.0.0.1 | COMMIT | |
pulp | | 127.0.0.1 | COMMIT | |
pulp | | 127.0.0.1 | COMMIT | |
pulp | | 127.0.0.1 | COMMIT | |
awx | awx-12-ws_heartbeat-aap.example.org | 127.0.0.1 | SELECT pg_notify('web_ws_heartbeat', '{"hostname": "aap.example.org", "ip": null, "action": "online"}'); | |
pulp | | 127.0.0.1 | COMMIT | |
pulp | | 127.0.0.1 | SELECT pg_advisory_unlock(0, 42) | |
pulp | | 127.0.0.1 | COMMIT | |
pulp | | 127.0.0.1 | COMMIT | |
pulp | | 127.0.0.1 | COMMIT | |
pulp | | 127.0.0.1 | COMMIT | |
awx | awx-13-cache_clear-aap.example.org | 127.0.0.1 | LISTEN "tower_settings_change"; | |
awx | awx-22-wsrelay-aap.example.org | 127.0.0.1 | LISTEN web_ws_heartbeat | |
awx | awx-22-rsyslog_configurer-aap.example.org | 127.0.0.1 | SELECT "conf_setting"."id", "conf_setting"."created", "conf_setting"."modified", "conf_setting"."key", "conf_setting"."value", "conf_setting"."user_id" FROM "conf_setting" WHERE ("conf_setting"."key" = 'LOG_AGGREGATOR_PORT' AND "conf_setting"."user_id" IS NULL) ORDER BY "conf_setting"."id" ASC LIMIT 1 | |
awx | awx-20-dispatcher_listener-aap.example.org | 127.0.0.1 | LISTEN "aap.example.org"; | |
awx | awx-20-dispatcher-aap.example.org | 127.0.0.1 | SELECT "main_unifiedjob"."id", "main_unifiedjob"."polymorphic_ctype_id", "main_unifiedjob"."modified", "main_unifiedjob"."description", "main_unifiedjob"."created_by_id", "main_unifiedjob"."modified_by_id", "main_unifiedjob"."name", "main_unifiedjob"."execution_environment_id", "main_unifiedjob"."old_pk", "main_unifiedjob"."emitted_events", "main_unifiedjob"."unified_job_template_id", "main_unifiedjob"."created", "main_unifiedjob"."launch_type", "main_unifiedjob"."schedule_id", "main_unifiedjob"."execution_node", "main_unifiedjob"."controller_node", "main_unifiedjob"."cancel_flag", "main_unifiedjob"."status", "main_unifiedjob"."failed", "main_unifiedjob"."started", "main_unifiedjob"."dependencies_processed", "main_unifiedjob"."finished", "main_unifiedjob"."canceled_on", "main_unifiedjob"."elapsed", "main_unifiedjob"."job_args", "main_unifiedjob"."job_cwd", "main_unifiedjob"."job_env", "main_unifiedjob"."job_explanation", "main_unifiedjob"."start_args", "main_unifiedjob"."result_traceback", "main_unifiedjob". | |
postgres | psql | | SELECT usename, application_name, client_addr, query FROM pg_stat_activity; | |
awx | awx-45-dispatcher_worker-aap.example.org | 127.0.0.1 | SELECT pg_advisory_unlock(503423469) | |
awx | awx-47-dispatcher_worker-aap.example.org | 127.0.0.1 | CLOSE "_django_curs_140074838050624_sync_1" | |
awx | awx-44-dispatcher_worker-aap.example.org | 127.0.0.1 | SELECT pg_advisory_unlock(503423469) | |
| | | | |
| | | | |
| | | | |
(32 rows) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment