247be6115f7fcb4486fd7fbee917d1efdc788d46
[src/app-framework-binder.git] / coverage / scripts / 00-trace.sh
1 #!/bin/sh
2
3 $R/bin/afb-client -k $WSURL <<EOC &
4 monitor trace {"add":{"tag":"fun","api":"*","request":"*","event":"*","session":"*","global":"*"}}
5 monitor trace {"add":{"tag":"T","api":"!(monitor)","request":"*","event":"*","session":"*","global":"*"}}
6 monitor trace {"add":{"tag":"T","api":"monitor","request":"none"}}
7 monitor trace {"drop":{"tag":"fun"}}
8 EOC