Page MenuHomePhabricator
Paste P12803

ores steady-state redis connection usage
ActivePublic

Authored by ProdPasteBot on Sep 26 2020, 2:00 AM.
Tags
None
Referenced Files
F32364085: Masterwork From Distant Lands
Sep 26 2020, 2:00 AM
Subscribers
after only ores2001 was restarted
✔️ cdanis@rdb2003.codfw.wmnet ~ 🕙🍺 netstat -t | grep 6380 | awk '{print $5}' | cut -d. -f1 | sort | uniq -c | sort -g
1 prometheus2003
1 prometheus2004
1 rdb2004
229 ores2001
433 ores2002
475 ores2008
476 ores2006
482 ores2003
485 ores2005
493 ores2009
494 ores2004
496 ores2007
✔️ cdanis@rdb2003.codfw.wmnet ~ 🕙🍺 echo INFO | nc localhost 6380
-ERR max number of clients reached
after all ores2* restarted
✔️ cdanis@rdb2003.codfw.wmnet ~ 🕙🍺 netstat -t | grep 6380 | awk '{print $5}' | cut -d. -f1 | sort | uniq -c | sort -g
1 prometheus2003
1 prometheus2004
1 rdb2004
5 localhost:6380
170 ores2007
202 ores2005
230 ores2001
236 ores2008
240 ores2006
241 ores2002
245 ores2009
246 ores2004
255 ores2003

Event Timeline

ProdPasteBot changed the title of this paste from untitled to Masterwork From Distant Lands.
CDanis changed the title of this paste from Masterwork From Distant Lands to ores steady-state redis connection usage.Sep 26 2020, 12:52 PM