Skip to content

Instantly share code, notes, and snippets.

@vinnix
Created October 26, 2010 12:10
Show Gist options
  • Save vinnix/1beca118d09320871816 to your computer and use it in GitHub Desktop.
Save vinnix/1beca118d09320871816 to your computer and use it in GitHub Desktop.
soocial_production=# select * from _soocial_cluster.sl_status; select now();
st_origin | st_received | st_last_event | st_last_event_ts | st_last_received | st_last_received_ts | st_last_received_event_ts | st_lag_num_events | st_lag_time
-----------+-------------+---------------+----------------------------+------------------+----------------------------+---------------------------+-------------------+-------------------------
1 | 2 | 5004878262 | 2010-10-26 12:08:25.093839 | 5004139441 | 2010-10-26 12:06:49.270861 | 2010-09-29 01:38:37.1405 | 738821 | 27 days 10:29:49.390912
(1 row)
now
-------------------------------
2010-10-26 12:08:27.990934+00
(1 row)
soocial_production=# \x
Expanded display is on.
soocial_production=# \x
Expanded display is off.
soocial_production=# \x
Expanded display is on.
soocial_production=# select * from _soocial_cluster.sl_status; select now();
-[ RECORD 1 ]-------------+---------------------------
st_origin | 1
st_received | 2
st_last_event | 5004878267
st_last_event_ts | 2010-10-26 12:08:35.735262
st_last_received | 5004139441
st_last_received_ts | 2010-10-26 12:06:49.270861
st_last_received_event_ts | 2010-09-29 01:38:37.1405
st_lag_num_events | 738826
st_lag_time | 27 days 10:30:00.226587
-[ RECORD 1 ]----------------------
now | 2010-10-26 12:08:38.790465+00
soocial_production=# select * from _soocial_cluster.sl_status; select now();
-[ RECORD 1 ]-------------+---------------------------
st_origin | 1
st_received | 2
st_last_event | 5004878269
st_last_event_ts | 2010-10-26 12:08:39.867535
st_last_received | 5004139441
st_last_received_ts | 2010-10-26 12:06:49.270861
st_last_received_event_ts | 2010-09-29 01:38:37.1405
st_lag_num_events | 738828
st_lag_time | 27 days 10:30:06.136953
-[ RECORD 1 ]----------------------
now | 2010-10-26 12:08:44.493212+00
soocial_production=# select * from _soocial_cluster.sl_status; select now();
-[ RECORD 1 ]-------------+---------------------------
st_origin | 1
st_received | 2
st_last_event | 5004878274
st_last_event_ts | 2010-10-26 12:08:54.092194
st_last_received | 5004139441
st_last_received_ts | 2010-10-26 12:06:49.270861
st_last_received_event_ts | 2010-09-29 01:38:37.1405
st_lag_num_events | 738833
st_lag_time | 27 days 10:30:17.292181
-[ RECORD 1 ]----------------------
now | 2010-10-26 12:08:55.756176+00
-[ RECORD 1 ]----------------------
now | 2010-10-26 12:08:44.493212+00
soocial_production=# select * from _soocial_cluster.sl_status; select now();
-[ RECORD 1 ]-------------+---------------------------
st_origin | 1
st_received | 2
st_last_event | 5004878274
st_last_event_ts | 2010-10-26 12:08:54.092194
st_last_received | 5004139441
st_last_received_ts | 2010-10-26 12:06:49.270861
st_last_received_event_ts | 2010-09-29 01:38:37.1405
st_lag_num_events | 738833
st_lag_time | 27 days 10:30:17.292181
-[ RECORD 1 ]----------------------
now | 2010-10-26 12:08:55.756176+00
soocial_production=# select * from _soocial_cluster.sl_status; select now();
-[ RECORD 1 ]-------------+---------------------------
st_origin | 1
st_received | 2
st_last_event | 5004878511
st_last_event_ts | 2010-10-26 12:18:08.732728
st_last_received | 5004139448
st_last_received_ts | 2010-10-26 12:16:14.354234
st_last_received_event_ts | 2010-09-29 01:38:51.655194
st_lag_num_events | 739063
st_lag_time | 27 days 10:39:18.516306
-[ RECORD 1 ]----------------------
now | 2010-10-26 12:18:12.159856+00
soocial_production=# select * from _soocial_cluster.sl_status; select now();
-[ RECORD 1 ]-------------+---------------------------
st_origin | 1
st_received | 2
st_last_event | 5004878672
st_last_event_ts | 2010-10-26 12:24:12.358004
st_last_received | 5004139452
st_last_received_ts | 2010-10-26 12:22:03.765689
st_last_received_event_ts | 2010-09-29 01:39:00.024632
st_lag_num_events | 739220
st_lag_time | 27 days 10:45:14.833259
-[ RECORD 1 ]----------------------
now | 2010-10-26 12:24:16.192182+00
@vinnix
Copy link
Author

vinnix commented Oct 26, 2010

adding this report at pgr_app..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment