Page MenuHomePhabricator

show recovery status/stats in es-tool
Closed, DeclinedPublic

Description

it'd be useful to show recovery statistics in es-tool e.g. like this:

logstash1001:~$ cat ~bd808/recovery.sh 
#!/usr/bin/env bash
curl -s 'localhost:9200/_cat/recovery?active_only=true' |
awk '{printf "%-19s %6s %-12s => %-12s\n", $1, $13, $6, $7}' |
sort -n -k2 -r
logstash1001:~$ ~bd808/recovery.sh 
logstash-2015.05.30  98.3% logstash1006 => logstash1005
logstash-2015.06.01  78.6% logstash1006 => logstash1005
logstash-2015.05.31  30.6% logstash1006 => logstash1005
logstash-2015.06.09   0.0% logstash1006 => logstash1004
logstash-2015.06.08   0.0% logstash1006 => logstash1004
logstash-2015.06.06   0.0% logstash1006 => logstash1005
logstash-2015.06.06   0.0% logstash1006 => logstash1004
logstash-2015.06.05   0.0% logstash1006 => logstash1005
logstash-2015.06.05   0.0% logstash1006 => logstash1004
logstash-2015.06.04   0.0% logstash1006 => logstash1005
logstash-2015.06.03   0.0% logstash1006 => logstash1005
logstash-2015.06.03   0.0% logstash1006 => logstash1004
logstash-2015.06.02   0.0% logstash1006 => logstash1005
logstash-2015.06.01   0.0% logstash1006 => logstash1004
logstash-2015.05.31   0.0% logstash1006 => logstash1004
logstash-2015.05.30   0.0% logstash1006 => logstash1004
logstash1001:~$

Event Timeline

fgiunchedi raised the priority of this task from to Low.
fgiunchedi updated the task description. (Show Details)
fgiunchedi subscribed.
Restricted Application added subscribers: Matanya, Aklapper. · View Herald Transcript
Gehel subscribed.

es-tool has been replaced by spicerack cookbooks