annotate scripts/info.sh @ 90:63cb9be89a26 production v1.0.0

flow: Merged <release> 'v1.0.0' to <master> ('production').
author smith@nwoca.org
date Thu, 22 Sep 2016 01:49:20 +0100
parents 1988f9924439
children 8f45c43ea7a4
rev   line source
55
77ff739c078d add script to provide shortened docker ps with ssdt labels
smith@nwoca.org
parents:
diff changeset
1 #!/bin/bash
59
8c63436837f9 add system info scripts
smith@nwoca.org
parents: 57
diff changeset
2 echo $BASH_VERSION
62
4f0dd7815e04 add docker and compose versions
smith@nwoca.org
parents: 61
diff changeset
3 docker version
4f0dd7815e04 add docker and compose versions
smith@nwoca.org
parents: 61
diff changeset
4 docker-compose version
66
1988f9924439 info improvments
smith@nwoca.org
parents: 62
diff changeset
5 echo "------- Docker info-------------"
59
8c63436837f9 add system info scripts
smith@nwoca.org
parents: 57
diff changeset
6 docker info
66
1988f9924439 info improvments
smith@nwoca.org
parents: 62
diff changeset
7 echo "------- Images -----------------"
59
8c63436837f9 add system info scripts
smith@nwoca.org
parents: 57
diff changeset
8 /ssdt/scripts/d-images.sh
66
1988f9924439 info improvments
smith@nwoca.org
parents: 62
diff changeset
9 echo "------- Containers------"
59
8c63436837f9 add system info scripts
smith@nwoca.org
parents: 57
diff changeset
10 /ssdt/scripts/d-ps.sh
66
1988f9924439 info improvments
smith@nwoca.org
parents: 62
diff changeset
11 echo "------- OS Processes------------"
61
cc997ae758c6 add process summary and list
smith@nwoca.org
parents: 59
diff changeset
12 top -b -n 1
cc997ae758c6 add process summary and list
smith@nwoca.org
parents: 59
diff changeset
13