Created
July 24, 2015 16:38
-
-
Save sbuss/41d7dbc79a9e33a2c7c5 to your computer and use it in GitHub Desktop.
deis etcdctl watch
This file contains 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
core@ip-10-128-3-24 ~ $ etcdctl watch /deis --recursive --forever | awk '{now=strftime("%F %T%z\t");sub(/^/, now);print}' | |
2015-07-24 16:37:28+0000 8888 | |
2015-07-24 16:37:28+0000 10.128.3.140:60974 | |
2015-07-24 16:37:28+0000 10.128.1.32 | |
2015-07-24 16:37:28+0000 10.128.1.31 | |
2015-07-24 16:37:28+0000 10.128.3.140:59072 | |
2015-07-24 16:37:28+0000 5432 | |
2015-07-24 16:37:29+0000 10.128.1.31 | |
2015-07-24 16:37:29+0000 8888 | |
2015-07-24 16:37:29+0000 10.128.3.24:63735 | |
2015-07-24 16:37:30+0000 10.128.3.24:63734 | |
2015-07-24 16:37:30+0000 10.128.3.24:63732 | |
2015-07-24 16:37:31+0000 10.128.3.24:63660 | |
2015-07-24 16:37:31+0000 10.128.3.24 | |
2015-07-24 16:37:31+0000 10.128.2.225:49451 | |
2015-07-24 16:37:31+0000 514 | |
2015-07-24 16:37:32+0000 10.128.2.225:49447 | |
2015-07-24 16:37:32+0000 10.128.3.24:80 | |
2015-07-24 16:37:32+0000 10.128.2.225:49433 | |
2015-07-24 16:37:32+0000 10.128.2.225 | |
2015-07-24 16:37:32+0000 10.128.1.32:58711 | |
2015-07-24 16:37:32+0000 10.128.1.31:52627 | |
2015-07-24 16:37:33+0000 10.128.1.31:51660 | |
2015-07-24 16:37:33+0000 10.128.1.31:80 | |
2015-07-24 16:37:33+0000 10.128.1.32:57763 | |
2015-07-24 16:37:33+0000 10.128.2.225:49170 | |
2015-07-24 16:37:33+0000 2223 | |
2015-07-24 16:37:33+0000 10.128.2.223 | |
2015-07-24 16:37:33+0000 10.128.1.31:51482 | |
2015-07-24 16:37:33+0000 10.128.1.32:65391 | |
2015-07-24 16:37:33+0000 10.128.2.225:49163 | |
2015-07-24 16:37:33+0000 8000 | |
2015-07-24 16:37:34+0000 10.128.1.31:49296 | |
2015-07-24 16:37:35+0000 10.128.1.32:80 | |
2015-07-24 16:37:35+0000 10.128.2.225 | |
2015-07-24 16:37:35+0000 10.128.2.223:51228 | |
2015-07-24 16:37:36+0000 5000 | |
2015-07-24 16:37:36+0000 10.128.2.223:51226 | |
2015-07-24 16:37:36+0000 10.128.2.223:51199 | |
2015-07-24 16:37:36+0000 1e97a98cfb80 | |
2015-07-24 16:37:37+0000 10.128.2.223:63590 | |
2015-07-24 16:37:37+0000 10.128.2.225 | |
2015-07-24 16:37:37+0000 10.128.2.223:49155 | |
2015-07-24 16:37:37+0000 5000 | |
2015-07-24 16:37:37+0000 10.128.3.140:61928 | |
2015-07-24 16:37:38+0000 10.128.3.140:60974 | |
2015-07-24 16:37:38+0000 10.128.3.140:59072 | |
2015-07-24 16:37:39+0000 10.128.1.32 | |
2015-07-24 16:37:39+0000 5432 | |
2015-07-24 16:37:39+0000 10.128.3.24:63735 | |
2015-07-24 16:37:40+0000 10.128.3.24:63734 | |
2015-07-24 16:37:40+0000 10.128.3.24:63732 | |
2015-07-24 16:37:40+0000 10.128.1.31 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment