blob: 1838094bf8cb43ad5e917ffb2041abab22285567 (
plain)
1
2
3
4
5
6
7
8
|
#!/bin/sh
$R/bin/afb-client -s -k $WSURL <<EOC &
monitor trace {"add":{"tag":"fun","api":"*","request":"*","event":"*","session":"*","global":"*"}}
monitor trace {"add":{"tag":"T","api":"!(monitor)","request":"*","event":"*","session":"*","global":"*"}}
monitor trace {"add":{"tag":"T","api":"monitor","request":"none"}}
monitor trace {"drop":{"tag":"fun"}}
EOC
|