[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible trbo monitor: further decrease vertical space usage
Holger Levsen
gitlab at salsa.debian.org
Wed Sep 2 12:04:27 BST 2020
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
a1e43681 by Holger Levsen at 2020-09-02T13:04:19+02:00
reproducible trbo monitor: further decrease vertical space usage
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/jenkins-shell-monitor.sh
Changes:
=====================================
bin/jenkins-shell-monitor.sh
=====================================
@@ -53,7 +53,6 @@ main_loop() {
echo -n "#"
done
echo
- echo
figlet $(cat ~/userContent/reproducible/trbo.status)
echo " ^^^ trbo status, see https://tests.reproducible-builds.org/trbo.status.html"
echo
@@ -62,13 +61,12 @@ main_loop() {
echo "logged in user sessions: $(uptime | rev |cut -d ',' -f1-4 | rev | cut -d ',' -f1 | sed "s#users##" | xargs echo)"
echo "logged in users: $(w -h | awk '{print $1}' | sort -u | xargs echo)"
echo "number of open files: $LSOF"
- echo "schroot sessions: $SCHROOT_SESSIONS"
- echo "schroot mounts: $SCHROOT_MOUNTS"
+ echo "schroot: (sessions / mounts) $SCHROOT_SESSIONS / $SCHROOT_MOUNTS"
echo "configured r-b jobs: $REPRO_JOBS"
- echo "running jenkins job (total/local/remote): $JOBS_RUNNING_TOTAL / $JOBS_RUNNING_LOCAL / $JOBS_RUNNING_REMOTE"
+ echo "running jenkins job: (total/local/remote) $JOBS_RUNNING_TOTAL / $JOBS_RUNNING_LOCAL / $JOBS_RUNNING_REMOTE"
echo "running debian r-b workers: $REPRO_WORKERS"
echo "running jenkings agents/nodes: $JENKINS_AGENTS"
- echo "nodes (total/auto-offline//offline in git) $(find ~/nodes -type d | wc -l) / $(grep -v ^# ~jenkins/offline_nodes | grep -c debian) / $(grep -v ^# ~jenkins-adm/jenkins.debian.net/jenkins-home/offline_nodes | grep -c debian)"
+ echo "nodes: (total/auto-offline/offline in git) $(find ~/nodes -type d | wc -l) / $(grep -v ^# ~jenkins/offline_nodes | grep -c debian) / $(grep -v ^# ~jenkins-adm/jenkins.debian.net/jenkins-home/offline_nodes | grep -c debian)"
echo
df -h /dev/vda1 /var/lib/jenkins/userContent/reproducible /srv/workspace /tmp | awk '{printf "%-42s %-6s %-6s %s\n", $6, $2, $4, $5}'
echo
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/a1e436815e4c9ac1f12b30124f321bbb66faa382
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/a1e436815e4c9ac1f12b30124f321bbb66faa382
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20200902/8dd38dce/attachment-0001.html>
More information about the Qa-jenkins-scm
mailing list