-
-
Save kralin/3167d356c248c4d5f7a91e82e22cb4b6 to your computer and use it in GitHub Desktop.
redis on db1.prod.adpa.co
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
tcp 0 0 0.0.0.0:6379 0.0.0.0:* LISTEN 30506/redis-server | |
tcp 0 0 10.16.1.5:6379 10.16.1.3:40116 ESTABLISHED 30506/redis-server | |
tcp 0 0 10.16.1.5:6379 10.64.0.14:54603 ESTABLISHED 30506/redis-server | |
tcp 0 0 10.16.1.5:6379 10.16.1.3:36800 ESTABLISHED 30506/redis-server | |
tcp 0 0 144.76.137.164:6379 176.9.28.171:45108 ESTABLISHED 30506/redis-server | |
tcp 0 0 10.16.1.5:6379 10.16.1.3:33412 ESTABLISHED 30506/redis-server | |
tcp 0 0 10.16.1.5:6379 10.16.1.3:53204 ESTABLISHED 30506/redis-server | |
tcp6 0 0 :::6379 :::* LISTEN 30506/redis-server | |
root@db-1 ~ # redis-cli | |
127.0.0.1:6379> MONITOR | |
OK | |
1517223518.738001 [0 144.76.16.232:47500] "PING" | |
1517223539.757667 [0 176.9.28.171:48174] "INFO" | |
1517223560.185698 [0 176.9.28.171:48174] "PING" | |
1517223590.185145 [0 176.9.28.171:48174] "PING" | |
1517223599.756089 [0 144.76.16.232:43738] "INFO" | |
1517223608.740594 [0 144.76.16.232:43738] "PING" | |
1517223638.740060 [0 144.76.16.232:43738] "PING" | |
1517223659.755255 [0 144.76.16.232:43738] "INFO" | |
1517223668.740453 [0 144.76.16.232:43738] "PING" | |
1517223698.739827 [0 144.76.16.232:43738] "PING" | |
1517223719.755652 [0 144.76.16.232:43738] "INFO" | |
1517223728.740279 [0 144.76.16.232:43738] "PING" | |
1517223758.740745 [0 144.76.16.232:43738] "PING" | |
1517223779.781008 [0 144.76.16.232:43738] "INFO" | |
1517223788.741174 [0 144.76.16.232:43738] "PING" | |
1517223818.741620 [0 144.76.16.232:43738] "PING" | |
1517223839.757670 [0 176.9.28.171:40162] "INFO" | |
1517223860.187034 [0 176.9.28.171:40162] "PING" | |
1517223890.186555 [0 176.9.28.171:40162] "PING" | |
1517223899.756620 [0 144.76.16.232:49144] "INFO" | |
1517223908.741693 [0 144.76.16.232:49144] "PING" | |
1517223938.741136 [0 144.76.16.232:49144] "PING" | |
1517223959.756276 [0 176.9.28.171:33576] "INFO" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment