ソースを参照

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

読み込み中…
キャンセル
保存