Created
March 10, 2016 07:18
-
-
Save macdice/32620c688b4bc84d4273 to your computer and use it in GitHub Desktop.
replay_lag
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
postgres=# select application_name, replay_lag from pg_stat_replication order by application_name; | |
application_name | replay_lag | |
------------------+----------------- | |
node2 | 00:00:00.00323 | |
node3 | 00:00:00.003447 | |
node4 | 00:00:00.003464 | |
node5 | 00:00:00.003607 | |
node6 | 00:00:00.00351 | |
node7 | 00:00:00.003494 | |
node8 | 00:00:00.003403 | |
(7 rows) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment