]> Sergey Matveev's repositories - tofuproxy.git/blob - fifos/multitail.sh
Refactoring
[tofuproxy.git] / fifos / multitail.sh
1 #!/bin/sh
2
3 multitail \
4     -wh 10 \
5     -t "Certificates" -ci magenta -l "while :; do tai64nlocal < cert ; done" \
6     -t "Errors" -ci red -L "while :; do tai64nlocal < err ; done" \
7     -t "Responses" -ci green --label "< " -l "while :; do tai64nlocal < ok ; done" \
8     -t "Others" -ci white -L "while :; do tai64nlocal < other ; done" \
9     -t "Redirections" -ci cyan --label "R " -L "while :; do tai64nlocal < redir ; done" \
10     -t "Requests" -ci blue --label "> " -L "while :; do tai64nlocal < req ; done" \
11     -t "TLS connections" -ci yellow --label "S " -L "while :; do tai64nlocal < tls ; done"