shell /bin/true
autodetach on
defutf8 on
startup_message off
caption string "%{= kg}=/\\= %t =/\\="
defwrap off

screen /usr/bin/top
title "CPU, Memory"

split
split -v
focus down

screen /usr/bin/iotop
title "I/O Throughput"

focus down

screen /usr/bin/watch -t -d -n5 "/bin/df"
title "Filesystem Status"

split -v
focus down

screen /usr/bin/watch -t "dmesg | nl | tail -n15"
title "Kernel Messages"

# some efforts to make this screen-session read-only
escape ""
multiuser on
aclchg * -w "#"
aclchg * -x "#"
