X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=fifos%2Fmultitail.sh;fp=multitail.sh;h=e6f29fb096f4871fdc2e5f3142012bc65a8cf50e;hb=4473383b88399bbc5433a9292847d954087c8d61;hp=f52773caee0771713b5576db6ae7a737a42dcc58;hpb=4a08befbafd49a1471ab629de4ab58621c702f32;p=tofuproxy.git diff --git a/multitail.sh b/fifos/multitail.sh similarity index 55% rename from multitail.sh rename to fifos/multitail.sh index f52773c..e6f29fb 100755 --- a/multitail.sh +++ b/fifos/multitail.sh @@ -2,10 +2,10 @@ multitail \ -wh 10 \ - -t "Certificates" -ci magenta -l "while :; do tai64nlocal < fifos/cert ; done" \ - -t "Errors" -ci red -L "while :; do tai64nlocal < fifos/err ; done" \ - -t "Responses" -ci green --label "< " -l "while :; do tai64nlocal < fifos/ok ; done" \ - -t "Others" -ci white -L "while :; do tai64nlocal < fifos/other ; done" \ - -t "Redirections" -ci cyan --label "R " -L "while :; do tai64nlocal < fifos/redir ; done" \ - -t "Requests" -ci blue --label "> " -L "while :; do tai64nlocal < fifos/req ; done" \ - -t "TLS connections" -ci yellow --label "S " -L "while :; do tai64nlocal < fifos/tls ; done" + -t "Certificates" -ci magenta -l "while :; do tai64nlocal < cert ; done" \ + -t "Errors" -ci red -L "while :; do tai64nlocal < err ; done" \ + -t "Responses" -ci green --label "< " -l "while :; do tai64nlocal < ok ; done" \ + -t "Others" -ci white -L "while :; do tai64nlocal < other ; done" \ + -t "Redirections" -ci cyan --label "R " -L "while :; do tai64nlocal < redir ; done" \ + -t "Requests" -ci blue --label "> " -L "while :; do tai64nlocal < req ; done" \ + -t "TLS connections" -ci yellow --label "S " -L "while :; do tai64nlocal < tls ; done"