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