Explorar el Código

Monitor how a pipeline's wget processes are faring

master
JustAnotherArchivist hace 5 años
padre
commit
b7e3a703d8
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. +3
    -0
      pipelines-monitor-tmux-wget-outcomes

+ 3
- 0
pipelines-monitor-tmux-wget-outcomes Ver fichero

@@ -0,0 +1,3 @@
#!/bin/bash
# Monitor how the wget processes went recently from pipelines running in tmux windows
{ for i in {1..6}; do tmux capture-pane -t session:${i} -pS -1000; done; } | grep -P 'WgetDownload' | grep -Po '^(Finished|Failed|Retrying)' | sort | uniq -c

Cargando…
Cancelar
Guardar