Skip to content

Instantly share code, notes, and snippets.

View crusat's full-sized avatar

Kuznetsov Aleksey crusat

View GitHub Profile
@crusat
crusat / docker_stats.sh
Created August 4, 2016 06:43
Docker stats
# Memory, CPU, etc
# example:
# CONTAINER CPU % MEM USAGE / LIMIT MEM % NET I/O BLOCK I/O PIDS
# gitlab_web_1 0.77% 1.046 GiB / 1.955 GiB 53.50% 196.4 kB / 1.907 MB 23.02 MB / 2.769 MB 0
# command:
docker stats $(docker ps|grep -v "NAMES"|awk '{ print $NF }'|tr "\n" " ")
@crusat
crusat / .bashrc
Created October 27, 2015 15:39
.bashrc
PS1="\e[2m[\t]\e[0m \u@\h \e[93m\w\e[0m \$ "