Преглед на файлове

Monitor how a pipeline's wget processes are faring

master
JustAnotherArchivist преди 5 години
родител
ревизия
b7e3a703d8
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. +3
    -0
      pipelines-monitor-tmux-wget-outcomes

+ 3
- 0
pipelines-monitor-tmux-wget-outcomes Целия файл

@@ -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

Зареждане…
Отказ
Запис