summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2012-11-04 02:08:20 +0100
committerHolger Levsen <holger@layer-acht.org>2012-11-04 02:08:20 +0100
commit33ce2b4d16941169ca0eaa420e3c4927c80888a8 (patch)
tree00d14391cc6fea47663dc57c4d4826109c54c5e1 /bin
parent0b9b0b1116fd5040995f15aa48acc4c526a4b024 (diff)
downloadjenkins.debian.net-33ce2b4d16941169ca0eaa420e3c4927c80888a8.tar.xz
do more verbose housekeeping
Diffstat (limited to 'bin')
-rwxr-xr-xbin/housekeeping.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/housekeeping.sh b/bin/housekeeping.sh
index b16a5a96..d2fb44c3 100755
--- a/bin/housekeeping.sh
+++ b/bin/housekeeping.sh
@@ -8,6 +8,12 @@ uptime
echo
df -h
echo
+for DIR in /var/cache/apt/archives/ /var/spool/squid/ /var/lib/jenkins/jobs/ ; do
+ du -sh $DIR
+done
+echo
+vnstat
+echo
HOUSE=$(ls /chroots/)
if [ "$HOUSE" != "" ] ; then