From fda62ff6877a134eb86f7dd7769d8f49e8b045ca Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 3 Jun 2017 16:37:17 +0200 Subject: reproducible Debian: show many build jobs are down due to remote node problems Signed-off-by: Holger Levsen --- bin/reproducible_html_dashboard.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bin/reproducible_html_dashboard.sh') diff --git a/bin/reproducible_html_dashboard.sh b/bin/reproducible_html_dashboard.sh index 5ff591b2..e92872f3 100755 --- a/bin/reproducible_html_dashboard.sh +++ b/bin/reproducible_html_dashboard.sh @@ -344,6 +344,10 @@ write_build_performance_stats() { for ARCH in ${ARCHS} ; do write_page "$(ps fax|grep reproducible_build.sh|grep ssh|grep -c $ARCH)" done + write_page "Build jobs currently down due to remote node problems" + for ARCH in ${ARCHS} ; do + write_page "$(ps fax|egrep -B 1 "sleep .*\.1337m"|grep -c $ARCH)" + done write_page "Build jobs currently running diffoscope" for ARCH in ${ARCHS} ; do write_page "$(ps fax|grep "diffoscope --html /srv/reproducible-results/rbuild-debian"|grep -c $ARCH)" -- cgit v1.2.3-54-g00ecf